/* e61 */

.wrapper {
    min-width: 1300px;
}
.contents {
    margin-left: calc((97dvw - 100%) / -2);
    margin-right: calc((97dvw - 100%) / -2);
    min-width: 1300px;
}
@media screen and (max-width: 1300px) {
    .contents {
        margin-left: calc((1300px - 100%) / -2);
        margin-right: calc((1300px - 100%) / -2);
    }
}
.content_inner {
    margin: 0 auto;
    width: 1300px;
    display: flex;
    justify-content: space-between;
}
#side {
    position: relative;
    width: 240px;
}
#side-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
}
#side-container.st__fixed {
    position: fixed;
    top: 80px;
}
#side-container.st__fixed-end {
    position: absolute!important;
    left: 0!important;
    top: auto!important;
    bottom: 0!important;
}
.catalog-ttl {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: calc(28/16);
}
.side-catalog {
    margin-bottom: 20px;
    max-height: calc(100dvh - 410px);
    overflow-y: scroll;
    scrollbar-width: thin;
}
.side-catalog .side-catalog_list {
    margin-bottom: 5px;
}
.side-catalog .side-catalog_list .catalog_list-link {
    display: flex;
    align-items: center;
    height: 30px;
    padding:  0 10px;
    background: #DBE3E5;
    border-radius: 6px;
    font-size: 15px;
    line-height: calc(28/15);
}
.side-linkbtn .side-linkbtn-list {
    margin-bottom: 15px;
}
.side-linkbtn .side-linkbtn-list .catalog_linkbtn-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    padding:  0 10px;
    background: #9AB7BE;
    border-radius: 6px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.15);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: calc(28/15);
}
.side-linkbtn .side-linkbtn-list .catalog_linkbtn-link::after {
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    background: url(../images/furniture_series/side_arrow-icon.png) no-repeat;
    background-size: contain;
}


#main {
    width: 1030px;
}
#main .mv {
    width: 100%;
    min-width: 1030px;
    height: 260px;
    background: url(../images/furniture_series/mv.jpg) no-repeat;
    margin-bottom: 15px;
    overflow:hidden;
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    border: none;
}
#main .mv span {
    margin: 300px 0 0;
    display: block;
}
.pagenav {
    position: relative;
    height: calc(100px + 35px);
    margin-bottom: 0;
    padding: 0;
}
.pagenav_inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 1030px;
    padding: 10px 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    background: #ffffff;
}
.pagenav_inner.st__fixed {
    position: fixed;
    z-index: 84;
    top: 80px;
}
.pagenav_inner.st__fixed-end {
    position: absolute!important;
    left: 0!important;
    top: auto!important;
    bottom: 0!important;
}
.pagenav_inner .pagenav_inner-list {
}
.pagenav_inner .pagenav_inner-list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 248px;
    height: 38px;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 6px;
    padding-right: 15px;
}
.pagenav_inner .pagenav_inner-list a:after {
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
    background: url(../images/furniture_series/pagenav_arrow-icon.png) no-repeat;
    background-size: contain;
}
/*見出し(h2)*/
.secttl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border-top: 1px dashed #9AB7BE;
    border-bottom: 1px dashed #9AB7BE;
    padding: 16px 0 10px;
}

.sec-box {
    margin-bottom: 30px;
    padding: 30px;
    background: #F5F7F6;
}
.sec-box .sec-box_inner {
    position: relative;
    padding: 40px 30px 30px;
    background: #fff;
}
.sec-box .sec-box_inner.no_pd0 { 
    padding: 0;
}
.sec-box .sec-box_inner p {
    font-size: 16px;
}

.use-ex_ttl {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}
.sec-leadtxt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}
.use_list-link {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

ul.osusume_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 18px 0;
}
.osusume_inner .osusume_inner-list a {
    position: relative;
    display: flex;
    align-items: center;
    width: 435px;
    height: 100%;
    min-height: 56px;
    padding-left: 15px;
    border: #4A4A4A 1px solid;
    border-radius: 6px;
    padding: 6px 38px 6px 15px;
    font-size: 16px;
    line-height: 1.4;
}
.osusume_inner .osusume_inner-list a::after {
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
    background: url(../images/furniture_series/pagenav_arrow-icon.png) no-repeat;
    background-size: contain;
}

