@charset "UTF-8";

/*
	WordPressのエディタで入力する部分

*/

/* ---------------------------------------------
	見出し
---------------------------------------------- */
/*.editor h1:first-child { margin-top: 0; }*/
.editor p:last-child { margin-bottom: 0; }
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5 { 
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: 900;
	font-weight: bold;
}
.editor h1 {
	font-size: 1.5rem;
    font-weight: 700;
}
.editor h2 {
	position: relative;
	padding: 1rem 1rem;
	border: 4px solid;
	font-size: 1.5rem;
}
.editor h2:before,
.editor h2:after {
position: absolute;
left: 0;
width: 100%;
content: '';
border-top: 4px dotted;
}
.editor h2:before {
top: 6px;
}
.editor h2:after {
bottom: 6px;
}
.editor h3 {
	padding: 0.75rem 1rem;
	border-top: 3px solid;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.editor h4 {
	position: relative;
	padding: 0.75rem 1rem;
	font-size: 18px;
}
.editor h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	/* background-image: -webkit-repeating-linear-gradient(135deg, #CC4922, #CC4922 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #CC4922, #CC4922 1px, transparent 2px, transparent 5px); */
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.editor h5 {
	padding: 0.1rem 1rem;
	border-left: 4px solid;
	font-size: 18px;
}
.editor h6 {
	font-size: 18px;
}
	/*====================================
	見出し	560px以下
	=====================================*/
	@media screen and (max-width: 560px) {
		.editor h1 {
			font-size: 24px;
		}
		.editor h2 {
			font-size: 22px;
		}
		.editor h3 {
			font-size: 20px;
		}
		.editor h4,
		.editor h5,
		.editor h6 {
			font-size: 18px;
		}
}
/* ---------------------------------------------
	a link
---------------------------------------------- */
.editor a { text-decoration: underline; }
.editor a:hover,
.editor a:active { text-decoration: none; }
a.anchor{ display: block;padding-top: 4rem;margin-top: -4rem; }/*ページ内リンクのジャンプ先がグローバルナビに隠れないようにする*/
/* ---------------------------------------------
	layout
---------------------------------------------- */
.aligncenter { display: block;margin: 0 auto; }
.alignright { float: right; }
.alignleft { float: left; }

/* ---------------------------------------------
	ul
---------------------------------------------- */
.editor ul,
.editor ol { padding-left: 1rem;}
.editor ul { list-style-type: disc; }
.editor ul > li  > ul { list-style-type: circle; }
.editor ul > li  > ul  > li  > ul { list-style-type: square; }


@media  (max-width: 576px) {
}
/* ---------------------------------------------
	dl, dt, dd
---------------------------------------------- */
.editor dl, 
.editor dt, 
.editor dd { border-width: 1px;border-style: none; }
.editor dt, 
.editor dd { border-top-style: solid; }
.editor dl { display: flex;flex-wrap: wrap;border-style: none none solid none;margin:1rem 0;}
.editor dt { width: 30%; font-weight: bold;padding: 1rem; }
.editor dd { width: 70%; padding: 1rem;margin-bottom: 0; }
.editor dd p:last-child { border-bottom: 0; }
.editor dd ul,
.editor dd ul li:last-child { margin: 0; }
.editor dl:after { content: "";clear: both;display: block; }
@media  (max-width: 1000px) {
	.editor dl { width: 100%; display: block;margin:1rem 0; }
	.editor dt { width: 100%;border-bottom-style: dotted; }
	.editor dd { width: 100%;border-top-style: none; }
}

/* ---------------------------------------------
	wordpress > 画像のキャプション
---------------------------------------------- */
.wp-caption {
	padding: 0.75rem;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
}
.wp-caption-text {
	margin: 0.5rem 0 0 0;
}
.wp-block-image figcaption {
	font-size: 0.875rem;
	margin-bottom: 0;
}
.wp-block-image a img:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
/* ---------------------------------------------
	wordpress > ギャラリー
---------------------------------------------- */
/*ギャラリーの画像サイズを全て同じにする*/
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;/*style.min.cssの上書き*/	
}

