/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap&text=1234567890');

/*　汎用的なテキストや部品
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*本文
------------------------------------------------------------*/
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.6em;
	margin-left: 0;
}
p:last-child {
	margin-bottom: 0;
}


/*リンク文字設定
------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #009014;
}
a:visited {
	color: #009014;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
a:hover {
	color : #00dd1f;
}
a:active {
	color : #00dd1f;
}
}

/*別窓*/
.external:after,
.external-w:after {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	background: url("../img/icon-external_link.png") 0 0 no-repeat;
	background-size: 12px;
	vertical-align: middle;
	content: "";
}
.external-w:after {
	background-image: url("../img/icon-external_link-w.png");
}

/*画像
------------------------------------------------------------*/

img.crisp-edges {/*画像がレティーナでモヤっとするのを防ぐ*/
	image-rendering: optimizeSpeed;
// Legal fallback image-rendering:-moz-crisp-edges;
// Firefox image-rendering:-o-crisp-edges;
// Opera image-rendering:-webkit-optimize-contrast;
// Chrome, Safari image-rendering:crisp-edges;
// CSS3 Proposed -ms-interpolation-mode:bicubic;
// IE8+
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下のすきま防止*/
}
a img {
	max-width: 100%;
	height: auto;
	display: block;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
a img {
}
a:hover img {
/*
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity: 0.70;
	background: none!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
}
}
/*区切り線
------------------------------------------------------------*/
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #eeeeee;
}
@media only screen and (min-width: 641px) {/*641px以上*/
hr {
	margin-top: 50px;
	margin-bottom: 50px;
}
}
/*文字
------------------------------------------------------------*/
.txtbold {
	font-weight: bolder;
}
.txt_s {
	font-size: 80%;
}
address {
	font-style: normal;
}
/*---キャッチコピー---*/
.catch {
	font-size: 122%;
	font-weight: bold;
}
a .catch {/*panelの中に使うよう*/
/*color: ★コーナー別;*/
}
@media only screen and (min-width: 641px) {/*641px以上*/
.catch {
	font-size: 113%;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.catch {
	font-size: 125%;
}
}
/*---タグ---*/
.tag {
	background-color: #B9B9B9;
	margin-top: 1%;
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 1%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 1%;
	line-height: 1em;
	font-size: 80%;
}
.tag {
	font-size: 10px;
}
@media only screen and (min-width: 641px) {/*641px以上*/
.tag {
	font-size: 12px;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.tag {
	font-size: 14px;
}
}
/*---アンダーライン付き文字　ポイント---*/
.point_line {
	font-weight: bolder;
	background: linear-gradient(transparent 60%, #ffff99 60%);
}

/*上の余白
------------------------------------------------------------*/
.top_0-37 {
	margin-top: 0;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.top_0-37 {
	margin-top: 37px;
}
}
.top_10 {
	margin-top: 10px;
}
.top_15 {
	margin-top: 15px;
}
.top_20 {
	margin-top: 20px;
}
.top_25 {
	margin-top: 25px;
}
.top_30 {
	margin-top: 30px;
}
.top_20-37 {
	margin-top: 20px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.top_20-37 {
	margin-top: 37px;
}
}
.top_40 {
	margin-top: 40px;
}
.top_50 {
	margin-top: 50px;
}
.top_60 {
	margin-top: 60px;
}
.top_70 {
	margin-top: 70px;
}
/*---下の余白
------------------------------------------------------------*/
.und_10 {
	margin-bottom: 10px;
}
.und_15 {
	margin-bottom: 15px;
}
.und_20 {
	margin-bottom: 20px;
}
.und_25 {
	margin-bottom: 25px;
}
.und_20-37 {
	margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.und_20-37 {
	margin-bottom: 37px;
}
}
.und_30 {
	margin-bottom: 30px;
}
.und_37 {
	margin-bottom: 37px;
}
.und_40 {
	margin-bottom: 40px;
}
.und_50 {
	margin-bottom: 50px;
}
.und_60 {
	margin-bottom: 60px;
}
.und_70 {
	margin-bottom: 70px;
}
/*パーセント指定
------------------------------------------------------------*/
.pct_100-50 {
	width: 100%!important;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.pct_100-50 {
	width: 50%!important;
}
}
/*上下の余白を自動調整*/
/*上*/
.flex_top {
	margin-top: 7%;
}
/*下*/
.flex_und {
	margin-bottom: 7%;
}
/*コンテンツ中のもの*/
.cts_und {
	margin-bottom: 7%;
}
/* box-shadow 横の位置、縦の位置、ぼかし、広がり、影の色rgba(0, 0, 0, 透明度)-
------------------------------------------------------------*/
.shadow {
	box-shadow: 0 1px 5px 0 rgba(000,000,000,0.1);
}

/*スマホ（タブレット）とPCで表示切替
------------------------------------------------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.pc {
	display: block;
}
.sp {
	display: none;
}
}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

/*回り込み停止
------------------------------------------------------------*/
.clearfix {/*<br class="clearfix"> */
	clear: both;
}
.both {
	clear: both;
}

/*---フォーム コンタクトフォームセブンは下の方にある
------------------------------------------------------------*/
/*アコーディオン*/
#acMenu .acbtn {
	color: #00b319;
	text-align: center;
	max-width: 300px;
	border: #F1FEF2 1px solid;
	background-color: #F1FEF2;
	cursor: pointer;
	border-radius: 3px;
	display: block;
	margin-bottom: 10px;
}
#acMenu .accmt {
	color: #00b319;
	width: 100%;
	margin-bottom: 10px;
	display: none;
	padding: 10px;
	background-color: #F1FEF2;
}
/*必須*/
.hissu {
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	background-color: #00b319;
	border-radius: 3px;
	text-align: center;
	vertical-align: text-top;
	display: inline-block;
	padding: 5px;
	width: 50px;
	margin-right: 5px;
}
/*フォームの部品はbodyのフォントを継承しないので、あえて設定が必要*/
input, select, textarea {
	font-family: 'BIZ UDPGothic', sans-serif !important;

}
input, .input_2,textarea {
	background-color : #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-radius: 3px;
	padding: 1%;
	margin-bottom: 2%;
}
input ,textarea{
	width: 100%;
}
.input_2 {
	width: 45%;
	margin-bottom: 5px;
	margin-right: 2%;
}

/*テキストエリア縦だけ伸びる*/
textarea {
	resize: vertical;
}


.submit {
	font-size: 150%;
	line-height: 1em;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-color: #00B319;
	transition: 0.2s;/*ふわっとなる*/
	/* box-shadow ---　overflow: hidden;のある枠ギリギリだと表示されなくなる*/
	box-shadow: 1px 1px 2px 1px #dddddd;
	-moz-box-shadow: 1px 1px 2px 1px #dddddd;
	-webkit-box-shadow: 1px 1px 2px 1px #dddddd;
	font-weight: bolder;
}
.submit:hover {
	background-color: #00dd1f;
}
/*デカいラジオ*/
input[type="radio"] {
	border: 1px solid #e0e0e0;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	width: 26px;
	height: 26px;
	/*Other Browser*/
	background: #e0e0e0;
	/*For Old WebKit*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, #ffffff 0%, #e0e0e0 100% );
	margin-top: 5px;
	margin-bottom: 5px;
}
input[type="radio"]:checked {
	/*Other Browser*/
	background: #00b319;
	/*For Old WebKit*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #00b319), color-stop(1.00, #F1FEF2) );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, #00b319 0%, #F1FEF2 100% );
	border: 1px solid #e0e0e0;
}
input[type="radio"]:checked:before {
	position: absolute;
	left: 1px;
	top: 16px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	content: "";
	width: 10px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 16px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	width: 16px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
/*デカいチェックボックス*/
input[type="checkbox"] {
	border: 1px solid #e0e0e0;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 26px;
	height: 26px;
	/*Other Browser*/
	background: #e0e0e0;
	/*For Old WebKit*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, #ffffff 0%, #e0e0e0 100% );
	margin-top: 5px;
	margin-bottom: 5px;
}
input[type="checkbox"]:checked {
	/*Other Browser*/
	background: #00b319;
	/*For Old WebKit*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #00b319), color-stop(1.00, #F1FEF2) );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, #00b319 0%, #F1FEF2 100% );
	border: 1px solid #e0e0e0;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	left: 1px;
	top: 16px;
	display: block;
	/* box-shadow 横の位置、縦の位置、ぼかし、広がり、影の色rgba(0, 0, 0, 透明度)*/
	box-shadow: 0 1px 5px 0 rgba(000,000,000,0.1);
	content: "";
	width: 10px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 16px;
	content: "";
	/* box-shadow 横の位置、縦の位置、ぼかし、広がり、影の色rgba(0, 0, 0, 透明度)*/
	box-shadow: 0 1px 5px 0 rgba(000,000,000,0.1);
	width: 16px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}


/*フォームのヒント文字の色*/
::-webkit-input-placeholder {
 color: #ccc;
}
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #ccc;
}
/*テーブル
------------------------------------------------------------*/
table {
	border-collapse: collapse;

}
/*テーブルの中のテーブル*/
table tr td > table {
	margin-top: 2%;
	margin-bottom: 2%;
	}
th {
	color: #282828;
	font-weight: bolder;
	vertical-align: top;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-right: 10px;
}
td {
	color: #282828;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-right: 10px;
}
/*横スクロールのために入れる<div class="table-scroll">*/
.table-scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.table-scroll table {
	border-collapse: collapse;
	width: 100%;
}
.table-scroll th {
	white-space: nowrap;
}
.table-scroll td {
	white-space: nowrap;
}

/*テーブルのスマホ版　縦横入れ替え<table width="100%" class="tblol">をつけたものだけ反映*/

@media only screen and (max-width:1024px) {/*1024px以下*/

.tblol table tr td > table {
		margin: 2%;
	}
.tblol th, .tblol td {
	width: auto!important;
	display: block!important;
	border-top: none;
	/**/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	padding: 1%!important;
}
.tblol th {
	text-align: left;
	background-color: #ecf8ee;
}
.tblol tr:first-child th {
	border-top: 1px solid #e5e5e5;
}
}

/*数字つきリスト
------------------------------------------------------------*/
.list1 ol {
	counter-reset: li;    /* li のカウンタを 0 にセット */
	list-style: none;
	padding: 0;
	margin-bottom: 2%;
}
.list1 ol li:before {
	color: #00b319;
	font-weight: bold;
	counter-increment: li;   /* li の数を一つずつ増加 */
	content: counter(li) ". ";          /* 数を表示 */
}
.list1 ol li { /*2行目の頭をそろえるもの*/
	/* text-indent: -2em;
	padding-left: 2em; */
	text-indent: -1.2em;
	padding-left: 1.2em;
	/* line-height: 1.4; */
	line-height: 1.8;
	margin-bottom: 1%;
}
/*ポチつきリスト
------------------------------------------------------------*/
.list2 ul {
	list-style: none;
	padding: 0;
	margin-bottom: 2%;
}
.list2 ul li:before {
	color: #00b319;
	font-weight: bold;
	content: "・ ";
}
.list2 ul li {  /*2行目の頭をそろえるもの*/
	/* text-indent: -2em;
	padding-left: 2em; */
	text-indent: -1.2em;
	padding-left: 1.2em;
	/* line-height: 1.4; */
	line-height: 1.8;
	margin-bottom: 1%;
}
/*関連リンクなど
------------------------------------------------------------*/
.moving {
	padding-left: 30px;
	line-height: 22px;
	padding-top: 3px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	overflow: hidden;
}

/*ボタンなど
------------------------------------------------------------*/
.button a {
	width: auto;
	color: #fff!important;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	display: block;
	background-color: #00b319;
	clear: both;
	overflow: hidden;
	/* box-shadow 横の位置、縦の位置、ぼかし、広がり、影の色rgba(0, 0, 0, 透明度)*/
	box-shadow: 0 1px 5px 0 rgba(000,000,000,0.1);
}
 @media only screen and (min-width: 641px) {/*641px以上*/
.button a {
	font-size: 18px;
}
}
 @media only screen and (min-width: 1025px) {/*1025px以上*/
.button a {
	transition: 0.3s;/*ふわっとなる*/
}
.button a:hover {
	color: #fff!important;
	background-color: #03d320;
}
}
@media only screen and (min-width: 1401px) {/*1401px以上*/
.button a {
	font-size: 20px;
}
}

/*画像右寄せ・左寄せ
------------------------------------------------------------*/
.photo1r, .photo1l {
	width: 100%;
}
.photo1r img, .photo1l img {
	width: 30%;
	height: auto;
}
.photo1r img {
	float: right;
	margin-top: 0;
	margin-left: 1%;
}
.photo1l img {
	float: left;
	margin-top: 0;
	margin-right: 1%;
}
.photo1r:after, .photo1l:after {
	content: "";
	display: block;
	clear: both;
}
 @media only screen and (min-width: 1025px) {/*1025px以上*/
.photo1r img, .photo1l img {
	width: 24%;
}
}

/*カラム
------------------------------------------------------------*/
/*---カラムスマホ1列　PC2列　（ギャラリー動画や2カラム用）---*/
.col_s1-l2 {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.col_s1-l2 > ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.col_s1-l2 > ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s1-l2 > ul li {
	width: 100%;
	list-style-type: none;
	margin-top: 0;
	/* margin-bottom: 7%; */
	margin-bottom: 3%;
}
.col_s1-l2 > ul > li:last-child {
	margin-bottom: 0;
}
.col_s1-l2 img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 641px) {/*641px以上*/
.col_s1-l2 > ul {
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.col_s1-l2 > ul:last-child {
	margin-bottom: 0;
}
.col_s1-l2 > ul > li {
	flex-grow: 1;/**/
	width: 49%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;/*float: left;*/
}
.col_s1-l2 > ul > li:first-child {
	margin-left: 0;
}
}
/*---カラムスマホ1列　タブレット・PC3列　（概要用）---*/
.col_s1-m3 {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.col_s1-m3 > ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.col_s1-m3 > ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s1-m3 > ul > li {
	width: 100%;
	margin-bottom: 7%;
	list-style-type: none;
	margin-top: 0;
}
.col_s1-m3 img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 641px) {/*641px以上*/
.col_s1-m3 > ul {
	margin-bottom: 7%;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.col_s1-m3 > ul:last-child {
	margin-bottom: 0;
}
.col_s1-m3 > ul > li {
	width: 32%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*float: left;*/
	flex-grow: 1;/**/
}
.col_s1-m3 > ul > li:nth-child(1), .col_s1-m3 > ul > li:nth-child(4), .col_s1-m3 > ul > li:nth-child(7), .col_s1-m3 > ul > li:nth-child(10), .col_s1-m3 > ul > li:nth-child(13), .col_s1-m3 > ul > li:nth-child(16), .col_s1-m3 > ul > li:nth-child(19) {
	margin-left: 0;/*★*/
}
}
/*---カラム スマホ・タブレット1列　PC3列　(給食カレンダー）---*/
.col_s1-l3 {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.col_s1-l3 > ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.col_s1-l3 > ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s1-l3 > ul > li {
	width: 100%;
	margin-bottom: 7%;
	list-style-type: none;
	margin-top: 0;
}
.col_s1-l3 img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.col_s1-l3 > ul {
	margin-bottom: 7%;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.col_s1-l3 > ul:last-child {
	margin-bottom: 0;
}
.col_s1-l3 > ul > li {
	width: 32%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	flex-grow: 1;/**/
}
.col_s1-l3 > ul > li:nth-child(1), .col_s1-l3 > ul > li:nth-child(4), .col_s1-l3 > ul > li:nth-child(7), .col_s1-l3 > ul > li:nth-child(10), .col_s1-l3 > ul > li:nth-child(13), .col_s1-l3 > ul > li:nth-child(16), .col_s1-l3 > ul > li:nth-child(19) {
	margin-left: 0;/*★*/
}
}
/*---カラムスマホ2列　PC2列　---*/
.col_s2-l2 {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.col_s2-l2 > ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7%;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
}
.col_s2-l2 > ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s2-l2 > ul:last-child {
	margin-bottom: 0;
}
.col_s2-l2 > ul > li {
	width: 49%;
	margin-left: 0;
	margin-right: 2%;
	margin-top: 0;
	list-style-type: none;
	margin-bottom: 0;
	flex-grow: 1;/**/
}
.col_s2-l2 > ul > li:nth-child(even) {
	margin-right: 0;/*★*/
}
.col_s2-l2 img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.col_s2-l2 > ul {
	margin-bottom: 7%;
}
}
/*---カラムスマホ2列　PC4列 （汎用）---*/
.col_s2-m4 {
	font-size: 10px;
	line-height: 13px;
	margin-left: auto;
	margin-right: auto;
}
.col_s2-m4 > ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.col_s2-m4 > ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s2-m4 > ul:last-child {
	margin-bottom: 0;
}
.col_s2-m4 > ul > li {
	width: 49%;
	margin-left: 0;
	margin-right: 2%;/*★*/
	margin-top: 0;
	margin-bottom: 7%;
	list-style-type: none;
	flex-grow: 1;/**/
}
.col_s2-m4 > ul > li:nth-child(even) {
	margin-right: 0;/*★*/
}
.col_s2-m4 img {
	width: 100%;
	height: auto;
	margin-bottom: 3px;/*写真と文字が近いので*/
}
@media only screen and (min-width: 641px) {/*641px以上*/
.col_s2-m4 {
	font-size: 16px;
	line-height: 22px;
}
.col_s2-m4 > ul {
	margin-bottom: 0;
}
.col_s2-m4 > ul > li {
	width: 23.5%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 7%;
}
.col_s2-m4 > ul > li:nth-child(1), .col_s2-m4 > ul > li:nth-child(5), .col_s2-m4 > ul > li:nth-child(9), .col_s2-m4 > ul > li:nth-child(13), .col_s2-m4 > ul > li:nth-child(17), .col_s2-m4 > ul > li:nth-child(21), .col_s2-m4 > ul > li:nth-child(25) {
	margin-left: 0;/*★*/
}
.col_s2-m4 img {
	margin-bottom: 7px;/*写真と文字が近いので*/
}
}
/*---カラムスマホ3列　タブレット・PC3列　（概要用）---*/
.col_s3 {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.col_s3 > ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.col_s3 > ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s3 > ul > li {
	line-height: 1.4;
	list-style-type: none;
	margin-bottom: 7%;
	width: 32%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	flex-grow: 1;/**/
}
.col_s3 img {
	width: 100%;
	height: auto;
	margin-bottom: 1%;
}
.col_s3 > ul > li:nth-child(1) {
	margin-left: 0;/*★*/
}
/*---パネル---*/
/*囲み線*/
.panel-a {
	width: auto;
	height: auto;
	padding: 3px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7%;
	margin-left: 0;
	border-radius: 3px;
}
a>.panel-a {
	background-color: #fff;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
a>.panel-a:hover {
	background-color: #F1FEF2;
}
.panel-a {
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
}
/*囲み　点線*/
.panel-b {
	width: auto;
	height: auto;
	padding: 3px;
	border: 1px dotted #e5e5e5;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7%;
	margin-left: 0;
	border-radius: 3px;
}
a>.panel-b {
	background-color: #fff;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
a>.panel-b:hover {
	background-color: #F1FEF2;
}
.panel-b {
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
}
/*囲み　塗り　注意事項など*/
.panel-c {
	width: auto;
	padding: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	border-radius: 5px;
	background-color: #F4F4F4;
	overflow: hidden;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.panel-c {
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
}
.panel-d {
	width: auto;
	padding: 3px;
	margin-top: 7%;
	margin-right: 0;
	margin-bottom: 7%;
	margin-left: 0;
	border-radius: 5px;
	background-color: #FF0000;
	overflow: hidden;
	font-weight: bold;
	color: #FFF;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.panel-d {
	padding: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
}
}
/*　全体のレイアウトなど
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/*body
------------------------------------------------------------*/

body {/*[Shin Go Regular ,"新ゴ R"]はSIXCOREのWEBフォント*/
	font-family: 'Inter', Shin Go Regular, "新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #282828;
	font-size: 82%;
	line-height: 2.0;/*単位を入れない*/
	margin: 0;
	padding: 0;
	/*スマホで横向きにしても文字がいい感じになる*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*英文字やURLが幅に収まりきらない場合に限定した改行方法*/
	overflow-wrap: break-word;
}
@media only screen and (min-width: 641px) {/*641px以上*/
body {
	font-size: 16px;/*16px＝100%=1em,14px=88%　サイト全体の基準となる文字の大きさ*/
	line-height: 2.0;/*単位を入れない*/
	background-image: none;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
body {
	/*↓videoを薄くして黒く見えるためと左ナビの背景100％のため*/
	background-color: #2d2d2d;
}
}

/*動画わく
------------------------------------------------------------*/
.main-visual {
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;/**/
	width: 100%;
	height: auto;
	display: table;
	background-color: #282828;
}
.main-visual-bg {
	/*video　スマホの時は静止画が見るように*/
	/* background-image: url(../video/video_bg.jpg);
	background-position: center center;
	padding-bottom: 70%; */
}
.main-visual_scroll {
	padding-bottom: 55%;
	background: url("../img/mainvisual_scroll.jpg") 0 0 no-repeat;
	background-size: cover;
}
.main-visual.main-visual_slider {
	display: block;
	background: transparent;
	text-align: left;
}
.main-visual_slider .swiper-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 45vw;
	font-family: 'object-fit: cover;';
}
.main-visual .logo-catch {
	vertical-align: middle;
	display: table-cell;
}
.main-visual .logo-catch img {
	width: 80%;
	position: absolute;/*これをするから動画の上に画像が来る*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;	/*文字が一番上に来るように*/
	margin: auto;
}
.main-visual video {
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -100;
	/*ビデオが文字より下に来て半透明に対応できるように*/
	/*.main-visualの黒が見えるように、ビデオを半透明化*/
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-moz-opacity: 0.80;
}
@media only screen and (min-width: 641px) {/*641px以上*/
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.main-visual .logo-catch img {
	width: 67%;
}
}

/*ローディング
------------------------------------------------------------*/
.loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #003b92;
	display: table;
	visibility: visible;/*★優先的に出てくる*/
}
/* アニメーションの位置 */
.animation {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

/*アニメーション の中身の模様 */
@-webkit-keyframes line-scale {
 0% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
 50% {
 -webkit-transform: scaley(0.4);
 transform: scaley(0.4);
}
 100% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
}
@keyframes line-scale {
 0% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
 50% {
 -webkit-transform: scaley(0.4);
 transform: scaley(0.4);
}
 100% {
 -webkit-transform: scaley(1);
 transform: scaley(1);
}
}
.line-scale > div:nth-child(1) {
	-webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
	-webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
	-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
	-webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
	-webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
	background-color: #fff;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}
/*ナビレイアウト
------------------------------------------------------------*/
header {/*★背景はbodyでも設定している。コンテンツの黄色水玉背景は別途#containerで設定*/
	width: 100%;
	top: 0;
	padding: 0;
	display: block;
	visibility : visible;  /* 表示する */
	z-index: 999;
	position: fixed;
	background-color: #FFF;
}
#site-id {
	float: left;
	width: calc(100% - 96px);
	background-color: #FFF;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	margin-left: 10px;
}
#site-id img {/*余白も入れて高さ51px*/
	/* max-width: 240px;
	max-height: 28px; */
	/*max-width: 200px;
	max-height: 23px;*/
	max-width: 100%;
	max-height: 100%;
}
@media only screen and (min-width: 641px) {/*641px以上*/
#site-id {
	width: 360px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#site-id img {/*余白も入れて高さ68px*/
	/* max-width: 300px; */
	max-width: 100%;
	max-height: 35px;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
header {
	width: 300px;
	height: 100% !important;
	position: relative;
	bottom: 0;
	float: left;
	border-bottom-width: 0;
	clear: both;/*background-color: #2d2d2d;*/
}
#site-id {
	float: none;
	width: auto;
	text-align: center;
	margin-left: 0;
}
#site-id img,
.footer img {
	max-width: 250px;
	max-height: 155px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
}
/*--- ナビ--- */
.menuitem {/*ハンバーグボタン*//*余白も入れて高さ51px*/
	width: 60px;
	text-align: center;
	line-height: 1em;
	color: #fff;
	display: block;
	float: right;
	cursor: pointer;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 8px;
	margin-right: 10px;
	border-radius: 2px;
	background-color: #282828;
}
.menu_on .menuitem {
	color: #FFF;
}
.menu_on .menuitem:before {
	content: "×";
}
.menu_off .menuitem {
}
.menu_off .menuitem:before {
	content: "menu";
}
@media only screen and (min-width: 641px) {/*641px以上*/
.menuitem {/*ハンバーグボタン*//*余白も入れて高さ68px*/
	padding-top: 18px;
	padding-bottom: 18px;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.menuitem {/*ハンバーグボタン*/
	display: none;
}
.menu_on .menuitem {
	margin-bottom: 0;
	display: none;
}
.menu_off .menuitem {
	display: none;
}
}
.menu_on #g-menu {/*#g-menuという枠を表示する設定*/
	display: auto;
	visibility : visible;  /* 表示する */
}
.menu_off #g-menu {/*#g-menuという枠を表示しない設定*/
	display: none;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.menu_off #g-menu {/*#g-menuという枠を表示する設定*/
	display: block;
	visibility : visible;  /* 表示する */
}
}
#g-menu {/*#g-menuという枠*/
	color: #FFFFFF;
	width: auto;
	height: auto;
	display: block;
	visibility : visible;  /* 表示する */
	position: fixed;
	top: 51px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	overflow: auto;
	padding: 0;
	margin: 0;
	background-color: #2d2d2d;/*bodyで設定している色と同じに設定。スマホの時は白にしてあるのでPC用に。*/
	-webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 641px) {/*641px以上*/
#g-menu {/*#g-menuという枠*/
	top: 68px;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
#g-menu {/*#g-menuという枠*/
	top: 0;
	position: relative;
	background-image: none;/*headerとは別に背景設定はPCでは重複するので非表示*/
}
}
#g-menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#g-menu ul:first-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E3E3E;
}
#g-menu ul li {/*スマホの時のリスト*/
	line-height: 1em;
	font-weight: normal;
	text-decoration: none;
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-color: #282828;
}
#g-menu ul li a {/*全てのメニューout*/
	transition: 0.3s;/*ふわっとなる*/
	width: auto;
	display: block;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;/*これを入れないと矢印が崩れる*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E3E3E;
	font-weight: bolder;
	color: #FFF;
}
#g-menu ul li.menu-item-type-custom a {
	background-image: url("../img/icon-external_link-w.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px;
}
/*親メニュー　左ぽち*/
/*#g-menu > ul > li > a:before {
	display: block;
	color: #00b319;
	content: "●";
	position: absolute;
	top: 15px;
	left: 5px;
}
/*子メニュー　左ぽち*/
#g-menu > ul > li > ul > li > a:before {
	display: block;
	color: #FFF;
	content: "・";
	position: absolute;
	top: 25px;
	left: 40px;
}/**/
#g-menu ul li ul li a {/*子どもメニュー　out時*/
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 60px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
#g-menu ul li a:hover {/*全てのメニュー　over*/
	background-color: #00b319;
}
}
/*---左ナビウィジェット---*/
/*左ナビの自由欄*/
.jiyu {
	padding: 2%;
	margin-top: 50px;
	background-color: #2d2d2d;
}
/*検索*/
.kensaku form {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}
.kensaku .come {
	width: 80%;
	color: #282828!important;
}
.kensaku .btn {
	width: 20%;
	margin-left: 0;
	color: #fff!important;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #00b319!important;
	padding: 8px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;	/**/
}
 @media only screen and (min-width: 641px) {/*641px以上*/
}
 @media only screen and (min-width: 1025px) {/*1025px以上*/
.kensaku .btn {
	transition: 0.3s;/*ふわっとなる*/
}
.kensaku .btn:hover {
	color: #fff!important;
	background-color: #03d320!important;
}
}
/*タグクラウド*/
.jiyu h3 {
	font-size: 1em;
	color: #CCC;
}
.jiyu .tagcloud {
	width: auto;
	height: auto;
	padding: 3px;
	border: 1px solid #3E3E3E;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7%;
	margin-left: 0;
	border-radius: 3px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.jiyu .tagcloud {
	padding: 10px;
}
}
.tag-cloud-link {
}
/*右側レイアウト
------------------------------------------------------------*/
/*---右側を全部包む---*/
#container {
	height: auto;
	padding: 0;
	position: absolute;/*これで右ナビは安泰*/
	top: 51px;/*menuの分*/
	left: 0;
	right: 0;
	background-color: #ffffff;
}
@media only screen and (min-width: 641px) {/*641px以上*/
#container {
	top: 68px;/*menuの分*/
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
#container {
	width: auto;
	top: 0;
	left: 300px;/*bottom: 0;これやると背景が切れるので使用不可*/
}
}
.row-1, .row-2 {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.row-1 {
	background-color: #fff;
}
.row-2 {
	background-color: #f7f7f7;
}
.row-1:after, .row-2:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
/* 240126 */
.row-1 form input[type="password"], .row-1 form input[type="submit"] {
  padding: 3%;
}
.row-1 form input[type="password"] {
  display: block;
  max-width: 24em;
}
.row-1 form input[type="submit"] {
  display: block;
  max-width: 20em;
  margin: 10px auto 0;
}
/* /240126 */
/*お知らせ一覧と関連リンク　タイトル*/
.info-title, .kanren-title {
	overflow: hidden;
	text-align: center;
}
.info-title span::before, .info-title span::after, .kanren-title span::before, .kanren-title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #2e2e2e;
}
.info-title span::before, .kanren-title span::before {
	right: 100%;
}
.info-title span::after, .kanren-title span::after {
	left: 100%;
}
.info-title span, .kanren-title span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.info-title span, .kanren-title span {/*文字の大きさ指定*/
	font-size: 137%;
	font-weight: bolder;
}
 @media only screen and (min-width: 641px) {/*641px以上*/
.info-title span, .kanren-title span {
	font-size: 138%;
}
}
 @media only screen and (min-width: 1401px) {/*1401px以上*/
.info-title span, .kanren-title span {
	font-size: 163%;
}
}
/*お知らせ一覧 1は2列のTOP用、2は中ページの1列用*/
.info-1 ul, .info-2 ul {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}
.report .info-2 ul {
	flex-wrap: wrap;
}
.info-1 ul:after, .info-2 ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.info-1 ul li, .info-2 ul li {
	/* width: 100%; */
	width: calc((100% - 32px) / 3);
	display: block;
	list-style-type: none;
	background-color: #f7f7f7;
	margin-top: 0;
	margin-right: 16px;
	margin-left: 0;
	margin-bottom: 7%;
	padding: 0;
	/* box-shadow 横の位置、縦の位置、ぼかし、広がり、影の色rgba(0, 0, 0, 透明度)*/
	box-shadow: 0 1px 5px 0 rgba(000,000,000,0.1);
}
.reportArea ul li {
	margin-bottom: 0;
}
.info-1 ul li:nth-of-type(n + 3) {
	margin-right: 0;
}
.report .info-2 ul li {
	width: 100%;
	margin-right: 0;
}
.info-1 ul li a, .info-2 ul li a {
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
	height: 100%;
}
.info-1 ul li:after, .info-2 ul li:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.info-1 ul li a img, .info-2 ul li a img {
	/*float: left;*/
	width: 33%;
	margin: 0;
}
.info-1 ul li a .txt, .info-2 ul li a .txt {
	width: 63%;
	/*float: left;*/
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.info-1 ul li .txt table th, .info-1 ul li .txt table td, .info-2 ul li .txt table th, .info-2 ul li .txt table td {
	border: 0;
	line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
	.info-1 ul {
		flex-direction: column;
	}

	.info-1 ul li {
		width: 100%;
	}
	.reportArea ul li:nth-of-type(n + 2) {
		margin-top: 3%;
	}

	.info-1 ul li a img {
		width: 20%;
	}
	.info-1 ul li a .txt {
		width: 76%;
	}
}

@media only screen and (max-width: 767px) {
	.info-1 ul li a img {
		width: 33%;
	}
	.info-1 ul li a .txt {
		width: 63%;
	}
}

 @media only screen and (min-width: 641px) {/*641px以上*/
.info-2 ul li .txt table th, .info-2 ul li .txt table td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	line-height: 2;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.info-1 ul li, .info-2 ul li {

/*ふわっとなる★確認中一時停止★
transition-property: background-color,opacity;
transition-duration:0.3s;
transition-timing-function:ease-in-out;*/
}
.info-2 ul li a img {
	width: 25%;
}
.info-2 ul li a .txt {
	width: 71%;
}
.info-1 ul li:hover, .info-2 ul li:hover {/*over*/
	opacity: 0.7;
	background-color: #d2f3d7;
}
}
/*関連リンク*/
.kanren > ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.kanren ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.kanren > ul > li {
	/*flex-grow: 1;％で一つずつ違うときは使わない。*/
	width: 49%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 7%;
	list-style-type: none;
	background-color: #f7f7f7;
	padding: 0;	/* box-shadow 横の位置、縦の位置、ぼかし、広がり、影の色rgba(0, 0, 0, 透明度)*/
	box-shadow: 0 1px 5px 0 rgba(000,000,000,0.1);
}
.kanren > ul > li:nth-child(1), .kanren > ul > li:nth-child(3) {/*1と3だけ*/
	margin-left: 0;
}
.kanren ul li:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.kanren ul li a {
}
.kanren ul li a img {
	margin: 0;
}
.kanren ul li a .txt {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 2%;
	line-height: 1.4;
}
 @media only screen and (min-width: 641px) {/*641px以上*/
.kanren > ul > li {
	width: 23.5%;
	margin-bottom:  0;
}
.kanren > ul > li:nth-child(3) {/*3だけ*/
	margin-left: 2%;
}
.kanren ul li:hover {/*over*/
	opacity: 0.7;
	background-color: #d2f3d7;
	display: block;
}
}
/*---ページの先頭へ---*/
#page-top {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	right: 10px;
	display: none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	box-shadow: 0 1px 5px rgba(000,000,000,0.1);
	background-color: #A2874F;
}
#page-top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: solid 5px #FFF;
	border-left: solid 5px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*---footer囲むもの---*/
