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

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

/* ▼ビルボード▼ */
#mainImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.bil-txt {
    position: relative;
}

.bil-txt:before {
    content: "";
    position: absolute;
    background-image: url(../img/contents/sec-mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert();
    right: 0;
    left: 0;
    margin: auto;
}

.bil-btn a {
    background-color: #004d83;
    color: #fff;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
    position: relative;
}

.bil-btn a:after {
    font-family: "Font Awesome 5 free";
    content: "\f138";
    left: 1em;
    top: 1em;
    font-weight: 700;
    color: #fff;
    padding-left: 0.8em;
}

.bil-btn a:hover:after {
    color: #001a00;
}

/* ▲ビルボード▲ */

h1 {
    text-align: center;
}

.nodisc {
    list-style: none;
}

 /* イントロ */
.outer.concept {
    background-image: url(../img/top/intro-image2.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
  }

  @media (min-width: 768px) {

.event-intro {
    display: flex;
    gap: 2rem;  
}

.event-intro-img {
    width: 100%;
}

}

/*
@media (max-width: 767px) {
.event-intro-img {
    max-width: 100%;
}
}
*/

.event-intro img {
    max-width: 100%;
    height:auto;
    margin-right: 2rem;
}



/* 目次 */
#mainImg + .outer {
    padding-bottom: 0;
}

.concept {
    margin-bottom: 2em;
}

#content div#toc_container {
    margin-top: 2em;
}

#content div#toc_container {
    background-color: #15174f;
    width: 100vw !important;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    border: none;
}

#content div#toc_container:not(.contracted) {
    border-top: solid #30327c;
    border-width: 3em 2em;
    padding: 1em;
}

#main #toc_container .toc_title,
#toc_container a {
    color: #fff;
}

#content div#toc_container:not(.contracted) p.toc_title {
    position: relative;
    top: -3em;
    text-align: center;
}

#main #toc_container .toc_title:before,
#main #toc_container .toc_title:after {
    background: none;
}

#main #toc_container .toc_title a:after {
    background: none;
    font-family: "Font Awesome 5 free";
    content: "\f139";
    font-weight: 700;
    font-size: 1em;
    margin-left: 1em;
    position: absolute;
}

#main #toc_container.contracted .toc_title a:after {
    content: "\f13a";
}

#content div#toc_container:not(.contracted) ul.toc_list {
    margin-top: -2em;
    background-color: #fff;
    padding: 1em;
    margin-bottom: 1em;
    border: 2px solid #2e7aaf;
}

/* 必要性について */
.about .detail {
    margin-top: 3em;
}

h3.merit-catch {
    color: #14153e;
    font-weight: 700;
    text-align: center;
}

h3.merit-catch:before,
h3.merit-catch:after {
    display: inline-block;
    content: "";
    width: 2em;
    height: 4px;
    vertical-align: middle;
}

h3.merit-catch:before {
    margin-left: -1.5em;
    margin-right: 0.5em;
}

h3.merit-catch:after {
    margin-right: -1.5em;
    margin-left: 0.5em;
}

h3.merit-catch span {
    font-size: 2em;
}

#scaffold-rolling-knowledge .season-list h3:before {
    background-color: #30327c;
}

.sp-merit-bg  {
    background-image: url(../img/contents/scaffold-rolling-merit-bg-1920w.jpg);
}