.blocks-gallery-item figure {
	background-color: #222;flex-grow: 0;
}
.blocks-gallery-item figure a img:hover {
	opacity: 0.6;
	background-color: #222;
	transition-duration: 0.3s;
}
/* ---------------------------------------------
	wordpress > メディアと文章
---------------------------------------------- */
/* CSS Grid LayoutがIEに非対応、IEは幅が50%固定になる
　下記のクラスを「高度な設定」>「追加CSS」に記述して幅の変更*/
.wp-block-media-text.first-grid-25 {
	-ms-grid-columns: 25% 1fr; /*IE用*/
}
.wp-block-media-text.first-grid-50 {
	-ms-grid-columns: 50% 1fr; /*IE用*/
}
.wp-block-media-text.first-grid-75 {
	-ms-grid-columns: 75% 1fr; /*IE用*/
	/*grid-template-columns: 75% 1fr;*/
}
/* ---------------------------------------------
	wordpress > 詩
---------------------------------------------- */
.wp-block-verse {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	padding: 1rem;
	overflow: auto;
}
/* ---------------------------------------------
	wordpress > 音声
---------------------------------------------- */
.wp-block-audio figcaption {
	text-align: center;
	font-size: 0.75rem;
	margin-top: 0;
}
/* ---------------------------------------------
	table
---------------------------------------------- */
.editor table { border-collapse: collapse;width: 100%;border: none; }
.editor table th,
.editor table td { padding: 0.5rem 0.75rem;border-width: 1px;border-style: solid; }
.editor table th { }
.editor table th.has-text-align-left { text-align: left; }
.editor table th.has-text-align-right { text-align: right; }
.editor table td ul { padding-left: 1.5rem; }

/*高度な設定でtable幅を調整*/
.editor .table-width_3-7 table th, 
.editor .table-width_3-7 table td:nth-child(2n+1) { width: 30%;font-weight: bold; }
.editor .table-width_3-7 table td:nth-child(2n) { width: 70%; }

.editor .table-width_4-6 table th, 
.editor .table-width_4-6 table td:nth-child(2n+1) { width: 40%;font-weight: bold;}
.editor .table-width_4-6 table td:nth-child(2n) { width: 60%; }

/*reser.css 打消し*/
.editor table th label,
.editor table td label {
	display: inline-block;
}

@media  (max-width: 576px) {
	.editor table th,
	.editor table td { padding: 0.5rem; }
}
/* ---------------------------------------------
	wordpress > ブロックの種類（ファイル）
---------------------------------------------- */
.wp-block-column .wp-block-file {
	margin-bottom: 0; /*カラムの中に含まれるファイルのmargin-bottomを消す*/
}
.wp-block-column .wp-block-file+.wp-block-file {
	margin-top: 1em; /*カラムの中でファイルが2つ並ぶ場合はmargin-top*/
}
/* ---------------------------------------------
	wordpress > ダウンロードボタン
---------------------------------------------- */
/*↓WordPressの標準css上書き*/
.wp-block-file {
	margin-bottom: 0;
}
.wp-block-file .wp-block-file__button {
	background-color: #fff;
	padding: 0.25em 1em;
}
.wp-block-file__button {
	color: #333!important;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover{
	background-color: #eee;
	border: 1px solid #222;
}


/*↓独自css*/
.wp-block-file__button {
	border: 1px solid #ccc;
}
.wp-block-file .wp-block-file__button {
	background-image: url("../img/icon/download.png");
	background-size: 0.8rem auto;
    background-repeat: no-repeat;
    background-position: left 0.75em center;
    padding: 0em 0.75em 0em 2.25em;
    display: inline-block;
    border-radius: 4px;
}

/*ダウンロードボタンからファイル形式アイコンを削除する*/
.wp-block-file__button[href$=".doc"]:before,
.wp-block-file__button[href$=".docm"]:before,
.wp-block-file__button[href$=".docx"]:before,
.wp-block-file__button[href$=".dot"]:before,
.wp-block-file__button[href$=".xlsx"]:before,
.wp-block-file__button[href$=".xlsm"]:before,
.wp-block-file__button[href$=".xlsb"]:before,
.wp-block-file__button[href$=".xltx"]:before,
.wp-block-file__button[href$=".xltm"]:before,
.wp-block-file__button[href$=".xls"]:before,
.wp-block-file__button[href$=".xlt"]:before,
.wp-block-file__button[href$=".xml"]:before,
.wp-block-file__button[href$=".xlam"]:before,
.wp-block-file__button[href$=".xla"]:before,
.wp-block-file__button[href$=".xlw"]:before,
.wp-block-file__button[href$=".xlr"]:before,
.wp-block-file__button[href$=".pdf"]:before
{
	content: none;
}

