@charset "utf-8";
/* 
サイト固有の記述
*/

/*共通*/
h3{
 line-height: 1.5em;
}

body{
    color: #3C3C3C;
    background-color: #FAFBFA;
}

header{
    background-color: #ffffffb3;
}

header.absolute .nav_inner .navbar-nav li a{
    color: #3C3C3C;
}

header.absolute #header_wrap .navbar-nav .blank_btn a{
    border: 1px solid #A0B7A4;
    color:  #A0B7A4 !important;
}
header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a{
    border: 1px solid #A0B7A4;
    color:  #A0B7A4 !important;
}
.header_drawer_toggle.fixed_type .gnav-trg span, .header_drawer_toggle.fixed_type .gnav-trg::before, .header_drawer_toggle.fixed_type .gnav-trg::after{
    background-color: #3C3C3C !important;
}
header #header_wrap .logo{
    max-width: 310px;
    max-height: 60px;
}
header.absolute #header_wrap h1 a{
    height: 60px;
}
header.absolute.after_scroll #header_wrap h1 a{
    height: 60px;
}

/*コンタクトフォーム */
.bg_color_box, .mail_form input:hover, .template_page_layout04 .feature_area, .file_btn01{
    background-color: #EEF1EE !important;
}
select, textarea, input[type="text"], input[type="tel"], input[type="email"]{
    border: solid 1px #A0B7A4;
    border-radius: 5px;
    line-height: 1.5em;
}
.mail_form dl.inquiry dt, .mail_form dl.inquiry dd{
    margin-bottom: 40px;
}

.wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}

.Btn_Wrap p{
    text-align: center;
}

footer .footer_logo a img{
    max-height: 60px;
}
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add{
    width: 100%;
}
.groupbox{
    display: flex;
}
.mail_form input[type="button"], .mail_form input[type="submit"]{
    background-color: #A0B7A4;
    border-radius: 5px;
     width: 300px;
}
.mail_form input[type="button"], .mail_form input[type="submit"]{
    margin-bottom: 90px;
}

/*コンタクトフォーム 確認画面 */
.wpcf7c-conf{
    background-color: unset !important;
    border: 1px solid #cacaca !important;
}
.d-md-flex.justify-content-center{
    display: flex;
    justify-content: space-evenly;
}

#top-head,footer{
    display: none;
}

/*WEB問診 スマホ */
@media screen and (max-width: 959px) {
    .wpcf7-list-item{
        margin: 0 15px 10px 0 !important;
    }
    .groupbox{
        display: block;
    }
}