@charset "UTF-8";
/* -------------------------------------
    リフォーム
-----------------------------------------*//*# sourceMappingURL=custom-reform2.css.map */
/* PC */
@media screen and (min-width: 768px) {
    .pc_non { display: none;}
}

.c-intro__ttl--icon-siding::before {
    background-image: url(../../images/item/icon_siding.svg);
}

.c-intro__ttl__sub {
    display: inline-block;
    font-size: 20px;
}


/* .p-subpage-kv
===========================================================*/
.p-subpage-kv { position: relative}

.p-subpage-kv h2 {
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    display: flex;
    justify-content: center; align-items: center;
    color: #fff;
    line-height: 1.5;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-subpage-kv {
        width: 100%; height: 200px;
        background: url(../../images/item/mv_bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-subpage-kv h2 span:nth-child(1) {
        font-size: 24px;
        font-weight: 500;
        position: relative; top: .3em;
    }

    .p-subpage-kv h2 span:nth-child(2) {
        font-size: 36px;
        font-weight: 600;
    }
}


/* SP */
@media screen and (max-width: 767px) {
    .p-subpage-kv {
        background: url(../../images/item/mv_bg_sp.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        aspect-ratio: 400/150;
    }

    .p-subpage-kv h2 { flex-direction: column;}

    .p-subpage-kv h2 span:nth-child(1) { font-size: 18px; font-weight: 500;}
    .p-subpage-kv h2 span:nth-child(2) { font-size: 22px; font-weight: 600;}
}


/* .p-siding-intro
===========================================================*/
.p-siding-intro { 
    border-bottom: 1px solid #000;
    padding-top: 26px; padding-bottom: 40px;
}

.p-siding-intro__inner {
    margin-right: auto; margin-left: auto;
    display: flex;
    flex-wrap: wrap; justify-content: space-between; align-items: stretch;
}

.p-siding-intro__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 38px;
}

.p-siding-intro__column .__area {
    display: flex;
    flex-wrap: wrap; justify-content: center; align-items: stretch;
}

.p-siding-intro__column .__area .__box {
    display: flex;
    justify-content: space-between; align-items: center;
    position: relative;
    padding-bottom: 27px;
    margin-right: 20px; margin-left: 20px;
}

.p-siding-intro__column .__area .__box::after {
    content: "";
    position: absolute;
    width: 12px; height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.p-siding-intro__column .__area .__img { margin-right: 13px;}

.p-siding-intro__column .__area .__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.p-siding-intro__column .__area p { line-height: 1.6;}

/* PC */
@media screen and (min-width: 768px) {
    .p-siding-intro__inner { width: 940px;}

    .p-siding-intro__column:nth-of-type(1) { width: 67%; border-right: 1px solid #000;}
    .p-siding-intro__column:nth-of-type(2) { width: 33%;}

    .p-siding-intro__column .__area .__box::after {
        left: 50%; bottom: 0;
        transform: translateX(-50%) rotate(45deg);
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .p-siding-intro__ttl { margin-top: 6vw; margin-bottom: 4vw;}

    .p-siding-intro__column { width: 100%;}

    .p-siding-intro__column .__area { justify-content: flex-start;}

    .p-siding-intro__column .__area .__box {
        width: 90vw;
        margin-right: auto; margin-bottom: 4vw; margin-left: auto;
        padding: 4vw;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        justify-content: flex-start;
    }

    .p-siding-intro__column .__area .__box::after {
        right: 4vw; top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
}



/* .p-siding
===========================================================*/
section.p-siding { margin-top: 50px;}

.p-siding p {
    font-size: 16px;
    margin-top: 1.3em;
}

.p-siding_frame {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* PC */
@media screen and (min-width: 768px) {
    .p-siding_frame {
        padding-top: 50px; padding-right: 20px; padding-left: 20px;
        margin-top: 50px; margin-bottom: 50px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .p-siding_frame {
        padding-top: 5vw; padding-right: 4vw; padding-left: 4vw;
        margin-top: 8vw; margin-bottom: 5vw;
    }
}


/* .p-siding_ttl
================================*/
.p-siding_ttl {
    display: flex;
    flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
    margin-bottom: 50px;
}

.p-siding_ttl__ttl {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.p-siding_ttl__name {
    font-weight: bold;
    font-size: 24px;
}

.p-siding_ttl p { margin-top: 0;}

.p-siding_ttl__suggest span {
    display: inline-block;
    background: #019FA8;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-siding_ttl__txt,
    .p-siding_ttl__img { width: 480px;}
}

/* SP */
@media screen and (max-width: 767px) {
    .p-siding_ttl__name { font-size: 18px;}

    .p-siding_ttl__logo img { height: 13.34vw;}

    .p-siding_ttl__suggest span {
        font-size: 15px;
        padding-top: 2px; padding-bottom: 2px;
    }

    .p-siding_ttl__img img { margin-top: 4vw; width: 100%;}
}


/* .p-siding_media
================================*/
.p-siding_media {
    display: flex;
    flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.p-siding_media.__dfb { display: block;}

.p-siding_media--rev { flex-direction: row-reverse;}

.p-siding_media__body,
.p-siding_media__img.p-siding_media__img--350 { width: 350px;}

.p-siding_media__img,
.p-siding_media__body.p-siding_media__body--600 { width: 600px;}

.p-siding_media__body.p-siding_media__body--386 { width: 386px;}
.p-siding_media__img.p-siding_media__img--511   { width: 511px;}

.p-siding_media__img_tac {
    text-align: center;
    margin-top: 3em;
}

.p-siding_media__ttl {
    font-size: 24px;
    color: #019FA8;
    font-weight: bold;
    margin-bottom: 1.3em;
}

.p-siding_media__body .__sup {
    font-size: 0.8em;
    vertical-align: top;
}

p.p-siding_media__body_notes { font-size: 14px;}
p.p-siding_media__body_fzs   { font-size: 12px; margin-top: 0.5em; line-height: 1.6;}

.p-siding_media_c3 .__box { position: relative;}

.p-siding_media_c3 .__box::after {
    content: '';
    display: block;
    position: absolute;
}

.p-siding_media_c3 .__box p {
    font-size: 13px;
    line-height: 1.4;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-siding_media_c3 {
        display: flex;
        justify-content: space-between; align-items: flex-start;
    }

    .p-siding_media_c3 .__box { width: 172px;}

    .p-siding_media_c3 .__box:not(:last-child)::after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 17px solid #8AB1B5;
        top: calc(85px - 10px); right: -26px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .p-siding_media__ttl { font-size: 20px;}

    .p-siding_media__img { width: 100%;}

    .p-siding_media__img img,
    .p-siding_media__img_tac img { margin-top: 4vw; width: 100%;}

    .p-siding_media_c3 .__box {
        display: flex;
        justify-content: space-between; align-items: center;
        margin-bottom: 6vw;
    }

    .p-siding_media_c3 .__box:not(:last-child)::after {
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 17px solid #8AB1B5;
        left: 50%; bottom: calc(-17px - 3vw);
        transform: translateX(-50%);
    }

    .p-siding_media_c3 .__box img { width: 36%; margin-right: 4vw;}

    .p-siding_media_c3 .__box p { flex: 1;}
}


/* .table-stl_atWall
================================*/
.table-stl_atWall p { margin-top: 0.4em;}

.table-stl_atWall table {
    width: 100%;
    font-size: 16px;
    border-collapse:collapse;
}

.table-stl_atWall caption {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 6px;
}

.table-stl_atWall thead th {
    font-weight: bold;
    padding-bottom: 2px;
}

.table-stl_atWall thead th > span {
    display: block;
    font-weight: normal;
}

.table-stl_atWall tbody { border: 1px solid #333;}

.table-stl_atWall th,
.table-stl_atWall td {
    text-align: center;
    vertical-align: middle;
    padding-top: 10px; padding-bottom: 10px;
    width: 25%;
}

.table-stl_atWall th img {
    width: 105px; height: auto;
    position: relative; top: 2px;
}

.table-stl_atWall tbody tr:nth-child(2n-1) { background: #eee;}

.table-stl_atWall tbody td { border-left: 1px dashed #000;}

/* borderで指定するとtable仕様上、内側にこないためbefore・afterで処理 */
.table-stl_atWall tbody tr:nth-child(1) th,
.table-stl_atWall tbody tr:nth-child(1) td { position: relative;}

.table-stl_atWall tbody tr:nth-child(1) th::before {
    content: '';
    width: 100%; height: 100%;
    position: absolute; left: 0; top: 0;
    border: 7px solid #019FA8;
    border-right: none;
}

.table-stl_atWall tbody tr:nth-child(1) td::before {
    content: '';
    width: 100%; height: 100%;
    position: absolute; left: 0; top: 0;
    border-top: 7px solid #019FA8;
    border-bottom: 7px solid #019FA8;
}

.table-stl_atWall tbody tr:nth-child(1) td:last-child:after {
    content: '';
    width: 100%; height: 100%;
    position: absolute; right: 0; top: 0;
    border-right: 7px solid #019FA8;
}

/* SP */
@media screen and (max-width: 767px) {
    .table-stl_atWall { margin-top: 8vw;}

    .table-stl_atWall table { font-size: 14px;}

    .table-stl_atWall tbody th { width: 31%;}

    .table-stl_atWall tbody td { width: 23%; line-height: 1.2;}

    .table-stl_atWall th img { width: calc(100% - 22px); top: -2px; left: 2px;}

    .table-stl_atWall .p-siding_media__body_notes { font-size: 13px;}
}



/* .p-siding_btns
================================*/
.p-siding_btns {
    display: flex;
    flex-wrap: wrap; justify-content: center; align-items: stretch;
}

.p-siding_btns .p-siding_btn {
    background: #019FA8;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.p-siding_btns .p-siding_btn:hover { color: #019FA8;}

.p-siding_btns .p-siding_btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0; height: 100%;
    background-color: #fff;
    border: 1px solid #019FA8;
    transition: all 0.4s ease-in-out;
}

.p-siding_btns .p-siding_btn:hover::before { width: 100%;}

.p-siding_btns .p-siding_btn span {
    display: flex;
    justify-content: center; align-items: center;
    height: 100%;
    position: relative;
}

.p-siding_btns .p-siding_btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    width: 12px; height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: all 0.4s ease-in-out;
}

.p-siding_btns .p-siding_btn:hover span::after {
    border-right: 2px solid #019FA8;
    border-top: 2px solid #019FA8;
}

/* PC */
@media screen and (min-width: 768px) {
    .p-siding_btns {
        width: 842px;
        margin-right: auto; margin-left: auto;
        padding-bottom: 40px;
    }

    .p-siding_btns .p-siding_btn {
        width: calc(50% - 12px - 12px);
        margin-top: 25px; margin-right: 12px; margin-left: 12px;
        height: 64px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .p-siding_btns { padding-bottom: 5vw;}

    .p-siding_btns .p-siding_btn {
        width: 100%;
        margin-top: 4vw;
        padding-top: 3vw; padding-bottom: 3vw;
        line-height: 1.3;
        font-size: 16px;
    }

    .p-siding_btns .p-siding_btn span::after {
        right: 2vw;
        width: 10px; height: 10px;
    }

    .p-siding_btn.__ls01_sp { letter-spacing: -1px;}
}