/* 4つのメリット */
.about-bg {
    background-image: url(../img/contents/pose-man.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.merit-list ul {
    counter-reset: section;
}

.merit-list li {
    counter-increment: section;
    position: relative;
}

.merit-list li:before {
    position: absolute;
    content: counter(section, decimal-leading-zero)'';
    color: #fff;
    font-weight: 700;
    top: 0;
    left: 0;
    background-color: #14153e;
    padding: 0 0.2em;
    z-index: 2;
    font-family: "Century Gothic", sans-serif;
    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;
}

.merit-list dl {
    margin-top: 0;
}

.merit-list li dt {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 2em;
    text-align: center;
    position: relative;
    line-height: 1.5;
}

.merit-list li dt:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.merit-list li dt:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 0.02em;
    right: 0;
    left: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}

.merit-list li:nth-of-type(1) dt {
    background-image: url(../img/contents/paint-merit1.jpg);
}

.merit-list li:nth-of-type(2) dt {
    background-image: url(../img/contents/paint-merit2.jpg);
}

.merit-list li:nth-of-type(3) dt {
    background-image: url(../img/contents/paint-merit3.jpg);
}

.merit-list li:nth-of-type(4) dt {
    background-image: url(../img/contents/paint-merit4.jpg);
}




/* 放置しておくと劣化が進みます */
h3.bad-catch {
    text-align: center;
}


.badlist li {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    margin-top: 3em;
}

.badlist li div {
    min-height: 0%;
}

.badlist li p {
    margin-top: 0;
    padding: 1em;
}

/* 外壁の塗り替えが必要です！！ */
h3.renew-catch {
    text-align: center;
    color: #3c5ca5;
    position: relative;
}

h3.renew-catch span {
    display: block;
    color: #bb352b;
    position: relative;
    z-index: 1;
}

h3.renew-catch:before,
h3.renew-catch:after {
    content: "";
    position: absolute;
    background-image: url(../img/contents/meritpoint-catch.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
}

h3.renew-catch:after {
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

h3.renew-catch span:before {
    content: "";
    position: absolute;
    height: 1em;
    width: 13em;
    border-bottom: 16px solid #fef8c6;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

p.renew-txt {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
}

.renew-txt + p {
    color: #004270;
    line-height: 1.3;
}

.renew-txt + p span {
    font-size: 1.52em;
}

h3.renew-catch,
.renew-txt + p {
    text-shadow: 2px 2px 1px #ffffff,
        -2px 2px 1px #ffffff,
        2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
        2px 0px 1px #ffffff,
        0px 2px 1px #ffffff,
        -2px 0px 1px #ffffff,
        0px -2px 1px #ffffff;
}

/* 塗装費用・相場 */

.cost p.txt-c.accent,
.cost p.txt-c.accent span.deco {
    font-size: 1.25em;
}

.cost table th {
    color: #fff;
    padding-left: 1em;
}

.cost table thead th {
    background-color: #679bbf;
}

.cost table thead th:first-child,
.cost table tbody tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}

.cost table thead th:not(:first-child),
.cost table tbody td {
    border-bottom: 1px solid #d3e4ef;
}

.cost table thead th:not(:first-child) {
    border-left: 1px solid #fff;
}

.cost table tbody th {
    background-color: #adcce1;
}

.cost table tbody tr:last-child th {
    border-bottom: 1px solid #adcce1;
}

.cost table tbody td {
    border-left: 1px solid #c2d9e8;
    border-right: 1px solid #c2d9e8;
    padding-left: 1em;
    font-weight: 700;
}

.cost table tbody td:nth-of-type(2) {
    color: #bb352b;
}

#content .cost-comment {
    background-color: #004270;
    color: #fff;
    padding: 1em;
    border-radius: 10px;
    position: relative;
}

.cost .img-l img {
    width: 60%;
}

#content .cost-catch {
    text-align: center;
    background-color: #cbceef;
    border-radius: 50%;
    padding: 1em;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: -2;
}

#content .cost-catch:before {
    content: "";
    position: absolute;
    background-image: url(../img/contents/cost-catch.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.cost-catch span {
    font-size: 1.3em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

/* 足場費用 */
.ab-catch {
    font-size: 1.2em;
    position: relative;
}

.ab-catch span {
    font-size: 1.25em;
}

.ab-cost-bg dt {
    color: #fff;
    text-align: center;
    background-color: #15174f;
    padding-top: 1em;
    padding-bottom: 0.7em;
}

.ab-cost-bg dd {
    border: 1px solid #15174f;
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-weight: 600;
    padding-top: 1em;
    padding-bottom: 1em;
}

 dl.price-event{
    display: flex;
    border-left: 1px solid #15174f;
}

.price-event dt:first-child {
    margin: 0;
    border-right: 1px solid #fff;
    border-top: none;
}

.price-event dd {
    margin: 0;
    border-bottom: 1px solid #15174f;
    border-left: none;
    border-top: none;
}

.price-detail {
    width: 50%;
}


.price-catch {
    font-size: 1.2em;
    position: relative;
}

.price-catch span {
    font-size: 1.25em;
}

@media (min-width: 767px) {
.price-catch{
    text-align: center;
}
}

#scaffold-event-cost dd.txt-l {
    text-align: left;
    padding-left: 1rem;
}



/* 塗料の種類と耐用年数 */
.type .graph {
    background-image: url(../img/contents/paint-price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
}

#content dl.p-type {
    margin-top: 0;
}

.type dl.p-type > dt {
    color: #fff;
}

.type dl.p-type > dt:nth-of-type(1) {
    background-color: #929191;
}

.type dl.p-type > dt:nth-of-type(2) {
    background-color: #aacde5;
}

.type dl.p-type > dt:nth-of-type(3) {
    background-color: #679bbf;
}

.type dl.p-type > dt:nth-of-type(4) {
    background-color: #4c7792;
}

.type dl.p-type > dt:nth-of-type(5) {
    background-color: #2e5570;
}

.type dl.p-type > dd {
    background-color: #fff;
    border: 1px solid #bebdbd;
}

.type dl.indl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.type dl.indl dt {
    font-weight: 400;
    position: relative;
    font-size: 1em;
}

.type dl.indl dt:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #929191;
}

.type dl.indl dd {
    font-weight: 700;
}

/* 足場工事の種類 */
.ab-type-bg {
    background-color: #e7eaf5;
}

.ab-type-list {
    background-color: #fff;
    padding: 0 1.5em 1.5em;
    counter-reset: ab-type;
}

.ab-type-list li {
    position: relative;
    background-color: #ebebeb;
    padding: 0.5em 0.5em 0.5em 4em;
    height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ab-type-list li:before {
    position: absolute;
    width: 3em;
    height: 4em;
    left: 0;
    top: 0;
    counter-increment: ab-type;
    content: counter(ab-type)'';
    color: #fff;
    padding-left: 1.2em;
    padding-top: 1.1em;
    background-color: #30327c;
}

/* 基礎知識 */
.color-bk,
.ab-know-bg {
    background-repeat: no-repeat;
    background-color: #dbeaf5;
    background-position: right top;
    background-size: 28vw;
}
.sp-know-bg {
    background-repeat: no-repeat;
    background-color: #efefef;
    background-position: center bottom;
    background-size: cover;
}

.color-bk {
    background-image: url(../img/contents/paint-bg.png);
}

.ab-know-bg {
    background-image: url(../img/contents/ashiba-know-bg.png);
}
.season-list {
    counter-reset: item;
}

.season-list > li {
    position: relative;
    background-color: #fff;
    margin-top: 2em;
    padding: 0 0 1em;
}

.season-list > li:before,
.season-list > li:after {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    z-index: 7;
}

.season-list > li:before {
    position: absolute;
    content: "POINT";
    color: #fff;
    font-size: 1em;
    top: 0;
    left: 0;
    padding-top: 10px;
    text-align: center;
}

.season-list > li:after {
    counter-increment: item;
    content: counter(item, decimal-leading-zero)'';
    position: absolute;
    color: #fff;
    font-size: 2.4em;
    top: 0.5em;
}

.season-list h3 {
    background-color: rgba(216, 216, 216, 0.6);
    padding: 0.5em 0.2em 0.5em 4.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 4em;
    border-bottom: 2px solid #15174f;
}

.season-list h3:before {
    content: "";
    position: absolute;
    width: 4em;
    height: 4em;
    background-color: #15174f;
    left: 0;
    top: 0;
    z-index: 2;
}

.season-list li h3 + p.accent {
    font-size: 1.15em;
}

#special-scaffold-knowledge .season-list > li:before {
  content: "MERIT";
}
#special-scaffold-knowledge .season-list h3,
#demolition-scaffold-knowledge .season-list h3 {
  background-color: #004270;
  color: #FFF;
}
#special-scaffold-knowledge .season-list h3:before {
  background-color: #15174f;
}

