@charset  "UTF-8";

/* ------------------------------------
//  フロート
// ----------------------------------*/
.f_l {
	float: left;
	margin: 0 1em 1em 0;
}
.f_r {
	float: right;
	margin: 0 0 1em 1em;
}

/* ------------------------------------
//  セクション, ブロック
// ----------------------------------*/
section {
	margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
section {
	margin: 0 auto 10px;
}
}


/* ------------------------------------
//  アイコン、キャプション
// ----------------------------------*/
/* Awesome */
i.fa {
	margin-right: 5px;
	font-size: 1.1em;
}
/*PDF*/
.fa-file-pdf-o {
	font-size: 1.2em !important;
}

/* ------------------------------------
//  リンクボタン
// ----------------------------------*/
/* 共通 */
.btn_square_lite,
.btn_square_large {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 14px 0;
	text-align: center;
}
	.btn_square_lite a,
	.btn_square_large a {
		display: inline-block;
		background-color: #f7f377;
		border-radius: 5px;
		font-size: 16px !important;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		text-align: center;
		transition: all 0.1s linear 0s;
	}
		.btn_square_lite i,
		.btn_square_large i {
			font-size: 19px;
			margin-right: 8px;
		}
@media screen and (max-width: 767px) {
/* 共通 */
.btn_square_lite,
.btn_square_large {
	margin: 15px 0;
}
	.btn_square_lite a,
	.btn_square_large a {
		transition: none;
	}
		.btn_square_lite i,
		.btn_square_large i {
			font-size: 15px;
			margin-right: 5px;
		}
}

/* 薄黄緑、細い */
.btn_square_lite {
	margin: 14px 0;
}
	.btn_square_lite a {
		background-color: #f7f377;
		padding: 8px 25px;
		color: #0A7300;
	}
	.btn_square_lite a:hover {
		background-color: #f9f7a0;
		color: #539D4C;
	}
@media screen and (max-width: 767px) {
/* 薄黄緑、細い */
.btn_square_lite {
	margin: 15px auto;
}
	.btn_square_lite a {
		background-color: #f7f377;
		padding: 5px 15px;
		color: #0A7300;
	}
	.btn_square_lite a:hover {
		background-color: #f7f377;
		color: #0A7300;
	}
}

/* 濃い緑、大きい */
.btn_square_large {
	margin: 30px auto;
}
	.btn_square_large a {
		background-color: #0A7300;
		padding: 20px 40px;
		margin: 0 auto;
		color: #FFF;
	}
	.btn_square_large a:hover {
		background-color: #539D4C;
	}
@media screen and (max-width: 767px) {
/* 濃い緑、大きい */
.btn_square_large {
	margin: 15px auto;
}
	.btn_square_large a {
		padding: 10px 20px;
	}
	.btn_square_large a:hover {
		background-color: #0A7300;
	}
}

/*おいしいレシピ*/
.btn_recipe {
	margin: 20px auto 70px;
}
	.btn_square_lite a {
		background-color: #f7f377;
		border-radius: 8px;
		padding: 25px 35px;
		color: #0A7300;
	}
@media screen and (max-width: 767px) {
/*おいしいレシピ*/
.btn_recipe {
	margin: 10px auto 15px;
}
	.btn_square_lite a {
		border-radius: 5px;
		padding: 15px;
	}
}

/* ------------------------------------
//  アンカーリンク
// ----------------------------------*/
.anchor_link {
	position: relative;
	top: -140px;
	display: block;
}

/* ------------------------------------
//  TELリンク
// ----------------------------------*/
.tel_link { display: none; }
@media screen and (max-width: 767px) {
.tel_link { display: block; }
}
/* ------------------------------------
//  スマホで発動 TELリンク
// ----------------------------------*/
@media screen and (max-width: 767px) {
.tel-link {
    color: #06F;
    font-size: 16px;
    font-weight: bold;
}
}

