@charset "UTF-8";

/* メイン画像
---------------------------------------------------------------------------*/
.block-mainimg {
    background-image: url(../img/contact/fig-mainimg.jpg);
}
@media screen and (max-width: 768px){
    .block-mainimg {
        background-image: url(../img/contact/fig-mainimg-sp.jpg);
    }
}



/* 共通
---------------------------------------------------------------------------*/
.inner-privacy {
    max-width: 1165px;
    width: 100%;
}
.hdl-privacy {
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #1B1464;
    font-size: .18rem;
    line-height: 180%;
    font-weight: 700;
    border-bottom: 1px solid #7672A2;
}
.lead-privacy {
    font-size: .16rem;
    line-height: 200%;
}
.lead-privacy.cnt {
    margin-top: 40px;
    text-align: center;
}
#wrap.contact .lst-contact li:nth-of-type(2) {
    display: none;
}
.block-contact .ttl-intro {
    padding-top: 40px;
    margin-bottom: 0px;
}
@media screen and (max-width: 768px){
    .inner-privacy {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .hdl-privacy {
        margin-bottom: 2vw;
        font-size: 4.5vw;
        line-height: 160%;
    }
    .lead-privacy {
        font-size: 3.8vw;
        line-height: 160%;
    }
    .block-contact .ttl-intro {
        padding-top: 5vw;
    }
    .lead-privacy.cnt {
        margin-top: 3vw;
    }
}





/* フォーム
---------------------------------------------------------------------------*/
.box-form {
    padding-top: 60px;
    padding-bottom: 60px;
}
.icon-req {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 4px;
    background-color: #D4145A;
    color: #FFFFFF;
    font-size: .12rem;
    line-height: 120%;
    border-radius: 4px
}
.lst-form {
    margin-top: 40px;
    border-top: 1px dotted #808080;
}
.lst-form dt,
.lst-form dd {
    padding: 40px 0;
    border-bottom: 1px dotted #808080;
}
.lst-form dt {
    width: 23%;
    padding-top: 45px;
    font-weight: 400;
}
.lst-form dd {
    width: 77%;
    font-size: .16rem
}
.lst-form input[type="text"],
.lst-form input[type="email"],
.lst-form textarea {
    width: 95%;
    padding: 5px 10px;
    font-size: .16rem;
    border: 1px solid #4D4D4D;
}
.lst-form textarea {
    height: 15em;
}
.lst-form input[type="text"]::placeholder,
.lst-form input[type="email"]::placeholder {
    color: #B2B2B2;
}
.lst-form .sel {
    position: relative;
    display: inline-block;
    width: 50%;
}
.lst-form .sel::before {
    content: "\25B2";
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    font-size: 10px;
    margin-right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.lst-form .sel::after {
    content: "\25BC";
    position: absolute;
    top: calc(50% + 5px);
    right: 0px;
    font-size: 10px;
    margin-right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.lst-form  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #4D4D4D;
    background-color: transparent;
    font-size: .16rem;
}
.btn-submit {
    margin-top: 60px;
}
.btn-submit span {
    position: relative;
    margin: 0 5px;
}
.btn-submit span input {
    width: 390px;
    height: 70px;
    background-color: #333333;
    border: none;
    color: #FFFFFF;
    font-size: .19rem;
    cursor: pointer;
}
@media screen and (max-width: 768px){
    .box-form {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .icon-req {
        width: 10vw;
        font-size: 3vw;
        line-height: 120%;
        text-align: center;
    }
    .intro-form .lead-contact {
        width: 88%;
    }
    .lst-form {
        margin-top: 5vw;
    }
    .lst-form dt,
    .lst-form dd {
        width: 100%;
        padding: 3vw;
        font-size: 3.8vw;
    }
    .lst-form input[type="text"] {
        font-size: 3.8vw;
    }
    .btn-submit {
        margin-top: 8vw;
    }
    .lst-form input[type="text"],
    .lst-form input[type="email"],
    .lst-form textarea,
    .btn-submit span input {
        width: 100%;
    }
    .btn-submit span input {
        font-size: 4vw;
        width: 45vw;
        height: 15vw;
    }
    .ttl-intro.contact {
        text-align: center;
        margin-bottom: 2vw;
    }
}

/* 確認画面 */
.mw_wp_form_confirm .lst-form .sel::before,
.mw_wp_form_confirm .lst-form .sel::after,
.mw_wp_form_confirm .lead-privacy.cnt {
    display: none;
}




