@charset "utf-8";
/*********************************************************

WP Wysiwyg Editor用

*********************************************************/

/* ---------------------------------------------------- */
/* cs_post_wysiwyg */
/* ---------------------------------------------------- */
.cs_post_wysiwyg:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cs_post_wysiwyg {
    display: block;
    line-height: 2.0;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 16px;
}

.contentsblock_item .ttl, .contentsblock_item .ttl_1, .contentsblock_item .ttl_2 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.contentsblock_item .ttl,
.contentsblock_item .ttl_1,
.contentsblock_item .ttl_2,
.contentsblock_item .ttl > strong,
.contentsblock_item .ttl_1 > strong,
.contentsblock_item .ttl_2 > strong {
    font-weight: bold;
}

.cs_post_wysiwyg > * + * {
    margin-top: 20px;
}

/* 段落 */
.cs_post_wysiwyg p {}


/* 装飾 */
.cs_post_wysiwyg strong {
    font-weight: bold !important;
}

.cs_post_wysiwyg em {
    font-style: italic;
}

.cs_post_wysiwyg pre {
    font-size: 100%;
    white-space: pre-wrap;
    word-break: break-all;
}

.cs_post_wysiwyg a {
    text-decoration: underline;
}

.cs_post_wysiwyg a:hover {
    text-decoration: none;
}

.cs_post_wysiwyg blockquote {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    background-color: #f0f0f0;
}

.cs_post_wysiwyg blockquote > * + * {
    margin-top: 20px;
}

.cs_post_wysiwyg hr {
    margin: 60px 0;
    border: 0;
    border-top: 1px solid #bdbdbe;
}

/* リスト */
.cs_post_wysiwyg ul {
    list-style-type: disc;
    margin-left: 30px;
}

.cs_post_wysiwyg ol {
    list-style-type: decimal;
    margin-left: 30px;
}

.cs_post_wysiwyg li + li {
    margin-top: 10px;
}

/* 見出し */
.cs_post_wysiwyg * + h1,
.cs_post_wysiwyg * + h2,
.cs_post_wysiwyg * + h3 {
    margin-top: 40px;
}

.cs_post_wysiwyg * + h4,
.cs_post_wysiwyg * + h5,
.cs_post_wysiwyg * + h6 {
    margin-top: 30px;
}

.cs_post_wysiwyg h1,
.cs_post_wysiwyg h2,
.cs_post_wysiwyg h3,
.cs_post_wysiwyg h4,
.cs_post_wysiwyg h5,
.cs_post_wysiwyg h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.cs_post_wysiwyg h1 {
    font-size: 2.8rem;
}

.cs_post_wysiwyg h2 {
    font-size: 2.4rem;
}

.cs_post_wysiwyg h3 {
    font-size: 2.0rem;
}

.cs_post_wysiwyg h4 {
    font-size: 1.8rem;
}

.cs_post_wysiwyg h5 {
    font-size: 1.4rem;
}

.cs_post_wysiwyg h6 {
    font-size: 1.3rem;
}

/* 画像 */
.cs_post_wysiwyg img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
}


.cs_post_wysiwyg img.alignright {
    margin: 0 0 0 15px;
    display: inline;
    float: right;
}

.cs_post_wysiwyg img.alignleft {
    margin: 0 10px 0 0;
    display: inline;
    float: left
}

.cs_post_wysiwyg img.aligncenter {
    display: block;
    margin: 0 auto;
}

.cs_post_wysiwyg img.alignnone {
    margin: 0 10px 0 0;
}

.cs_post_wysiwyg img.size-thumbnail {
    display: inline-block;
    margin: 0 4% 0 0;
    width: 48%;
}

.cs_post_wysiwyg img.size-thumbnail + .size-thumbnail {
    margin: 0 0 0 0;
}

.cs_post_wysiwyg .wp-caption {
    max-width: 100% !important;
}

.cs_post_wysiwyg .wp-caption-text {
    font-size: 1.1rem;
}

.cs_post_wysiwyg .yt_wrap {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.cs_post_wysiwyg .yt_wrap iframe,
.cs_post_wysiwyg .yt_wrap object,
.cs_post_wysiwyg .yt_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 919px) {
    .cs_post_wysiwyg > * + * {
        margin-top: 15px;
    }

    /* 装飾 */
    .cs_post_wysiwyg blockquote {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
    }

    .cs_post_wysiwyg blockquote > * + * {
        margin-top: 15px;
    }

    .cs_post_wysiwyg hr {
        margin: 40px 0;
    }

    /* 見出し */
    .cs_post_wysiwyg * + h1,
    .cs_post_wysiwyg * + h2,
    .cs_post_wysiwyg * + h3 {
        margin-top: 30px;
    }

    .cs_post_wysiwyg * + h4,
    .cs_post_wysiwyg * + h5,
    .cs_post_wysiwyg * + h6 {
        margin-top: 20px;
    }

    .cs_post_wysiwyg h1,
    .cs_post_wysiwyg h2,
    .cs_post_wysiwyg h3,
    .cs_post_wysiwyg h4,
    .cs_post_wysiwyg h5,
    .cs_post_wysiwyg h6 {
        margin-bottom: 10px;
    }

    .cs_post_wysiwyg h1 {
        font-size: 2.2rem;
    }

    .cs_post_wysiwyg h2 {
        font-size: 1.8rem;
    }

    .cs_post_wysiwyg h3 {
        font-size: 1.6rem;
    }

    .cs_post_wysiwyg h4 {
        font-size: 1.4rem;
    }

    .cs_post_wysiwyg h5 {
        font-size: 1.3rem;
    }

    .cs_post_wysiwyg h6 {
        font-size: 1.2rem;
    }
}


.cs_post_wysiwyg iframe.wp-embedded-content {
    width: 100% !important;
}