/* ------------------------------------
//  特殊テキスト
// ----------------------------------*/
/* 強調テキスト */
.strong_txt {
	font-weight: bold;
	color: #E8AA2E;
}

/* 注意ボックス */
.attention_box {
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #E61919;
	padding: 8px 12px;
	margin: 5px 0;
	color: #E61919;
}
	.attention_box span {
		color: #000;
	}
/* 強調ボックス */
.strong_box {
	display: block;
	background-color: #FFF;
	border: 1px solid #0A7300;
	padding: 8px 12px;
	margin: 5px 0;
}
	.strong_box .strong_box {
		background-color: #dfedd6;
		border: none;
		font-weight: bold;
	}

/* 文字サイズ */
.txt-small {
	font-size: 14px !important;
	line-height: 1.7;
}

/* FontAwesome */
.fa-book { /*本*/
	color: #E8AA2E;
}

/* ------------------------------------
//  タイトル設定
// ----------------------------------*/
/*ページタイトル*/
.title_page {
	margin-bottom: 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ 明朝", serif;
	font-size: 38px;
	text-align: center;
}
@media screen and (max-width: 767px) {
/*ページタイトル*/
.title_page {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}
}


/* サブタイトル（中） */
.title_middle {
	border-bottom: 2px solid #0A7300;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ 明朝", serif;
	font-size: 24px;
}
.title_middle:before {
	display: inline-block;
	vertical-align: -2px;
	content: "";
	background-color: #FFF;
	border: 6px solid #0A7300;
	border-radius: 50%;
	margin-right: 4px;
	width: 10px;
	height: 10px;
}
.title_middle span {
	margin-left: 1em;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 0.75em;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	/* サブタイトル（中） */
	.title_middle {
		padding-bottom: 2px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}
	.title_middle:before {
		vertical-align: -2px;
		border: 5px solid #0A7300;
		border-radius: 50%;
		margin-right: 2px;
		width: 8px;
		height: 8px;
	}
	.title_middle span {
		display: block;
		margin-left: 20px;
	}
}

/* サブタイトル（中）2 */
.title_middle2 {
	border-bottom: 2px solid #0A7300;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ 明朝", serif;
	font-size: 24px;
}@media screen and (max-width: 767px) {
	/* サブタイトル（中） */
	.title_middle2 {
		padding-bottom: 2px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}
}

