@charset "UTF-8";


/* ───────────────── 追加 ───────────────── */
@media print,
screen and (min-width: 768px) {
    .wp-category {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px;
        row-gap: 34px;
    }

    .wp-category>article {
        margin-bottom: 0px;
    }

    .wp-contents h2 {
        padding-top: 30px;
        border-top: 2px solid #8a7453;
        font-size: 200%;
        margin: 70px 0 30px;
    }

    .wp-contents h3 {
        margin: 25px 0 15px;
        font-size: 134%;
        font-weight: 500;
        line-height: 1.4em;
    }

    .wp-contents h4 {
        margin: 15px 0;
        font-size: 125%;
        font-weight: 500;
        line-height: 1.8em;
    }

    .subtitle {
        margin-bottom: 10px;
        font-size: 125%;
        font-weight: 500;
        line-height: 1.8em;
    }

    .subtitle::before {
        top: 5px;
        left: -5px;
        font-size: 125%;
    }

    .fullwidth-img {
        margin-bottom: 26px;
    }

    .wp-contents table {
        font-size: 100%;
    }

    .wp-contents table {
        margin-bottom: 26px;
    }

    .wp-contents .Box {
        padding: 24px;
        margin-bottom: 26px;
    }

    .wp-contents ul:not([class]),
    .wp-contents ol:not([class]) {
        margin-bottom: 26px;
    }

    .wp-contents ul:not([class]) li:before {
        margin-top: 11px;
    }

    .flexbox,
    .floatbox {
        margin-bottom: 26px;
    }

    .arrow {
        margin: 26px auto;
        border-top: 1.8em solid #b9335f;
        border-right: 2em solid transparent;
        border-left: 2em solid transparent
    }


    .quotebox {
        padding: 4.2em 3.8em 1.8em 3.8em;
        margin-bottom: 26px;
    }

    .quotebox::before {
        top: 18px;
        left: 22px;
        background-size: 2.8em;
    }

    .fukidashi {
        padding: 12px 20px;
        font-size: 125%;
        line-height: 1.6em;
        margin: 30px auto 40px;
    }

    .fukidashi::before {
        margin: 26px auto;
        bottom: -62px;
        border-top: 1.8em solid #8a7453;
        border-right: 2em solid transparent;
        border-left: 2em solid transparent;
    }

    .wp-contents .numlist-title {
        font-size: 1.24rem;
    }

    .matomebox-title {
        font-size: 125%;
    }

    .surveybox ul {
        width: fit-content;
        margin: 0 auto;
        column-count: 2;
        column-gap: 20px;
    }

    .wp-contents .btn {
        width: 70%;
    }

    .wp-contents .scrolltable table thead th:first-of-type {
        min-width: 200px;
        width: fit-content;
    }

    .wp-contents .scrolltable table {
        min-width: 110%;
        width: fit-content;
    }

    .jumplist {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .rank a {
        font-size: 160%;
        font-weight: bold;
    }

    .step-num {
        top: 86px;
        line-height: 2.9rem;
    }

    .picup-title {
        padding: 12px 20px;
        font-size: 125%;
        line-height: 1.6em;
    }

    .faq-wrap .faqQ>p::before {
        top: 41%;
    }

    .categoryparts {
        font-size: 12px;
    }

    .categoryparts>.list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2%;
        grid-auto-rows: minmax(100px, auto);
    }

    .categoryparts>.list>li {
        margin-bottom: 0;
    }

    .categoryparts .ttl {
        margin: -20px 20px -22px;
        font-size: 165%;
    }

    .categoryparts .block {
        padding: 30px 30px 45px 30px;
    }

    .categoryparts .block>li>a {
        position: relative;
        width: 100%;
        padding: 15px 40px 15px 20px;
        font-size: 115%;
        line-height: 1.7em;
    }
}

@media print,
screen and (min-width: 1090px) {
    .categoryparts {
        font-size: 15px;
    }
}