@charset "utf-8";
/* ========================================== page style ========================================== */
#wrapper .table>tbody>tr>td, #wrapper .table>tbody>tr>td:nth-of-type(1) { white-space: nowrap !important; }
.sizeguide_ring #wrapper .disc { padding-left: 1.5em; }

.secWrap .list01 { display: flex; flex-wrap: wrap; }
.secWrap .list01 > li { width: 100%; padding: 1em 0 1em 0; text-align: center; }
@media screen and (min-width:769px) {
    .secWrap .list01 > li:nth-of-type(1) { width: 40%; padding: 1em 2em 1em 0; }
    .secWrap .list01 > li:nth-of-type(2) { width: 60%; }
}

.sizeguide_ring .list01 > li > ul > li { padding-left: 0; text-indent: 0; }

#plusSize01 img { max-width: 640px; margin: 0 auto; }


