/*color1: #A38A77;*/
/*color2: #55838D;*/
/*color3: #F1F5F6;*/
/*color4: #CD0000;*/
/*color5: #999999;*/
/*color6: #F4F1EE;*/

.showroom-mv {
    background-image: url(/uploaded/photo/showroom/online/pc_mv.png);
    width: 100%;
    background-size: cover;
    aspect-ratio: 100/47;
}
ol.usage {
    display: flex;
    justify-content: space-between;
}
ol.usage li {
    position: relative;
    border: #DADADA 1px solid;
    border-radius: 0.2em;
    width: calc( 25% - 5px );
    list-style-type: none;
    padding: 1em;
}
ol.usage li:before {
    content: '';
    width: 35%;
    aspect-ratio: 1/1;
    display: block;
    background-size: cover;
    margin: 0 auto;
}
ol.usage li:nth-of-type(1):before {
    background-image: url(/img/showroom/icon_flow01.svg);
}
ol.usage li:nth-of-type(2):before {
    background-image: url(/img/showroom/icon_flow02.svg);
}
ol.usage li:nth-of-type(3):before {
    background-image: url(/img/showroom/icon_flow03.svg);
}
ol.usage li:nth-of-type(4):before {
    background-image: url(/img/showroom/icon_flow04.svg);
}
ol.usage li h5 {
    color: #A38A77;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
    font-size: 115%;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 1em;
    margin-top: 1em;
}
ol.usage li h5 span {
    font-family: "Montserrat", sans-serif;
    background: #f4f1ee;
    color: #A38A77;
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;
    font-size: 125%;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}
article.details {
    margin-top: 2em;
}

article.details dl dt {
    position: relative;
    padding-left: 1em;
}
article.details dl dt:before {
    content: '';
    display: block;
    background: #A38A77;
    position: absolute;
    top: .6em;
    left: 0;
    width: 0.4em;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
article.details dl dd {
    padding-left: 1em;
    margin: 0.4em 0;
}
article.details dl dd ul.list-simple {
    margin-left: 1em;
}
article.details dl dd ul.list-simple li {
    list-style-type: disc;
}
table.spec {
    border-top: #DADADA 1px solid;
    border-bottom: #DADADA 1px solid;
    margin-top: 1em;
    margin-bottom: 1em;
}
table.spec td {
    padding: 0.6em 1em;
    border-top: #DADADA 1px solid;
    border-bottom: #DADADA 1px solid;
}
table.spec th {
    padding: 0.6em 1em;
    min-width: 180px;
    text-align: left;
    color: #A38A77;
    border-top: #DADADA 1px solid;
    border-bottom: #DADADA 1px solid;
    border-right: #DADADA 1px solid;
}
section.showroom-faq .faq dl.faq-list {
    display: flex;
    flex-wrap: wrap;
}
section.showroom-faq .faq dl.faq-list dt,
section.showroom-faq .faq dl.faq-list dd {
    width: 100%;
    position: relative;
}
section.showroom-faq .faq dl.faq-list dt:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 2.5em;
    background-image: url(/img/showroom/faq-q-din.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
section.showroom-faq .faq dl.faq-list dd:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 2.5em;
    background-image: url(/img/showroom/faq-a-din.svg);
    background-size: contain;
    background-position: top -0.3em  left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
section.showroom-faq .faq dl.faq-list dt {
    display: flex;
    align-items: center;
    font-size: 110%;
    border-bottom: #DADADA 1px solid;
    margin-bottom: 1em;
    padding: 0.4em 0 1.5em 2.5em;
    font-weight: bold;
}
section.showroom-faq .faq dl.faq-list dd {
    font-size: 100%;
    margin-bottom: 1.5em;
    padding-left: 2.5em;
}
.yesno {
    position:relative;
    margin: 20px auto;
}
.yesno ul li {
    list-style:none;
    float: left;
    text-align: center;
    display: block;
    color: #FFF;
}
.positionFit {
    display: block;
}
.col_2 li {
    width: 48%;
    margin: 1%;
}
.yesno ul li a {
    color: #666;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border: #666 2px solid;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 50px;
    font-size: 140%;
    cursor: pointer;
}
#question_no {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
#question_no p {
    margin-bottom: 20px;
}
#question_no a.btn-submit {
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: #55838d;
    border-color: #55838d;
    color: #fff;
    width: 200px;
    font-size: 118%;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin: 3px auto;
    cursor: pointer;
}
.contact-card {
    width: 600px;
    margin: 2em auto;
    background: #F1F5F6;
    color: #55838D;
    text-align: center;
}
.contact-card h3 {
    background: #55838D;
    color: #FFF;
    padding: 0.6em 1.4em;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    margin: 0 auto;
    font-size: 1rem;
    letter-spacing: 0;
    display: inline-block;
}
.contact-card span {
    font-size: 80%;
    display: block;
}
.contact-card .contact-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 1em auto;
}
.contact-card .contact-list:before {
    content: "";
    border: 1px dashed #55838D;
    align-self: stretch;
}
.contact-card .contact-list dl.contact__tel {
    order: -1;
    width: 50%;
    padding: 1em 0;
}
.contact-card .contact-list dl dt {
    border: 1px solid #55838D;
    padding: 0.5em 1em;
    display: inline-block;
    line-height: 1;
    border-radius: 1em;
    letter-spacing: 0;
    font-size: 94%;
}
.contact-card .contact-list dl dd {
    font-size: 220%;
    font-weight: bold;
    margin-top: 0.6em;
    font-family: "Montserrat",sans-serif;
}
.contact-card .contact-list .contact__mail {
    width: 50%;
    text-align: center;
    padding: 1em 0;
}
.contact-card .contact-list .contact__mail a {
    border: 1px solid #55838D;
    padding: 0.5em 3em 0.5em 1em;
    display: inline-block;
    line-height: 1;
    border-radius: 1em;
    letter-spacing: 0;
    font-size: 94%;
    text-decoration: none;
    color: #55838D;
    position: relative;
}
.contact-card .contact-list .contact__mail a::before,
.contact-card .contact-list .contact__mail a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.contact-card .contact-list .contact__mail a::before{
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    border: 1px solid #55838D;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.contact-card .contact-list .contact__mail a::after{
    right: 0.6em;
    box-sizing: border-box;
    width: 0.5em;
    height: 0.5em;
    border: 0.3em solid transparent;
    border-left: 0.3em solid #55838D;
}
.show_more {
    display: none;
}
article.details .text_wrapper {
    position: relative;
    margin-bottom: 70px;
}
article.details .text {
    height: 10em;
    overflow: hidden;
}
article.details .show_more {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(
            180deg,
            rgb(255, 255, 255, 0) 0%,
            rgb(255, 255, 255, 1) 70%
    );
    cursor: pointer;
    transition: bottom 0.2s;
}
article.details .show_more.active {
    height: 50px;
    line-height: 50px;
    background: none;
}