.footer section {
	max-width: 1900px;
	width: auto;
	height: auto;
	padding-top: 0;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 7%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer section:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.footer section:first-child {
	padding-top: 7%;
}
/*---footer---*/
footer {
	background-color: #e7e7e7;
	overflow: hidden;
	text-align: center;
}

.footer_logo {
	max-width: 226px;
}

footer .subnav {
	width: auto;
	display: block;
}
footer .subnav ul {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}
footer .subnav ul li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	white-space: nowrap;
}
footer .subnav ul li:last-child {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
footer .copyr {
	text-align: center;
	width: auto;
	display: block;
}
/*====ページ毎======================================================*/


/*■TOPPAGE■
------------------------------------------------------------*/
/*---TOPPAGE用<div id="container top"> ---*/
#top {
}
/*---段落ごと囲むもの---*/
#top section {
	max-width: 1900px;/*以前はmax-width: 1400px;*/
	width: auto;
	height: auto;
	padding-top: 0;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 7%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top section:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
#top section:first-child {
	padding-top: 7%;
}
/*TOPPAGE用見出し*/
#top h1 {/*メインイメージ*/
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
#top h1 {
}
}
#top h1 img {
}
#top h2 {
}
#top h3 {
}
#top h4 {
}
#top h5 {
}
#top h6 {
}
/*---カラムスマホ2列　PC4列 （TOPコーナー見出し用）---*/
.corner-col_s2-m4 {
}
.corner-col_s2-m4 ul {
	padding: 0;
	margin: 0;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.corner-col_s2-m4 ul li {
	position: relative;/*黒い半透明を出すため*/
	width: 49%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
	list-style-type: none;
}
.corner-col_s2-m4 ul li:nth-child(odd) {/*奇数*/
	margin-left: 0;
}
.corner-col_s2-m4 ul li:nth-child(even) {/*偶数*/
	margin-right: 0;
}
.corner-col_s2-m4 img {
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.corner-col_s2-m4 ul li a .cnr_moji {
	position: absolute;/*黒い半透明を出すため*/
	color: #fff;
	line-height: 1;
	font-weight: bolder;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	overflow: hidden;
	/*↓黒の半透明*/
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	/*---*/
	font-size: 16px;
	padding-top: 7%;
	padding-bottom: 7%;
}
.corner-col_s2-m4 ul li a .cnr_moji span {
	display: block;
}
 @media only screen and (min-width: 641px) {/*641px以上*/
.corner-col_s2-m4 {
}
.corner-col_s2-m4 ul li {
	margin-bottom: 5%;
	width: 23.0263%;
	margin-top: 0;
	margin-left: 1.31578%;
	margin-right: 1.31578%;
}
.corner-col_s2-m4 ul li:nth-child(odd) {/*奇数*/
	margin-left: 1.31578%;
}
.corner-col_s2-m4 ul li:nth-child(even) {/*偶数*/
	margin-right: 1.31578%;
}
.corner-col_s2-m4 ul li:first-child {
	margin-left: 0;
}
.corner-col_s2-m4 ul li:last-child {
	margin-right: 0;
}
.corner-col_s2-m4 ul li a .cnr_moji {
	font-size: 18px;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.corner-col_s2-m4 {
}
.corner-col_s2-m4 ul li {
	transition: 0.3s;/*ふわっとなる*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.corner-col_s2-m4 ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity: 0.70;
	background: none!important;/*background-color: #d2f3d7;*/
}
.corner-col_s2-m4 ul li a .cnr_moji {
	transition: 0.3s;/*ふわっとなる*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.corner-col_s2-m4 ul li a .cnr_moji span {
	display: inline-block;
}
.corner-col_s2-m4 ul li a:hover .cnr_moji {
	color: #fff;
	background-color: #00b319;
}
}
 @media only screen and (min-width: 1401px) {/*1401px以上*/
.corner-col_s2-m4 {
}
.corner-col_s2-m4 ul li {
}
.corner-col_s2-m4 ul li a .cnr_moji {
	font-size: 20px;
}
}
/*■中面基本■
------------------------------------------------------------*/
/*---中ページ用<div id="contents"> ---*/
#contents {
}
/*---段落ごと囲むもの---*/
#contents section {
	max-width: 1100px;
	width: auto;
	height: auto;
	padding-top: 0;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 7%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contents section:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
#contents section:first-child {
	padding-top: 7%;
}
/*---中ページ用見出し---*/
/*デフォルト*/

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
	clear: both;
}
#contents h1 {
		font-size: 168%;
}
#contents h2 {
	margin-top: 7%;
	margin-bottom: 2%;
}
#contents h3, #contents h4, #contents h5, #contents h6 {
	margin-top: 3%;
	margin-bottom: 2%;
}
#contents h2:first-child, #contents h3:first-child, #contents h4:first-child, #contents h5:first-child, #contents h6:first-child {
	margin-top: 0;
}
#contents h2 {
font-size: 152%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #282828;
	padding-left: 2%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	background-color: #fbfbfb;
}
#contents h3 {
font-size: 137%;
	padding-left: 0;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
}
#contents h4 {
	font-size: 107%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FBFBFB;
}
#contents h5 {
	font-size: 91%;
}
#contents h6 {
	font-size: 76%;
}
@media only screen and (min-width: 641px) {/*641px以上*/

#contents h1 {
	font-size: 175%;
}
#contents h2 {
	font-size: 138%;
}
#contents h3 {
	font-size: 125%;
}
#contents h4 {
	font-size: 113%;
}
#contents h5 {
	font-size: 88%;
}
#contents h6 {
	font-size: 75%;
}
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
#contents h1 {
	font-size: 225%;
}
#contents h2 {
	font-size: 150%;
}
#contents h3 {
	font-size: 138%;
}
#contents h4 {
	font-size: 125%;
}
#contents h5 {
	font-size: 113%;
}
#contents h6 {
	font-size: 88%;
}
}

