@charset "UTF-8";

/*==========================
メインビジュアル
===========================*/
#mainVisual {
    background: url("img/fv_faq.jpg") no-repeat;
    z-index: 1;
    margin-top: -140px;
    height: 450px;
    background-size: cover;
    background-position: left;
    position: relative;
}

#mainVisual .key {
    position: absolute;
    bottom: 80px;
    left: 50px;
    width: 180px;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    #mainVisual {
        background: url("img/fv_faq.jpg") no-repeat;
        height: 300px;
        margin: 0;
        background-position: left -120px top 0;
    }

    #mainVisual .key {
        position: absolute;
        left: 15px;
        width: 160px;
        z-index: 10;
        bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    #mainVisual {
        background-size: cover;
    }
}

/*==========================

===========================*/
#sec01 {
    background: url("../common/img/bg_l2.jpg") no-repeat;
    background-size: cover;
    padding: 0;
    text-align: center;
}

#sec01 dl {
    background: #fff;
    width: 90%;
    padding: 1em 0;
    margin: 3em auto;
    text-align: left;
    border-radius: 15px;
}

#sec01 dt {
    border-bottom: 1px solid #ED6A81;
    padding: 1em 0;
    padding-left: 10px;
    margin: 0 4%;
    color: #EC6A81;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.8;
}

#sec01 dt:before {
    content: "";
    width: 60px;
    height: 40px;
    background-image: url("img/q.svg");
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

#sec01 dd {
    padding: 1em 0;
    margin: 0 4%;
    line-height: 2;
}

#sec01 p {
    color: #EC6A81;
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 2em;
}

#sec01 .pr {
    display: flex;
    margin: 0 auto;
    padding-bottom: 3em;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    #sec01 dl {
        width: 100%;
        padding: 0.5em 0;
        margin: 2em auto;
        border-radius: 10px;
    }

    #sec01 p {
        font-size: 1em;
        padding-bottom: 1em;
    }

    #sec01 dt {
        font-size: 1em;
    }

    #sec01 dd {
        font-size: 0.9em;
    }
}

/*==========================

===========================*/
#sec02 h2 {
    position: relative;
    font-size: 2em;
    margin-bottom: 1em;
}

#sec02 h2:after {
    content: url("../common/img/bar_m.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    padding-top: 1.9em;
}

#sec02 .pr {
    display: flex;
    margin: 0 auto;
    padding-bottom: 3em;
    justify-content: center;
    text-align: center;
}

#sec02 .pr .box {
    flex: 2;
    padding: 2%;
}

#sec02 .pr .box img {
    width: 100%;
    max-width: 500px;
}

@media screen and (max-width: 960px) {
    #sec02 h2:after {
        right: 0;
        width: 200px;
    }

    #sec02 .pr {
        display: block;
        padding-bottom: 3em;
    }

    #sec02 h2 {
        position: relative;
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }
}

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

/*==========================
フォーム関連
===========================*/
#contact,
#contact2 {
    color: #000;
    font-weight: 500;
}

#contact h2 img,
#contact2 h2 img {
    margin: 1em auto;
    height: 100px;
}

#contact .thank,
#contact2 .thank {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 1em 0 3em;
}

#contact .form,
#contact2 .form {
    padding: 5% 5% 3%;
    background-color: #fff;
    margin-bottom: 5em;
}

.form-horizontal .control-label {
    font-size: 16px;
}

#contact .mailform .control-label,
#contact2 .mailform .control-label {
    line-height: 2.8em;
    padding-top: 0;
}

.radio,
.checkbox {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 3em;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.mailform .control-label span {
    color: #e6358d;
    display: inline-block;
    position: relative;
    top: 0.2em;
}

.has-error .message {
    display: block !important;
}

.form-control {
    width: 100%;
    border: 1px solid #CDD6DD;
    padding: 0.6em 0.8em;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    cursor: default;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    color: #000;
}

.label-danger {
    background-color: #ED6A81;
    text-align: center;
    padding: 3px 10px;
    margin-left: 1em;
}

.label-primary {
    background-color: #ccc;
    text-align: center;
    padding: 3px 10px;
    margin-left: 1em;
}

p.offer {
    margin-top: 20px;
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    display: inherit;
    padding: 1em 5em;
    margin: 2em auto 1em;
    text-decoration: none;
    background: #ED6A81;
    color: #FFF;
    border: none;
    transition: filter 0.4s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background: #ED6A81;
    filter: brightness(115%);
}

textarea.form-control {
    height: 15vw;
    min-height: 150px;
}

.agree {
    text-align: center;
    margin: 0;
    font-size: 0.8em;
    color: #555;
}

/* 確認画面 */
.modal .mailform {
    max-width: none;
}

.form-control[readonly] {
    border: none;
    padding: 0.5em;
    width: 100% !important;
    cursor: default;
    outline: none;
    font-size: 1em;
}

.form-control[readonly]:focus {
    box-shadow: none;
}

.modal-header {
    min-height: 16.43px;
    padding: 20px 0 3px;
    margin: 0 15px 10px;
    border-bottom: 3px solid #ED6A81;
}

.modal-footer {
    text-align: center;
    border: none;
    padding: 3px 5px 15px;
}

.modal-footer .btn {
    width: 45%;
    display: inline-block;
}

.modal-title {
    line-height: 2em;
    text-align: center;
    font-size: 1.5em;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.modal-body .form-group {
    margin-bottom: 10px;
}

.modal-footer .btn {
    padding: 1.8% 0;
    font-size: 1.2em;
    transition: 0.3s;
}

.btn-primary {
    color: #fff;
    background-color: #ED6A81;
    border: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin: 0 2%;
    font-weight: 600;
}

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

    #contact h2 img,
    #contact2 h2 img {
        height: 15vw;
        max-height: 100px;
    }

    #contact .form,
    #contact2 .form {
        padding: 5%;
        margin-bottom: 2em;
        font-size: 16px;
    }

    #contact .container,
    #contact2 .container {
        padding: 0%;
    }

    .modal-header {
        margin: 0 15px;
        border-bottom: 2px solid #ED6A81;
    }

    .modal-footer .btn {
        padding: 3% 0;
        font-size: 1.1em;
    }

    .modal-title {
        text-align: left;
    }

    .modal-body {
        position: relative;
        padding: 10px 15px;
    }
}

/*追加*/
.col-md-3 {
    width: 100%;
}

.col-md-9 {
    width: 100%;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

#sec02 a:hover {
    filter: brightness(105%);
}