@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: 1.7;
    text-align: left;
}

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

/* 段落 */
.cs_post_wysiwyg p {
    line-height: 2;
}


/* 装飾 */
.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 {
    color: #4D55AF;
    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 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 {
    color: #FC6464;
    font-weight: bold;
    margin-bottom: 15px;
}

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

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

.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 img {
    display: block;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
}

.cs_post_wysiwyg *+* img {
    padding: 20px 0;
}


.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 {
    width: 20%;
}

.cs_post_wysiwyg img.size-medium {
    width: 60%;
}

.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 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 *+* img {
        padding: 10px 0;
    }

    .cs_post_wysiwyg img.size-thumbnail {
        width: 50%;
    }

    .cs_post_wysiwyg img.size-medium {
        width: 100%;
    }
}