/*記事タイトル飾り専用
------------------------------------------------------------*/

/**/
#contents #title-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	/**/

	width: auto;
	background-size: cover;
	background-color: #00B319;
	background-image: url(../img/title_bg.jpg);/*★ページのアイキャッチを利用*/
	background-position: center center;
	margin: 0;
	padding: 7%;
	/*ぼかしの設定*/
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}
#contents #title-wrap:before {	/*ぼかしの設定*/
	content: '';
	background: inherit;/*#contents #title-wrapで設定した背景画像を継承する*/
	-webkit-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
	position: absolute;
	/*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	z-index: -1;/*重なり順序を一番下にしておく*/
}
#contents #title-wrap #title {
	width: 94%;
	background-color: #FFF;
	align-items: center;
	padding: 3%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	-moz-opacity: 0.90;
	text-align: center;
}
#contents #title-wrap #title h1 {
}

/*■・会員リスト・概要内の理事名 「辻」様（２人）のしんにょう
------------------------------------------------------------*/
.tsuji img{
	height: 14px;
	width: auto;
	line-height: 14px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

.font_tsuji img {
	width: auto;
	height: 14px;
	margin: 0 0 2px;
	padding: 0;
	line-height: 14px;
	vertical-align: middle;
}

@media only screen and (min-width: 641px) {/*641px以上*/
.tsuji img,
.font_tsuji img {
	height: 16px;
		line-height: 16px;
	}
	}


/*■・MCAについてのテーブル
------------------------------------------------------------*/
.about_tb th[valign="top"] {
	width: 20% !important;
}
.about_tb th + th {
	width: 124px;
}

.about_tb th + td {
	width: 160px;
}

.about_tb .about_access {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.about_tb .about_access img {
	width: 320px;
	height: auto;
	margin: 8px 0;
}

@media only screen and (max-width:1024px) {/*1024px以下*/
	.about_tb,
	.about_tb th[valign="top"] {
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.about_tb .about_access {
		flex-direction: column;
	}

	.about_tb .about_access img {
		width: 100%;
		height: auto;
	}
}



/*緊急のお知らせ
------------------------------------------------------------*/
.emergencyArea {
	margin: 2% 2% 7%;
}


/*新着情報
------------------------------------------------------------*/
.newsArea .info-title {
	margin-bottom: 8px;
}

.newsList {
	list-style: none;
	padding: 0 0 16px;
	background-color: #f7f7f7;
}

.newsList li {
	background-color: transparent;
}

.newsList a {
	display: flex;
	flex-wrap: wrap;
	margin: 0 40px;
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #282828;
	font-size: 15px;
}
.newsList li:hover a {
	opacity: .5;
}

.newsList .news_date {
	width: 13em;
}
.newsList .news_title {
	width: calc(100% - 13em);
}

.newsArea .button a {
	width: 50%;
	padding: 24px 0;
}

.newsList + .wp-pagenavi {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.newsList a {
		flex-direction: column;
		margin: 0 20px;
	}

	.newsList .news_date,
	.newsList .news_title {
		width: 100%;
	}

	.newsArea .button a {
		width: 50%;
	}
}



/*活動実績
------------------------------------------------------------*/
.reportArea .info-title {
	margin-bottom: 8px;
}



/*開催履歴
------------------------------------------------------------*/
/* .sp-swipe {
	display: none;
}

.holding_history_tb {
	table-layout: fixed;
	width: 100%;
}

.holding_history_tb thead th {
	background-color: #333;
	color: #fff;
	text-align: center;
}

.holding_history_tb tbody td {
	padding: 0 16px;
}
.holding_history_tb tbody td + td {
	border-left: 1px dotted #ddd;
}

@media only screen and (max-width: 767px) {
	.sp-swipe {
		display: block;
		margin-bottom: 0;
	}

	.sp-swipeArea {
		overflow-x: scroll;
	}
	.sp-swipeArea::-webkit-scrollbar {
		height: 3px;
	}
	.sp-swipeArea::-webkit-scrollbar-track {
		background-color: #eee;
		border-radius: 3px;
	}
	.sp-swipeArea::-webkit-scrollbar-thumb {
		background-color: #666;
		border-radius: 3px;
	}

	.sp-swipeArea table th,
	.sp-swipeArea table td {
		display: table-cell;
	}

	.holding_history_tb thead th,
	.holding_history_tb tbody td {
		width: 160px;
	}
} */



/*詳細を見るボタン
------------------------------------------------------------*/
.moreBtn {
	display: block;
	position: relative;
	width: 30%;
	margin: 1% auto;
	padding: 8px;
	background-color: #333;
	color: #fff;
	text-align: center;
}
#top .moreBtn {
	width: 100%;
	padding: 4px;
	font-size: 14px;
	margin-top: auto;
}
.moreBtn::after {
	content: '';
	display: block;
	position: absolute;
	right: 12px;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#top .home_report_more a {
	display: block;
	width: 50%;
	margin: auto;
	padding: 24px 0;
}

@media only screen and (max-width:1024px) {
	.moreBtn {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.moreBtn,
	#top .moreBtn {
		width: 100%;
		padding: 4px;
		font-size: 12px;
	}
	.moreBtn::after {
		top: calc(50% - 2px);
		width: 4px;
		height: 4px;
	}
}



/*工事工期計算
------------------------------------------------------------*/
.construction_period_flow {
	display: block;
	width: 466px;
	margin-top: 12px;
}

#contents .constructionPeriod_calculation h3 {
	margin-top: 40px;
	border-bottom: 0;
	color: #00b319;
	font-size: 125%;
}

.calculationArea {
	width: 40%;
	margin: auto;
	padding: 24px;
	background-color: #f7f7f7;
	text-align: center;
}

#contents .calculationArea h4 {
	width: 100%;
	margin: 0 auto 16px;
	padding: 0;
	background-color: transparent;
}

