/* TABLE OF CONTENTS:
*
* 00 どのサイズでも共通で適用されるスタイル
* 01 幅 768 未満
* 02 幅 480px 以上
* 03 幅 768px 以上
* 04 幅 880px 以上
* 05 幅 1072px 以上
* 06 幅 1264px 以上
*/

/* --------------------------------------------------------------------------------------------------------
00
*
* どのサイズでも共通で適用されるスタイル
*/

/*配色
----------------------------------------------- */
div.box h2[data-label]:after{
    color: #30327c;
}

div#assist_nav>ul>li.sp-tel {
    background: linear-gradient(to right, #e5e6f7 0%, #5a5bad 47%, #5a5bad 100%);
    color: #fff;
}

div#assist_nav>ul li.sp-mail {
    background: linear-gradient(to right, #5a5bad 0%, #25265e 47%, #181819 100%);
    color: #fff;
}

div#content div#toc_container:not(.contracted) {
    border-top-color: #30327c;
}

.bil-txt:before {
    filter: invert();
}

.bil-btn.color5 a,
div#content div#toc_container,
div#content div#toc_container:not(.contracted),
div.season-list h3::before,
div.season-list>li div.text2:after {
    background-color: #30327c;
}

div.season-list h3,
div.process-list>li .step-icon,
div.ab-type-list li:before,
div.box .reason-list li span,
div.visit .visit-list h3,
divsection[id$=-recruit] section.type h4 {
    background-color: #15174f;
}

div#content div#toc_container {
    border-top-color: #30327c;
    background-color: #30327c;
}

div.process-list>li dl dt {
    color: #30327c;
}

.point dt.sbtitle {
    color: #15174f;
    border-bottom: 2px solid #15174f;
}

