/*-----------------------------------------------
	index.html
-----------------------------------------------*/
/*-----------------------------------------------
    header
-----------------------------------------------*/
#header {
    background: #FFF;
    box-shadow: unset;
    position: unset;
    background-size: unset;
}
#header::after {
    content: "";
    display: none;
}

#header .headerWrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:40px 0 30px;
    border-bottom: 1px solid #d7d1cc;
}

#header .headerWrapper .boxLeft,
#header .headerWrapper .boxRight {
    min-width: 0;
    flex-shrink: 0;
}

#header .headerWrapper .imgLogo img,
#header .headerWrapper .bgTel img {
    max-width: 100%;
    height: auto;
    display: block;
}

#header .headerWrapper .linkLogoTop{
    position: relative;
    display: block;
}
#header .headerWrapper .txtTel{
    position: absolute;
    bottom: 15px;
    left: calC(50% - 104px);
    font-size: 12px;
    letter-spacing: 0;
    color: #000;
}
@media only screen and (max-width:1215px){
    #header .headerWrapper {
        padding: 18px 10px 23px;
        gap: 5px;
    }
    #header .headerWrapper .imgLogo {
        width: 150px;
        max-width: 100%;
    }
    #header .headerWrapper .bgTel {
        width: 209px;
        max-width: 100%;
    }
    #header .headerWrapper .txtTel {
        position: absolute;
        bottom: 12px;
        left: calC(50% - 88px);
        font-size: 10px;
        letter-spacing: 0;
        text-wrap: nowrap;
    }
}

@media only screen and (max-width:370px){
    #header .headerWrapper{
        gap: 5px;
        padding: 16px 8px 20px;
    }
    #header .headerWrapper .imgLogo{
        width: 95px;
    }
    #header .headerWrapper .bgTel{
        width: 209px;
    }
}

@media only screen and (max-width: 370px) {
    #header .headerWrapper .txtTel {
        position: absolute;
        bottom: 12px;
        left: calC(50% - 80px);
        font-size: 9px;
        letter-spacing: 0;
        text-wrap: nowrap;
    }
}

/*-----------------------------------------------
    topTit
-----------------------------------------------*/
.topTit{
    text-align: center;
    padding: 21px 0;
    border-bottom: 1px solid #d7d1cc;
}
.topTit {
    padding: 33px 0 33px;
    margin-bottom: 60px;
}
.topTit .titTopSub {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.topTit .titTop {
    font-size: 22px;
    letter-spacing: 0.5px;
}
.topTit .titTopSub{
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #339966;
    margin-bottom: 20px;
}
.topTit .titTop{
    font-size: 30px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width:767px){
    .topTit {
        padding: 25px 0 22px;
        margin-bottom: 25px;
    }
    .topTit .titTopSub {
        font-size: 18px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    .topTit .titTop {
        font-size: 22px;
        letter-spacing: 0.5px;
    }
}

/* secFlow */
.secFlow {
    margin: 30px auto 20px;
    text-align: center;
}

.secFlow .titFlow {
    font-size: 26px;
    letter-spacing: 1px;
}

.secFlow .flowList {
    font-size: 0;
    margin-top: 55px;
}

.secFlow .boxFlow {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-right: 65px;
}

.secFlow .boxFlow:last-child {
    margin-right: 0;
}

.secFlow .txtIn {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
}

.secFlow .txtUnder {
    font-size: 13px;
    line-height: 2.3;
    margin-top: 40px;
}

.secForm .dlBox .dtBox {
    padding: 40px 0;
}

.secForm .dlBox .ddBox {
    vertical-align: middle;
}

.secForm .blockCheck {
    margin: 0;
}

@media only screen and (max-width:767px) {
    .secFlow {
        margin: 30px auto 20px;
        width: 92%;
    }

    .secFlow .titFlow {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 1.4;
    }

    .secFlow .flowList {
        margin-top: 30px;
        text-align: left;
    }

    .secFlow .boxFlow {
        display: block;
        width: 100%;
        margin-right: 0;
        border-top: #e5e5e5 solid 1px;
        padding: 8px 0;
    }

    .secFlow .boxFlow:last-child {
        border-bottom: #e5e5e5 solid 1px;
    }

    .secFlow .txtIn {
        font-size: 14px;
        margin-top: 0;
    }

    .secFlow .txtUnder {
        font-size: 10px;
        line-height: 2;
        margin-top: 10px;
        text-align: left;
        letter-spacing: -0.5px;
    }

    .secForm .dlBox .dtBox {
        padding: 14px 0 10px;
    }
    
    .secForm .dlBox .ddBox {
        vertical-align: middle;
    }
    
    .secForm .blockCheck {
        margin: 0;
    }
    .secForm .ddBox .blockCheck:nth-child(n+2) {
        margin-top: 8px;
    }
}

/* secBenefits */
.secBenefits {
    margin: 20px auto 60px;
}

.secBenefits .boxDes {
    text-align: center;
}

.secBenefits .boxDes .titDes1 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.secBenefits .boxDes .titDes2 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #f94607;
    margin-top: 10px;
}

@media only screen and (max-width:767px) {
    .secBenefits {
        margin: 20px auto 50px;
        width: 92%;
    }

    .secBenefits .boxDes .titDes1 {
        font-size: 15px;
    }

    .secBenefits .boxDes .titDes2 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.6;
        margin-top: 10px;
    }
}

/* secForm */
.bgForm {
    padding: 106px 0 50px;
}

.secForm {
    margin: 0px auto;
}

/* secCo */
.secCo.secForm {
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .secCo.secForm {
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) {
    .bgForm {
        padding: 0px 3%;
    }

    .secForm {
        margin: 35px auto 35px;
    }
}

/* footer */
#footer {
    background: unset;
    margin: 0 auto;
}
.noFNavi #footer {
    padding: 80px 0;
}
#footer .copy {
    color: #000;
    text-align: center;
}
.f200 {
    font-weight: 200;
}
@media only screen and (max-width:767px){
    #footer {
        margin: 0 auto;
    }
    .noFNavi #footer {
        padding: 50px 3% 45px;
    }
    #footer .copy {
        color: #000;
    }
}

.btnSendCo.no_tap,
.btnSendCoBack.no_tap{
    opacity: 0.3!important;
    pointer-events: none!important;
    transition: none!important;
}
.btnSendCo.no_tap{
    background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat,#fff!important;
    /* 「#fff」はボタンの背景色を入れてください */
    font-size: 0!important;
}

.zsiq_theme1 {
    display: none;
}