.calculationArea_input {
	width: 6em;
	margin: 0 16px;
	text-align: right;
}

.calculationArea_btn {
	text-align: center;
	color: #fff;
	width: 200px;
	margin: 24px auto 0;
	display: block;
	padding: 8px;
	border: 0;
	background-color: #00B319;
	transition: 0.3s;
	box-shadow: 1px 1px 2px 1px #ddd;
	-moz-box-shadow: 1px 1px 2px 1px #ddd;
	-webkit-box-shadow: 1px 1px 2px 1px #ddd;
	font-weight: bold;
	font-size: 90%;
}
.calculationArea_btn:hover {
	background-color: #03d320;
}

.calculation_result,
.calculation_other {
	display: none;
	width: 40%;
	margin: 24px auto 0;
}

.calculation_other {
	padding: 8px;
	background-color: #F1FEF2;
	color: #00b319;
	font-weight: bold;
	text-align: center;
}

.calculation_result table {
	width: 100%;
}

.calculation_result table th {
	width: 60%;
}
.calculation_result table td {
	width: 40%;
}
.calculation_result table th,
.calculation_result table td {
	padding: 8px 32px 8px 0;
	text-align: right;
}

.calculation_result table td span {
	/* font-weight: bold; */
}

.construction_total {
	padding-top: 16px;
}