#scaffold-rolling-knowledge .season-list h3 {
    background-color: #15174f;
    color: #FFF;
}



/* 業者選びのポイント */

.point dl {
    counter-reset: item;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.point dt.sbtitle:not(:nth-of-type(1)) {
    margin-top: 2em;
}

.point dt.sbtitle {
    position: relative;
    color: #15174f;
    font-size: 1.2em;
    font-family: "Century Gothic", sans-serif;
    border-bottom: 2px solid #15174f;
}

.point dt.sbtitle:before,
.point dt.sbtitle:after {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    z-index: 7;
    color: #fff;
}

.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;
}

.point dt.sbtitle:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background-image: url(../img/icon/point-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1em;
}
.point dt.sbtitle.open:after {
    transform: rotate(180deg);
}

.point dd.sbcontents {
    margin: 0 0 0.5em 0;
}


/* 工事の流れ */

.c-flow {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 3em 4em 3em 12em;
    background-color: #fff;
}

.process-list {
    padding: 0;
    counter-reset: flow;
}

.process-list li {
    list-style-type: none;
    position: relative;
}

.process-list dd {
    margin-left: 0;
}

.process-list {
    position: relative;
}

.process-list:before {
    content: "";
    width: 1em;
    height: 100%;
    background: #eee;
    display: block;
    position: absolute;
    top: 0;
}

.process-list > li {
    position: relative;
}

.process-list > li:not(:last-child) {
    margin-bottom: 4.5em;
}

.process-list > li .step-icon {
    font-size: large;
    font-weight: normal;
    color: #fff;
    background: #30327c;
    padding: 0.5em 1em 1.8em;
    position: absolute;
    top: 0.25em;
    display: block;
    text-align: center;
}

.process-list > li .step-icon:before {
    position: absolute;
    counter-increment: flow;
    content: ''counter(flow, decimal-leading-zero);
    font-size: 1.4em;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.process-list > li .step-icon:after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #004270;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.process-list > li dl {
    padding-left: 7.5em;
    position: relative;
}

.process-list > li dl:before,
.process-list > li dl:after {
    content: "";
    display: block;
    position: absolute;
    top: 2.8em;
}

.process-list > li dl:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #6b90db;
    border-radius: 50%;
    left: 1.25em;
}

.process-list > li dl:after {
    border-bottom: 1px solid #999;
}

.process-list > li dl dt {
    font-size: 1.5em;
    font-weight: bold;
    color: #30327c;
    margin-bottom: 1vh;
    line-height: 2;
}


/* ○○足場とは */
section[id$="lineup"] ul.lineup-list li {
  list-style: none;
}

