@charset "utf-8";

.editor-styles-wrapper h2 {
    border-bottom: 4px solid #2069D6;
    padding: 0 .7em;
    color: #111;
    background-color: initial;
    background-color: auto;
    background-color: transparent;
    clear: both;
}

.editor-styles-wrapper h3, .editor-styles-wrapper h4 {
    font-size: 1.2rem;
    padding: 0 .7em;
    margin-bottom: .8em;
    clear: both;
}

.editor-styles-wrapper h3 {
    background-image: none;
    border-bottom: 2px solid #2069D6;
}

.editor-styles-wrapper p+h3, .editor-styles-wrapper p+h4,
.editor-styles-wrapper p+h5, .editor-styles-wrapper p+h6 {
    margin-top: 2em;
}

.editor-styles-wrapper h5, .editor-styles-wrapper h6 {
    padding: 0 .7em;
    border-left: solid 5px #2069D6;
    clear: both;
}

.editor-styles-wrapper h5::before,
.editor-styles-wrapper h6::before {
    content: none;
}

.editor-styles-wrapper p {
    line-height: 1.5;
    /* clear: both; */
    /* overflow: hidden; */
    margin-bottom: 1em;
}

.editor-styles-wrapper p.has-text-align-left {
    text-align: left;
}

.editor-styles-wrapper p.has-text-align-center {
    text-align: center;
}

.editor-styles-wrapper p.has-text-align-right {
    text-align: right;
}

.editor-styles-wrapper strong {
    font-weight: bold;
}

.editor-styles-wrapper em {
    font-style: italic;
}

.editor-styles-wrapper s {
    text-decoration: line-through;
}

.editor-styles-wrapper .namisen {
    text-decoration: wavy underline #0074AE;
    font-weight: bold;
}

.editor-styles-wrapper a {
    color: #0074AE;
    word-break: break-all;
    border-bottom: solid 1px #0074AE;
}

.editor-styles-wrapper a:hover {
    border-bottom: none;
}

.editor-styles-wrapper ul, .editor-styles-wrapper ol {
    margin: .5em 1em;
    clear: both;
}

.editor-styles-wrapper ul > li {
    list-style: disc inside;
}

.editor-styles-wrapper ul > li > ul > li {
    list-style: circle inside;
}

.editor-styles-wrapper ul > li > ul > li >ul >li,
.editor-styles-wrapper ol > li > ul > li >ul >li {
    list-style: square inside;
}

.editor-styles-wrapper ol > li {
    list-style: decimal inside;
}

.editor-styles-wrapper ol > li > ul > li {
    list-style: circle inside;
}


.editor-styles-wrapper .alignleft {
    text-align: left;
}

.editor-styles-wrapper .aligncenter {
    text-align: center;
}

.editor-styles-wrapper .alignright {
    text-align: right;
}

.editor-styles-wrapper .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    clear: both;
}

.editor-styles-wrapper .wp-block-column {
    width: 49%;
}

.editor-styles-wrapper .wp-block-column figure.wp-block-image {
    margin: 0;
}

.editor-styles-wrapper .wp-block-column img {
    height: auto;
    width: 100%;
}

.editor-styles-wrapper .wp-block-column p {
    padding: 0 1em;
}

/* .editor-styles-wrapper figure.img-right {
    float: right;
    padding: 0 1em;
    margin: 0;
} */

.editor-styles-wrapper figcaption {
    text-align: center;
}

.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    max-width: 400px;
    float: right;
}



@media screen and (max-width:786px) {
    .editor-styles-wrapper .wp-block-column {
        width: 100%;
    }
}


.editor-styles-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.editor-styles-wrapper table th {
    background-color: #2069D6;
    color: #fff;
    padding: .5em 2em;
    letter-spacing: .2em;
    border: solid #aaa 1px;
    text-align: center;
}

.editor-styles-wrapper table td {
    padding: .5em;
    background: #fff;
    border: solid #aaa 1px;
}

.editor-styles-wrapper table td:not(:last-child) {
    text-align: right;
}

.editor-styles-wrapper table td > p {
    margin-bottom: 0;
    padding: .5em 0;
}

.editor-styles-wrapper table td > p + p {
    border-top: solid 1px #aaa;
}

@media screen and (max-width:786px) {
    .editor-styles-wrapper table th {
        display: none;
    }

    .editor-styles-wrapper table tr {
        border: solid 1px #aaa;
        text-align: center;
    }
    .editor-styles-wrapper table td {
        width: 100%;
        display: block;
        border: none;
    }

    .editor-styles-wrapper table td:not(:last-child) {
        text-align: center;
    }

    .editor-styles-wrapper table td > p + p {
        border-top: none;
    }
}


.editor-styles-wrapper iframe {
    max-width: 100%;
}