
/*-------------------------------------------
 * カラーパターンに応じて初期カラーを設定
 *-------------------------------------------/

/* 見出しスタイル - カウント */
.is-style-st-heading-custom-count::before {
	color: #d34c5d;
	border-color: #d34c5d;
}
/* 見出しスタイル - ステップ */
.is-style-st-heading-custom-step {
	border-bottom-color: #d34c5d;
}
.is-style-st-heading-custom-step::before {
    color: #ffffff;
	background: #d34c5d;
}
.is-style-st-heading-custom-step::after {
    border-top-color: #d34c5d;
}

/*-------------------------------------------
旧st-kanri.phpより移動（ここから）
*/

	/* 簡易会話ふきだし */
	.is-style-st-paragraph-kaiwa .st-paragraph-kaiwa-text,
	.is-style-st-paragraph-kaiwa-b .st-paragraph-kaiwa-text {
		background-color: #fef9fa;
	}
	.is-style-st-paragraph-kaiwa::after,
	.is-style-st-paragraph-kaiwa-b::after {
		border-right-color: #fef9fa;
	}


/*--------------------------------
Gutenberg カラーパレット
---------------------------------*/
:root .has-pale-pink-color {
	color: #f78da7;
}

:root .has-soft-red-color {
	color: #e92f3d;
}

:root .has-light-grayish-red-color {
	color: #fdf0f2;
}

:root .has-vivid-yellow-color {
	color: #ffc107;
}

:root .has-very-pale-yellow-color {
	color: #fffde7;
}

:root .has-light-green-cyan-color {
	color: #eefaff;
}

:root .has-pale-cyan-blue-color {
	color: #1DA1F2;
}

:root .has-vivid-cyan-blue-color {
	color: #1877f2;
}

:root .has-very-light-gray-color {
	color: #fafafa;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-white-color {
	color: #ffffff;
}

:root .has-pale-pink-background-color {
	background-color: #f78da7;
}

:root .has-soft-red-background-color {
	background-color: #e92f3d;
}

:root .has-light-grayish-red-background-color {
	background-color: #fdf0f2;
}

:root .has-vivid-yellow-background-color {
	background-color: #ffc107;
}

:root .has-very-pale-yellow-background-color {
	background-color: #fffde7;
}

:root .has-light-green-cyan-background-color {
	background-color: #eefaff;
}

:root .has-pale-cyan-blue-background-color {
	background-color: #1DA1F2;
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #1877f2;
}

:root .has-very-light-gray-background-color {
	background-color: #fafafa;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-white-background-color {
	background-color: #ffffff;
}

/** インラインの文字色（カラーパレット） */
.has-inline-color.has-pale-pink-color {
	color: #f78da7;
}

.has-inline-color.has-soft-red-color {
	color: #e92f3d;
}

.has-inline-color.has-light-grayish-red-color {
	color: #fdf0f2;
}

.has-inline-color.has-vivid-yellow-color {
	color: #ffc107;
}

.has-inline-color.has-very-pale-yellow-color {
	color: #fffde7;
}

.has-inline-color.has-light-green-cyan-color {
	color: #eefaff;
}

.has-inline-color.has-pale-cyan-blue-color {
	color: #1DA1F2;
}

.has-inline-color.has-vivid-cyan-blue-color {
	color: #1877f2;
}

.has-inline-color.has-very-light-gray-color {
	color: #fafafa;
}

.has-inline-color.has-very-dark-gray-color {
	color: #313131;
}

.has-inline-color.has-white-color {
	color: #ffffff;
}