@media screen and (max-width: 767px) {
    html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
        line-height: 1.4;
        font-size: 2.8vmin;
        letter-spacing: 0;
    }
    .showroom-mv {
        background-image: url(/uploaded/photo/showroom/online/sp_mv.png);
        width: 100%;
        background-size: cover;
        aspect-ratio: 3/4;
        margin-bottom: 1em;
    }
    .block_left {
        margin-top: 1em;
    }
    ol.usage {
        flex-wrap: wrap;
        row-gap: 1em;
    }
    ol.usage li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 30%;
        padding-bottom: 1.5em;
    }
    ol.usage li:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5vw;
        width: 15vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    ol.usage li h5 {
        justify-content: flex-start;
        width: 100%;
        font-size: 3.4vmin;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    table.spec th {
        width: 30vw;
    }
    table.spec td {
        width: 70vw;
    }
    .yesno ul.col_2 {
        margin-top: 1em;
    }
    .faq dd a {
        text-decoration: underline;
        color: #0000FF;
    }
    .contact-card {
        width: 100%;
        margin-top: 5em;
    }
    .contact-card .contact-list dl dt {
        font-size: 85%;
    }
    .contact-card .contact-list dl dd {
        font-size: 195%;
    }
    .text_wrapper {
        position: relative;
    }
    .text {
        height: 10em;
        overflow: hidden;
    }
    .show_more {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-top: 60px;
        text-align: center;
        line-height: 30px;
        background: linear-gradient(
                180deg,
                rgb(255, 255, 255, 0) 0%,
                rgb(255, 255, 255, 1) 70%
        );
        cursor: pointer;
        transition: bottom 0.2s;
    }
    .show_more.active {
        height: 50px;
        line-height: 50px;
        background: none;
    }
}