.construction_total th,
.construction_total td {
	background-color: #F1FEF2;
	color: #00b319;
	font-weight: bold;
}

.calculation_notes {
	font-size: 90%;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.calculationArea,
	.calculation_result,
	.calculation_other,
	.calculation_result table th,
	.calculation_result table td {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.construction_period_flow {
		width: 100%;
	}

	.calculationArea,
	.calculation_result,
	.calculation_other {
		width: 100%;
	}
}


/*wordpress用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*======WP管理画面と共有の基本部品===================*/



/*斜め
------------------------------------------------------------*/
em {/*メイリオは斜めにならないそうだ*/
	font-style: oblique;
}
/*引用
------------------------------------------------------------*/
blockquote {
	background-color: #e4e4e4;
	position: relative;
	border-left: 3px solid #ccc;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999;
	position: absolute;
	left: 0;
	top: 10px;
}
/*リスト*/
/*<div class="list"><u><li>レイアウトの都合上ul,ol,liなどは、リスト化を停止しているので、あえてクラスをかけてリスト化する。*/
#contents ul li {/*これで設定しない*/
}
#contents ol li {/*これで設定しない*/
}
audio, video {
	display: inline-block;
}
/*画像の配置
------------------------------------------------------------*/
.aligncenter {
	clear: both;
	display: block!important;
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center!important;
}
.alignleft {
	display: inline!important;
	float: left!important;
	margin-right: 10px;
}
.alignright {
	display: inline!important;
	float: right!important;
	margin-left: 10px;
}
 @media only screen and (min-width: 641px) {/*641px以上*/
/*ブログの記事のみ画像の右と下に余白を入れる*/
section.entry img {
	margin-top: 0;
}
}
/*画像
------------------------------------------------------------*/
/*スマホでは、小さくなるので、特にレティーナサイズを用意しない。重くなるし*/
.size-thumbnail {/*画像3つ並び*/
	max-width: 100%;/*320px;*/
	height: auto;
}
.size-medium {
	max-width: 100%;
	height: auto;
}
.size-large {
	max-width: 100%;
	height: auto;
}
.size-full {
	max-width: 100%;/*小さいサイズでも投稿したものの元のサイズだから*/
	height: auto;
}
.news .size-full {
	max-width: 320px;
}