/* ---------------------------------------------
	wordpress > 引用
---------------------------------------------- */
.wp-block-quote {
	position:relative;
	padding:1rem 1.5rem;
	border-width: 1px;
	border-style: dotted;
}
.wp-block-quote, 
.wp-block-quote p {
	font-style: italic;
}
.wp-block-quote cite {
	font-size: 0.875rem;
}
/* ---------------------------------------------
	wordpress > シェアボタン（Plugin）
---------------------------------------------- */
.addtoany_share_save_container {
	margin: 1.5rem 0 1.75rem 0;
}
/* ---------------------------------------------
	wordpress > metaslider（Plugin）
---------------------------------------------- */
.editor .metaslider {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important;
}
/* ---------------------------------------------
	wordpress > MW WP Form, Contact Form 7（Plugin）
---------------------------------------------- */
.editor table.mailform {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-collapse:inherit;
	border: 1px solid #ccc;
}
.editor table.mailform th {
	font-weight: bold;
	position: relative;
	text-align: left;
	padding-right: 4rem;
}
.editor table.mailform th,
.editor table.mailform td {
	background-color: #fff;
	padding: 1rem;
	border-style: hidden;
}
.editor table.mailform tr:nth-child(odd) th,
.editor table.mailform tr:nth-child(odd) td {
	background-color: #eee;
}
.editor table.width3-7 th{
	width: 30%;
}
.editor table.mailform th,
.editor table.mailform td {
	/*border-color: #eee;*/
}
/*必須*/
.hissu { 
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0.5em 0.5em;
	font-size: 0.7rem;
	text-align: center;
	width: auto;
	height: 1.6rem;
	line-height: 1em;
	border-radius: 2px;
	background-color: #cc0000;
	border: 1px solid #cc0000;
	color: #fff;
	font-weight: bold;
}

/*境界線*/
/*
.editor table.mailform th.border-top,
.editor table.mailform td.border-top {
	border-top-color: #000;
}*/

/*小さい文字*/
.mailfrom_small,
.mailfrom_small a {
	font-size: 0.785rem;
	line-height: 1.5em;
}
.mailfrom_small {
	color: #666;
}
.editor p.mailfrom_small {
	margin: 0;
}
input+.mailfrom_small,
.editor p+.mailfrom_small, 
.editor ul+.mailfrom_small, 
.editor ol+.mailfrom_small, 
textarea+.mailfrom_small,
select+.mailfrom_small {
	margin-top: 0.5rem;
}

/*contact form 7
チェックボックス 先頭の余白を消す*/
span.wpcf7-list-item:first-child {
	margin-left: 0em;
}
/*contact form 7
ラジオボタン、チェックボックスなどを縦並びにする*/
span.tate > span.wpcf7-list-item {
	margin-left: 0;
	width: 100%;
}

/*------ボタン-------*/
.mw_wp_form input[type="submit"]+input[type="submit"] {
	margin-left: 1rem; /*2つ並んだら隙間*/
}
.mw_wp_form input[type="submit"] {
	color: #fff;
	padding: 1rem 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px 1px #cccccc, 0px 0px 0px 0px #b7b7b7;
}

.mw_wp_form input[type="submit"]:hover,
.mw_wp_form input[type="submit"]:active {
	text-decoration: underline;
	cursor: pointer;
}

/*ボタン（確認画面へ）*/
.mw_wp_form input[type="submit"][name="submitConfirm"] {
    background-color: #138511;
}
.mw_wp_form input[type="submit"][name="submitConfirm"]:hover,
.mw_wp_form input[type="submit"][name="submitConfirm"]:active {
	background-color: #25ad23;
}

