@charset "utf-8";
#header{
    display: none;
}
/* secContent */
.secContent{
    background: url(../img/friend/imgbackContent.jpg) center top no-repeat #fef5e7;
    padding-top: 91px;
    padding-bottom: 125px;
}
@media only screen and (max-width:767px){
    .secContent{
        background-image: url(../img/friend/imgbackContent_sp.jpg);
        padding-top: 36px;
        background-size: 375px auto;
        padding-bottom: 50px;
    }
}
.secContent .titTop{
    text-align: center;
}
@media only screen and (max-width:767px){
    .secContent .titTop{
        width: 280px;
        margin: 0 auto;
    }
}
.secContent .subtitbox{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 22px;
}
.secContent .subtitbox .imgtit{
    width: 600px;
    margin: 0 auto;
}
.secContent .subtitbox .subtxt{
    font-size:26px;
    line-height: 43px;
    text-align: center;
    color: #284e69;
    margin-top: 21px;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    .secContent .subtitbox{
        max-width: 100%;
        margin-top: 10px;
    }
    .secContent .subtitbox .imgtit{
        width: 190px;
    }
    .secContent .subtitbox .subtxt{
        font-size: 8px;
        line-height: 1.75;
        margin-top: 6px;
        font-weight: bold;
    }
}

.secContent .innerimg{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: 68px;
    text-align: center;
    padding-bottom: 171px;
}
.secContent .innerimg::after{
    content: "";
    position: absolute;
    width:172px;
    height: 290px;
    top: -285px;
    left: 37px;
}
.secContent .innerimg.lazyloaded::after{
    background: url(../img/friend/imgiteminnerimg01.png) center center no-repeat;
    background-size: 100% auto;
}
.secContent .innerimg::before{
    content: "";
    position: absolute;
    width:142px;
    height: 290px;
    top: -287px;
    right: 41px;
}
.secContent .innerimg.lazyloaded::before{
    background: url(../img/friend/imgiteminnerimg02.png) center center no-repeat;
    background-size: 100% auto;
}
.secContent .innerimg .img{
    position: relative;
}
.secContent .innerimg .img::after{
    content: "";
    position: absolute;
    width:540px;
    height: 415px;
    bottom: -109px;
    right: -97px;
}
.secContent .innerimg.lazyloaded .img::after{
    background: url(../img/friend/imgiteminnerimg03.png) center center no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width:767px){
    .secContent .innerimg{
        /* width: calc((310 / 375) * 100%); */
        max-width: 310px;
        margin-top: 21px;
        padding-bottom: 59px;
    }
    .secContent .innerimg::after{
        width: 55px;
        top: -190px;
        left: 8px;
    }
    .secContent .innerimg.lazyloaded::after{
        background: url(../img/friend/imgiteminnerimg01.png) center center no-repeat;
        background-size: 100% auto;
    }
    .secContent .innerimg::before{
        width: 45px;
        top: -189px;
        right: 10px;
    }
    .secContent .innerimg.lazyloaded::before{
        background: url(../img/friend/imgiteminnerimg02.png) center center no-repeat;
        background-size: 100% auto;
    }
    .secContent .innerimg .img{
        position: relative;
    }
    .secContent .innerimg .img::after{
        content: "";
        position: absolute;
        width: 172px;
        height: 132px;
        bottom: -35px;
        right: -30px;
    }
    .secContent .innerimg.lazyloaded .img::after{
        background: url(../img/friend/imgiteminnerimg03.png) center center no-repeat;
        background-size: 100% auto;
    }
}
/* secFormbtn */
.secFormbtn{
    width: 680px;
    margin: 0 auto;
}
.secFormbtn .btn{
    display: block;
}
@media only screen and (max-width:767px){
    .secFormbtn{
        width: 100%;
        max-width: 215px;
        margin: 0 auto;
    }
    .secFormbtn .btn{
        display: block;
    }
}
/* secFlow */
.secFlow{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 204px;
    padding-bottom: 199px;
}
@media only screen and (max-width:767px){
    .secFlow{
        max-width: 310px;
        margin-top: 63px;
        padding-bottom: 63px;
    }
}
/* secAttention */
.secAttention{
    position: relative;
    padding-top: 200px;
    margin-top: 82px;
}
.secAttention .imgtit{
    position: absolute;
    width:740px;
    left: calc(50% - 327px);
    top: 0;
}
.secAttention .txtlist{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 31px;
}
.secAttention .item{}
.secAttention .item:nth-child(n + 2){
    margin-top: 61px;
}
.secAttention .item .box{
    margin-top: 12px;
}
.secAttention .item .box + .box{
    margin-top: 52px;
}
.secAttention .item .tit{
    font-size: 33px;
    line-height: 44px;
    font-weight: bold;
    color: #284e69;
}
.secAttention .item .subtit{
    display: block;
    font-size:26px;
    line-height: 44px;
    border-bottom: 1px solid #dd6b37;
    color: #dd6b37;
    font-weight: bold;
}
.secAttention .item .txt{
    color: #284e69;
    font-size: 25px;
    line-height: 44px;
    font-weight: bold;
    margin-top: -1px;
}
.secAttention .item .txt .c_orange{
    color: #dd6b37;
}
.secAttention .item .box .pointlist{
    padding-top: 8px;
}
.secAttention .item .box .pointitem{
    position: relative;
    font-size:21px;
    line-height: 33px;
    font-weight: bold;
    color: #284e69;
    padding-left: 24px;
}
.secAttention .item .box .pointitem::after{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 3px;
    top: 7px;
    border-radius: 50%;
    background-color: #dd6b37;
}
.secAttention .item .txt .sptxt{
    display: none;
}
@media only screen and (max-width:767px){
    .secAttention{
        padding-top: 65px;
        margin-top: 18px;
    }
    .secAttention .imgtit{
        width:235px;
        left: calc(50% - 107px);
    }
    .secAttention .txtlist{
        width: calc((350 / 375) * 100%);
        margin: 0 auto;
        margin-top: 19px;
    }
    .secAttention .item{}
    .secAttention .item:nth-child(n + 2){
        margin-top: 25px;
    }
    .secAttention .item .box{
        margin-top: 2px;
    }
    .secAttention .item .box + .box{
        margin-top: 9px;
    }
    .secAttention .item .tit{
        font-size: 13px;
        line-height:17px;
    }
    .secAttention .item .subtit{
        font-size: 11px;
        line-height:1.63;
    }
    .secAttention .item .txt{
        font-size: 11px;
        line-height:1.63;
        margin-top: 0px;
    }
    .secAttention .item .txt .sptxt{
        display: inline;
    }
    .secAttention .item .box .pointlist{
        padding-top: 5px;
    }
    .secAttention .item .box .pointitem{
        font-size:9px;
        line-height: 1.66;
        padding-left: 17px;
    }
    .secAttention .item .box .pointitem::after{
        width: 7px;
        height: 7px;
        left: 8px;
        top: 3px;
    }
}
@media only screen and (max-width:370px){
    .secAttention .item .txt{
        font-size: 9px;
    }
}
/* 240625 */
/* imgdays */
.imgdays{
    width: 650px;
    margin: 0 auto;
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .imgdays{
        width: 242px;
        margin-top: 10px;
    }
}