.diagnosis_area {
    margin: 50px 0 30px;
}
.diagnosis_area_q {
    margin-bottom: 30px;
    padding: 30px 90px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.diagnosis_area_q h3 {
    font-size: 18px;
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 15px;
    margin-bottom: 18px;
    max-width: 703px;
    margin-left: auto;
    margin-right: auto;
}
.diagnosis_area_q h3 .check_fs_s {
    font-size: 14px;
}
.icon-q {
    display: block;
    position: relative;
    top: 10px;
    padding-left: 50px;
    padding-top: 7px;
}
.icon-q::before {
    content: "";
    width: 34px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
}
.icon-q.q01::before {
    background: url(../images/furniture_series/icon_q01.png) no-repeat;
    background-size: contain;
}
.icon-q.q02::before {
    background: url(../images/furniture_series/icon_q02.png) no-repeat;
    background-size: contain;
}
.icon-q.q03::before {
    background: url(../images/furniture_series/icon_q03.png) no-repeat;
    background-size: contain;
}
.icon-q.q04::before {
    background: url(../images/furniture_series/icon_q04.png) no-repeat;
    background-size: contain;
}
.icon-q.q05::before {
    background: url(../images/furniture_series/icon_q05.png) no-repeat;
    background-size: contain;
}

.selectarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 780px;
    margin: 0 auto;
}
.radio-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 380px;
    height: 65px;
    margin-bottom: 15px;
}
.selectcol4 .radio-btn {
    width: 180px;
    height: 50px;
}
.selectcol3 .radio-btn {
    width: 250px;
    height: 50px;
}
.selectcol3:after {
    content: "";
    display: block;
    width: 250px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.selectcol3 .radio-btn:has(input#select04_q01) label {
    padding-left: 47px;
    background: url(../images/furniture_series/color_ec.png) 10px center / 27px auto  no-repeat;
}
.selectcol3 .radio-btn:has(input#select04_q02) label {
    padding-left: 47px;
    background: url(../images/furniture_series/color_wh.png) 10px center / 27px auto  no-repeat;
}
.selectcol3 .radio-btn:has(input#select04_q03) label {
    padding-left: 47px;
    background: url(../images/furniture_series/color_db.png) 10px center / 27px auto  no-repeat;
}
.selectcol3 .radio-btn:has(input#select04_q04) label {
    padding-left: 47px;
    background: url(../images/furniture_series/color_bl.png) 10px center / 27px auto  no-repeat;
}
.selectcol3 .radio-btn:has(input#select04_q05) label {
    padding-left: 47px;
    background: url(../images/furniture_series/color_rus.png) 10px center / 27px auto  no-repeat;
}
.selectcol3 .radio-btn:has(input#select04_q06) label {
    padding-left: 47px;
    background: url(../images/furniture_series/color_lc.png) 10px center / 27px auto  no-repeat;
}
.selectcol3 .radio-btn:has(input#select04_q07) label {
    padding-left: 47px;
    background: url(../images/furniture_series/color_osb.png) 10px center / 27px auto  no-repeat;
}
.radio-btn input {
    display: none;
}

.radio-btn label {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: #4A4A4A solid 1px;
    border-radius: 3px;
    align-items: center; 
    position: relative; 
    padding-left: 18px;
    font-size: 16px;
}
.radio-btn span {
    display: block; 
    width: 100%;
    padding-left: 26px; 
    padding-right: 4px; 
}

.radio-btn input:checked + label {
    background-color: #DBE3E5!important;
    z-index: 8;
}

.submit {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.submit input {
    background: none;
    border: none;
    background: #494E4E;
    display: flex;
    align-items: center;
    color: #fff;
    width: 238px;
    height: 56px;
    border-radius: 6px;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    justify-content: center;
    text-align: center;
}
.submit input:disabled {
    opacity: 0.6;
    cursor: default;
}
.submit .arrow {
    position: relative;
    display: inline-block;
}
.submit .arrow::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    right: 15px;
    background: url(../images/furniture_series/serie-arrow.png) no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-under {
    margin-bottom: 40px;
    text-align: center;
}
#section03-2 {
    display: none;
}


.result-ttl {
    position: relative;
    background: #9AB7BE;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0 12px;
    margin: 0 0 15px;
}
.result-ttl:before {
    content: "";
    width: 100%;
    border-top: 1px dashed #9AB7BE;
    position: absolute;
    top: -1px;
    left: 0;
}
.result-ttl:after {
    content: "";
    width: 100%;
    border-bottom: 1px dashed #9AB7BE;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.result_osusume {
    display: flex;
    justify-content: center;
    max-width: 878px;
}
.result_osusume dt {
    width: 138px;
}
.result_osusume dd {
    width: 230px;
    margin-right: 30px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}
.result_osusume dd:last-child {
    margin-right: 0;
}
.result_box01 dd {
    padding: 23px 0 15px 0;
    font-size: 16px;
    border-bottom: 1px solid #C6C6C6;
    width: 137px;
}
.result_contents {
    display: flex;
}
.result_box01 {
    width: 138px;
}
.result_box01 dt {
    height: 230px;
}
.result_item_detail {
    width: 230px;
    margin-right: 30px;
}
.result_item_detail:last-child {
    margin-right: 0;
}
.result_item_detail dd {
    padding: 23px 30px 15px 0;
    font-size: 16px;
}
.result_item_detail dt {
    border-top: 1px solid #C6C6C6;
}
.result_item_detail dd   {
    border-bottom: 1px solid #C6C6C6;
}



.result_table_inner {
    display: none;
}
.result_table_inner.open {
    display: block;
}
.result_table_inner th {
    width: 137px;
    padding: 23px 0 15px 0;
    font-size: 16px;
}

.result_table_inner td {
    width: 260px;
    padding: 23px 30px 15px 0;
    font-size: 16px;
}
.result_table_inner td:last-child {
    padding-right: 0;
}
.result_table_inner .td-ttl {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px; 
}
.result_table_inner .item01 , .result_table_inner .item02 , .result_table_inner .item03 , .result_table_inner .item04 , .result_table_inner .item05 , .result_table_inner .item06 ,.result_table_inner .item07 ,.result_table_inner .item08 ,.result_table_inner .item09 ,.result_table_inner .item10 , .result_table_inner .item11 , .result_table_inner .item12 , .result_table_inner .item13 {
    display: none;
}
.result_table_inner .open {
    display: table-cell;
}
.result_table_inner .item_img {
    padding-bottom: 0;
}

.border-b-gray th , .border-b-gray td {
    border-bottom: 1px solid #C6C6C6;
}

.result_table tr.no-border th , .result_table tr.no-border td {
    border: none
}





.kinou-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border: #9AB7BE 1px solid;
    border-radius: 30px;
    padding: 0 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.kinou-ttl a {
    display: flex;
    align-items: center;
}
.table_scroll-top.link-scroll {
    overflow-x: auto;
    height: 20px;
}
.table_scroll-top .table_scroll-top-in {
    height: 1px;
}

.table_scroll {
    overflow-x: scroll;
    padding: 0 1px 0 0;
}
.function_table {
    width: max-content;
    background: #fff;
}
.function_table tr th {
    padding: 10px 5px;
    border: #C6C6C6 1px solid;
    text-align: center;
    white-space: nowrap;
}
.function_table tr th .fs_s {
    font-size: 11px;
}
.function_table {
border-collapse: separate;
border:none;
border-top: #C6C6C6 1px solid;
}
.function_table + .function_table {
	border-top: none;
}
.function_table tr th,
.function_table tr td {
border:none;
border-right: #C6C6C6 1px solid;
border-bottom: #C6C6C6 1px solid;
}
.function_table tr th {
	position: sticky;
	left:0;
	z-index: 5;
	background: #ffffff;
}
.function_table tr th:first-child {
border-left: #C6C6C6 1px solid;
}
.function_table tr th.no-border {
}
.function_table tr th.th_small {
	left: 97px;
	border-left: none;
}
.function_table tr th[rowspan="11"] + th,
.function_table tr th.th_op {
	left: 50px;
	border-left: none;
}

.function_table tr td {
    width: 194px;
    padding: 10px 15px;
    /*border: #C6C6C6 1px solid;*/
    text-align: center;
}

.function_table tr td.td_col2 {
    width: calc(194px/2);
}
.function_table tr th.th_col2 {
    width: calc(194px/2);
    white-space: nowrap;
}
.function_table tr th.td_vertical {
    writing-mode: vertical-rl;
}
.function_table tr td.td_img {
    padding: 6px 9px;
}
.function_table tr td.td_img img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
}
.th_small {
    font-size: 13px;
}
.function_table tr td.bg_gray {
    background-color: #EAEAEA;
}
.function_table tr td.bg_blue {
    background-color: #D2EBE9;
}
.function_table tr td.bg_pink {
    background-color: #EFCDF2;
}

