@charset "utf-8";
/*
Theme Name: ふとん乾燥車出張サービス（Based On Lightning）
Theme URI: 
Template: lightning
Description: 
Author: x3 PLANNING
Tags: 
Version: 1.0.0
*/
footer {
    padding-bottom: 8vh;
}
.gMenu > li:before {
    border-bottom: none;
}
.gMenu > li:hover {
    background-color: #337ab7;
}
.gMenu > li:hover a {
    color: #fff;
}
.gMenu > li .gMenu_name {
    font-size: 140%;
}
.siteContent {
    padding: 0;
}
.container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 0 32vh;
}
.page-header .container ,
.breadSection .container ,
.siteFooter .container {
    padding: 0;
}
.siteFooter .container p {
    padding: 2em 0;
}
.mainSection-col-one {
    padding-left: 0;
    padding-right: 0;
}
.entry-body {
    margin: 4vh auto 0;
    max-width: 1100px;
}
.footerMenu ul {
    justify-content: center;
}
h2 {
    border: none;
    margin-bottom: 0;
}
ul {
    margin-top: 0;
}
.home , .post-type-post {
    font-size: 106%;
}
.dyeingcopy , .dryingcarcopy {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}
h3.dyeing , h3.dryingcar {
    margin-bottom: 5vh;
    margin-top: 8vh;
}
h4.dyeing , h4.dryingcar {
    margin-bottom: 4vh;
    margin-top: 6vh;
}
.dryingcarnotice {
    background-color: #f5fbfe;
    border: solid 6px #2ea7e0;
    margin: 12vh auto 0;
    padding: 3%;
    width: 60%;
}
.dryingcarnotice b {
    display: block;
    font-size: 2.0rem;
    text-align: center;
}
.dryingcarnotice p {
  margin: 4% auto 0;
}
.dryingcars {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
}
.dryingcars div.dryingcar {
    text-align: center;
    width: 48%;
}
.dryingcars div.dryingcar:nth-child(n + 3) {
    margin-top: 6vh;
}
.dryingcars div.dryingcar span {
    display: inline-block;
    font-size: 110%;
    margin-top: 1%;
}
.features .feature {
    border: solid 1px #efefef;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 6vh auto 0;
    width: 80%;
}
.features .feature:nth-child(1) {
    margin-top: 0;
}
.features .feature img {
    width: 35%;
}
.features .feature img.pc {
    display: block;
}
.features .feature img.sp {
    display: none;
}
.features .feature .explain {
    align-items: center;
    background-color: #efefef;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 2% 5%;
    width: 60%;
}
.facility {
    margin: 0 auto;
    width: 50vw;
}
table.company {
    margin-bottom: 10vh;
}
div.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
div.map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
table.form_box {
    margin: 0 auto;
    width: 70%;
}
table.form_box th {
    width: 25%;
}
span.required {
  color: #f00;
  font-weight: bold;
}
.wpcf7-list-item label {
    margin-bottom: 0;
}
.name_form {
    width: 40%;
}
.mail_form {
    width: 60%;
}
.tel_form {
    width: 30%;
}
#your-company {
    width: 90%;
}
#your-postno {
    text-align: center;
    width: 25%;
}
.addressbox {
    display: flex;
    margin-top: 2vh;
}
.addressbox:nth-of-type(2) {
    flex-direction: column;
}
#your-prefname {
    width: 8vw;
}
#your-cityname {
    width: 88%;
}
.execarea {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 4vh;
}
.execarea .btn {
    width: 30%;
}
.wpcf7-response-output {
    display: none;
}
.thanks_box {
    text-align: center;
}
article.post h3 {
    background: #f4f4f4;
    border-bottom: solid 3px #d7d7d7;
    border-left: solid 5px #337ab7;
    color: #494949;
    padding: 0.4em 0.5em;
}
article.post h3:after {
    display: none;
}
@media (max-width: 991.98px) {
    footer {
        padding-bottom: 12vh;
    }
    .container {
        max-width: 90%;
    }
    .home , .post-type-post {
        font-size: initial;
    }
    .dyeingcopy , .dryingcarcopy {
      font-size: 1.05rem;
    }
    h3.dyeing , h3.dryingcar , h4.dyeing , h4.dryingcar {
        margin-bottom: 3vh;
        margin-top: 6vh;
    }
    .dryingcars , .features {
        flex-direction: column;
        width: 95%;
    }
    .dryingcarnotice {
        margin-top: 6vh;
        width: 95%;
    }
    .dryingcarnotice b {
        font-size: 1.5rem;
    }
    .dryingcars div.dryingcar:nth-child(n + 2) {
        margin-top: 4vh;
    }
    .dryingcars div.dryingcar , .features .feature img , .features .feature .explain {
        width: initial;
    }
    .features .feature {
        flex-direction: column;
        margin-top: 4vh;
        width: 95%;
    }
    .features .feature img.pc {
        display: none;
    }
    .features .feature img.sp {
        display: block;
    }
    .features .feature .explain {
        padding-top: 0;
    }
    .facility {
        width: 90%;
    }
    table.company th {
        border-bottom: solid 1px #337ab7;
        font-weight: bold;
    }
    table.company th , table.company td , table.form_box th , table.form_box td {
        display: block;
        width: 100%;
    }
    table.form_box {
        width: 95%;
    }
    .name_form , .mail_form , .tel_form {
        width: 90%;
    }
    #your-postno {
        width: 35%;
    }
    .addressbox {
        flex-direction: column;
    }
    #your-prefname {
        width: initial;
    }
    #your-cityname {
        margin-top: 2vh;
        width: 90%;
    }
    .execarea {
        margin: 3vh;
        margin-bottom: 0;
        width: 95%;
    }
    .execarea .btn {
        width: 60%;
    }
}