
.cat-link-box {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #f3f3f3;
    margin-bottom: 2rem;
}
.othte-cat-link {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
    font-family: Noto Sans JP, Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.othte-cat-link li{
    border-right: 1px solid #333;
    padding: 0 1em 0 0;
    line-height: 1em;
}
.othte-cat-link li:last-child {
    border-right: none;
}
.item-name {
    font-family: Noto Sans JP, Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    /* font-size: 130%; */
    /* font-weight: 700; */
}
.item-price-num {
    font-size: 1.5em;
    font-weight: 700;
}
.section .strongs {
    font-size: 120%;
    font-weight: 700;
}
.product-usage {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.product-usage li {
    width: 32%;
    background-color: #f9f9f9;
    margin-bottom: 2%;
}
.product-usage-inner {
    padding: 1rem;
}
.product-usage-inner h4 {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.product-usage .product-usage-inner p {
    margin: 0;
}
.mb-4rem {
    margin-bottom: 4rem;
}
.br-sp {
    display: none;
}
.tbl2 td {
    text-align: left;
}
.qa-toggle {
    width: 100%;
    margin-bottom: 0.5em;
}
.qa-toggle summary {
    display: flex;
    align-items: center;
    padding: .9rem 0 .9rem 0rem;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    gap: 0.5rem;
}
.qa-toggle summary::-webkit-details-marker {
    display: none;
}
.qa-toggle summary:before {
    content: 'Q';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto 0;
    text-align: center;
    background-color: #277ac1;
    color: #fff;
    border-radius: 50%;
}
.qa-toggle .qa-content:before {
    content: 'A';
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto 0;
    text-align: center;
    background-color: #c1272d;
    color: #fff;
    border-radius: 50%;
}
.qa-toggle summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-bottom: 4px solid #999;
    border-right: 4px solid #999;
    content: '';
    margin-left: auto;
}
.qa-toggle[open] summary::after {
    transform: rotate(225deg);
}
.qa-toggle .qa-content {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .9rem 0 0.9rem 0;
    color: #333333;
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
.qa-toggle[open] .qa-content {
    transform: none;
    opacity: 1;
}
.table-price-body td {
    text-align: center;
}
.ico_link {
    font-size: 1em;
}
.usag-tags {
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin:10px 0 12px;
}
.usag-tags span{
    display:inline-block;
    padding:6px 10px;
    font-size:12px;
    font-weight:bold;
    line-height:1em;
    color:#e60012;
    background:#fff;
    border:1px solid #e60012;
    border-radius:3px;
}
@media screen and (max-width: 1450px) {
    .w1110, .w1010 {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .contents {
        margin: 0 2rem;
    }
    .br-sp {
        display: inherit;
    }
}
@media screen and (max-width: 980px) {
    .breadcrumb {
        display: inherit;
        margin-bottom: 1.5rem;
    }
    .suprint {
        background-color: #fff;
        height: auto;
    }
}
@media screen and (max-width:768px) {
    .br-sp {
        display: inherit;
    }
    .usag-tags span{
        font-size:11px;
        padding:3px 8px;
    }
}
@media screen and (max-width: 452px) {
    .br-sp {
        display: inherit;
    }
    .product-usage li {
        width: 100%;
    }
    .col3 .size .sizebox {
        width: 100%;
        margin-left: 0;
    }
    .categoryPanel {
        width: 100%;
        flex-direction: column;
    }
    .categoryPanel__main {
        padding: 1.5rem;
        margin-right: 0;
    }
    .categoryPanel__sub {
        margin-right: 0;
    }
    .ctaBox .ctaBox-btn {
        width: 100%;
    }
}