.function_table.border-top-none tr:first-child th , .function_table.border-top-none tr:first-child td {
    border-top: none;
}
.function_table tr th.th_vertical {
    width: calc(194px - 144px);
    min-width: calc(194px - 144px);
    max-width: calc(194px - 144px);
    /*writing-mode: vertical-rl;*/
}
.function_table tr th.th_op {
    width: calc(194px - 50px);
    min-width: calc(194px - 50px);
    max-width: calc(194px - 50px);
}

.function_table tr td.no-border , .function_table tr th.no-border {
    padding: 10px 4px;
    border: none !important;
}

.table_scroll {
    position: relative;
}
table.function_table_fixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
table.function_table_fixed th {
    width: 194px;
    background: #ffffff;
}
table.function_table_fixed td {
    width: 194px;
    background: #ffffff;
}

.series-btn {
    position: relative;
    display: flex;
    align-items: center;
    background: #494E4E;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    height: 56px;
    padding-left: 14px;
}

.series-btn::after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    right: 15px;
    background: url(../images/furniture_series/serie-arrow.png) no-repeat;
    background-size: contain;
}
.attention {
    margin-top: 22px;
}
p:has(a.btn_pdf) {
    text-align: center;
}
a.btn_pdf {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
    border-radius: 5px;
    background: #9ab7bd;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
a.btn_pdf::before {
    display: block;
    content: '';
    background: url(..//images/furniture_series/pdf-download.jpg) -24px 0 / 200px auto no-repeat;
    width: 30px;
    height: 30px;
}
p:has(a.btn_pdf) a.btn_pdf {
    margin-top: 20px;
}

.catalog-area {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}
.catalog-area-btn {
    position: relative;
    display: flex;
    align-items: center;
    background: #494E4E;
    color: #fff;
    justify-content: center;
    border-radius: 5px;
    width: 238px;
    height: 56px;
    padding-right: 12px;
    padding-top: 5px;
    font-size: 16px;
}
.catalog-area-btn::after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    right: 15px;
    background: url(../images/furniture_series/serie-arrow.png) no-repeat;
    background-size: contain;
}

.sec-box .sec-box_inner.sec-box_set {
    padding: 25px 15px;
}

#section06 #ecint_goods {
    display: flex;
    overflow: hidden;
    padding: 0 44px;
    gap: 0 30px;
}
#section06 #ecint_goods > dl:nth-child(n+5) {
    display: none;
}
#section06 #ecint_goods .block-thumbnail-t--goods {
    width: 190px;
    min-width: 190px;
    margin: 0;
    padding: 0;
}