/** カラーパレット（文字色）選択時のアイコン */
[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-pale-pink-color::before {
	color: #f78da7;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-soft-red-color::before {
	color: #e92f3d;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-light-grayish-red-color::before {
	color: #fdf0f2;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-vivid-yellow-color::before {
	color: #ffc107;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-very-pale-yellow-color::before {
	color: #fffde7;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-light-green-cyan-color::before {
	color: #eefaff;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-pale-cyan-blue-color::before {
	color: #1DA1F2;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-vivid-cyan-blue-color::before {
	color: #1877f2;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-very-light-gray-color::before {
	color: #fafafa;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-very-dark-gray-color::before {
	color: #313131;
}

[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-white-color::before {
	color: #ffffff;
}

/* カラーパレット選択時の見出しライン */
.is-style-st-heading-custom-line.has-pale-pink-color::after {
	background-color: #f78da7;
}

.is-style-st-heading-custom-line.has-soft-red-color::after {
	background-color: #e92f3d;
}

.is-style-st-heading-custom-line.has-light-grayish-red-color::after {
	background-color: #fdf0f2;
}

.is-style-st-heading-custom-line.has-vivid-yellow-color::after {
	background-color: #ffc107;
}

.is-style-st-heading-custom-line.has-very-pale-yellow-color::after {
	background-color: #fffde7;
}

.is-style-st-heading-custom-line.has-light-green-cyan-color::after {
	background-color: #eefaff;
}

.is-style-st-heading-custom-line.has-pale-cyan-blue-color::after {
	background-color: #1DA1F2;
}

.is-style-st-heading-custom-line.has-vivid-cyan-blue-color::after {
	background-color: #1877f2;
}

.is-style-st-heading-custom-line.has-very-light-gray-color::after {
	background-color: #fafafa;
}

.is-style-st-heading-custom-line.has-very-dark-gray-color::after {
	background-color: #313131;
}

.is-style-st-heading-custom-line.has-white-color::after {
	background-color: #ffffff;
}

/* カラーパレット（背景色）選択時のふきだし */
.is-style-st-paragraph-kaiwa.has-pale-pink-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-pale-pink-background-color::after {
	border-right-color: #f78da7;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-pale-pink-background-color::after {
	border-top-color: #f78da7;
}
/* カウント */
.is-style-st-heading-custom-count.has-pale-pink-background-color::before {
	color: #f78da7;
	border-color: #f78da7;
}
/* ステップ */
.is-style-st-heading-custom-step.has-pale-pink-background-color {
	border-bottom-color: #f78da7;
}
.is-style-st-heading-custom-step.has-pale-pink-background-color::before {
	background: #f78da7;
}
.is-style-st-heading-custom-step.has-pale-pink-background-color::after {
    border-top-color: #f78da7;
}

.is-style-st-paragraph-kaiwa.has-soft-red-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-soft-red-background-color::after {
	border-right-color: #e92f3d;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-soft-red-background-color::after {
	border-top-color: #e92f3d;
}
/* カウント */
.is-style-st-heading-custom-count.has-soft-red-background-color::before {
	color: #e92f3d;
	border-color: #e92f3d;
}
/* ステップ */
.is-style-st-heading-custom-step.has-soft-red-background-color {
	border-bottom-color: #e92f3d;
}
.is-style-st-heading-custom-step.has-soft-red-background-color::before {
	background: #e92f3d;
}
.is-style-st-heading-custom-step.has-soft-red-background-color::after {
    border-top-color: #e92f3d;
}

.is-style-st-paragraph-kaiwa.has-light-grayish-red-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-light-grayish-red-background-color::after {
	border-right-color: #fdf0f2;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-light-grayish-red-background-color::after {
	border-top-color: #fdf0f2;
}
/* カウント */
.is-style-st-heading-custom-count.has-light-grayish-red-background-color::before {
	color: #fdf0f2;
	border-color: #fdf0f2;
}
/* ステップ */
.is-style-st-heading-custom-step.has-light-grayish-red-background-color {
	border-bottom-color: #fdf0f2;
}
.is-style-st-heading-custom-step.has-light-grayish-red-background-color::before {
	background: #fdf0f2;
}
.is-style-st-heading-custom-step.has-light-grayish-red-background-color::after {
    border-top-color: #fdf0f2;
}

.is-style-st-paragraph-kaiwa.has-vivid-yellow-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-vivid-yellow-background-color::after {
	border-right-color: #ffc107;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-vivid-yellow-background-color::after {
	border-top-color: #ffc107;
}
/* カウント */
.is-style-st-heading-custom-count.has-vivid-yellow-background-color::before {
	color: #ffc107;
	border-color: #ffc107;
}
/* ステップ */
.is-style-st-heading-custom-step.has-vivid-yellow-background-color {
	border-bottom-color: #ffc107;
}
.is-style-st-heading-custom-step.has-vivid-yellow-background-color::before {
	background: #ffc107;
}
.is-style-st-heading-custom-step.has-vivid-yellow-background-color::after {
    border-top-color: #ffc107;
}

.is-style-st-paragraph-kaiwa.has-very-pale-yellow-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-very-pale-yellow-background-color::after {
	border-right-color: #fffde7;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-very-pale-yellow-background-color::after {
	border-top-color: #fffde7;
}
/* カウント */
.is-style-st-heading-custom-count.has-very-pale-yellow-background-color::before {
	color: #fffde7;
	border-color: #fffde7;
}
/* ステップ */
.is-style-st-heading-custom-step.has-very-pale-yellow-background-color {
	border-bottom-color: #fffde7;
}
.is-style-st-heading-custom-step.has-very-pale-yellow-background-color::before {
	background: #fffde7;
}
.is-style-st-heading-custom-step.has-very-pale-yellow-background-color::after {
    border-top-color: #fffde7;
}

.is-style-st-paragraph-kaiwa.has-light-green-cyan-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-light-green-cyan-background-color::after {
	border-right-color: #eefaff;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-light-green-cyan-background-color::after {
	border-top-color: #eefaff;
}
/* カウント */
.is-style-st-heading-custom-count.has-light-green-cyan-background-color::before {
	color: #eefaff;
	border-color: #eefaff;
}
/* ステップ */
.is-style-st-heading-custom-step.has-light-green-cyan-background-color {
	border-bottom-color: #eefaff;
}
.is-style-st-heading-custom-step.has-light-green-cyan-background-color::before {
	background: #eefaff;
}
.is-style-st-heading-custom-step.has-light-green-cyan-background-color::after {
    border-top-color: #eefaff;
}

.is-style-st-paragraph-kaiwa.has-pale-cyan-blue-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-pale-cyan-blue-background-color::after {
	border-right-color: #1DA1F2;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-pale-cyan-blue-background-color::after {
	border-top-color: #1DA1F2;
}
/* カウント */
.is-style-st-heading-custom-count.has-pale-cyan-blue-background-color::before {
	color: #1DA1F2;
	border-color: #1DA1F2;
}
/* ステップ */
.is-style-st-heading-custom-step.has-pale-cyan-blue-background-color {
	border-bottom-color: #1DA1F2;
}
.is-style-st-heading-custom-step.has-pale-cyan-blue-background-color::before {
	background: #1DA1F2;
}
.is-style-st-heading-custom-step.has-pale-cyan-blue-background-color::after {
    border-top-color: #1DA1F2;
}

.is-style-st-paragraph-kaiwa.has-vivid-cyan-blue-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-vivid-cyan-blue-background-color::after {
	border-right-color: #1877f2;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-vivid-cyan-blue-background-color::after {
	border-top-color: #1877f2;
}
/* カウント */
.is-style-st-heading-custom-count.has-vivid-cyan-blue-background-color::before {
	color: #1877f2;
	border-color: #1877f2;
}
/* ステップ */
.is-style-st-heading-custom-step.has-vivid-cyan-blue-background-color {
	border-bottom-color: #1877f2;
}
.is-style-st-heading-custom-step.has-vivid-cyan-blue-background-color::before {
	background: #1877f2;
}
.is-style-st-heading-custom-step.has-vivid-cyan-blue-background-color::after {
    border-top-color: #1877f2;
}

.is-style-st-paragraph-kaiwa.has-very-light-gray-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-very-light-gray-background-color::after {
	border-right-color: #fafafa;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-very-light-gray-background-color::after {
	border-top-color: #fafafa;
}
/* カウント */
.is-style-st-heading-custom-count.has-very-light-gray-background-color::before {
	color: #fafafa;
	border-color: #fafafa;
}
/* ステップ */
.is-style-st-heading-custom-step.has-very-light-gray-background-color {
	border-bottom-color: #fafafa;
}
.is-style-st-heading-custom-step.has-very-light-gray-background-color::before {
	background: #fafafa;
}
.is-style-st-heading-custom-step.has-very-light-gray-background-color::after {
    border-top-color: #fafafa;
}

.is-style-st-paragraph-kaiwa.has-very-dark-gray-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-very-dark-gray-background-color::after {
	border-right-color: #fafafa;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-very-dark-gray-background-color::after {
	border-top-color: #313131;
}
/* カウント */
.is-style-st-heading-custom-count.has-very-dark-gray-background-color::before {
	color: #313131;
	border-color: #313131;
}
/* ステップ */
.is-style-st-heading-custom-step.has-very-dark-gray-background-color {
	border-bottom-color: #313131;
}
.is-style-st-heading-custom-step.has-very-dark-gray-background-color::before {
	background: #313131;
}
.is-style-st-heading-custom-step.has-very-dark-gray-background-color::after {
    border-top-color: #313131;
}

.is-style-st-paragraph-kaiwa.has-white-background-color::after,
.is-style-st-paragraph-kaiwa-b.has-white-background-color::after {
	border-right-color: #313131;
}
/* 見出しふきだし */
.is-style-st-heading-custom-bubble.has-white-background-color::after {
	border-top-color: #ffffff;
}
/* カウント */
.is-style-st-heading-custom-count.has-white-background-color::before {
	color: #ffffff;
	border-color: #ffffff;
}
/* ステップ */
.is-style-st-heading-custom-step.has-white-background-color {
	border-bottom-color: #ffffff;
}
.is-style-st-heading-custom-step.has-white-background-color::before {
	background: #ffffff;
}
.is-style-st-heading-custom-step.has-white-background-color::after {
    border-top-color: #ffffff;
}

/* カラーパレット（背景色）選択時の会話ふきだし背景色 */
.is-style-st-paragraph-kaiwa.has-pale-pink-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-pale-pink-background-color .st-paragraph-kaiwa-text {
	background-color: #f78da7;
}
.is-style-st-paragraph-kaiwa.has-soft-red-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-soft-red-background-color .st-paragraph-kaiwa-text {
	background-color: #e92f3d;
}
.is-style-st-paragraph-kaiwa.has-light-grayish-red-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-light-grayish-red-background-color .st-paragraph-kaiwa-text {
	background-color: #fdf0f2;
}
.is-style-st-paragraph-kaiwa.has-vivid-yellow-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-vivid-yellow-background-color .st-paragraph-kaiwa-text {
	background-color: #ffc107;
}
.is-style-st-paragraph-kaiwa.has-very-pale-yellow-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-very-pale-yellow-background-color .st-paragraph-kaiwa-text {
	background-color: #fffde7;
}
.is-style-st-paragraph-kaiwa.has-light-green-cyan-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-light-green-cyan-background-color .st-paragraph-kaiwa-text {
	background-color: #eefaff;
}
.is-style-st-paragraph-kaiwa.has-pale-cyan-blue-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-pale-cyan-blue-background-color .st-paragraph-kaiwa-text {
	background-color: #1DA1F2;
}
.is-style-st-paragraph-kaiwa.has-vivid-cyan-blue-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-vivid-cyan-blue-background-color .st-paragraph-kaiwa-text {
	background-color: #1877f2;
}
.is-style-st-paragraph-kaiwa.has-very-light-gray-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-very-light-gray-background-color .st-paragraph-kaiwa-text {
	background-color: #fafafa;
}
.is-style-st-paragraph-kaiwa.has-very-dark-gray-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-very-dark-gray-background-color .st-paragraph-kaiwa-text {
	background-color: #313131;
}
.is-style-st-paragraph-kaiwa.has-white-background-color .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-white-background-color .st-paragraph-kaiwa-text {
	background-color: #ffffff;
}

/* カラーパレット（背景色）選択時の会話吹き出し周りの背景色を無しに */
.is-style-st-paragraph-kaiwa.has-pale-pink-background-color,
.is-style-st-paragraph-kaiwa-b.has-pale-pink-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-soft-red-background-color,
.is-style-st-paragraph-kaiwa-b.has-soft-red-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-light-grayish-red-background-color,
.is-style-st-paragraph-kaiwa-b.has-light-grayish-red-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-vivid-yellow-background-color,
.is-style-st-paragraph-kaiwa-b.has-vivid-yellow-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-very-pale-yellow-background-color,
.is-style-st-paragraph-kaiwa-b.has-very-pale-yellow-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-light-green-cyan-background-color,
.is-style-st-paragraph-kaiwa-b.has-light-green-cyan-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-pale-cyan-blue-background-color,
.is-style-st-paragraph-kaiwa-b.has-pale-cyan-blue-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-vivid-cyan-blue-background-color,
.is-style-st-paragraph-kaiwa-b.has-vivid-cyan-blue-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-very-light-gray-background-color,
.is-style-st-paragraph-kaiwa-b.has-very-light-gray-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-very-dark-gray-background-color,
.is-style-st-paragraph-kaiwa-b.has-very-dark-gray-background-color {
	background-color: transparent;
}
.is-style-st-paragraph-kaiwa.has-white-background-color,
.is-style-st-paragraph-kaiwa-b.has-white-background-color {
	background-color: transparent;
}

/** カラーパレット（文字色）選択時のアイコン */
.is-style-st-paragraph-pen.has-pale-pink-color::before,
.is-style-st-paragraph-memo-txt.has-pale-pink-color::before,
.is-style-st-paragraph-link.has-pale-pink-color::before,
.is-style-st-paragraph-check.has-pale-pink-color::before,
.is-style-st-paragraph-point.has-pale-pink-color::before,
.is-style-st-paragraph-info-circle.has-pale-pink-color::before,
.is-style-st-paragraph-bigginer.has-pale-pink-color::before,
.is-style-st-paragraph-attention.has-pale-pink-color::before,
.is-style-st-paragraph-attention-gray.has-pale-pink-color::before,
.is-style-st-paragraph-circle-o.has-pale-pink-color::before,
.is-style-st-paragraph-times.has-pale-pink-color::before,
.is-style-st-paragraph-thumbs-o-up.has-pale-pink-color::before,
.is-style-st-paragraph-thumbs-o-down.has-pale-pink-color::before,
.is-style-st-paragraph-code.has-pale-pink-color::before {
	color: #f78da7;
	border-right-color: #f78da7!important;
}

.is-style-st-paragraph-pen.has-soft-red-color::before,
.is-style-st-paragraph-memo-txt.has-soft-red-color::before,
.is-style-st-paragraph-link.has-soft-red-color::before,
.is-style-st-paragraph-check.has-soft-red-color::before,
.is-style-st-paragraph-point.has-soft-red-color::before,
.is-style-st-paragraph-info-circle.has-soft-red-color::before,
.is-style-st-paragraph-bigginer.has-soft-red-color::before,
.is-style-st-paragraph-attention.has-soft-red-color::before,
.is-style-st-paragraph-attention-gray.has-soft-red-color::before,
.is-style-st-paragraph-circle-o.has-soft-red-color::before,
.is-style-st-paragraph-times.has-soft-red-color::before,
.is-style-st-paragraph-thumbs-o-up.has-soft-red-color::before,
.is-style-st-paragraph-thumbs-o-down.has-soft-red-color::before,
.is-style-st-paragraph-code.has-soft-red-color::before {
	color: #e92f3d;
	border-right-color: #e92f3d!important;
}

.is-style-st-paragraph-pen.has-light-grayish-red-color::before,
.is-style-st-paragraph-memo-txt.has-light-grayish-red-color::before,
.is-style-st-paragraph-link.has-light-grayish-red-color::before,
.is-style-st-paragraph-check.has-light-grayish-red-color::before,
.is-style-st-paragraph-point.has-light-grayish-red-color::before,
.is-style-st-paragraph-info-circle.has-light-grayish-red-color::before,
.is-style-st-paragraph-bigginer.has-light-grayish-red-color::before,
.is-style-st-paragraph-attention.has-light-grayish-red-color::before,
.is-style-st-paragraph-attention-gray.has-light-grayish-red-color::before,
.is-style-st-paragraph-circle-o.has-light-grayish-red-color::before,
.is-style-st-paragraph-times.has-light-grayish-red-color::before,
.is-style-st-paragraph-thumbs-o-up.has-light-grayish-red-color::before,
.is-style-st-paragraph-thumbs-o-down.has-light-grayish-red-color::before,
.is-style-st-paragraph-code.has-light-grayish-red-color::before {
	color: #fdf0f2;
	border-right-color: #fdf0f2!important;
}

.is-style-st-paragraph-pen.has-vivid-yellow-color::before,
.is-style-st-paragraph-memo-txt.has-vivid-yellow-color::before,
.is-style-st-paragraph-link.has-vivid-yellow-color::before,
.is-style-st-paragraph-check.has-vivid-yellow-color::before,
.is-style-st-paragraph-point.has-vivid-yellow-color::before,
.is-style-st-paragraph-info-circle.has-vivid-yellow-color::before,
.is-style-st-paragraph-bigginer.has-vivid-yellow-color::before,
.is-style-st-paragraph-attention.has-vivid-yellow-color::before,
.is-style-st-paragraph-attention-gray.has-vivid-yellow-color::before,
.is-style-st-paragraph-circle-o.has-vivid-yellow-color::before,
.is-style-st-paragraph-times.has-vivid-yellow-color::before,
.is-style-st-paragraph-thumbs-o-up.has-vivid-yellow-color::before,
.is-style-st-paragraph-thumbs-o-down.has-vivid-yellow-color::before,
.is-style-st-paragraph-code.has-vivid-yellow-color::before {
	color: #ffc107;
	border-right-color: #ffc107!important;
}

.is-style-st-paragraph-pen.has-very-pale-yellow-color::before,
.is-style-st-paragraph-memo-txt.has-very-pale-yellow-color::before,
.is-style-st-paragraph-link.has-very-pale-yellow-color::before,
.is-style-st-paragraph-check.has-very-pale-yellow-color::before,
.is-style-st-paragraph-point.has-very-pale-yellow-color::before,
.is-style-st-paragraph-info-circle.has-very-pale-yellow-color::before,
.is-style-st-paragraph-bigginer.has-very-pale-yellow-color::before,
.is-style-st-paragraph-attention.has-very-pale-yellow-color::before,
.is-style-st-paragraph-attention-gray.has-very-pale-yellow-color::before,
.is-style-st-paragraph-circle-o.has-very-pale-yellow-color::before,
.is-style-st-paragraph-times.has-very-pale-yellow-color::before,
.is-style-st-paragraph-thumbs-o-up.has-very-pale-yellow-color::before,
.is-style-st-paragraph-thumbs-o-down.has-very-pale-yellow-color::before,
.is-style-st-paragraph-code.has-very-pale-yellow-color::before {
	color: #fffde7;
	border-right-color: #fffde7!important;
}

.is-style-st-paragraph-pen.has-light-green-cyan-color::before,
.is-style-st-paragraph-memo-txt.has-light-green-cyan-color::before,
.is-style-st-paragraph-link.has-light-green-cyan-color::before,
.is-style-st-paragraph-check.has-light-green-cyan-color::before,
.is-style-st-paragraph-point.has-light-green-cyan-color::before,
.is-style-st-paragraph-info-circle.has-light-green-cyan-color::before,
.is-style-st-paragraph-bigginer.has-light-green-cyan-color::before,
.is-style-st-paragraph-attention.has-light-green-cyan-color::before,
.is-style-st-paragraph-attention-gray.has-light-green-cyan-color::before,
.is-style-st-paragraph-circle-o.has-light-green-cyan-color::before,
.is-style-st-paragraph-times.has-light-green-cyan-color::before,
.is-style-st-paragraph-thumbs-o-up.has-light-green-cyan-color::before,
.is-style-st-paragraph-thumbs-o-down.has-light-green-cyan-color::before,
.is-style-st-paragraph-code.has-light-green-cyan-color::before {
	color: #eefaff;
	border-right-color: #eefaff!important;
}

.is-style-st-paragraph-pen.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-memo-txt.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-link.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-check.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-point.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-info-circle.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-bigginer.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-attention.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-attention-gray.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-circle-o.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-times.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-thumbs-o-up.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-thumbs-o-down.has-pale-cyan-blue-color::before,
.is-style-st-paragraph-code.has-pale-cyan-blue-color::before {
	color: #1DA1F2;
	border-right-color: #1DA1F2!important;
}

.is-style-st-paragraph-pen.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-memo-txt.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-link.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-check.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-point.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-info-circle.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-bigginer.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-attention.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-attention-gray.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-circle-o.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-times.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-thumbs-o-up.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-thumbs-o-down.has-vivid-cyan-blue-color::before,
.is-style-st-paragraph-code.has-vivid-cyan-blue-color::before {
	color: #1877f2;
	border-right-color: #1877f2!important;
}

.is-style-st-paragraph-pen.has-very-light-gray-color::before,
.is-style-st-paragraph-memo-txt.has-very-light-gray-color::before,
.is-style-st-paragraph-link.has-very-light-gray-color::before,
.is-style-st-paragraph-check.has-very-light-gray-color::before,
.is-style-st-paragraph-point.has-very-light-gray-color::before,
.is-style-st-paragraph-info-circle.has-very-light-gray-color::before,
.is-style-st-paragraph-bigginer.has-very-light-gray-color::before,
.is-style-st-paragraph-attention.has-very-light-gray-color::before,
.is-style-st-paragraph-attention-gray.has-very-light-gray-color::before,
.is-style-st-paragraph-circle-o.has-very-light-gray-color::before,
.is-style-st-paragraph-times.has-very-light-gray-color::before,
.is-style-st-paragraph-thumbs-o-up.has-very-light-gray-color::before,
.is-style-st-paragraph-thumbs-o-down.has-very-light-gray-color::before,
.is-style-st-paragraph-code.has-very-light-gray-color::before {
	color: #fafafa;
	border-right-color: #fafafa!important;
}

.is-style-st-paragraph-pen.has-very-dark-gray-color::before,
.is-style-st-paragraph-memo-txt.has-very-dark-gray-color::before,
.is-style-st-paragraph-link.has-very-dark-gray-color::before,
.is-style-st-paragraph-check.has-very-dark-gray-color::before,
.is-style-st-paragraph-point.has-very-dark-gray-color::before,
.is-style-st-paragraph-info-circle.has-very-dark-gray-color::before,
.is-style-st-paragraph-bigginer.has-very-dark-gray-color::before,
.is-style-st-paragraph-attention.has-very-dark-gray-color::before,
.is-style-st-paragraph-attention-gray.has-very-dark-gray-color::before,
.is-style-st-paragraph-circle-o.has-very-dark-gray-color::before,
.is-style-st-paragraph-times.has-very-dark-gray-color::before,
.is-style-st-paragraph-thumbs-o-up.has-very-dark-gray-color::before,
.is-style-st-paragraph-thumbs-o-down.has-very-dark-gray-color::before,
.is-style-st-paragraph-code.has-very-dark-gray-color::before {
	color: #313131;
	border-right-color: #313131!important;
}

.is-style-st-paragraph-pen.has-white-color::before,
.is-style-st-paragraph-memo-txt.has-white-color::before,
.is-style-st-paragraph-link.has-white-color::before,
.is-style-st-paragraph-check.has-white-color::before,
.is-style-st-paragraph-point.has-white-color::before,
.is-style-st-paragraph-info-circle.has-white-color::before,
.is-style-st-paragraph-bigginer.has-white-color::before,
.is-style-st-paragraph-attention.has-white-color::before,
.is-style-st-paragraph-attention-gray.has-white-color::before,
.is-style-st-paragraph-circle-o.has-white-color::before,
.is-style-st-paragraph-times.has-white-color::before,
.is-style-st-paragraph-thumbs-o-up.has-white-color::before,
.is-style-st-paragraph-thumbs-o-down.has-white-color::before,
.is-style-st-paragraph-code.has-white-color::before {
	color: #ffffff;
	border-right-color: #ffffff!important;
}

/** カラーパレット選択時のbox-shadow */
.is-style-st-paragraph-dotline.has-pale-pink-background-color {
	box-shadow: 0px 0px 0px 7px #f78da7;
}

.is-style-st-paragraph-dotline.has-soft-red-background-color {
	box-shadow: 0px 0px 0px 7px #e92f3d;
}

.is-style-st-paragraph-dotline.has-light-grayish-red-background-color {
	box-shadow: 0px 0px 0px 7px #fdf0f2;
}

.is-style-st-paragraph-dotline.has-vivid-yellow-background-color {
	box-shadow: 0px 0px 0px 7px #ffc107;
}

.is-style-st-paragraph-dotline.has-very-pale-yellow-background-color {
	box-shadow: 0px 0px 0px 7px #fffde7;
}

.is-style-st-paragraph-dotline.has-light-green-cyan-background-color {
	box-shadow: 0px 0px 0px 7px #eefaff;
}

.is-style-st-paragraph-dotline.has-pale-cyan-blue-background-color {
	box-shadow: 0px 0px 0px 7px #1DA1F2;
}

.is-style-st-paragraph-dotline.has-vivid-cyan-blue-background-color {
	box-shadow: 0px 0px 0px 7px #1877f2;
}

.is-style-st-paragraph-dotline.has-very-light-gray-background-color {
	box-shadow: 0px 0px 0px 7px #fafafa;
}

.is-style-st-paragraph-dotline.has-very-dark-gray-background-color {
	box-shadow: 0px 0px 0px 7px #313131;
}

.is-style-st-paragraph-dotline.has-white-background-color {
	box-shadow: 0px 0px 0px 7px #ffffff;
}


/* カラーパレット選択時の吹き出し */
.is-style-st-paragraph-bubble.has-pale-pink-background-color::after {
	border-top-color: #f78da7;
}

.is-style-st-paragraph-bubble.has-soft-red-background-color::after {
	border-top-color: #e92f3d;
}

.is-style-st-paragraph-bubble.has-light-grayish-red-background-color::after {
	border-top-color: #fdf0f2;
}

.is-style-st-paragraph-bubble.has-vivid-yellow-background-color::after {
	border-top-color: #ffc107;
}

.is-style-st-paragraph-bubble.has-very-pale-yellow-background-color::after {
	border-top-color: #fffde7;
}

.is-style-st-paragraph-bubble.has-light-green-cyan-background-color::after {
	border-top-color: #eefaff;
}

.is-style-st-paragraph-bubble.has-pale-cyan-blue-background-color::after {
	border-top-color: #1DA1F2;
}

.is-style-st-paragraph-bubble.has-vivid-cyan-blue-background-color::after {
	border-top-color: #1877f2;
}

.is-style-st-paragraph-bubble.has-very-light-gray-background-color::after {
	border-top-color: #fafafa;
}

.is-style-st-paragraph-bubble.has-very-dark-gray-background-color::after {
	border-top-color: #313131;
}

.is-style-st-paragraph-bubble.has-white-background-color::after {
	border-top-color: #ffffff;
}

/* オリジナルパレット */
	:root .has-original-color-a-color {
		color: #00B900;
	}
	:root .has-original-color-a-background-color {
		background-color: #00B900;
	}
	.is-style-st-paragraph-pen.has-original-color-a-color::before,
	.is-style-st-paragraph-memo-txt.has-original-color-a-color::before,
	.is-style-st-paragraph-link.has-original-color-a-color::before,
	.is-style-st-paragraph-check.has-original-color-a-color::before,
	.is-style-st-paragraph-point.has-original-color-a-color::before,
	.is-style-st-paragraph-info-circle.has-original-color-a-color::before,
	.is-style-st-paragraph-bigginer.has-original-color-a-color::before,
	.is-style-st-paragraph-attention.has-original-color-a-color::before,
	.is-style-st-paragraph-attention-gray.has-original-color-a-color::before,
	.is-style-st-paragraph-circle-o.has-original-color-a-color::before,
	.is-style-st-paragraph-times.has-original-color-a-color::before,
	.is-style-st-paragraph-thumbs-o-up.has-original-color-a-color::before,
	.is-style-st-paragraph-thumbs-o-down.has-original-color-a-color::before,
	.is-style-st-paragraph-code.has-original-color-a-color::before {
		color: #00B900;
		border-right-color: #00B900!important;
	}
	/* 簡易会話ふきだし */
	.is-style-st-paragraph-kaiwa.has-original-color-a-background-color .st-paragraph-kaiwa-text,
	.is-style-st-paragraph-kaiwa-b.has-original-color-a-background-color .st-paragraph-kaiwa-text {
		background-color: #00B900;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-a-background-color::after,
	.is-style-st-paragraph-kaiwa-b.has-original-color-a-background-color::after {
		border-right-color: #00B900;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-a-background-color,
	.is-style-st-paragraph-kaiwa-b.has-original-color-a-background-color {
		background-color: transparent;
	}
	/* 見出しアイコン */
	[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-original-color-a-color::before {
		color: #00B900;
	}
	/* 見出しふきだし */
	.is-style-st-heading-custom-bubble.has-original-color-a-background-color::after {
		border-top-color: #00B900;
	}
	/* 見出しライン */
	.is-style-st-heading-custom-line.has-original-color-a-color::after {
		background-color: #00B900;
	}
	/* カウント */
	.is-style-st-heading-custom-count.has-original-color-a-color {
		color: #00B900;
	}
	.is-style-st-heading-custom-count.has-original-color-a-background-color::before {
		color: #00B900;
		border-color: #00B900;
	}
	/* ステップ */
	.is-style-st-heading-custom-step.has-original-color-a-background-color {
		border-bottom-color: #00B900;
	}
	.is-style-st-heading-custom-step.has-original-color-a-background-color::before {
		background: #00B900;
	}
	.is-style-st-heading-custom-step.has-original-color-a-background-color::after {
		border-top-color: #00B900;
	}
	/* グループ ライン */
	.is-style-st-group-line-bold.has-original-color-a-color,
	.is-style-st-group-line.has-original-color-a-color {
		border-left-color: #00B900;
		color: inherit;
	}

	:root .has-original-color-b-color {
		color: #f4fff4;
	}
	:root .has-original-color-b-background-color {
		background-color: #f4fff4;
	}
	.is-style-st-paragraph-pen.has-original-color-b-color::before,
	.is-style-st-paragraph-memo-txt.has-original-color-b-color::before,
	.is-style-st-paragraph-link.has-original-color-b-color::before,
	.is-style-st-paragraph-check.has-original-color-b-color::before,
	.is-style-st-paragraph-point.has-original-color-b-color::before,
	.is-style-st-paragraph-info-circle.has-original-color-b-color::before,
	.is-style-st-paragraph-bigginer.has-original-color-b-color::before,
	.is-style-st-paragraph-attention.has-original-color-b-color::before,
	.is-style-st-paragraph-attention-gray.has-original-color-b-color::before,
	.is-style-st-paragraph-circle-o.has-original-color-b-color::before,
	.is-style-st-paragraph-times.has-original-color-b-color::before,
	.is-style-st-paragraph-thumbs-o-up.has-original-color-b-color::before,
	.is-style-st-paragraph-thumbs-o-down.has-original-color-b-color::before,
	.is-style-st-paragraph-code.has-original-color-b-color::before {
		color: #f4fff4;
		border-right-color: #f4fff4!important;
	}
	/* 簡易会話ふきだし */
	.is-style-st-paragraph-kaiwa.has-original-color-b-background-color .st-paragraph-kaiwa-text,
	.is-style-st-paragraph-kaiwa-b.has-original-color-b-background-color .st-paragraph-kaiwa-text {
		background-color: #f4fff4;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-b-background-color::after,
	.is-style-st-paragraph-kaiwa-b.has-original-color-b-background-color::after {
		border-right-color: #f4fff4;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-b-background-color,
	.is-style-st-paragraph-kaiwa-b.has-original-color-b-background-color {
		background-color: transparent;
	}
	/* 見出しアイコン */
	[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-original-color-b-color::before {
		color: #f4fff4;
	}
	/* 見出しふきだし */
	.is-style-st-heading-custom-bubble.has-original-color-b-background-color::after {
		border-top-color: #f4fff4;
	}
	/* 見出しライン */
	.is-style-st-heading-custom-line.has-original-color-b-color::after {
		background-color: #f4fff4;
	}
	/* カウント */
	.is-style-st-heading-custom-count.has-original-color-b-color {
		color: #f4fff4;
	}
	.is-style-st-heading-custom-count.has-original-color-b-background-color::before {
		color: #f4fff4;
		border-color: #f4fff4;
	}
	/* ステップ */
	.is-style-st-heading-custom-step.has-original-color-b-background-color {
		border-bottom-color: #f4fff4;
	}
	.is-style-st-heading-custom-step.has-original-color-b-background-color::before {
		background: #f4fff4;
	}
	.is-style-st-heading-custom-step.has-original-color-b-background-color::after {
		border-top-color: #f4fff4;
	}
	/* グループ ライン */
	.is-style-st-group-line-bold.has-original-color-b-color,
	.is-style-st-group-line.has-original-color-b-color {
		border-left-color: #f4fff4;
		color: inherit;
	}

	:root .has-original-color-c-color {
		color: #F3E5F5;
	}
	:root .has-original-color-c-background-color {
		background-color: #F3E5F5;
	}
	.is-style-st-paragraph-pen.has-original-color-c-color::before,
	.is-style-st-paragraph-memo-txt.has-original-color-c-color::before,
	.is-style-st-paragraph-link.has-original-color-c-color::before,
	.is-style-st-paragraph-check.has-original-color-c-color::before,
	.is-style-st-paragraph-point.has-original-color-c-color::before,
	.is-style-st-paragraph-info-circle.has-original-color-c-color::before,
	.is-style-st-paragraph-bigginer.has-original-color-c-color::before,
	.is-style-st-paragraph-attention.has-original-color-c-color::before,
	.is-style-st-paragraph-attention-gray.has-original-color-c-color::before,
	.is-style-st-paragraph-circle-o.has-original-color-c-color::before,
	.is-style-st-paragraph-times.has-original-color-c-color::before,
	.is-style-st-paragraph-thumbs-o-up.has-original-color-c-color::before,
	.is-style-st-paragraph-thumbs-o-down.has-original-color-c-color::before,
	.is-style-st-paragraph-code.has-original-color-c-color::before {
		color: #F3E5F5;
		border-right-color: #F3E5F5!important;
	}
	/* 簡易会話ふきだし */
	.is-style-st-paragraph-kaiwa.has-original-color-c-background-color .st-paragraph-kaiwa-text,
	.is-style-st-paragraph-kaiwa-b.has-original-color-c-background-color .st-paragraph-kaiwa-text {
		background-color: #F3E5F5;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-c-background-color::after,
	.is-style-st-paragraph-kaiwa-b.has-original-color-c-background-color::after {
		border-right-color: #F3E5F5;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-c-background-color,
	.is-style-st-paragraph-kaiwa-b.has-original-color-c-background-color {
		background-color: transparent;
	}
	/* 見出しアイコン */
	[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-original-color-c-color::before {
		color: #F3E5F5;
	}
	/* 見出しふきだし */
	.is-style-st-heading-custom-bubble.has-original-color-c-background-color::after {
		border-top-color: #F3E5F5;
	}
	/* 見出しライン */
	.is-style-st-heading-custom-line.has-original-color-c-color::after {
		background-color: #F3E5F5;
	}
	/* カウント */
	.is-style-st-heading-custom-count.has-original-color-c-color {
		color: #F3E5F5;
	}
	.is-style-st-heading-custom-count.has-original-color-c-background-color::before {
		color: #F3E5F5;
		border-color: #F3E5F5;
	}
	/* ステップ */
	.is-style-st-heading-custom-step.has-original-color-c-background-color {
		border-bottom-color: #F3E5F5;
	}
	.is-style-st-heading-custom-step.has-original-color-c-background-color::before {
		background: #F3E5F5;
	}
	.is-style-st-heading-custom-step.has-original-color-c-background-color::after {
		border-top-color: #F3E5F5;
	}
	/* グループ ライン */
	.is-style-st-group-line-bold.has-original-color-c-color,
	.is-style-st-group-line.has-original-color-c-color {
		border-left-color: #F3E5F5;
		color: inherit;
	}

	:root .has-original-color-d-color {
		color: #9E9D24;
	}
	:root .has-original-color-d-background-color {
		background-color: #9E9D24;
	}
	.is-style-st-paragraph-pen.has-original-color-d-color::before,
	.is-style-st-paragraph-memo-txt.has-original-color-d-color::before,
	.is-style-st-paragraph-link.has-original-color-d-color::before,
	.is-style-st-paragraph-check.has-original-color-d-color::before,
	.is-style-st-paragraph-point.has-original-color-d-color::before,
	.is-style-st-paragraph-info-circle.has-original-color-d-color::before,
	.is-style-st-paragraph-bigginer.has-original-color-d-color::before,
	.is-style-st-paragraph-attention.has-original-color-d-color::before,
	.is-style-st-paragraph-attention-gray.has-original-color-d-color::before,
	.is-style-st-paragraph-circle-o.has-original-color-d-color::before,
	.is-style-st-paragraph-times.has-original-color-d-color::before,
	.is-style-st-paragraph-thumbs-o-up.has-original-color-d-color::before,
	.is-style-st-paragraph-thumbs-o-down.has-original-color-d-color::before,
	.is-style-st-paragraph-code.has-original-color-d-color::before {
		color: #9E9D24;
		border-right-color: #9E9D24!important;
	}
	/* 簡易会話ふきだし */
	.is-style-st-paragraph-kaiwa.has-original-color-d-background-color .st-paragraph-kaiwa-text,
	.is-style-st-paragraph-kaiwa-b.has-original-color-d-background-color .st-paragraph-kaiwa-text {
		background-color: #9E9D24;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-d-background-color::after,
	.is-style-st-paragraph-kaiwa-b.has-original-color-d-background-color::after {
		border-right-color: #9E9D24;
	}
	.is-style-st-paragraph-kaiwa.has-original-color-d-background-color,
	.is-style-st-paragraph-kaiwa-b.has-original-color-d-background-color {
		background-color: transparent;
	}
	/* 見出しアイコン */
	[class^="is-style-st-heading-custom-"]:not(.is-style-st-heading-custom-bubble):not(.is-style-st-heading-custom-step):not(.is-style-st-heading-custom-count).has-original-color-d-color::before {
		color: #9E9D24;
	}
	/* 見出しふきだし */
	.is-style-st-heading-custom-bubble.has-original-color-d-background-color::after {
		border-top-color: #9E9D24;
	}
	/* 見出しライン */
	.is-style-st-heading-custom-line.has-original-color-d-color::after {
		background-color: #9E9D24;
	}
	/* カウント */
	.is-style-st-heading-custom-count.has-original-color-d-color {
		color: #9E9D24;
	}
	.is-style-st-heading-custom-count.has-original-color-d-background-color::before {
		color: #9E9D24;
		border-color: #9E9D24;
	}
	/* ステップ */
	.is-style-st-heading-custom-step.has-original-color-d-background-color {
		border-bottom-color: #9E9D24;
	}
	.is-style-st-heading-custom-step.has-original-color-d-background-color::before {
		background: #9E9D24;
	}
	.is-style-st-heading-custom-step.has-original-color-d-background-color::after {
		border-top-color: #9E9D24;
	}
	/* グループ ライン */
	.is-style-st-group-line-bold.has-original-color-d-color,
	.is-style-st-group-line.has-original-color-d-color {
		border-left-color: #9E9D24;
		color: inherit;
	}

/* マイ細マーカー */
.st-mymarker-s {
			background:linear-gradient(transparent 70%,#FFF9C4 0%);
		font-weight:bold;
	}
.st-mymarker-s-b {
			background:linear-gradient(transparent 70%,#ffc4c4 0%);
		font-weight:bold;
	}

/*--------------------------------
ブロックスタイル ボーダー設定
---------------------------------*/
.has-st-border {
}

/*--------------------------------
ブロックスタイル 段落
---------------------------------*/
	/* 基本 */
	[class^="is-style-st-paragraph-"],
	[class*=" is-style-st-paragraph-"] {
		border-radius: 5px;
	}

/* カスタム */


/* メモ */


/* リンク */


/* チェック */


/* ポイント */


/* インフォ */


/* 初心者 */


/* 注意 */


/* マル */


/* バツ */


/* Like */


/* Bad */


/* Code */


/* 簡易会話ふきだし */
.is-style-st-paragraph-kaiwa.has-st-border,
.is-style-st-paragraph-kaiwa-b.has-st-border {
	border: none;
	border-radius: 0;
}

.is-style-st-paragraph-kaiwa.has-st-border .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-border .st-paragraph-kaiwa-text{
}


.is-style-st-paragraph-kaiwa::before {
	background-image: url(https://jade-forex.tips/wp-content/themes/affinger/images/no-img.png);
}

.is-style-st-paragraph-kaiwa-b::before {
	background-image: url(https://jade-forex.tips/wp-content/themes/affinger/images/no-img.png);
}

/* 簡易ボタン */


	/* 囲みドット
	 * ふきだし
	 */
	.is-style-st-paragraph-dotline,
	.is-style-st-paragraph-dotline::before
	.is-style-st-paragraph-bubble {
		border-radius: 5px;
	}

/* カラーパレット選択時の囲みドット */
	.is-style-st-paragraph-dotline.has-original-color-a-background-color {
		box-shadow: 0px 0px 0px 7px #00B900;
	}

	.is-style-st-paragraph-dotline.has-original-color-b-background-color {
		box-shadow: 0px 0px 0px 7px #f4fff4;
	}

	.is-style-st-paragraph-dotline.has-original-color-c-background-color {
		box-shadow: 0px 0px 0px 7px #F3E5F5;
	}

	.is-style-st-paragraph-dotline.has-original-color-d-background-color {
		box-shadow: 0px 0px 0px 7px #9E9D24;
	}

/* カラーパレット選択時の吹き出し */
	.is-style-st-paragraph-bubble.has-original-color-a-background-color::after {
		border-top-color: #00B900;
	}

	.is-style-st-paragraph-bubble.has-original-color-b-background-color::after {
		border-top-color: #f4fff4;
	}

	.is-style-st-paragraph-bubble.has-original-color-c-background-color::after {
		border-top-color: #F3E5F5;
	}

	.is-style-st-paragraph-bubble.has-original-color-d-background-color::after {
		border-top-color: #9E9D24;
	}


	/* まるもじ */
	.is-style-st-paragraph-marumozi {
		border-radius: 30px!important;
	}

/*--------------------------------
ブロックスタイル グループ
---------------------------------*/
/* 囲みドット */
.is-style-st-group-dotline,
.is-style-st-group-dotline::before {
	border-radius: 5px;
}

/* ライン */
.is-style-st-group-line.has-pale-pink-color,
.is-style-st-group-line-bold.has-pale-pink-color {
	border-left-color: #f78da7;
	color: inherit;
}

.is-style-st-group-line.has-soft-red-color,
.is-style-st-group-line-bold.has-soft-red-color {
	border-left-color: #e92f3d;
	color: inherit;
}

.is-style-st-group-line.has-light-grayish-red-color,
.is-style-st-group-line-bold.has-light-grayish-red-color {
	border-left-color: #fdf0f2;
	color: inherit;
}

.is-style-st-group-line.has-vivid-yellow-color,
.is-style-st-group-line-bold.has-vivid-yellow-color {
	border-left-color: #ffc107;
	color: inherit;
}

.is-style-st-group-line.has-very-pale-yellow-color,
.is-style-st-group-line-bold.has-very-pale-yellow-color {
	border-left-color: #fffde7;
	color: inherit;
}

.is-style-st-group-line.has-light-green-cyan-color,
.is-style-st-group-line-bold.has-light-green-cyan-color {
	border-left-color: #eefaff;
	color: inherit;
}

.is-style-st-group-line.has-pale-cyan-blue-color,
.is-style-st-group-line-bold.has-pale-cyan-blue-color {
	border-left-color: #1DA1F2;
	color: inherit;
}

.is-style-st-group-line.has-vivid-cyan-blue-color,
.is-style-st-group-line-bold.has-vivid-cyan-blue-color {
	border-left-color: #1877f2;
	color: inherit;
}

.is-style-st-group-line.has-very-light-gray-color,
.is-style-st-group-line-bold.has-very-light-gray-color {
	border-left-color: #fafafa;
	color: inherit;
}

.is-style-st-group-line.has-very-dark-gray-color,
.is-style-st-group-line-bold.has-very-dark-gray-color {
	border-left-color: #313131;
	color: inherit;
}

.is-style-st-group-line.has-white-color,
.is-style-st-group-line-bold.has-white-color {
	border-left-color: #ffffff;
	color: inherit;
}

.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group,
.wp-block-group.has-background {
	margin-bottom: 20px;
}

p.has-st-margin-bottom--2,
.is-style-st-wide-background.wp-block-group.has-background.has-st-margin-bottom--2,
.is-style-st-wide-background.has-st-margin-bottom--2,
.st-wide-background.has-st-margin-bottom--2,
.wp-block-group.has-st-margin-bottom--2 {
	margin-bottom: -20px;
}

p.has-st-margin-bottom--1,
.is-style-st-wide-background.wp-block-group.has-background.has-st-margin-bottom--1,
.is-style-st-wide-background.has-st-margin-bottom--1,
.st-wide-background.has-st-margin-bottom--1,
.wp-block-group.has-st-margin-bottom--1 {
	margin-bottom: -10px;
}

p.has-st-margin-bottom-2,
.is-style-st-wide-background.wp-block-group.has-background.has-st-margin-bottom-2,
.is-style-st-wide-background.has-st-margin-bottom-2,
.st-wide-background.has-st-margin-bottom-2,
.wp-block-group.has-st-margin-bottom-2 {
	margin-bottom: 40px;
}

/* @keyframes アニメーション */
.st-key-slidedown {
	animation-name: StSlideDown; /* 上から下 */
	animation-duration: 2s;
}

.st-key-slice-up {
	animation-name: StSlideUp; /* 下から上 */
	animation-duration: 2s;
}

.st-key-righttuoleft {
	animation-name: StRightToLeft; /* 右から左 */
	animation-duration: 2s;
}

.st-key-righttuoleft {
	animation-name: StLeftToRight; /* 左から右 */
	animation-duration: 2s;
}

.st-key-fedein {
	animation-name: StFedeIn; /* フェードイン */
	animation-duration: 2s;
}

/* 上から下 */
@keyframes StSlideDown {
  0% {
      opacity: 0;
      transform: translateY(-50px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* 下から上 */
@keyframes StSlideUp {
  0% {
      opacity: 0;
      transform: translateY(50px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* 右から左 */
@keyframes StRightToLeft {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 左から右 */
@keyframes StLeftToRight {
	0% {
		opacity: 0;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(50px);
	}
}

/* フェードイン */
@keyframes StFedeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}






/*ヘッダーウィジェット*/
header .headbox .textwidget,
#footer .headbox .textwidget{
			background: #fef9fa;
		}

	header h1.descr.sitenametop:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2),
	header h1.sitename.sitenametop:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) {
		margin-bottom: 5px;
		padding-top:5px;
	}

/* ヘッダー画像エリア表示設定 */
	body:not(.front-page) #st-header {
		display: none;
	}









	


	p:empty:before {
		content: none;
	}









 /* 画像の高さ / 幅 * 100% */
.content-post-slider .post-slide-image::before, /* サムネイルスライドショー・ショートコードスライドショー */
.post-card-list .post-card-image::before /* カードデザイン */
{
	padding-top: 74.25742%;
}

	/* 記事スライドショー */
	.header-post-slider .post-slide-image::before {
		padding-top: 70%; /* 画像の高さ (657.2px) / 幅 (1,060px) * 100% */
	}
	@media only screen and (min-width: 600px) {
		.header-post-slider .post-slide-image::before {
			padding-top: 40%; /* 画像の高さ (593.6px) / 幅 (1,060px) * 100% */
		}
	}

	#st-header-bottom-category .content-post-slider .post-slide-image::before /* サムネイルスライドショー */
	{
		padding-top: 56%;
	}


	.header-post-slider .post-slide-image img,
	.header-post-slider .post-slide.has-image .post-slide-image img,
	#st-magazine .kanren dt img, /* JET */
	.content-post-slider .post-slide-image img, /* サムネイルスライドショー・ショートコードスライドショー */
	.post-card-list .post-card-image img {
		width: 100%;
		height: 100%;
	}


	/* YouTubeサムネイル */
	.youtube_thum_link_150 {
					width: 100px;
			height: 100px;
			
	}
@media print, screen and (max-width: 599px) {
	/* YouTubeサムネイル */
	.youtube_thum_link_150 {
		width: 100%;
		padding-top: 100%;
		height: inherit!important;
		min-height: inherit!important;
	}
}




a,
nav li,
img {
	transition: .5s;
}



			/* キャプション */
		.wp-block-embed.is-type-wp-embed.wp-block-embed-wordpress {
			position: relative;
		}

		.wp-block-embed.is-type-wp-embed figcaption {
			position: absolute;
			top: -20px;
			right: 0;
			display: inline-block;
			height: 30px;
			line-height: 30px;
			text-align: center;
			padding: 0 15px 0 18px;
			font-size: 12px;
			box-sizing: border-box;
			font-weight: bold;
							background: #eee;
										color: #333;
					}

		.wp-block-embed.is-type-wp-embed figcaption::after {
			position: absolute;
			content: '';
			width: 0px;
			height: 0px;
			z-index: 1;
			top: 0;
			right: -15px;
			border-width: 15px;
							border-color: #eee transparent transparent #eee;
						border-style: solid;
		}

		.wp-block-embed.is-type-wp-embed figcaption::before {
			position: absolute;
			content: '';
			width: 0px;
			height: 0px;
			z-index: 1;
			top: 0;
			right: -15px;
			border-width: 15px;
							border-color: transparent transparent #eee #eee;
						border-style: solid;
		}
	



		@media print, screen and (max-width: 599px) {
			.st-timeline .kanren.st-cardbox dd {
				padding-left: 85px;
				padding-right: 0;
			}
			.st-timeline .kanren.st-cardbox dt {
				width: 70px;
			}
		}
	




	.slick-prev::before,
	.slick-next::before {
		color: 	}

/* 検索フォーム */
#s,
.s {
				font-size: 14px;
				padding-left: 25px;
				padding-top: 10px;
		padding-bottom: 10px;
		}

.st-custom-search-box-tpl-default .cs-text-input {
			padding-left: 25px !important;
		padding-right: 25px !important;
				padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

input#s:-ms-input-placeholder,
input.s:-ms-input-placeholder {
				font-size: 14px !important;
	}

input#s::-ms-input-placeholder,
input.s::-ms-input-placeholder {
				font-size: 14px !important;
	}

input#s::placeholder,
input.s::placeholder {
				font-size: 14px !important;
	}

:root #searchform,
.st-custom-search-box-tpl-default .cs-text {
				border-width: 1px;
		
	}

input#searchsubmit {
			padding-right: 25px;
		padding-left: 25px;
					font-size: 14px;
		}

/* カスタム検索ボタン */
.cs-search-button {
	
			padding-left: 10px;
		padding-right: 10px;
	
			padding-top: 10px;
		padding-bottom: 10px;
	
			border-radius: 5px;
	
			background-color: #f3f3f3;
	
			color: #424242;
	
			font-size: 14px;
	
	
	}












	.st-middle-menu .menu > li {
		width:50%;
	}
	.st-middle-menu .menu li a{
		font-size:90%;
	}




	.sns {
		width: 100%;
		text-align:center;
	}

	.sns li {
		float: none;
	}

	.sns li a {
		margin:0;
	}

	.post .sns ul,
	.sns ul {
		margin:0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.snstext{
		display:none;
	}

	.snscount{
		display:none;
	}

	.sns li {
		float: left;
		list-style: none;
		width: 40px;
		margin: 5px;
		position: relative;
	}

	.sns li i {
		font-size: 19px!important;
	}

	.sns li a {
					border-radius: 50%;
				box-sizing: border-box;
		color: #fff;
		font-size: 19px;
		height: 40px;
		width: 40px;
		padding: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sns li a .st-fa,
	.sns li a .fa {
		padding: 0;
		border: 0;
		height: auto;
	}

	/* ツイッター */
	.sns .twitter a {
		box-shadow: none;
	}

	.sns .twitter a:hover {
		background:#4892cb;
		box-shadow: none;
	}

	.sns .st-svg-twitter::before {
		position: relative;
		top:1px;
		left: 1px;
	}

	/* Facebook */
	.sns .facebook a {
		box-shadow: none;
	}
	.sns .facebook a:hover {
		background:#2c4373;
		box-shadow: none;
	}

	.sns .st-svg-facebook::before {
		position: relative;
		top:1px;
	}

	/* Pinterest */
	.sns .sns-pinterest a {
		box-shadow: none;
	}
	.sns .sns-pinterest a:hover {
		background:#d30018;
		box-shadow: none;
	}

	.sns .st-svg-pinterest-p::before {
		position: relative;
		left: 1px;
	}

	/* URLコピー */
	.sns .share-copy a {
		box-shadow: none;
	}
	.sns .share-copy a:hover {
		background:#ccc;
		box-shadow: none;
	}

	.sns .share-copy::before {
		position: relative;
		left: 1px;
	}

	.sns .share-copy .st-svg-clipboard {
		border-right: none;
	}

	/* はてぶ */
	.sns .hatebu a {
		box-shadow: none;
	}

	.sns .hatebu a:hover {
		box-shadow: none;
		background:#00a5de;
	}

	.sns .st-svg-hateb::before {
		border-right:none;
		padding-right:0;
		font-size:19px!important;
	}

	.sns .st-svg-hateb::before {
		position: relative;
		left: 1px;
	}

	/* LINE */
	.sns .line a {
		box-shadow: none;
	}
	.sns .line a:hover {
		background:#009200;
		box-shadow: none;
	}

	.sns .st-svg-comment::before {
		position: relative;
		left: 1px;
		top: -1px;
	}

	/* Pocket */
	.sns .pocket a {
		box-shadow: none;
	}
	.sns .pocket a:hover {
		background:#F27985;
		box-shadow: none;
	}

	.sns .st-svg-get-pocket::before {
		position: relative;
		top: 1px;
	}

	/* コメント */
	.sns .sns-comment a {
		box-shadow: none;
	}

	.sns .sns-comment a:hover {
		background:#FFB300;
		box-shadow: none;
	}

	.sns .sns-comment::before {
		position: relative;
		top:1px;
		left: 1px;
	}

	/* アドセンス */
	.adbox,
	.adbox div {
		padding: 0!important;
	}

	.st-author-profile-avatar img, /* プロフィールカード */
	.st-author-box dt img, img.avatar, /* 記事上ライター情報 */
	.st-authorpage-profile-avatar img, /* authorページ */
	.st-author-box dt img,
	img.avatar {
		border-radius:50%;
	}












												.st-author-profile .st-author-nickname, /* プロフィール名 */
	.st-web-font,
	.st-step-title, /* ステップ */
	.st-point .st-point-text, /* ポイント */
	.n-entry, /* NEW ENTRY */
	h4:not(.st-css-no) .point-in, /* 関連記事 */
	.cat-itiran p.point,
	.form-submit, /*コメント欄見出し*/
	.news-ca, /*お知らせタイトル*/
	.st-widgets-title, /* ウィジェットタイトル */
	.st-widgets-title span, /* ウィジェットタイトル */
	h4.menu_underh2 span,
	.st-header-flextitle,
    .post h2:not(.st-css-no),
    .post h2:not(.st-css-no) span,
    .post h3:not(.st-css-no),
    .post h3:not(.st-css-no) span,
    .post h2.has-st-regular-font-size,
    .post h2.has-st-regular-font-size span,
    .post h3.has-st-regular-font-size,
    .post h3.has-st-regular-font-size span,
	.h2modoki,
	.h3modoki,
    .entry-title:not(.st-css-no),
    .post .entry-title:not(.st-css-no) {
									font-family: "Noto Sans JP", sans-serif;
						font-weight: 700!important;
		    }


	/* キャッチコピー */
    main .post h2:not(.st-css-no) span.st-h-copy,
    main .post h3:not(.st-css-no) span.st-h-copy,
	main .h2modoki span.st-h-copy,
	main .h3modoki span.st-h-copy,
    main .entry-title:not(.st-css-no) span.st-h-copy,
    main .post .entry-title:not(.st-css-no) span.st-h-copy,
	main .h4modoki span.st-h-copy,
	main .post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(.post-card-title):not(#reply-title):not(.point) span.st-h-copy,
	main .h5modoki span.st-h-copy,
	main .post h5:not(.st-css-no):not(.st-matome):not(.rankh5):not(.post-card-title):not(#reply-title):not(.st-cardbox-t):not(.kanren-t):not(.popular-t):not(.post-card-title) span.st-h-copy {
		font-weight: 500!important;
	}

@media only screen and (max-width: 599px) {
	.st-header-flextitle {
		font-weight: 700;
    }
}



.s-navi-search-overlay .widget_st_categories_widget .cat-item a { /* 検索オーバーレイ */
	border-color: #ccc;
	color: #333;
}

	footer .widget_categories ul,
	footer .widget_categories ol {
		padding-left: 0;
	}

	#footer li.cat-item {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	#footer li.cat-item a::after,
	#side li.cat-item a::after {
		content: " \f105";
		font-family: stsvg;
		position: absolute;
		right: 10px;
		font-size: .8em;
	}

	#footer li.cat-item a,
	#side li.cat-item a {
		position: relative;
		vertical-align: middle;
		width:100%;
		padding: 10px 20px 10px 10px;
		box-sizing:border-box;
		border-bottom: 1px solid #e1e1e1;
		color:#1a1a1a;
		text-decoration:none;
		display:block;
	}

	#footer li.cat-item.has-thumbnail a,
	#side li.cat-item.has-thumbnail a {
		/* サムネイルあり */
		display: flex;
	}

	#footer li.cat-item a:hover,
	#side li.cat-item a:hover {
		opacity:0.5;
	}

			#footer li.cat-item a ,
		#side li.cat-item a {
			border-bottom-color: ;
			color: ;
		}
	

	/*TOC+*/
	#toc_container {
    	margin: 0 auto 20px;
    	text-align: center;
	}

	#toc_container .toc_title {
		text-align:center;
		padding: 5px;
		font-weight:bold;
		position:relative;
 		display: inline-block;
		vertical-align: middle;
		border-bottom: 2px solid #333;
		margin-bottom: 5px;
	}

	#toc_container:not(.contracted) .toc_title {
		margin:0 auto 10px;
	}

	#toc_container .toc_title::before {
  		content: "\f0f6\00a0";
  		font-family: stsvg;
	}

	#toc_container .toc_title .toc_toggle {
		font-weight: normal;
		font-size:95%;
	}

	.post #toc_container ul,
	.post #toc_container ol {
		list-style: none;
		margin-bottom: 0;
	}

	.toc_number {
		font-weight:bold;
		margin-right:5px;
		color:#ccc;
	}

	#toc_container ul a {
		display: block;
		text-decoration: none;
		color: #000;
		padding-bottom:5px;
		border-bottom: 1px dotted #ccc;
	}

	#toc_container ul a:hover {
		opacity:0.5;
	}

	#toc_container .toc_list > li> li > a {
		margin-bottom:10px;
	}

	#toc_container .toc_list > li > a {
		border-bottom: none;
	}

	.post #toc_container ul ul {
		padding:  5px 0;
	}

	.post #toc_container ul ul ul {
		padding-left: 10px;
	}

	#toc_container li {
		font-weight:bold;
		margin-bottom: 5px;
		padding: 10px 0px;
		list-style-type:none;
		text-align: left;
		text-indent:-0.8em;
		padding-left:1em;
	}

	#toc_container > ul > li {
		font-size: 18px;
	}

	#toc_container li a::before {
  		font-family: stsvg;
  		content: "\f0da\00a0\00a0";
  		color: #333;
	}

	#toc_container li li a::before {
  		content: none;
	}

	#toc_container li li {
		text-align:left;
		font-weight:normal;
		list-style:decimal outside none;
		text-indent:0;
		padding: 5px 0;
	}

	#toc_container li li li{
		margin-bottom:0;
		padding:3px 0;
		list-style-type:none;
		text-indent:-0.8em;
		padding-left:1em;
	}

	#toc_container li li li a{
		border:none;
		margin-bottom:0;
		padding:0;
	}

	#toc_container li li li a::before {
  		font-family: stsvg;
  		content: "\f0da\00a0\00a0";
  		color: #9E9E9E;
	}

	/* 第一階層のみの場合 */
	#toc_container.only-toc ul {
		padding:20px;
	}

	#toc_container.only-toc li{
		padding:0;
		font-weight:normal;
	}

	#toc_container.only-toc li a::before{
		content: none;
	}

	#toc_container.only-toc li{
		list-style-type: decimal;
		border-bottom:dotted 1px #ccc;
	}

	#st_toc_container.only-toc:not(.st_toc_contracted) {
					padding: 20px;
			}

	/* オリジナル */
	.post #toc_container ol.st-original-toc > li {
		list-style: decimal;
		text-align:left;
		font-weight: normal;
		padding: 0;
		text-indent: 0;
	}
	#toc_container ol.st-original-toc > li a::before {
  		content: none;
	}





	.lp header {
		display: none;
	}

	@media print, screen and (min-width: 960px) {
		.colum1.lp #content-w {
			padding-top: 0;
		}
	}