@media only screen and (min-width: 641px) {/*641px以上*/
.size-thumbnail {
	max-width: 320px;
}
.size-medium {
	max-width: 640px;
}
}


/*キャプション
------------------------------------------------------------*/
/*中の画像は、全て100％になるように。*/
.wp-caption .size-thumbnail, .wp-caption .size-medium, .wp-caption .size-large, .wp-caption .size-full {
	width: 100%!important;
	margin-right: 0;
	margin-left: 0;
}
/*キャプション*/
.wp-caption {/*キャプション枠*/
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin-top: 5px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	max-width: 50%;
	height: auto;
}
 @media only screen and (min-width: 641px) {/*641px以上*/
.wp-caption {/*キャプション枠*/
	max-width: 100%;
}
}
p.wp-caption-text {/*キャプション文字*/
	color: #00b319;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding-top: 5px;
}
@media only screen and (min-width: 641px) {/*641px以上*/
p.wp-caption-text {/*キャプション文字*/
	font-size: 14px;
}
}

/*ページ送り
------------------------------------------------------------*/
/*Default style for WP-PageNavi plugin　http://wordpress.org/extend/plugins/wp-pagenavi/*/
div.wp-pagenavi {/*全体をかこう*/
	width: auto;
	clear: both;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #F1FEF2;
	border-radius: 5px;
}
div.wp-pagenavi a, div.wp-pagenavi span {
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	margin: 2px;
	display: inline-block;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div.wp-pagenavi .pages {
	background-color: #ddd;
}
div.wp-pagenavi .current {
	color: #fff!important;
	background-color: #00b319;
}
div.wp-pagenavi a {
	color: #fff!important;
	background-color: #282828;
}
div.wp-pagenavi a:hover {
	color: #fff!important;
	background-color: #03d320;
}
/*ブログ記事中のページ送り
------------------------------------------------------------*/

.info-contributor {
	width: auto;
	clear: both;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #F1FEF2;
	border-radius: 5px;
}
/*ブログと新着一覧のサムネイル
------------------------------------------------------------*/

.blog-list {
	margin-bottom: 37px;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.blog-list:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.blog-thumbnail {
	width: 31.3333%;
	height: auto;
	margin-right: 2%;
	padding: 0;
}
.blog-summary {
	width: 66.6667%;
	height: auto;
	padding: 0;
}
.blog-summary:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
/*ブログカレンダー等
------------------------------------------------------------*/


.blog-calendar-latest {
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.blog-calendar {
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
}
#wp-calendar th {
	padding: 3px!important;
	text-align: center;
}
#wp-calendar td {
	padding: 3px!important;
	text-align: center;
}
.blog-latest {
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
}
.blog-latest ul li {
	list-style: none inside;
}
@media only screen and (min-width: 641px) {/*641px以上*/
.blog-calendar {
	padding: 0;
	width: 48%;
	margin-right: 2%;
}
.blog-latest {
	padding: 0;
	width: 50%;
}
}
#wp-calendar th, #wp-calendar td {
	width: auto;
	display: table-cell!important;
}
/*------*/