.set_imglist {
    display: flex;
    gap: 30px;
}
.set_imglist li {
    width: 164px;
    min-width: 164px;
}
.set_imglist .set_imglist-goods--image {
    width: 164px;
    height: 164px;
}
.set_imglist .set_imglist-goods--description {
    margin: 5px 0 0;
}
.set_imglist .set_imglist-goods--name {
    margin: 0 0 10px;
    min-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.set_imglist .set_imglist-goods--price {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #FF0000;
}
.set_imglist .set_imglist-goods--price > span {
    font-weight: bold;
    display: inline-block;
}
.set_imglist .set_imglist-goods--price > span span {
    font-weight: normal;
    font-size: 12px;
}
.set_imglist .set_imglist-goods--code {
    margin: 0 0 8px;
    font-size: 14px;
    color: #7e7e7e;
}
.set_imglist .set_imglist-goods--var {
    margin: 0 0 10px;
    font-size: 12px;
}
.set_imglist .set_imglist-goods--var span {
    font-weight: bold;
    color: #e60012;
    display: inline-block;
    font-size: 14px;
    margin: 0 1px;
    vertical-align: middle;
}
.set_imglist .set_imglist-goods--icon {
    display: flex;
    flex-flow: wrap;
}

.more-area {
    display: flex;
    justify-content: center;
    padding-top: 22px;
}

.sec-box .sec-box_inner.question_section {
    margin-bottom: 30px;
    padding: 0 30px 0 30px;
    font-size: 16px;
}
.question_section_dl:last-child {
    margin-bottom: 0;
}
.question_section_dl dt {
    position: relative;
    margin: 0;
    padding: 30px 40px 30px 0;
}
.question_section_dl dt span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.question_section_dl dt span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 17.5px;
    background-image: url(../images/furniture_series/icon_q.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.question_section_dl dt button {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    cursor: pointer;
}
.question_section_dl dt button.open::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/furniture_series/plus.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.question_section_dl dt button::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/furniture_series/minus.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.question_section_dl dd.answer a {
    text-decoration: underline;
    color: #0B308E;
}
.question_section_dl dd.answer a:hover {
    text-decoration: none;
}
.question_section_dl dd.answer {
    position: relative;
    border-top: 1px solid #C6C6C6;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    display: block;
}

.question_section_dl dd.answer::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    width: 14px;
    height: 15.5px;
    background-image: url(../images/furniture_series/icon_a.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.answerimg {
    margin-top: 30px;
}
.answerimg span {
    display: inline-block;
    margin-right: 30px;
}
.answerimg_storelist {
    border: solid 1px #333333;
    padding: 25px 25px 34px;
}
.answerimg_storelist dt {
    pointer-events: none;
}
.answerimg_storelist-head {
    margin: 0 0 32px;
    font-size: 14px;
    text-align: center;
}
.answerimg_storelist-head dt {
    margin: 0 0 12px;
    padding: 0;
    font-size: 20px;
}
.answerimg_storelist-line {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.answerimg_storelist-item {
    position: relative;
    display: block;
    text-align: center;
    flex: 1;
}
.answerimg_storelist-item a {
    text-decoration: none!important;
    color: inherit!important;
}
.answerimg_storelist-item + .answerimg_storelist-item::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #d7d7d7;
}
.answerimg_storelist-item > dl {
    font-size: 18px;
}
.answerimg_storelist-item > dl dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.answerimg_storelist-item dl.answerimg_storelist-time {
    position: relative;
    margin: 14px 0 0;
    padding: 22px 15px;
    border: solid 1px #707070;
    border-radius: 3px;
    color: #6E6E6E;
    font-size: 14px;
}
.answerimg_storelist-item dl.answerimg_storelist-time dt {
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5em;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-weight: normal;
}
.answerimg_storelist-item dl.answerimg_storelist-time dt span {
    display: inline-block;
    margin: 0!important;
    padding: 0 8px!important;
    background: #ffffff;
}
.answerimg_storelist-item dl.answerimg_storelist-time dt span::before {
    display: none!important;
}
.answerimg_storelist-item dl.answerimg_storelist-time dd {
    height: calc(3em * 1.4);
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.swiper-slide {
    width: 260px !important;
    margin-right: 15px;
}



section.bottom-contact {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 40px 0;
}
.bottom-contact_bnr {
    display: flex;
    justify-content: space-between;
    width: 986px;
    margin: 0 auto;
}
.contact_bnr-img {
    text-align: center;
}
.contact_bnr-img p {
    text-align: center;
    width: 278px;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.contact_bnr-img img {
    width: 268px;
}
.contact_info-img {
    margin-top: -5px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/furniture_series/swiper_left-icon.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/furniture_series/swiper_right-icon.png);
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.sec .swiper-button-next:after, .sec .swiper-button-prev:after {
    font-size: 0;
}
.sec .swiper-button-next.swiper-button-disabled, .sec .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
/* 前への矢印 */
.swiper-button-prev {
left: -30px !important;
}
/* 次への矢印 */
.swiper-button-next {
right: -30px !important;
}

#shindan-result {
    padding: 15px 30px 24px;
    border: solid 30px #F5F7F6;
    background: #ffffff;
    display: flex;
    font-size: 16px;
}
#shindan-result .shindan-result--head {
    width: 138px;
    min-width: 138px;
    padding: 0 18px 0 0;
    color: #707070;
}
#shindan-result .shindan-result--head > div {
    position: relative;
    padding: 15px 0;
}
#shindan-result .shindan-result--item > div {
    padding: 15px 0;
}
#shindan-result .shindan-result--head > div::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 890px;
    border-bottom: solid 1px #C6C6C6;
}
#shindan-result .shindan-result--head > div.shindan-result--cel-img::before,
#shindan-result .shindan-result--head > div.shindan-result--cel-name::before,
#shindan-result .shindan-result--head > div.shindan-result--cel-btn::before {
    display: none;
}