.front-page .lp header {
			display: block;
	}





/*
旧st-kanri.phpより移動（ここまで）
-------------------------------------------*/

/*グループ1
------------------------------------------------------------*/

/* 一括カラー反映 */



input, textarea {
	color: #000;
}





/*縦一行目のセル*/
table thead + tbody tr:first-child td:first-child,
table tr td:first-child {
			}

/*横一行目のセル及びヘッダセル*/
table tr:first-child td,
table tr:first-child th {
			}

table thead + tbody tr:first-child td,
table thead + tbody tr:first-child th {
	background-color:transparent;
	color: inherit;
	font-weight: normal;
}

/* 会話レイアウト */

			.st-kaiwa-hukidashi,
		.st-kaiwa-hukidashi2 {
			background-color: #fef9fa;
		}
		.st-kaiwa-hukidashi::after {
			border-color: transparent #fef9fa transparent transparent;
		}
		.st-kaiwa-hukidashi2::after {
			border-color: transparent transparent transparent #fef9fa;
		}
	








	.st-kaiwa-face img,
	.st-kaiwa-face2 img {
		border-color: transparent;
	}
			.is-style-st-paragraph-kaiwa::after,
		.is-style-st-paragraph-kaiwa-b::after {
			left: 55px!important;
		}
	

	/*この記事を書いた人*/
	#st-tab-menu li.active {
	  background: #cf3c4f;
	}
	#st-tab-box {
		border-color: #cf3c4f;
	}
	.post #st-tab-box p.st-author-post {
		border-bottom-color: #cf3c4f;
	}
	.st-author-date{
		color:#cf3c4f;
	}

	/* 非アクティブのタブ */
	#st-tab-menu li {
		color:#cf3c4f;
	}

	/* SNSリンク */
	#st-tab-menu + #st-tab-box .st-author-sns i::before {
	  color: #cf3c4f;
	}

	#st-tab-box {
		background:#fef9fa;
	}

	/* 非アクティブのタブ */
	#st-tab-menu li {
		background:#fef9fa;
	}

/* プロフィール */


	.st-author-profile {
		text-align:center;
		width:100%;
		box-sizing:border-box;
							background: #fff;
						margin-bottom: 10px;
	}

	.author .st-author-profile { /* authorページは除外 */
		border: none;
		background-color: transparent;
		box-shadow: none;
		margin-bottom: 0;
	}

	.st-author-profile-header-card { /* プロフィールヘッダー */
		width:100%;
		min-height: 100px;
		box-sizing: border-box;
	}

	.st-author-profile-avatar img { /* アバター */
		width:100px;
		height:100px;
					margin:50px auto 5px;
					}

	.home .st-author-profile-content,
	.st-author-profile-content {
		padding:10px 20px 10px;
		text-align:center;
	}

	.st-author-profile .st-author-nickname { /* 名前 */
		font-size: 110%;
		border: none;
		margin-bottom: 5px;
					color: #333;
			}

	@media print, screen and (max-width: 599px) { /* スマホ */
		.st-author-profile-avatar img { /* アバター */
			width:120px;
			height:120px;
							margin:60px auto 5px;
					}
		.st-author-profile .st-author-nickname { /* 名前 */
			font-size: 130%;
		}
	}

	#side .st-author-profile .st-author-description,
	.st-author-profile .st-author-description { /* 説明 */
		margin-bottom: 20px;
			}

	/* スライドメニュー内 */
	#s-navi dl.acordion .st-author-profile .st-author-nickname {
		font-size: inherit;
	}

	#s-navi dl.acordion .st-author-profile p.st-author-description {
		margin-bottom: 20px;
		font-size: 90%;
		line-height: 1.7;
	}

	/* SNS */
	.st-author-profile .sns {
		padding: 0;
		margin-bottom:10px;
		width: 100%;
		text-align:center;
	}

	.profile-sns {
		text-align: center;
	}

	.st-author-profile .sns li,
	#side aside .st-author-profile .sns li {
		padding:0 3px;
		text-align:center;
		display: inline-block;
		margin-right: 0;
		float: none;
		list-style: none;
		width: 40px;
		position: relative;
	}

	.st-author-profile .sns li a,
	#side aside .st-author-profile .sns li a {
		margin:0;
		border-radius: 50%;
		box-sizing: border-box;
		color: #fff;
		font-size: 19px;
		height: 40px;
		width: 40px;
		padding: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.st-author-box .st-author-profile .st-fa,
	.st-author-box .st-author-profile .fa {
		margin-right: 0;
		padding: 0;
		border: 0;
		height: auto;
	}

	.st-author-profile .post .sns ul,
	.st-author-profile .sns ul {
		width: 100%;
		margin:0 auto;
	}

	.st-author-profile .snstext{
		display:none;
	}

	.st-author-profile .sns li i {
		font-size: .8em!important;
	}

	/* ツイッター */
	.st-author-profile .sns .twitter a {
		box-shadow: none;
	}

	.st-author-profile .sns .twitter a:hover {
		background:#4892cb;
		box-shadow: none;
	}

	.st-author-profile .sns .st-svg-twitter::before {
		position: relative;
		top:1px;
		left: 1px;
	}

	/* Facebook */
	.st-author-profile .sns .facebook a {
		box-shadow: none;
	}
	.st-author-profile .sns .facebook a:hover {
		background:#2c4373;
		box-shadow: none;
	}

	.st-author-profile .sns .st-svg-facebook::before {
		position: relative;
		top:1px;
	}

	/* instagram */
	.st-author-profile .sns .instagram a {
		background-image: linear-gradient(-135deg,#4933f7,#ef1837,#fbd980);
	}

	/* homepage */
	.st-author-profile .sns .author-homepage a {
		background:#ccc;
	}

	/* youtube */
	.st-author-profile .sns .author-youtube a {
		background:#ff0000;
	}

	/* amazon */
	.st-author-profile .sns .author-amazon a {
		background:#ffa724;
	}

	.st-author-profile .sns li.author-amazon i {
		font-size: 16px!important;
	}

	/* feed */
	.st-author-profile .sns .author-feed a {
		background:#2bb24c;
	}

	/* form */
	.st-author-profile .sns .author-form a {
		background:#ccc;
	}

	.st-author-profile .sns li.author-form i {
		font-size: 16px!important;
	}

	.st-author-box.st-author-master .rankstlink-r2 p {
		box-shadow: none;
		width: inherit;
	}

	.st-author-profile .rankstlink-r2 p a { /* ボタン */
		font-size: 90%;
		text-decoration: none;
		font-weight: bold;
		box-sizing: border-box;
					/* Android4.1 - 4.3 */
			background: -webkit-linear-gradient(top,  #eb445a 0%,#eb445a 100%);
			/* IE10+, FF16+, Chrome26+ */
			background: linear-gradient(to bottom,  #eb445a 0%,#eb445a 100%);
		
		
					color: #fff;
			}

	.st-author-profile .rankstlink-r2 p {
		margin-bottom: 10px;
	}

	.st-author-profile .rankstlink-r2 p:hover {
		opacity: .7;
	}


/*こんな方におすすめ*/







	.st-blackboard-title::before {
  		content: "\f0f6\00a0";
  		font-family: stsvg;
	}

/* 目次（TOC+） */

#st_toc_container,
#toc_container {
						border: 5px solid #f3f3f3;
		}

#st_toc_container:not(.st_toc_contracted):not(.only-toc),
#toc_container:not(.contracted) { /* 表示状態 */
			padding:20px 30px 30px;
	}

#st_toc_container.st_toc_contracted,
#toc_container.contracted { /* 非表示状態 */
			padding: 10px 20px;
	}





	/* 第一階層のみの場合 */
	#st_toc_container.only-toc li {
		margin-bottom: 0;
	}

#toc_container.only-toc li,
#st_toc_container.st_toc_style_default.only-toc li,
.post #st_toc_container.st_toc_style_default .st-original-toc li a,
#st_toc_container.st_toc_style_default ul a,
#st_toc_container.st_toc_style_paper.only-toc li,
.post #st_toc_container.st_toc_style_paper .st-original-toc li a,
#st_toc_container.st_toc_style_paper ul a,
#toc_container ul a {
			padding-bottom: 0;
	}

#st_toc_container.st_toc_style_check .st_toc_list > li > a,
#st_toc_container.st_toc_style_check.only-toc .st_toc_list > li > a,
#st_toc_container.st_toc_style_question .st_toc_list > li > a,
#st_toc_container.st_toc_style_question.only-toc .st_toc_list > li > a {
	margin-bottom: 10px;
	padding-bottom: 0;
	border: none;
}



	#st_toc_container .st_toc_title::before,
	#toc_container .toc_title::before {
  		content: "\e91c\00a0";
  		font-family: stsvg;
	}



	#st_toc_container.st_toc_style_default li,
	#st_toc_container.st_toc_style_paper li {
		text-indent: 0;
		padding-left: 0;
	}

	.post #st_toc_container.st_toc_style_default ul ul,
	.post #st_toc_container.st_toc_style_paper ul ul {
		padding: 5px 0 0 1.5em;
	}

	#st_toc_container.st_toc_style_default li a::before,
	#st_toc_container.st_toc_style_paper li a::before,
	#st_toc_container.st_toc_style_default li li a::before,
	#st_toc_container.st_toc_style_paper li li a::before,
	#st_toc_container > ul > li,
	#st_toc_container > ul ul > li{ /* リストの数字 */
		color: #cccccc;
		opacity: 1;
	}




	/* チェック */
	:root [class^="is-style-st-heading-"].has-st-icon-check:not(.has-text-color)::before,
	#st_toc_container.st_toc_style_check .st_toc_list > li::before {
		color: #FFA726;
	}

	/* はてな */
	:root [class^="is-style-st-heading-"].has-st-icon-question-circle:not(.has-text-color)::before,
	#st_toc_container.st_toc_style_question .st_toc_list > li::before {
		color: #64B5F6;
	}


/*マル数字olタグ*/

	.post .maruno {
		background-color:#fef9fa;
		padding: 20px;
					border-radius: 5px;
			}

	.post .maruno > ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
	.post .maruno > ol:last-child {
		margin-bottom: 0;
	}

.is-style-st-no > li::before,
.is-style-st-no-border > li::before,
.st-list-no:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before,
.post .is-style-st-maruno li::before,
.post .maruno li::before {
			background: #cf3c4f;
				color:#ffffff;
	}

	/* 四角背景 */
	.post .is-style-st-no > li::before,
	.post .is-style-st-no-border > li::before,,
	.st-list-no:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before {
		background-color: #cf3c4f;
	}

/*チェックulタグ*/

	.post .maruck {
		background-color:#fef9fa;
		padding: 20px;
					border-radius: 5px;
			}

	.post .maruck > ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
	.post .maruck > ol:last-child {
		margin-bottom: 0;
	}

