@charset "UTF-8";

/* CSS Document */
/* Author: H.Nakazawa */

/* フォントを指定するクラス */
body.mceContentBody {
    font: 14px/1.8 "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    overflow-wrap: break-word;
    word-break: normal;
}

/*----------------------------------
Single page
-----------------------------------*/

.col_single .contents_s .wp-block-image {
    margin-bottom: 40px;
}

.col_single .contents_s p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 40px;
}

.col_single .contents_s h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 45px;
    border-bottom: solid 1px #000;
}

.col_single .contents_s h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 30px;
    background: #E8D3D1;
    border: solid 2px #878787;
}

.col_single .contents_s h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3em;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 60px;
    border-bottom: solid 1px #c4c4c4;
}

.col_single .contents_s h5 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3em;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 60px;
    border-bottom: solid 3px #b6b6b6;
    position: relative;
}

.col_single .contents_s h5:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #c7051b;
    bottom: -3px;
    width: 30%;
}

.col_single .contents_s h6.wp-block-heading {
    font-size: 32px;
    font-weight: 900;
    line-height: 1em;
    padding: 20px;
    margin: 0;
}

.col_single .contents_s .wp-block-columns {
    margin: 0 0 40px 0;
}

.col_single .contents_s ul.wp-block-list {
    list-style: disc;
    margin: 40px 0 20px 100px;
}

.col_single .contents_s ul.wp-block-list li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 35px;
}

.col_single .contents_s .wp-block-embed {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 40px auto;
}



@media screen and (max-width: 767px) {
    .col_single .contents_s .wp-block-image {
        margin-bottom: 25px;
    }

    .col_single .contents_s p {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.8em;
        margin-bottom: 32px;
    }

    .col_single .contents_s h2 {
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        line-height: 1.3em;
        padding-bottom: 15px;
        margin-bottom: 45px;
        border-bottom: solid 1px #000;
    }

    .col_single .contents_s h3 {
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        line-height: 1.3em;
        padding: 15px;
        margin-top: 40px;
        margin-bottom: 30px;
        background: #E8D3D1;
        border: solid 2px #878787;
    }

    .col_single .contents_s h4 {
        font-size: 18px;
        font-weight: 900;
        line-height: 1.3em;
        padding-bottom: 8px;
        margin-bottom: 15px;
        margin-top: 40px;
        border-bottom: solid 1px #c4c4c4;
    }

    .col_single .contents_s h5 {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.3em;
        padding-bottom: 8px;
        margin-bottom: 15px;
        margin-top: 60px;
        border-bottom: solid 3px #b6b6b6;
        position: relative;
    }

    .col_single .contents_s h5:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #c7051b;
        bottom: -3px;
        width: 30%;
    }

    .col_single .contents_s h6.wp-block-heading {
        font-size: 18px;
        font-weight: 900;
        line-height: 1em;
        padding: 20px;
        margin: 0;
    }

    .col_single .contents_s .wp-block-columns {
        margin: 0 0 40px 0;
    }

    .col_single .contents_s ul.wp-block-list {
        list-style: disc;
        list-style-position: outside;
        margin: 20px 10px 20px 40px;
    }

    .col_single .contents_s ul.wp-block-list li {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
}










---------------------