/* 料金目安 */
.price .block-table .row {
    background-color: #15174f;
    color: #fff;
}
.price .block-table .row-line {
    border-right: solid 1px #fff;
    width: 60%;
}
.price .block-table .row th {
    text-align: center;
}
.price .block-table {
    border-left: solid 1px #15174f;
    border-right: solid 1px #15174f;
}
.price .block-table tr {
    border-bottom: solid 1px #15174f;
}
.price .block-table td {
    border-right: solid 1px #15174f;
    padding-left: 2em;
}
.price .block-table .accent {
    text-align: center;
}
.price .txt-c.accent {
    font-size: 1.3em;
}


/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media (max-width: 767px) {
    .pc-on {
        display: none;
    }


    /* ▼ビルボード▼ */
    #mainImg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .paint-apartment #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-apartment-bil-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-apartment-bil-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-apartment-bil-bg.png);
    }

    .paint-factory #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-factory-bil-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-factory-bil-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-factory-bil-bg.png);
    }

    .paint-medical #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-medical-bil-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-medical-bil-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-medical-bil-bg.png);
    }

    .paint-commercial #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-commercial-bil-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-commercial-bil-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-commercial-bil-bg.png);
    }

    .paint-public #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-public-bil-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-public-bil-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-public-bil-bg.png);
    }

    .paint-house #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-house-bil-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-house-bil-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-house-bil-bg.png);
    }

    .scaffold-apartment #mainImg {
        background-image: url(../img/contents/scaffold-apartment-bil-bg-780w.png);
    }

    .scaffold-factory #mainImg,
    .tochigi-scaffold-factory #mainImg,
    .ibaraki-scaffold-factory #mainImg,
    .tokyo-scaffold-factory #mainImg,
    .saitama-scaffold-factory #mainImg,
    .chiba-scaffold-factory #mainImg {
        background-image: url(../img/contents/scaffold-factory-bil-bg-780w.png);
    }

    .scaffold-medical #mainImg {
        background-image: url(../img/contents/scaffold-medical-bil-bg-780w.png);
    }

    .scaffold-commercial #mainImg {
        background-image: url(../img/contents/scaffold-commercial-bil-bg-780w.png);
    }

    .scaffold-public #mainImg {
        background-image: url(../img/contents/scaffold-public-bil-bg-780w.png);
    }

    .scaffold-bridge #mainImg {
        background-image: url(../img/contents/scaffold-bridge-bil-bg-780w.png);
    }

    .scaffold-house #mainImg {
        background-image: url(../img/contents/scaffold-house-bil-bg-780w.png);
    }

    .scaffold-event #mainImg {
        background-image: url(../img/contents/scaffold-event-bil-bg-780w.png);
    }

    .scaffold-rolling #mainImg {
        background-image: url(../img/contents/scaffold-rolling-bil-bg-780w.png);
    }

    .saitama-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-780w.png);
    }

    .tochigi-enclosure #mainImg {
        background-image: url(../img/contents/tochigi-enclosure-bil-bg-780w.png);
    }

    .chiba-enclosure #mainImg {
        background-image: url(../img/contents/chiba-enclosure-bil-bg-780w.png);
    }

    .kanagawa-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-780w.png);
    }

    .niigata-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-780w.png);
    }

    .special-scaffold #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/special-scaffold-bil-right-bg.png), url(../img/contents/special-scaffold-bil-left-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/special-scaffold-bil-right-bg.png), url(../img/contents/special-scaffold-bil-left-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/special-scaffold-bil-right-bg.png), url(../img/contents/special-scaffold-bil-left-bg.png);
    }
    .demolition-scaffold #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/demolition-scaffold-bil-right-bg.png), url(../img/contents/demolition-scaffold-bil-left-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/demolition-scaffold-bil-right-bg.png), url(../img/contents/demolition-scaffold-bil-left-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/demolition-scaffold-bil-right-bg.png), url(../img/contents/demolition-scaffold-bil-left-bg.png);
    }
    .enclosure #mainImg {
        background-image: -moz-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/enclosure-bil-left-bg.png), url(../img/contents/enclosure-bil-right-bg.png);
        background-image: -webkit-linear-gradient(left, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/enclosure-bil-left-bg.png), url(../img/contents/enclosure-bil-right-bg.png);
        background-image: linear-gradient(to right, rgba(103, 155, 191, 0), #679bbf 20%, #679bbf 80%, rgba(103, 155, 191, 0)), url(../img/contents/enclosure-bil-left-bg.png), url(../img/contents/enclosure-bil-right-bg.png);
    }


    /*タイトルテキスト*/
    .bil-txt {
        padding: 3em 0;
    }

    .bil-txt:before {
        width: 4em;
        height: 2em;
        top: 0.5em;
    }

    #mainImg .bil-txt img {
        width: 80%;
    }

    .bil-btn {
        margin-top: 2em;
        margin-bottom: 0;
    }

    .bil-btn a {
        padding: 1em;
    }

    /* ▲ビルボード▲ */

    /* 必要性について */
    .about-bg {
        background-size: 28%;
    }

    .merit-list li:before {
        font-size: 1.875em;
        width: 45px;
        height: 38px;
    }

    #scaffold-rolling-knowledge .sp-know-bg {
        background-image: url(../img/contents/scaffold-rolling-merit-bg-780w.jpg);
    }

    /* 4つのメリット */
    .merit-list li dt {
        padding-bottom: 1.2em;
        padding-top: 1.2em;
    }

    .ab-about .merit-list li dt {
        font-size: 1.8em;
        padding-bottom: 1.4em;
        padding-top: 1.4em;
    }

    .merit-list dd {
        display: none;
    }

    h3.merit-catch:before,
    h3.merit-catch:after {
        border-bottom: 2px solid #3c5ca5;
    }

    .badlist li {
        max-width: 318px;
        margin-right: auto;
        margin-left: auto;
    }

    h3.renew-catch {
        font-size: 1.2em;
    }

    h3.renew-catch span {
        font-size: 1.4em;
    }

    h3.renew-catch:before,
    h3.renew-catch:after {
        width: 2em;
        height: 2em;
    }

    h3.renew-catch:before {
        left: calc(50% - 11em);
    }

    h3.renew-catch:after {
        right: calc(50% - 11em);
    }

    .renew-txt + p {
        font-size: 1.3em;
    }

    /* 塗装費用・相場 */
    #content .cost-bg {
        background-position: bottom right 50%;
        background-size: 300px;
    }

    #content .cost-comment {
        margin-right: auto;
        margin-left: auto;
    }

    .cost p.txt-c.accent {
        text-align: center;
    }

    .cost p.txt-c.accent span.deco:nth-of-type(1) {
        display: block;
        margin-bottom: -1em;
    }

    .cost-catch {
        font-size: 1.2em;
        max-width: 310px;
    }

    #content .cost-catch:before {
        width: 7em;
        height: 8em;
        background-size: contain;
        left: -31px;
        bottom: -59px;
    }


    /* 塗料の種類と耐用年数 */
    dl.p-type > dt {
        padding: 1em;
        text-align: center;
    }

    dl.p-type > dd {
        margin: 0 0 1em;
    }

    dl.indl {
        margin: 0;
        padding: 1em 1em 0;
    }

    dl.indl dt {
        width: 24%;
    }

    dl.indl dt:before {
        width: 80vw;
        bottom: -6px;
    }

    dl.indl dd {
        width: 60%;
        margin: 1em 0 0 1em;
    }

    dl.indl + p {
        padding: 0 1em 1em;
    }

    /* 基礎知識 */
    .sp-know-bg {
        background-image: url(../img/contents/special-scaffold-knowledge-bg-780w.jpg);
    }

    .season-list > li:before {
        width: 5em;
        height: 5em;
        padding-top: 7px;
    }

    .season-list > li:after {
        top: 0.4em;
        left: 0;
        width: 70px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .season-list > li p,
    .season-list > li ul {
        padding-left: 1em;
        padding-right: 1em;
    }

    .season-list > li ul {
        padding-top: 1em;
    }



    .season-list > li div.text2.open {
        height: auto;
        padding-bottom: 3em;
    }

    /* 2024-11-19

    .season-list > li div.text2 {
    height: 4.5em;
    overflow: hidden;
    position: relative;
}

    .season-list > li div.text2:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
    */

    .season-list > li div.text2:not(.open):before {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
    }
    /* 2024-11-19
    .season-list > li div.text2:after {
        content: "+ 続きを読む";
        background: #30327c;
        position: absolute;
        width: 8em;
        height: 2.5em;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        color: #fff;
        padding-top: 0.5em;
        border-radius: 2em;
    }
   

    .season-list > li div.text2.open:after {
        content: "折りたたむ";
    }
    */

    /* 業者選びのポイント */
    .point dl {
        padding: 1em;
    }
    .point dt.sbtitle {
        padding: 0em 0.5em 0.8em 3em;
        height: 3.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .point dt.sbtitle:before {
        padding-top: 19px;
    }

    .point dt.sbtitle:after {
        right: -8px;
    }
    .point dd.sbcontents {
        padding: 0.5em 1.5em;
    }

    /* 工事の流れ */
    .c-flow {
        display: block;
        padding: 0;
        box-shadow: none;
        padding: 1em;
    }

    .process-list > li .step-icon {
        font-size: 0.6em;
        top: 1em;
        left: -1.25em;
    }

    .process-list > li .step-icon:after {
        top: 2em;
    }

    .process-list:before {
        left: 4em;
    }

    .process-list > li dl:before {
        left: 4.2em;
    }

    .process-list > li dl:after {
        left: 5em;
        width: 82%;
    }

    .process-list dd {
        margin-right: 0;
    }


    /* ○○足場とは */
    section[id$="lineup"] ul.lineup-list li {
      border-bottom: 1px #CCC dashed;
      padding-bottom: 1em;
    }

    /* 料金目安 */
    .price .block-table td {
        padding-left: 0.5em;
    }
    

}

/* End max 767px */



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



    /* ここにスタイル */

}

