@charset "utf-8";
/*-----------------------------------------------
    boxListMain
-----------------------------------------------*/
.boxListMain{
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
    gap: 18rem;
}
.boxListMain .item{
    width: 100%;
}
.boxListMain .img20{
    border-radius: 2rem;
}
.boxListMain .img50{
    border-radius: 5rem;
}
.boxListMain .img110{
    border-radius: 11rem;
}
/* boxHead */
.boxListMain .boxHead{
    position: relative;
    width: 100%;
    padding: 3.5rem 0 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--grayColor);
}
.boxListMain .boxHead::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number,decimal-leading-zero);
    color: var(--greenColor);
    left: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    font-size: var(--pcFS22);
    letter-spacing: var(--pcLS22_50);
    font-weight: bold;
}
.boxListMain .boxHead .tit{
    font-size: var(--pcFSTit);
    line-height: var(--pcLHTit);
    letter-spacing: var(--pcLSTit);
    font-weight: bold;
}
/* boxBody */
.boxListMain .boxBody .boxImg{
    text-align: center;
}
.boxListMain .boxImg + .boxTxt{
    margin-top: 5rem;
}
.boxListMain .boxTxt .tit{
    font-size: var(--pcFS22);
    line-height: var(--pcLH22_50);
    font-weight: bold;
}
.boxListMain .boxTxt .txt{
    font-size: var(--pcFS18);
    line-height: var(--pcLHW18_36);
}
.boxListMain .boxBody .imgTxt{
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
    .boxListMain{
        margin-top: 3.5rem;
        gap: 8rem;
    }
    .boxListMain .img20{
        border-radius: 0.8rem;
    }
    .boxListMain .img50{
        border-radius: 2.5rem;
    }
    .boxListMain .img110{
        border-radius: 5rem;
    }
    /* boxHead */
    .boxListMain .boxHead{
        padding: 2rem 0 1.5rem;
        margin-bottom: 1.2rem;
    }
    .boxListMain .boxHead::before {
        font-size: var(--spFS16);
    }
    .boxListMain .boxHead .tit{
        font-size: var(--spFSSTit);
        line-height: var(--spLHSTit);
        letter-spacing: var(--spLSSTit);
    }
    /* boxBody */
    .boxListMain .boxImg + .boxTxt{
        margin-top: 1.2rem;
    }
    .boxListMain .boxTxt .tit{
        font-size: var(--spFS16);
        line-height: var(--spLH16_26);
    }
    .boxListMain .boxTxt .txt{
        font-size: var(--spFS14);
        line-height: var(--spLHW14_24);
    }
    .boxListMain .boxBody .imgTxt{
        margin-top: 0.8rem;
        width: 8.6rem;
    }
}


/* boxInfoList */
.boxInfoList{
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
    padding-top: 9rem;
}
.boxInfoList .itemInfo{
    width: 100%
}
.boxInfoList .boxContents{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/* boxTit */
.boxInfoList .boxTit{
    width: calc(100% - (32rem + 5rem));
}
.boxInfoList .boxTit:only-child{
    width: 100%;
}
.boxInfoList .tit,
.boxBody .titSub{
    position: relative;
    width: 100%;
    font-size: var(--pcFS24);
    line-height: var(--pcLH24_36);
    letter-spacing: var(--pcLHW24_80);
    font-weight: bold;
    padding-left: 1.4rem;
}
.boxInfoList .tit:before,
.boxBody .titSub:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.5rem;
    height: 3rem;
    background-color: var(--greenColor);
}
.boxInfoList .txt{
    font-size: var(--pcFS18);
    line-height: var(--pcLHW18_36);
    margin-top: 2rem;
}
.boxInfoList .txt + .txt{
    margin-top: 1.5rem;
}
.boxBody .titSub + .txt{
    margin-top: 2rem;
}
.boxInfoList .in{
    display: block;
}
.boxInfoList .in + .in{
    margin-top: 1.5rem;
}
.boxInfoList .bigTxt{
    font-size: var(--pcFS22);
}
/* boxImg */
.boxInfoList .boxImg{
    width: 32rem;
}
.boxInfoList .boxImg.w390{
    width: 39rem;
}
@media only screen and (max-width:1215px){
    .boxInfoList{
        gap: 4rem;
        padding-top: 0;
        margin-top: 3rem;
    }
    .boxInfoList .itemInfo{
        width: 100%
    }
    .boxInfoList .boxContents{
        flex-direction: column;
    }
    /* boxTit */
    .boxInfoList .boxTit{
        width: 100%;
        display: contents;
    }
    .boxBody .titSub,
    .boxInfoList .tit{
        order: 1;
        padding-left: 1.2rem;
    }
    .boxBody .titSub,
    .boxInfoList .tit,
    .boxInfoList .boxInfo .tit{
        font-size: var(--spFS16);
        line-height: var(--spLHS16_24);
        letter-spacing: var(--spLS16_0);
    }
    .boxInfoList .tit:before,
    .boxBody .titSub:before{
        width: 0.4rem;
        height: 100%;
    }
    .boxInfoList .txt{
        order: 3;
        margin-top: 1.2rem;
    }
    .boxBody .titSub + .txt{
        margin-top: 1.2rem;
    }
    .boxInfoList .txt .in{
        display: inline-block;
        margin-bottom: 0.5rem;
    }
    .boxInfoList .txt .in,
    .boxInfoList .txt,
    .boxInfoList .boxInfo .txt{
        font-size: var(--spFS14);
        line-height: var(--spLHW14_24);
    }
    .boxInfoList .bigTxt {
        font-size: var(--spFS15);
    }
    /* boxImg */
    .boxInfoList .boxImg{
        order: 2;
        width: 100%;
        margin-top: 2rem;
    }
    .boxInfoList .boxImg.w390{
        width: 100%;
    }
}