.comment-body {
	margin-bottom: 30px;
}
.comment-body p {
	margin-top: 0;
	margin-bottom: 0;
}

/*Contact Form 7
------------------------------------------------------------*/
/*---Contact Form 7のラジオボタンを縦並びに---*/
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
	/*margin-top: 10px;*/
	display: block;
}
/*---Contact Form 7送信ボタン---*/


.wpcf7-submit {
	font-size: 150%;
	line-height: 1em;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-color: #00B319;
	transition: 0.3s;/*ふわっとなる*/
	/* box-shadow ---　overflow: hidden;のある枠ギリギリだと表示されなくなる*/
	box-shadow: 1px 1px 2px 1px #dddddd;
	-moz-box-shadow: 1px 1px 2px 1px #dddddd;
	-webkit-box-shadow: 1px 1px 2px 1px #dddddd;
	font-weight: bolder;
}
.wpcf7-submit:hover {
	background-color: #00dd1f;
}
div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	background-color: #CCCCCC!important;
}

/*editor-style.css内で、リンクボタンなどが変形するのを防ぐ
------------------------------------------------------------*/
/*---wp-content.cssの相殺---*/
.mce-content-body a[data-mce-selected] {
	padding: initial!important;
	margin: initial!important;
}

/*============================================================
印刷用
============================================================*/

/*印刷用に大きいグリッドを優先して表示するようにする場合
------------------------------------------------------------*/
@media print {
.show-for-small, .show-for-medium-up {
	display: none;
}
h1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
}
