/*====================================================*/
/* 特商法 */
/*====================================================*/
.ec-underlayer_wrap {
    margin-top: 4.5rem;
    margin-bottom: 10rem;
    margin-left : calc( 50 * 100% / 750 );
    margin-right : calc( 50 * 100% / 750 );
    color: #666;
    font-size: 1.4rem;
}
.ec-underlayer_wrap .page_title {
    margin-bottom: 4.5rem;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
.ec-underlayer_wrap .page_title span {
    display: block;
    margin-top: 0.5em;
    font-size: 2rem;
    font-weight: 400;
}

@media print,screen and (min-width: 1025px){
    .ec-underlayer_wrap {
        margin-top: 10rem;
        margin-bottom: 14rem;
        margin-left : calc( 255 * 100% / 1025 );
		margin-right : calc( 255 * 100% / 1025 );
        font-size: 1.6rem;
    }
    .ec-underlayer_wrap .page_title {
        margin-bottom: 6rem;
        font-size: 5rem;
    }
    .ec-underlayer_wrap .page_title span {
        font-size: 2.5rem;
    }
}


.law_page dl:not(:last-of-type) {
    margin-bottom: 3rem;
}
.law_page dd {
    margin-top: 2rem;
    font-weight: 300;
    line-height: 1.75;
}
@media print,screen and (min-width: 1025px){
    .law_page dl:not(:last-of-type) {
        margin-bottom: 4.5rem;
    }
    .law_page dd {
        margin-top: 1em;
    }
}


/*====================================================*/
/* お問い合わせ */
/*====================================================*/
.contact-page_container {
    margin-top: 4rem;
    margin-bottom: 10rem;
    margin-left: calc(48* 100% / 750);
    margin-right: calc(48* 100% / 750);
}
.contact-form_top {
    padding-bottom: 4.5rem;
    margin-bottom: 6.5rem;
    border-bottom: 0.5px dotted #666;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
}
.contact-form_container {
    color: #666;
    font-size: 1.4rem;
    font-weight: 300;
}
.contact-form dl {
    margin-bottom: 3.5rem;
}
.contact-form dt {
    margin-bottom: 1em;
    font-weight: 300;
}
.contact-form dd {
text-align: left;
}
.contact-form input[type="email"],
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form .wpcf7-select,
.contact-form textarea {
    width: 100%;
    padding: 1em 0.5em;
    border: 0.5px solid #666;
text-align: left !important; 
}
span.wpcf7-list-item-label a {
    display: inline-block;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    margin-top: 6rem;
    padding: 1em 0;
    width: 100%;
    text-align: center;
    background-color: #7F9E7B;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

@media print,screen and (min-width: 1025px){
    .contact-page_container {
        margin-top: 10rem;
        margin-bottom: 15rem;
        margin-left: calc( 200 * 100% / 1025 );
        margin-right:  calc( 200 * 100% / 1025 );
    }
    .contact-form_top {
        padding-bottom: 6.5rem;
        /* margin-bottom: 6.5rem; */
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        text-align: left;
    }
    .contact-form_container {
        font-size: 1.6rem;
    }
    .contact-form dl {
        display: flex;
        align-items: center;
        margin-bottom: 5rem;
    }
    .contact-form dt {
        width: 240px;
        margin-bottom: 0;
    }
    .contact-form dd {
        width: 70%;
    }
    .contact-form input[type="email"],
    .contact-form input[type=text],
    .contact-form input[type=tel],
    .contact-form .wpcf7-select,
    .contact-form textarea {
        padding: 1em;
    }
    /* span.wpcf7-list-item-label a {
        display: inline-block;
    } */

    .wpcf7-form-control-wrap {
        display: block;
        text-align: center;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        display: block;
        margin-top: 6rem;
        margin-right: auto;
        margin-left: auto;
        padding: 1em 0;
        width: 385px;
        font-size: 1.8rem;
    }
}