/* サブタイトル（小） */
.title_small {
	margin: 1em 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
	.title_small:before {
		content: "■";
		margin-right: 6px;
		vertical-align: bottom;
		font-size: 24px;
		color: #CEE3CC;
	}

/* ------------------------------------
//  段落設定
// ----------------------------------*/
/* 基本 */
p { margin-bottom: 1.5em; }

/* タイトル下のリード文 */
.page_lead {
	margin-bottom: 55px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ 明朝", serif;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
}

/* ------------------------------------
//  均等割ボックス
// ----------------------------------*/
/* 基本 */
.flexcont {
	wdith: 100%;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-box-pack: justify; /* Safari */
	-ms-flex-pack: justify;/*IE10*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*IE10*/
	flex-wrap: wrap;
}
	.flex_item {}

/* 写真と文章の組み合わせ */
.flexcont_combo {
	wdith: 100%;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-webkit-box-pack: justify; /* Safari */
	-ms-flex-pack: justify;/*IE10*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;/*IE10*/
	flex-wrap: wrap;
}
	.flexcont_combo .flex_item {
		height: auto;
	}
		.flexcont_combo .flex_item img {
			width: 100%;
			height: auto;
			margin-bottom: 5px;
		}
		.flexcont_combo .flex_item p {}

	/*2カラム*/
	.flex_2column .flex_item { width: 46%; }
	/*3カラム*/
	.flex_3column .flex_item { width: 30%; }
	/*4カラム*/
	.flex_4column .flex_item { width: 22%; }
	/*5カラム*/
	.flex_5column .flex_item { width: 16%; }

/* ------------------------------------
//  ボーダー囲みボックス
// ----------------------------------*/
.box_border {
	border: 3px solid #0A7300;
	border-radius: 6px;
	position: relative;
	padding: 15px;
	margin: 100px 0 60px;
}
	/* タイトル */
	.title_box_border {
		position: absolute;
		left: 26px;
		top: -48px;
	}
		.title_box_border h3 {
			font-size: 22px;
		}
			.title_box_border h3 img {
				vertical-align: -85%;
				margin-right: 5px;
			}
	/* 写真 */
	.box_border_img {
		display: inline-block;
		vertical-align: top;
		margin-right: 15px;
		width: 35%;
	}
		.box_border_img img {
			width: 100%;
			height: auto;
		}
	/* テキスト */
	.box_border_para {
		display: inline-block;
		vertical-align: top;
		width: 58%;
		font-size: 14px;
		line-height: 24px;
	}

/* ------------------------------------
//  リスト設定
// ----------------------------------*/
/* 共通 */
ul, ol {}
	li { line-height: 1.5; }
/* 個別 */
.list_decimal {
	list-style: decimal outside;
	margin-left: 1em !important;
}
.list_disc {
	list-style: disc outside;
	margin-left: 1em !important;
}

/* ------------------------------------
//  テーブル
// ----------------------------------*/
/* テーブルタイトル */
.table_title {
	margin: 0 0 -12px;
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
/* テーブルタイトル */
.table_title {
	margin: 0 0 -12px;
	font-size: 18px;
	font-weight: bold;
}
}

/* テーブル - 基本 */
.table_base {
	border-top: 1px dotted #AAA;
	width: 100%;
	margin: 30px 0;
	line-height: 1.625;
	border-collapse: separate;
}
	.table_base th,
	.table_base td {
		border-bottom: 1px dotted #AAA;
		vertical-align: middle;
		padding: 20px;
	}
	.table_base th {
		padding-left: 15px;
		width: 30%;
	}
		.table_base th .fa { margin-right: 8px; }
	.table_base td {
		background-color: #F1F1F1;
		width: 70%;
		font-size: 14px;
	}
	/*入れ子*/
	/*table*/
	.table_base table {
		border-top: 1px dotted #AAA;
		margin: 1em 0;
	}
		.table_base table th,
		.table_base table td {
			padding: 5px;
		}
	/*ul, dl*/
	.table_base ul,
	.table_base dl {
		margin: 1em 0;
	}
		.table_base ul li,
		.table_base dl dt,
		.table_base dl dd {
			width: auto;
		}
		.table_base dl dt,
		.table_base dl dd {
			display: inline-block;
		}
@media screen and (max-width: 767px) {
/* テーブル - 基本 */
.table_base {
	display: block;
	margin: 20px 0;
}
	.table_base tr,
	.table_base th,
	.table_base td {
		display: block;
		width: 100%;
	}
	.table_base th,
	.table_base td {
		padding: 5px 10px;
	}
		.table_base th .fa { margin-right: 4px; }
	.table_base td {
		font-size: 14px;
	}
	/*入れ子*/
	/*table*/
	.table_base table {
	}
		.table_base table th,
		.table_base table td {
		}
	/*ul, dl*/
	.table_base ul,
	.table_base dl {
		margin: 0;
	}
		.table_base ul li,
		.table_base dl dt,
		.table_base dl dd {
			display: inline-block;
			width: 100%;
		}
}

/* テーブル - 小さいタイプ */
.table_small {
	border-top: 1px dotted #AAA;
	width: auto;
	margin: 30px 0;
	line-height: 1.625;
	border-collapse: collapse;
}
	.table_small caption {
		margin-bottom: 5px;
		font-weight: bold;
	}
	.table_small th,
	.table_small td {
		border-bottom: 1px dotted #AAA;
		vertical-align: middle;
		padding: 8px 10px;
	}
	.table_small th {
		padding-left: 15px;
		width: 30%;
	}
		.table_small th .fa { margin-right: 8px; }
	.table_small td {
		background-color: #F1F1F1;
		padding: 5px 20px;
		width: 70%;
	}
@media screen and (max-width: 767px) {
/* テーブル - 小さいタイプ */
.table_small {
	display: block;
	width: 100%;
	margin: 20px 0;
}
	.table_small tbody,
	.table_small th,
	.table_small td {
		display: block;
		width: 100%;
	}
	.table_small th,
	.table_small td {
		padding: 5px 10px;
		line-height: 1.2;
	}
	.table_small th{
		font-weight: bold;
	}
		.table_small th .fa { margin-right: 5px; }
}

/* テーブル - 線、背景なし */
.table_simple {}
	.table_simple th,
	.table_simple td {
		border-bottom: none;
		width: auto;
		padding: 0;
	}

@media screen and (max-width: 767px) {
/* スマホでヨコスクロールする横長のテーブル */
.overflow_table_wrap {
	margin-bottom: 15px;
	overflow-x: scroll;
	position: relative;
}
.overflow_table_wrap::-webkit-scrollbar {
  height: 5px;
}
.overflow_table_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.overflow_table_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC;
}
}

