@charset "UTF-8";

/* ===== ▼ 共通パーツ ▼ ===== */

.rich-content {
    max-width: 1040px;
}

.rich-content .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.rich-content .pc {
    display: none;
}

.rich-content .sp {
    display: block;
}

.rich-content section {
    padding-bottom: 40px;
}

.rich-content p, .rich-content ul, .rich-content ol, .rich-content li, .rich-content a, .rich-content dl, .rich-content dt, .rich-content dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.rich-content p, .rich-content ul, .rich-content ol, .rich-content li, .rich-content a, .rich-content div {
    box-sizing: border-box;
}

.rich-content ul, .rich-content ol, .rich-content dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rich-content img {
    width: 100%;
}

.rich-content figure {
    margin: 0;
}

.rich-content figure img {
    text-align: center;
}
/* ===== ▲ 共通パーツ ▲ ===== */

/* ===== ▼ 780px以上に適用するCSS ▼ ===== */
@media only screen and (min-width: 780px) {

    /* ===== ▼ 共通パーツ ▼ ===== */
    .rich-content {
        margin-bottom: 50px;
    }

    .rich-content .pc {
        display: block;
    }

    .rich-content .sp {
        display: none;
    }

    .rich-content section {
        padding-bottom: 50px;
    }

    .rich-content p, .rich-content ul, .rich-content ol, .rich-content li, .rich-content a, .rich-content dl, .rich-content dt, .rich-content dd {
        font-size: 16px;
    }
    /* ===== ▲ 共通パーツ ▲ ===== */
}
/* ===== ▲ 780px以上に適用するCSS ▲ ===== */