.post .is-style-st-maruck > li::before,
.post .maruck li::before {
			background: #cf3c4f;
				color:#ffffff;
	}

	.st-blackboard.square-checkbox .st-blackboard-list:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before,
	.is-style-st-square-checkbox-no-border > li::before,
	.is-style-st-square-checkbox > li::before,
	.st-square-checkbox ul li::before, /* チェックボックス（番号なしリスト）Classic */
	.st-square-checkbox li::before {
		position: absolute;
		left: .65em;
		content: "\f00c";
		font-family: stsvg;
					color:#ff0000;
				z-index: 2;
		line-height: 1.5;
		transform: scale(.8);
	}

	.st-blackboard.square-checkbox .st-blackboard-list:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before,
	.is-style-st-square-checkbox-no-border > li::before,
	.st-square-checkbox ul li::before, /* チェックボックス（番号なしリスト）Classic */
	.st-square-checkbox li::before {
		top: .3em;
	}

	.is-style-st-square-checkbox > li::before {
		top: .55em;
	}

	.st-blackboard.square-checkbox li::after,
	.is-style-st-square-checkbox-no-border > li::after,
	.is-style-st-square-checkbox > li::after,
	.st-square-checkbox ul li::after, /* チェックボックス（番号なしリスト）Classic */
	.st-square-checkbox li::after {
		content: "\e904";
		font-family: stsvg;
					color:#ccc;
				position:absolute;
		z-index:1;
		left: .25em;
		font-size:150%;
		line-height:1.5;
	}

	.st-blackboard.square-checkbox li::after,
	.is-style-st-square-checkbox-no-border > li::after,
	.st-square-checkbox ul li::after, /* チェックボックス（番号なしリスト）Classic */
	.st-square-checkbox li::after {
		top: 0;
	}

	.is-style-st-square-checkbox > li::after {
		top: .15em;
	}

	/* マル */
	.is-style-st-circle > li::before,
	.is-style-st-circle-border > li::before,
	.st-list-circle:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before {
		background-color: #cf3c4f;
	}

/*Webアイコン*/
	.post .hatenamark2.on-color:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
	.post .st-svg-question-circle:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		color: #64B5F6;
	}

	.post .checkmark2.on-color:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
	.post .st-svg-check-circle:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		color: #FFA726;
	}





	:root [class^="is-style-st-heading-"].has-st-icon-exclamation-circle:not(.has-text-color)::before,
	.post .attentionmark2.on-color:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
	.post .st-svg-exclamation-triangle:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		color: #f44336;
}

	.post .memomark2.on-color:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
	.post .st-svg-pencil-square-o:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		color: #29B6F6;
	}

	.post .usermark2.on-color::before,
	.post .st-svg-user:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		color: #4FC3F7;
	}

	:root [class^="is-style-st-heading-"].has-st-icon-oukan:not(.has-text-color)::before,
	.post .oukanmark.on-color::before,
	.post .st-svg-oukan:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		color: #9E9D24;
	}

	:root [class^="is-style-st-heading-"].has-st-icon-bigginer_l:not(.has-text-color)::before,
	.post .bigginermark.on-color::before,
	.post .st-svg-bigginer_l:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		color: #4CAF50;
	}

/*サイト上部のボーダー色*/

/*ヘッダーの背景色*/


	
		#headbox-bg {
							/*Other Browser*/
				background: #cf3c4f;

									/* Android4.1 - 4.3 */
					background: -webkit-linear-gradient(top,  #cf3c4f 0%,#cf3c4f 100%);

					/* IE10+, FF16+, Chrome26+ */
					background: linear-gradient(to bottom,  #cf3c4f 0%,#cf3c4f 100%);
				
			
			
		}

	




/* header */


/*ヘッダー下からの背景色*/
#content-w {
      
	}



			/*メインコンテンツの背景色*/
		main {
			background: #ffffff!important;
		}
	
		

	header .sitename a, /*ブログタイトル*/
	nav li a /* メニュー */
	{
		color: #ffffff;
	}



	/*ページトップ*/
	#page-top:not(.page-top-img) a {
		background: #cf3c4f;
	}

	#page-top:not(.page-top-img) a {
		line-height:100%;
		border-radius: 50%;
	}
	#page-top:not(.page-top-img) {
		right: 15px;
	}




/*キャプション */
	header h1,
	header .descr{
		color: #ffffff;
	}

	/*キャプション */
	header #s-navi dl.acordion h1,
	header #s-navi dl.acordion .descr,
	header h1:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2),
	header .descr {
		margin-bottom: 5px;
	}

	/* スライドメニューアイコン */
	#s-navi dt.trigger .op {
							color: #ffffff;
			}

	/* 検索アイコン（閉じる） + オーバーレイ */
	.s-navi-search-overlay.s-navi-search-activated #s-navi dt.trigger .op.op-search.active {
		color: #424242;
	}


	/* スマホタイトル テキスト */
	header #st-mobile-logo h1,
	header #st-mobile-logo .descr,
	#st-mobile-logo a {
		color: #ffffff;
	}


	header #st-mobile-logo {
		justify-content: center;
		text-align: center;
			}
	/*右メニュー*/
	.s-navi-right header #st-mobile-logo {
		text-align: center;
			}

	@media only screen and (max-width: 959px) {
		/* アイコンロゴ */
		#st-icon-logo,
		#s-navi.pcnone #st-icon-logo {
			margin-bottom: 5px;
			padding-right: 0;
		}
	}

	@media only screen and (max-width: 959px) {
		#st-icon-logo {
			padding-right: 0;
		}

			}




	#s-navi dt.trigger {
		height: 48pxpx;
	}

	@media only screen and (max-width: 959px) and (min-width: 600px) {
		#s-navi dt.trigger {
			height: calc( 48pxpx + 10px );
		}
	}

	
	


	#st-icon-logo img {
		max-height: 60px;
	}

	#s-navi.pcnone #st-icon-logo img {
		max-height: 38px;
	}


/*アコーディオンメニュー内背景色*/
#s-navi dd.acordion_tree,
#s-navi dd.acordion_search {
	/* 背景画像 */
	
			background-color: #cf3c4f;
	}


/* オーバーレイ検索フォーム */
html.s-navi-search-overlay #s-navi dd.acordion_search {
	background-image: none;
	background-color: rgba(255,255,255,.98);
}

/*追加ボタン1*/
#s-navi dt.trigger .op-st {
			background: #d34c5d;
				color: #ffffff;
	}

/*追加ボタン2*/
#s-navi dt.trigger .op-st2 {
			background: #d34c5d;
				color: #ffffff;
	}



/*スマホフッターメニュー*/
#st-footermenubox a {
	color: #ffffff;
}

	#st-footermenubox {
  		background: #d34c5d;
	}


	/* スマホメニュー文字 */
	.widget_st_categories_widget ul.st-ac-cat .cat-item a, /* STINGERカテゴリー */
	#s-navi dl.acordion .acordion_tree .st-ac-box .st-widgets-title,
	.acordion_tree ul.menu li a,
	.acordion_tree ul.menu li,
	html:not(.s-navi-search-overlay) #s-navi dd.acordion_search .acordion_search_content {
		color: #ffffff;
	}

	.widget_st_categories_widget ul.st-ac-cat .cat-item a, /* STINGERカテゴリー */
	.acordion_tree ul.menu li a {
		border-bottom: 1px solid #d34c5d;
	}
	.widget_st_categories_widget ul.st-ac-cat .cat-item a::after /* STINGERカテゴリー */ {
		color: #d34c5d;
	}

	/* ガイドマップメニュー */
			/* タグ用背景色 */
		.st-link-guide-post {
			padding: 20px;
			margin-bottom: 20px;
			background:#fef9fa;
							border-radius: 5px;
					}
		.post .st-link-guide-post ul:not(.toc_list):not(.st_toc_list),
		.st-link-guide-post ul:not(.toc_list):not(.st_toc_list){
			margin-bottom: 0;
		}
		.post .entry-content .st-link-guide ul li:last-child a,
		.st-link-guide li:last-child a {
			margin-bottom: 0;
		}
	
			/* 背景色（第一階層） */
		#side aside .st-link-guide li a::after,
		.post .entry-content .st-link-guide ul li a::after,
		.st-link-guide li a::after {
			border-top: 10px solid #cf3c4f;
		}
		#side aside .st-link-guide li a,
		.post .entry-content .st-link-guide ul li a,
		.st-link-guide li a {
			background: #cf3c4f;
		}
	
			/* 角を丸くする */
		#side aside .st-link-guide li a,
		.post .entry-content .st-link-guide ul li a,
		.st-link-guide li a {
			border-radius: 5px;
		}
	
			/* テキスト色（第一階層） */
		#side aside .st-link-guide li a,
		.post .entry-content .st-link-guide ul li a,
		.st-link-guide li a {
			color: #ffffff;
		}
	
	

#side aside ul.st-box-btn li,
.st-box-btn li,
.post .st-box-btn li,
.post ul.st-box-btn li:last-child {
		}

.st-box-btn .fa,
.st-box-btn .st-fa,
.st-box-btn img {
			font-size: 300%;
	}


	.acordion_tree .st-ac-box ul.st-ac-cat {
	  border-top-color: #d34c5d;
	  border-left-color: #d34c5d;
	}

	.acordion_tree .st-ac-box ul.st-ac-cat > li.cat-item  {
	  border-right-color: #d34c5d;
	  border-bottom-color: #d34c5d;
	}

	.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat li.cat-item a {
	  color:#ffffff;
	}
	.s-navi-search-slide .wp-block-tag-cloud a, /* 検索スライド */
	.s-navi-search-slide .tagcloud a, /* 検索スライド */
	.s-navi-search-slide .acordion_search_content .widget_categories ul li.cat-item a, /* 検索スライド */
	.s-navi-search-slide .acordion_search_content .widget_st_categories_widget .cat-item a, /* 検索スライド */
	.acordion_tree .st-ac-box .widget_st_categories_widget .cat-item a,
	.acordion_tree .tagcloud a {
		color: #ffffff;
		border-color: #ffffff;
	}



/* 背景ワイド */
.colum1.st-lp-wide .wp-block-cover,
.is-style-st-wide-background.wp-block-group.has-background,
.is-style-st-wide-background,
.st-wide-background {
	margin-left: -15px;
	margin-right: -15px;
    padding: 20px 15px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
	.colum1.st-lp-wide .wp-block-cover,
	.is-style-st-wide-background.wp-block-group.has-background,
	.is-style-st-wide-background,
	.st-wide-background {
		margin-left: -30px;
		margin-right: -30px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

@media print, screen and (min-width: 960px) {
	.colum1.st-lp-wide .wp-block-cover,
	.is-style-st-wide-background.wp-block-group.has-background,
	.is-style-st-wide-background,
	.st-wide-background {
					margin-left: -50px;
			margin-right: -50px;
		    padding-left: 50px;
		    padding-right: 50px;
		 	}
	/* 1カラム */
	.colum1.st-lp-wide .wp-block-cover,
	.colum1 .is-style-st-wide-background.wp-block-group.has-background,
	.colum1 .is-style-st-wide-background,
	.colum1 .st-wide-background {
		margin-left: -70px;
		margin-right: -70px;
	    padding-left: 70px;
	    padding-right: 70px;
	}
}

/* 背景ワイド -右寄せ */
.is-style-st-wide-background-right,
.st-wide-background-right {
	margin-right: -15px;
    padding: 20px 15px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
	.is-style-st-wide-background-right,
	.st-wide-background-right {
		margin-right: -30px;
	    padding-right: 30px;
		padding-left: 20px;
	}
}

@media print, screen and (min-width: 960px) {
	.is-style-st-wide-background-right,
	.st-wide-background-right {
					margin-right: -50px;
		    padding-right: 50px;
			padding-left: 20px;
		 	}
	/* 1カラム */
	.colum1 .is-style-st-wide-background-right,
	.colum1 .st-wide-background-right {
		margin-right: -70px;
	    padding-right: 70px;
		padding-left: 20px;
	}
}

/* 背景ワイド - 左寄せ */
.is-style-st-wide-background-left,
.st-wide-background-left {
	margin-left: -15px;
    padding: 20px 15px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
	.is-style-st-wide-background-left,
	.st-wide-background-left {
		margin-left: -30px;
	    padding-left: 30px;
		padding-right: 20px;
	}
}

@media print, screen and (min-width: 960px) {
	.is-style-st-wide-background-left,
	.st-wide-background-left {
					margin-left: -50px;
		    padding-left: 50px;
			padding-right: 20px;
		 	}
	/* 1カラム */
	.colum1 .is-style-st-wide-background-left,
	.colum1 .st-wide-background-left {
		margin-left: -70px;
	    padding-left: 70px;
		padding-right: 20px;
	}
}

.post .st-wide-background-left ol:last-child,
.post .st-wide-background-left ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.st-wide-background-left p:last-child,
.post .st-wide-background-right ol:last-child,
.post .st-wide-background-right ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.st-wide-background-right p:last-child,
.post .st-wide-background ol:last-child,
.post .st-wide-background ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.st-wide-background p:last-child {
	margin-bottom: 0;
}

/** 引用風 */
.st-wide-background-left.st-blockquote,
.st-wide-background-right.st-blockquote,
.st-wide-background.st-blockquote {
	position: relative;
	padding-top: 60px;
}

.st-wide-background-left.st-blockquote::before,
.st-wide-background-right.st-blockquote::before,
.st-wide-background.st-blockquote::before {
   	content: "\f10d";
  	font-family: stsvg;
	position: absolute;
	font-size: 150%;
	top: 20px;
	left:20px;
	color: #9E9E9E;
}

.is-style-st-wide-background-left:not(.has-background):not(.is-style-st-group-bg-diagonal):not(.is-style-st-group-bg-grid):not(.is-style-st-group-bg-dot):not(.is-style-st-group-line):not(.is-style-st-group-line-bold),
.is-style-st-wide-background-right:not(.has-background):not(.is-style-st-group-bg-diagonal):not(.is-style-st-group-bg-grid):not(.is-style-st-group-bg-dot):not(.is-style-st-group-line):not(.is-style-st-group-line-bold),
.is-style-st-wide-background:not(.has-background):not(.is-style-st-group-bg-diagonal):not(.is-style-st-group-bg-grid):not(.is-style-st-group-bg-dot):not(.is-style-st-group-line):not(.is-style-st-group-line-bold),
.st-wide-background-left,
.st-wide-background-right,
.st-wide-background {
	background: #fafafa;
}

/** ビジュアルエディタ用 */
.mce-content-body .st-wide-background-left,
.mce-content-body .st-wide-background-right,
.mce-content-body .st-wide-background {
	padding: 20px!important;
	margin-left: 0!important;
	margin-right: 0!important;
	background: #fafafa;
}

/*グループ2
------------------------------------------------------------*/
/* 投稿日時・ぱんくず・タグ */
#breadcrumb h1.entry-title,
#breadcrumb,
#breadcrumb div a,
div#breadcrumb a,
.blogbox p,
.tagst,
#breadcrumb ol li a,
#breadcrumb ol li h1,
#breadcrumb ol li,
.kanren:not(.st-cardbox) .clearfix dd .blog_info p,
.kanren:not(.st-cardbox) .clearfix dd .blog_info p i,
.kanren:not(.st-cardbox) .clearfix dd .blog_info p a
{
	color: #777;
}

/* 記事タイトル */





	
           	.post .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
				                                    background-color: transparent;
                                            background: none;
                                    
                                    border: none;
                
                
				
				            }

            
        


/* h2 */





	
			.h2modoki,
            h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
                					color: #cf3c4f;
				                                    background-image: url("");
                    background-color: #fef9fa;
                
                                                            border-top: 1px solid #cf3c4f;
                        border-bottom: 1px solid #cf3c4f;
                                    
                                                    
				
									padding-top:15px!important;
					padding-bottom:15px!important;
				            }

            
			.h2modoki::before,
			h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
			.h2modoki::after,
			h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::after {
				content: none;
			}

        


/* h3 */


	/* 角丸 */
	.h3modoki,
	.post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
		border-radius:5px;
	}
	

				.h3modoki,
            .post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
                background: #cf3c4f;
                color: #ffffff;
                position: relative;
                border: none;
                margin-bottom:30px;
					padding-left:20px!important;
		
					padding-top:10px!important;
			padding-bottom:10px!important;
		            }
        	.h3modoki::after,
            .post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title)::after {
                border-top: 10px solid #cf3c4f;
                content: '';
                position: absolute;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                bottom: -10px;
                left: 30px;
                border-radius: 2px;
            }
        	.h3modoki::before,
            .post h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title)::before {
                border-top: 10px solid #cf3c4f;
                content: '';
                position: absolute;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                bottom: -10px;
                left: 30px;
            }

       		
		


/*h4*/

			/* 角丸 */
		.h4modoki,
		.post h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.post-card-title):not(#reply-title):not(.point){
			border-radius:5px;
		}
	
			.h4modoki,
		.post h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
										color: #cf3c4f;
										background-color: transparent;
			
			
			
							padding-left:20px;
			
							padding-top:10px;
				padding-bottom:10px;
			
					}

		
	
	

/* h5 */


	
			.h5modoki,
		.post h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t):not(.post-card-title) {
										color: #d34c5d;
										background-color: #fef9fa;
			
			
			
							padding-left:15px!important;
			
							padding-top:7px!important;
				padding-bottom:7px!important;
			
					}

		
	
	


			/* 角丸 */
		.post .st-matome:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4):not(.post-card-title):not(#reply-title):not(.point){
			border-radius:5px;
		}
	
			.post .st-matome:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4):not(.post-card-title):not(#reply-title):not(.point){
			background: #cf3c4f;
							color: #ffffff;
						position: relative;
			border: none;
			margin-bottom:30px;
							padding-left:20px!important;
			
							padding-top:10px!important;
				padding-bottom:10px!important;
			
					}

		.post .st-matome:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4):not(.post-card-title):not(#reply-title):not(.point)::after {
			border-top: 10px solid #cf3c4f;
			content: '';
			position: absolute;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent;
			bottom: -10px;
			left: 30px;
			border-radius: 2px;
		}

		.post .st-matome:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4):not(.post-card-title):not(#reply-title):not(.point)::before {
			border-top: 10px solid #cf3c4f;
			content: '';
			position: absolute;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent;
			bottom: -10px;
			left: 30px;
		}
	

/* ウィジェットタイトル */

.post .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .menu_underh2,
#side .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
	font-weight:bold;
	margin-bottom: 10px;
}

	/* 角丸 */
	.post .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
	#side .menu_underh2,
    #side .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		border-radius:5px;
	}

	.post .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
	#side .menu_underh2,
    #side .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
		border: none;
		position: relative;
		max-width: 100%;
		box-sizing: border-box;
					padding-left:20px;
			margin-right: -20px;
							padding-top:5px;
			padding-bottom:5px;
				color: #cf3c4f;
							background-color: transparent;
									background: none;
								}

	.post .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
	#side .menu_underh2::before,
    #side .st-widgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before {
		position: absolute;
		content: '';
		width: 6px;
		height: 100%;
					background: #cf3c4f;
				bottom: 0;
		left:0;
					border-radius: 3px;
			}

	

.wp-block-tag-cloud a,
.tagcloud a {
			color: #cf3c4f;
	
			border-color: #cf3c4f;
	
	}

/* NEWENTRY及び関連記事テキスト */
	.post h4.point,
	.n-entry-t {
		position: relative;
		background-color: transparent;
		margin-top: calc(2em + 30px);
		margin-bottom: 20px;
		line-height: 2em;
					border-bottom: solid 1px #cf3c4f;
			}

	.post h4.point {
		margin-top: 61px;
	}

	.post h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4) .point-in,
	.n-entry {
		padding: 5px 15px;
		max-width:80%;
		box-sizing:border-box;
    	border-radius: 0 5px 0 0;
		font-size:15px;
		font-weight:bold;
		position:absolute;
		bottom:0;
		left:0;
		top:auto;
					background-color: #cf3c4f;
		
					color: #ffffff;
			}

	.catname {
					background: #cf3c4f;
							color:#ffffff;
			}

	.st-catgroup.itiran-category .catname,
	.catname {
		padding: 5px 12px;
		border-radius: 100vh;
	}
@media print, screen and (max-width: 599px) {
	.st-catgroup.itiran-category .catname,
		.catname {
			padding: 4px 12px;
			border-radius: 100vh;
		}
	}

	.catname.st-catid {
		display: none;
	}


	.post .st-catgroup a {
		color: #ffffff;
	}


/*グループ4
------------------------------------------------------------*/

.rssbox a {
	background-color: #cf3c4f;
}



	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.inyoumodoki,
	.post blockquote {
		background-color: #fef9fa;
	}
	.inyoumodoki::before,
	.post blockquote::before {
		color: #fff;
		opacity: .6;
	}

/*タイムライン
------------------------------------------------------------*/





/*ステップ
------------------------------------------------------------*/
.st-step {
	 		color: #ffffff;
				background: #cf3c4f;
				border-radius:5px;
	}

	.st-step::before{
		border-top-color: #cf3c4f;
	}

.st-step-title {
			  		border-bottom:solid 2px #cf3c4f;
	}

	.st-step-box {
		bottom: 15px;
	}

	/* 見出しステップ */
	.is-style-st-heading-custom-step {
		border-bottom-color: #cf3c4f;
	}
	.is-style-st-heading-custom-step::before {
		background: #cf3c4f;
	}
	.is-style-st-heading-custom-step::after {
		border-top-color: #cf3c4f;
	}

	.is-style-st-heading-custom-step::before {
		color: #ffffff;
	}

.is-style-st-heading-custom-step {
		  		border-bottom-color: #cf3c4f;
	}

/* ポイント
------------------------------------------------------------*/
	.st-point::before {
					color: #ffffff;
							background: #cf3c4f;
			}

/*ブログカード
------------------------------------------------------------*/
/* 枠線 */

/* ラベル */
.st-labelbox-label-text,
.st-cardbox-label-text {
			background: #f5bf08;
				color: #fff;
	}

.st-cardbox-label-text .st-fa,
.st-cardbox-label-text .fa {
	margin-right: 5px;
}

/* PickUp（JET） */
.st-pick {
				color: #fff;
	}

#st-magazine .st-pick .st-ribon-label::before {
	}

#st-magazine .st-pick .st-ribon-label::after {
	}

/* リボン */
.st-ribon-box {
	position: relative;
	margin-bottom: 20px;
}

.st-ribon-label {
	position: absolute;
	top: 0;
	left: 0;
}

.st-ribon-text {
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0 15px 0 18px;
	font-size: 12px;
	box-sizing: border-box;
	font-weight: bold;
			background: #f5bf08;
				color: #fff;
	}

.st-ribon-text::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: -15px;
	border-width: 15px;
	border-style: solid;
			border-color: #f5bf08 transparent #f5bf08 #f5bf08;
	}

	/*ブログカード風 - ラベル*/
	.st-cardbox {
		margin-bottom: 20px;
		position: relative;
	}

			.st-cardbox-label {
			position: absolute;
			top: -4px;
			left: -4px;
			width: 100px;
			height: 100px;
			overflow: hidden;
		}
	
	.st-cardbox-label-text {
		white-space: nowrap;
		display: inline-block;
		position: absolute;
		padding: 7px 0;
		top: 25px;
		width: 150px;
		text-align: center;
		font-size: 90%;
		line-height: 1.2;
		font-weight: bold;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		z-index: 9999;
					left: -35px;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			}



	/** サムネイル非表示 */
	.kanren.st-cardbox.st-no-thumbnail dt{
		display: none;
	}
	.kanren.st-cardbox.st-no-thumbnail dd {
		padding-left: 0;
	}



/*ラベルボックス（ショートコード）*/
.st-labelbox {
	padding: 0;
    margin-bottom: 20px;
    position: relative;
}

	.st-labelbox-label {
		position: absolute;
		top: -4px;
		left: -4px;
		width: 100px;
		height: 100px;
		overflow: hidden;
	}

.st-labelbox-label-text {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    top: 25px;
    width: 150px;
    text-align: center;
    font-size: 90%;
    line-height: 1.2;
    font-weight: bold;
			left: -35px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}


	/* 埋め込みURL（ブログカード）アイキャッチ設定なし */
	.st-embed-cardlink .kanren.st-embed-no-thumb dt {
		display: none;
	}
	.st-embed-cardlink .kanren.st-embed-no-thumb dd {
		padding-right: 0;
		padding-left: 0;
	}

/*フリーボックスウィジェット
------------------------------------------------------------*/
.freebox {
			border-top-color: #cf3c4f;
				background: #fef9fa;
	}

.p-entry-f {
			background: #cf3c4f;
				color: #ffffff;
	}

/* エリア内テキスト */

/*メモボックス
------------------------------------------------------------*/

/*スライドボックス
------------------------------------------------------------*/

/*お知らせ
------------------------------------------------------------*/
/*お知らせバーの背景色*/
#topnews-box div.rss-bar {
			border-color: #cf3c4f;
	
			/*Other Browser*/
		background: #cf3c4f;
		/*For Old WebKit*/
		background: -webkit-linear-gradient( #cf3c4f 0%, #cf3c4f 100% );
		/*For Modern Browser*/
		background: linear-gradient( #cf3c4f 0%, #cf3c4f 100% );
	
			color: #ffffff;
	}

/*お知らせ日付の文字色*/
#topnews-box dt {
	color: #cf3c4f;
}

#topnews-box div dl dd a {
	color: #000000;
}