/* ------------------------------------
//  bread nav（パンくずナビ）
// ----------------------------------*/
.bread_nav_wrap {
	width: 980px;
	margin: 130px auto 20px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
	.bread_nav {
		margin: 0 auto;
	}
		/*区切り*/
		.bread_nav .sep {
			margin: 0 8px;
		}
		/*最後のテキスト（今のページ）*/
		.bread_nav .breadcrumb_last { color: #999; }
		/*リンク*/
		.bread_nav a {

		}
		.bread_nav a:link, .bread_nav a:visited { color: #000; text-decoration: underline }
		.bread_nav a:hover, .bread_nav a:active { color: #999; }

/* ------------------------------------
//  TOPへ戻るボタン
// ----------------------------------*/
.btn_page_top {
	display: block;
	position: fixed;
	right: 16px;
	bottom: 16px;
	cursor: pointer;
	opacity: 0.8;
}
.btn_page_top:hover {
	opacity: 1.0;
}


/* ------------------------------------------------------------------------------------------------------------
//
//  シングル、アーカイブの共通設定
//
// ----------------------------------------------------------------------------------------------------------*/

/* ------------------------------------
//  エントリーリスト
// ----------------------------------*/
.entry_list_wrap {
	width: auto;
}
.home .footer_wrap .entry_list_wrap {
	float: left;
	width: 400px;
}
	/* リストのUL */
	.entry_list {}
		.entry_list li {
			display: table;
			width: auto;
			margin-top: 20px;
		}
			/* 日付とタイトル */
			.entry_list_date,
			.entry_list_title {
				display: table-cell;
				vertical-align: top;
			}
			/* 日付 */
			.entry_list_date {
				padding-right: 10px;
				font-size: 16px;
				line-height: 24px;
			}
				.entry_list_date i {
					display: inline;
					color: #F1691F;
				}
			/* タイトル */
			.entry_list_title {
				font-size: 16px;
				line-height: 24px;
			}

	/* ※トップのみ --------- */
	/* 大王は変わりました */
	.special_news {
		display: block;
		margin-bottom: 10px;
	}
	/* 見出し */
	.entry_list_head {
		border-bottom: 1px solid #FFF;
		padding-bottom: 8px;
		margin-bottom: 12px;
		font-weight: normal;
		position: relative;
	}
		/* 一覧を見る */
		.link_all {
			font-size: 13px;
			position: absolute;
			right: 0;
		}
	/* リストのUL */
	.home .entry_list {}
		.home .entry_list li {
			margin-top: 6px;
		}
			/* 日付 */
			.home .entry_list_date {
				font-size: 13px;
				line-height: 18px;
			}
				.home .entry_list_date i {
					color: #FFF;
				}
			/* タイトル */
			.home .entry_list_title {
				font-size: 14px;
				line-height: 18px;
			}
@media screen and (max-width: 767px) {
.entry_list_wrap { margin-bottom: 40px; }
.home .footer_wrap .entry_list_wrap {
	border-bottom: none;
	float: none;
	margin: 10px auto 20px;
	width: 100%;
	text-align: left;
}
	/* リストのUL */
	.entry_list {}
		.entry_list li {
			display: block;
			width: 100%;
			margin-top: 15px;
		}
			/* 日付とタイトル */
			.entry_list_date,
			.entry_list_title {
				display: block;
			}
			/* 日付 */
			.entry_list_date {
				padding-right: 0;
				font-size: 16px;
				line-height: 1;
			}
				.entry_list_date i {}
			/* タイトル */
			.entry_list_title {
				font-size: 16px;
				line-height: 24px;
			}

	/* ※トップのみ --------- */
	/* 大王は変わりました */
	.special_news {
		margin-bottom: 5px;
	}
	.special_news img {
		width: 100%;
	}
	/* 見出し */
	.entry_list_head {
		border-bottom: none;
		padding: 0 0 0 1px;
		margin-bottom: 6px;
	}
		/* 一覧を見る */
		.link_all {
			display: inline-block;
			position: absolute;
			right: 0;
		}
	/* リストのUL */
	.home .entry_list {
		background-color: rgba(0,0,0,0.3);
		border: 1px solid #FFF;
		border-bottom: none;
		padding: 0;
	}
		.home .entry_list li {
			border-bottom: 1px solid #FFF;
			padding: 10px 15px;
			margin: 0;
		}
			.home .entry_list li a {
				display: block;
			}
			/* 日付 */
			.home .entry_list_date {
				font-size: 12px;
				line-height: 15px;
			}
				.home .entry_list_date i {}
			/* タイトル */
			.home .entry_list_title {
				font-size: 16px;
				line-height: 18px;
			}
}


/* ------------------------------------
//  ページネーション（プラグイン「WP-PageNavi」）
// ----------------------------------*/
.wp-pagenavi {
	text-align: center;
	padding: 0;
	margin: 80px auto 30px;
}
	.wp-pagenavi span,
	.wp-pagenavi a {
		margin: 0 2px;
		line-height: 1em;
	}
	.wp-pagenavi a {
		padding: 6px 12px;
	}
		.wp-pagenavi a:link, .wp-pagenavi a:visited {
			background-color: #CCC;
			color: #fff;
			text-decoration: none;
		}
		.wp-pagenavi a:hover, .wp-pagenavi a:active {
			background-color: #000;
			color: #fff;
			text-decoration: none;
		}
	.wp-pagenavi span.current {
		background-color: #000;
		color: #fff;
		padding: 6px 12px;
	}

/* ------------------------------------
//  個別ページのページネーション
// ----------------------------------*/
.pagenation {
	display: table;
	border-top: 1px solid #DDD;
	width: 100%;
	padding-top: 30px;
	margin: 80px auto 30px;
	position: relative;
}

	/*共通*/
	.pagenation div {
		display: table-cell;
		vertical-align: middle;
	}
		.pagenation a {
			font-size: 14px;
			line-height: 30px;
		}
		.pagenation a:link, .pagenation a:visited { text-decoration: none; }
		.pagenation a:hover, .pagenation a:active { text-decoration: none; }
			.pagenation i {
				display: inline;
				font-size: 15px;
				line-height: 30px;
			}

	/*一覧に戻る*/
	.pagenation .button {
	  width: 24%;
	   text-align: center;
	}
		.pagenation .button a {}

	/*前の記事、次の記事*/
	.pagenation .prev,
	.pagenation .next {
		width: 38%;
	}
	.pagenation .prev { text-align: left; }
	.pagenation .next { text-align: right; }
			.pagenation .prev i {}
			.pagenation .next i { margin: 0 0 0 5px; }

/* ------------------------------------
//  記事の日付やタイトル等　共通の仕様
// ----------------------------------*/
/* 日付 */
.date {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1;
	color: #0A7300;
}

/* ------------------------------------
//  the_content(); で吐き出される投稿箇所
// ----------------------------------*/
/*見出し*/
.mce h1, .mce h2, .mce h3, .mce h4, .mce h5, .mce h6 {
	color: #000;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.mce h1 { font-size: 200%; }
.mce h2 { font-size: 150%; }
.mce h3 { font-size: 24px; }
.mce h4 { font-size: 20px; }
.mce h5 { font-size: 115%; }
.mce h6 { font-size: 100%; }

.mce div.main_box{
	margin:0 0 30px;
}

/*段落*/
.mce p,
.mce div { margin: 0 0 1em; }
.mce p:last-child,
.mce div:last-child { margin: 0; }

/*画像*/
.mce img {
	margin: 0.5em;
	vertical-align: top;
}

/*回り込み*/
.mce .alignnone {
	margin: 0.5em;
}
.mce .aligncenter {
	float: none;
	margin: 0 auto 0.5em;
	text-align: center;
}
.mce .alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}
.mce .alignright {
	float: right;
	margin: 0 0 0.5em 1em;
}

/*回り込み解除*/
.mce .alignnone:after, .mce .aligncenter:after, .mce .alignleft:after, .mce .alignright:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden;
}
.mce .alignnone, .mce .aligncenter, .mce .alignleft, .mce .alignright { min-height: 1px; }
* html .mce .alignnone, * html .mce .aligncenter, * html .mce .alignleft, * html .mce .alignright {
	height: 1px;
	/*\*//*/
	height: auto; overflow: hidden;
	/**/
}

/*リスト*/
.mce ul,
.mce ol {
	margin: 1em 0;
	padding: 0;
	padding-left: 1.6em;
}
.mce ul { list-style: disc outside; }
.mce ol { list-style: decimal outside; }
	.mce ul li,
	.mce ol li { margin-bottom: 1em; }
		{ margin: 1em 1.5em; }

.mce dl { margin: 1em 0; }
.mce dl dt { margin-bottom: 0.5em; }
.mce dl dd { margin-bottom: 0.5em; }

/*リストのネスト*/
.mce ul ul, .mce ul ol, .mce ul dl,
.mce ol ol, .mce ol ul, .mce ol dl,
.mce dl dl, .mce dl ul, .mce dl ol { margin: 1em 1.5em; }

/*テーブル*/
.mce table {
	width: 100%;
	margin: 1em 0;
}
	.mce th, .mce td {
		background: #f6f6f6;
		border: 1px solid #b3b3b3;
		padding: 10px 14px;
		line-height: 1.3em;
	}
	.mce th.menu2 {
		background: #fbcbae;
	}
	.subtitle{
		background-color:#f67d34;
		color:#fff;
		text-align:center;
	}
	.sub_boxdon{
		border:4px solid #f67d34;
		padding:8px;
		overflow:auto;
	}

	.mce td { background: #fdfdfd; }
.mce table p,
.mce table ul,
.mce table ol { margin-bottom: 0; }

/*iframe*/
.mce iframe {
	max-width: 100%;
	margin: 1.5em auto;
}

/*その他装飾*/
.mce strong { font-weight: bold; }
.mce em {
	font-weight: normal;
	font-style: italic;
}
.mce pre {
	padding: 1em 1.5em;
	margin: 1em 0;
	background: #ededed;
	white-space: pre-wrap;
}
.mce hr { border: 1px solid #ccc; }
.mce blockquote {
	color: #555;
	font-style: italic;
	padding: 1em 1.5em;
}
.mce blockquote cite:before {
	content: "─";
	color: #999;
	margin: 0 1em;
}
@media screen and (max-width: 767px) {
/*見出し*/
.mce h1, .mce h2, .mce h3, .mce h4, .mce h5, .mce h6 {
	color: #000;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.mce h1 { font-size: 200%; }
.mce h2 { font-size: 150%; }
.mce h3 { font-size: 130%; }
.mce h4 { font-size: 115%; }
.mce h5 { font-size: 115%; }
.mce h6 { font-size: 100%; }

/*段落*/
.mce p,
.mce div { margin: 0 0 0.5em; }
.mce p:last-child,
.mce div:last-child { margin: 0; }

/*画像*/
.mce img {
	margin: 0.5em 0;
	width: 100%;
	height: auto;
}

/*回り込み*/
.mce .alignnone {
	margin: 0.5em 0;
}
.mce .aligncenter {
	float: none;
	margin: 0 auto 0.5em;
	text-align: center;
}
.mce .alignleft {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
.mce .alignright {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

/*回り込み解除*/
.mce .alignnone:after, .mce .aligncenter:after, .mce .alignleft:after, .mce .alignright:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden;
}
.mce .alignnone, .mce .aligncenter, .mce .alignleft, .mce .alignright { min-height: 1px; }
* html .mce .alignnone, * html .mce .aligncenter, * html .mce .alignleft, * html .mce .alignright {
	height: 1px;
	/*\*//*/
	height: auto; overflow: hidden;
	/**/
}

/*リスト*/
.mce ul,
.mce ol {
	margin: 0.5em 0;
	padding: 0;
	padding-left: 1.6em;
}
.mce ul { list-style: disc outside; }
.mce ol { list-style: decimal outside; }
	.mce ul li,
	.mce ol li { margin-bottom: 0.5em; }
		{ margin: 0.5em 1em; }

.mce dl { margin: 0.5em 0; }
.mce dl dt { margin-bottom: 0.5em; }
.mce dl dd { margin-bottom: 0.5em; }

/*リストのネスト*/
.mce ul ul, .mce ul ol, .mce ul dl,
.mce ol ol, .mce ol ul, .mce ol dl,
.mce dl dl, .mce dl ul, .mce dl ol { margin: 0.5em 1em; }

/*テーブル*/
.mce table {
	width: 100%;
	margin: 0.5em 0;
}
	.mce th, .mce td {
		background: #f6f6f6;
		border: 1px solid #b3b3b3;
		padding: 5px 10px;
		line-height: 1.3em;
	}
	.mce td { background: #fdfdfd; }
.mce table p,
.mce table ul,
.mce table ol { margin-bottom: 0; }

/*iframe*/
.mce iframe {
	max-width: 100%;
	margin: 0.5em auto;
}

/*その他装飾*/
.mce strong { font-weight: bold; }
.mce em {
	font-weight: normal;
	font-style: italic;
}
.mce pre {
	padding: 0.5em 1em;
	margin: 0.5em 0;
	background: #ededed;
	white-space: pre-wrap;
}
.mce hr { border: 1px solid #ccc; }
.mce blockquote {
	color: #555;
	font-style: italic;
	padding: 0.5em 1em;
}
.mce blockquote cite:before {
	content: "─";
	color: #999;
	margin: 0 0.5em;
}
}



/* -----------------------------------------
//  clearfix
// ---------------------------------------*/
.clr:after {
  content: "";
  clear: both;
  display: block;
}




/* table */
.item_hide_block.mce table{
	width: 100%;
}
.item_hide_block.mce table th{
	width: 38%;
}
.item_hide_block.mce table td{
	width: 11%;
}

/*2022-4-26_総合案内*/
.title_t{
	font-size: 80%;
}
.point_1{
	margin-bottom: 0px;
}
.point_2{
	margin-bottom: 0px;
}