/*ボタン（送信する）*/
.mw_wp_form input[type="submit"] {
    background-color: #047294;
}
.mw_wp_form input[type="submit"]:hover,
.mw_wp_form input[type="submit"]:active {
	background-color: #1da5cf;
}

/*ボタン（戻る）*/
.mw_wp_form input[type="submit"][name="submitBack"] {
    background-color: #666;
}
.mw_wp_form input[type="submit"][name="submitBack"]:hover,
.mw_wp_form input[type="submit"][name="submitBack"]:active {
	background-color: #999;
}

/*------入力画面-------*/
.mw_wp_form_input {}


/*------確認画面-------*/
.mw_wp_form_confirm td {
	background-color: #dfdfdf;
}

.editor .mw_wp_form_confirm .list-reset li {
	margin-left: 1.5rem;
}

/*------確認画面でのみ表示-------*/
.mw_wp_form_input .confirm-only,
.mw_wp_form_complete .confirm-only {
	display: none;
}

/*------送信完了-------*/
.mw_wp_form_complete {}




/*入力欄の幅指定class*/
.editor .w10 { width: 10%; }
.editor .w20 { width: 20%; }
.editor .w30 { width: 30%; }
.editor .w40 { width: 40%; }
.editor .w50 { width: 50%; }
.editor .w60 { width: 60%; }
.editor .w70 { width: 70%; }
.editor .w80 { width: 80%; }
.editor .w90 { width: 90%; }
.editor .w100 { width: 100%; }

	/* ---------------------------------------------
	   mailform > 800px以下
	---------------------------------------------- */
	@media  (max-width: 800px) {
		.editor .w10 { width: 50%; }
		.editor .w20 { width: 50%; }
		.editor .w30 { width: 50%; }
		.editor .w40 { width: 50%; }
		.editor .w50 { width: 90%; }
		.editor .w60 { width: 90%; }
		.editor .w70 { width: 90%; }
		.editor .w80 { width: 90%; }
		.editor .w90 { width: 90%; }
		.editor .w100 { width: 100%; }
	}
	/* ---------------------------------------------
	   mailform > 600px以下
	---------------------------------------------- */
	@media  (max-width: 600px) {
		.editor table.mailform th {
			padding: 0.5rem;
			line-height: 1.25em;
		}
		.hissu {
			position: static;
			display: block;
			padding: 0.25em 0.5em;
			margin: 0.25rem auto auto 0;
			height: 1.125rem;
			width: 3rem;
		}
		.wpcf7-form-control-wrap span.wpcf7-list-item {
			/*contact form 7
			ラジオボタン,チェックボックスを縦並びにする*/
			margin-left: 0;
			width: 100%;
		}
	}