#shindan-result .shindan-result--body {
    display: flex;
    overflow: hidden;
    max-width: calc(100% - 108px);
}
#shindan-result .shindan-result--item {
    width: 260px;
    min-width: 260px;
    padding-right: 30px;
    order: 50;
}
#shindan-result .shindan-result--item:nth-child(n+4) {
    display: none;
}
#shindan-result .shindan-result--item .shindan-result--cel-img-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 0 0 8px;
    height: 40px;
    border-bottom: solid 1px #000000;
    text-align: center;
}

#shindan-result .shindan-result--item[data-order] {
    display: none;
}
#shindan-result .shindan-result--item[data-order="0"],
#shindan-result .shindan-result--item[data-order="1"],
#shindan-result .shindan-result--item[data-order="2"] {
    display: block;
}
#shindan-result .shindan-result--item[data-order="0"] .shindan-result--cel-img-tit::before {
    display: inline-block;
    content: '';
    margin: 0 10px 0 0;
    width: 28px;
    height: 28px;
    background: url(../images/furniture_series/oukan.png) center / contain no-repeat;
    position: relative;
    top: -2px;
}
#shindan-result .shindan-result--item[data-order="0"] .shindan-result--cel-img-tit::after { content: ' 1'; }
#shindan-result .shindan-result--item[data-order="1"] .shindan-result--cel-img-tit::after { content: ' 2'; }
#shindan-result .shindan-result--item[data-order="2"] .shindan-result--cel-img-tit::after { content: ' 3'; }