/*-----------------------------------------------
    boxListType
-----------------------------------------------*/
.boxListType{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 6rem;
}
.boxListType .itemType{
    width: calc((100% - 18.999rem) / 3);
    text-align: center;
}
.boxListType .itemType .img{
    width: 100%;
}
.boxListType .itemType .txt{
    font-size: var(--pcFS16);
    line-height: var(--pcLH16_28);
    letter-spacing: var(--pcLS16_50);
}
@media only screen and (max-width:1215px){
    .boxListType{
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .boxListType .itemType{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
    .boxListType .itemType .img{
        width: 14rem;
    }
    .boxListType .itemType .txt{
        width: calc(100% - (14rem + 1.5rem));
        font-size: var(--spFS12);
        line-height: var(--spLH12_18);
        letter-spacing: var(--spLS12_0);
        margin-top: 0;
    }
}

/*-----------------------------------------------
    boxListType
-----------------------------------------------*/
.boxNotice{
    padding: 4rem;
    text-align: left;
    margin-top: 6rem;
    background-color: var(--beigeColor);
    border-radius: 1rem;
}
.boxNotice .fRed{
    color: var(--red_lightColor);
}
.boxNotice .titNotice{
    font-size: var(--pcFS14);
    line-height: var(--pcLH14_22);
    letter-spacing: var(--pcLS14_50);
}
.boxNotice .titNotice + .titNotice{
    margin-top: 1.8rem;
}
.boxNotice .titNotice a:not([href^="tel:"]){
    color: var(--linkColor);
    text-decoration: underline;
}
@media only screen and (max-width:1215px){
    .boxNotice{
        padding: 2.2rem 2rem;
        margin-top: 3rem;
        border-radius: 0.8rem;
    }
    .boxNotice .titNotice{
        font-size: var(--spFS12);
        line-height: var(--spLH12_18);
        letter-spacing: var(--spLS12_0);
    }
    .boxNotice .titNotice a{
        color: var(--linkColor);
        text-decoration: underline;
    }
    .boxNotice .titNotice + .tittitNotice{
        margin-top: 0.5rem;
    }
}

/*-----------------------------------------------
    boxListTxt
-----------------------------------------------*/
.boxListTxt{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
    padding-left: 1rem;
}
.boxContents .boxListTxt{
    margin-top: 1rem;
}
.boxListTxt .item{
    width: 100%;
    font-size: var(--pcFS18);
    line-height: var(--pcLH18_28);
    letter-spacing: var(--pcLS18_50);
    padding-left: 2.5rem;
}
.boxListTxt .titMin{
    position: relative;
}
.boxListTxt .titMin:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 3px;
    bottom: 0;
    left: -2.5rem;
    width: 1.6rem;
    height: 1.6rem;
    background-color: var(--grayColor);
    border-radius: 100%;
}
@media only screen and (max-width:1215px){
    .boxListTxt{
        gap: 1rem;
        margin-top: 1.5rem;
        padding-left: 0.5rem
    }
    .boxListTxt .item{
        font-size: var(--spFS13);
        line-height: var(--spLHS13_20);
        letter-spacing: var(--spLS13_0);
        padding-left: 2rem;
    }
    .boxListTxt .titMin:before{
        left: -2rem;
        width: 1rem;
        height: 1rem;
    }
}

/*-----------------------------------------------
    item03
-----------------------------------------------*/
.item03 .secCmnBtn{
    margin-top: 5rem;
}
.item03 .boxBtn{
    width: 38rem;
}
.item03 .boxContents01 .boxTit{
    width: calc(100% - (39rem + 5rem));
}
.item03 .boxContents01 .boxImg {
    margin-top: 6.5rem;
}
.item03 .boxContents03 {
    flex-wrap: wrap;
}
.item03 .boxContents03 .boxTit {
    width: 100%;
}
.item03 .boxContents03 .txtRight {
    text-align: right;
}
@media only screen and (max-width:1215px){
    .item03 .secCmnBtn{
        margin-top: 2rem;
    }
    .item03 .boxBtn{
        width: 24.5rem;
    }
    .item03 .link {
        padding-left: 3rem;
    }
    .item03 .boxContents01 .boxTit{
        width: 100%;
    }
    .item03 .boxContents01 .boxImg {
        order: 3;
        width: 19.5rem;
        margin: 2rem auto 0;
    }
    .item03 .boxContents03 {
        display: block;
    }
}

/*-----------------------------------------------
    item04
-----------------------------------------------*/
.item04 .boxInfoList{
    padding-top: 0;
    margin-top: 0;
}
.item04 .secCmnBtn{
    margin-top: 5rem;
}
.item04 .boxBtn{
    width: 38rem;
}
.item04 .boxContents01 .boxTit{
    width: calc(100% - (39rem + 5rem));
}
.item04 .boxContents01 .boxImg {
    margin-top: 6.5rem;
}
.item04 .boxContents03 {
    flex-wrap: wrap;
}
.item04 .boxContents03 .boxTit {
    width: 100%;
}
.item04 .boxContents03 .txtMemo {
    margin-top: 4rem;
}
.item04 .boxContents03 .txtRight {
    text-align: right;
}
@media only screen and (max-width:1215px){
    .item04 .secCmnBtn{
        margin-top: 2rem;
    }
    .item04 .boxBtn{
        width: 24.5rem;
    }
    .item04 .link {
        padding-left: 3rem;
    }
    .item04 .boxContents01 .boxTit{
        width: 100%;
    }
    .item04 .boxContents01 .boxImg {
        order: 3;
        width: 19.5rem;
        margin: 2rem auto 0;
    }
    .item04 .boxContents03 {
        display: block;
    }
    .item04 .boxContents03 .txtMemo {
        margin-top: 2.5rem;
    }
}

/*-----------------------------------------------
    item05
-----------------------------------------------*/
@media only screen and (max-width:1215px){
    .item05 .boxListType {
        gap: 0 5%;
    }
    .item05 .boxListType .itemType{
        width: 14rem;
    }
}

/*-----------------------------------------------
    item06
-----------------------------------------------*/
.item06 .boxMainImg{
    margin-top: 7rem;
    text-align: center;
}
.item06 .boxMainImg .txtMain{
    font-size: var(--pcFS18);
    line-height: var(--pcLH18_28);
    margin-top: 5rem;
}
.item06 .itemInfo .boxImg{
    margin-top: 2rem;
}
.item06 .itemInfo .w940{
    width: 94rem;
}
.item06 .itemInfo .w340{
    width: 34rem;
}
.item06 .itemInfo .w220{
    width: 22rem;
}
.item06 .itemInfo .boxNotice {
    margin-top: 4rem;
}
@media only screen and (max-width:1215px){
    .item06 .boxMainImg{
        margin-top: 2.5rem;
    }
    .item06 .boxMainImg .img{
        width: 17.5rem;
        margin: 0 auto;
    }
    .item06 .boxMainImg .txtMain{
        font-size: var(--spFS14);
        line-height: var(--spLHW14_24);
        letter-spacing: var(--spLS14_0);
        margin-top: 1rem;
    }
    .item06 .itemInfo .boxImg{
        margin-top: 1.5rem;
    }
    .item06 .itemInfo .w940{
        width: 100%;
    }
    .item06 .itemInfo .w340{
        width: 24.1rem;
    }
    .item06 .itemInfo .w220{
        width: 15.7rem;
    }
    .item06 .itemInfo .boxNotice {
        margin-top: 2rem;
    }
}