@charset "UTF-8";

/* ==================================
= form 
================================== */
.form_box .attn {
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
}

.form_box .form_cont {
    margin: 0 0 15px;
}

.form_box .form_cont input,
.form_box .form_cont select,
.form_box .form_cont textarea {
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 6px;
    font: inherit;
    outline: 0;
    width: 100%;
    background: #f7f7f7;
    font-size: 14px;
}

.form_box .form_cont_02 .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* デフォルトのラジオボタンデザインを無効化 */
.form_box .form_cont_02 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* カスタムラジオボタンの作成 */
.form_box .form_cont_02 .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    background-color: #c30d23;
    border: solid 2px #fff;
}

/* マウスオーバーのリアクション */
.form_box .form_cont_02 .container:hover input~.checkmark {
    border: solid 2px #fff;
    background-color: #fff;
}

/* チェックした時のカラーリング */
.form_box .form_cont_02 .container input:checked~.checkmark {
    border: solid 2px #fff;
    background-color: #fff;
}

.form_box .form_cont_02 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form_box .form_cont_02 .container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: fff;
}

.form_box .submit_btn {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #c30d23;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    color: #c30d23;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
}

.form_box .formrun-system-show {
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
}

.form_box button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font: inherit;
    outline: 0;
    background-color: #fff;
}

#contact-docs .lead {
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}

#contact-docs .award {
    margin: 0 auto 15px;
    width: 95%;
}

body.thanks .contact-title-description,
body.page-template-page-web-customer-service-form .contact-title-description,
body.home.web-customer-service .contact-title-description {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

body.home.web-customer-service .contact-fslp-description {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px;
}

body.thanks .contact-title-description::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    border-bottom: 2px solid #c30d23;
    bottom: -5px;
}

body.contact .contact-title-description a {
    color: #c30d23;
    text-decoration: underline;
}

.webcustomerservice_thanks_img {
    text-align: center;
    margin-bottom: 30px;
}

.webcustomerservice_thanks_img img {
    width: 30%;
}

@media screen and (min-width: 768px) {

    body.thanks #header,
    body.thanks #footer,
    body.page-template-page-web-customer-service-form #header,
    body.page-template-page-web-customer-service-form #footer {
        width: 100%;
    }

    body.thanks .contents-width,
    body.contact .contents-width,
    body.contact_thanks .contents-width,
    body.page-template-page-web-customer-service-form .contents-width,
    body.home.web-customer-service .contents-width.form {
        padding: 230px 0 110px;
    }

    body.home.web-customer-service .contents-width.fslp-thanks {
        padding: 80px 0 110px;
    }

    body.contact_thanks .contents-width,
    body.page-template-page-web-customer-service-form .contents-width,
    body.home.web-customer-service .contents-width.form {
        min-height: 100vh;
        min-height: calc(100vh - 400px);
    }

    body.thanks main,
    body.contact main,
    body.page-template-page-web-customer-service-form main,
    body.home.web-customer-service main {
        display: block;
        width: 100%;
    }

    body.thanks .contact-title-description,
    body.contact .contact-title-description,
    body.contact_thanks .contact-title-description,
    body.home.web-customer-service .contact-title-description {
        text-align: center;
    }

    .pages-sec__title.fslp {
        font-size: 48px;
    }

    .md-btn.md-btn__red.fslp {
        width: 340px;
        height: 60px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

    body.thanks .contents-width,
    body.contact .contents-width,
    body.contact_thanks .contents-width,
    body.page-template-page-web-customer-service-form .contents-width,
    body.home.web-customer-service .contents-width {
        padding: 25.02083vw 0 15.625vw;
    }

    body.home.web-customer-service .contents-width.fslp-thanks {
        padding: 12.02083vw 0 15.625vw;
    }

    body.document_request #contact-docs {
        padding: 10vw 0 15.625vw;
    }

    body.document_request #contact-docs {
        display: block;
        width: 100%;
        position: static;
    }

    body.document_request #contact-docs .lead {
        font-size: 16px;
    }

    .webcustomerservice_thanks_img img {
        width: 60%;
    }

    .pages-sec__title.fslp {

        font-size: 6.133vw;
    }

    body.home.web-customer-service .contact-fslp-description {
        font-size: 3.2vw;
    }
}