/* ------------------------------ */
/* concept */
/* ------------------------------ */
.quality-top-concept {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.quality-top-concept h3 {
    color: #323232;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.quality-top-concept p {
    color: #323232;
    text-align: center;
    line-height: 2;
    font-size: 20px;
}

@media screen and (max-width:480px){
    .quality-top-concept h3{
        font-size: 22px;
    }
    .quality-top-concept p{
        font-size: 16px;
    }
}



/* ------------------------------ */
/* タブ切り替え */
/* ------------------------------ */
/*
/* ===== タブラベル（sticky固定） ===== */
.demo-spacer {
    text-align: center;
    margin-bottom: 30px;
}

.tab-labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
    position: sticky;
    top: 115px;
    z-index: 90;
    background: #fff;
}

.tab-label {
    flex: 1 1;
    min-width: 70px;
    max-width: 500px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #eeedea;
    color: #a7a7a7;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s, background-color 0.2s;
}
.tab-label:hover {
    opacity: .8;
}
.tab-label.active {
    opacity: 1;
    background-color: #098A92;
    color: #fff;
}

/* ===== タブタイトル ===== */
.tab-title {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.6px;
}
.tab-title span {
    display: block;
    font-size: 14px;
}

/* ===== quality-top-concept 切り替え ===== */
.quality-top-concept {
    display: none;
}
.quality-top-concept.active {
    display: block;
}

/* ===== tab-content-box 切り替え ===== */
.tab-content-box {
    display: none;
    width: 100%;
    padding: 4em 1em;
    background-color: #098A92;
}
.tab-content-box.active {
    display: block;
}

/* ===== その他既存スタイル ===== */
.tab1200 {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.equipment-concept {
    margin-bottom: 50px;
}

.equipment-concept h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    letter-spacing: 2px;
}
@media screen and (max-width:999px) {
    .tab-labels {
        top: 55px;
    }
}
@media screen and (max-width:767px) {
    .tab1200 { padding: 0 10px; }
}
@media screen and (max-width:600px) {
    .tab-labels {
        top: 48px;
    }
}
@media screen and (max-width:480px) {
    .equipment-concept h2 { font-size: 20px; }
    .tab-title { font-size: 20px; }
}
@media screen and (max-width:350px) {
    .tab-title { font-size: 16px; }
    .equipment-concept h2 { font-size: 18px; }
}