#topnews-box dd {
	border-bottom-color: #cf3c4f;
}

#topnews-box {
			background-color:transparent!important;
	}


/*追加カラー
------------------------------------------------------------*/

/* ウィジェット
footer .custom-html-widget, 
footer .custom-html-widget a,*/
#footer li.cat-item a::after, /* STINGERカテゴリー */
#footer li.cat-item a,
footer #sidebg li a::before,
#footer .footerlogo a, /* フッターロゴ */
#footer .footerlogo,
#footer .footer-description a, /* フッター説明 */
#footer .footer-description,
#footer .head-telno a, /* フッターの電話番号 */
#footer .head-telno, /* フッターの電話番号 */
#footer .widget_archive ul li, /* アーカイブ */
#footer .widget_archive ul li a,
#footer .widget_recent_entries ul li a, /* 最近の投稿 */
#footer .widget_recent_entries ul li,
#footer .widget_recent_comments li a, /* 最近のコメント */
#footer .widget_recent_comments li,
#footer .widget_categories ul li a, /* カテゴリ（デフォルト） */
#footer .widget_categories ul li,
#footer .rankh3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#footer .st_side_rankwidgets a, /* ランキングウィジェットタイトル */
#footer .rankwidgets-cont p, /* 説明 */
#footer .kanren dd a, /* 記事一覧タイトル */
#footer .kanren .st-excerpt p, /*  記事一覧説明 */
#footer .kanren .blog_info p, /*  記事一覧日付 */
footer .footer-l *,
footer .footer-l a,
#footer .menu-item a,
#footer .footermenust a,
#footer .copyr,
#footer .copyr a,
#footer .copy,
#footer .copy a {
	color: #ffffff !important;
}
#footer li.cat-item a,
#footer .widget_recent_entries ul li,
#footer .widget_archive ul li {
	border-bottom: 1px dotted #ffffff;
}


#footer #newsin dt, /* お知らせ日時 */
#footer #newsin dd a, /* お知らせ日テキスト*/
#footer #newsin dd, /* お知らせ日ボーダー */
#footer .cat-item a,
#footer .tagcloud a {
			color: #ffffff;
		border-color: #ffffff;
	}

#footer .p-entry,
#footer .st-widgets-title {
			color: #ffffff;
		font-weight: bold;
}

	footer .footermenust li {
		border-right-color: #ffffff !important;
	}

/* フッター一括ウィジェット */
#st-footer-under-widgets-box-wrap #st-header-under-widgets-box {
	text-align: center;
	padding: 10px 0 10px;
}


#st-footer-under-widgets-box-wrap #st-header-under-widgets-box {
	}

/*フッター背景色*/

	#footer {
        max-width:100%;
					/*Other Browser*/
			background: #cf3c4f;
			/* Android4.1 - 4.3 */
			background: url(""), -webkit-linear-gradient(top,  #cf3c4f 0%,#cf3c4f 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: url(""), linear-gradient(to bottom,  #cf3c4f 0%,#cf3c4f 100%);

				}

	

/*任意の人気記事
------------------------------------------------------------*/
	.st-pvm-ranking-item-image::before, /* PVモニター */
	.poprank-no {
		background: #cf3c4f;
	}

#content-w .post .p-entry,
#content-w .p-entry,
#side .p-entry,
.home-post .p-entry {
			background: #cf3c4f;
				color: #ffffff;
		border-radius: 0 0 4px 0;
}

.pop-box, .nowhits .pop-box, .nowhits-eye .pop-box,
.st-eyecatch + .nowhits .pop-box {
			border-top-color: #cf3c4f;
				background: #fef9fa;
	}

	#content-w .p-entry::after {
		border-bottom: 5px solid #cf3c4f;
		border-left: 5px solid #cf3c4f;
	}

.pop-box:not(.st-wpp-views-widgets),
#side aside .kanren.pop-box:not(.st-wpp-views-widgets) {
			padding:20px 20px 10px;
	}

.pop-box:not(.st-wpp-views-widgets),
#side aside .kanren.pop-box:not(.st-wpp-views-widgets) {
		padding:30px 20px 10px;
		border: none;
}


	.poprank-no2,
	.poprank-no {
			background: #cf3c4f;
				color: #ffffff!important;
		}


/*WordPressPopularPosts連携*/

#st-magazine .st-wp-views, /*CARDs JET*/
#st-magazine .st-wp-views-limit, /*CARDs JET*/
.st-wppviews-label .wpp-views, /*Ex*/
.st-wppviews-label .wpp-views-limit, /*Ex*/
.st-wpp-views-widgets .st-wppviews-label .wpp-views {
			color: #ffffff;
				background:#cf3c4f;
	}

/*ウィジェット問合せボタン*/

.st-formbtn {
			border-radius: 3px;
	
	
			/*Other Browser*/
		background: #cf3c4f;
	}

	.st-formbtn .st-originalbtn-l {
		border-right-color: #ffffff;
	}

	a.st-formbtnlink {
		color: #ffffff;
	}

/*ウィジェットオリジナルボタン*/

.st-originalbtn {
			border-radius: 3px;
	
	
			/*Other Browser*/
		background: #cf3c4f;
	}

	.st-originalbtn .st-originalbtn-l {
		border-right-color: #ffffff;
	}

	a.st-originallink {
		color: #ffffff;
	}


/*ミドルメニュー
------------------------------------------------------------*/
	.st-middle-menu ul {
					/*Other Browser*/
			background: #cf3c4f;
			/* Android4.1 - 4.3 */
			background: -webkit-linear-gradient(top,  #cf3c4f 0%,#cf3c4f 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: linear-gradient(to bottom,  #cf3c4f 0%,#cf3c4f 100%);

				}

.st-middle-menu .menu li a{
			color: #ffffff;
	}


	
					.st-middle-menu ul{
				border-top: 1px solid #d34c5d;
			}
			.st-middle-menu .menu > li {
				border-bottom: 1px solid #d34c5d;
			}
			.st-middle-menu .menu > li:nth-child(odd){
				border-right: 1px solid #d34c5d;
			}
		
	

/*サイドメニューウィジェット
------------------------------------------------------------*/
/*背景色*/
#sidebg {
			background: #fef9fa;
		}

/*liタグの階層*/
#side aside .st-pagelists ul li:not(.sub-menu) {
			border-color: #d34c5d;
	}

#side aside .st-pagelists ul .sub-menu li {
	border: none;
}

#side aside .st-pagelists ul li:last-child {
			border-bottom: 1px solid #d34c5d;
	}

#side aside .st-pagelists ul .sub-menu li:first-child {
			border-top: 1px solid #d34c5d;
	}

#side aside .st-pagelists ul li li:last-child {
	border: none;
}

#side aside .st-pagelists ul .sub-menu .sub-menu li {
	border: none;
}


#side aside .st-pagelists ul li a {
			color: #ffffff;
				/*Other Browser*/
		background: #cf3c4f;
		/* Android4.1 - 4.3 */
		background: url(""), -webkit-linear-gradient(top,  #cf3c4f 0%,#cf3c4f 100%);

		/* IE10+, FF16+, Chrome26+ */
		background: url(""), linear-gradient(to bottom,  #cf3c4f 0%,#cf3c4f 100%);

	}


	#side aside .st-pagelists ul li a {
		font-size:110%;
	}
	#side aside .st-pagelists ul li li a {
		font-size:100%;
	}


#side aside .st-pagelists .sub-menu a {
			border-bottom-color: #d34c5d;
		color: #cf3c4f;
}

#side aside .st-pagelists .sub-menu .sub-menu li:last-child {
	border-bottom: 1px solid #d34c5d;
}

#side aside .st-pagelists .sub-menu li .sub-menu a,
#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a {
	color: #cf3c4f;
}

	#side aside .st-pagelists .sub-menu li .sub-menu a:hover,
	#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a:hover,
	#side aside .st-pagelists .sub-menu a:hover {
		opacity:0.8;
		color: #cf3c4f;
	}


	#side aside .st-pagelists ul li a {
		padding-left:15px;
	}

	#side aside .st-pagelists ul li a {
		padding-top:8px;
		padding-bottom:8px;
	}

/*Webアイコン*/
	#side aside .st-pagelists ul li a::before {
					content: "\f138";
				font-family: stsvg;
		margin-right: 5px;
									color:#ffffff;
					
	}
	#side aside .st-pagelists li li a::before {
		content: none;
	}

	#side aside .st-pagelists li li a::before {
		content: "\f105";
		font-family: stsvg;
		font-size: .7em;
		margin-right: 5px;
					color:#cf3c4f;
			}

.wpcf7-submit {
			background: #cf3c4f;
				color: #ffffff;
	}

/*-------------------------------------
記事ごとのヘッダー（EX）
--------------------------------------*/

/* 記事情報を表示*/
#st-header-post-under-box.st-header-post-data {
	display: flex;
	flex-wrap: wrap;
			justify-content: flex-start;
		align-items: center;
}

#st-header-post-under-box.st-header-post-data .st-content-width {
			width: 100%;
		padding:15px;
	box-sizing: border-box;
}



/* ヘッダー画像上エリア */
#st-header-top-widgets-box .st-content-width {
	text-align:center;
	margin: 0 auto;
	padding:7px 10px;
	}

#st-header-top-widgets-box .st-content-width .st-marquee { /* マーキー */
	padding: 0;
}

#st-header-top-widgets-box {
		}

#st-header-top-widgets-box .st-content-width p {
	margin-bottom: 0;
}


#st-header-top-widgets-box .st-content-width a:hover {
	opacity: 0.7;
}

/* ヘッダー画像エリア */

			#st-header.header-video-player {
			min-height: 300px;
		}
	
			@media only screen and (max-width: 599px) {
			#st-header.header-video-player {
				min-height: 230px;
			}
		}
	

/* ヘッダー画像エリア下ウィジェット */
#st-header-bottom-category {
	overflow: hidden;
	padding: 5px 0;
}

#st-header-bottom-category .content-post-slider,
#st-header-bottom-category .post-card-list {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

@media print, screen and (max-width: 959px) {
	#st-header-bottom-category {
					padding: 0;
			}
}

#st-header-bottom-category .slick-track,
#st-header-bottom-category .slick-list {
	display: flex;
}

#st-header-under-widgets-box .slider {
	padding-top: 15px;
}


	#st-header-under-widgets-box .content-post-slider .post-slide-image,
	#st-header-under-widgets-box .post-card-list .post-card-image,
	#st-header-under-widgets-box img {
		border-radius: 10px;
	}

			#st-header-under-widgets-box .content-post-slider .post-slide-image
			{
			box-shadow: 0 2px 5px rgb(0, 0, 0, .3);
		}

/* ヘッダーカード */


/* メイン画像背景色 */


/*強制センタリング・中央寄せ
------------------------------------------------------------*/
	    
        
        

/*目次
------------------------------------------------------------*/
/* 目次 */
	.st_toc_back_icon::before,
	.st_toc_back,
	.st_toc_back:focus,
	.st_toc_back:hover,
	.st_toc_back:active {
		color: #cf3c4f;
	}

	.st_toc_back.is-rounded {
		background-color: #cf3c4f;
	}
	.st_toc_back.is-rounded .st_toc_back_icon::before {
		color: #fff;
	}

/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {

	/*-------------------------------------------
	旧st-kanri.phpより移動（ここから）
	*/

	
			
	
	/*
	旧st-kanri.phpより移動（ここまで）
	-------------------------------------------*/

	/* ヘッダー画像/記事スライドショー横並び */
	
	/*-- ここまで --*/
}

/*media Queries タブレットサイズ以上
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

    /*-------------------------------------------
    旧st-kanri.phpより移動（ここから）
    */

    
    
				
	
	
	
	

            /*TOC+*/
        #toc_container > ul > li {
            font-size: 21px;
        }
    
    /*
    旧st-kanri.phpより移動（ここまで）
    -------------------------------------------*/
	/* 目次 */
	#st_toc_container:not(.st_toc_contracted):not(.only-toc),
	#toc_container:not(.contracted) { /* 表示状態 */
					padding:20px 30px 30px;
			}

	/*強制センタリング・中央寄せ
	------------------------------------------------------------*/
				
				
				
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

	/*-------------------------------------------
	旧st-kanri.phpより移動（ここから）
	*/

    /*--------------------------------
    各フォント設定
    ---------------------------------*/

	/* ブログカード */
	.post dd h5.st-cardbox-t {
	    font-size: 18px;
	    line-height: 30px;
	}
	/* 記事一覧 */
	dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /*TOPとアーカイブ*/
	.kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a { /*関連記事*/
	    font-size: 18px;
	    line-height: 26px;
	}

    
    /*基本のフォントサイズ*/
	.post pre,
    .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), /* テキスト */
    .post .entry-content .st-kaiwa-hukidashi, /* ふきだし */
    .post .entry-content .st-kaiwa-hukidashi2, /* ふきだし */
    .post .entry-content .yellowbox, /* 黄色ボックス */
    .post .entry-content .graybox, /* グレーボックス */
    .post .entry-content .redbox, /* 薄赤ボックス */
    .post .entry-content #topnews .clearfix dd p, /* 一覧文字 */
    .post .entry-content ul li, /* ulリスト */
    .post .entry-content ol li, /* olリスト */
	.post .entry-content #st_toc_container > ul > li, /* 目次用 */
    .post .entry-content #comments #respond, /* コメント */
    .post .entry-content #comments h4, /* コメントタイトル */
	.post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), /* H5 */
	.post h5.has-st-regular-font-size,
    .post .entry-content h6,
	.post h6.has-st-regular-font-size,
	.st-tab-content label /* タブ */
	{
					}

	/* スライドの抜粋 */
	.post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
					}

    /* 記事タイトル */
	.st-header-post-data .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-css-no2),
    #contentInner .post .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-css-no2) {
				    }

    /* H2 */
	.post .entry-content h2.has-st-regular-font-size,
    .post .entry-content h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2),
    .post .entry-content .h2modoki{
				    }

    /* H3 */
	.post .entry-content h3.has-st-regular-font-size,
    .post .entry-content h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.post-card-title):not(#reply-title),
    .post .entry-content .h3modoki {
				    }

    /* H4 */
	.post .entry-content h4.has-st-regular-font-size,
    .post .entry-content h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.point),
    .post .entry-content .h4modoki {
				    }

    /* 記事一覧 */
	.no-thumbitiran h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /* TOP・アーカイブ（サムネイル無し） */
	.no-thumbitiran h5 a, /* ショートコード一覧（サムネイル無し） */
	dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /* TOP・アーカイブ */
	.kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /*関連記事*/-no2) a
	.st-tab-category .post-card-list .post-card-title a, /* タブ式カテゴリ */
	.post-card-list .post-card-title a, /* カードタイプEX */
	#st-magazine .kanren .st-top-box dd h3, /* JET */
    .kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a {
				    }

	/*
	旧st-kanri.phpより移動（ここまで）
	-------------------------------------------*/

/*-- ここまで --*/
}


/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 960px) {

	/*-------------------------------------------
	旧st-kanri.phpより移動（ここから）
	*/

    /*--------------------------------
    各フォント設定
    ---------------------------------*/

	/* ブログカード */
	.post dd h5.st-cardbox-t {
	    font-size: 16px;
	    line-height: 26px;
	}
	/* 記事一覧 */
	dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /*TOPとアーカイブ*/
	.kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a { /*関連記事*/
	    font-size: 16px;
	    line-height: 26px;
	}

    
    /*基本のフォントサイズ*/
	.post pre,
    .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), /* テキスト */
    .post .entry-content .st-kaiwa-hukidashi, /* ふきだし */
    .post .entry-content .st-kaiwa-hukidashi2, /* ふきだし */
    .post .entry-content .yellowbox, /* 黄色ボックス */
    .post .entry-content .graybox, /* グレーボックス */
    .post .entry-content .redbox, /* 薄赤ボックス */
    .post .entry-content #topnews .clearfix dd p, /* 一覧文字 */
    .post .entry-content ul li, /* ulリスト */
    .post .entry-content ol li, /* olリスト */
	.post .entry-content #st_toc_container > ul > li, /* 目次用 */
    .post .entry-content #comments #respond, /* コメント */
    .post .entry-content #comments h4, /* コメントタイトル */
	.post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), /* H5 */
	.post h5.has-st-regular-font-size,
    .post .entry-content h6,
	.post h6.has-st-regular-font-size,
	.st-tab-content label /* タブ */
	{
					}

	/* スライドの抜粋 */
	.post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
	.post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
					}

    /* 記事タイトル */
	.st-header-post-data .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-css-no2),
    #contentInner .post .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-css-no2) {
				    }

    /* H2 */
	.post .entry-content h2.has-st-regular-font-size,
    .post .entry-content h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2),
    .post .entry-content .h2modoki{
				    }

    /* H3 */
	.post .entry-content h3.has-st-regular-font-size,
    .post .entry-content h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.post-card-title):not(#reply-title),
    .post .entry-content .h3modoki {
				    }

    /* H4 */
	.post .entry-content h4.has-st-regular-font-size,
    .post .entry-content h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.point),
    .post .entry-content .h4modoki {
				    }

    /* 記事一覧 */
	.no-thumbitiran h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /* TOP・アーカイブ（サムネイル無し） */
	.no-thumbitiran h5 a, /* ショートコード一覧（サムネイル無し） */
    dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /* TOP・アーカイブ */
	.kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /*関連記事*/
	.st-tab-category .post-card-list .post-card-title a, /* タブ式カテゴリ */
	.post-card-list .post-card-title a, /* カードタイプEX */
	#st-magazine .kanren .st-top-box dd h3, /* JET */
    .post .kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a {
				    }

	/*--------------------------------
	全体のサイズ
	---------------------------------*/

	.st-content-width, /* 汎用 */
	#st-menuwide, /*メニュー*/
	nav.smanone,
	nav.st5,
	#st-header-cardlink,
	#st-menuwide div.menu,
	#st-menuwide nav.menu,
	#st-header, /*ヘッダー*/
	#st-header-under-widgets-box, /*ヘッダー画像下*/
	#content, /*コンテンツ*/
	#footer-in /*フッター*/
	 {
		max-width:1060px;
	}

	 /* LPワイド */
	.st-lp-wide #content,
	.st-lp-wide #footer
	 {
		max-width:100%;
	}

	#headbox
	 {
		max-width:1040px;
	}

	.st-content-width {
		margin: 0 auto;
	}

	
	/*1カラムの幅のサイズ*/
	.colum1:not(.st-lp-wide) .st-content-width, /* 記事ごとのヘッダー */
	.colum1:not(.st-lp-wide) #st-header-cardlink, /* ヘッダーカードリンク */
	.colum1:not(.st-lp-wide) #st-header-under-widgets-box,
	.colum1:not(.st-lp-wide) #content {
    	max-width: 1060px;
	}

	.colum1.lp:not(.st-lp-wide) footer{
    	max-width: 1060px;
		margin: 0 auto;
	}

	/* ワイドLPの左右にシャドウ -EX */
	.colum1.st-lp-wide #st-header,
	.colum1.st-lp-wide .wp-block-cover__inner-container, /* カバーブロック */
	.colum1.st-lp-wide #content .wp-block-group.is-style-st-wide-background .wp-block-group__inner-container, /* Gutenbergグループボックス ワイド有効時 */
	.colum1.st-lp-wide #content .wp-block-cover.alignfull .wp-block-cover__inner-container, /* Gutenbergカバーボックス 幅広 */
	.colum1.st-lp-wide #content .st-lp-wide-content,
	.colum1.st-lp-wide #content .rankh3,
	.colum1.st-lp-wide #content .rank-guide,
	.colum1.st-lp-wide #content .rankid1,
	.colum1.st-lp-wide #content .rankid2,
	.colum1.st-lp-wide #content .rankid3,
	.colum1.st-lp-wide #content .rankst-box,
	.colum1.st-lp-wide .rankst-wrap,
	.colum1.st-lp-wide .widget_text,
	.colum1.st-lp-wide .top-wbox-u,
	.colum1.st-lp-wide .entry-title,
	.colum1.st-lp-wide #st-page .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2),
	.colum1.st-lp-wide #breadcrumb,
	.colum1.st-lp-wide .blogbox,
	.colum1.st-lp-wide .st-catgroup,
	.colum1.st-lp-wide .adbox,
	.colum1.st-lp-wide .st-widgets-box,
	.colum1.st-lp-wide .sns,
	.colum1.st-lp-wide .tagst,
	.colum1.st-lp-wide aside,
	.colum1.st-lp-wide .kanren,
	.colum1.st-lp-wide #topnews-box,
	.colum1.st-lp-wide .st-tab-category
	{
    	max-width: 1060px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	.colum1.st-lp-wide .kanren.st-cardbox,
	.colum1.st-lp-wide .kanren.shortcode-kanren {
		max-width: inherit;
	}

	.st-lp-wide .st-lp-wide-wrapper {
    	margin-bottom: 20px;
	}

	
	/* ヘッダー画像/記事スライドショー横並び */
	
	
	
        /*--------------------------------
        PCのレイアウト（右サイドバー）
        ---------------------------------*/

        #contentInner {
            float: left;
            width: 100%;
            margin-right: -300px;
        }

        main {
            margin-right: 320px;
            margin-left: 0px;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            padding: 30px 50px 30px;
        }

        #side aside {
            float: right;
            width: 300px;
            padding: 0px;
        }


    
    /**
     * サイト名とキャッチフレーズ有無の調整
     */

    
    
            #header-r .footermenust {
            margin: 0;
        }
    
    
    
    
            /*TOC+*/
        #toc_container {
            padding-left: 30px;
            padding-right: 30px;
        }

        #toc_container > ul > li {
            font-size: 16px;
        }
    
    /*
    旧st-kanri.phpより移動（ここまで）
    -------------------------------------------*/

	/*TOC+*/
	#toc_container:not(.contracted) { /* 表示状態 */
							padding:20px 40px 10px;
			}

	/*ヘッダーの背景色*/
	
	/*メインコンテンツのボーダー*/
	
	
	/* メイン画像100% */
	
	/*wrapperに背景がある場合*/
	
	/*メニュー*/
	#st-menuwide {
					border-top-color: #009900;
			border-bottom-color: #009900;
		
					border-left: none;
			border-right: none;
			}

	
	
	#st-menuwide {
		
					/*Other Browser*/
			background: #009900;
			/* Android4.1 - 4.3 */
			background: url(""), -webkit-linear-gradient(top,  #009900 0%,#009900 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: url(""), linear-gradient(to bottom,  #009900 0%,#009900 100%);
			}

	
			header .smanone ul.menu li{
			width: 160px;
		}
		header .smanone ul.sub-menu li ul.sub-menu{
			left: 160px;
		}
	
	header .smanone ul.menu li,
	header nav.st5 ul.menu  li,
	header nav.st5 ul.menu  li,
	header #st-menuwide div.menu li,
	header #st-menuwide nav.menu li
	{
			border-right-color: #009900;
		}

	header .smanone ul.menu li li,
	header nav.st5 ul.menu li li,
	header #st-menuwide div.menu li li,
	header #st-menuwide nav.menu li li {
    	border:none;
	}

		header .smanone ul.menu li a,
	header nav.st5 ul.menu  li a,
	header #st-menuwide div.menu li a,
	header #st-menuwide nav.menu li a,
	header .smanone ul.menu li a:hover,
	header nav.st5 ul.menu  li a:hover,
	header #st-menuwide div.menu li a:hover,
	header #st-menuwide nav.menu li a:hover{
		color: #ffffff;
	}
	
	header .smanone ul.menu li:hover,
	header nav.st5 ul.menu  li:hover,
	header #st-menuwide div.menu li:hover,
	header #st-menuwide nav.menu li:hover{
		background: rgba(255,255,255,0.1);
	}

	header .smanone ul.menu li li a:hover,
	header nav.st5 ul.menu  li li a:hover,
	header #st-menuwide div.menu li li a:hover,
	header #st-menuwide nav.menu li li a:hover{
		opacity:0.9;
	}

	
			header .smanone ul.menu li li a {
					background: #d34c5d;
				}
	
	/*メニューの上下のパディング*/
		

	/* グローバルメニュー */
			#st-menuwide {
			max-width: 100%;
					}
	
	
			/*ヘッダーの電話番号とリンク色*/
		.head-telno a, #header-r .footermenust a {
			color: #ffffff;
		}
	
			#header-r .footermenust li {
			border-right-color: #ffffff;
		}
	
			/*トップ用おすすめタイトル*/
		.nowhits .pop-box {
			border-top-color: #cf3c4f;
		}
	
	/*記事エリアを広げる*/
	
	/*強制センタリング・中央寄せ
	------------------------------------------------------------*/
				
				
				
			#side .smanone.st-excerpt {
			display:none;
		}
	
/*-- ここまで --*/
}

