@charset "utf-8";
/*index.css version 1.0*/

/*agreeArea
-----------------------------------------------------*/
.agreeArea{
    margin-top: 85px;
    letter-spacing: .04em;
}

.agreeArea + .agreeArea{
    margin-top: 65px;
}

.agreeArea:last-child{
    margin-bottom: 100px;
}

.agreeArea_tit{
    text-align: center;
    font-weight: 700;
    font-size: 2.28em;
}

.agreeArea_tit_h3{
    font-size: 1.57em;
}

.agreeArea_wrap{
    margin-top: 30px;
}

.agreeArea_wrap-fzL{
    font-size: 1.14em;
    line-height: 2.1;
}

.agreeArea_box{
    padding: 45px 0 50px;
}

.agreeArea_box + .agreeArea_box{
    margin-top: 80px;
}

.agreeArea_box-bgGreen{
    background: #f3fdfe;
}

.agreeArea_box-bgPink{
    background: #fdf4f5;
}

.agreeArea_box-bgGray{
    background: #f5f8f9;
}

.agreeArea_box-bgGray2{
    background: #f5f5f5;
}

.agreeArea_box-consent{
    padding-bottom: 100px;
}

.agreeArea_box_inner{
    max-width: 1000px;
    margin: 0 auto;
}

.agreeArea_box_tit{
    font-size: 1.71em;
    color: #fff;
    padding: 6px 0 6px 25px;
    font-weight: 500;
}

.agreeArea_box_tit-bgGreen{
    background: #41a9a5;
}

.agreeArea_box_tit-bgPink{
    background: #f67e62;
}

.agreeArea_box_lead{
    font-size: 1.71em;
    text-align: center;
    margin-top: 22px;
    line-height: 1.8;
}

.agreeArea_step{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 45px;
}

.agreeArea_box_lead + .agreeArea_step{
    margin-top: 30px;
}

.agreeArea_step_inner{
    margin-top: 0;
}

.agreeArea_step_item{
    width: 240px;
    text-align: center;
    background: #fff;
    padding: 0 0 30px;
    box-shadow: 0px 0px 7px 0px rgba(109, 120, 129, 0.35);
    position: relative;
}

.agreeArea_step_item-innerFlex{
    padding: 0 0 30px;
}

.agreeArea_step_item:nth-child(n+2)::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #bfccd2;
    top: 50%;
    left: -33px;
    transform: translateY(-50%);
}

.agreeArea_step_item:last-child{
    width: 420px;
    max-width: 100%;
}

.agreeArea_step_item_inner,
.agreeArea_step_item_inner:last-child{
    box-shadow: none;
    width: calc(50% - 25px);
    padding-bottom: 0;
}

.agreeArea_step_num{
    color: #fff;
    background: #f7a912;
    font-size: 1.14em;
    padding: 8px 0;
}

.agreeArea_step_num > span{
    font-size: 1.5em;
    padding-left: 3px;
}

.agreeArea_step_des{
    margin-top: 25px;
    padding: 0 35px;
}

.agreeArea_step_des-pNarrow{
    padding: 0 26px;
}

.agreeArea_step_des_tit{
    font-size: 1.28em;
    color: #f7a912;
    font-weight: 500;
}

.agreeArea_step_des_ico{
    margin: 20px 0 30px;
}

.agreeArea_step_des_ico > img{
    width: 100px;
    height: 100px;
}

.agreeArea_step_des_txt{
    text-align: left;
}

.agreeArea_step_des_txt + .agreeArea_step_des_txt{
    margin-top: 22px;
}

.agreeArea_step_des_nes{
    display: flex;
    display: -webkit-flex;
    margin-top: 25px;
    font-size: .85em;
    position: relative;
    z-index: 1;
}

.agreeArea_step_des_nes_dt > span{
    color: #fff;
    border-radius: 10px;
    background: #fc563f;
    text-align: center;
    display: block;
    width: 80px;
    line-height: 22px;
}

.agreeArea_step_des_nes_dd{
    padding-left: 10px;
    text-align: left;
}

.agreeArea_discList > li{
    padding-left: 1em;
    position: relative;
}

.agreeArea_discList > li + li{
    margin-top: .2em;
}

.agreeArea_discList > li::before{
    position: absolute;
    content:'・';
    left: 0;
    top: 0;
}

.agreeArea_discList > li > span{
    font-weight: 500;
    display: block;
}

.agreeArea_step_item_inner > .agreeArea_step_des_ico{
    margin: 20px 0 15px;
}

