@charset "UTF-8";

body {
    margin: 0;
}

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

.pc {
    display: block;
}

.sp {
    display: none;
}

p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

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

.rich-content div, .rich-content p, .rich-content dl, .rich-content dt, .rich-content dd, .rich-content span {
    box-sizing: border-box;
}

.rich-content p, .rich-content dl, .rich-content ul {
    letter-spacing: 0.05em;
    line-height: 1.7em  ;

}

.rich-content figure {
    margin: 0;
}

.rich-content figure img {
    text-align: center;
}

.text-area {
    background:#f9cf99;
    margin: 0;
    padding: 40px;
    text-align: center;
    line-height: 2.0rem;
}

.text-area h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

.text-area p {
    font-size: 16px;
}

@media only screen and (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .text-area {
        padding: 30px 20px;
    }

    .text-area h2 {
        font-size: 18px;
        line-height: 1.7rem;
    }

    .text-area p {
        font-size: 14px;
        text-align: left;
    }
}