@charset "UTF-8";
/************************************************** cms > 必須設定 **************************************************/
.aligncenter { display: block;margin: 0 auto; }
.alignright { float: right; }
.alignleft { float: left; }
/************************************************** cms > 必須設定 **************************************************/




/************************************************** 文字の改行対策 **************************************************/
.editor{
	word-break: break-word;
}

.editor p{
	padding: 0 0.5rem;
	line-height: 1.75;
}

.editor p:empty{
	display: none;
}

/************************************************** 文字の改行対策 **************************************************/





/************************************************** 見出し **************************************************/
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5 { 
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: inherit;
}

/* 空の見出しは表示しない */
.editor h1:empty,
.editor h2:empty,
.editor h3:empty,
.editor h4:empty,
.editor h5:empty,
.editor h6:empty {
  display: none;
}

.editor h1 {
	font-weight: 700;
	margin: 1.5em 0;
	font-size: 2.25em;
  	color: var(--black);
}

.editor h1 {
    margin: 0;
    background-color: rgb(255 255 255 / 95%);
    display: inline-block;
    padding: 1em 0.5em;
    color: var(--green1);
    font-family: 'Zen Maru Gothic', sans-serif;
}

/* 見出しデザイン */
.editor h2{
	padding: 0.5em;
	border-radius: 10px;
	border: solid 2px var(--black);
	font-size: 1.75em;
}

.editor h3{
	margin: 1em 0px;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.5em;
	position: relative;
}

.editor h3::before{
	content: '';
	width: 20%;
    height: 4px;
    border-radius: 10px;
	background-color: var(--black);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.editor h3::after{
	content: '';
	width: 100%;
    height: 4px;
    border-radius: 10px;
	background-color: var(--gray);
	position: absolute;
	left: 0;
	bottom: 0;
}

.editor h4 {
	padding-left: 1em;
	font-size: 1.25em;
	position: relative;
}

.editor h4::before {
	content: '';
	width: 5px;
	height: 100%;
    border-radius: 10px;
	background-color: var(--black);
	position: absolute;
	left: 5px;
}

.editor h5{
	padding: 0.5em 0.5em 0.5em 1em;
	border-radius: 10px;
	background-color: var(--gray);
	font-size: 1.05em;
}

.editor h6 {
	padding: 0em 1em 0.5em 1em;
	font-weight: bold;
	border-bottom: 2px solid;
	border-color: var(--black);
	font-size: 1em;
}

/************************************************** 見出し **************************************************/

/************************************************** margin **************************************************/
/********** 見出し **********/
.editor h1{margin: 0 0 0.5em;}
.editor h2{margin: 0 0 1em;}
.editor h3{margin: 0 0 1em;}
.editor h4{margin: 0 0 1em;}
.editor h5{margin: 0 0 1em;}
.editor h6{margin: 0 0 1em;}
/********** 見出し **********/


/********** テキスト **********/
.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,/* 詩 */
/********** テキスト **********/
/********** メディア **********/
.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 .wp-block-media-text,/* メディアとテキスト */
.editor .wpvr-cardboard, /* WP VRプラグイン */
/********** メディア **********/
/********** デザイン **********/
.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/* カラム */
{}

/* カラム */
@media screen and (max-width: 424px){
	/* 959px以下でカラムが縦に積み重なるように設定 */
    /* .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    } */
}

@media screen and (min-width: 425px){
	/* 960px以上でカラムが横並びになるように設定 */
    /* .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0 !important;
        flex-grow: 1 !important;
    } */
}


.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 .wp-block-media-text__content{
		/* grid-column: 1;
		grid-row: 2;
		padding: 0; */
	}
	.editor .wp-block-media-text.is-stacked-on-mobile{
		/* grid-template-columns: 100%!important; */
		gap: 1.5em;
	}
	.editor .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
		padding: 0;
	}

}
/********** 包括系ブロック **********/
/************************************************** margin **************************************************/





/************************************************** padding **************************************************/
.editor .has-background/* 背景色 */
{padding: 2em;}
.editor .wp-block-button__link.has-background/* ボタンの背景色の場合初期値にする */
{padding: calc(.667em + 2px) calc(1.333em + 2px);}
/************************************************** padding **************************************************/