div.outer.color2 {
    background: linear-gradient(to bottom, #cfcfff, #32347f 30%, #05050d);
}

.visit .visit-list>div,
section[id$=-recruit] section.type {
    border: 2px solid #15174f;
}

.point dt.sbtitle:before {
    position: absolute;
    counter-increment: item;
    content: counter(item, decimal-leading-zero)'';
    background-image: url(../img/icon/ptbox_oota.jpg);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    left: 0;
    top: 0;
    text-align: center;
    background-size: contain;
}

/* 事例
----------------------------------------------- */
.outer.works {
    background-color: #efefef;
}

.outer.works .results-withumb .post-wrap {
    background: #F9F9F9;
    padding: 5px;
}

/* 対応物件
----------------------------------------------- */
.serv-item ul {
    list-style: none;
}

.serv-item ul li a {
    color: #333;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    box-shadow: 5px 5px 6px 2px rgba(0, 0, 0, 0.2);
}

.serv-item ul li a span {
    background: rgb(255 255 255 / 90%);
    bottom: 0;
    display: block;
    font-weight: bold;
    width: 100%;
}

.serv-item ul li a:before {
    content: "";
    border-radius: 0;
    display: block;
    position: static;
    width: 100%;
}

.serv-item ul.paint-genre li a[href*="apartment"]:before {
    background: url(../img/contents/city-paint-mansion.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv-item ul.paint-genre li a[href*="factory"]:before {
    background: url(../img/contents/city-paint-factory.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv-item ul.paint-genre li a[href*="medical"]:before {
    background: url(../img/contents/city-paint-medical.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv-item ul.paint-genre li a[href*="commercial"]:before {
    background: url(../img/contents/city-paint-commercial.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv-item ul.paint-genre li a[href*="public"]:before {
    background: url(../img/contents/city-paint-public.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv-item ul.paint-genre li a[href*="house"]:before {
    background: url(../img/contents/city-paint-house.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv-item ul.scaffold-genre li:last-child {
    position: relative;
    box-shadow: 5px 5px 6px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.serv-item ul.scaffold-genre li:last-child:before {
    content: "";
    border-radius: 0;
    display: block;
    position: static;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.serv-item ul.scaffold-genre li:last-child span {
    position: absolute;
    background-color: rgba(26, 64, 90, 0.5);
    font-weight: bold;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 4vw 2vw;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.serv-item ul li a:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    bottom: 0.25em;
    right: 3vw;
    font-size: 1.4em;
}

/*対応の足場工事サービス
----------------------------------------------- */

.scaffold-list {
    display: flex;
    padding: 0;
    margin: 0;
}

.scaffold-list li {
    display: flex;
    gap: 1em;
    background: #f9f9f9;
    padding: 1.5em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.scaffold-list img {
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.scaffold-list h3 {
    font-size: 1.2em;
    margin: 0 0 0.5em;
}

.scaffold-list p {
    margin: 0 0 0.8em;
    line-height: 1.5;
    font-size: 0.8em;
}

.scaffold-list a {
    display: inline-block;
    padding: 0.5em 1em;
    background: #1b2a6d;
    color: #fff;
    font-size: 0.9em;
    transition: background 0.3s;
    position: relative;
    width: 100%;
}

.scaffold-list a:hover {
    background: #3145a5;
    color: #fff;
}

.scaffold-list a:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    bottom: 0.15em;
    right: 1vw;
    font-size: 1.2em;
}

  /* スマホ対応 */
@media (max-width: 767px) {
    .scaffold-list li {
        display: block;
        align-items: center;
        text-align: center;
    }
    .scaffold-list img {
        width: 100%;
        max-width: 300px;
        margin-bottom: 1rem;
    }
}



/* 対応エリア
----------------------------------------------- */
.visit-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fafdff), to(transparent)), url(../img/bg/city-paint-area-bg.jpg);
    background-image: -o-linear-gradient(top, #fff, #fafdff 30%, transparent), url(../img/bg/city-paint-area-bg.jpg);
    background-image: linear-gradient(to bottom, #fff, #fafdff 30%, transparent), url(../img/bg/city-paint-area-bg.jpg);
    background-repeat: no-repeat;
}

.visit .sp-catch {
    font-family: 游明朝;
    font-weight: bold;
    text-align: center;
}

.visit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.visit .visit-list>* {
    width: 100%;
    margin-top: 0.8em;
}

.visit .visit-list>div:last-child {
    margin-top: 2em;
}

.visit .visit-list>div {
    border: 2px solid #15174f;
    height: 15em;
}

.visit .visit-list h3 {
    background-color: #15174f;
    color: #fff;
    padding: 1em;
    font-weight: normal;
    text-align: center;
    font-size: 1.2em;
}

.visit .visit-list .list-wrap {
    height: 100%;
}

.visit .visit-list h3+div {
    background: #fff;
    border: 0;
    overflow-y: scroll;
    padding: 1em 5%;
    height: 73%;
}

.visit ul.station {
    margin-right: 1em;
    padding-top: 0.5em;
}

.visit ul.rosen {
    text-align: center;
    margin-bottom: 0.5em;
}

.visit ul.area-list li,
.visit ul.station li {
    display: inline-block;
    margin: 0;
    padding: 0 0.5em 0 0;
    position: relative;
    text-align: center;
    width: 10em;
}

.visit ul.area-list li:after,
.visit ul.station li:after {
    background: #ccc;
    content: "";
    height: 1em;
    width: 1px;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.visit ul.rosen li {
    display: inline;
    margin: 0;
    padding: 0;
}

.visit ul.rosen li+li:before {
    content: "・";
}

/* 地域情報
----------------------------------------------- */
.visit .local {
    margin-top: 3em;
    margin-bottom: 3em;
}

.local .gyosei-about h4 {
    margin-top: 1em;
}

.local .gyosei-about h4+p {
    margin-top: 0;
}

/* 補助金情報
----------------------------------------------- */
.gyosei-about {
    background-color: #fff;
    padding: 1em;
}

.gyosei-about h3 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.8em 0;
    text-align: center;
}

.gyosei-about h3+div>ul {
    margin-top: -1em;
}

.gyosei-about div *[class*="col-"] li {
    border-bottom: 1px solid #efefef;
    list-style: none;
    padding-bottom: 10px;
}




/* フォーム */
#main input {
  margin:2px 0;
}
#main input[type="text"],
#main input[type="email"],
#main textarea {
  background: #FFFFFF;
  -moz-box-shadow:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100%;
}
#main input[type="text"],
#main input[type="email"],
#main select {
  margin:2px 0;
  height: auto;
  line-height: 2em;
  padding: 5px 0.5em;
  width: 80%;
}
#main select[name="address-pre"] {
  width: 170px;
}
#main select {
  padding: 7px 0.5em;
  width: 110px;
}
#main input[type="text"][name*="tel"] {
  max-width: 28%;
  width: auto;
}
#main input[name="age"],
#main input[name="zip"],
#main input[name="tel"],
#main input[name="income"],
#main input[name="budget"] {
  display: inline-block;
  max-width: 150px;
}
#main textarea {
  width: 100%;
}
#main span.horizontal-item {
  display: inline-block;
  margin: 0 10px 0 0;
}
#main input[type="file"] {
  margin-bottom: 10px;
}
#main .submit {
  text-align: center;
}
#main .submit input {
  background-color: #ababab;
  border-radius: 6px;
  font-size: 1.4rem;
}
#main .submit input[name=submitConfirm],
#main .submit input[name=submit] {
  background-color: #12529e;
}
#main .submit input:hover {
  opacity: 0.8;
}
#main input[type="submit"] {
  max-width: 300px;
  padding: 1em;
  width: 100%;
}
#main .mw_wp_form .error {
  border: 3px solid red;
  margin: 10px 0 0;
  padding: 5px 10px;
}