/* ---------------------------------------------
	margin
---------------------------------------------- */
.editor .wpcf7 { /*plugin(contact form7) > margin*/
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.editor table td ul, 
.editor table td ol { margin: 0; }
.editor table td p { margin: 0; }

.editor .wp-block-file+p, 
.editor .wp-block-file+.wp-block-file,
.editor .wp-block-gallery+p, 
.editor h1+.wp-block-file, 
.editor h1+.wp-block-gallery,
.editor h1+p, 
.editor h2+.wp-block-file, 
.editor h2+.wp-block-gallery,
.editor h2+p, 
.editor h3+.wp-block-file, 
.editor h3+.wp-block-gallery,
.editor h3+p,
.editor h4+.wp-block-file, 
.editor h4+.wp-block-gallery,
.editor h4+p,
.editor h4+ul, 
.editor h4+ol, 
.editor h5+.wp-block-file, 
.editor h5+.wp-block-gallery,
.editor h5+p, 
.editor h5+ul, 
.editor h5+ol, 
.editor h6+.wp-block-file,
.editor h6+.wp-block-gallery,
.editor h6+p, 
.editor h6+ul, 
.editor h6+ol, 
.editor p+.wp-block-file,
.editor p+.wp-block-gallery,
.editor p+p { margin-top: 1rem; }

.editor .wp-block-columns {
	margin: 1rem 0;
}

.editor .wp-block-image+.wp-block-table, 
.editor .wp-block-image+.wp-block-image, 
.editor .wp-block-image+p, 
.editor .wp-block-quote+p, 
.editor .wp-block-gallery+h2,
.editor .wp-block-gallery+h3,
.editor .wp-block-gallery+h4,
.editor .wp-block-gallery+h5,
.editor blockquote+p, 
.editor .wp-block-table+.wp-block-image, 
.editor p+.wp-block-table, 
.editor p+blockquote, 
.editor .wp-block-table+p, 
.editor h2+.wp-block-image, 
.editor h2+.wp-block-quote, 
.editor h2+.wp-block-table, 
.editor h2+figure, 
.editor h2+iframe, 
.editor h2+blockquote,
.editor blockquote+h2, 
.editor h3+.wp-block-image, 
.editor h3+.wp-block-quote, 
.editor h3+.wp-block-table, 
.editor h3+figure, 
.editor h3+h3, 
.editor h3+h4, 
.editor h3+iframe, 
.editor h3+ol, 
.editor h3+table, 
.editor h3+ul, 
.editor h4+.wp-block-image, 
.editor h4+.wp-block-quote, 
.editor h4+.wp-block-table, 
.editor h4+figure, 
.editor h4+h4, 
.editor h4+h5, 
.editor h4+iframe, 
.editor h5+.wp-block-image, 
.editor h5+.wp-block-quote, 
.editor h5+.wp-block-table, 
.editor h5+figure, 
.editor h5+h5, 
.editor h5+h6, 
.editor h5+iframe, 
.editor h6+.wp-block-image, 
.editor h6+.wp-block-quote, 
.editor h6+.wp-block-table, 
.editor h6+figure, 
.editor h6+h6, 
.editor h6+iframe, 
.editor ol+.mw_wp_form, 
.editor ol+h4,
.editor ol+h5,
.editor ol+p,
.editor p+.wp-block-quote, 
.editor p+.wp-block-image, 
.editor p+h4, 
.editor p+h5, 
.editor p+ol, 
.editor p+ul, 
.editor table td p+p, 
.editor ul+.mw_wp_form, 
.editor ul+h4, 
.editor ul+h5, 
.editor ul+p { margin-top: 1.5rem; }

.editor .gallery+table, 
.editor .wp-block-table+h2, 
.editor a.anchor+h2, 
.editor h2+ul, 
.editor h2+ol,
.editor h3+h2, 
.editor iframe+h2, 
.editor table+table { margin-top: 2rem; }

.editor h2+table, 
.editor h2+h3, 
.editor ol+h3, 
.editro ol+.anchor, 
.editro p+.anchor, 
.editro ul+.anchor, 
.editor ul+h3, 
.editor p+h2,
.editor p+h3, 
.editor p+h4,
.editor p+h5,
.editor p+h6,
.editor ul+h3 { margin-top: 2.25rem; }
 
.editor .wp-block-file+h5, 
.editor .wp-block-file+h6, 
.editor .wp-block-image+h5, 
.editor .wp-block-image+h6, 
.editor .wp-block-table+h5, 
.editor .wp-block-table+h6, 
.editor h1+table, 
.editor h1+h2,
.editor h2+.wp-block-image,
.editor table+h5, 
.editor table+h6, 
.editor figure+h3 { margin-top: 2.5rem; }

.editor .wp-block-file+h2, 
.editor .wp-block-file+h3, 
.editor .wp-block-file+h4, 
.editor .wp-block-image+h2, 
.editor .wp-block-image+h3, 
.editor .wp-block-image+h4, 
.editor .wp-block-table+h2, 
.editor .wp-block-table+h3, 
.editor .wp-block-table+h4, 
.editor ol+h2, 
.editor table+h4,
.editor ul+h2 { margin-top: 3rem;}

.editor table+h2, 
.editor table+h3 { margin-top: 4.25rem; }

.editor p+h1, 
.editor table+h1,
.editor ul+h1, 
.editor ol+h1 { margin-top: 4.5rem; }

/*画像のキャプション*/
.wp-caption+h2, 
.wp-caption+h3,
.wp-caption+h4 { margin-top: 2.5rem; }

/*メディアと画像*/
.wp-block-media-text { margin: 1.5rem 0; }
.wp-block-media-text+h2 { margin-top: 3rem; }
.wp-block-media-text+h3 { margin-top: 2.75rem; }
.wp-block-media-text+h4 { margin-top: 2.5rem; }

/* page link */
a.anchor{ display: block;padding-top: 4rem;margin-top: -4rem; }

/* フルサイズ画像 */
figure.wp-block-image.size-full img {
    width: 100%;
}


/* ******************************************************************************************
	余白（マージン）
****************************************************************************************** */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	見出し
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ======================================================================
	margin-bottom
====================================================================== */
.editor h1{
	margin-bottom: .5em;
}
.editor h2{
	margin-bottom: 1em;
}
.editor h3{
	margin-bottom: 1em;
}
.editor h4{
	margin-bottom: 1em;
}
.editor h5{
	margin-bottom: 1em;
}
.editor h6{
	margin-bottom: 1em;
}
/* ======================================================================
	margin-top
====================================================================== */
.editor > * + h2{
	margin-top: 2em;
}
.editor > * + h3{
	margin-top: 2em;
}
.editor > * + h4{
	margin-top: 1.5em;
}
@media screen and (max-width: 576px){
	.editor > * + h2{
		margin-top: 2em;
	}
	.editor > * + h3{
		margin-top: 1.8em;
	}
	.editor > * + h4{
		margin-top: 1.5em;
	}
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テキスト関係
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ======================================================================
	段落、リスト、引用、コード、整形済みテキスト、プルクオート、テーブル、詩
====================================================================== */
.editor p, .editor ul, .editor ol, .editor .wp-block-quote, .editor .wp-block-code, .editor .wp-block-preformatted, .editor .wp-block-pullquote, .editor .wp-block-table, .editor .wp-block-verse{
	margin-bottom: 1.5em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	メディア
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ======================================================================
	画像、ギャラリー、音声、カバー、ファイル、動画、WP VRプラグイン、YouTube、GoogleMap埋め込み
====================================================================== */
.editor .wp-block-image, .editor .wp-block-gallery, .editor .wp-block-audio, .editor .wp-block-cover, .editor .wp-block-file, .editor .wp-block-video, .editor .wpvr-cardboard, .un_media{
	margin-bottom: 1.5em;
}
/* ======================================================================
	メディアとテキスト
====================================================================== */
.editor .wp-block-media-text{
	margin-bottom: 3em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	デザイン
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ======================================================================
	グループ、ボタン、続き、ページ区切り、区切り
====================================================================== */
.editor .wp-block-group, .editor .wp-block-buttons, .editor .wp-block-button, .editor .wp-block-more, .editor .wp-block-nextpage, .editor .wp-block-separator{
	margin-bottom: 1.5em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	包括系ブロック
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ======================================================================
	カラム
====================================================================== */
.editor .wp-block-columns{
	margin-bottom: 1.5em;
}
/* ======================================================================
	メディアとテキスト
====================================================================== */
.editor .wp-block-media-text .wp-block-media-text__content{
	margin-bottom: -1.5em;
}
@media screen and (max-width: 768px){
	.editor .wp-block-media-text.is-stacked-on-mobile{
		gap: 1.5em;
	}
	.editor .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
		padding: 0;
	}
}



/* -----------------------------------------------
 height 700px以下, width 991px以下
-------------------------------------------------- */
@media (max-height: 700px), (max-width: 991px) {

}

/* -----------------------------------------------
 1280px以下
-------------------------------------------------- */
@media  (max-width: 1280px) {

}

/* -----------------------------------------------
 1086px以下
-------------------------------------------------- */
@media  (max-width: 1086px) {

}

/* -----------------------------------------------
 991px以下
-------------------------------------------------- */

@media  (max-width: 991px) {

}

/* -----------------------------------------------
 768px以下（tablet）
-------------------------------------------------- */
 @media  (max-width: 768px) {
	 /*ブロックタイプ「メディアと文章」で背景色を設定したとき*/
	 .wp-block-media-text.has-background .wp-block-media-text__content {
		 padding: 1rem 8%;
	 }
}
/* -----------------------------------------------
 600px以下（smartPhonet）
-------------------------------------------------- */

 @media  (max-width: 600px) {
}
/* -----------------------------------------------
smartPhone
-------------------------------------------------- */

@media (max-width: 576px) {

}