/************************************************** link **************************************************/
.editor a { 
	text-decoration: underline; 
	color: #2271b1;
}

.editor a[href^="tel:"]{text-decoration: none;}
@media screen and (max-width: 768px){
	.editor a[href^="tel:"]{text-decoration: underline;}
}

/* 検索結果のURL */
.editor a.search_url{
	text-decoration: none;
	color: var(--black);
	font-size: 0.85em;
}
/************************************************** link **************************************************/





/************************************************** list **************************************************/
.editor ul,.editor ol{
	padding-left: 2em;
}

.editor ul li{
	list-style-type: disc;
}

.editor ol li{
	list-style-type: decimal;
}

.editor ul > li::marker{
	color: var(--black);
    font-size: 1.1em;
}

.editor ol > li::marker{
	color: var(--black);
	font-weight: 600;
    font-size: 1.1em;
}

.editor ul> *:last-child,.editor ol> *:last-child,
.editor li> ul,.editor li> ol{
	margin-bottom: 0;
}
.editor ul ul:last-child,.editor ol ol:last-child,
.editor ul ol:last-child,.editor ol ul:last-child{
	padding-bottom: 0;
}
.editor ul>li,.editor ol>li{
	margin-bottom: 1em;
	line-height: 1.25;
}
.editor ul ul,.editor ul ol,.editor ol ol,.editor ol ul{
	padding: 1em 0 1em 2em;
}
.editor ul ul> *:last-child,.editor ul ol> *:last-child,.editor ol ol> *:last-child,.editor ol ul> *:last-child{
	margin-bottom: 0;
}
.editor ul ul >li,.editor ul ol >li,.editor ol ol >li,.editor ol ul >li{
	margin-bottom: 1em;
}

/************************************************** list **************************************************/






