@charset "UTF-8";
/* CSS Document */


/* layout01 */

.layout01 {
	position: relative;
    padding: 20px 0px;
}

.layout01::before, .layout01::after {
	content: "";
	position: absolute;
top: 0px;
	width: 5%;
	height: 100%;
    display: block;
    background-color: var(--color-main);
}

.layout01::before {
left: 0px;
}

.layout01::after {
right: 0px;
}

.layout01 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}

.layout01 .box-img {
	width: 46%;
}

.layout01 .box-detail {
	width: 50%;
}

.layout01 h2 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight3);
color: var(--color-main);
font-size: 56px;
line-height: 1.2;
    margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
    .layout01 h2 {
font-size: 49px;
}
}

.layout01 h3 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight3);
    background-color: var(--color-sub);
    font-size: 17px;
color: #FFF;
line-height: 0.9;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
}

.layout01 h4 {
    font-size: 35px;
    font-weight: var(--base-font-weight3);
line-height: 1.4;
letter-spacing: 0.1em;
    padding-top: 25px;
}

.layout01 h4 span {
    color: var(--color-main);
}


/* layout02 */

.layout02 {
    width: 100%;
    background-image: url("../../images/sell/back01.svg");
background-position: center top;
background-repeat: repeat;
background-size: auto 670px;
}

.layout02 .box-inner {
    width: 1140px;
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    gap:50px 3%;
    padding: 30px 0px;
}

.layout02 .box {
    width: 31.3%;
    border-style : solid;
border-color : var(--color-main);
border-width : 2px;
    border-radius: 20px;
    position: relative;
    background-color: #daf0fc;
}

.layout02 .box::before {
    content: "";
	position: absolute;
left: 20px;
top: 0px;
	background-image: url("../../images/record/icon-number.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 65px;
	height: 98px;
    margin-top: -15px;
}

.layout02 .box-comment, .layout02 .box-detail {
    padding: 25px;
}

.layout02 .box-comment {
    background-color: #FFF;
    border-radius: 20px 20px 0px 0px;
    padding-top: 30px;
}

.layout02 .box-detail {
    border-radius: 0px 0px 20px 20px;
}

.layout02 .box-detail .inner {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    gap:0px 4%;
}

.layout02 .box-detail .box-img {
   width: 140px;
}

.layout02 .box-detail .box-text {
   flex: 1;
}

.layout02 .box-number {
   position: absolute;
left: 20px;
top: 0px;
    width: 64px;
    height: 62px;
    display: flex;
  justify-content: center;
align-items: flex-end;
flex-wrap: wrap;
}

.layout02 h4, .layout02 h5 {
    font-size: 22px;
color: var(--color-main);
font-weight: var(--base-font-weight2);
line-height: 1.6;
letter-spacing: 0em;
    margin-bottom: 10px;
}

.layout02 h4 {
    padding-left: 90px;
    margin-bottom: 15px;
}

.layout02 h6 {
    font-size: 18px;
color: #FFF;
line-height: 1;
letter-spacing: 0em;
font-family: var(--subtitle-font);
font-weight: var(--base-font-weight2);
}

.layout02 ul li {
    font-size: 14px;
line-height: 1.4;
letter-spacing: 0em;
    text-indent: -14px;
    margin-left: 14px;
}

.layout02 ul li::before {
    content: "・";
}

.layout02 ul li:not(:last-child) {
    margin-bottom: 5px;
}

.layout02 p {
    min-height: 80px;
}


/* pager */

.pager{
	width: 100%;
	text-align: center;
    padding-top: 30px;
}
 
a.page-numbers,
.pager .current{
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight2);
font-style: normal;
	color: var(--color-base);
	margin-left: 3px;
	margin-right: 3px;
	font-size: 20px;
	width: 28px;
	height: 28px;
	padding-top: 4px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
 }

.pager .current{
	color: var(--color-main);
 }

 
.pager .current{
	opacity:1;
 }
 
.pager a:hover{
	opacity:0.5;
 }
 
 .pager a.prev {
	 color: var(--color-base);
	 background-color: rgba(255,255,255,0);
 }
 
 .pager a.next {
	 color: var(--color-base);
	  background-color: rgba(255,255,255,0);
 }



.sp-view {
	display: none;
}
