@charset "UTF-8";
/*
* Theme Name: テンプレート01_07
* Author: Iscream Design
* Version: 1.5
* Description: 
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
@font-face {
	font-family: "ipaexg";
	src: url("font/ipaexg.eot");
	src: url("font/ipaexg.eot?#iefix") format("embedded-opentype"), url("font/ipaexg.woff") format("woff"), url("font/ipaexg.otf") format("opentype");
}
body {
	font-size: 13px;
	line-height: 1.6;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/************************************ a:link a:hoverの設定*/
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #666;
	text-decoration: underline;
}
/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
	width: 1054px;
}
@media only screen and (max-width: 640px) {
	.container {
		width: 100%;
	}
}
/************************************ コンテンツ*/
.contents {
	float: left;
	width: 700px;
}
@media only screen and (max-width: 640px) {
	.contents {
		float: none;
		width: auto;
	}
}
/************************************テーブル (01_04 追加)*/
.table-bordered {
	border-collapse: collapse;
	border: solid 1px #eeeeee;
	width: 100%;
}
.table-bordered th,
.table-bordered td {
	border: solid 1px #eeeeee;
	padding: 5px 20px;
}
.table-bordered th {
	width: 20%;
	vertical-align: middle;
	color: #ffffff;
	background-color: #06b6bc;
}
/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 640px) {
	.sp-listlayout {
		border: none !important;
	}
	.sp-listlayout tr {
		display: block;
		margin-bottom: 5px;
	}
	.sp-listlayout th {
		border: none !important;
		display: list-item;
		width: 100%;
	}
	.sp-listlayout td {
		border: none !important;
		display: list-item;
		list-style: none;
		width: 100%;
	}
	.sp-listlayout {
		table-layout: fixed;
	}
	.sp-listlayout * {
		word-wrap: break-word;
	}
}
/***************************/
/********【お問い合わせフォーム】********/
/***************************/
/************************************フォーム (01_04 追加)*/
.mw_wp_form {
	font-size: 13px;
	margin: 0 0 20px; /**
   * ボタン
   */ /**
   * その項目のエラーのwrapper
   */ /**
   * 必須マーク
   */ /**
   * 各項目のwrapper
   */ /**
   * 注釈
   */
}
.mw_wp_form dl {
	border-top: #dddddd solid 1px;
	border-left: #dddddd solid 1px;
	border-right: #dddddd solid 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	background-color: #3c8433;
	color: #fff; /*背景色変更の場合　background-color:#背景色; color:#文字色;　を追記*/
}
.mw_wp_form .formend/*管理画面内でフォームの最後のdlに class="formend" を記入*/ {
	border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt,
.mw_wp_form dl dd {
	margin: 0;
	padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 25%;
	position: relative;
}
.mw_wp_form dl dt .mwform-require {
	position: absolute;
	top: 20px;
	right: 20px;
}
.mw_wp_form dl dd {
	overflow: hidden;
	zoom: 1;
	border-left: #dddddd solid 1px;
	background-color: #fff;
	color: #000; /*背景色変更の場合　background-color:#FFF;color:#文字色;を追記(文字色を入れないと白色になるため)*/
}
.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea {
	border: #cccccc solid 1px;
	border-radius: 3px;
	margin: 0;
	max-width: 88%;
	padding: 9px 12px;
	vertical-align: middle;
}
.mw_wp_form dl dd textarea {
	width: 90%;
}
.mw_wp_form dl dd label {
	margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"],
.mw_wp_form dl dd label input[type="radio"] {
	margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
	margin-top: 10px;
	text-align: center;
}
.mw_wp_form p.mwform-btn input {
	background-color: #f5f5f5;
	border: #dddddd solid 1px;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-weight: normal;
	padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input:active,
.mw_wp_form p.mwform-btn input:hover {
	background-color: #eee;
}
.mw_wp_form .mwform-errors {
	margin: 5px 0 0;
	overflow: hidden;
	zoom: 1; /**
     * エラーメッセージ
     */
}
.mw_wp_form .mwform-errors .mwform-error {
	float: left;
	margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
	background-color: #f7cce6;
	border: #ee4d89 solid 1px;
	border-radius: 3px;
	color: #ee4d89;
	display: inline-block;
	font-size: 85%;
	padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
	color: #ee4d89;
	font-size: 85%;
}
.mw_wp_form .mwform-field {
	margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
	font-size: 85%;
}
@media screen and (max-width: 480px) {
	.mw_wp_form dl dt {
		float: none;
		width: auto;
		padding-bottom: 10px;
	}
	.mw_wp_form dl dd {
		padding-top: 10px;
	}
	.mw_wp_form dl dd {
		border-left: none;
	}
}
/***************************/
/********【アーカイブ】********/
/***************************/
/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
	background-color: #f9bab3;
	color: #ffffff;
	padding: 5px 10px;
}
.more-btn a:hover {
	text-decoration: none;
	background-color: #fcd2d3;
}
/************************************ 特記 スマホ時*/
@media only screen and (max-width: 640px) {
}
/*WP用 投稿表示*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/***************************/
/********【スマホ用メニュー】********/
/***************************/
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background-color: #3c8433; /*変更*/
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background-color: #3c8433; /*変更*/
	margin-top: 44px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #231815;
	background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 21px; /*エキスパンド時の高さ*/
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.1);
	border: none !important;
	border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color: #3c8433; /*変更*/
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
/***************************/
/********【ヘッダー】********/
/***************************/
/*------h1-----*/
.h1-area {
	width: 100%;
	min-width: 1054px;
	background-color: #46923c;
	clear: both;
}
.h1-style {
	margin: auto;
	padding: 2px 0px;
	width: 1024px;
}
.h1-font {
	font-size: 12px;
	text-align: left;
	color: #fff;
}
@media only screen and (max-width: 640px) {
	.h1-area {
		min-width: inherit;
	}
	.h1-style {
		width: 100%;
		padding: 2px 15px;
	}
	.h1-font {
		text-align: center;
	}
}
/*------header-----*/
.head-container {
	width: 100%;
	min-width: 1054px;
}
.head-main-area {
	margin: auto;
	overflow: hidden;
	width: 1024px;
	padding: 40px 0 10px 0px;
}
.head-left-area {
}
.head-left-img01 {
	text-align: left;
	margin: 0px 0px;
}
.head-right-area {
	text-align: right;
}
.head-right-img-area {
	display: inline-table;
	text-align: right;
}
.head-right-img01 {
	text-align: left;
	display: table-cell;
	vertical-align: top;
	width: 385px;
	padding: 0px 0px 0px 0px;
}
.head-right-img02 {
	display: inline-table;
	width: 200px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 640px) {
	.head-container {
		min-width: inherit;
	}
	.head-main-area {
		width: 100%;
		padding: 0 15px;
	}
	.head-left-area {
		float: none;
	}
	.head-left-img01 {
		text-align: center;
		margin: 30px 0px 0 0;
	}
	.head-right-area {
		text-align: center;
	}
	.head-right-img-area {
		display: block;
		text-align: center;
	}
	.head-right-img01 {
		text-align: center;
		display: block;
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
	.head-right-img02 {
		width: 100%;
		padding: 20px 0px 20px 0px;
	}
}
/*------nav-----*/
.nav_01 {
	width: 100%;
	min-width: 1024px;
	padding: 25px 0 35px;
}
.nav_01 .gNavi {
	width: 1024px;
	margin: auto;
}
.nav_01 .gNavi_list {
	margin: 0;
	line-height: 1.6;
	list-style: none;
	width: 1024px;
	height: 14px;
}
.nav_01 .gNavi_list-item {
	float: left;
}
@media only screen and (max-width: 640px) {
	.nav_01 {
		display: none;
	}
}
/***************************/
/********【サイド】********/
/***************************/
.rNavi {
	float: right;
	width: 290px;
}
@media only screen and (max-width: 640px) {
	.rNavi {
		float: none;
		width: auto;
	}
}
.side_info_ar {
	border: solid 1px #46923c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(images/shared/page_side_01.png) no-repeat center top;
	padding: 20px 10px 10px;
	margin-bottom: 30px;
}
.side_info_ar .txt01 {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.side_info_ar .ttl {
	text-align: center;
	margin-bottom: 15px;
}
.side_info_ar .txt02 {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}
.side_info_ar .bt01_st {
	text-align: right;
	margin-bottom: 10px;
}
.side_info_ar .bt01_arr {
	display: inline-block;
}
.side_info_ar .bt01 {
	padding: 0px 0 0 5px;
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.side_info_ar {
		margin: 40px 0 30px;
	}
	.side_info_ar .bt01_st {
		text-align: center;
	}
	.side_info_ar .bt01_arr {
		display: inline-block;
	}
	.side_info_ar .bt01 {
		padding: 0px 0 0 5px;
		display: inline-block;
	}
}
.side_nav_ar {
	border: solid 1px #46923c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px 0px;
	margin-bottom: 30px;
	font-size: 14px;
}
.side_nav_ar .ttl {
	background-color: #46923c;
	padding: 10px 15px;
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 16px;
	color: #fff;
}
.side_nav_ar ul li {
	list-style: none;
	list-style-position: inside;
	background: url(images/shared/arrow02.png) no-repeat left 15px top 21px;
	border-bottom: dotted 1px #ccc;
	padding: 1em 1em 1em 2.25em;
}
.side_nav_ar ul li:last-child {
	list-style: none;
	list-style-position: inside;
	background: url(images/shared/arrow02.png) no-repeat left 15px top 21px;
	border-bottom: none;
	padding: 1em 1em 1em 2.25em;
}
/***************************/
/********【フッター】********/
/***************************/
/*------page top-----*/
.pagetop-area {
	width: 100%;
	min-width: 1054px;
	margin: 80px 0 20px;
}
.pagetop-bt {
	width: 1300px;
	text-align: right;
	margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
	.pagetop-bt {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.pagetop-area {
		min-width: inherit;
		margin: 80px 0 20px;
	}
	.pagetop-bt {
		text-align: center;
	}
}
/*------footer-----*/
.foot-container {
	width: 100%;
	min-width: 1054px;
	background-color: #46923c;
}
.foot-main-area {
	margin: auto;
	overflow: hidden;
	width: 1024px;
	padding: 30px 0 5px 0px;
}
.foot-left-area {
}
.foot-left-img01 {
	text-align: left;
	margin: 0px 0px 5px;
}
.foot-right-area {
	text-align: right;
}
.foot-right-img-area {
	display: inline-table;
	text-align: right;
}
.foot-right-img01 {
	text-align: left;
	display: table-cell;
	vertical-align: top;
	width: 385px;
	padding: 0px 0px 0px 0px;
}
.foot-right-img02 {
	display: inline-table;
	width: 200px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 640px) {
	.foot-container {
		min-width: inherit;
	}
	.foot-main-area {
		width: 100%;
		padding: 25px 15px 15px;
	}
	.foot-left-area {
		float: none;
	}
	.foot-left-img01 {
		text-align: center;
		margin: 30px 0px 5px 0;
	}
	.foot-right-area {
		text-align: center;
	}
	.foot-right-img-area {
		display: block;
		text-align: center;
	}
	.foot-right-img01 {
		text-align: center;
		display: block;
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	.foot-right-img02 {
		width: 100%;
		padding: 20px 0px 20px 0px;
	}
}
/*------sitemap-----*/
.footer_sitemap {
	margin: 25px 0 0;
}
.sitemap_list {
	text-align: left;
}
.sitemap_list-item {
	display: inline-block;
	font-size: 14px;
	margin: 0.1em 0em;
	background: url(images/shared/arrow01.png) no-repeat left top 8px;
}
.sitemap_list-item a {
	padding: 0em 0.5em 0 0.75em;
	margin: 0em 0.75em 0 0;
	color: #555555;
	text-decoration: none;
}
.sitemap_list-item a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	.footer_sitemap {
		margin: 40px 0 30px;
	}
	.sitemap_list {
		text-align: center;
	}
}
/*------copyright-----*/
.footer_copyright {
	margin-top: 10px;
}
.copyright_typo {
	font-family: "ipaexg";
	font-size: 13px;
	padding: 5px 0px 10px;
	text-align: right;
	color: #555555;
}
@media only screen and (max-width: 640px) {
	.footer_copyright {
	}
	.copyright_typo {
		font-size: 12px;
		text-align: center;
		padding: 5px 0px 0px;
	}
}
/***************************/
/********【index】********/
/***************************/
/*------main img-----*/
.mainimg_ar {
	width: 100%;
	min-width: 1050px;
	text-align: center;
	background-color: #f9fbf8;
}
@media only screen and (max-width: 640px) {
	.mainimg_ar {
		min-width: inherit;
	}
}
/********01********/
.cont01_ar {
	width: 100%;
	min-width: 1054px;
	padding: 60px 0px 50px 0px;
	background: url(images/top_con_01.png) repeat;
}
.cont01_ar .ttl01 {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 14px;
	color: #46923c;
	text-align: center;
	padding: 0px 20px;
	margin: 0 auto 30px;
	line-height: 1.3em;
	position: relative;
	width: 200px;
}
.cont01_ar .ttl01:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background: url(images/top_con_02.png) no-repeat center center;
	left: 0;
	top: 8px;
}
.cont01_ar .ttl01:after {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background: url(images/top_con_02.png) no-repeat center center;
	right: 0;
	top: 8px;
}
.cont01_ar .ttl02 {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 36px;
	color: #111;
	text-align: center;
	margin: 0 auto 35px;
	line-height: 1.3em;
}
.cont01_ar .txt {
	font-size: 16px;
	color: #555555;
	margin: 0 0 25px;
}
.cont01_ar .bt {
	text-align: center;
	margin: 10px 0 0;
}
@media only screen and (max-width: 640px) {
	.cont01_ar {
		min-width: inherit;
		padding: 60px 0px 40px 0px;
	}
	.cont01_ar .ttl01 {
		margin: 0 auto 20px;
	}
	.cont01_ar .ttl02 {
		margin: 0 auto 20px;
	}
	.cont01_ar .txt {
		font-size: 14px;
	}
}
/********02********/
.cont02_ar {
	padding: 60px 0px 30px 0px;
}
.cont02_ar .ttl {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 36px;
	color: #46923c;
	text-align: center;
	margin: 0 0 30px;
	line-height: 1.3em;
}
.cont02_ar .img {
	text-align: center;
	margin-bottom: 15px;
}
.cont02_ar .txt {
	font-size: 16px;
	color: #555555;
	margin: 0 0 25px;
}
@media only screen and (max-width: 640px) {
	.cont02_ar .txt {
		font-size: 14px;
		margin: 0 0 40px;
	}
}
/********03********/
.cont03_ar {
	width: 100%;
	min-width: 1054px;
	padding: 60px 0px 10px 0px;
	background-color: #f8fbf7;
}
.cont03_ar .img {
	text-align: center;
	margin-bottom: 5px;
}
.cont03_ar .txt {
	font-size: 16px;
	color: #555555;
	margin: 0 0 40px;
}
@media only screen and (max-width: 640px) {
	.cont03_ar {
		min-width: inherit;
		padding: 60px 0px 10px 0px;
	}
	.cont03_ar .txt {
		font-size: 14px;
	}
}
/********04********/
.cont04_ar {
	padding: 60px 0px 0px 0px;
	margin-bottom: -120px;
}
@media only screen and (max-width: 1300px) {
	.cont04_ar {
		margin-bottom: -60px;
	}
}
@media only screen and (max-width: 640px) {
	.cont04_ar {
		margin-bottom: 0px;
	}
}
.cont04_ar .ttl {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 22px;
	color: #555555;
	padding: 4px 0px 13px 20px;
	margin-bottom: 10px;
	line-height: 1.3em;
	border-bottom: solid 1px #c8c7c6;
	position: relative;
}
.cont04_ar .ttl:before {
	position: absolute;
	content: "";
	background: #46923c;
	top: 0px;
	left: 0em;
	margin-top: 0px;
	width: 3px;
	height: 37px;
}
.cont04_ar .bx_main {
	background-color: #46923c;
	color: #fff;
	padding: 15px 15px;
	text-align: center;
}
.cont04_ar .subttl {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0 -15px 15px;
	line-height: 1.3em;
	border-bottom: solid 1px #fff;
}
.cont04_ar .bx_in {
	background-color: #ffffe6;
	padding: 10px 10px;
	overflow: hidden;
}
.cont04_ar .bx_img {
	width: 272px;
	float: left;
	margin: 0 10px 0 0;
}
.cont04_ar .bx_txt {
	width: 155px;
	float: left;
	color: #46923c;
	font-size: 16px;
	line-height: 1.3em;
	padding: 25px 0 0;
}
@media only screen and (max-width: 640px) {
	.cont04_ar .bx_img {
		width: 100%;
		float: none;
		margin: 0 0px 0 0;
		text-align: center;
	}
	.cont04_ar .bx_txt {
		width: 100%;
		float: none;
		margin: 10px 0px 0 0;
		color: #46923c;
		font-size: 14px;
		padding: 0px 0 0;
		text-align: center;
	}
}
/********topics********/
.index_news_bottom_bt {
	text-align: right;
	margin: 20px 0px;
}
.news {
	margin-bottom: 20px;
}
.news_list {
	display: table;
	border-bottom: dotted 1px #c8c7c6;
	width: 100%;
	background: url(images/shared/arrow01.png) no-repeat left top 25px;
	padding: 0 0 0 15px;
}
.news_list-time {
	width: 22%;
	padding: 1.5em 1em 1.5em 0;
	display: table-cell;
	color: #46923c;
}
.news_list-description {
	width: 78%;
	padding: 1.5em 0em 1.5em 0;
	display: table-cell;
	color: #555555;
}
.news_list-description a:link {
	color: #555555;
}
.news_list-description a:visited {
	color: #555555;
}
@media only screen and (max-width: 640px) {
	.index_news_bottom_bt {
		text-align: center;
		margin: 20px 0px 40px;
	}
	.news_list {
		background: url(images/shared/arrow01.png) no-repeat left top 12px;
	}
	.news_list-time {
		display: block;
		width: 100%;
		padding: 0.5em 0 0 0;
	}
	.news_list-description {
		display: block;
		width: 100%;
		padding: 0 0 0.5em 0;
	}
}
/***************************/
/********【common】********/
/***************************/
/************************************ テキストカラー*/
.fo13 {
	font-size: 13px !important;
}
.fo16 {
	font-size: 16px !important;
}
.fo_rd {
	color: #f00 !important;
}
.fo_bk {
	color: #000 !important;
}
.fo_wh {
	color: #fff !important;
}
.bg_gr {
	border: solid 1px #46923c;
	padding: 15px;
	overflow: visible;
}
/************************************ テキストアンダーライン背景画像*/
/*<p><span class="bg_img">****************</span></p>*/
.bg_img {
	background-image: url(images/sample.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	display: inline-block;
}
/************************************ パディング*/
.top_pad_50 {
	padding-top: 50px;
}
.top_pad_60 {
	padding-top: 60px;
}
.top_pad_70 {
	padding-top: 70px;
}
.bottom_pad_50 {
	padding-bottom: 50px;
}
.bottom_pad_60 {
	padding-bottom: 60px;
}
.bottom_pad_70 {
	padding-bottom: 70px;
}
/************************************ マージン*/
.top_mg_50 {
	padding-top: 50px;
}
.top_mg_60 {
	margin-top: 60px;
}
.top_mg_70 {
	margin-top: 70px;
}
.bottom_mg_50 {
	margin-bottom: 50px;
}
.bottom_mg_60 {
	margin-bottom: 60px;
}
.bottom_mg_70 {
	margin-bottom: 70px;
}
/************************************ パンくず*/
.breadcrumb_area {
	overflow: hidden;
	height: auto;
	margin: 10px 0px 0px 0px;
}
.breadcrumb_style {
	text-align: center;
}
.breadcrumb_font {
	font-size: 12px;
}
.breadcrumb_font ul li {
	float: left;
	line-height: 1.3em;
}
@media only screen and (max-width: 640px) {
}
/************************************ 見出し*/
.h2_area {
	width: 100%;
	min-width: 1053px;
	background: url(images/top_con_01.png) repeat;
	padding: 50px 0 40px;
	clear: both;
	margin-bottom: 40px;
}
.h2_style {
	width: 1023px;
	margin: auto;
	text-align: center;
}
.h2_font {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 36px;
	color: #46923c;
	line-height: 1.3em;
}
@media only screen and (max-width: 640px) {
	.h2_area {
		min-width: inherit;
		padding: 50px 15px 40px;
	}
	.h2_style {
		width: 100%;
	}
	.h2_font {
		font-size: 32px;
	}
}
.h3_style {
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
	border-bottom: solid 1px #c8c7c6;
	clear: both;
}
.h3_font {
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 24px;
	color: #555555;
	line-height: 1.3em;
	position: relative;
	padding: 3px 0px 0px 20px;
}
.h3_font:before {
	position: absolute;
	content: "";
	background: #46923c;
	top: 3px;
	left: 0em;
	margin-top: 0px;
	width: 3px;
	height: 33px;
}
.h3_font a:link {
	color: #555555;
}
.h3_font a:visited {
	color: #555555;
}
@media only screen and (max-width: 640px) {
}
.h4_style {
	margin-bottom: 20px;
	clear: both;
}
.h4_font {
	/*font-family: "FOT-筑紫明朝 Pr5 B";*/
	font-size: 22px;
	color: #46923c;
	line-height: 1.3em;
	position: relative;
	padding: 3px 0px 0px 15px;
}
.h4_font:before {
	position: absolute;
	content: "";
	background: #46923c;
	top: 6px;
	left: 0em;
	margin-top: 0px;
	width: 3px;
	height: 22px;
}
.h4_font a:link {
	color: #46923c;
}
.h4_font a:visited {
	color: #46923c;
}
@media only screen and (max-width: 640px) {
}
.h5_style {
	margin-bottom: 10px;
	clear: both;
}
.h5_font {
	/*font-family: "FOT-筑紫明朝 Pr5 B";*/
	font-size: 20px;
	color: #46923c;
	line-height: 1.3em;
	position: relative;
}
.h5_font a:link {
	color: #46923c;
}
.h5_font a:visited {
	color: #46923c;
}
@media only screen and (max-width: 640px) {
}
/***************************/
/********【04】********/
/***************************/
@media only screen and (max-width: 640px) {
	.p04_mg {
		margin-bottom: 20px;
	}
}
/***************************/
/********【07】********/
/***************************/
.p07_01_tbl2 {
	width: 100%;
	padding-left: 20px;
	border: solid 1px #000;
}
.p07_01_tbl2 th {
	text-align: left;
	vertical-align: middle;
	width: 20%;
	padding: 1em;
	background-color: #3c8433;
	color: #fff;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
.p07_01_tbl2 td {
	text-align: left;
	vertical-align: middle;
	padding: 1em;
	width: 80%;
	border-bottom: solid 1px #000;
}
@media only screen and (max-width: 640px) {
	.p07_01_tbl2 th {
		list-style: none !important;
		width: 100%;
		text-align: center;
		padding: 0.5em 0em;
	}
	.p07_01_tbl2 td {
		width: 100%;
		text-align: center;
		padding: 0.5em 0em;
	}
}
/************************************ リスト*/
.disc_list_style {
	text-align: left;
}
.disc_list_style ul li {
	list-style-position: inside;
	list-style: disc;
	margin: 0px 0px 10px 20px;
}
.decimal_list_style {
	text-align: left;
}
.decimal_list_style ul li {
	list-style-position: inside;
	list-style: decimal;
	margin: 0px 0px 10px 20px;
}
/***************************/
/********【access】********/
/***************************/
.access_map_l {
	width: 100%;
	height: 500px;
}
@media only screen and (max-width: 640px) {
	.access_map_l {
		height: 250px;
	}
}
/**************************/
/********sigle contents********/
/**************************/
strong {
	font-weight: bold;
}
.topics_sec section ul {
	padding-left: 1.5em;
}
.topics_sec section ul li {
	list-style: outside disc;
}
.topics_sec section ol {
	padding-left: 1.5em;
}
.topics_sec section ol li {
}
.topics_sec section em {
	font-style: italic; /*斜体*/
}
/********ext********/
.aligncenter {
	margin: 0 auto !important;
	text-align: center !important;
	display: block;
}
/**************************/
/********sigle h3/h4********/
/**************************/
.h301,
.h401 {
	/*固定ページのh3/h4に合わせる*/
	border-bottom: solid 1px #50af1f;
	padding: 7px 10px 7px 0px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
}
/********[Blog LayoutType-A]********/
.blog-layoutA-mainarea {
	margin: 0px 0px 20px 0px;
}
.blog-layoutA-img {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.blog-layoutA-type-area {
	float: right;
	clear: both;
	margin: 0px 0px 20px 0px;
}
.blog-layoutA-cate {
	text-align: center;
	background-color: #3c8433;
	padding: 5px 10px;
	color: #fff;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
.blog-layoutA-date {
	font-weight: bold;
}
.blog-layoutA-art {
	clear: both;
	margin: 0px 0px 20px 0px;
}
.blog-layoutA-bt {
	clear: both;
	text-align: right;
}
.blog-layoutA-pagenation {
	text-align: center;
	margin: 20px 0px 20px 0px;
}
@media only screen and (max-width: 640px) {
	.blog-layoutA-type-area {
		float: none;
		clear: both;
		margin: 0px 0px 20px 0px;
	}
	.blog-layoutA-bt {
		clear: both;
		text-align: center;
	}
}
/********[Blog LayoutDetail-A]********/
.blog-detailA-mainarea {
	margin: 0px 0px 20px 0px;
}
.blog-detailA-type-area {
	float: right;
	clear: both;
	margin: 0px 0px 20px 0px;
}
.blog-detailA-cate {
	text-align: center;
	background-color: #3c8433;
	padding: 5px 10px;
	color: #fff;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
.blog-detailA-date {
	font-weight: bold;
}
.blog-detailA-art {
	clear: both;
	margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 640px) {
	.blog-detailA-type-area {
		float: none;
		clear: both;
		margin: 0px 0px 20px 0px;
	}
}

@media only screen and (max-width: 800px) {
	/*-------------
  zero menu
  -------------*/

	/* PC用のナビを非表示 */
	.sp-navi {
		display: block;
	}

	/* ナビ開閉 */
	.sp-navi.is-open {
		pointer-events: auto;
		opacity: 1;
	}

	/* ボタン類 */
	.sp-navi-btns {
		background: #f5f5f5;
		box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
		position: fixed;
		display: flex;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 10000;
	}

	.sp-navi-btns div {
		width: calc(100% / 5);
		position: relative;
	}

	.sp-navi-btns div + div {
		border-left: 1px solid #ccc;
	}

	.sp-navi-btns .item {
		background-size: 20px;
		background-position: top 9px center;
		background-repeat: no-repeat;
		color: #333;
		font-size: 10px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		white-space: nowrap;
	}

	.sp-navi-btns .item.btn-home {
		background-image: url(images/shared/ico_home.svg);
	}

	.sp-navi-btns .item.btn-tel {
		background-image: url(images/shared/ico_phone.svg);
	}

	.sp-navi-btns .item.btn-pc {
		background-image: url(images/shared/ico_pc.svg);
	}

	.sp-navi-btns .item.btn-contact {
		background-image: url(images/shared/ico_mail.svg);
	}

	.sp-navi-btns .item.btn-access {
		background-image: url(images/shared/ico_pin.svg);
	}

	.sp-navi-btns .item.btn-pagetop {
		background-image: url(images/shared/ico_arrow_up.svg);
		background-position: top 11px center;
	}

	.sp-navi-btns .item a {
		display: block;
		padding: 35px 0 0;
		height: 100%;
	}

	.sp-navi-btns .humberger {
		background: #46923c;
		cursor: pointer;
		position: relative;
	}

	.sp-navi-btns .humberger .ttl {
		display: block;
		color: #fff;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		padding: 35px 0 0;
	}

	.sp-navi-btns .humberger span:not(.ttl) {
		background: #fff;
		position: absolute;
		left: 50%;
		width: 22px;
		height: 1px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: 0.4s;
	}

	.sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
		top: 13px;
	}

	.sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
		top: 19px;
	}

	.sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
		top: 25px;
	}

	.sp-navi-btns .humberger.is-open span:nth-of-type(1) {
		-webkit-transform: translate(-50%, 6px) rotate(-45deg);
		transform: translate(-50%, 6px) rotate(-45deg);
	}

	.sp-navi-btns .humberger.is-open span:nth-of-type(2) {
		opacity: 0;
	}

	.sp-navi-btns .humberger.is-open span:nth-of-type(3) {
		-webkit-transform: translate(-50%, -6px) rotate(45deg);
		transform: translate(-50%, -6px) rotate(45deg);
	}

	/* コンテンツ */
	.sp-navi-contents {
		visibility: hidden;
		background: #fff;
		color: #333;
		padding: 0 0 70px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transition: 0.5s;
		opacity: 0;
		z-index: 9999;
	}

	.sp-navi-contents.is-open {
		visibility: visible;
		overflow-y: auto;
		opacity: 1;
	}

	.sp-navi-logo {
		border-bottom: 2px solid #333;
		background: #fff;
		box-shadow: 0 2px 2px rgba(51, 51, 51, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
	}

	.sp-navi-logo img {
		width: 180px;
	}

	.sp-navi-list {
		font-family: "FOT-筑紫A丸ゴシック Std E";
		margin: 0 0 30px;
	}

	.sp-navi-list > li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.sp-navi-list > li > a {
		color: #333;
		display: block;
		font-size: 17px;
		line-height: 1;
		padding: 20px;
	}

	.sp-navi-list > li.sp-dropdown {
		position: relative;
	}

	.sp-navi-list > li.sp-dropdown::after {
		background: url(images/shared/ico_arrow_down.svg) no-repeat 50% 50%/25px;
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		transition: 0.35s;
		width: 58px;
		height: 58px;
	}

	.sp-navi-list > li.sp-dropdown.is-on::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sp-navi-list > li.sp-dropdown > a {
		padding: 20px 58px 20px 20px;
	}

	.sp-navi-list .children ul > li:not(:last-of-type) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.sp-navi-list .children ul > li > a {
		display: block;
		background-color: rgba(0, 0, 0, 0.05);
		padding: 15px 20px;
	}

	.sp-navi-other {
		padding: 0 15px;
	}
}