/*media Queries スマホのみ（599px）以下
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

    /*-------------------------------------------
    旧st-kanri.phpより移動（ここから）
    */

    /*--------------------------------
    各フォント設定
    ---------------------------------*/

	/* ブログカード */
	.post dd h5.st-cardbox-t {
	    font-size: 16px;
		line-height: 24px;
	}
	/* 記事一覧 */
	dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /*TOPとアーカイブ*/
	.kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a { /*関連記事*/
	    font-size: 17px;
		line-height: 24px;
	}

    
    /*基本のフォントサイズ*/
	.post pre,
    .post .entry-content p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn), /* テキスト */
    .post .entry-content .st-kaiwa-hukidashi, /* ふきだし */
    .post .entry-content .st-kaiwa-hukidashi2, /* ふきだし */
    .post .entry-content .yellowbox, /* 黄色ボックス */
    .post .entry-content .graybox, /* グレーボックス */
    .post .entry-content .redbox, /* 薄赤ボックス */
    .post .entry-content #topnews .clearfix dd p, /* 一覧文字 */
    .post .entry-content ul li, /* ulリスト */
    .post .entry-content ol li, /* olリスト */
    .post .entry-content #st_toc_container > ul > li, /* 目次用 */
    .post .entry-content #comments #respond, /* コメント */
    .post .entry-content #comments h4, /* コメントタイトル */
	.post .entry-content h5:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), /* H5 */
	.post h5.has-st-regular-font-size,
    .post .entry-content h6,
	.post h6.has-st-regular-font-size,
	.st-tab-content label /* タブ */
	{
                    }

    /* スライドの抜粋 */
    .post .entry-content .post-slide-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
    .post .entry-content .st-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
    .post .entry-content .st-card-excerpt p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn),
    .post .entry-content .kanren:not(.st-cardbox) .clearfix dd p:not(.p-entry-t):not(.p-free):not(.sitename):not(.post-slide-title):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(.wp-caption-text):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(.st-memobox-title):not(.st-mybtn){
                    }

    /* 記事タイトル */
	.st-header-post-data .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-css-no2),
    #contentInner .post .entry-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-css-no2) {
                    }

	
    /* H2 */
	.post .entry-content h2.has-st-regular-font-size,
    .post .entry-content h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2),
    .post .entry-content .h2modoki{
                    }

    /* H3 */
	.post .entry-content h3.has-st-regular-font-size,
    .post .entry-content h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.post-card-title):not(#reply-title),
    .post .entry-content .h3modoki {
                    }

    /* H4 */
	.post .entry-content h4.has-st-regular-font-size,
    .post .entry-content h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.point),
	.post .entry-content .h4modoki {
                    }

    /* 記事一覧 */
	.no-thumbitiran h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /* TOP・アーカイブ（サムネイル無し） */
	.no-thumbitiran h5 a, /* ショートコード一覧（サムネイル無し） */
	dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /* TOP・アーカイブ */
	.kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, /*関連記事*/-no2) a
	.st-tab-category .post-card-list .post-card-title a, /* タブ式カテゴリ */
	.post-card-list .post-card-title a, /* カードタイプEX */
	#st-magazine .kanren .st-top-box dd h3, /* JET */
    .kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a {
				    }

    /*
    旧st-kanri.phpより移動（ここまで）
    -------------------------------------------*/

	
/*-- ここまで --*/
}


/*-------------------------------------------
旧st-kanri.phpより移動（ここから）
*/


/*
旧st-kanri.phpより移動（ここまで）
-------------------------------------------*/

/*
Gutenberg調整
-------------------------------------------*/

/* ワイドアライメント */
.alignwide,
.alignfull {
	margin-left: -15px;
	margin-right: -15px;
}

@media only screen and (min-width: 600px) {
	.alignwide,
	.alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media print, screen and (min-width: 960px) {
	.alignwide,
	.alignfull {
					margin-left: -50px;
			margin-right: -50px;
		 	}
	/* 1カラム */
	.colum1 .alignwide,
	.colum1 .alignfull {
		margin-left: -70px;
		margin-right: -70px;
	}
}

/** カバーブロック */
.wp-block-cover.alignwide,
.wp-block-cover.alignfull {
	width: calc( 100% + 30px );
	max-width: calc( 100% + 30px );
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 600px) {
	.wp-block-cover.alignwide,
	.wp-block-cover.alignfull {
		width: calc( 100% + 60px );
		max-width: calc( 100% + 60px );
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media print, screen and (min-width: 960px) {
	.wp-block-cover.alignwide,
	.wp-block-cover.alignfull {
					width: calc( 100% + 100px );
			max-width: calc( 100% + 100px );
		 	}
	/* 1カラム */
	.colum1 .wp-block-cover.alignwide,
	.colum1 .wp-block-cover.alignfull {
		width: calc( 100% + 140px );
		max-width: calc( 100% + 140px );
	}
}

/* 最新の記事 */

/** リスト表示 */



@media only screen and (min-width: 600px) and (max-width: 959px) {
	/* Tabサイズ */
	.wp-block-latest-posts li a {
	    font-size: 18px;
	    line-height: 26px;
	}

	.wp-block-latest-posts li a {
					}
}

@media only screen and (min-width: 960px) {
	/* PCサイズ */
	.wp-block-latest-posts li a {
	    font-size: 16px;
	    line-height: 26px;
	}

	.wp-block-latest-posts li a {
					}
}

@media only screen and (max-width: 599px) {
	/* スマホサイズ */
	.wp-block-latest-posts li a {
	    font-size: 16px;
		line-height: 24px;
	}

	.wp-block-latest-posts li a {
					}
}

	.acordion_search_content *,
	.acordion_search_content a {
		color: #333;
		border-color: #ccc;
	}


	.st-box-shadow {
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		box-sizing: border-box;
	}


@charset "UTF-8";
/* Initialize
   ========================================================================== */
body {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body.is-fixed {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

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

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
img.pc,
br.pc {
    display: inline !important;
  }
  th.pc,
td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
td.pc,
span.pc,
br.pc,
img.pc,
.pc {
    display: none !important;
  }
  img.sp,
br.sp,
span.sp {
    display: inline !important;
  }
}
/* ==========================================================================
Parts module
========================================================================== */
/* catname
========================================================================== */
.catname {
  background-color: #222;
  border: 1px solid #33b497;
  color: #33b497;
}

/* 
========================================================================== */
.editor-styles-wrapper .h2modoki, .editor-styles-wrapper h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .h2modoki,
#side h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#contentInner .h2modoki,
#contentInner h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  background: #f0f0f0;
  border: 0;
  color: #222;
  line-height: 1.4;
  padding-left: 20px;
  padding-top: 0.5em;
  margin-top: 50px;
  position: relative;
}
.editor-styles-wrapper .h2modoki:first-child, .editor-styles-wrapper h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):first-child,
#side .h2modoki:first-child,
#side h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):first-child,
#contentInner .h2modoki:first-child,
#contentInner h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):first-child {
  margin-top: 0;
}
.editor-styles-wrapper .h2modoki::before, .editor-styles-wrapper h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
#side .h2modoki::before,
#side h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before,
#contentInner .h2modoki::before,
#contentInner h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before {
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 7px, transparent 0, transparent 14px) #33b497;
  background: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px) #33b497;
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.editor-styles-wrapper .h2modoki + h3, .editor-styles-wrapper h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) + h3,
#side .h2modoki + h3,
#side h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) + h3,
#contentInner .h2modoki + h3,
#contentInner h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) + h3 {
  margin-top: 30px !important;
}

.editor-styles-wrapper .h3modoki, .editor-styles-wrapper h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title),
#side .h3modoki,
#contentInner .h3modoki,
.post h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
  background: none;
  border: 1px solid #33b497;
  color: #222;
  margin-top: 50px;
}
.editor-styles-wrapper .h3modoki::before, .editor-styles-wrapper h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::before,
#side .h3modoki::before,
#contentInner .h3modoki::before,
.post h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title)::before {
  border-top-color: #33b497;
  border-left-width: 11px;
  border-right-width: 11px;
  border-top-width: 11px;
  bottom: -11px;
}
.editor-styles-wrapper .h3modoki::after, .editor-styles-wrapper h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::after,
#side .h3modoki::after,
#contentInner .h3modoki::after,
.post h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title)::after {
  border-top-color: #fff;
  left: 31px;
}

.editor-styles-wrapper .h3modoki::after, .editor-styles-wrapper h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::after {
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 31px;
  top: auto;
  border-radius: 2px;
  height: 0;
  width: 0;
}

.editor-styles-wrapper .h4modoki, .editor-styles-wrapper h4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.point),
#side .h4modoki,
#contentInner .h4modoki,
.post h4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
  color: #222;
  padding-top: 0;
  position: relative;
}
.editor-styles-wrapper .h4modoki::before, .editor-styles-wrapper h4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.point)::before,
#side .h4modoki::before,
#contentInner .h4modoki::before,
.post h4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.point)::before {
  background-color: #33b497;
  -webkit-box-shadow: 2px 2px 0 0 #e0e0e0;
          box-shadow: 2px 2px 0 0 #e0e0e0;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0.2em;
  top: 0.5em;
}

.editor-styles-wrapper .h5modoki, .editor-styles-wrapper h5:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t):not(.post-card-title),
#side .h5modoki,
#contentInner .h5modoki,
.post h5:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t):not(.post-card-title) {
  background: #f0f0f0;
  color: #222;
}

.editor-styles-wrapper .wp-block-quote.is-large, .editor-styles-wrapper .wp-block-quote.is-style-large, .editor-styles-wrapper .wp-block-quote.is-style-default, .editor-styles-wrapper .inyoumodoki, .editor-styles-wrapper blockquote:not(.is-style-st-quote-line),
.wp-block-quote.is-large, .wp-block-quote.is-style-large, .inyoumodoki, .post blockquote {
  background-color: #f9fef9;
}

.editor-styles-wrapper .is-style-st-circle > li::before, .editor-styles-wrapper .is-style-st-circle-border > li::before, .editor-styles-wrapper .st-list-circle:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before,
.is-style-st-circle > li::before, .is-style-st-circle-border > li::before, .st-list-circle:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before {
  background-color: #33b497;
}

.editor-styles-wrapper .is-style-st-check > li::before, .editor-styles-wrapper .is-style-st-check-border > li::before, .editor-styles-wrapper .st-list-check li::before,
.is-style-st-check > li::before, .is-style-st-check-border > li::before, .st-list-check li::before {
  border-bottom-color: #33b497;
  border-right-color: #33b497;
}

.editor-styles-wrapper .st-blackboard.square-checkbox .st-blackboard-list:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before, .editor-styles-wrapper .is-style-st-square-checkbox-no-border > li::before, .editor-styles-wrapper .is-style-st-square-checkbox > li::before, .editor-styles-wrapper .st-square-checkbox ul li::before, .editor-styles-wrapper .st-square-checkbox li::before,
.st-blackboard.square-checkbox .st-blackboard-list:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before, .is-style-st-square-checkbox-no-border > li::before, .is-style-st-square-checkbox > li::before, .st-square-checkbox ul li::before, .st-square-checkbox li::before {
  color: #33b497;
}

.editor-styles-wrapper .mce-content-body .maruno,
.editor-styles-wrapper .mce-content-body .maruck,
.post .maruno,
.post .maruck {
  background-color: #f9fef9;
}

.editor-styles-wrapper .is-style-st-no > li::before, .editor-styles-wrapper .is-style-st-no-border > li::before, .editor-styles-wrapper .st-list-no:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before,
.is-style-st-no > li::before, .is-style-st-no-border > li::before, .st-list-no:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before, .post .is-style-st-maruno li::before, .post .maruno li::before,
.editor-styles-wrapper .is-style-st-maruno > li::before, .editor-styles-wrapper .maruno li::before,
.editor-styles-wrapper .is-style-st-maruck > li::before, .editor-styles-wrapper .maruck li::before,
.is-style-st-no > li::before, .is-style-st-no-border > li::before, .st-list-no:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) li::before, .post .is-style-st-maruno li::before, .post .maruno li::before,
.post .is-style-st-maruck > li::before, .post .maruck li::before {
  background-color: #33b497;
}

.freebox {
  background-color: #f9fef9;
  border-top-color: #33b497;
}

.freebox-intitle .p-entry-f,
.p-entry-f {
  background: #33b497;
}

#page-top:not(.page-top-img) a {
  background-color: #222;
}

#page-top .st-svg-angle-up::before {
  color: #33b497;
}

/*ミニふきだし*/
.editor-styles-wrapper .st-minihukidashi,
.post .st-minihukidashi,
.st-minihukidashi {
  font-size: 100%;
  display: inline-block;
  position: relative;
  background: #FFC107;
  color: #fff;
  line-height: 1.4;
  margin-bottom: -1px;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 2;
}

.editor-styles-wrapper .st-minihukidashi span.st-minihukidashi-arrow,
.post .st-minihukidashi span.st-minihukidashi-arrow,
.st-minihukidashi span.st-minihukidashi-arrow {
  content: "";
  position: absolute;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FFC107;
  top: 100%;
  left: 40px;
}

.editor-styles-wrapper .clip-fonticon,
.post .clip-fonticon,
.clip-fonticon {
  color: #FFC107;
}

.editor-styles-wrapper .clip-memobox,
.post .clip-memobox,
.clip-memobox {
  background-color: #FFFDE7;
}

.editor-styles-wrapper .st-minihukidashi .st-fa,
.editor-styles-wrapper .st-minihukidashi .fa,
.st-minihukidashi .st-fa,
.st-minihukidashi .fa {
  margin-right: 5px;
}

.editor-styles-wrapper .st-minihukidashi .st-minihukidashi-flexbox,
.st-minihukidashi .st-minihukidashi-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.editor-styles-wrapper .st-minihukidashi img,
.st-minihukidashi img {
  border-radius: 50%;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.editor-styles-wrapper .st-minihukidashi .photoline img,
.st-minihukidashi .photoline img {
  border-radius: 0;
  border: none;
}

/* is-style-yellow */
.editor-styles-wrapper .title-box.is-style-yellow .st-minihukidashi,
.title-box.is-style-yellow .st-minihukidashi,
.title-box.is-style-yellow .st-minihukidashi {
  background: #FFC107;
}

.editor-styles-wrapper .title-box.is-style-yellow .st-minihukidashi span.st-minihukidashi-arrow,
.post .title-box.is-style-yellow .st-minihukidashi span.st-minihukidashi-arrow,
.title-box.is-style-yellow .st-minihukidashi span.st-minihukidashi-arrow {
  border-top-color: #FFC107;
}

.editor-styles-wrapper .title-box.is-style-yellow .clip-fonticon,
.post .title-box.is-style-yellow .clip-fonticon,
.title-box.is-style-yellow .clip-fonticon {
  color: #FFC107;
}

.editor-styles-wrapper .title-box.is-style-yellow .clip-memobox,
.post .title-box.is-style-yellow .clip-memobox,
.title-box.is-style-yellow .clip-memobox {
  background-color: #FFFDE7;
}

/* is-style-blue */
.editor-styles-wrapper .title-box.is-style-blue .st-minihukidashi,
.title-box.is-style-blue .st-minihukidashi,
.title-box.is-style-blue .st-minihukidashi {
  background: #3F51B5;
}

.editor-styles-wrapper .title-box.is-style-blue .st-minihukidashi span.st-minihukidashi-arrow,
.post .title-box.is-style-blue .st-minihukidashi span.st-minihukidashi-arrow,
.title-box.is-style-blue .st-minihukidashi span.st-minihukidashi-arrow {
  border-top-color: #3F51B5;
}

.editor-styles-wrapper .title-box.is-style-blue .clip-fonticon,
.post .title-box.is-style-blue .clip-fonticon,
.title-box.is-style-blue .clip-fonticon {
  color: #3F51B5;
}

.editor-styles-wrapper .title-box.is-style-blue .clip-memobox,
.post .title-box.is-style-blue .clip-memobox,
.title-box.is-style-blue .clip-memobox {
  background-color: #E8EAF6;
}

/* is-style-red */
.editor-styles-wrapper .title-box.is-style-red .st-minihukidashi,
.title-box.is-style-red .st-minihukidashi,
.title-box.is-style-red .st-minihukidashi {
  background: #ef5350;
}

.editor-styles-wrapper .title-box.is-style-red .st-minihukidashi span.st-minihukidashi-arrow,
.post .title-box.is-style-red .st-minihukidashi span.st-minihukidashi-arrow,
.title-box.is-style-red .st-minihukidashi span.st-minihukidashi-arrow {
  border-top-color: #ef5350;
}

.editor-styles-wrapper .title-box.is-style-red .clip-fonticon,
.post .title-box.is-style-red .clip-fonticon,
.title-box.is-style-red .clip-fonticon {
  color: #ef5350;
}

.editor-styles-wrapper .title-box.is-style-red .clip-memobox,
.post .title-box.is-style-red .clip-memobox,
.title-box.is-style-red .clip-memobox {
  background-color: #ffebee;
}

/* is-style-green */
.editor-styles-wrapper .title-box.is-style-green .st-minihukidashi,
.title-box.is-style-green .st-minihukidashi,
.title-box.is-style-green .st-minihukidashi {
  background: #66BB6A;
}

.editor-styles-wrapper .title-box.is-style-green .st-minihukidashi span.st-minihukidashi-arrow,
.post .title-box.is-style-green .st-minihukidashi span.st-minihukidashi-arrow,
.title-box.is-style-green .st-minihukidashi span.st-minihukidashi-arrow {
  border-top-color: #66BB6A;
}

.editor-styles-wrapper .title-box.is-style-green .clip-fonticon,
.post .title-box.is-style-green .clip-fonticon,
.title-box.is-style-green .clip-fonticon {
  color: #66BB6A;
}

.editor-styles-wrapper .title-box.is-style-green .clip-memobox,
.post .title-box.is-style-green .clip-memobox,
.title-box.is-style-green .clip-memobox {
  background-color: #E8F5E9;
}

/* is-style-pink */
.editor-styles-wrapper .title-box.is-style-pink .st-minihukidashi,
.title-box.is-style-pink .st-minihukidashi,
.title-box.is-style-pink .st-minihukidashi {
  background: #F06292;
}

.editor-styles-wrapper .title-box.is-style-pink .st-minihukidashi span.st-minihukidashi-arrow,
.post .title-box.is-style-pink .st-minihukidashi span.st-minihukidashi-arrow,
.title-box.is-style-pink .st-minihukidashi span.st-minihukidashi-arrow {
  border-top-color: #F06292;
}

.editor-styles-wrapper .title-box.is-style-pink .clip-fonticon,
.post .title-box.is-style-pink .clip-fonticon,
.title-box.is-style-pink .clip-fonticon {
  color: #F06292;
}

.editor-styles-wrapper .title-box.is-style-pink .clip-memobox,
.post .title-box.is-style-pink .clip-memobox,
.title-box.is-style-pink .clip-memobox {
  background-color: #FCE4EC;
}

/* is-style-aqua */
.editor-styles-wrapper .title-box.is-style-aqua .st-minihukidashi,
.title-box.is-style-aqua .st-minihukidashi,
.title-box.is-style-aqua .st-minihukidashi {
  background: #42A5F5;
}

.editor-styles-wrapper .title-box.is-style-aqua .st-minihukidashi span.st-minihukidashi-arrow,
.post .title-box.is-style-aqua .st-minihukidashi span.st-minihukidashi-arrow,
.title-box.is-style-aqua .st-minihukidashi span.st-minihukidashi-arrow {
  border-top-color: #42A5F5;
}

.editor-styles-wrapper .title-box.is-style-aqua .clip-fonticon,
.post .title-box.is-style-aqua .clip-fonticon,
.title-box.is-style-aqua .clip-fonticon {
  color: #42A5F5;
}

.editor-styles-wrapper .title-box.is-style-aqua .clip-memobox,
.post .title-box.is-style-aqua .clip-memobox,
.title-box.is-style-aqua .clip-memobox {
  background-color: #E3F2FD;
}

/* step-box
=============================================================== */
/* ステップ */
.editor-styles-wrapper .st-step-box {
  position: absolute;
  left: -5px;
  display: block;
}
.editor-styles-wrapper .st-step {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 7px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  background: #cf3c4f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 18px;
}
.editor-styles-wrapper .st-step::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #cf3c4f;
  z-index: 0;
}
.editor-styles-wrapper .st-step .step-arrow {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #cf3c4f;
  z-index: 0;
}
.editor-styles-wrapper .st-step-no {
  font-size: 150%;
  font-weight: bold;
}
.editor-styles-wrapper .st-step-title {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px 10px 10px 65px;
  background: #fff;
  margin-top: 30px;
}
.editor-styles-wrapper .st-step-title .st-step {
  font-weight: normal;
}