#shindan-result .shindan-result--item[data-order="0"] { order: 0; }
#shindan-result .shindan-result--item[data-order="1"] { order: 1; }
#shindan-result .shindan-result--item[data-order="2"] { order: 2; }
#shindan-result .shindan-result--item[data-order="3"] { order: 3; }
#shindan-result .shindan-result--item[data-order="4"] { order: 4; }
#shindan-result .shindan-result--item[data-order="5"] { order: 5; }
#shindan-result .shindan-result--item[data-order="6"] { order: 6; }
#shindan-result .shindan-result--item[data-order="7"] { order: 7; }
#shindan-result .shindan-result--item[data-order="8"] { order: 8; }
#shindan-result .shindan-result--item[data-order="9"] { order: 9; }
#shindan-result .shindan-result--item[data-order="10"] { order: 10; }
#shindan-result .shindan-result--item[data-order="11"] { order: 11; }
#shindan-result .shindan-result--item[data-order="12"] { order: 12; }
#shindan-result .shindan-result--item[data-order="13"] { order: 13; }
#shindan-result .shindan-result--item[data-order="14"] { order: 14; }
#shindan-result .shindan-result--item[data-order="15"] { order: 15; }
#shindan-result .shindan-result--item[data-order="16"] { order: 16; }
#shindan-result .shindan-result--item[data-order="17"] { order: 17; }
#shindan-result .shindan-result--item[data-order="18"] { order: 18; }
#shindan-result .shindan-result--item[data-order="19"] { order: 19; }
#shindan-result .shindan-result--item[data-order="20"] { order: 20; }
#shindan-result .shindan-result--item[data-order="21"] { order: 21; }
#shindan-result .shindan-result--item[data-order="22"] { order: 22; }
#shindan-result .shindan-result--item[data-order="23"] { order: 23; }
#shindan-result .shindan-result--item[data-order="24"] { order: 24; }
#shindan-result .shindan-result--item[data-order="25"] { order: 25; }
#shindan-result .shindan-result--item[data-order="26"] { order: 26; }
#shindan-result .shindan-result--item[data-order="27"] { order: 27; }
#shindan-result .shindan-result--item[data-order="28"] { order: 28; }
#shindan-result .shindan-result--item[data-order="29"] { order: 29; }
#shindan-result .shindan-result--item[data-order="30"] { order: 30; }


.shindan-result--sepalate {
    display: flex;
    align-items: stretch;
    margin: -15px 0;
    height: calc(100% + 30px);
}
.shindan-result--sepalate span {
    width: 50%;
    display: flex;
    padding: 15px 8px 15px 0;
}
.shindan-result--sepalate span + span {
    border-left: solid 1px #C6C6C6;
    padding-left: 15px;
}