/* ------------------------------ */
/* システムキッチン */
/* ------------------------------ */
.equipment-container01 {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.equipment-container01 h3 {
    background-color: #a7a7a7;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}

.equipment-container01 h4 {
    color: #494949;
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 40px;
    letter-spacing: 2px;
    text-align: center;
}


@media screen and (max-width:999px) {
    .equipment-container01 h4 {
        font-size: 24px;
        padding: 0 20px;
    }
}



@media screen and (max-width:767px) {
    .equipment-container01 h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .equipment-container01 h3 {
        font-size: 26px;
    }
}
@media screen and (max-width:480px) {
.equipment-container01 h3{
    font-size: 22px;
}

    .equipment-listbox03 {
        flex-direction: column;
    }
}

@media screen and (max-width:350px) {

    .equipment-container01 h3 {
        font-size: 20px;
    }

    .equipment-container01 h4 {
        font-size: 18px;
    }

    .equipment-listbox03 {
        flex-direction: column;
    }
}

.equipment-box01 {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: wrap;
}

.equipment-box01 .eq-parts01:nth-child(1) {
    width: 100%;
}

.equipment-box01 .eq-parts01:nth-child(n+2) {
    width: calc((100% - 8px) / 3);
}

.equipment-box01 .eq-parts01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.equipment-listbox {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 0 40px 40px;
    flex-wrap: wrap;
}

.equipment-list01 {
    margin-top: 40px;
    width: calc((100% - 90px) / 4);
}



.equipment-list01 h4 {
    text-align: left;
    font-size: 20px;
    padding: 0em .4em .3em;
    border-left: 5px solid #494949;
    border-bottom: 1px solid #494949;
    color: #494949;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 500;
}

.equipment-list01 p {
    color: #494949;
    font-size: 15px;
}

.equipment-flex-list small {
    color: #494949;
}

.equipment-listbox-img01 {
    margin-top: 30px;
}

.equipment-listbox-img01 img {
    width: 100%;
}

.item-img01 p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}


@media screen and (min-width:1200px) and (max-width:1230px) {
    .equipment-list01 .letter-18 {
        letter-spacing: 1.8px;
    }
}


@media screen and (max-width:999px) {
    .equipment-box01 {
        padding: 20px;
    }

    .equipment-listbox {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width:999px) {
    .equipment-list01 h4 {
        font-size: 18px;
    }

    .item-img01 p {
        font-size: 15px;
    }
}

/* ------------------------------ */
/* item01 */
/* ------------------------------ */

.equipment-list01--wide {
    width: calc((100% - 90px) / 4 * 2 + 30px);
}

.wide-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.item-img01 {
    margin-top: 30px;
}

.equipment-item-img01 img {
    width: 100%;
}

@media screen and (max-width:350px) {
    .wide-flex {
        flex-direction: column;
    }
}

/* ------------------------------ */
/* item02 */
/* ------------------------------ */

.equipment-listbox-img02 {
    margin-top: 5px;
}

.equipment-listbox-img02 img {
    width: 100%;
}

.eq-img02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 5px;
    gap: 5px;
}

.eq-img-right small {
    color: #494949;
    margin-top: 0;
    display: block;
    font-size: 12px;
    text-align: right;
}

.eq-img-right {
    width: calc(70% - 2.5px);
}


.eq-img-left {
    width: calc(30% - 2.5px);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0;
    position: relative;
}

.eq-img-left p {
    color: #494949;
    position: absolute;
    left: 0;
    white-space: nowrap;
    /* テキストを折り返さない */
    left: 70px;
    bottom: 0;
    width: 100%;
    margin: 0;
}


.eq-img-left img {
    width: 90%;
}

@media screen and (min-width:900px) and (max-width:999px) {
    .eq-img-left p {
        left: 120px;
    }
}

@media screen and (min-width:800px) and (max-width:899px) {
    .eq-img-left p {
        left: 100px;
    }
}

@media screen and (min-width:768px) and (max-width:799px) {
    .eq-img-left p {
        left: 90px;
    }
}

@media screen and (max-width:767px) {

    .eq-img-left p {
        left: 0;
        position: relative;
    }
}

/* ------------------------------ */
/* item03 */
/* ------------------------------ */


.equipment-list01 h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #494949;
}


/* ------------------------------ */
/* item04-08 */
/* ------------------------------ */


.equipment-list02 {
    display: flex;
    flex-direction: column;
}

.equipment-list02 h5 {
    margin-top: 20px;
}

.m-bottom32 {
    margin-bottom: 32px;
}

.m-bottom55 {
    margin-bottom: 55px;
}

.m-bottom10 {
    margin-bottom: 10px;
}

.equipment-listbox-img03 img {
    width: 100%;
}

.letter-4 {
    letter-spacing: -4px !important;
}

.h4font_small {
    font-size: 18px!important;
    height: 38px!important;
}
.h4font_small span {
    transform: scale(0.8, 1);
    display: block;
    width: 124%;
    position: absolute;
    left: -18px;
    top: 54px;
}
@media screen and (max-width:1200px) {
    .h4font_small {
        font-size: 20px!important;
        height: unset!important;
    }
    .h4font_small span {
        transform: unset;
        position: unset;
        width: unset;
    }
}
@media screen and (max-width:999px) {
    .h4font_small {
        font-size: 18px!important;
    }
}
@media screen and (max-width:600px) {
    .h4font_small {
        font-size: 15px!important;
    }
}

.smalltext small {
    display: block;
    text-align: right;
    color: #494949;
}

.equipment-listbox-img01 small {
    color: #494949;
}

.textrightimg {
    text-align: right;
}

.textrightimg img {
    max-width: 140px;
}


@media screen and (min-width:1200px) and (max-width:1230px) {
    .letter-5 {
        letter-spacing: -5px !important;
    }

    .letter-1 {
        letter-spacing: 1px !important;
    }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
    .letter-2 {
        letter-spacing: -2px !important;
    }

    .letter-4-2 {
        letter-spacing: -4px !important;
    }

    .letter-0 {
        letter-spacing: 0 !important;
    }
}