.editor-styles-wrapper .st-step-list,
.post .st-step-list,
.st-step-list {
  counter-reset: step;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.editor-styles-wrapper .st-step-list > li,
.post .st-step-list > li,
.st-step-list > li {
  counter-increment: step;
}
.editor-styles-wrapper .st-step-list > li .st-step-no::before,
.post .st-step-list > li .st-step-no::before,
.st-step-list > li .st-step-no::before {
  content: counter(step);
}

/* is-style-yellow */
.editor-styles-wrapper .step-box.is-style-yellow .st-step,
.post .step-box.is-style-yellow .st-step,
.step-box.is-style-yellow .st-step {
  background: #FFC107;
}

.editor-styles-wrapper .step-box.is-style-yellow .st-step .step-arrow,
.post .step-box.is-style-yellow .st-step .step-arrow,
.step-box.is-style-yellow .st-step .step-arrow,
.editor-styles-wrapper .step-box.is-style-yellow .st-step::before,
.post .step-box.is-style-yellow .st-step::before,
.step-box.is-style-yellow .st-step::before {
  border-top-color: #FFC107;
}

.editor-styles-wrapper .step-box.is-style-yellow .st-step-title,
.post .step-box.is-style-yellow .st-step-title,
.step-box.is-style-yellow .st-step-title {
  border-bottom-color: #FFC107;
}

/* is-style-blue */
.editor-styles-wrapper .step-box.is-style-blue .st-step,
.post .step-box.is-style-blue .st-step,
.step-box.is-style-blue .st-step {
  background: #3F51B5;
}

.editor-styles-wrapper .step-box.is-style-blue .st-step .step-arrow,
.post .step-box.is-style-blue .st-step .step-arrow,
.step-box.is-style-blue .st-step .step-arrow,
.editor-styles-wrapper .step-box.is-style-blue .st-step::before,
.post .step-box.is-style-blue .st-step::before,
.step-box.is-style-blue .st-step::before {
  border-top-color: #3F51B5;
}

.editor-styles-wrapper .step-box.is-style-blue .st-step-title,
.post .step-box.is-style-blue .st-step-title,
.step-box.is-style-blue .st-step-title {
  border-bottom-color: #3F51B5;
}

/* is-style-red */
.editor-styles-wrapper .step-box.is-style-red .st-step,
.post .step-box.is-style-red .st-step,
.step-box.is-style-red .st-step {
  background: #cf3c4f;
}

.editor-styles-wrapper .step-box.is-style-red .st-step .step-arrow,
.post .step-box.is-style-red .st-step .step-arrow,
.step-box.is-style-red .st-step .step-arrow,
.editor-styles-wrapper .step-box.is-style-red .st-step::before,
.post .step-box.is-style-red .st-step::before,
.step-box.is-style-red .st-step::before {
  border-top-color: #cf3c4f;
}

.editor-styles-wrapper .step-box.is-style-red .st-step-title,
.post .step-box.is-style-red .st-step-title,
.step-box.is-style-red .st-step-title {
  border-bottom-color: #cf3c4f;
}

/* is-style-green */
.editor-styles-wrapper .step-box.is-style-green .st-step,
.post .step-box.is-style-green .st-step,
.step-box.is-style-green .st-step {
  background: #66BB6A;
}

.editor-styles-wrapper .step-box.is-style-green .st-step .step-arrow,
.post .step-box.is-style-green .st-step .step-arrow,
.step-box.is-style-green .st-step .step-arrow,
.editor-styles-wrapper .step-box.is-style-green .st-step::before,
.post .step-box.is-style-green .st-step::before,
.step-box.is-style-green .st-step::before {
  border-top-color: #66BB6A;
}

.editor-styles-wrapper .step-box.is-style-green .st-step-title,
.post .step-box.is-style-green .st-step-title,
.step-box.is-style-green .st-step-title {
  border-bottom-color: #66BB6A;
}

/* is-style-pink */
.editor-styles-wrapper .step-box.is-style-pink .st-step,
.post .step-box.is-style-pink .st-step,
.step-box.is-style-pink .st-step {
  background: #F06292;
}

.editor-styles-wrapper .step-box.is-style-pink .st-step .step-arrow,
.post .step-box.is-style-pink .st-step .step-arrow,
.step-box.is-style-pink .st-step .step-arrow,
.editor-styles-wrapper .step-box.is-style-pink .st-step::before,
.post .step-box.is-style-pink .st-step::before,
.step-box.is-style-pink .st-step::before {
  border-top-color: #F06292;
}

.editor-styles-wrapper .step-box.is-style-pink .st-step-title,
.post .step-box.is-style-pink .st-step-title,
.step-box.is-style-pink .st-step-title {
  border-bottom-color: #F06292;
}

/* is-style-aqua */
.editor-styles-wrapper .step-box.is-style-aqua .st-step,
.post .step-box.is-style-aqua .st-step,
.step-box.is-style-aqua .st-step {
  background: #42A5F5;
}

.editor-styles-wrapper .step-box.is-style-aqua .st-step .step-arrow,
.post .step-box.is-style-aqua .st-step .step-arrow,
.step-box.is-style-aqua .st-step .step-arrow,
.editor-styles-wrapper .step-box.is-style-aqua .st-step::before,
.post .step-box.is-style-aqua .st-step::before,
.step-box.is-style-aqua .st-step::before {
  border-top-color: #42A5F5;
}

.editor-styles-wrapper .step-box.is-style-aqua .st-step-title,
.post .step-box.is-style-aqua .st-step-title,
.step-box.is-style-aqua .st-step-title {
  border-bottom-color: #42A5F5;
}

/* step-box
=============================================================== */
.editor-styles-wrapper .mybox-box .st-mybox,
.post .mybox-box .st-mybox,
.mybox-box .st-mybox {
  background: #FFFDE7;
  border: solid 2px #FFC107;
  border-radius: 5px;
  margin: 25px 0;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper .mybox-box .st-mybox,
.post .mybox-box .st-mybox,
.mybox-box .st-mybox {
    padding: 35px 15px 15px;
  }
}
.editor-styles-wrapper .mybox-box .st-mybox .st-mybox-title,
.post .mybox-box .st-mybox .st-mybox-title,
.mybox-box .st-mybox .st-mybox-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFDE7), color-stop(55%, #FFFDE7), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #FFFDE7 0%, #FFFDE7 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #FFFDE7 0%, #FFFDE7 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  color: #FFC107;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0 10px;
  text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838246px 0px;
  position: absolute;
  top: -0.8em;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper .mybox-box .st-mybox .st-mybox-title,
.post .mybox-box .st-mybox .st-mybox-title,
.mybox-box .st-mybox .st-mybox-title {
    right: 10px;
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.editor-styles-wrapper .mybox-box .st-mybox .st-in-mybox,
.post .mybox-box .st-mybox .st-in-mybox,
.mybox-box .st-mybox .st-in-mybox {
  padding-bottom: 5px;
  padding-top: 5px;
}
.editor-styles-wrapper .mybox-box.is-style-yellow .st-mybox,
.post .mybox-box.is-style-yellow .st-mybox,
.mybox-box.is-style-yellow .st-mybox {
  background: #FFFDE7;
  border: solid 2px #FFC107;
}
.editor-styles-wrapper .mybox-box.is-style-yellow .st-mybox .st-mybox-title,
.post .mybox-box.is-style-yellow .st-mybox .st-mybox-title,
.mybox-box.is-style-yellow .st-mybox .st-mybox-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFDE7), color-stop(55%, #FFFDE7), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #FFFDE7 0%, #FFFDE7 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #FFFDE7 0%, #FFFDE7 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  color: #FFC107;
}
.editor-styles-wrapper .mybox-box.is-style-blue .st-mybox,
.post .mybox-box.is-style-blue .st-mybox,
.mybox-box.is-style-blue .st-mybox {
  background: #E8EAF6;
  border: solid 2px #3F51B5;
}
.editor-styles-wrapper .mybox-box.is-style-blue .st-mybox .st-mybox-title,
.post .mybox-box.is-style-blue .st-mybox .st-mybox-title,
.mybox-box.is-style-blue .st-mybox .st-mybox-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#E8EAF6), color-stop(55%, #E8EAF6), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #E8EAF6 0%, #E8EAF6 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #E8EAF6 0%, #E8EAF6 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  color: #3F51B5;
}
.editor-styles-wrapper .mybox-box.is-style-red .st-mybox,
.post .mybox-box.is-style-red .st-mybox,
.mybox-box.is-style-red .st-mybox {
  background: #ffebee;
  border: solid 2px #ef5350;
}
.editor-styles-wrapper .mybox-box.is-style-red .st-mybox .st-mybox-title,
.post .mybox-box.is-style-red .st-mybox .st-mybox-title,
.mybox-box.is-style-red .st-mybox .st-mybox-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffebee), color-stop(55%, #ffebee), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #ffebee 0%, #ffebee 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #ffebee 0%, #ffebee 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  color: #ef5350;
}
.editor-styles-wrapper .mybox-box.is-style-green .st-mybox,
.post .mybox-box.is-style-green .st-mybox,
.mybox-box.is-style-green .st-mybox {
  background: #E8F5E9;
  border: solid 2px #66BB6A;
}
.editor-styles-wrapper .mybox-box.is-style-green .st-mybox .st-mybox-title,
.post .mybox-box.is-style-green .st-mybox .st-mybox-title,
.mybox-box.is-style-green .st-mybox .st-mybox-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#E8F5E9), color-stop(55%, #E8F5E9), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #E8F5E9 0%, #E8F5E9 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #E8F5E9 0%, #E8F5E9 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  color: #66BB6A;
}
.editor-styles-wrapper .mybox-box.is-style-pink .st-mybox,
.post .mybox-box.is-style-pink .st-mybox,
.mybox-box.is-style-pink .st-mybox {
  background: #FCE4EC;
  border: solid 2px #F06292;
}
.editor-styles-wrapper .mybox-box.is-style-pink .st-mybox .st-mybox-title,
.post .mybox-box.is-style-pink .st-mybox .st-mybox-title,
.mybox-box.is-style-pink .st-mybox .st-mybox-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#FCE4EC), color-stop(55%, #FCE4EC), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #FCE4EC 0%, #FCE4EC 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #FCE4EC 0%, #FCE4EC 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  color: #F06292;
}
.editor-styles-wrapper .mybox-box.is-style-aqua .st-mybox,
.post .mybox-box.is-style-aqua .st-mybox,
.mybox-box.is-style-aqua .st-mybox {
  background: #E3F2FD;
  border: solid 2px #42A5F5;
}
.editor-styles-wrapper .mybox-box.is-style-aqua .st-mybox .st-mybox-title,
.post .mybox-box.is-style-aqua .st-mybox .st-mybox-title,
.mybox-box.is-style-aqua .st-mybox .st-mybox-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#E3F2FD), color-stop(55%, #E3F2FD), color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #E3F2FD 0%, #E3F2FD 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #E3F2FD 0%, #E3F2FD 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  color: #42A5F5;
}

/* list
=============================================================== */
.editor-styles-wrapper .block-list .st-blackboard,
.post .block-list .st-blackboard,
.block-list .editor-styles-wrapper .title-box-and-list .st-blackboard,
.post .title-box-and-list .st-blackboard,
.title-box-and-list .st-blackboard {
  background: #fff;
  border: 3px solid #f3f3f3;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 30px 30px 15px;
}
@media screen and (max-width: 767px) {
  .editor-styles-wrapper .block-list .st-blackboard,
.post .block-list .st-blackboard,
.block-list .editor-styles-wrapper .title-box-and-list .st-blackboard,
.post .title-box-and-list .st-blackboard,
.title-box-and-list .st-blackboard {
    padding: 15px 10px 5px;
  }
}
.editor-styles-wrapper .block-list .st-blackboard-title-box,
.post .block-list .st-blackboard-title-box,
.block-list .editor-styles-wrapper .title-box-and-list .st-blackboard-title-box,
.post .title-box-and-list .st-blackboard-title-box,
.title-box-and-list .st-blackboard-title-box {
  border-bottom: 2px solid #424242;
  color: #424242;
  display: table;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 10px 10px 5px;
  text-align: center;
}
.editor-styles-wrapper .block-list .st-list-border li,
.post .block-list .st-list-border li,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-border li,
.post .title-box-and-list .st-list-border li,
.title-box-and-list .st-list-border li {
  border-bottom: 1px dashed #ccc !important;
  padding-bottom: 0.8em !important;
  padding-top: 0.8em !important;
}
.editor-styles-wrapper .block-list .st-list-border.st-list-circle li::before,
.post .block-list .st-list-border.st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-border.st-list-circle li::before,
.post .title-box-and-list .st-list-border.st-list-circle li::before,
.title-box-and-list .st-list-border.st-list-circle li::before {
  top: 1.3em !important;
}
.editor-styles-wrapper .block-list .st-list-border.st-list-no li::before,
.post .block-list .st-list-border.st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-border.st-list-no li::before,
.post .title-box-and-list .st-list-border.st-list-no li::before,
.title-box-and-list .st-list-border.st-list-no li::before {
  top: 0.8em !important;
}
.editor-styles-wrapper .block-list .st-list-border.st-list-check li::before,
.post .block-list .st-list-border.st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-border.st-list-check li::before,
.post .title-box-and-list .st-list-border.st-list-check li::before,
.title-box-and-list .st-list-border.st-list-check li::before {
  top: 1.2em !important;
}
.editor-styles-wrapper .block-list .st-list-border.st-list-check li::after,
.post .block-list .st-list-border.st-list-check li::after,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-border.st-list-check li::after,
.post .title-box-and-list .st-list-border.st-list-check li::after,
.title-box-and-list .st-list-border.st-list-check li::after {
  top: 1.1em !important;
}
.editor-styles-wrapper .block-list .st-list-circle,
.post .block-list .st-list-circle,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-circle,
.post .title-box-and-list .st-list-circle,
.title-box-and-list .st-list-circle {
  margin-left: 0;
  list-style: none;
}
.editor-styles-wrapper .block-list .st-list-circle li,
.post .block-list .st-list-circle li,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-circle li,
.post .title-box-and-list .st-list-circle li,
.title-box-and-list .st-list-circle li {
  border-bottom: 0;
}
.editor-styles-wrapper .block-list .st-list-circle li::before,
.post .block-list .st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-circle li::before,
.post .title-box-and-list .st-list-circle li::before,
.title-box-and-list .st-list-circle li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  line-height: 0.5em;
  background-color: #FFC107 !important;
  border-radius: 50%;
  position: absolute;
  left: 0.75em;
  top: 0.75em;
}
.editor-styles-wrapper .block-list .st-list-no,
.post .block-list .st-list-no,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-no,
.post .title-box-and-list .st-list-no,
.title-box-and-list .st-list-no {
  margin-left: 0;
  list-style: none;
}
.editor-styles-wrapper .block-list .st-list-no li,
.post .block-list .st-list-no li,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-no li,
.post .title-box-and-list .st-list-no li,
.title-box-and-list .st-list-no li {
  border-bottom: 0;
}
.editor-styles-wrapper .block-list .st-list-no li::before,
.post .block-list .st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-no li::before,
.post .title-box-and-list .st-list-no li::before,
.title-box-and-list .st-list-no li::before {
  background-color: #FFC107 !important;
}
.editor-styles-wrapper .block-list .st-list-check,
.post .block-list .st-list-check,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-check,
.post .title-box-and-list .st-list-check,
.title-box-and-list .st-list-check {
  margin-left: 0;
  list-style: none;
}
.editor-styles-wrapper .block-list .st-list-check li,
.post .block-list .st-list-check li,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-check li,
.post .title-box-and-list .st-list-check li,
.title-box-and-list .st-list-check li {
  border-bottom: 0;
}
.editor-styles-wrapper .block-list .st-list-check li::before,
.post .block-list .st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-check li::before,
.post .title-box-and-list .st-list-check li::before,
.title-box-and-list .st-list-check li::before {
  border-right: 2px solid #FFC107 !important;
  border-bottom: 2px solid #FFC107 !important;
  content: "";
  height: 0.5em;
  width: 0.2em;
  position: absolute;
  top: 0.75em;
  left: 0.9em;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}
.editor-styles-wrapper .block-list .st-list-check li::after,
.post .block-list .st-list-check li::after,
.block-list .editor-styles-wrapper .title-box-and-list .st-list-check li::after,
.post .title-box-and-list .st-list-check li::after,
.title-box-and-list .st-list-check li::after {
  border: solid 1px #ccc;
  content: "";
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0.55em;
  left: 0.5em;
}
.editor-styles-wrapper .block-list.is-style-yellow .st-list-circle li::before,
.post .block-list.is-style-yellow .st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-yellow .st-list-circle li::before,
.post .title-box-and-list.is-style-yellow .st-list-circle li::before,
.title-box-and-list.is-style-yellow .st-list-circle li::before {
  background-color: #FFC107 !important;
}
.editor-styles-wrapper .block-list.is-style-yellow .st-list-no li::before,
.post .block-list.is-style-yellow .st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-yellow .st-list-no li::before,
.post .title-box-and-list.is-style-yellow .st-list-no li::before,
.title-box-and-list.is-style-yellow .st-list-no li::before {
  background-color: #FFC107 !important;
}
.editor-styles-wrapper .block-list.is-style-yellow .st-list-check li::before,
.post .block-list.is-style-yellow .st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-yellow .st-list-check li::before,
.post .title-box-and-list.is-style-yellow .st-list-check li::before,
.title-box-and-list.is-style-yellow .st-list-check li::before {
  border-right-color: #FFC107 !important;
  border-bottom-color: #FFC107 !important;
}
.editor-styles-wrapper .block-list.is-style-blue .st-list-circle li::before,
.post .block-list.is-style-blue .st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-blue .st-list-circle li::before,
.post .title-box-and-list.is-style-blue .st-list-circle li::before,
.title-box-and-list.is-style-blue .st-list-circle li::before {
  background-color: #3F51B5 !important;
}
.editor-styles-wrapper .block-list.is-style-blue .st-list-no li::before,
.post .block-list.is-style-blue .st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-blue .st-list-no li::before,
.post .title-box-and-list.is-style-blue .st-list-no li::before,
.title-box-and-list.is-style-blue .st-list-no li::before {
  background-color: #3F51B5 !important;
}
.editor-styles-wrapper .block-list.is-style-blue .st-list-check li::before,
.post .block-list.is-style-blue .st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-blue .st-list-check li::before,
.post .title-box-and-list.is-style-blue .st-list-check li::before,
.title-box-and-list.is-style-blue .st-list-check li::before {
  border-right-color: #3F51B5 !important;
  border-bottom-color: #3F51B5 !important;
}
.editor-styles-wrapper .block-list.is-style-red .st-list-circle li::before,
.post .block-list.is-style-red .st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-red .st-list-circle li::before,
.post .title-box-and-list.is-style-red .st-list-circle li::before,
.title-box-and-list.is-style-red .st-list-circle li::before {
  background-color: #ef5350 !important;
}
.editor-styles-wrapper .block-list.is-style-red .st-list-no li::before,
.post .block-list.is-style-red .st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-red .st-list-no li::before,
.post .title-box-and-list.is-style-red .st-list-no li::before,
.title-box-and-list.is-style-red .st-list-no li::before {
  background-color: #ef5350 !important;
}
.editor-styles-wrapper .block-list.is-style-red .st-list-check li::before,
.post .block-list.is-style-red .st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-red .st-list-check li::before,
.post .title-box-and-list.is-style-red .st-list-check li::before,
.title-box-and-list.is-style-red .st-list-check li::before {
  border-right-color: #ef5350 !important;
  border-bottom-color: #ef5350 !important;
}
.editor-styles-wrapper .block-list.is-style-green .st-list-circle li::before,
.post .block-list.is-style-green .st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-green .st-list-circle li::before,
.post .title-box-and-list.is-style-green .st-list-circle li::before,
.title-box-and-list.is-style-green .st-list-circle li::before {
  background-color: #66BB6A !important;
}
.editor-styles-wrapper .block-list.is-style-green .st-list-no li::before,
.post .block-list.is-style-green .st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-green .st-list-no li::before,
.post .title-box-and-list.is-style-green .st-list-no li::before,
.title-box-and-list.is-style-green .st-list-no li::before {
  background-color: #66BB6A !important;
}
.editor-styles-wrapper .block-list.is-style-green .st-list-check li::before,
.post .block-list.is-style-green .st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-green .st-list-check li::before,
.post .title-box-and-list.is-style-green .st-list-check li::before,
.title-box-and-list.is-style-green .st-list-check li::before {
  border-right-color: #66BB6A !important;
  border-bottom-color: #66BB6A !important;
}
.editor-styles-wrapper .block-list.is-style-pink .st-list-circle li::before,
.post .block-list.is-style-pink .st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-pink .st-list-circle li::before,
.post .title-box-and-list.is-style-pink .st-list-circle li::before,
.title-box-and-list.is-style-pink .st-list-circle li::before {
  background-color: #F06292 !important;
}
.editor-styles-wrapper .block-list.is-style-pink .st-list-no li::before,
.post .block-list.is-style-pink .st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-pink .st-list-no li::before,
.post .title-box-and-list.is-style-pink .st-list-no li::before,
.title-box-and-list.is-style-pink .st-list-no li::before {
  background-color: #F06292 !important;
}
.editor-styles-wrapper .block-list.is-style-pink .st-list-check li::before,
.post .block-list.is-style-pink .st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-pink .st-list-check li::before,
.post .title-box-and-list.is-style-pink .st-list-check li::before,
.title-box-and-list.is-style-pink .st-list-check li::before {
  border-right-color: #F06292 !important;
  border-bottom-color: #F06292 !important;
}
.editor-styles-wrapper .block-list.is-style-aqua .st-list-circle li::before,
.post .block-list.is-style-aqua .st-list-circle li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-aqua .st-list-circle li::before,
.post .title-box-and-list.is-style-aqua .st-list-circle li::before,
.title-box-and-list.is-style-aqua .st-list-circle li::before {
  background-color: #42A5F5 !important;
}
.editor-styles-wrapper .block-list.is-style-aqua .st-list-no li::before,
.post .block-list.is-style-aqua .st-list-no li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-aqua .st-list-no li::before,
.post .title-box-and-list.is-style-aqua .st-list-no li::before,
.title-box-and-list.is-style-aqua .st-list-no li::before {
  background-color: #42A5F5 !important;
}
.editor-styles-wrapper .block-list.is-style-aqua .st-list-check li::before,
.post .block-list.is-style-aqua .st-list-check li::before,
.block-list .editor-styles-wrapper .title-box-and-list.is-style-aqua .st-list-check li::before,
.post .title-box-and-list.is-style-aqua .st-list-check li::before,
.title-box-and-list.is-style-aqua .st-list-check li::before {
  border-right-color: #42A5F5 !important;
  border-bottom-color: #42A5F5 !important;
}