/* End min 480px */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上
 */
@media (min-width: 48em) {
    .sp-on {
        display: none;
    }

    /* タイトルテキスト */
    .bil-txt {
        padding-top: 100px;
        padding-bottom: 10px;
    }

    .bil-txt:before {
        width: 127px;
        height: 54px;
        top: 1.5em;
    }

    .bil-btn {
        margin-top: 2.5em;
        margin-bottom: 2.125em;
    }

    .bil-btn a {
        font-size: 1.75em;
        padding: 0.8em 1.9em;
    }

    #mainImg {
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: center, right, left;
    }

    .paint-apartment #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-apartment-bil-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-apartment-bil-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-apartment-bil-bg.png);
    }

    .paint-factory #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-factory-bil-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-factory-bil-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-factory-bil-bg.png);
    }

    .paint-medical #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-medical-bil-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-medical-bil-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-medical-bil-bg.png);
    }

    .paint-commercial #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-commercial-bil-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-commercial-bil-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-commercial-bil-bg.png);
    }

    .paint-public #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-public-bil-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-public-bil-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-public-bil-bg.png);
    }

    .paint-house #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-house-bil-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-house-bil-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/paint-bil-bg.png), url(../img/contents/paint-house-bil-bg.png);
    }

    .scaffold-apartment #mainImg {
        background-image: url(../img/contents/scaffold-apartment-bil-bg-1920w.png);
    }

    .scaffold-factory #mainImg,
    .tochigi-scaffold-factory #mainImg,
    .ibaraki-scaffold-factory #mainImg,
    .tokyo-scaffold-factory #mainImg,
    .saitama-scaffold-factory #mainImg,
    .chiba-scaffold-factory #mainImg {
        background-image: url(../img/contents/scaffold-factory-bil-bg-1920w.png);
    }

    .scaffold-medical #mainImg {
        background-image: url(../img/contents/scaffold-medical-bil-bg-1920w.png);
    }

    .scaffold-commercial #mainImg {
        background-image: url(../img/contents/scaffold-commercial-bil-bg-1920w.png);
    }

    .scaffold-public #mainImg {
        background-image: url(../img/contents/scaffold-public-bil-bg-1920w.png);
    }

    .scaffold-bridge #mainImg {
        background-image: url(../img/contents/scaffold-bridge-bil-bg-1920w.png);
    }

    .scaffold-house #mainImg {
        background-image: url(../img/contents/scaffold-house-bil-bg-1920w.png);
    }

    .scaffold-event #mainImg {
        background-image: url(../img/contents/scaffold-event-bil-bg-1920w.png);
    }

    .scaffold-rolling #mainImg {
        background-image: url(../img/contents/scaffold-rolling-bil-bg-1920w.png);
    }

    .saitama-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-1920w.png);
    }
    .tokyo-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-1920w.png);
    }
    .ibaraki-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-1920w.png);
    }
    .tochigi-enclosure #mainImg {
        background-image: url(../img/contents/tochigi-enclosure-bil-bg-1920w.png);
    }
    .chiba-enclosure #mainImg {
        background-image: url(../img/contents/chiba-enclosure-bil-bg-1920w.png);
    }
    .kanagawa-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-1920w.png);
    }
    .niigata-enclosure #mainImg {
        background-image: url(../img/contents/saitama-enclosure-bil-bg-1920w.png);
    }

    .special-scaffold #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/special-scaffold-bil-right-bg.png), url(../img/contents/special-scaffold-bil-left-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/special-scaffold-bil-right-bg.png), url(../img/contents/special-scaffold-bil-left-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/special-scaffold-bil-right-bg.png), url(../img/contents/special-scaffold-bil-left-bg.png);
    }

    .demolition-scaffold #mainImg {
        background-image: -moz-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/demolition-scaffold-bil-right-bg.png), url(../img/contents/demolition-scaffold-bil-left-bg.png);
        background-image: -webkit-linear-gradient(left, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/demolition-scaffold-bil-right-bg.png), url(../img/contents/demolition-scaffold-bil-left-bg.png);
        background-image: linear-gradient(to right, transparent, #679bbf 30%, #679bbf 70%, transparent), url(../img/contents/demolition-scaffold-bil-bil-right-bg.png), url(../img/contents/demolition-scaffold-bil-left-bg.png);
    }


    /* ▲ビルボード▲ */

    /* 目次 */
    #content div#toc_container:not(.contracted) {
        padding: 1em 2em;
    }

    #content div#toc_container:not(.contracted) ul.toc_list {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    #content div#toc_container:not(.contracted) ul.toc_list li {
        vertical-align: top;
        width: 47%;
    }

    /* 必要性について */
    #content .about-bg {
        padding-bottom: 2em;
        background-size: 30%;
    }

    .merit-list li {
        margin-top: 3em;
    }

    .merit-list li:before {
        font-size: 1.3em;
        width: 53px;
        height: 46px;
    }

    h3.merit-catch {
        font-size: 2.2em;
    }

    h3.merit-catch:before,
    h3.merit-catch:after {
        border-bottom: 4px solid #3c5ca5;
    }


    /* 4つのメリット */
    .merit-list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

    .merit-list li dt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        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;
        padding-top: 0.5em;
        padding-bottom: 0.5em
    }

    .ab-about .merit-list li dt {
        font-size: 1.8em;
    }

    .merit-list li dd {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #fff;
        margin-left: 0;
        padding: 1em;
    }

    /* 放置しておくと劣化が進みます */
    .badlist {
        position: relative;
    }

    .badlist:before {
        content: "";
        position: absolute;
        width: 10em;
        height: 15em;
        background-image: url(../img/contents/thinking-man.png);
        background-repeat: no-repeat;
        left: 0;
        top: -178px;
        background-size: contain;
    }

    h3.renew-catch {
        font-size: 2.23em;
    }

    h3.renew-catch span {
        font-size: 1.4em;
    }

    h3.renew-catch:before,
    h3.renew-catch:after {
        width: 91px;
        height: 87px;
    }

    h3.renew-catch:before {
        left: calc(50% - 12em);
    }

    h3.renew-catch:after {
        right: calc(50% - 12em);
    }

    .renew-txt + p {
        font-size: 2.2em;
    }

    /* 塗装費用・相場 */
    #content .price-tp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 3em;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }

    #content .cost-comment {
        margin-left: 1em;
        max-width: 220px;
        padding: 1.3em;
        height: 10em;
        margin-bottom: 8em;
        margin-top: 0;
    }

    .cost-comment:after {
        content: "";
        position: absolute;
        background-image: url(../img/contents/ashiba-price-man.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        right: -5em;
        bottom: -8em;
        width: 11em;
        height: 14em;
    }

    #content .cost table {
        max-width: 432px;
        margin-bottom: 0;
    }

    .cost table th,
    .cost table tbody td {
        padding: 1em;
    }

    #content .cost-catch {
        font-size: 1.5em;
        max-width: 666px;
        margin-top: 2em;
        margin-bottom: -1em;
    }

    #content .cost-catch:before {
        width: 8em;
        height: 9em;
        background-size: contain;
        left: -80px;
        bottom: -85px;
    }

    /* 塗料の種類と耐用年数 */
    .type .graph {
        text-align: center;
    }

    .type .graph p {
        text-align: right;
    }

    dl.p-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    dl.p-type > dt {
        width: 19%;
        text-align: center;
        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;
    }

    dl.p-type > dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 81%;
        margin: 0;
        padding: 1em 1em 1em 0.5em;
    }

    dl.indl {
        -ms-flex-preferred-size: 18em;
        flex-basis: 18em;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    dl.indl dt {
        width: 23%;
    }

    dl.indl dt:before {
        width: 16em;
        bottom: -2px;
    }

    dl.indl dd {
        margin: 0 0 0 1em;
        width: 63%;
    }

    dl.p-type > dd p {
        margin-left: 1em;
    }

    /* 基礎知識 */
    .sp-know-bg {
        background-image: url(../img/contents/special-scaffold-knowledge-bg-1920w.jpg);
    }

    .season-list > li:before {
        width: 5.5em;
        height: 5.5em;
        padding-top: 10px;
    }

    .season-list > li:after {
        left: 21px;
    }

    .season-list li h3 + p.accent,
    .season-list li div.text2 {
        padding-left: 1em;
    }

    .season-list li div.text2 {
        padding-right: 360px;
        position: relative;
        min-height: 210px;
    }

    .season-list li div.text2:before {
        position: absolute;
        content: "";
        width: 300px;
        height: auto;
        right: 20px;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 210px;
    }

    .color-bk .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/point-01.jpg);
    }

    .color-bk .season-list li:nth-of-type(2) div.text2:before {
        background-image: url(../img/contents/point-02.jpg);
    }

    .paint-factory .color-bk .season-list li:nth-of-type(2) div.text2:before,
    .paint-commercial .color-bk .season-list li:nth-of-type(2) div.text2:before,
    .paint-house .color-bk .season-list li:nth-of-type(2) div.text2:before {
        background-image: url(../img/contents/point-02-2.jpg);
    }

    .color-bk .season-list li:nth-of-type(3) div.text2:before {
        background-image: url(../img/contents/point-03.jpg);
    }

    .color-bk .season-list li:nth-of-type(4) div.text2:before {
        background-image: url(../img/contents/point-04.jpg);
    }

    #scaffold-apartment-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #scaffold-public-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #scaffold-medical-knowledge .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/police.jpg);
    }

    #scaffold-bridge-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #scaffold-house-knowledge .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/bridge-ashiba.jpg);
    }

    #scaffold-public-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #scaffold-commercial-knowledge .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/bike-ashiba.jpg);
    }

    #scaffold-apartment-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #scaffold-factory-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #tochigi-scaffold-factory-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #ibaraki-scaffold-factory-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #tokyo-scaffold-factory-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #saitama-scaffold-factory-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #chiba-scaffold-factory-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #scaffold-house-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #scaffold-medical-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #scaffold-commercial-knowledge .season-list li:nth-of-type(2) div.text2:before {
        background-image: url(../img/contents/certificate-ashiba.jpg);
    }

    #scaffold-bridge-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #scaffold-factory-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #tochigi-scaffold-factory-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #ibaraki-scaffold-factory-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #tokyo-scaffold-factory-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #saitama-scaffold-factory-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #chiba-scaffold-factory-knowledge .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/wakugumi-ashiba.jpg);
    }
    #oota-knowledge .season-list li:nth-of-type(1) div.text2:before,
    #special-scaffold-knowledge .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/special-scaffold-lineup-2.jpg);
    }
    #oota-knowledge .season-list li:nth-of-type(2) div.text2:before,
    #special-scaffold-knowledge .season-list li:nth-of-type(2) div.text2:before {
        background-image: url(../img/contents/special-scaffold-knowledge-2.jpg);
    }
    #oota-knowledge .season-list li:nth-of-type(3) div.text2:before,
    #special-scaffold-knowledge .season-list li:nth-of-type(3) div.text2:before {
        background-image: url(../img/contents/turi-point2.jpg);
    }

    #demolition-scaffold-knowledge .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/demolition-scaffold-knowledge-1.jpg);
    }
    #demolition-scaffold-knowledge .season-list li:nth-of-type(2) div.text2:before {
        background-image: url(../img/contents/demolition-scaffold-knowledge-2.jpg);
    }

    #scaffold-rolling-knowledge .season-list li:nth-of-type(1) div.text2:before {
        background-image: url(../img/contents/scaffold-rolling-merit-01.jpg);
    }
    #scaffold-rolling-knowledge .season-list li:nth-of-type(2) div.text2:before {
        background-image: url(../img/contents/scaffold-rolling-merit-02.jpg);
    }

    /* 足場工事の費用 */
    .ab-catch:before {
        position: absolute;
        content: "";
        width: 138px;
        height: 143px;
        background-image: url(../img/contents/ashiba-price-man.png);
        background-repeat: no-repeat;
        bottom: -22px;
        z-index: -1;
        background-size: contain;
        right: 0;
    }

    /* 足場工事の種類 */
    .ab-type-bg {
        background-image: url(../img/contents/ashiba-type-bg1.png), url(../img/contents/ashiba-type-bg2.png);
        background-position: top right -49em, top left -29em;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }


    /* 業者選びのポイント */
    .point-bg {
        background-image: url(../img/contents/paint-point-bg.png);
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    .point dl {
        padding: 2em;
    }
    .point dt.sbtitle {
        padding: 0.5em 0.5em 1em 3em;
    }

    .point dt.sbtitle:before {
        padding-top: 0.9em;
    }

    .point dt.sbtitle:after {
        right: 0;
    }
    .point dd.sbcontents {
        padding: 0.5em 1.5em 0.5em 3.5em;
    }
    /* 工事の流れ */
    .process-list:before {
        left: 1em;
    }

    .process-list > li dl:before {
        left: 1.25em;
    }

    .process-list > li dl:after {
        width: 95%;
        left: 1.75em;
    }

    .process-list > li .step-icon {
        left: -5.5em;
    }

    /* 費用 */
    #scaffold-event-cost p.caution-box {
        width: 70%;
        text-align: left;
        margin: 1em auto 0;
    }

}