@media screen and (max-width:999px) {
    .equipment-list01 {
        margin-top: 0;
        width: calc((100% - 30px) / 2);
    }

    .letter-4 {
        letter-spacing: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .equipment-list01 {
        width: calc((100% - 0px) / 1);
    }
}

@media screen and (max-width:350px) {
    .equipment-listbox-img01 small {
        text-align: left;
    }
}

/* ------------------------------ */
/* 洗面台 */
/* ------------------------------ */

.equipment-listbox03 {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    padding: 0 40px 40px;
    flex-wrap: wrap;
}

.equipment-list03 {
    margin-top: 40px;
    width: calc((100% - 6px) / 2);
}

.equipment-list03 h4 {
    text-align: left;
    font-size: 20px;
    padding: 0em .4em .3em;
    border-left: 5px solid #494949;
    border-bottom: 1px solid #494949;
    color: #494949;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0;
}

.equipment-list03 p {
    color: #494949;
    font-size: 15px;
}

.equipment-flex03-list small {
    color: #494949;
}

.equipment-img04 img {
    width: 100%;
}


.equipment-img05 img {
    width: 100%;
    object-fit: cover;
    height: 649px;
}

.equipment-flexbox03 {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}


.equipment-listbox03-img {
    margin-top: 30px;
}

.equipment-listbox03-img img {
    width: 100%;
}


.flexbox03 {
    margin-top: 40px;
    width: calc((100% - 6px) / 2);
}

.equipment-listbox04 {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 0 40px 40px;
    flex-wrap: wrap;
}

.equipment-list04 {
    margin-top: 40px;
    width: calc((100% - 30px) / 2);
}


.equipment-list04 h4 {
    text-align: left;
    font-size: 20px;
    padding: 0em .4em .3em;
    border-left: 5px solid #494949;
    border-bottom: 1px solid #494949;
    color: #494949;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0;
}

.equipment-list04 p {
    color: #494949;
    font-size: 15px;
}

.equipment-list04 img {
    width: 100%;
}

.equipment-list04 small {
    color: #494949;
    font-size: 12px;
}




.equipment-flexbox03 {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.flexbox03 img {
    width: 100%;
}


.flexbox04 {
    display: flex;
}

.equipment-img-main04 {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 30px;
}

.equipment-img-main04 img {
    width: 100%;
}


.flexbox06 {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}


.box06-img {
    width: calc((100% - 6px) / 2);
}

.box06-img img {
    width: 100%;
}


.h-header05 h5 {
    color: #494949;
    font-weight: 400;
    border-bottom: 1px solid #494949;
    margin-bottom: 10px;
}

.w70 {
    width: 66%;
}

.w30 {
    width: 33%;
}

.box06-tittxt h5 {
    border-bottom: 0px solid #494949 !important;
}

.flexbox05 {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.box07-img {
    width: calc(100% - 0px);
}

.box07-img img {
    width: 100%;
}

.box06-img img,
.box07-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}




.flexbox08 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.box08-img {
    width: calc(100% - 10px);
}

.box08-img h5 {
    color: #494949;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: normal;
}

.flexbox09 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.box09-img {
    width: calc(100% - 10px);
}

.box09-img p {
    margin-bottom: 30px;
}

.box09-img img {
    margin-bottom: 10px;
}


@media screen and (max-width:999px) {

    .equipment-listbox03 {
        padding: 0 20px 20px;
    }


    .flexbox04 {
        flex-wrap: wrap;
    }

    .equipment-listbox04 {
        padding: 0 20px 20px;
    }

    .equipment-img-main04 {
        padding-right: 0;
        padding-bottom: 0;
    }

    .kirei100 {
        width: 100%;
        margin-bottom: 30px;
    }

    .equipment-img05 img {
        height: 428px;
    }
}

@media screen and (max-width:767px) {
    .equipment-img05 img {
        height: 329px;
    }

    .equipment-list04 {
        width: calc((100% - 0px) / 1);
    }
}

@media screen and (max-width:480px) {
.equipment-list03 {
    width: calc((100% - 0px) / 1);
}
    .equipment-img05 img{
        height: auto;
    }
}

@media screen and (max-width:350px) {


    .equipment-list03 {
        margin-top: 0px;
        width: calc((100% - 0px) / 1);
    }

    .equipment-flexbox03 {
        flex-direction: column;
    }

    .flexbox03 {
        margin-top: 20px;
        width: calc((100% - 0px) / 1);
    }

    .flexbox05 {
        flex-direction: column;
    }

    .equipment-img05 img {
        height: auto;
    }

    .flexbox06 {
        flex-direction: column;
    }

    .box06-img {
        width: calc((100% - 0px) / 1);
    }

    .w70 {
        width: 100%;
    }

    .w30 {
        width: 100%;
    }

    .box06-img img,
    .box07-img img {
        height: auto;
    }

    .flexbox08 {
        flex-direction: column;
    }

    .box08-img {
        width: calc(100% - 0px);
    }

    .flexbox09 {
        flex-direction: column;
    }

    .box09-img {
        width: calc(100% - 0px);
    }

    .equipment-list04 {
        margin-top: 20px;
    }
}

/* ------------------------------ */
/* 浴室・トイレ */
/* ------------------------------ */


.equipment-box010 {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: wrap;
}

.equipment-box010 .eq-parts010:nth-child(1) {
    width: calc(50% - 2px);
}

.equipment-box010 .eq-parts010:nth-child(2) {
    width: calc(50% - 2px);
}

.equipment-box010 .eq-parts010:nth-child(n+3) {
    width: calc((100% - 8px) / 3);
}

.equipment-box010 .eq-parts010 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.flexbox10 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.box10-img {
    margin-top: 20px;
    width: calc(100% - 0px);
}


.box10-img-left {
    width: calc(100% - 0px);
}


.box10-img-right {
    width: calc(60% - 0px);
}

.box10-img h5 {
    color: #494949;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: normal;
}




.flexbox11 {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.box11-img {
    width: calc(100% - 0px);
}


.box11-img-left {
    width: calc(100% - 0px);
}


.box11-img-right {
    width: calc(60% - 0px);
}


.box11-img h5 {
    color: #494949;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: normal;
}

.flexbox12 p {
    margin-bottom: 20px;
}

.box12-img {
    width: calc(60% - 0px);
}





.flexbox13 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.box13-img {
    width: calc(50% - 10px);
}


.equipment-list14 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.flexbox14 {
    width: calc(50% - 15px);
    flex-wrap: wrap;
}


.flexbox14 h5 {
    color: #494949;
    font-weight: 400;
    border-bottom: 1px solid #494949;
    margin-bottom: 10px;
}


.box14-img {
    width: calc(100% - 0px);
}



.flexbox15 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}


.box15-img {
    width: calc(50% - 15px);
    flex-wrap: wrap;
}


.flexbox15 h5 {
    margin-top: 20px;
    color: #494949;
    font-weight: 400;
    border-bottom: 1px solid #494949;
    margin-bottom: 10px;
}


@media screen and (max-width:999px) {
    .equipment-box010 {
        padding: 20px;
    }

    .flexbox15 {
        flex-direction: column;
        gap: 10px;
    }

    .box15-img {
        width: calc(100% - 0px);
    }

    .box15-img .margintop20px {
        margin-top: 20px;
    }
}

@media screen and (max-width:350px) {

    .flexbox10 {
        flex-direction: column-reverse;
    }

    .box10-img-right {
        width: calc(60% - 0px);
        margin: 0 auto;
    }

    .flexbox11 {
        flex-direction: column-reverse;
    }

    .box11-img-right {
        width: calc(60% - 0px);
        margin: 0 auto;
    }


    .flexbox13 {
        flex-direction: column;
    }

    .box13-img {
        width: calc(100% - 0px);
    }

    .equipment-list14 {}

    .flexbox14 {
        width: calc(100% - 0px);
    }
}

/* ------------------------------ */
/* 無垢フローリングピノアース */
/* ------------------------------ */

.eq-parts011 {
    padding: 40px 40px 0;
}

.eq-parts011 img {
    width: 100%;
}


.equipment-listbox04-60 {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 0 40px 40px;
    flex-wrap: wrap;
}

.equipment-list04-60 {
    margin-top: 40px;
    width: calc((100% - 60px) / 3);
}


.equipment-list04-60 h4 {
    text-align: left;
    font-size: 20px;
    padding: 0em .4em .3em;
    border-left: 5px solid #494949;
    border-bottom: 1px solid #494949;
    color: #494949;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0;
}

.equipment-list04-60 p {
    color: #494949;
    font-size: 15px;
}

.equipment-list04-60 img {
    width: 100%;
}

.equipment-list04-60 small {
    color: #494949;
    font-size: 12px;
}

.equipment-list04-60 .letter-24 {
    letter-spacing: -2.4px;
}

@media screen and (min-width:1200px) and (max-width:1230px) {
    .equipment-list04-60 .letter-24 {
        letter-spacing: -3.6px;
    }
}


@media screen and (min-width:1000px) and (max-width:1199px) {
    .equipment-list04-60 .letter-67 {
        letter-spacing: -6.7px;
    }

    .letter-24-02 {
        letter-spacing: -2.4px;
    }
}

@media screen and (max-width:999px) {
    .eq-parts011 {
        padding: 20px 20px 0;
    }

    .equipment-listbox04-60 {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width:767px) {
    .equipment-list04-60 {
        width: calc((100% - 0px) / 1);
    }
}



.equipment-listbox04-20 {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 0 40px 40px;
    flex-wrap: wrap;
}

.equipment-list04-20 {
    margin-top: 40px;
    width: calc((100% - 30px) / 2);
}


.equipment-list04-20 h4 {
    text-align: left;
    font-size: 20px;
    padding: 0em .4em .3em;
    border-left: 5px solid #494949;
    border-bottom: 1px solid #494949;
    color: #494949;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0;
}

.equipment-list04-20 p {
    color: #494949;
    font-size: 15px;
}

.equipment-list04-20 img {
    width: 100%;
}

.equipment-list04-20 small {
    color: #494949;
    font-size: 12px;
}

.flex-uzukuri {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.uzukuri-box {
    width: 100%;
    position: relative;
    height: 200px;
}
.uzukiri1 {
    background-image: url(../images/quality/equipment-parts/quality-floor1.jpg);
    background-size: cover;
    background-position: center center;
}
.uzukiri2 {
    background-image: url(../images/quality/equipment-parts/quality-floor2.jpg);
    background-size: cover;
    background-position: center center;
}

.equipment_add_flex {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0 40px 40px;
}
.equipment_add_block {
    width: calc((100% - 30px) / 2);
}
.equipment_add_block img {
    width: 100%;
}
.equipment_add_block h4 {
    margin-top: 20px;
    text-align: left;
    padding: 0;
}
.uzukiri_p {
    height: 50px;
}
@media screen and (max-width:999px) {
    .equipment_add_flex {
        padding: 0 20px 20px;
    }
}
@media screen and (max-width:767px) {
    .equipment_add_block {
        width: 100%;
    }
    
}


.flex-kinou {
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.kinou-box {
    width: calc((100% - 60px) / 3);
}

.kinou-box h5 {
    margin: 5px 0;
    color: #494949;
}


.kinou-box .letter06 {
    letter-spacing: -0.6px;
}

@media screen and (max-width:999px) {
    .equipment-listbox04-20 {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width:767px) {
    .equipment-list04-20 {
        width: calc((100% - 0px) / 1);
    }

    .flex-uzukuri {
        margin-top: 20px;
    }

    .flex-kinou {
        gap: 10px;
    }

    .kinou-box {
        width: calc((100% - 20px) / 3);
    }
}

@media screen and (max-width:350px) {
    .uzukuri-box {
        width: calc((100% - 0px) / 1);
    }

    .kinou-box {
        width: calc((100% - 0px) / 1);
    }
}


/* ------------------------------ */
/* スピーカー付きダウンライト */
/* ------------------------------ */
.speaker-container01 {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.speaker-container01 h3 {
    background-color: #a7a7a7;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}

.speaker-box01 {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.left-box01 {
    width: calc(45% - 15px);
}

.left-box01 img {
    width: 100%;
}

.right-box01 {
    width: calc(55% - 15px);
}

.right-box01 h4 {
    color: #494949;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.right-box01 p {
    color: #494949;
    line-height: 1.8;
}

@media screen and (max-width:999px) {
    .speaker-box01 {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .speaker-container01 h3 {
        font-size: 26px;
    }

    .speaker-box01 {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:480px) {
    .speaker-container01 h3 {
        font-size: 22px;
    }

    .speaker-box01 .right-box01 h4 {
        font-size: 20px;
    }
}

@media screen and (max-width:350px) {
    .speaker-container01 h3 {
        font-size: 20px;
    }

    .speaker-box01 .right-box01 h4 {
        font-size: 18px;
    }
}

/* ------------------------------ */
/* シャッター */
/* ------------------------------ */
.shutter-container01 {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.shutter-container01 h3 {
    background-color: #a7a7a7;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}

.shutter-box01 {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.shutter-box01 .left-box01 {
    width: calc(30% - 15px);
}

.shutter-box01 .left-box01 img {
    width: 100%;
}

.shutter-box01 .right-box01 {
    width: calc(70% - 15px);
}

.shutter-box01 .right-box01 h4 {
    color: #494949;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.shutter-box01 .right-box01 p {
    color: #494949;
    line-height: 1.8;
}

.remote-box-img01 {
    margin-top: 20px;
}

.remote-box-img02 {
    margin-top: 20px;
}

.remote-box-img02 img {
    width: 70%;
}


@media screen and (max-width:999px) {
    .shutter-box01 {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .shutter-box01 {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .shutter-box01 .left-box01 {
        width: calc(50% - 15px);
        margin: auto;
    }

    .shutter-box01 .right-box01 {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .shutter-container01 h3 {
        font-size: 22px;
    }

    .shutter-box01 .right-box01 h4 {
        font-size: 20px;
    }

}
@media screen and (max-width:350px) {
    .shutter-container01 h3 {
        font-size: 20px;
    }

    .shutter-box01 .right-box01 h4 {
        font-size: 18px;
    }

}

/* ------------------------------ */
/* 天井高2,700mm */
/* ------------------------------ */
.structure-container01 {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.structure-container01 h3 {
    background-color: #a7a7a7;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}

.structure-box01 {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.left-box01 {
    width: calc(45% - 15px);
}

.left-box01 img {
    width: 100%;
}

.right-box01 {
    width: calc(55% - 15px);
}

.right-box01 h4 {
    color: #494949;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.right-box01 p {
    color: #494949;
    line-height: 1.8;
}

@media screen and (max-width:480px) {
    .structure-container01 h3{
        font-size: 24px;
    }
    .right-box01 h4{
        font-size: 20px;
    }
}

@media screen and (max-width:350px) {
    .structure-container01 h3 {
        font-size: 20px;
    }

    .right-box01 h4 {
        font-size: 18px;
    }
}

/* --------------------------------- */
/* ツーバイフォー 2×4モノコック工法 断熱材 */
/* --------------------------------- */
.structure-listbox {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 0 40px 40px;
    flex-wrap: wrap;
}

.bk-white {
    background-color: #fff;
    border-radius: 4px;
}

.structure-list01 {
    margin-top: 40px;
    width: calc(50% - 25px);
}

.structure-list01 h4 {
    font-size: 20px;
    padding: 0em .4em .3em;
    border-left: 5px solid #494949;
    border-bottom: 1px solid #494949;
    color: #494949;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 500;
}

.structure-list01 p {
    color: #494949;
}

.listbox-img01 {
    margin-top: 30px;
}

.listbox-img01 img {
    width: 100%;
}

.flex-list {
    display: flex;
    gap: 20px;
}

.structure-list-text {
    width: calc(65% - 10px);
}

.flex-list .listbox-img01 {
    width: calc(35% - 10px);
}

@media screen and (max-width:350px){
.structure-list-text{
    width: calc(100% - 0px);
}
    .flex-list{
        flex-direction: column;
    }
    .flex-list .listbox-img01 {
        width: calc(100% - 0px);
    }
}

/* ------------------------------ */
/* 全棟で地盤調査を徹底実施 */
/* ------------------------------ */
.structure-container02 {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.structure-container02 h3 {
    background-color: #a7a7a7;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}

.structure-box02 {
    border-radius: 4px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.left-box02 {
    width: calc(45% - 15px);
}

.left-box02 img {
    width: 100%;
}

.right-box02 {
    width: calc(55% - 15px);
}

.right-box02 h4 {
    color: #494949;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.right-box02 p {
    color: #494949;
    line-height: 1.8;
}

.right-box02 small {
    display: block;
    margin-top: 20px;
    color: #494949;
}

.right-box03 h5 {
    color: #494949;
    font-size: 26px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.right-box03 .small-title {
    font-size: 14px;
}

.right-box03 img {
    max-width: 330px;
    width: 100%;
}

@media screen and (max-width:480px) {
.right-box02 h4{
    font-size: 20px;
}
    .right-box03 h5{
        font-size: 20px;
    }
}

@media screen and (max-width:350px) {

    .right-box02 h4 {
        font-size: 18px;
    }
    .right-box03 h5{
        font-size: 18px;
    }
}

/* ------------------------------ */
/* 万が一の火災時も〜 */
/* ------------------------------ */
.structure-container04 {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 50px;
}

.structure-container04 h4 {
    color: #494949;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.structure-container04 p {
    color: #494949;
    line-height: 1.8;
}

.structure-box04 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}

.left-box04 {
    width: calc(50% - 15px);
}

.left-box04 img {
    width: 100%;
}

.right-box04 {
    width: calc(50% - 15px);
}

.right-box04 img {
    width: 100%;
}

.left-box04-title h5 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #494949;
}

.left-box04-title p {
    color: #494949;
}
@media screen and (max-width:350px) {
.structure-container04 h4{
    font-size: 22px;
}
}

@media screen and (max-width:350px) {
    
    .structure-container04 h4 {
        font-size: 20px;
    }
}

/* ------------------------------ */
/* 室内環境を維持 */
/* ------------------------------ */
.structure-box02-center {
    align-items: center;
}


/* ------------------------------ */
/* 建売の価格で、選べる暮らし。 */
/* ------------------------------ */
.structure-container05 {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 50px;
}

.structure-container05 h4 {
    color: #494949;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
}

.structure-container05 p {
    color: #494949;
    line-height: 1.8;
    text-align: center;
}

.structure-box05 {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 50px;
}

.left-box05 {
    width: calc(50% - 30px);
}

.left-box05 img {
    width: 100%;
}

.right-box05 {
    width: calc(50% - 30px);
}

.right-box05 img {
    width: 100%;
}

.left-box05-title h5 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #494949;
}

.left-box05-title p {
    color: #494949;
}


@media screen and (min-width:768px) and (max-width:999px) {
    .structure-box01 {
        padding: 30px;
    }

    .left-box01 {
        width: calc(40% - 15px);
    }

    .right-box01 {
        width: calc(60% - 15px);
    }

    .right-box01 h4 {
        font-size: 24px !important;
    }

    .structure-listbox {
        gap: 40px;
    }

    .structure-list01 {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    .structure-box02 {
        padding: 30px;
    }

    .right-box02 h4 {
        font-size: 24px;
    }

    .right-box03 h5 {
        font-size: 22px;
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    .structure-container04 h4 {
        font-size: 24px;
    }

    .structure-container05 h4 {
        font-size: 24px;
    }

    .structure-box05 {
        gap: 50px;
    }

    .left-box05 {
        width: calc(50% - 25px);
    }

    .right-box05 {
        width: calc(50% - 25px);
    }
}



@media screen and (max-width:767px) {
    .structure-box01 {
        flex-direction: column;
        padding: 30px 20px;
    }

    .left-box01 {
        width: calc(100% - 0px);
    }

    .right-box01 {
        width: calc(100% - 0px);
    }

    .structure-listbox {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px 30px;
    }

    .structure-list01 {
        width: calc(100% - 0px);
    }
}

@media screen and (max-width:767px) {
    .structure-box02 {
        flex-direction: column;
        padding: 30px 20px;
    }

    .left-box02 {
        width: calc(100% - 0px);
    }

    .right-box02 {
        width: calc(100% - 0px);
    }

    .right-box03 img {
        max-width: 100%;
        width: 100%;
    }

    .structure-container04 {
        padding: 30px 20px;
    }

    .structure-box04 {
        flex-direction: column;
        gap: 20px;
    }

    .left-box04 {
        width: calc(100% - 0px);
    }

    .right-box04 {
        width: calc(100% - 0px);
    }

    .structure-container05 {
        padding: 30px 20px;
    }

    .structure-box05 {
        flex-direction: column;
    }

    .left-box05 {
        width: calc(100% - 0px);
    }

    .right-box05 {
        width: calc(100% - 0px);
    }
}

@media screen and (max-width:480px) {
    .structure-container05 h4{
        font-size: 22px;
    }
}

@media screen and (max-width:350px) {
    
    .structure-box01{
        padding: 30px 20px;
    }
    .structure-listbox{
        padding: 0 20px 30px;
    }
    .structure-box02{
        padding: 30px 20px;
    }
    .structure-container05 {
        padding: 30px 20px;
    }

    .structure-container05 h4 {
        font-size: 20px;
    }
    
}


@media screen and (max-width:350px) {
    .structure-container04{
        padding: 30px 20px;
    }
}

/* ------------------------------ */
/* precautions */
/* ------------------------------ */
.precautions {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.precautions p {
    font-size: 10px;
}