<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -------------------------------------------------------------------------------------------

Gutenberg frontend

------------------------------------------------------------------------------------------- */

/* aタグ
--------------------------------------------------------------- */

.editor-styles-wrapper a {
    color: #1344a7;
}


/* hr
--------------------------------------------------------------- */

.editor-styles-wrapper hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 3em 0 2.5em;
    padding: 0;
}


/* hシリーズ
--------------------------------------------------------------- */

.editor-styles-wrapper h1,
.editor-styles-wrapper h2 {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: .6em;
    border-bottom: 2px solid var(--keycolor);
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.editor-styles-wrapper h2 {
    margin-block:1em;
}

.editor-styles-wrapper h3 {
	font-size:1.3em;
	font-weight: 700;
	margin-block:1em;
}

.editor-styles-wrapper h4 {
	font-size:1.1em;
	font-weight: 700;
	margin-block:1em;
}

.editor-styles-wrapper h5 {
	font-weight: 700;
}


/* p
--------------------------------------------------------------- */

.editor-styles-wrapper p:not(:last-child) {
    margin-bottom: 1em;
}

.editor-styles-wrapper p:empty {
    margin-bottom: 1em;
}


/* メディア
--------------------------------------------------------------- */

.editor-styles-wrapper .wp-block-image {}

.editor-styles-wrapper .wp-block-image figcaption {}



/* ボタン
--------------------------------------------------------------- */

.wp-block-buttons {}

.wp-block-buttons &gt; .wp-block-button {}

.wp-block-button__link {}

.wp-block-button__link[target="_blank"]:after {}


/* 各種パーツ - ul リスト
--------------------------------------------------------------- */

.editor-styles-wrapper ul {
    padding-left: 1.5em;
    margin: 1em 0;
    list-style: disc;
}

.editor-styles-wrapper ul &gt; li:not(:last-child) {
    margin-bottom: .2em;
}

.editor-styles-wrapper ul &gt; li &gt; ul {
    margin-top: .2em;
}

.editor-styles-wrapper ul &gt; li:before {}


/* 各種パーツ - ol リスト
--------------------------------------------------------------- */

.editor-styles-wrapper ol {
    margin: 1em 0;
}

.editor-styles-wrapper ol &gt; li:not(:last-child) {
    margin-bottom: .2em;
}

.editor-styles-wrapper ol &gt; li &gt; ol {
    margin-top: .2em;
}

.editor-styles-wrapper ol &gt; li:before {}


/* 各種パーツ - 強調
--------------------------------------------------------------- */

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


/* 各種パーツ - 画像
--------------------------------------------------------------- */

.wp-block-image,
.wp-block-gallery{
    margin-block:1.5em;
}


/* エディタ外 - テンプレートサイド
--------------------------------------------------------------- */

.block-post-thumbnail {
    text-align: center;
    margin-bottom: 2em;
}

.list-btn-postnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em;
}

.list-btn-postnav &gt; li {
    margin: 0 5px;
}

.list-btn-postnav a {
    text-align: center;
}

.list-btn-postnav &gt; li.is-next a,
.list-btn-postnav &gt; li.is-prev a {
    min-width: 120px;
}

.list-btn-postnav &gt; li.is-next a:before {
    content: "&lt;";
    margin: 0 .5em 0 0;
}

.list-btn-postnav &gt; li.is-prev a:after {
    content: "&gt;";
    margin: 0 0 0 .5em;
}

.list-btn-postnav a {
    display: block;
    color: var(--keycolor);
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    padding: .4em .7em .5em;
    border: 2px solid var(--keycolor);
    line-height: 1;
}


@media screen and (max-width:1023px) {


    /* SP hシリーズ
    --------------------------------------------------------------- */

    .editor-styles-wrapper h1,
    .editor-styles-wrapper h2 {
        font-size: var(--sp-subttl-size);
        border-bottom: 2px solid var(--keycolor);
    }


    /* SP エディタ外 - テンプレートサイド
    --------------------------------------------------------------- */

    .block-overview-category.is-single {
        margin-bottom: 2em;
    }

    .list-btn-postnav {
        justify-content: space-between;
    }

    .list-btn-postnav &gt; li {
        margin: 0 0 10px;
    }

    .list-btn-postnav &gt; li.is-back {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .list-btn-postnav &gt; li.is-next {
        order: 2;
        width: calc(50% - 5px);
    }

    .list-btn-postnav &gt; li.is-prev {
        order: 3;
        width: calc(50% - 5px);
    }

    .list-btn-postnav &gt; li.is-next a,
    .list-btn-postnav &gt; li.is-prev a {
        min-width: 0;
    }

    .list-btn-postnav a {
        padding: 1em;
    }

    .list-btn-postnav &gt; li.is-back + li.is-prev {
        margin-left: auto;
    }


}
</pre></body></html>