/* main-visual
=============================================================== */
.main-visual {
  margin: 0 auto 30px;
  max-width: 1366px;
  position: relative;
  z-index: 0;
}
.main-visual::before {
  background-color: #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #050505, #050505 7px, transparent 0, transparent 14px);
  background-image: repeating-linear-gradient(-45deg, #050505, #050505 7px, transparent 0, transparent 14px);
  content: "";
  height: 100%;
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-visual .main-visual_bg {
  width: 100%;
}
.main-visual .main-visual_bg img {
  width: 100%;
}
.main-visual .main-visual_logo {
  width: 50%;
  position: absolute;
  left: 5%;
  top: 10%;
}
.main-visual .main-visual_list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.main-visual .main-visual_list li {
  text-align: center;
  padding-top: 17%;
  width: 17%;
  position: absolute;
}
.main-visual .main-visual_list li figure img {
  width: 100px;
}
.main-visual .main-visual_list li .main-visual_list_text {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-visual .main-visual_list li p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #555, -1px 1px 0 #555, 1px -1px 0 #555, -1px -1px 0 #555, 0 1px 0 #555, 1px 0 0 #555;
}
.main-visual .main-visual_list li::before {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: auto;
  padding-top: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-visual .main-visual_list li::after {
  background: rgba(255, 255, 255, 0);
  border: 1px dashed #fff;
  border-radius: 50%;
  content: "";
  height: auto;
  position: absolute;
  bottom: 8px;
  left: 10px;
  right: 8px;
  top: 10px;
}
.main-visual .main-visual_list li:nth-child(1) {
  left: 2%;
  top: 45%;
}
.main-visual .main-visual_list li:nth-child(2) {
  left: 21%;
  top: 37%;
}
.main-visual .main-visual_list li:nth-child(3) {
  left: 40%;
  top: 29%;
}
.main-visual .main-visual_list li:nth-child(4) {
  left: 59%;
  top: 21%;
}

/* st-mybtn
=============================================================== */
.editor-styles-wrapper .mybtn-box .st-mcbtn-box,
.post .mybtn-box .st-mcbtn-box,
.mybtn-box .st-mcbtn-box {
  background: #fafafa;
  margin-bottom: 20px;
  padding: 20px 10px;
}
.editor-styles-wrapper .mybtn-box .st-mcbtn-box .st-mcbox-title,
.post .mybtn-box .st-mcbtn-box .st-mcbox-title,
.mybtn-box .st-mcbtn-box .st-mcbox-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.editor-styles-wrapper .mybtn-box .st-mcbtn-box .st-mcbox-text,
.post .mybtn-box .st-mcbtn-box .st-mcbox-text,
.mybtn-box .st-mcbtn-box .st-mcbox-text {
  font-size: 80%;
  margin-bottom: 0;
  text-align: center;
}
.editor-styles-wrapper .mybtn-box .st-mybtn,
.post .mybtn-box .st-mybtn,
.mybtn-box .st-mybtn {
  background: #FFD54F;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdb69), to(#FFD54F));
  background: -webkit-linear-gradient(top, #ffdb69, #FFD54F);
  background: linear-gradient(to bottom, #ffdb69, #FFD54F);
  border-color: #FFEB3B;
  border-width: 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #ffb300;
          box-shadow: 0 3px 0 #ffb300;
  font-weight: bold;
}
.editor-styles-wrapper .mybtn-box .st-mybtn a,
.post .mybtn-box .st-mybtn a,
.mybtn-box .st-mybtn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7em 1.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.editor-styles-wrapper .mybtn-box .st-mybtn.st-btn-default,
.post .mybtn-box .st-mybtn.st-btn-default,
.mybtn-box .st-mybtn.st-btn-default {
  min-width: 40%;
}
.editor-styles-wrapper .mybtn-box.is-style-yellow .st-mybtn,
.post .mybtn-box.is-style-yellow .st-mybtn,
.mybtn-box.is-style-yellow .st-mybtn {
  background: #FFD54F;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdb69), to(#FFD54F));
  background: -webkit-linear-gradient(top, #ffdb69, #FFD54F);
  background: linear-gradient(to bottom, #ffdb69, #FFD54F);
  border-color: #FFEB3B;
  -webkit-box-shadow: 0 3px 0 #ffb300;
          box-shadow: 0 3px 0 #ffb300;
}
.editor-styles-wrapper .mybtn-box.is-style-blue .st-mybtn,
.post .mybtn-box.is-style-blue .st-mybtn,
.mybtn-box.is-style-blue .st-mybtn {
  background: #3F51B5;
  background: -webkit-gradient(linear, left top, left bottom, from(#5368db), to(#3F51B5));
  background: -webkit-linear-gradient(top, #5368db, #3F51B5);
  background: linear-gradient(to bottom, #5368db, #3F51B5);
  border-color: #6378eb;
  -webkit-box-shadow: 0 3px 0 #233079;
          box-shadow: 0 3px 0 #233079;
}
.editor-styles-wrapper .mybtn-box.is-style-red .st-mybtn,
.post .mybtn-box.is-style-red .st-mybtn,
.mybtn-box.is-style-red .st-mybtn {
  background: #e53935;
  background: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#e53935));
  background: -webkit-linear-gradient(top, #f44336, #e53935);
  background: linear-gradient(to bottom, #f44336, #e53935);
  border-color: #e57373;
  -webkit-box-shadow: 0 3px 0 #c62828;
          box-shadow: 0 3px 0 #c62828;
}
.editor-styles-wrapper .mybtn-box.is-style-green .st-mybtn,
.post .mybtn-box.is-style-green .st-mybtn,
.mybtn-box.is-style-green .st-mybtn {
  background: #43A047;
  background: -webkit-gradient(linear, left top, left bottom, from(#66BB6A), to(#43A047));
  background: -webkit-linear-gradient(top, #66BB6A, #43A047);
  background: linear-gradient(to bottom, #66BB6A, #43A047);
  border-color: #81C784;
  -webkit-box-shadow: 0 3px 0 #388e3c;
          box-shadow: 0 3px 0 #388e3c;
}
.editor-styles-wrapper .mybtn-box.is-style-pink .st-mybtn,
.post .mybtn-box.is-style-pink .st-mybtn,
.mybtn-box.is-style-pink .st-mybtn {
  background: #e535ce;
  background: -webkit-gradient(linear, left top, left bottom, from(#e745d2), to(#e535ce));
  background: -webkit-linear-gradient(top, #e745d2, #e535ce);
  background: linear-gradient(to bottom, #e745d2, #e535ce);
  border-color: #ee67dc;
  -webkit-box-shadow: 0 3px 0 #b822a4;
          box-shadow: 0 3px 0 #b822a4;
}
.editor-styles-wrapper .mybtn-box.is-style-aqua .st-mybtn,
.post .mybtn-box.is-style-aqua .st-mybtn,
.mybtn-box.is-style-aqua .st-mybtn {
  background: #039BE5;
  background: -webkit-gradient(linear, left top, left bottom, from(#29B6F6), to(#039BE5));
  background: -webkit-linear-gradient(top, #29B6F6, #039BE5);
  background: linear-gradient(to bottom, #29B6F6, #039BE5);
  border-color: #4FC3F7;
  -webkit-box-shadow: 0 3px 0 #0074ad;
          box-shadow: 0 3px 0 #0074ad;
}
.editor-styles-wrapper .mybtn-box.is-style-wide .st-mybtn,
.post .mybtn-box.is-style-wide .st-mybtn,
.mybtn-box.is-style-wide .st-mybtn {
  width: 90%;
}
.editor-styles-wrapper .mybtn-box.is-style-radius .st-mybtn,
.post .mybtn-box.is-style-radius .st-mybtn,
.mybtn-box.is-style-radius .st-mybtn {
  border-radius: 1000px;
}
.editor-styles-wrapper .mybtn-box.is-non-glare .st-mybtn a::after,
.post .mybtn-box.is-non-glare .st-mybtn a::after,
.mybtn-box.is-non-glare .st-mybtn a::after {
  content: none;
}

/* rank
=============================================================== */
.editor-styles-wrapper .rank-box,
.post .rank-box,
.rank-box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.editor-styles-wrapper .rank-box h4,
.post .rank-box h4,
.rank-box h4 {
  background: none;
}
.editor-styles-wrapper .rank-box .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rank-box .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rank-box .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  padding: 15px 20px 15px 60px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  background-color: transparent;
  background-image: url(images/oukan4.png);
}
.editor-styles-wrapper .rank-box .rankid1 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rank-box .rankid1 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rank-box .rankid1 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  background-image: url(images/oukan1.png);
}
.editor-styles-wrapper .rank-box .rankid2 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rank-box .rankid2 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rank-box .rankid2 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  background-image: url(images/oukan2.png);
}
.editor-styles-wrapper .rank-box .rankid3 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rank-box .rankid3 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rank-box .rankid3 .rankh4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  background-image: url(images/oukan3.png);
}

.editor-styles-wrapper .y-star,
.editor-styles-wrapper .w-star {
  font-size: 90% !important;
  margin: 0;
}

.editor-styles-wrapper .y-star .st-svg-star,
.editor-styles-wrapper .w-star .st-svg-star-half-o,
.editor-styles-wrapper .w-star .st-svg-star-o,
.post .y-star .st-svg-star,
.post .w-star .st-svg-star-half-o,
.post .w-star .st-svg-star-o {
  color: #ffb400;
}

.m-tag {
  background-color: #ef5350;
  display: table;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  padding: 3px 7px;
  text-decoration: none;
}

.catname {
  background-color: #ef5350 !important;
  border-color: #fff !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  color: #fff !important;
}

/* news-list
=============================================================== */
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: -30px;
  padding-left: 0;
}
.news-list > li {
  list-style: none;
  margin-right: 4%;
  margin-top: 30px;
  width: 48%;
}
.news-list > li:nth-child(2n) {
  margin-right: 0;
}
.news-list > li > a {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  display: block;
  text-decoration: none;
}
.news-list > li > a .news-list_img {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-list > li > a .m-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-list > li > a .news-list_text {
  padding: 15px;
}
.news-list > li > a .news-list_time {
  display: block;
  margin-bottom: 5px;
}
.news-list > li > a p {
  background: -webkit-gradient(linear, left bottom, left top, from(#33b497), to(#33b497)) no-repeat 100% 100%;
  background: -webkit-linear-gradient(bottom, #33b497, #33b497) no-repeat 100% 100%;
  background: linear-gradient(0deg, #33b497, #33b497) no-repeat 100% 100%;
  background-size: 0 1px;
  display: inline;
  font-weight: 700;
  margin: 0;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.news-list > li > a:hover .news-list_img img {
  opacity: 1;
}
.news-list > li > a:hover p {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .news-list {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
  }
  .news-list > li {
    list-style: none;
    margin-right: 0;
    margin-top: 20px;
    width: auto;
  }
  .news-list > li:first-child {
    margin-top: 0;
  }
  .news-list > li > a {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    display: block;
    text-decoration: none;
  }
  .news-list > li > a .news-list_img {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .news-list > li > a .news-list_img img {
    width: 100%;
  }
  .news-list > li > a .m-tag {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .news-list > li > a .news-list_text {
    padding: 15px;
  }
  .news-list > li > a .news-list_time {
    display: block;
    margin-bottom: 5px;
  }
  .news-list > li > a p {
    background: -webkit-gradient(linear, left bottom, left top, from(#33b497), to(#33b497)) no-repeat 100% 100%;
    background: -webkit-linear-gradient(bottom, #33b497, #33b497) no-repeat 100% 100%;
    background: linear-gradient(0deg, #33b497, #33b497) no-repeat 100% 100%;
    background-size: 0 1px;
    display: inline;
    font-weight: 700;
    margin: 0;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  .news-list > li > a:hover .news-list_img img {
    opacity: 1;
  }
  .news-list > li > a:hover p {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

@media screen and (max-width: 767px) {
  pre, p, .st-kaiwa-hukidashi, .st-kaiwa-hukidashi2, .yellowbox, .graybox, .redbox, .post ul li, .post ol li, .post table tr td, .st-tab-content label, table tr td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  pre, p, .st-kaiwa-hukidashi, .st-kaiwa-hukidashi2, .yellowbox, .graybox, .redbox, .post ul li, .post ol li, .post table tr td, .st-tab-content label, table tr td {
    font-size: 13px;
  }
}

.editor-styles-wrapper .is-style-st-paragraph-kaiwa-b,
.post .is-style-st-paragraph-kaiwa-b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.is-style-st-paragraph-kaiwa-b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.editor-styles-wrapper .is-style-st-paragraph-kaiwa-b::before {
  left: auto !important;
  right: -10px !important;
}

#contentInner .is-style-st-paragraph-kaiwa-b,
#contentInner .is-style-st-paragraph-kaiwa {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#contentInner .is-style-st-paragraph-kaiwa-b::before,
#contentInner .is-style-st-paragraph-kaiwa::before {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  border-radius: 0 !important;
  min-width: 160px;
  height: auto;
  min-height: 160px;
  width: 160px;
}
#contentInner .is-style-st-paragraph-kaiwa-b::after,
#contentInner .is-style-st-paragraph-kaiwa::after {
  content: none;
}
@media screen and (max-width: 767px) {
  #contentInner .is-style-st-paragraph-kaiwa-b,
#contentInner .is-style-st-paragraph-kaiwa {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.editor-styles-wrapper .is-style-st-paragraph-kaiwa::before,
.post .is-style-st-paragraph-kaiwa::before {
  background-image: url(/wp-content/themes/affinger/images/chat.png);
}

.is-style-st-paragraph-kaiwa::before {
  background-image: url(/wp-content/themes/affinger/images/chat.png);
}

.editor-styles-wrapper .is-style-st-paragraph-kaiwa-b::before,
.post .is-style-st-paragraph-kaiwa-b::before {
  background-image: url(/wp-content/themes/affinger/images/chat.png);
}

.is-style-st-paragraph-kaiwa-b::before {
  background-image: url(/wp-content/themes/affinger/images/chat.png);
}

/* m-modal
========================================================================== */
.m-modal {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.m-modal.is-active {
  height: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 10001;
}
.m-modal .m-modal_overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.m-modal .m-modal_wrapper {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-modal .m-modal_close {
  cursor: pointer;
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-modal .m-modal_close::after, .m-modal .m-modal_close::before {
  background-color: #fff;
  content: "";
  height: 3px;
  width: 20px;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-modal .m-modal_close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-modal .m-modal_close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1205px) {
  .m-modal .m-modal_close::after, .m-modal .m-modal_close::before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal_close {
    border: 0;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
  }
  .m-modal .m-modal_close::after, .m-modal .m-modal_close::before {
    height: 2px;
    width: 13px;
    right: 0;
    top: -20px;
  }
}

#side .kanren dt {
  float: none;
  margin-bottom: 10px;
  width: auto;
}
#side .kanren dt img {
  width: 100%;
}
#side .kanren dd {
  padding: 0 10px;
}

.post .kanren dt {
  width: 235px;
}
.post .kanren dt img {
  width: 100%;
}
.post .kanren dd {
  padding-left: 245px;
}
@media screen and (max-width: 767px) {
  .post .kanren dt {
    float: none;
    width: auto;
  }
  .post .kanren dt img {
    width: 100%;
  }
  .post .kanren dd {
    padding: 20px;
  }
}

.top-page-list .top-page-list_list {
  padding: 0;
}
.top-page-list .top-page-list_list > ul {
  background-color: #e0e0e0;
  border: 3px solid #ccc;
}
.top-page-list .top-page-list_list > ul > li {
  border-bottom: 1px solid #ccc;
}
.top-page-list .top-page-list_list > ul > li:nth-child(2n) {
  background-color: #f0f0f0;
}
.top-page-list .top-page-list_list > ul > li:first-child a {
  padding-left: 2.5em;
}
.top-page-list .top-page-list_list > ul > li:first-child a i {
  left: 1em;
}
.top-page-list .top-page-list_list > ul > li a {
  color: #545454;
  display: block;
  text-decoration: none;
  padding: 1em 1.5em 1em 3.5em;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page-list .top-page-list_list > ul > li a i {
  position: absolute;
  left: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-page-list .top-page-list_list > ul > li a::before {
  background-color: rgba(0, 185, 0, 0.1);
  border: 1px solid #00b900;
  -webkit-box-shadow: 0 0 5px #00b900;
          box-shadow: 0 0 5px #00b900;
  content: "";
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-page-list .top-page-list_list > ul > li a:hover::before {
    opacity: 1;
  }
}
.top-page-list .top-page-list_list > ul > li > ul > li {
  background-color: #fefefe;
  border-top: 1px solid #ccc;
}
.top-page-list .top-page-list_list > ul > li > ul > li a {
  padding-left: 5.5em;
}
.top-page-list .top-page-list_list > ul > li > ul > li a i {
  left: 4em;
}
.top-page-list .top-page-list_list > ul > li > ul > li > ul > li {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.top-page-list .top-page-list_list > ul > li > ul > li > ul > li a {
  padding-left: 7.5em;
}
.top-page-list .top-page-list_list > ul > li > ul > li > ul > li a i {
  left: 6em;
}
.top-page-list .top-page-list_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-page-list .top-page-list_list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-page-list .top-page-list_list {
    padding: 15px;
  }
  .top-page-list .top-page-list_list > ul > li a {
    padding: 1em 1em 1em 2.5em;
  }
  .top-page-list .top-page-list_list > ul > li a i {
    left: 1em;
  }
  .top-page-list .top-page-list_list > ul > li > ul > li a {
    padding-left: 3.5em;
  }
  .top-page-list .top-page-list_list > ul > li > ul > li a i {
    left: 2em;
  }
  .top-page-list .top-page-list_list > ul > li > ul > li > ul > li a {
    padding-left: 5.5em;
  }
  .top-page-list .top-page-list_list > ul > li > ul > li > ul > li a i {
    left: 4em;
  }
}

#footer .footermenubox {
  margin: 20px auto 50px;
}
#footer .footermenubox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footermenubox ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footermenubox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9em;
}
#footer .footermenubox > ul > li {
  border-right: 0;
  margin-top: 10px;
  text-align: center;
  width: 20%;
}
#footer .footermenubox > ul > li:first-child a, #footer .footermenubox > ul > li:nth-child(6) a {
  border-left: 1px solid #33b497;
}
#footer .footermenubox > ul > li:nth-last-child(1) {
  background-color: #111;
  border-radius: 3px;
  margin-top: 50px;
  width: 43%;
}
#footer .footermenubox > ul > li:nth-last-child(1) a {
  border-right: 0;
}
#footer .footermenubox > ul > li:nth-last-child(2) {
  background-color: #111;
  border-radius: 3px;
  margin-top: 50px;
  margin-right: 20px;
  width: 43%;
}
#footer .footermenubox > ul > li:nth-last-child(2) a {
  border-right: 0;
}
#footer .footermenubox > ul > li a {
  border-left: 1px solid transparent;
  border-right: 1px solid #33b497;
  color: #fff !important;
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #footer .footermenubox > ul > li a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #footer .footermenubox > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footermenubox > ul > li {
    background-color: #111;
    margin-right: 2%;
    margin-top: 10px;
    text-align: center;
    width: 49%;
  }
  #footer .footermenubox > ul > li a {
    border: 1px solid #33b497 !important;
    border-radius: 3px;
  }
  #footer .footermenubox > ul > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #footer .footermenubox > ul > li:nth-child(7) a {
    border-left: 0;
  }
  #footer .footermenubox > ul > li:nth-last-child(3) {
    margin-right: 4%;
  }
  #footer .footermenubox > ul > li:nth-last-child(1) {
    margin-right: 0;
    margin-top: 25px;
    width: 49%;
  }
  #footer .footermenubox > ul > li:nth-last-child(2) {
    margin-top: 25px;
    margin-right: 2% !important;
    width: 49%;
  }
}

.footer-risk {
  background-color: #fafafa;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 1.5em;
  text-align: left;
}
.footer-risk p {
  color: #999;
}
.footer-risk p strong {
  color: #00b900;
  display: block;
  margin-bottom: 1em;
  text-align: center;
}

.side-banner {
  margin-bottom: 30px;
}
.side-banner li {
  margin-bottom: 20px;
}
.side-banner li img {
  width: 100%;
}

.post .eyecatch {
  margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
  .post .eyecatch {
    margin: 10px auto 40px;
  }
}

/* flow
========================================================================== */
.flow .flow_title {
  background: #33b497;
  border: 1px solid #33b497;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  border-radius: 7px;
  display: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 24px 5px 16px;
  text-align: left;
  position: relative;
}
.flow .flow_title::after, .flow .flow_title::before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow .flow_title::before {
  height: 2px;
  width: 18px;
  right: 16px;
}
.flow .flow_title::after {
  height: 18px;
  width: 2px;
  right: 24px;
}
.flow .flow_title.is-active::after {
  height: 0;
}
@media screen and (max-width: 767px) {
  .flow .flow_title {
    display: block;
  }
}
.flow ol {
  counter-reset: flow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow ol {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow ol.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flow ol:first-child {
  margin-top: 0;
}
.flow ol li {
  background: -webkit-repeating-linear-gradient(135deg, white, white 7px, transparent 0, transparent 14px) #f0f0f0;
  background: repeating-linear-gradient(-45deg, white, white 7px, transparent 0, transparent 14px) #f0f0f0;
  border-radius: 7px;
  counter-increment: flow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-right: 1.6%;
  overflow: hidden;
  padding: 20px 15px 15px;
  width: 25%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow ol li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2%;
    margin-top: 20px;
    width: 48%;
  }
  .flow ol li:nth-child(2n) {
    margin-right: 0;
  }
  .flow ol li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .flow ol li {
    margin-right: 0;
    width: 100%;
  }
  .flow ol li:nth-child(-n+2) {
    margin-top: 20px;
  }
  .flow ol li:first-child {
    margin-top: 0 !important;
  }
}
.flow ol li.is-active {
  background-color: #41e6c2;
}
.flow ol li.is-active a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flow ol li.is-active a::after {
  background: -webkit-repeating-linear-gradient(135deg, white, white 7px, transparent 0, transparent 14px);
  background: repeating-linear-gradient(-45deg, white, white 7px, transparent 0, transparent 14px);
  content: "";
  mix-blend-mode: soft-light;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flow ol li::before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
  z-index: -1;
}
.flow ol li::after {
  background-color: #33b497;
  content: counter(flow);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 88px;
  position: absolute;
  left: 16px;
  top: 16px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.flow ol li:last-child {
  margin-right: 0;
}
.flow ol li p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .flow ol li p {
    line-height: 1.3;
  }
}
.flow ol li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#33b497), color-stop(50%, #29917a), color-stop(50%, #33b497));
  background: -webkit-linear-gradient(bottom, #33b497 0%, #29917a 50%, #33b497 50%);
  background: linear-gradient(0deg, #33b497 0%, #29917a 50%, #33b497 50%);
  border: 1px solid #41e6c2;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  text-shadow: 1px 1px 0 rgba(14, 48, 40, 0.32);
  padding: 13px 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s, color 0s;
  transition: all 0.3s, color 0s;
}
.flow ol li a::before {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  content: "";
  height: 28%;
  position: absolute;
  left: 2.5%;
  right: 2.5%;
  top: 12%;
}
@media screen and (min-width: 768px) {
  .flow ol li a:hover {
    background: #fff;
    color: #33b497;
    text-shadow: none;
  }
}
@media (max-width: 480px) {
  .flow ol li a {
    font-size: 13px;
    padding: 7px 0;
  }
}
.flow.is-style-green ol li.is-active {
  background-color: #41e6c2;
}
.flow.is-style-green ol li::after {
  background-color: #33b497;
}
.flow.is-style-green ol li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#33b497), color-stop(50%, #29917a), color-stop(50%, #33b497));
  background: -webkit-linear-gradient(bottom, #33b497 0%, #29917a 50%, #33b497 50%);
  background: linear-gradient(0deg, #33b497 0%, #29917a 50%, #33b497 50%);
  border: 1px solid #41e6c2;
}
@media screen and (min-width: 768px) {
  .flow.is-style-green ol li a:hover {
    background: #fff;
    color: #33b497;
  }
}
.flow.is-style-red ol li.is-active {
  background-color: #ff6a6a;
}
.flow.is-style-red ol li::after {
  background-color: #eb3131;
}
.flow.is-style-red ol li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#eb3131), color-stop(50%, #b92626), color-stop(50%, #eb3131));
  background: -webkit-linear-gradient(bottom, #eb3131 0%, #b92626 50%, #eb3131 50%);
  background: linear-gradient(0deg, #eb3131 0%, #b92626 50%, #eb3131 50%);
  border: 1px solid #ff6a6a;
}
@media screen and (min-width: 768px) {
  .flow.is-style-red ol li a:hover {
    background: #fff;
    color: #eb3131;
  }
}
.flow.is-style-blue ol li.is-active {
  background-color: #4274ff;
}
.flow.is-style-blue ol li::after {
  background-color: #4667c2;
}
.flow.is-style-blue ol li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#4667c2), color-stop(50%, #344d92), color-stop(50%, #4667c2));
  background: -webkit-linear-gradient(bottom, #4667c2 0%, #344d92 50%, #4667c2 50%);
  background: linear-gradient(0deg, #4667c2 0%, #344d92 50%, #4667c2 50%);
  border: 1px solid #4274ff;
}
@media screen and (min-width: 768px) {
  .flow.is-style-blue ol li a:hover {
    background: #fff;
    color: #4667c2;
  }
}
.flow.is-style-yellow ol li.is-active {
  background-color: #ffd167;
}
.flow.is-style-yellow ol li::after {
  background-color: #ffb400;
}
.flow.is-style-yellow ol li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb400), color-stop(50%, #e29e00), color-stop(50%, #ffb400));
  background: -webkit-linear-gradient(bottom, #ffb400 0%, #e29e00 50%, #ffb400 50%);
  background: linear-gradient(0deg, #ffb400 0%, #e29e00 50%, #ffb400 50%);
  border: 1px solid #ffd167;
}
@media screen and (min-width: 768px) {
  .flow.is-style-yellow ol li a:hover {
    background: #fff;
    color: #ffb400;
  }
}
.flow.is-style-aqua ol li.is-active {
  background-color: #59c8ff;
}
.flow.is-style-aqua ol li::after {
  background-color: #039BE5;
}
.flow.is-style-aqua ol li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#039BE5), color-stop(50%, #0186c9), color-stop(50%, #039BE5));
  background: -webkit-linear-gradient(bottom, #039BE5 0%, #0186c9 50%, #039BE5 50%);
  background: linear-gradient(0deg, #039BE5 0%, #0186c9 50%, #039BE5 50%);
  border: 1px solid #59c8ff;
}
@media screen and (min-width: 768px) {
  .flow.is-style-aqua ol li a:hover {
    background: #fff;
    color: #039BE5;
  }
}
.flow.is-style-pink ol li.is-active {
  background-color: #ff98ba;
}
.flow.is-style-pink ol li::after {
  background-color: #F06292;
}
.flow.is-style-pink ol li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#F06292), color-stop(50%, #c75178), color-stop(50%, #F06292));
  background: -webkit-linear-gradient(bottom, #F06292 0%, #c75178 50%, #F06292 50%);
  background: linear-gradient(0deg, #F06292 0%, #c75178 50%, #F06292 50%);
  border: 1px solid #ff98ba;
}
@media screen and (min-width: 768px) {
  .flow.is-style-pink ol li a:hover {
    background: #fff;
    color: #F06292;
  }
}

/* header
========================================================================== */
@media (min-width: 960px) {
  #headbox {
    position: relative;
  }
  #headbox .sitename {
    width: 300px;
  }
  #headbox .banner-rectangle {
    width: 400px;
  }
  header .smanone ul.menu {
    border-left: 1px solid #33b497;
    border-right: 1px solid #33b497;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .smanone ul.menu li, header nav.st5 ul.menu li, header nav.st5 ul.menu li, header #st-menuwide div.menu li, header #st-menuwide nav.menu li {
    border-right: 1px solid #33b497;
  }
  header .smanone ul.menu > li {
    float: none;
    height: 45px;
    width: 20%;
  }
  header .smanone ul.menu > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.25;
  }
  header .smanone ul.menu > li .sub-menu > li {
    width: 100%;
  }
  header .smanone ul.menu > li .sub-menu > li > a {
    background-color: #33b497;
  }
  #st-menuwide {
    background: -webkit-gradient(linear, left bottom, left top, from(#222), color-stop(50%, #111), color-stop(50%, #222)) !important;
    background: -webkit-linear-gradient(bottom, #222 0%, #111 50%, #222 50%) !important;
    background: linear-gradient(0deg, #222 0%, #111 50%, #222 50%) !important;
    border-bottom: 0;
    border-top: 1px solid #33b497;
    -webkit-box-shadow: 0 1px 2px 0 #555;
            box-shadow: 0 1px 2px 0 #555;
  }
  #wrapper:not(.colum1) #content-w,
header + #content-w {
    padding-top: 40px;
  }
  #wrapper:not(.colum1) #content-w main,
header + #content-w main {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 959px) {
  #headbox {
    position: relative;
  }
  #headbox .banner-rectangle {
    width: 200px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 959px) and (max-width: 767px) {
  #headbox .banner-rectangle {
    display: none;
  }
}
@media (max-width: 959px) {
  #st-mobile-logo {
    margin-bottom: 0 !important;
    padding: 0 !important;
    line-height: 1;
    font-size: 1em;
  }
}
@media (max-width: 959px) {
  #header-l {
    display: none;
  }
}
@media (max-width: 959px) {
  .st-svg-menu::before {
    color: #111;
  }
}
@media (max-width: 959px) {
  #s-navi dd.acordion_tree,
#s-navi dd.acordion_search {
    background-color: #111;
  }
}
@media (max-width: 959px) {
  .widget_st_categories_widget ul.st-ac-cat .cat-item a,
.acordion_tree ul.menu li a {
    border-bottom: 1px solid #33b497;
  }
}
@media (max-width: 959px) {
  .s-navi-active .acordion_tree ul.menu li .sub-menu a {
    background-color: #33b497;
  }
}
@media (min-width: 610px) {
  #headbox {
    padding-top: 10px;
  }
}
#headbox-bg {
  background: #fafafa !important;
}

.wp-block-search__button {
  font-size: 0.8em;
}

.st-content-width,
nav.smanone,
nav.st5,
#st-header-cardlink,
#st-menuwide div.menu,
#st-menuwide nav.menu,
#st-header,
#st-header-under-widgets-box,
#content,
#footer-in {
  max-width: 1260px;
}

@media (max-width: 767px) {
  #header-l {
    display: none;
  }
}
/* content  
========================================================================== */
#content-w {
  position: relative;
}
#content-w::before {
  color: #f0f0f0;
  content: "Jade";
  font-size: 20em;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#content-w::after {
  color: #f0f0f0;
  content: "FOREX";
  font-size: 20em;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 1em;
  z-index: -1;
}
@media (max-width: 767px) {
  #content-w::after, #content-w::before {
    content: none;
  }
}

.colum1 main {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .colum1 main {
    padding: 20px;
  }
}

@media only screen and (min-width: 960px) {
  main {
    padding-bottom: 60px;
  }
}
/* section
========================================================================== */
.section {
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 30px;
  }
}

/* top-title
========================================================================== */
.top-title {
  padding-left: 20px !important;
}
.top-title .top-title_word {
  color: #33b497;
  display: block;
  font-size: 0.5em;
}
.top-title::before {
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 7px, transparent 0, transparent 14px) #33b497;
  background: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px) #33b497;
  content: "" !important;
  height: 5px !important;
  width: 100% !important;
}
.top-title.theme-red::before {
  background-color: #ea6676 !important;
}

/* footer
========================================================================== */
#footer {
  background: #222;
  margin-top: 100px;
  padding-bottom: 150px;
}

footer .footermenust li {
  border-right-color: #33b497 !important;
}

.floating-banner {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.floating-banner .st-mybtn {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .floating-banner {
    padding: 10px;
  }
}

.editor-styles-wrapper .is-style-st-paragraph-kaiwa::before,
.post .is-style-st-paragraph-kaiwa::before {
  background-image: url(/wp-content/themes/affinger/images/icon-talk02.png) !important;
}

.is-style-st-paragraph-kaiwa::before {
  background-image: url(/wp-content/themes/affinger/images/icon-talk02.png) !important;
}

.editor-styles-wrapper .is-style-st-paragraph-kaiwa-b::before,
.post .is-style-st-paragraph-kaiwa-b::before {
  background-image: url(/wp-content/themes/affinger/images/icon-talk02.png) !important;
}

.is-style-st-paragraph-kaiwa-b::before {
  background-image: url(/wp-content/themes/affinger/images/icon-talk02.png) !important;
}

	#contentInner .is-style-st-paragraph-kaiwa,
	#contentInner .is-style-st-paragraph-kaiwa-b {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

@media (max-width: 767px) {
	#contentInner .is-style-st-paragraph-kaiwa::before,
	#contentInner .is-style-st-paragraph-kaiwa-b::before {
		margin-top: 20px;
	}
			#contentInner .is-style-st-paragraph-kaiwa::before,
		#contentInner .is-style-st-paragraph-kaiwa-b::before {
			margin-left: auto;
		}
			}