/* End min 768px */



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

    /* 必要性 */
    #content .about-bg {
        background-size: auto;
        background-position: bottom right calc((100vw - 800px) / 2);
    }

    h3.renew-catch:before {
        left: calc(50% - 12.5em);
    }

    h3.renew-catch:after {
        right: calc(50% - 12.5em);
    }

    .renew-txt + p {
        padding-left: 1em;
    }

    .br880 {
        display: none;
    }

    .ab-catch {
        text-align: center;
    }

    .ab-catch:before {
        width: 166px;
        height: 173px;
    }
}

/* End min 880px */



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

    /* ここにスタイル */
    .merit-list li:before {
        font-size: 1.8em;
    }

    /* 塗装費用・相場 */
    #content .cost table {
        max-width: 670px;
    }

    .cost-comment:after {
        width: 216px;
        height: 300px;
        right: -9em;
    }

    /* 基礎知識 */
    .color-bk {
        position: relative;
    }

    .color-bk:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../img/contents/ladder.png);
        background-position: bottom left;
        background-size: auto;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
    }

    .season-list li h3 + p.accent,
    .season-list li div.text2 {
        padding-left: 2.5em;
    }

    .season-list li div.text2 {
        margin-bottom: 0.7em;
    }

    .season-list li div.text2:before {
        right: 2.5em;
    }

    /* 施工の流れ */
    .c-flow {
        padding: 3em 7em 3em 13em;
    }

}

/* End min 1072px */



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

    /* ここにスタイル */
    .bil-pop2 {
        width: 27%;
    }

    .bil-pop {
        width: 25%;
    }


    /* 工事の流れ */
    .process-bg {
        background-image: url(../img/contents/process-bg1.png), url(../img/contents/process-bg2.png);
        background-repeat: no-repeat;
        background-position: right top, left bottom;
    }

    /* 足場工事の種類 */
    .ab-type-bg {
        background-position: top right -38em, top left -21em;
    }

}

/* End min 1264px */