.agreeArea_step_item_inner > .agreeArea_step_des_tit{
    font-size: 1em;
    color: inherit;
}

.agreeArea_step_item_inner > .agreeArea_step_des_txt{
    margin-top: 15px;
}

.agreeArea_step_des_nes_inner{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.agreeArea_step_des_nes_inner > .agreeArea_step_des_nes_dd{
    padding-left: 0;
}

.agreeArea_discList-step-noWrap{
    margin-top: 10px;
    white-space: nowrap;
}

.agreeArea_discList-step-noWrap > li + li{
    margin-top: 10px;
}

.agreeArea_scrBox{
    margin-top: 40px;
    background: #fff;
    border: 1px solid #dce6ec;
    padding: 5px;
    height: 400px;
}

.agreeArea_scrBox_inner{
    padding: 30px 35px;
    height: 100%;
    overflow: auto;
}

/*スクロールバー全体*/
.agreeArea_scrBox_inner{
    scrollbar-color: #b5b5b5 rgba(255,255,255,0);
    scrollbar-width: thin;
}

.agreeArea_scrBox_inner::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/*スクロールバーの軌道*/
.agreeArea_scrBox_inner::-webkit-scrollbar-track {
}

/*スクロールバーの動く部分*/
.agreeArea_scrBox_inner::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 30px;
}

.agreeArea_box_inner > p{
    font-weight: 500;
}

.agreeArea_consentList{
    counter-reset: consentList;
}

.agreeArea_consentList  li{
    position: relative;
}

.agreeArea_consentList_item + li{
    margin-top: 1.5em;
}

.agreeArea_consentList_item::before{
    position: absolute;
    counter-increment: consentList;
    content: "第"counter(consentList)"条";
    left: 0;
    top: 0;
    font-size: 1.125em;
    font-weight: 700;
}

.agreeArea_consentList2{
    margin-top: 1em;
    counter-reset: consentList2;
}

.agreeArea_consentList2_item{
    padding-left: 2em;
    position: relative;
}

.agreeArea_consentList2_item + li{
    margin-top: 1em;
}

.agreeArea_consentList2_item::before{
    position: absolute;
    counter-increment: consentList2;
    content: counter(consentList2)"．";
    left: 0;
    top: 0;
}

.agreeArea_consentList3{
    counter-reset: consentList3;
}

.agreeArea_consentList3 + p{
    margin-top: .5em;
}

.agreeArea_consentList3_item{
    padding-left: 2em;
    position: relative;
}

.agreeArea_consentList3_item + li{
    margin-top: .5em;
}

.agreeArea_consentList3_item::before{
    position: absolute;
    counter-increment: consentList3;
    content: "（"counter(consentList3)"）";
    left: -.5em;
    top: 0;
}

.agreeArea_consentList4{
    counter-reset: consentList4;
}

.agreeArea_consentList4_item{
    padding-left: 1.5em;
    position: relative;
}

.agreeArea_consentList4_item::before{
    position: absolute;
    counter-increment: consentList4;
    content: counter(consentList4);
    left: 4px;
    top: 2px;
    font-size: 14px;
}

.agreeArea_consentList4_item::after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #333;
    top: 7px;
    left: 0;
}


.agreeArea_consentList_item_tit{
    font-size: 1.125em;
    font-weight: 500;
    margin-top: 30px;
}

.agreeArea_consentList_item_tit:first-child{
    margin-top: 0;
}

.agreeArea_consentList_item_tit + p{
    margin-top: 1em;
}

li > .agreeArea_consentList_item_tit{
    padding-left: 3.5em;
    margin-top: 0;
}

.agreeArea_consentList_item_txt,
.agreeArea_consentList2_item_txt,
.agreeArea_consentList3_item_txt{
    text-indent: 1em;
}

.agreeArea_consentVerf{
    margin-top: 45px;
    text-align: center;
}

.agreeArea_consentVerf_note{
    font-size: .875em;
}

.agreeArea_consentVerf_pdf > a{
    position: relative;
    padding: 0 0 8px 30px;
    color: inherit;
}

.agreeArea_consentVerf_pdf{
    margin-top: 15px;
}

.agreeArea_consentVerf_pdf > a::before{
    position: absolute;
    content: '';
    background: url("../common/img/icon_pdf_redpink.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 20px;
    left: 0;
    top: 0;
}

.agreeArea_consentVerf_pdf > a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    left: 0;
    bottom: 0;
    transition: .3s all;
}

.agreeArea_consentVerf_pdf > a:hover::after{
    left: 15px;
}