/************************************************** table **************************************************/
.editor .wp-block-table td,.editor .wp-block-table th{
	padding: 1em;
	border: inherit;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.editor .wp-block-table thead{
	border-bottom: 2px solid var(--black);
}
.wp-block-table{
	border: 1px solid #ddd;
	background-color: #fff;
}
.wp-block-table table{
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.wp-block-table th{
	width: 20%;
	padding: 15px;
	background-color: var(--gray);
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.wp-block-table td,
.wp-block-table th{
	padding: 1em;
	border:1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.wp-block-table tr:last-child th,
.wp-block-table tr:last-child td{
	border-bottom-width: 0;
}

.wp-block-table th:last-child,
.wp-block-table td:last-child{
	border-right-width: 0;
}

.wp-block-table figcaption{
	line-height: 2;
}

@media screen and (max-width: 768px){
	.wp-block-table{
		border-right-width: 0;
		overflow-x: auto;
	}
	.wp-block-table th,
	.wp-block-table td{
		white-space: nowrap;
	}
	.wp-block-table th:last-child,
	.wp-block-table td:last-child{
		border-right-width: 1px;
	}
	.wp-block-table td{
		border-right: 1px solid #ddd;
	}
}


/* 2カラム比率CSS */
.editor .is-style-hp_tableWidth_28 table th, 
.editor .is-style-hp_tableWidth_28 table td:nth-child(2n+1) {
	width: 20%;
	background-color: var(--gray);
	font-weight: bold; 
	color: var(--black);
	}
.editor .is-style-hp_tableWidth_28 table td:nth-child(2n) { width: 80%; }


.editor .is-style-hp_tableWidth_37 table th, 
.editor .is-style-hp_tableWidth_37 table td:nth-child(2n+1) {
	width: 30%;
	background-color: var(--gray);
	font-weight: bold; 
	color: var(--black);
	}
.editor .is-style-hp_tableWidth_37 table td:nth-child(2n) { width: 70%; }


.editor .is-style-hp_tableWidth_46 table th, 
.editor .is-style-hp_tableWidth_46 table td:nth-child(2n+1) {
	width: 40%;
	background-color: var(--gray);
	font-weight: bold; 
	color: var(--black);
}
.editor .is-style-hp_tableWidth_46 table td:nth-child(2n) { width: 60%; }


.editor .is-style-hp_tableWidth_55 table th, 
.editor .is-style-hp_tableWidth_55 table td:nth-child(2n+1) {
	width: 50%;
	background-color: var(--gray);
	font-weight: bold; 
	color: var(--black);
	}
.editor .is-style-hp_tableWidth_55 table td:nth-child(2n) { width: 50%; }


.editor .is-style-hp_tableWidth_64 table th, 
.editor .is-style-hp_tableWidth_64 table td:nth-child(2n+1) {
	width: 60%;
	background-color: var(--gray);
	font-weight: bold; 
	color: var(--black);
	}
.editor .is-style-hp_tableWidth_64 table td:nth-child(2n) { width: 40%; }


.editor .is-style-hp_tableWidth_73 table th, 
.editor .is-style-hp_tableWidth_73 table td:nth-child(2n+1) {
	width: 70%;
	background-color: var(--gray);
	font-weight: bold; 
	color: var(--black);
	}
.editor .is-style-hp_tableWidth_73 table td:nth-child(2n) { width: 30%; }


.editor .is-style-hp_tableWidth_82 table th, 
.editor .is-style-hp_tableWidth_82 table td:nth-child(2n+1) {
	width: 80%;
	background-color: var(--gray);
	font-weight: bold; 
	color: var(--black);
	}
.editor .is-style-hp_tableWidth_82 table td:nth-child(2n) { width: 20%; }
/* 2カラム比率CSS */


/* 左側に背景色 */
.editor .is-style-hp_tableLeftColor tbody tr td:first-child{
	background-color: var(--gray);
}
/* 左側に背景色 */


/* 表設定>表のセル幅を固定を解除 */
@media screen and (max-width: 768px){
	.editor .wp-block-table .has-fixed-layout{
		table-layout: initial;
	}
}
/* 表設定>表のセル幅を固定を解除 */
/************************************************** table **************************************************/





/************************************************** cms > 画像のキャプション **************************************************/
.wp-caption { padding: 0.75rem;border-radius: 4px; }
.wp-caption-text { text-align: center;margin: 0.5rem 0 0 0;}
/************************************************** cms > 画像のキャプション **************************************************/





/************************************************** cms > 詩 **************************************************/
.wp-block-verse {
	padding: 1rem;
	overflow: auto;
}
/**************************************************cms > 詩 **************************************************/





/************************************************** cms > 音声 **************************************************/
.wp-block-audio figcaption {
	text-align: center;
	font-size: 0.75rem;
	margin-top: 0;
}
/************************************************** cms > 音声 **************************************************/






/************************************************** cms > ボタン **************************************************/
/* slide */
.is-style-el_btnSlider>a{
	padding: 1rem 3.5rem 1rem 2.75rem;
    text-decoration: none;
    background-color: var(--white);
	color: var(--black);
    border-radius: 2rem;
    position: relative;
	border: solid 2px var(--black);
    display: inline-block;
	font-weight: 600;
    transition: 0.3s;
}

.is-style-el_btnSlider>a::after {
    content: '';
    position: absolute;
	width: 10px;
    height: 10px;
	top: 22px;
    right: 25px;
    border-top: 2px solid ;
    border-right: 2px solid ;
    transform: rotate(45deg);
    transition: .3s;
}

/* オリジナルボタン */
.is-style-el_btnSlider>a[target="_blank"]:after{
	content: '';
	margin-left: 0.45rem;
	width: 15px;
	height: 15px;
	mask-image: url(../img/icon/blank.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	display: inline-block;
	position: relative;
	background-color: #888;
	top: 0px;
	right: 0px;
	border-top: unset;
	border-right:unset;
	transform: unset;
  }

/* slide */

/* cube */
.is-style-el_btnCube>a {
	display: inline-block;
	padding: 1rem 3rem;
	border: 3px solid var(--baseColor);
	border-radius: 5px;
	color: var(--black);
	background-color: #fff;
	box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 5%);
}
.is-style-el_btnCube>a:hover,.is-style-el_btnCube>a:focus,
.is-style-el_btnCube>a:active,.is-style-el_btnCube>a:visited{
	color: var(--black);
}

.is-style-el_btnCube>a:hover,
.is-style-el_btnCube>a:focus,
.is-style-el_btnCube>a:active {
	transform: translate(2px,2px);
	/* transform: translateY(2px); */
	opacity: 1;
	text-decoration: none;
	box-shadow: initial;
}
/* cube */


/* リンクボタンの線を消す */
.editor .wp-block-button__link{
	text-decoration: none;
}
/* リンクボタンの線ホバー */
.editor .wp-block-button__link:hover{
	text-decoration: underline 1px;
}
/* 外部リンクの時 */
.editor .is-style-el_btnSlider>a[target="_blank"]:after{
	border-left: none; /* 三角を消す */
}
/************************************************** cms > ボタン **************************************************/





/************************************************** cms > ファイル **************************************************/
.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*/
}

/* 文字サイズ */
.editor .wp-block-file:not(.wp-element-button){
	font-size: 1em;
}

/* ダウンロードボタン */
.wp-block-file .wp-block-file__button {
	/* -webkit-box-shadow: 2px 2px 1px 0px #ccc;
			box-shadow: 2px 2px 1px 0px #ccc; */
	padding: 0.5rem 1rem;
	display: inline-block;
	border: solid 2px var(--black);
	background: var(--white);
	text-decoration: none;
	color: var(--black);
	font-size: 16px;
	font-weight: 600;
}


/* ダウンロードボタン */
/************************************************** cms > ファイル **************************************************/






/************************************************** cms > 引用 **************************************************/
.wp-block-quote {
	position:relative;
	padding:1rem 1.5rem;
}
.wp-block-quote, 
.wp-block-quote p {
	font-style: italic;
}
/************************************************** cms > 引用 **************************************************/





/************************************************** cms > カラム **************************************************/
@media screen and (max-width: 781px){
	.editor div[class^="wp-container-"]{
		gap: 0;
	}
}
/************************************************** cms > カラム **************************************************/





/************************************************** 管理画面からcss指定一覧 **************************************************/
/* 別窓,エクセル,ワード,pdfのマーク,pdfファイルサイズを非表示にする */
.editor a[target="_blank"].hp_icon_none:after, 
.editor a[href$=".pdf"].hp_icon_none:before{
	content: none;
}
.editor .hp_icon_none a[target="_blank"]:after,
.editor .hp_icon_none a[href$=".pdf"]:before{
	content: none;
}
.hp_icon_none .fileInfo {
	display: none;
}
/* 別窓,エクセル,ワード,pdfのマーク,pdfファイルサイズを非表示にする */
/************************************************** 管理画面からcss指定一覧 **************************************************/





/************************************************** ギャラリー奇数対策 **************************************************/
.editor .blocks-gallery-grid .blocks-gallery-image,
.editor .blocks-gallery-grid .blocks-gallery-item,
.editor .wp-block-gallery .blocks-gallery-image,
.editor .wp-block-gallery .blocks-gallery-item,
.editor .wp-block-gallery .wp-block-image{
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0 !important;
}
/************************************************** ギャラリー奇数対策 **************************************************/





/************************************************** ファイルサイズ非表示 **************************************************/
.wp-block-file__button + .fileInfo {
	display: none;
}
/************************************************** ファイルサイズ非表示 **************************************************/





/************************************************** アイコン表示 **************************************************/
.editor a[target="_blank"]:after {
	content: '';
	margin-left: 0.45rem;
    width: 15px;
    height: 15px;
    mask-image: url(../img/icon/blank.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    display: inline-block;
	position: relative;
	background-color: #888;
}

.editor a[download]:after {
	content: '';
    width: 15px;
    height: 15px;
    mask-image: url(../img/icon/download.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
	display: inline-block;
	position: relative;
	margin-left: 0.45rem;
	background-color: #888;
	/* display: inline-block; */
}

.editor a[href$=".pdf"]:before {
	content: '';
    width: 15px;
    height: 17px;
    background-image: url(../img/icon/pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	display: inline-block;
	position: relative;
	margin-right: 0.5rem;
}

.editor a[href$=".zip"]:before {
	content: '';
    width: 15px;
    height: 17px;
    background-image: url(../img/icon/zip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	display: inline-block;
	position: relative;
	margin-right: 0.5rem;
}

.editor a[href$=".txt"]:before {
	content: '';
    width: 15px;
    height: 17px;
    background-image: url(../img/icon/document.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	margin-right: 0.5rem;
	display: inline-block;
	position: relative;
}
/* ダウンロードボタンのbefore、アイコン非表示 */
.wp-block-file__button::before {
	display: none;
}
.editor a[href$=".xlsx"]:before, 
.editor a[href$=".xlsm"]:before, 
.editor a[href$=".xlsb"]:before, 
.editor a[href$=".xltx"]:before, 
.editor a[href$=".xltm"]:before, 
.editor a[href$=".xls"]:before, 
.editor a[href$=".xlt"]:before, 
.editor a[href$=".xml"]:before, 
.editor a[href$=".xlam"]:before, 
.editor a[href$=".xla"]:before, 
.editor a[href$=".xlw"]:before, 
.editor a[href$=".xlr"]:before {
	content: '';
    width: 15px;
    height: 17px;
    background-image: url(../img/icon/excel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	margin-right: 0.5rem;
	display: inline-block;
	position: relative;
}

.editor a[href$=".doc"]:before, 
.editor a[href$=".docm"]:before, 
.editor a[href$=".docx"]:before, 
.editor a[href$=".dot"]:before {
	content: '';
    width: 15px;
    height: 17px;
    background-image: url(../img/icon/word.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	margin-right: 0.5rem;
	display: inline-block;
	position: relative;
}
/* ファイルサイズ */
.fileInfo {
	color: #888;
}
/************************************************** アイコン表示 **************************************************/

/************************************************** メールフォーム **************************************************/
/* ---------------------------------------------
	wordpress > MW WP Form, Contact Form 7（Plugin）
---------------------------------------------- */

.editor .mw_wp_form {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.editor table.mailform {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-collapse:inherit;
	border: 1px solid #ddd;
}
.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;
	width: 100%;
}
.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%; 
}
/*スタイル設定 G-standardの場合*/
.mw_wp_form_g-standard table th,
.mw_wp_form_g-standard table td {
	padding-top: 1rem;
	padding-right: 1.25rem;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	/* width: 100%; */
}
.editor .mw_wp_form_g-standard table th {
	font-weight: bold;
	position: relative;
	text-align: left;
	padding-right: 4.5rem;
	vertical-align: inherit;
	background-color: var(--green1);
	color: var(--white);
}
.mw_wp_form_g-standard table th/* , .mw_wp_form_g-standard table td*/{ 
  border: var(--menu-border-color) solid 1px;
}

.mw_wp_form_g-standard .g-standard-description {
	margin-bottom: 0.5rem;
}

/*必須*/
.mw_wp_form_g-standard .require {
	background-color: var(--white);
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0.25rem 0 0 0.4em;
	text-align: center;
	width: 3rem;
	height: 1.5rem;
	line-height: 1em;
	/* border-radius: 2px; */
}
.mw_wp_form_g-standard .require:before {
	content: "必須";
	color: var(--red);
	font-weight: bold;
	font-size: 0.875rem;
}
.editor .mw_wp_form_g-standard .require{
	color: var(--red);
}

.mw_wp_form_g-standard input[type="text"],
.mw_wp_form_g-standard input[type="password"],
.mw_wp_form_g-standard input[type="number"],
.mw_wp_form_g-standard input[type="email"],
.mw_wp_form_g-standard input[type="url"],
.mw_wp_form_g-standard textarea {
	border-color: #aaa;
	max-width: 100%;
} 


/*小さい文字*/
.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;
} 

/*------ボタン-------*/
/*標準styleのリセット*/
.mw_wp_form_g-standard input[type="submit"]:hover,
.mw_wp_form_g-standard input[type="button"]:hover,
.mw_wp_form_g-standard button:hover {
	box-shadow: none;
}
.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;
	letter-spacing: 1px;
	border: 2px solid #fff;
	background-color: #3a6b6f;
	font-weight: 500;
}

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

}

/*ボタン（確認画面へ）*/
.editor .mw_wp_form input[type="submit"][name="submitConfirm"] {
    /*ボタンの形状*/
    padding: 0.5rem 2.5rem;
	text-decoration: none;
	background-color: var(--white);
	border-radius: 2rem;
	position: relative;
	border: solid 1px var(--border);
	display: inline-block;
	transition: 0.3s;
	line-height: 2;
	font-size: 1em;
	text-shadow: none ;
    box-shadow: none ;
}
.editor .mw_wp_form input[type="submit"][name="submitConfirm"]:hover,
.editor .mw_wp_form input[type="submit"][name="submitConfirm"]:active {
    text-decoration: underline;
}

/*ボタン（送信する）*/
.editor .mw_wp_form input[type="submit"] {
    padding: 0.5rem 2.5rem;
	text-decoration: none;
	background-color: var(--white);
	border-radius: 2rem;
	position: relative;
	border: solid 1px var(--border);
	display: inline-block;
	transition: 0.3s;
	line-height: 2;
	font-size: 1em;
	text-shadow: none ;
    box-shadow: none ;
}
.editor .mw_wp_form input[type="submit"]:hover,
.editor .mw_wp_form input[type="submit"]:active {
	text-decoration: underline;
}

/*ボタン（戻る）*/
 .editor .mw_wp_form input[type="submit"][name="submitBack"] {
    background-color: var(--gray);
    color: var(--white);
	padding: 0.5rem 3rem;
	text-decoration: none;
	border-radius: 2rem;
	position: relative;
    display: inline-block;
	transition: 0.3s;
	line-height: 2;
	font-size: 1em;
	text-shadow: none ;
    box-shadow: none ;
}
.editor .mw_wp_form input[type="submit"][name="submitBack"]:hover,
.editor .mw_wp_form input[type="submit"][name="submitBack"]:active {
	text-decoration: underline;
}

/* 注記 */
.editor .mw_wp_form_g-standard .notes{
	font-size: 1em;
	color: var(--black);
}
	/* ---------------------------------------------
	   mailform > 600px以下
	---------------------------------------------- */
	@media  (max-width: 600px) {
		.editor table.mailform th {
			padding: 0.5rem;
			line-height: 1.25em;
		}

		.wpcf7-form-control-wrap span.wpcf7-list-item {
			/*contact form 7
			ラジオボタン,チェックボックスを縦並びにする*/
			margin-left: 0;
			max-width: 100%;
		}
		.editor .mw_wp_form_g-standard table,.mw_wp_form_g-standard table th,.mw_wp_form_g-standard table td{
			width: 100%;
		}

		.editor .mw_wp_form_g-standard input[type="text"].w100{
			width: 100%;
			max-width: 100%;
		}

		.editor .mw_wp_form_g-standard input[type="email"].w110{
			width: 100%;
		}
		/* .editor .mw_wp_form_g-standard input[type="text"].w120{
			width: 40%;
		} */
		.mw_wp_form_g-standard table td {
			border: none;
		}
	
	}

	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
		background: linear-gradient(0deg,rgba(0,0,0,1),rgb(0 0 0) 100%,transparent);
		padding: 0.25rem;
		letter-spacing: 1px;
	}

	/************************************************** ギャラリーキャプション **************************************************/
	.editor .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
		background: linear-gradient(0deg,rgb(0 0 0 / 60%),rgb(0 0 0 / 60%) 100%,rgb(0 0 0 / 60%));
		font-size: 15px;
		padding: 8px 1px;
	}

	/* ---------------------------------------------
		Snow Monkey Forms 
	---------------------------------------------- */
	.editor .smf-form--business .smf-item__col--label{
		background-color: var(--gray_clear);
		font-weight: 600;
		display: flex;
		align-items: center;
	}
	
	.editor .smf-form--business .smf-item__col--controls{
		background-color: var(--white);
	}

	.editor .smf-action .smf-button-control__control{
		padding: 0.5rem 2.5rem;
		text-decoration: none;
		background-color: var(--white);
		border-radius: 2rem;
		position: relative;
		border: solid 2px var(--black);
		display: inline-block;
		transition: 0.3s;
		line-height: 2;
		font-size: 20px;
		font-weight: 600;
		text-shadow: none;
		box-shadow: none;
		background-image: none;
		color: var(--black);
	}

	.editor .smf-form--business .smf-item__col {
		padding: 1rem 0.5rem;
	}

	/* ボタン */
	.editor .smf-action .smf-button-control__control:hover{
		text-decoration: underline 1px;
	}
	/* 戻るボタン */
	.editor .smf-button-control__control[data-action="back"]{
		background-color: var(--back-gray);
		color: var(--black);
	}

	.smf-error-messages{
		font-weight: 600;
	}

	/* メールフォームレイアウト */
	.contact_layout .smf-item__controls{
		display: flex;
	}

	@media screen and (min-width: 0px) {
		.contact_layout .smf-item__controls{
			flex-wrap: wrap;
		}

		.contact_layout .smf-placeholder{
			margin-top: 1rem;
		}

		.contact_layout .smf-placeholder:first-child{
			margin-top: unset;
		}
	}
	
	@media screen and (min-width: 768px) {
		.contact_layout .smf-item__controls{
			flex-wrap: nowrap;
		}

		.contact_layout .smf-placeholder{
			margin-top: 0rem;
		}

		.contact_layout .smf-placeholder:first-child{
			margin-right: 1rem;
		}
	}
	
	@media screen and (min-width: 1024px) {
		
	}

	/* ギャラリー リンク時の表示 */
	.wp-block-gallery .wp-block-image > a::before{
		content: '\f0c1';
		font-family: "Font Awesome 5 Free";
		width: 30px;
		height: 30px;
		position: absolute;
		top: 5px;
		right: 5px;
		background-color: rgba(90,90,90,.25);
		backdrop-filter: blur(16px) saturate(180%); 
		border-radius: 5px;
		font-weight: bold;
		font-size: 1rem;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}

	.wp-block-gallery .wp-block-image > a[target="_blank"]::before{
		content: '\f35d';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 0.825em;
		padding-left: 0.45rem;
		padding-right: 0.45rem;
	}

	.wp-block-gallery .wp-block-image > a[target="_blank"]:after{
		display: none;
	}

/************************************************** サイドバー **************************************************/
.sidebar{
    width: 100%;
    padding-top: 1rem;
	display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
    gap: 2em;
}

.sidebar_con{
	/* padding: 2em; */
	width: 100%;
	/* border-radius: 3em; */
	/* background-color: var(--white);
	box-shadow: var(--shadow); */
  }
  
/* .sidebar_tit{
	font-size: 24px;
	border-image: var(--border);
} */
.sidebar_con h2{
	margin: 0;
	padding-bottom: 0.75em;
}

.sidebar ul li{
	border-bottom: solid 1px var(--black);
}

/* .sidebar ul li:last-child{
	border-bottom: unset;
} */

.sidebar ul li a{
	padding: 1.25em 0.75em;
	display: flex;
	align-items: flex-start;
	transition: .3s;
}

.sidebar ul li a:hover{
	text-decoration: underline;
	background-color: var(--gray);
}

@media screen and (min-width: 0px) {
	.sidebar{
		margin-top: 2em;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
	.sidebar{
		margin-top: 0;
		padding-top: 0;
		width: calc(25% - 1em);
	}
}

	.wp-pagenavi{
		margin-top: 1.5em;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0.25em;
	}

	.wp-pagenavi span,
	.wp-pagenavi a{
		margin: 0px !important;
		padding: 0.5rem 0.75rem;
		display: flex;
		align-items: center;
		background-color: var(--white);
		border-radius: 5px;
		border: unset;
	}

	/* パスワード保護 */
	.post-password-form p:last-child {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.post-password-form label input[type="password"]{
		padding: 0.5em;
		border: solid 1px var(--black);
		background-color: var(--white);
    	border-radius: 4px;
	}

	.post-password-form input[type="submit"]{
		padding: 0.5em;
		border: solid 1px var(--black);
		border-radius: 4px;
	}

@media screen and (min-width: 0px) {
	.post-password-form label{
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 768px) {
	.post-password-form label{
		margin-bottom: 0rem;
	}

	.post-password-form input[type="submit"]{
		margin-left: 0.5em;
	}
}