@media (max-width: 1039px){
  #main input[type="text"],
  #main input[type="email"] {
    width: 80%;
  }
} /* Eo max1039 */

@media (max-width: 729px){
  #main input[type="text"],
  #main input[type="email"] {
    max-width: 100%;
    width: 100%;
  }
  #main input[name="zip"] {
    max-width: 150px;
  }
  #main input[name*="tel"] {
    width: 25%;
  }
} /* Eo max729 */

/* 透かし文字の色 */
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999; opacity: 1;
}
::-moz-placeholder {
  color: #999; opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* 表修正  */
table {
  border-collapse: collapse;
  margin-bottom: 15px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
table th,
table th:first-child,
table td {
  border: none;
  box-sizing: border-box;
  display: block;
  line-height:1.6em;
  padding: 5px 10px;
  width: 100%;
}
table th {
  background: #dbdbdb;
  text-align: left;
  vertical-align:middle;
}
table th:first-child {
  padding-left: 15px;
}
table td {
  line-height:1.6em;
  text-align:left;
  vertical-align:middle;
}
table td:last-child {
  padding: 10px 0 15px;
}
table td p:last-child {
  margin:0;
}
table td ul {
  list-style-position: outside;
}
table a {
  font-weight:normal;
}

@media (min-width: 730px){
  table th,
  table td,
  table th:first-child,
  table td:first-child,
  table td:last-child {
    border: 1px solid #ccc;
    display: table-cell;
    padding:10px 15px;
  }
  table th,
  table th:first-child {
    background-color: #efefef;
    width:24%;
  }
  #main table th br {
    display: none;
  }
  table td {
    background: #fff;
  }
}

/* 追加修正(2025-11-25) */

.contact {
    padding-bottom: 0.5rem !important;
}

.easy-box {
    padding-top: 0.5rem!important;
}

.easy-form th {
    background-color: #5151a0 !important;
    color: white !important;
    width: 24%;
}

.easy-box .att-heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

@media (min-width: 730px) {
  .easy-box .chui {
    text-align: center;
  }
}




/* --------------------------------------------------------------------------------------------------------
01
*
* 幅 768px 未満
*/
@media (max-width: 767px) {

    /* ビルボード
    ----------------------------------------------- */
    #mainImg:not(.hang) {
        background-image: url(../img/contents/city-paint-bil-bg-780w.png);
    }

    #mainImg.hang {
        background-image: url(../img/bg/ken-bil-bg-780w.jpg);
        background-size: cover;
    }

    #mainImg.oota {
        background: url(../img/scaffold/gunma/oota/turi-bil-1920.png) center no-repeat;
        background-size: cover;
    }


    /* イントロ
    ----------------------------------------------- */
    .l-img .pic {
        text-align: center;
    }


    /* 対応物件
    ----------------------------------------------- */
    .serv-item ul li a:before {
        height: 25vw;
    }

    .serv-item ul li a span {
        padding: 1vw;
    }

    .serv-item ul li a:after {
        bottom: 0.8em;
        right: 0.5em;
        font-size: 1em;
    }

    .serv-item ul li a span {
        font-size: 0.9em;
    }

    .serv-item ul.scaffold-genre li:last-child span {
        font-size: 3vw;
        padding: 0 0.5em;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-apartment"]:before {
        background: url(../img/contents/city-scaffold-mansion-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-factory"]:before {
        background: url(../img/contents/city-scaffold-factory-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-medical"]:before {
        background: url(../img/contents/city-scaffold-medical-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-commercial"]:before {
        background: url(../img/contents/city-scaffold-commercial-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-public"]:before {
        background: url(../img/contents/city-scaffold-public-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-bridge"]:before {
        background: url(../img/contents/city-scaffold-bridge-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-house"]:before {
        background: url(../img/contents/city-scaffold-house-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li:last-child:before {
        background: url(../img/contents/city-scaffold-other-small.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }



    /* 対応エリア
    ----------------------------------------------- */
    .visit-bg {
        background-size: cover, auto;
        background-position: left top, center bottom;
    }

    .visit .sp-catch {
        font-size: 1.1em;
    }

    .visit .sp-catch span {
        font-size: 1.2em;
    }

    /* 補助金情報
    ----------------------------------------------- */
    .gyosei-about h3+div {
        margin: 1.5em 0.5em 1em;
    }

}

/* End max 767px */



/* --------------------------------------------------------------------------------------------------------
02
*
* 幅 480px 以上
*/
@media (min-width: 30em) {

    /* 対応物件
    ----------------------------------------------- */
    .serv-item ul li a span {
        text-align: center;
    }

}

/* End min 480px */



/* --------------------------------------------------------------------------------------------------------
03
*
* 幅 768px 以上
*/
@media (min-width: 48em) {

    /* ビルボード
    ----------------------------------------------- */
    #mainImg:not(.hang) {
        background-image: url(../img/contents/city-paint-bil-bg-1920w.png);
    }

    #mainImg.hang {
        background-image: url(../img/bg/ken-bil-bg.jpg);
    }

    #mainImg.gunmaken {
        background-image: url(../img/bg/gunmaken-bil-bg.jpg);
    }

    #mainImg.oota {
        background: url(../img/scaffold/gunma/oota/turi-bil-1920.png) center no-repeat;
        background-size: cover;
    }

    /* イントロ
    ----------------------------------------------- */
    h1+div {
        max-width: 740px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .l-img {
        display: flex;
    }
    .l-img .pic {
        margin-right: 2em;
        min-width: 200px;
    }

    /* 対応物件
    ----------------------------------------------- */
    .serv-item ul li a:before {
        height: 20vw;
    }

    .serv-item ul li a span {
        padding: 0.7em;
        position: absolute;
        left: 0;
    }

    .serv-item ul.scaffold-genre li:last-child span {
        font-size: 1.4em;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-apartment"]:before {
        background: url(../img/contents/city-scaffold-mansion.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-factory"]:before {
        background: url(../img/contents/city-scaffold-factory.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-medical"]:before {
        background: url(../img/contents/city-scaffold-medical.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-commercial"]:before {
        background: url(../img/contents/city-scaffold-commercial.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-public"]:before {
        background: url(../img/contents/city-scaffold-public.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-bridge"]:before {
        background: url(../img/contents/city-scaffold-bridge.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li a[href*="scaffold-house"]:before {
        background: url(../img/contents/city-scaffold-house.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .serv-item ul.scaffold-genre li:last-child:before {
        background: url(../img/contents/city-scaffold-other.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }


    /* 対応エリア
    ----------------------------------------------- */
    .visit-bg {
        background-size: cover, 100% auto;
        background-position: left top, left bottom;
    }

    .visit .sp-catch {
        font-size: 1.5em;
    }

    .visit .sp-catch span {
        font-size: 1.2em;
    }

    /* 地域情報
    ----------------------------------------------- */
    .visit ul.area-list li,
    .visit ul.station li {
        font-size: 0.8em;
        padding: 0 0.5em;
    }

    /* 補助金情報
    ----------------------------------------------- */
    .gyosei-about h3+div {
        margin: 2em 2em 1em;
    }

    .gyosei-about div *[class*="col-"] li {
        border: 1px solid #e0e0e0;
        box-shadow: 3px 3px 3px #efefef;
        padding: 10px;
    }
}

/* End min 768px */



/* --------------------------------------------------------------------------------------------------------
04
*
* 幅 880px 以上
*/
@media (min-width: 55em) {

    /* 事例
    ----------------------------------------------- */
    .outer.works {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #efefef), color-stop(70%, #efefef), to(transparent)), url(../img/bg/result-bgl.jpg), url(../img/bg/result-bgr.jpg);
        background-image: -o-linear-gradient(left, transparent, #efefef 25%, #efefef 70%, transparent), url(../img/bg/result-bgl.jpg), url(../img/bg/result-bgr.jpg);
        background-image: linear-gradient(to right, transparent, #efefef 25%, #efefef 70%, transparent), url(../img/bg/result-bgl.jpg), url(../img/bg/result-bgr.jpg);
        background-repeat: no-repeat;
        background-position: center, left center, right center;
        background-size: auto 100%;
    }

    /* 対応エリア
    ----------------------------------------------- */
    .visit .visit-list>*:nth-child(2n+1) {
        margin-left: 0;
    }

    .visit .visit-list>* {
        margin-left: calc(100% - 1px - (48% * 2));
        width: 48%;
        margin-top: 1.6em !important;
    }

    .visit .visit-list.prefecture-list>* {
        margin-left: calc(100% - 1px - (48% * 2));
        width: 100%;
        margin-top: 1.6em !important;
    }

}

/* End min 880px */



/* --------------------------------------------------------------------------------------------------------
05
*
* 幅 1072px 以上
*/
@media (min-width: 67em) {

    .serv-item ul li a:before {
        height: 260px;
    }

}

/* End min 1072px */



/* --------------------------------------------------------------------------------------------------------
06
*
* 幅 1264px 以上
*/
@media (min-width: 79em) {

    /* ここにスタイル */

}

/* End min 1264px */