.agreeArea_consentVerf_check{
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.agreeArea_consentVerf_check_input{
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #000;
    background: #fff;
    
}

.agreeArea_consentVerf_check_txt{
    margin-left: 10px;
}

.agreeArea_consentVerf_link{
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.agreeArea_consentVerf_link > li + li{
    margin-left: 40px;
}

.agreeArea_consentVerf_link_btn{
    min-width: 270px;
    max-width: 100%;
    background-color: transparent;
    border: 2px solid #202f43;
    color: #202f43;
	cursor: pointer;
}

.agreeArea_consentVerf_link_btn.js-active{
    background: #fc563f;
    color: #FFF;
    border: #FFF solid 2px;
}

.agreeArea_consentVerf_link_btn::after{
    border-top: 2px solid #202f43;
    border-right: 2px solid #202f43;
}

.agreeArea_consentVerf_link_btn.js-active::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.agreeArea_consentVerf_link_btn.js-active.noactive{
    pointer-events: none;
    background: #999;
}

.agreeArea_scrBox_thatall{
    line-height: normal;
    margin-top: 30px;
}

.agreeArea_itAg{
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    word-break: break-all;
}

.agreeArea_itAg_link{
    margin-right: 1em;
}

.agreeArea_itAg_link::after{
    top: 5px;
}

.agreeArea_itAg_tel{
    display: inline-block;
}

.agreeArea_itAg_note{
    margin-top: 1em;
}

.agreeArea_noteTxt{
    line-height: 1.6;
    font-size: .875em;
    padding-left: 1.5em;
    position: relative;
}

.agreeArea_noteTxt::before{
    position: absolute;
    content: '※';
    left: 0;
    top: 0;
}


@media only screen and (max-width:767px){
    .agreeArea{
        margin-top: 40px;
    }
    
    .agreeArea:last-child{
        margin-bottom: 60px;
    }
    
    .agreeArea_tit{
        font-size: 22px;
    }
    
    .agreeArea_wrap{
        margin-top: 20px;
    }
    
    .agreeArea_wrap-fzL{
        font-size: 1em;
        line-height: 1.8;
    }
    
    .agreeArea_box{
        padding: 20px;
    }
    
    .agreeArea_box + .agreeArea_box{
        margin-top: 50px;
    }
    
    .agreeArea_box-consent{
        padding-bottom: 60px;
    }
    
    .agreeArea_box_tit{
        font-size: 20px;
        padding: 6px 0;
        text-align: center;
    }
    
    .agreeArea_box_lead{
        font-size: 16px;
        margin-top: 15px;
    }
    
    .agreeArea_step{
        margin-top: 20px;
        display: inherit;
    }
    
    .agreeArea_box_lead + .agreeArea_step{
        margin-top: 20px;
    }
    
    .agreeArea_step_item,
    .agreeArea_step_item:last-child,
    .agreeArea_step_item_inner, 
    .agreeArea_step_item_inner:last-child{
        width: 100%;
    }
    
    .agreeArea_step_item_inner:last-child{
        margin-top: 50px;
    }
    
    .agreeArea_step_item + li{
        margin-top: 50px;
    }
    
    .agreeArea_step_item:nth-child(n+2)::before{
        border-width: 18px 30px 0 30px;
        border-color: #bfccd2 transparent transparent transparent;
        top: -32px;
        left: 50%;
        transform: translate(-50%,0);
    }
    
    .agreeArea_step_num{
        padding: 5px 0;
    }
    
    .agreeArea_step_des{
        margin-top: 0;
        padding: 20px 30px 0;
    }
    
    .agreeArea_step_des_ico{
        margin: 15px 0;
    }
    
    .agreeArea_step_des_nes{
        display: inherit;
        margin-top: 10px;
    }
    
    .agreeArea_step_des_nes_dd{
        padding-left: 0;
        margin-top: 10px;
    }
    
    .agreeArea_scrBox{
        margin-top: 25px;
    }
    
    .agreeArea_scrBox_inner{
        padding: 25px 15px;
    }
  
  .agreeArea_consentList4_item::before{
      left: 5px;
      font-size: 13px;
  }

  .agreeArea_consentList4_item::after{
      top: 5px;
  }  
    
    .agreeArea_consentList2_item{
        padding-left: 1.5em;
    }
    
    .agreeArea_consentList2_item_tit{
        padding-left: 2em;
    }
    
    .agreeArea_consentVerf_check_txt{
        text-align: left;
    }
    
    .agreeArea_consentVerf_link > li + li{
        margin: 10px 0 0 0;
    }
    
    .agreeArea_consentVerf_link{
        display: inherit;
    }

}