@charset "UTF-8";
/*
Theme Name: MY THEME
Author: KYOSAI
Description: This is my original theme.
Version: 1.0
*/

body {
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5;
	color: #555;
}

img {
	vertical-align: bottom;
}

/* ------------------- 基本構造 ------------------- */

/* ヘッダーとフッターをバーの形にする設定 */
header	{

}

footer {
	background-color: #F6FFF5;
}

/* ボックスの上下の間隔 */
.sub-header	{
	padding-top: 5px
}

.contents	{
	padding-top: 20px;
	padding-bottom: 10px;
}

.sub {
	padding-top: 0px;
	padding-bottom: 0px
}
.sub:after {
	content: "";
	display: block;
	clear: both;
}

footer	{
	margin-top: 20px;
}

@media (max-width: 599px) {
	.contents {
		padding-top: 15px
	}
}


/* ボックスの左右の余白 */
header, .container, .sub-header {
	padding-left: 5px;
	padding-right: 5px;
}


@media (min-width: 768px) and (max-width: 959px) {
	/* 全体の横幅 */
	.container, .header-inner, .footer-inner, .sub-header {
		width: 747px;
		margin-left: auto;
		margin-right: auto;
	}
}


@media (min-width: 960px) {
	/* コンテンツとサイドバーを横に並べる設定 */
	.container:after {
		content: "";
		display: block;
		clear: both
	}

	/*
	.contents {
		float: left;
		width: 100%;
		margin-right: -238px
	}
	*/
	.contents {
		float: left;
		width: 692px;
	}

	.sub {
		float: right;
		width: 238px;
		padding-top: 20px;
	}

	/* コンテンツとサイドバーの間隔 */
/*
	.contents {
		padding: 298;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
*/
	
	.top_slider:after/*, .mymenu-service:after*/ {
		margin-top: 22px;
		content: "";
		display: block;
		height: 10px;
		background-color: #E5E5E5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5e5e5', endColorstr = '#ffffff');
		/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5e5e5', endColorstr = '#ffffff')";
		/*Element must have a height (not auto)*/
		/*All filters must be placed together*/
		background-image: -moz-linear-gradient(top, #e5e5e5, #ffffff);
		background-image: -ms-linear-gradient(top, #e5e5e5, #ffffff);
		background-image: -o-linear-gradient(top, #e5e5e5, #ffffff);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#e5e5e5), to(#ffffff));
		background-image: -webkit-linear-gradient(top, #e5e5e5, #ffffff);
		background-image: linear-gradient(top, #e5e5e5, #ffffff);
		/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	}
}

@media (min-width: 960px) {
	/* 全体の横幅 */
	.container, .header-inner, .footer-inner, .sub-header {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
}



/* ------------------- ヘッダー ------------------- */

/* ヘッダー上部のリンク */
.site_top {
	
}

.site_top ul {
	text-align: right;
}
.site_top li{
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding-left: 25px;
}

.site_top li a{
	text-decoration: none;
	color: #666;
}
.site_top li a:hover {
	opacity: 0.7;
}
.site_top li:before {
	content: "・";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-right: 0px;
	color: #666;
	font-size: 13px;
	vertical-align: middle;
	line-height: 13px;
}
@media (max-width: 599px) {
	.site_top li{
		padding-left: 10px;
	}
}

/* サイト名 */
.site h1 a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none
}

.site h1 {
	margin: 0;
	font-family: 'Arial Black', sans-serif;
	font-size: 30px
}
.site_sub {
	padding-top: 12px;
}
.site_sub ul{
	text-align: right;
}
.site_sub li{
	display: inline-block;
	font-size: 10px;
	padding-left: 33px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
.site_sub li span{
	line-height: 2;
}
.site_sub a:hover {
	opacity: 0.7;
}

@media (max-width: 449px) {
	.site_sub ul{
		text-align: center;
	}
	.site_sub li{
		padding: 0 5px;
	}
}

/* ------------------- フッター ------------------- */

.footer-inner {
}
.footer_up {
	padding: 0 18px;
}
.footer_up:after {
	content:"";
	display: block;
	clear: both;
}
.footer_1, .footer_2 {
	float: left;
}
.footer_3 {
	float: right;
}
.footer_1 {
	padding-top: 23px;
	padding-right: 65px;
}
.footer_1 p{
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
}
.footer_1 p.thumb_2 {
	padding-bottom: 55px;
}
.footer_1 p.text_2 a {
	text-decoration: none;
	color: #444;
}
@media (max-width: 659px) {
	.footer_1 {
		width: 100%;
		padding-top: 23px;
		padding-right: 0px;
	}
	.footer_1 p.thumb_2 {
		padding-bottom: 5px;
	}
}


.footer_2 ul {
	margin: 22px 0;
	padding: 0 30px 0 7px;
	list-style-type: none;
	border-left: solid 3px #37B177;
}

.footer_2 li {
	font-size: 13px;
	line-height: 1.7;
}
.footer_2 li:before {
	content: "\0025b6";
	color: #37B177;
	font-size: 10px;
	display: inline-block;
	padding: 2px;
}
.footer_2 li a {
	color: #444;
}
.footer_2 li a:hover {
	opacity: 0.7;
}

.footer_3 {
	width: 287px;
	padding-bottom: 24px;
	padding-right: 7px;
}
.footer_3 .qr_code {
	padding: 18px 31px 42px;
}
.footer_3 .qr_code:after {
	content: "";
	display: block;
	clear: both;
}
.footer_3 .qr_code img {
	float: left;
}
.footer_3 .qr_code p {
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
	padding-left: 14px;
	padding-top: 25px;
}
.footer_3 ul {
	list-style-type: none;
}
.footer_3 ul:after {
	content: "";
	display: block;
	clear: both;
}
.footer_3 li {
	float: left;
}
.footer_3 li.left {
	padding-right: 6px;
}
.footer_3 li a:hover {
	opacity: 0.7;
}
@media (max-width: 508px) {
	.footer_3 {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	.footer_3 .qr_code {
		padding: 3px 31px 13px;
	}
	.footer_3 li.left {
		padding-right: 3px;
	}
}

/* コピーライト */
.copyright {
	background-color: #37B177;
	margin: 0;
	color: #fff;
	font-size: 10px;
	line-height: 26px;
	display: block;
	margin-right: 0;
	margin-left: auto;
}

.copyright ul {
	list-style-type: none;
	padding-left: 18px;
}
.copyright ul:after {
	content: "";
	display: block;
	clear: both;
}

.copyright li {
	float: left;
	font-size: 12px;
	line-height: 26px;
	padding-right: 12px;
}
.copyright li.last {
	float: right;
	padding-right: 49px;
}
.copyright li.last p{
	display: inline;
}

@media (max-width: 499px) {
	.copyright li {
		float: none;
		font-size: 12px;
		line-height: 26px;
		padding-right: 0px;
	}
	.copyright li.last {
		display: block;
		float: none;
		padding-right: 0px;
		text-align: center;
		line-height: 1.3;
		padding-bottom: 5px;
	}
	.copyright li.last p{
		display: block;
	}
}

.copyright li span:before {
	content: "\0025b6";
	font-size: 10px;
	line-height: 26px;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
}


.copyright li a {
	text-decoration: none;
	color: #FFF;
}

.center {
	text-align: center;
}




/* ------------------- 記事の概要 ------------------- */

/* 概要 */
.gaiyou a	{display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	text-decoration: none}

.gaiyou a:hover	{background-color: #eeeeee}

.gaiyou a:after	{content: "";
	display: block;
	clear: both}

.gaiyou img	{float: left;
	width: 200px}

.gaiyou .text	{float: none;
	width: auto;
	margin-left: 230px}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px}

.gaiyou p	{margin: 0;
	font-size: 14px}

.gaiyou .kiji-date	{margin-bottom: 8px}


@media (max-width: 599px) {
	.gaiyou a	{padding: 10px 0}

	.gaiyou img	{width: 100px}

	.gaiyou .text	{margin-left: 110px}

	.gaiyou h1	{font-size: 16px}

	.gaiyou p	{visibility: hidden;
		height: 0}

	.gaiyou .kiji-date	{margin-bottom: 0}
}

/* 概要（イベント） */
.gaiyou-event a	{display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	text-decoration: none}

.gaiyou-event:first-child a	{padding-top: 0}

.gaiyou-event a:hover	{background-color: #eeeeee}

.gaiyou-event h1	{margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px}

.gaiyou-event p	{margin: 0;
	font-size: 14px}

.gaiyou-event .kiji-date	{margin-bottom: 8px}

.gaiyou-event .thumb {
	width: 100%;
	height: auto;
}


@media (max-width: 599px) {
	.gaiyou-event a	{padding: 10px 0}

	.gaiyou-event h1	{font-size: 18px}

	.gaiyou-event p	{font-size: 12px}

	.gaiyou-event .thumb	{height: auto}
}



/* 概要（大サイズ） */
.gaiyou-large a	{display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	text-decoration: none}

.gaiyou-large:first-child a	{padding-top: 0}

.gaiyou-large a:hover	{background-color: #eeeeee}

.gaiyou-large h1	{margin-top: 10px;
	margin-bottom: 10px;
	font-size: 26px}

.gaiyou-large p	{margin: 0;
	font-size: 14px}

.gaiyou-large .kiji-date	{margin-bottom: 8px}

.gaiyou-large .thumb	{width: 100%;
	height: 350px;
	background-size: cover;
	background-position: 50% 50%}


@media (max-width: 599px) {
	.gaiyou-large a	{padding: 10px 0}

	.gaiyou-large h1	{font-size: 18px}

	.gaiyou-large p	{font-size: 12px}

	.gaiyou-large .thumb	{height: 200px}
}


/* ------------------- 記事 ------------------- */

/* 記事 */
.kiji:after	{content: "";
	display: block;
	clear: both}

.kiji p	{
	margin-top: 0;
	margin-bottom: 0px
}

@media (max-width: 599px) {
	.kiji p	{font-size: 14px}
}


/* 小見出し */
h2.contents_title {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 0px;
	border-bottom: solid 5px #37B177;
	font-size: 24px;
	clear: both;
	font-weight: bold;
	letter-spacing: 3px;
}


/*
h2.contents_title:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	width: 15px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	padding-right: 0px;
	color: #37B177;
	font-weight: normal;
}
*/

/*

.kiji h2 {
	position: relative;
	margin-top: 0px;
	padding-left: 32px;
	padding-bottom: 5px;
	border-bottom: solid 2px #00a0e9;
	font-size: 24px;
	clear: both;
}


.kiji h2:before	{
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f14a';
	color: #00a0e9;
	font-family: 'FontAwesome';
	font-size: 28px;
	line-height: 1;
}
*/

.kiji h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-left: solid 10px #37B177;
	font-size: 20px;
	clear: both;
	background: #87D09F;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 1px;
}

.kiji h4 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 23px;
	padding-bottom: 0px;
	border-bottom: solid 2px #eee;
	font-size: 20px;
	clear: both;
	font-weight: bold;
}

.kiji h4:before	{
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f058';
	color: #37B177;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
}

.kiji h5 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 16px;
	clear: both;
	font-weight: bold;
	color: #444;
}

.kiji h5:before	{
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f18e';
	color: #444;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
}

@media (max-width: 599px) {
	.kiji h2	{
	}

	.kiji h2:before	{
	}

	.kiji h3 {
	}
}



/* 補足情報 */
.point	{position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	background-color: #cfedb7;
	font-size: 14px;
	clear: both}

.point:before	{position: absolute;
	left: 15px;
	top: -15px;
	content: '\f0eb';
	z-index: 2;
	width: 32px;
	height: 32px;
	padding-top: 3px;
	border-radius: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #5ab80e;
	color: #ffffff;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1;
	text-align: center}

.point:after	{position: absolute;
	left: 32px;
	top: -8px;
	z-index: 1;
	content: 'POINT';
	padding: 3px 10px 3px 20px;
	border-radius: 5px;
	background-color: #5ab80e;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1}

/* 注意書き */
.attention	{position: relative;
	margin: 40px 0 30px;
	padding: 20px;
	border-radius: 10px;
	border: dotted 2px #ff0000;
	background-color: #ffefef;
	font-size: 14px;
	clear: both}

.attention:before	{position: absolute;
	left: 20px;
	top: -15px;
	content: '\f071';
	background-color: #ffffff;
	color: #ff0000;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1}


/* 投稿日・更新日 */
.kiji-date	{margin-bottom: 20px;
	color: #666666;
	font-size: 12px}

@media (max-width: 599px) {
	.kiji-date	{font-size: 11px}
}


/* タグ */
.kiji-tag	{margin-bottom: 18px}

.kiji-tag ul	{margin: 0;
	padding: 0;
	list-style: none}

.kiji-tag li a	{display: block;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #75dbe7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none}

.kiji-tag li a:hover	{background-color: #94ecf6}

.kiji-tag ul:after	{content: "";
	display: block;
	clear: both}

.kiji-tag li	{float: left;
	width: auto}


/* パンくずリスト */
.bread ol {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.bread li a	{
	display: inline-block;
	padding: 5px 5px;
	color: #888888;
	font-size: 12px;
	text-decoration: none;
}

.bread li a[href]:hover	{
	background-color: #eeeeee;
}

.bread ol:after	{
	content: "";
	display: block;
	clear: both;
}

.bread li {
	float: left;
	width: auto;
}

.bread li:after	{
	content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888888;
}

.bread li:last-child:after {
	content: none;
}

.bread i {
	font-size: 14px;
	margin-right: 5px;
}

.bread span	{
	display: inline-block;
	/*text-indent: -9999px;*/
}

@media (max-width: 599px) {
	/*.bread li:last-child	{text-indent: -9999px}*/
}


/* シェアボタン */
.share {
	margin-top: 40px;
	clear: both;
	display: none;
}

.share ul	{margin: 0;
	padding: 0;
	list-style: none}

.share li a	{display: block;
	padding: 8px 17px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none}

.share li a:hover	{opacity: 0.8}

.share ul:after	{content: "";
	display: block;
	clear: both}

.share li	{float: left;
	width: auto;
	margin-right: 5px}

.share-tw	{background-color: #55acee}
.share-fb	{background-color: #3b5998}
.share-gp	{background-color: #dd4b39}

@media (max-width: 599px) {
	.share span	{display: inline-block;
		text-indent: -9999px}

	.share li a	{padding: 8px 10px}
}


/* ページネーション */
.pagination	{margin: 40px 0 30px;
	text-align: center}

.pagination ul	{display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.pagination li a,
.pagination li > span
	{display: block;
	margin: 0 5px;
	padding: 6px 8px;
	border: solid 1px #cccccc;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.pagination li > span
	{background-color: #efefef}

.pagination li a:hover	{background-color: #eeeeee}

.pagination ul:after	{content: "";
	display: block;
	clear: both}

.pagination li	{float: left;
	width: auto}


/* 記事一覧のページネーション */
.pagination-index li .dots
	{padding: 6px 2px;
	border-color: transparent;
	background-color: transparent}

@media (max-width: 599px) {
	.pagination-index li a,
	.pagination-index li > span
		{margin: 0;
		padding: 6px 7px;
		border-left: none;
		font-size: 12px}

	.pagination-index li:first-child a,
	.pagination-index li:first-child > span
		{border-left: solid 1px #cccccc}

	.pagination-index li .dots
		{border-right-color: #cccccc}
}




/* メニュー */
.mymenu	{
}

.mymenu h2	{
	margin-top: 0;
	margin-bottom: 10px;
	/*border-bottom: solid 2px #dddddd;*/
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: relative;
	padding-left: 13px;
}
.mymenu h2:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	border-left: solid 5px #30B276;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.mymenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.mymenu li a {
	display: block;
	padding: 10px 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.mymenu li a:hover{
	/*background-color: #eeeeee*/
	opacity: 0.7;
}


/* サムネイル画像を付けたメニューのデザイン */
.mymenu-thumb li a	{padding: 5px 0;
	border-bottom: dotted 1px #dddddd;
	color: #2288bb}

.mymenu-thumb li a:after	{content: "";
	display: block;
	clear: both}

.mymenu-thumb li .thumb	{float: left;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50% 50%}

.mymenu-thumb li .text	{float: none;
	width: auto;
	margin-left: 75px}

.mymenu-thumb li span	{display: block;
	color: #666666;
	font-size: 12px}



/* サムネイル画像に文字を重ねたメニュー */
.mymenu-large li a	{position: relative;
	margin-bottom: 10px;
	padding: 0}

.mymenu-large li a:hover	{opacity: 0.8}

.mymenu-large li .thumb	{width: 100%;
	height: 130px;
	background-size: cover;
	background-position: 50% 50%}

.mymenu-large li .text	{position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}


@media (min-width: 400px) and (max-width: 1039px) {
	.mymenu-large ul:after	{content: "";
		display: block;
		clear: both}

	.mymenu-large li	{float: left;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box}

	.mymenu-large li:nth-child(odd) {clear: both;
		padding-right: 7px}

	.mymenu-large li:nth-child(even) {padding-left: 7px}
}



/* 関連記事メニュー */
.mymenu-related	{margin: 40px 0 40px;
	padding: 20px;
	border: solid 1px #dddddd;
	background-color: #f6f6f6}

.mymenu-related h2	{padding: 0 0 0 7px;
	border-left: solid 8px #bac6cb;
	border-bottom: none;
	font-size: 20px;
	font-weight: normal}

.mymenu-related h2:before	{content: none}

.mymenu-related li a	{border: none;
	color: #000000}


@media (max-width: 599px) {
	.mymenu-related	{padding: 10px}

	.mymenu-related li .thumb	{width: 80px;
		height: 50px}

	.mymenu-related li .text	{margin-left: 95px}
}


@media (min-width: 600px) {
	.mymenu-related ul:after	{content: "";
		display: block;
		clear: both}

	.mymenu-related li	{float: left;
		width: 25%;
		padding: 0 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box}

	.mymenu-related li .thumb	{width: 100%;
		height: 80px;
		margin-bottom: 5px}

	.mymenu-related li .text	{margin-left: 0}
}

/* ------------------- サイドバー ------------------- */
.box_sub {
}
@media (max-width: 959px) {
	.box_sub {
		width: 50%;
		float: left;
	}
}
@media (max-width: 549px) {
	.box_sub {
		width: 100%;
		float: none;
	}
}


.mymenu-service {
	width: 238px;
	margin: 0 auto;
	margin-bottom: 0;
}
.mymenu-service a {
	display: block;
	margin-bottom: 19px;
	
}
.mymenu-service a:hover {
	opacity: 0.7;
}
.mymenu-service h2 {
	margin-bottom: 6px;
}
.mymenu-service .service {
	padding-top: 11px;
	font-size: 13px;
	font-weight: bold;
}
.mymenu-service .service span {
}
.mymenu-service .service span:before {
	content: "\0025b6";
	font-size: 11px;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
}

.mymenu-service .service_1 span {
	color: #2DB273;
}
.mymenu-service .service_2 span {
	color: #FF8D57;
}
.mymenu-service .service_3 span {
	color: #FF6154;
}
.mymenu-service .service a {
	display: block;
}
.mymenu-service .service a.service_2_btn_1 {
	margin-bottom: 7px;
}

.mymenu-other a:hover {
	opacity: 0.7;
}
.mymenu-other .other_access {
	height: 140px;
	background-image:url(images/bg_top_access.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 28px;
}
@media (max-width: 959px) {
	.mymenu-other .other_access {
		margin-bottom: 12px;
	}
}

.mymenu-other .other_access p {
	display: block;
	width: 180px;
	height: 30px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	
}

.mymenu-other .other_access span:before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 10px;
	display: inline-block;
	margin-right: 2px;
	line-height: 30px;
	color: #52CC9E;
	vertical-align: middle;
}
.mymenu-other .other_access a {
	color: #444;
}

.mymenu-other .other_event {
	margin-bottom: 12px;
}
.mymenu-other .other_event a {
	display: block;
	width: 238px;
	margin: 0 auto;
}

.mymenu-other .other_incidental {
	height: 139px;
	background-image:url(images/bg_top_incidental.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.mymenu-other .other_incidental p {
	display: block;
	width: 180px;
	height: 30px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	
}

.mymenu-other .other_incidental span:before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 10px;
	display: inline-block;
	margin-right: 2px;
	color: #52CC9E;
	vertical-align: middle;
}
.mymenu-other .other_incidental a {
	color: #444;
}

.mymenu-other .other_procedure {
	height: 140px;
	background-image:url(images/bg_top_procedure.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-top: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 19px;
}

.mymenu-other .other_procedure p {
	display: block;
	width: 180px;
	height: 30px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	
}

.mymenu-other .other_procedure span:before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 10px;
	display: inline-block;
	margin-right: 2px;
	color: #52CC9E;
	vertical-align: middle;
}
.mymenu-other .other_procedure a {
	color: #444;
}


/* ------------------- ウィジェット ------------------- */

/* 検索フォーム */
.search-field	{width: 100%;
	height: 44px;
	padding: 5px;
	border: solid 2px #dddddd;
	border-radius: 0;
	background-image: none;
	font-family: inherit;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.screen-reader-text, .search-submit
	{display: block;
	visibility: hidden;
	height: 0}

/* タグクラウド */
.tagcloud a	{display: inline-block;
	color: #2288bb;
	text-decoration: none}

/* 広告 */
.myad	{text-align: center}


/* ------------------- 固定ページ ------------------- */

/* コンテンツメニュー */
.mymenu-page {
	border: solid 2px #eee;
}

.mymenu-page h2	{
	margin: 0;
	padding: 10px;
}

.mymenu-page li a {
	padding: 20px 10px;
	border-bottom: solid 1px #dddddd;
}

.mymenu-page li:last-child a {
	border: none
}



/* ------------------- トップページ ------------------- */

/* スライド部分 */

.top_slider {
	margin-bottom: 28px;
}
@media (max-width: 599px) {
	.top_slider {
		margin-bottom: 15px;
	}
}

.box {
	padding: 14px 18px 14px;
	margin-bottom: 28px;
}

@media (max-width: 599px) {
	.box {
		padding: 14px 10px 14px;
		margin-bottom: 28px;
	}
}


/* トップページのお知らせメニュー */
.kyosai_news {
	background-color: #FEFEDC;
	position: relative;
	padding-bottom: 8px;
}
.mymenu-news h2 {
	border-bottom: solid 1px #30B276;
	margin-bottom: 7px;
}
.all-news-btn {
	position: absolute;
	top: 10px;
	right: 18px;
}
@media (max-width: 599px) {
	.all-news-btn {
		right: 10px;
	}
}
.all-news-btn:hover {
	opacity: 0.8;
}

.mymenu-news ul	{
	list-style: none;
	overflow: auto;
	display: block;
	height: 80px;
	padding: 0 15px;
	
}

.mymenu-news li	{
	position: relative;
	padding-left: 12px;
	font-size: 12px;
}

.mymenu-news li:before {
	position: absolute;
	left: 0px;
	top: 8px;
	content: '\f111';
	color: #37B177;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: 10px;
}
.mymenu-news li	time {
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
}
.mymenu-news li a {
	text-decoration: underline;
	display: inline-block;
	padding: 2px 0;
}

.mymenu-news .cate-icon {
	display: inline-block;
	background-color: #666;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	padding: 0 8px;
	border-radius: 3px;
}
.mymenu-news .cate-icon-info {
	background-color: #37B177;
}
.mymenu-news .cate-icon-event {
	background-color: #FF8D5D;
}

/* トップページのコンテンツメニュー */
.kyosai_plan  {
	background-color: #ECFCEC;
	border: solid 1px #97D9BA;
	padding: 14px 18px 0px;
	margin-bottom: 30px;
}

.mymenu-top {
	margin-bottom: 10px;
}
.mymenu-top h2 {
	margin-bottom: 5px;
}

.mymenu-top li a {
	position: relative;
	margin-bottom: 13px;
	padding: 0;
}

.mymenu-top li a:hover {
	opacity: 0.8;
}

.mymenu-top li .thumb {
	width: 100%;
	height: auto;
}

.mymenu-top li .thumb img {
	width: 100%;
	height: auto;
}


.mymenu-top li h2 {
	margin: 10px 0 5px;
	border: none;
	font-size: 20px;
}

.mymenu-top li p {
	margin: 0;
	font-size: 14px;
}


@media (min-width: 600px) {
	.mymenu-top ul:after {
		content: "";
		display: block;
		clear: both;
	}

	.mymenu-top li	{
		float: left;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mymenu-top li:nth-child(odd) {
		clear: both;
		padding-right: 7px
	}

	.mymenu-top li:nth-child(even) {
		padding-left: 7px
	}
}

.kyosai_plan_under ul {
	list-style-type: none;
}
.kyosai_plan_under ul:after {
	content: "";
	display: block;
	clear: both;
}

.kyosai_plan_under li {
	float: left;
	size: 14px;
	padding-right: 18px;
}
.kyosai_plan_under li:before {
	margin-right: 5px;
	content: "\f144";
	color: #14B471;
	font-family: 'FontAwesome';
	line-height: 1;
}
.kyosai_plan_under li a {
	color: #444444;
}
.kyosai_plan_under li a:hover {
	opacity: 0.7;
}


/* ヘッダー画像 */
.hero	{position: relative}

.hero-img	{width: 100%;
	height: 300px;
	margin: 20px 0 10px;
	background-color: #dddddd;
	background-size: cover;
	background-position: 50% 50%}

.hero-text	{position: absolute;
	top: 120px;
	right: 30px;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 0 10px #000000}

@media (max-width: 599px)	{
	.hero-img {
		height: 200px;
	}

	.hero-text {
		top: 100px;
		right: 10px;
		font-size: 18px;
		text-align: center;
	}
}



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

/* 画像のキャプション */
.wp-caption-text	{margin: 0;
	color: #666666;
	font-size: 10px;
	text-align: center}

.wp-caption-text a	{color: #666666}

/* 画像の配置 */
.aligncenter	{display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto}

@media (max-width: 599px) {
	.alignleft, .alignright	{display: block;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto}
}

@media (min-width: 600px) {
	.alignleft	{float: left;
		margin-top: 0px;
		margin-bottom: 20px;
		margin-right: 30px}

	.alignright	{float: right;
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left: 30px}
}


/* Internet Explorer用の設定 */
a img	{border: none}

/* 大きい画像用の設定 */
img, .wp-caption	{max-width: 100%;
	height: auto}

/* アイキャッチ画像 */
.catch {
	margin-top: 30px;
	margin-bottom: 30px
}
.catch img {
	width: 100%;
	height: auto;
}

/* ------------------- 外部コンテンツ ------------------- */
iframe	{max-width: 100%}


/* YouTubeのビデオ */
.ytvideo	{position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ytvideo iframe	{position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}



/* ------------------- カテゴリー／タグ ------------------- */

.contents > h1 {
	margin-top: 0;
	font-size: 34px;
}

@media (max-width: 599px) {
	.contents > h1 {
		font-size: 22px;
	}

	.archive .bread li:last-child {
		text-indent: 0;
	}
}




/* ------------------- ナビゲーションメニュー ------------------- */
.header-inner {
	position: relative;
}

#mainmenu {
	display: none;
	position: absolute;
	top: 90px;
	background-color: #3EB079;
	width: 100%;
	z-index: 220;
	padding: 10px 10px 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 5px #FFF;
}

.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
}
.mainmenu li {
		border-bottom: solid 5px #3EB079;
		text-align: center;
}
.mainmenu li a {
	color: #444;
	font-size: 14px;
	text-decoration: none;
	display: block;
	line-height: 1;
	line-height: 35px;
	padding-right: 10px;
}

.mainmenu li:nth-child(1) span {
	width: 20px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	background: url(images/icon_nav_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
}
.mainmenu li:nth-child(2) span {
	width: 18px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	background: url(images/icon_nav_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
}
.mainmenu li:nth-child(3) span {
	width: 24px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	background: url(images/icon_nav_3.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
}

.mainmenu li a:hover {
	background-color: #eeeeee;
}
#menuclose_wrap	#menuclose {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menuclose_wrap	#menuclose span {
	margin-left: -30px;
}
#menuclose_wrap	#menuclose span:before {
	content: "\f00d";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
}


/* トグルボタン */

#navbtn	{
	position: absolute;
	top: 40px;
	right: 0;
	padding: 5px 10px;
	border: solid 0px #aaaaaa;
	border-radius: 5px;
	background-color: #3EB079;
	cursor: pointer;
}

#navbtn:hover {
	background-color: #87D09F;
}

#navbtn:focus {
	outline: none;
}

#navbtn i {
	color: #ffffff;
	font-size: 18px;
}

#navbtn span {
	display: inline-block;
	text-indent: -9999px;
}


@media (min-width: 768px) {
	/* サイト名とナビゲーションメニューを横に並べる設定 */
	.header-inner:after	{
		content: "";
		display: block;
		clear: both;
	}

	.site {
		float: left;
		width: auto;
	}

	/* サイト名とナビゲーションメニューを横に並べる設定 */
	.sitenav {
	}

	/* ナビゲーションメニューのリンクを横に並べる設定 */
	#mainmenu {
		display: block !important;
		background-color: transparent !important;
		position: static !important;
		border-bottom: solid 0px #FFF !important;
	}

	.mainmenu {
		border-top: solid 4px #3EB079;
		padding: 5px;
		margin-top: 10px;
		padding-bottom: 32px;
	}

	.mainmenu ul:after {
		content: "";
		display: block;
		clear: both;
	}

	.mainmenu li {
		float: left;
		width: 16.66%;
		display: block;
		border-right: solid 1px #CCC;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		border-bottom: 0px;
	}
	.mainmenu li:nth-child(1) {
		width: 20%;
	}
	.mainmenu li:nth-child(2) {
		width: 20%;
	}
	.mainmenu li:nth-child(3) {
		width: 25%;
	}
	.mainmenu li:nth-child(4) {
		width: 16%;
	}
	.mainmenu li:nth-child(5) {
		width: 7%;
	}
	.mainmenu li:nth-child(6) {
		width: 12%;
	}

	.mainmenu li:nth-child(6) {
		border-right: 0px;
	}

	.mainmenu li a {
		padding: 0;
		/*padding: 10px 15px*/
	}

	/* 閉じるボタン */
	#menuclose_wrap	{display: none;}
	/* トグルボタン */
	#navbtn	{display: none;}
}

@media (min-width: 960px) {
	/* サイト名とナビゲーションメニューを横に並べる設定 */
	.header-inner:after	{
		content: "";
		display: block;
		clear: both;
	}

	.site	{float: left;
		width: auto}

	/* サイト名とナビゲーションメニューを横に並べる設定 */
	.sitenav {
	}

	/* ナビゲーションメニューのリンクを横に並べる設定 */
	#mainmenu {display: block !important}

	.mainmenu {margin-top: 10px}

	.mainmenu ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.mainmenu li {
		float: left;
		width: 16.66%;
		display: block;
		border-right: solid 1px #CCC;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.mainmenu li:nth-child(1) {
		width: 17%;
	}
	.mainmenu li:nth-child(2) {
		width: 17%;
	}
	.mainmenu li:nth-child(3) {
		width: 20%;
	}
	.mainmenu li:nth-child(4) {
		width: 16%;
	}
	.mainmenu li:nth-child(5) {
		width: 15%;
	}
	.mainmenu li:nth-child(6) {
		width: 15%;
	}

	.mainmenu li:nth-child(6) {
		border-right: 0px;
	}

	.mainmenu li a {
		/*padding: 10px 15px*/
	}

	/* トグルボタン */
	#navbtn	{
		display: none;
	}
}

/*---------- 固定ページ -----------*/

#tab_contents{
    clear:both;
}
 
#tab_contents > div {
    padding: 0 4% 5%;
}
.text_red {
	color: #d00;
}
.text_green {
	color: #37B177;
}

#tab_contents p{
	font-size: 95%;
}
@media (max-width: 598px) {
	#tab_contents p{
		font-size: 80%;
	}
}
#tab_contents a:hover {
	opacity: 0.8;
}

.container_about .sub {
	margin-bottom: 50px;
}


#tab_btn {
	z-index: 300;
}
#tab_btn ul {
	background-color: #37B177;
}
#tab_btn ul:after {
	content: "";
	display: block;
	clear: both;
}
#tab_btn ul li {
    float: left;
    list-style-type: none;
    width: 50%;
}
#tab_btn ul li a {
	padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 70px;
}
#tab_btn ul li .inner {
	padding: 0 8%;
	display:inline-block;
}
#tab_btn ul li a span {
    display: table-cell;
    height: 70px;
	margin: 0 auto;
    text-align: left;
	vertical-align:middle;
}


.container #tab_btn ul li a {
    background: #37B177;
    border: 1px solid #87D09F;
	opacity: 1;
}
.container #tab_btn ul li a:hover{
    background: #87D09F;
}
.container #tab_btn ul li a:hover {
    background: #87D09F;
}
.container #tab_btn ul li a.current {
    background: white;
    color: #37B177;
}
.container #tab_btn ul li a.current:hover {
    background: #fff;
}
.container #tab_btn ul li a.current span {
	position: relative;
}

/*
.container #tab_btn ul li a.current span:before {
	position: absolute;
	top: 26px;
	left: -15px;
	content: "\0025b6";
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
}
*/
.container_about h2.contents_title {
	border-bottom: solid 5px #37B177;
}

.container_about h2.contents_title:before {
	content: "";
	width: 20px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	background: url(images/icon_nav_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 3px;
}
.container_about h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-left: solid 10px #37B177;
	font-size: 20px;
	clear: both;
	background: #87D09F;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}

.container_about h4 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	border-bottom: solid 2px #37B177;
	font-size: 16px;
	clear: both;
}

.container_about h4:before	{
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f14a';
	color: #37B177;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 1;
}

.container_about #tab_btn ul li a {
    background: #37B177;
    border: 1px solid #87D09F;
	opacity: 1;
}
.container_about #tab_btn ul li a:hover {
    background: #87D09F;
}
.container_about #tab_btn ul li a.current {
    color: #37B177;
}
.container_about #tab_btn ul li a.current:hover {
    background: #fff;
}
.container_about table {
	width: 100%;
	margin: 20px 0 10px ;
	font-size: 90%;
	font-weight: bold;
}
@media (max-width: 598px) {
	.container_about table {
		font-size: 80%;
	}
}
.container_about table a {
	color: #444;
}

.container_about table th {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	width: 30%;
}
.container_about table td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.container_about table tr:nth-child(odd) {
	background-color: #FAF8F6;
}
.container_about table tr:nth-child(even) {
	background-color: #dbebdb;
}

.container_about .table2 {
	padding-top: 40px;
}
.container_about .table2 table {
	width: 100%;
	margin: 20px 0 10px ;
	font-size: 90%;
	font-weight: normal;
}
@media (max-width: 598px) {
	.container_about .table2 {
		padding-top: 25px;
	}
	.container_about .table2 table {
		font-size: 80%;
	}
}
.container_about .table2 table a {
	color: #444;
}

.container_about .table2 table td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: dotted 1px #CCC;
}
.container_about .table2 table tr:nth-child(odd) {
	background-color: #fff;
}
.container_about .table2 table tr:nth-child(even) {
	background-color: #fff;
}


.container_about .box_3 .president {
	padding: 0 50px 20px;
	font-size: 15px;
	line-height: 4;
}

.container_about .box_3 .president img {
	height: 130px;
	width: 94px;	
}
.container_about .box_3 .president:after {
	content: "";
	display: block;
	clear: both;
}
.container_about .box_3 .president .left {
	float: left;
	width: 70%;
	text-align: right;
}
.container_about .box_3 .president .right {
	float: right;
	width: 30%;
	text-align: right;
}
@media (max-width: 598px) {
	.container_about .box_3 .president {
		font-size: 14px;
		line-height: 2;
	}
	.container_about .box_3 .president .left {
		float: none;
		width: 100%;
		text-align: center;
	}
	.container_about .box_3 .president .right {
		float: none;
		width: 100%;
		text-align: center;
	}
}

.container_about .box_3 .hello {
    background-color: #faf8f6;
    margin: 0 2%;
    padding: 5%;
    position: relative;
}
.container_about .box_3 .hello:after {
    content: "";
    border-color: #dbebdb #fff #fff #dbebdb;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0;
}
@media (max-width: 598px) {
	.container_about .box_3 .hello {
		margin: 0;
	}
}

.container_about ol {
	padding: 0 20px;
}
.container_about ol li {
	padding: 0 0 10px;
	font-size: 95%;
}

.container_about .block {
	display: inline-block;
	padding: 10px 15px;
	border: solid 2px #ccc;
	text-align: left;
	font-size: 80%;
}
.container_about .p_in {
	display: block;
	padding: 0 10px;
}

.container_about .block i {
	display: inline-block;
	text-align: center;
	margin-right: 3px;
}

.container_about .block a {
	color: #444;
}
.container_about .kyodo_name {
	padding: 30px 0 0;
	text-align: right;
	font-weight: bold;
}


/* 火災共済 */

.container_kasai h2.contents_title:before {
	content: "";
	width: 18px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	background: url(images/icon_nav_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 6px;
}

/*.container_kasai .mymenu-page {
	background-color: #ff8188;	
}
.container_kasai h2.contents_title {
	border-bottom: solid 5px #ff8188;
}

.container_kasai h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-left: solid 10px #ff8188;
	font-size: 20px;
	clear: both;
	background: #ffaeb3;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}

.container_kasai h4 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	border-bottom: solid 2px #ff8188;
	font-size: 16px;
	clear: both;
}

.container_kasai h4:before	{
	position: absolute;
	left: 0px;
	top: 3px;
	content: '\f14a';
	color: #ff8188;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 1;
}
.container_kasai #tab_btn ul {
	background-color: #ff8188;
}

.container_kasai #tab_btn ul li a {
    background: #ff8188;
    border: 1px solid #ffaeb3;
	opacity: 1;
}
.container_kasai #tab_btn ul li a:hover {
    background: #ffaeb3;
}

.container_kasai #tab_btn ul li a.current {
    color: #ff8188;
}
.container_kasai #tab_btn ul li a.current:hover {
    background: #fff;
}
*/

/*
.container_kasai #tab_btn ul li a {
    background: #fff;
    border: 1px solid #ffaeb3;
	opacity: 1;
    color: #ff8188;
}
.container_kasai #tab_btn ul li a:hover {
    background: #ffaeb3;
    color: #fff;
}

.container_kasai #tab_btn ul li a.current {
	background-color: #ff8188;
    color: #fff;
}
.container_kasai #tab_btn ul li a.current:hover {
    background: #ff8188;
}
*/

@media (min-width: 768px) {
	#tab_btn ul li a {
		font-size: 16px;
	}
	#tab_btn ul li {
	    float: left;
		list-style-type: none;
	    width: 25%;
	}
}


@media (min-width: 960px) {
	#tab_btn ul li {
		float: none;
		list-style-type: none;
		width: 100%;
	}
}

 
#tab_contents{
    clear:both;
}
 
#tab_contents > div {
    padding: 0 4% 5%;
}
@media (max-width: 598px) {
	#tab_contents > div {
		padding: 0 2% 5%;
	}
}
#tab_contents p{
}

#toggle_btn {
	
}

#toggle_btn {
    display: block;
    border: #ddd 1px solid;
    cursor: pointer;
	margin-top: 10px;
	padding: 10px;
	text-decoration: none;
}
#toggle_btn:hover {
    border: #37B177 1px solid;
}

#toggle_btn p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 20px 5px 10px;
	border-left: solid 8px #37B177;
	font-size: 18px;
	clear: both;
	background: #fff;
	color: #444;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 1px;
	position: relative;
}
#toggle_btn p:after {
	content: "\f13a";
	font-family: 'FontAwesome';
	font-size: 18px;
	display: inline-block;
	color: #ddd;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}
#toggle_btn:hover p:after {
	color: #37B177;
}
@media (max-width: 598px) {
	#toggle_btn {
		border: #37B177 1px solid;
	}
	#toggle_btn p {
		font-size: 16px;
	}
	#toggle_btn p:after {
		color: #37B177;
	}
}

#toggle_area {
	display: none;
}
.kasai_box {
	padding-bottom: 20px;
}
.kasai_box_1 ul {
	list-style-type: none;
	padding: 0 5%;
}
.kasai_box_1 ul:after {
	content: "";
	display: block;
	clear: both;
}
.kasai_box_1 li {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3%;
}
.kasai_box_1 li img {
	width: 100%;
	height: auto;
}
.kasai_box_1 li .jiko_title {
	margin-top: 10px;
	text-align: center;
	background-color: #ffdee0;
	padding: 3% 2%;
	border-radius: 10px;
	color: #444;
	font-size: 12px;
}
.container_kasai .mimai_wrap {
	padding: 3%;
}
.container_kasai .mimai_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.container_kasai .mimai_wrap .mimai {
	width: 65%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #Feb;
	padding: 20px 20px 10px;
	position: relative;
	border-radius: 5px;
	vertical-align: bottom;
}
.container_kasai .mimai_title {
	font-weight: bold;
	font-size: 110%;
	position: absolute;
	top: -15px;
	background: #FF8D5D;
	line-height: 1;
	padding: 5px 25px;
	color: #fff;
	border-radius: 5px;
	
}
.container_kasai .mimai_wrap p span {
	font-size: 85%;
	display: block;
}
.container_kasai .mimai > span {
	font-size: 85%;
}

.container_kasai .mimai_wrap img {
	width: 30%;
	float: right;
	display: inline-block;
}
@media (min-width: 598px) {
	.kasai_box_1 li {
		float: left;
		width: 33.33333%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 3%;
	}
	.kasai_box_1 li .jiko_title {
		font-size: 14px;
		border-radius: 30px;
	}

}
@media (max-width: 598px) {

	.container_kasai .mimai_wrap {
		margin-top: 20px;
	}
	.container_kasai .mimai_wrap .mimai {
		width: 100%;
		float: none;
	}
	.container_kasai .mimai_wrap p span {
		font-size: 85%;
		display: block;
	}
	.container_kasai .mimai_wrap img {
		width: 50%;
		float: none;
		display: block;
		margin: 20px auto 10px;
	}
}
.container_kasai .box_1_b table {
	border-color: #444;
}
.container_kasai .box_1_b td {
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: solid 1px #444;
}
.container_kasai .box_1_b td.title {
	background-color: #e77;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.container_kasai .box_1_b td.image {
	padding: 10px 4%;
	border-right: dotted 1px #444;
}
.container_kasai .box_1_b td.text {
	font-size: 14px;
}
.container_kasai .box_1_b td span {
	font-size: 90%;
}
.container_kasai .box_1_c ol {
	padding: 10px 25px;
}
.container_kasai .box_1_c li {
	padding: 0 0 10px;
	font-size: 95%;
}

.container_kasai .box_2_a p.text_space:before {
	content: '\f111';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
	color: #c52323;
}

.container_kasai .box_2_a span {
	display: inline-block;
	padding: 5px 20px 3px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1;
	color: #444;
}
.container_kasai .box_2_a span.tatemono {
	background-color: #f37f4e;
	color: #fff;
}
.container_kasai .box_2_a span.dosan {
	background-color: #ef7c93;
	color: #fff;
}

.container_kasai .box_2_a .left_right {
	padding: 10px;
}
.container_kasai .box_2_a .left_right:after {
	content: "";
	display: block;
	clear: both;
}
.container_kasai .box_2_a .left {
	float: left;
	width: 80%;
}
.container_kasai .box_2_a .right {
	float: right;
	width: 20%;
}
@media (max-width: 598px) {
	.container_kasai .box_2_a .left {
		float: none;
		width: 100%;
	}
	.container_kasai .box_2_a .right {
		float: none;
		width: 50%;
		padding-top: 10px;
		margin: 0 auto;
		display: block;
	}
}

.container_kasai .box_2_c table {
	border-left: solid 1px #444;
	border-top: solid 1px #444;
    width: 95%;
    margin: 0 auto;
	overflow: hidden;
}
.container_kasai .box_2_c tr {
	background-color: #FFF5D7;
}
.container_kasai .box_2_c tr.bg_1 {
	background-color: #F39800;
	color: #fff;
}

.container_kasai .box_2_c td {
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}
.container_kasai .box_2_c td.center {
	text-align: center;
}
.container_kasai .box_2_c td.right {
	text-align: right;
}
.text_comment_right {
	text-align: right;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 80% !important;
}

.container_kasai p.text_sankou:before {
	content: '\f111';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
}

.bold {
	font-weight: bold;
}

/* balloon-3 bottom-left */
.balloon-3-bottom-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 30px;
	color: #444;
	line-height: 30px;
	text-align: center;
	background: #eee;
	z-index: 0;
	font-size: 12px;
	margin-bottom: 20px;
}
.balloon-3-bottom-left:after {
	content: "";
	position: absolute;
	bottom: -15px; left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 15px 0;
	border-color: transparent #ddd transparent transparent;
	z-index: -1;
}

.container_kasai .box_3 {
	padding-bottom: 15px;
}
.container_kasai .box_3 table {
	border-left: solid 1px #444;
	border-top: solid 1px #444;
    width: 95%;
    margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
}
@media (max-width: 598px) {
	.container_kasai .box_3 table {
		font-size: 12px;
	}
}
.container_kasai .box_3 tr {
	background-color: #fff;
}
.container_kasai .box_3 tr.bg_1 {
	background-color: #fcd0b0;
	color: #444;
}

.container_kasai .box_3 td {
	vertical-align: middle;
	padding: 5px;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}
.container_kasai .box_3 td:nth-child(1) {
	width: 180px;
}
@media (max-width: 598px) {
	.container_kasai .box_3 td:nth-child(1) {
		width: 30%;
	}
}
.container_kasai .box_3 td.center {
	text-align: center;
}
.container_kasai .text_small {
	font-size: 80% !important;

}
.container_kasai .box_3 td .text_red {
	font-weight: bold;
	font-size: 17px;
}
.text_tyui:before {
	content: '\f06a';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
}

.container_kasai .box_4 ul {
	list-style-type: none;
	padding: 20px;
}
@media (max-width: 598px) {
	.container_kasai .box_4 ul {
		list-style-type: none;
		padding: 10px;
	}
}
.container_kasai .box_4 ul:after {
	content: "";
	display: block;
	clear: both;
}
.container_kasai .box_4 li {
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 10px 5%;
}
@media (max-width: 598px) {
	.container_kasai .box_4 li {
		float: left;
		padding: 10px 1%;
	}
}

.container_kasai .box_4 li img {
	width: 100%;
	height: auto;
}
.container_kasai .box_4 li .imgCap {
	display: block;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 80% !important;
}

.container_kasai .box_4 .hutairei {
	width: 80%;
	margin: 20px auto;
	border: solid 1px #444;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px 0
}
@media (max-width: 598px) {
	.container_kasai .box_4 .hutairei {
		width: 100%;
		margin: 20px auto;
		border: solid 1px #444;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px 10px 0
	}
}

.how_btn {
	padding: 20px 0 30px;
}

.how_btn a {
	display: block;
	background-color: #37b177;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 15px 5px;
	font-weight: bold;
}
.how h5 {
	color: #37b177;
	font-size: 18px;
	margin-bottom: 10px;
}
.how h5:before {
	color: #37b177;
	font-size: 18px;
}

.how {
	border: solid 1px #37b177;
	padding: 20px 20px 0;
	margin-bottom: 20px;

}
.tel {
	color: #444;
}

.how_link {
	color: #37b177;
}

.how_link_btn {
	display: block;
	color: #fff;
	background-color: #37b177;
	padding: 15px 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
	border-radius: 10px;
}

.haraikomi {
	display: inline-block;
	padding: 3px 15px;
	background-color: #aaa;
	color: #fff;
	margin-bottom: 5px !important;
	font-weight: bold;
}

.container_kasai .box_7 table {
	border-left: solid 1px #444;
	border-top: solid 1px #444;
    width: 95%;
    margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
@media (max-width: 598px) {
	.container_kasai .box_7 table {
		font-size: 14px;
	}
}
.container_kasai .box_7 tr {
	background-color: #fff;
}
.container_kasai .box_7 tr.bg_1 {
	background-color: #fcd0b0;
	color: #444;
}

.container_kasai .box_7 td {
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}
.container_kasai .box_3 .text_plus {
	font-size: 150% !important;
	font-weight: bold;
	color: #fff;
	background-color: #B60005;
	display: inline-block;
	position: absolute;
	padding: 2px 15px 0;
	top: -25px;
	left: 20px;
	border-radius: 10px;
}
@media (max-width: 598px) {
	.container_kasai .box_3 .text_plus {
		font-size: 100% !important;
		padding: 2px 10px 0;
		top: -20px;
		left: 10px;
		border-radius: 5px;
	}
}

.contents_post{
	background-color: rgba(37,177,118,.1);
	padding: 0.5em 0;
	border-radius: 10px;
}
.linkGreen {
    color: #25b176;
    text-decoration: underline;
}
.form-control{
	width: 80%;
}


/* 交通傷害共済 */

.container_kotu h2.contents_title:before {
	content: "";
	width: 24px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	background: url(images/icon_nav_3.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 6px;
}

.container_kotu .mimai_wrap {
	padding: 3%;
}
.container_kotu .mimai_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.container_kotu .mimai_wrap .mimai {
	width: 65%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #c6ecfb;
	padding: 20px 20px 10px;
	position: relative;
	border-radius: 5px;
	vertical-align: bottom;
}
.container_kotu .mimai_title {
	font-weight: bold;
	font-size: 110%;
	position: absolute;
	top: -15px;
	background: #0092CA;
	line-height: 1;
	padding: 5px 25px;
	color: #fff;
	border-radius: 5px;
	
}
.container_kotu .mimai_wrap p span {
	font-size: 85%;
	display: block;
}

.container_kotu .mimai > span {
	font-size: 85%;
}
.container_kotu .mimai_wrap img {
	width: 30%;
	float: right;
	display: inline-block;
}
@media (max-width: 598px) {

	.container_kotu .mimai_wrap {
		margin-top: 20px;
	}
	.container_kotu .mimai_wrap .mimai {
		width: 100%;
		float: none;
	}
	.container_kotu .mimai_wrap p span {
		font-size: 85%;
		display: block;
	}
	.container_kotu .mimai_wrap img {
		width: 50%;
		float: none;
		display: block;
		margin: 20px auto 10px;
	}
}

.container_kotu .box_1 ol {
	padding: 10px 25px;
}
.container_kotu .box_1 li {
	padding: 0 0 10px;
	font-size: 95%;
}


.container_kotu .box_7 table {
	border-left: solid 1px #444;
	border-top: solid 1px #444;
    width: 95%;
    margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
}
@media (max-width: 598px) {
	.container_kotu .box_7 table {
		font-size: 12px;
	}
}
.container_kotu .box_7 tr {
	background-color: #fff;
}
.container_kotu .box_7 tr.bg_1 {
	background-color: #E3EFF6;
	color: #444;
}

.container_kotu .box_7 td {
	vertical-align: middle;
	padding: 5px;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}


.container_kotu .box_2_a table {
	border-left: solid 1px #444;
	border-top: solid 1px #444;
    width: 100%;
    margin: 20px auto;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
}
@media (max-width: 598px) {
	.container_kotu .box_2_a table {
		font-size: 14px;
	}
}
.container_kotu .box_2_a tr {
	background-color: #fff;
}
.container_kotu .box_2_a tr.bg_1 {
	background-color: #ECF5FB;
	color: #444;
}
.container_kotu .box_2_a tr.bg_2 {
	background-color: #CAE4F7;
	color: #444;
}

.container_kotu .box_2_a td {
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}
.container_kotu .box_2_a td.center {
	text-align: center;
}


.container_kotu .box_2 table {
	border-left: solid 1px #444;
	border-top: solid 1px #444;
    width: 100%;
    margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
}
@media (max-width: 598px) {
	.container_kotu .box_2 table {
		font-size: 14px;
	}
}
.container_kotu .box_2 tr {
	background-color: #fff;
}
.container_kotu .box_2 tr.bg_1 {
	background-color: #fcd0b0;
	color: #444;
}
.container_kotu .box_2 tr.bg_2 {
	background-color: #D6E9C4;
	color: #444;
}
.container_kotu .box_2 tr.bg_3 {
	background-color: #FFFBC7;
	color: #444;
}
.container_kotu .box_2 tr.bg_4 {
	background-color: #FFFEEE;
	color: #444;
}
.container_kotu .box_2 td.bg_4 {
	background-color: #FFFEEE;
	color: #444;
}

.container_kotu .box_2 td {
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}
@media (max-width: 598px) {
	.container_kotu .box_2 td {
		padding: 5px 5px;
	}
}

.container_kotu .box_2 td.center {
	text-align: center;
}

/* balloon-3 bottom-left */
.container_kotu .box_2 .balloon-3-bottom-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 30px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #e00;
	z-index: 0;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.container_kotu .box_2 .balloon-3-bottom-left:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 10%;
	margin-right: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 20px 0 0;
	border-color: transparent #e00 transparent transparent;
	z-index: -1;
}


.container_kotu .box_3 table {
	border-left: solid 1px #444;
	border-top: solid 1px #444;
    width: 100%;
    margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
}
@media (max-width: 598px) {
	.container_kotu .box_3 table {
		font-size: 14px;
	}
}
.container_kotu .box_3 tr {
	background-color: #fff;
}
.container_kotu .box_3 tr.bg_1 {
	background-color: #E3EFF6;
	color: #444;
}

.container_kotu .box_3 td {
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}
.container_kotu .box_3 td.center {
	text-align: center;
}
.container_kotu .box_3 td .text_red {
	font-size: 150%;
	font-weight: bold;
}
.text_bold {
	font-weight: bold;
}
.container_kotu .box_3 td .text_bold {
	font-size: 140%;
}
.container_kotu .box_3 .text_small {
	font-size: 80% !important;
}

.set_title {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}
.container_kotu .box_3 .text_plus {
	font-size: 150% !important;
	font-weight: bold;
	color: #fff;
	background-color: #003993;
	display: inline-block;
	position: absolute;
	padding: 2px 15px 0;
	top: -25px;
	left: 20px;
	border-radius: 10px;
}
@media (max-width: 598px) {
	.set_title {
		position: relative;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.container_kotu .box_3 .text_plus {
		font-size: 100% !important;
		padding: 2px 10px 0;
		top: -20px;
		left: 10px;
		border-radius: 5px;
	}
}

.container_kotu .box_3 .left_right {
	margin-bottom: 20px;
}
.container_kotu .box_3 .left_right:after {
	content: "";
	display: block;
	clear: both;
}
.container_kotu .box_3 .left {
	width: 65%;
	display: block;
	float: left;
}
.container_kotu .box_3 .right {
	width: 30%;
	display: block;
	float: right;
}
.container_kotu .left_right .text_large {
	font-size: 120%;
}

.container_kotu .box_3 .balloon_wrap {
	text-align: right;
}
/* balloon-3 bottom-left */
.container_kotu .box_3 .balloon-3-bottom-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background: #e00;
	z-index: 0;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.container_kotu .box_3 .balloon-3-bottom-left:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 70%;
	margin-right: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 15px 20px;
	border-color: transparent transparent transparent #e00;
	z-index: -1;
}

.container_kotu .box_3 .hokenkin {
	margin-top: 30px;
}

.container_kotu .box_3 .hokenkin ul:after {
	content: "";
	display: block;
	clear: both;
}
.container_kotu .box_3 .hokenkin li {
	list-style-type: none;
	float: left;
	width: 33.3333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.container_kotu .box_3 .hokenkin li div {
	position: relative;
	padding: 15px 10px 10px;
	background-color: #FFFBC7;
	border: solid 1px #0092CA;
	border-radius: 5px;
}
.container_kotu .box_3 .hokenkin li .title {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: #0092CA;
	padding: 2px 15px 2px;
	top: -15px;
	left: 20px;
	right: 20px;
	border-radius: 13px;
	color: #fff;
	text-align: center;
}
.container_kotu .box_3 .hokenkin li span:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
}

@media (max-width: 698px) {
	.container_kotu .box_3 .hokenkin li {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.container_kotu .box_3 .hokenkin li .title {
		top: -13px;
		left: 40px;
		right: 40px;
	}
}




.tbl-common01 {  
    width: 95%;
    margin: 0 auto;
	overflow: hidden;
	border: solid 1px #444;
	border-bottom: 0;
}

.tbl-common01 dt {
	background-color: #ff8188;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.tbl-common01 dd {
	border-bottom: solid 1px #444;
	vertical-align: middle;
}
.tbl-common01 dd:after {
	content: "";
	display: block;
	clear: both;
}
.tbl-common01 dd .tbl-thumb {
	width: 15%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4% 0;
	text-align: center;
}
.tbl-common01 dd .tbl-thumb img {
	width: 60%;
	vertical-align: middle;
}
.tbl-common01 dd p {
	display: block;
	width: 85%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	border-left: dotted 1px #444;
	font-size: 14px;
}
.tbl-common01 dd p span {
	font-size: 80%;
}

@media (max-width: 598px) {
	.tbl-common01 dd .tbl-thumb {
		width: 20%;
		padding: 7% 0;
	}
	.tbl-common01 dd .tbl-thumb img {
		width: 60%;
		vertical-align: middle;
	}
	.tbl-common01 dd p {
		width: 80%;
		font-size: 12px;
	}
	.tbl-common01 dd p span {
		font-size: 90%;
	}
}

.container_coop ul {
	list-style-type: none;
}
.container_coop ul:after {
	display: block;
	content: "";
	clear: both;
}

.container_coop li {
	float:left;
	width: 33.3333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.container_coop li span {
	display: block;
	text-align: center;
	font-weight: bold;
}
.container_coop li span.title_1 {
	color: #e92a70;
}
.container_coop li span.title_2 {
	color: #db008e;
}
.container_coop li span.title_3 {
	color: #006b37;
}

.container_coop li img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

@media (max-width: 598px) {
	.container_coop li {
		float: none;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
	}
	.container_coop li img {
		width: 80%;
		margin: 0 auto;
	}

}
.container_coop .left_right {
	padding-top: 15px;
}
.container_coop .left_right:after {
	content: "";
	display: block;
	clear: both;
}

.container_coop .left {
	float: left;
	width: 25%;
}
.container_coop .left img {
	width: 100%;
	height: auto;
}
.container_coop .right {
	float: right;
	width: 75%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
}

span.aks {
	display: inline-block;
}
.text_center {
	text-align: center;
}

.text_space {
	display: block;
	margin-bottom: 5px !important;
}

.text_end {
	display: block;
	margin-bottom: 20px !important;
}
.container_hoken p {
}

.container_hoken .box p {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
}
.container_hoken p a:hover {
	opacity: 0.7;
}
.container_hoken .box_1 {
	padding-bottom: 20px;
}
.container_hoken .box_1:after {
	content: "";
	display: block;
	clear:both;
}

.container_hoken .box_1 img {
	display: block;
	width: 30%;
	float: left;
}

.container_hoken .box_1 p {
	padding: 10px 20px;
	display: block;
	width: 70%;
	text-align: left;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

.container_hoken #tab_contents p{
	margin: 0;
}
.container_hoken .box_2 table {
	width: 100%;
	margin: 20px 0 10px ;
	font-size: 90%;
	font-weight: bold;
}
@media (max-width: 598px) {
	.container_hoken .box_2 table {
		font-size: 80%;
	}
}
.container_hoken .box_2 table a {
	text-decoration: none;
	color: #444;
}

.container_hoken .box_2 table th {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	width: 30%;
}
.container_hoken .box_2 table td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.container_hoken .box_2 table tr:nth-child(odd) {
	background-color: #FAF8F6;
}
.container_hoken .box_2 table tr:nth-child(even) {
	background-color: #dbebdb;
}

.google-maps {
	margin: 10px 20px 15px;
	position: relative;
	padding-bottom: 50%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media (max-width: 598px) {
	.google-maps {
		margin: 10px 0px 0px;
		padding-bottom: 75%; // これが縦横比
	}
}

.container_hoken .box_3 ol {
	padding: 0 20px;
}
.container_hoken .box_3 li {
	padding: 0 0 10px;
	font-size: 95%;
}

.container_hoken .box_3 .kyodo_name {
	padding: 30px 0 0;
	text-align: right;
	font-weight: bold;
}

.container_hoken .box_4 ol {
	padding: 10px 25px;
}
.container_hoken .box_4 li {
	padding: 0 0 10px;
	font-size: 95%;
}


.container_hoken .box_4 .block {
	display: inline-block;
	padding: 10px 15px;
	border: solid 2px #ccc;
	text-align: left;
	font-size: 80%;
}
.container_hoken .box_4 .p_in {
	display: block;
	padding: 0 10px;
}

.container_hoken .box_4 .block i {
	display: inline-block;
	text-align: center;
	margin-right: 3px;
}

.container_hoken .box_4 .block a {
	text-decoration: none;
	color: #444;
}


.container_other .text_small {
	font-size: 80%;
}

@media (max-width: 549px) {
	.container_other .other_images {
		width: 70%;
		height: auto;
	}
}

.container_other .other_top:after {
	content: "";
	display: block;
	clear: both;
}
.container_other .other_top img {
	display: block;
	width: 25%;
	float: left;
}
.container_other .other_top p.right {
	float: right;
	width: 75%;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
@media (max-width: 598px) {
	.container_other .other_top img {
		width: 40%;
	}
	.container_other .other_top p.right {
		width: 60%;
	}
}

.text_left {
	text-align: left;
}
.container_other .box_1 .syokaki_jewelry {
	text-align: center;
}
.container_other .box_1 .title_jewelry {
	font-weight: bold;
	color: #d00;
	font-size: 16px !important;
}
.container_other .box_1 .syokaki_jewelry .syokaki_1 {
	display: block;
	width: 80%;
	height: auto;
	margin: 20px auto;
}
.container_other .box_1 .syokaki_jewelry .syokaki_2 {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
}
.container_other .box_1 .syokaki_jewelry .kakaku_jewelry {
	font-size: 16px !important;
}
.container_other .box_1 .syokaki_jewelry .kakaku_jewelry span {
	color: #d00;
	font-size: 22px !important;
}

.container_other .box_1 .haiki_kakaku span {
	color: #d00;
	font-size: 17px !important;
	font-weight: bold;
}
.container_other .box_1 .free_kaisyu {
	padding: 10px 0;
}

.container_other .box_1 .free_kaisyu span {
	font-size: 17px !important;
	font-weight: bold;
}

.container_other .box_1 .text_red {
	color: #d00;
	font-weight: bold;
	padding: 3px 0;
}
.container_other .box_1 .text_red2 {
	color: #d00;
	font-weight: bold;
	padding: 3px 0;
	font-size: 17px !important;
}
.container_other .box_1 .text_strong {
	font-size: 17px !important;
	text-decoration: underline;
	font-weight: bold;
}

.container_other .box_1 .kemuri_keiho {
	font-size: 17px !important;
}
.container_other .box_1 .kemuri_keiho span.text_1 {
	color: #d00;
	font-weight: bold;
	display: inline-block;
	padding-left: 5px;
}
.container_other .box_1 .kemuri_keiho span.text_2 {
	font-weight: normal;
	font-size: 15px;
}

.container_other .box_3 .kaigi_img ul {
	list-style-type: none;
}
.container_other .box_3 .kaigi_img ul:after {
	content: "";
	display: block;
	clear: both;
}
.container_other .box_3 .kaigi_img li {
	float: left;
	width: 33.3333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
@media (max-width: 598px) {
	.container_other .box_3 .kaigi_img li {
		padding: 2.5px;
	}
}
.container_other .box_3 .kaigi_img li img {
	width: 100%;
}
.container_other .box_3 .kaigi_img li span {
	display: inline-block;
	padding: 5px 10px 0;
	font-size: 80%;
	font-weight: bold;
	border-bottom: solid 2px #87D09F;
	margin-bottom: 0px;
}

.container_other table {
	width: 100%;
	margin: 20px 0 10px ;
	font-size: 90%;
	font-weight: bold;
}
@media (max-width: 598px) {
	.container_other .box_3 table {
		font-size: 80%;
	}
}
.container_other table a {
	text-decoration: none;
	color: #444;
}
.container_other table tr:nth-child(odd) {
	background-color: #FAF8F6;
}
.container_other table tr:nth-child(even) {
	background-color: #dbebdb;
}

.container_other table td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	vertical-align: middle;
}
.container_other table td .small_time {
	font-size: 80%;
}

.pdf_link a {
	color: #ff8d5d;
}
.pdf_icon {
	display: inline-block;
	padding: 4px 15px 3px;
	border-radius: 5px;
	background-color: #ff8d5d;
	color: #FFF;
	margin-right: 7px;
	font-size: 80%;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1;
}
.acrobat_link a {
	color: #e62f2f;
}

.container_access .access_img:after {
	content: "";
	display: block;
	clear: both;
}

.container_access .access_img div {
	float: left;
	width: 33.3333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.container_access .access_img div span {
	display: inline-block;
	padding: 20px 0;
	font-size: 14px;
}
@media (max-width: 598px) {
	.container_access .access_img div {
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	.container_access .access_img div span {
		padding: 10px 0;
	}
}

@media (max-width: 598px) {
	.container_access .access_img div {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}

.container_access table {
	width: 100%;
	margin: 20px 0 10px ;
	font-size: 90%;
	font-weight: bold;
}
@media (max-width: 598px) {
	.container_access table {
		font-size: 80%;
	}
}
.container_access table a {
	color: #444;
}

.container_access table th {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	width: 30%;
}
.container_access table td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.container_access table tr:nth-child(odd) {
	background-color: #FAF8F6;
}
.container_access table tr:nth-child(even) {
	background-color: #dbebdb;
}

.container_access table td .kaijo {
	font-size: 20px;
}
@media (max-width: 598px) {
	.container_access table td .kaijo {
		font-size: 18px;
	}
}

.container_sitemap .box_1 {
	padding: 10px;
	border: solid 1px #87D09F;
	margin-bottom: 50px;
	
}
.container_sitemap .map_box {
	padding: 5px;
}
.container_sitemap .map_box a {
	color: #37B177;
}

.container_sitemap .map_box a:before {
	content: '\F138';
	color: #37B177;
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
}
.container_sitemap .map_box ul {
	padding: 2px 20px;
	list-style-type: none;
}

.container_sitemap .map_box li {
	font-size: 13px;
}

.container_sitemap .map_box li a {
	color: #37B177;
}

.container_sitemap .map_box li a:before {
	content: '・';
	color: #37B177;
	font-family: '';
	display: inline-block;
	margin-right: 2px;
}


.container_pdf h2.contents_title {
	border-bottom: solid 5px #ff8d5d;
}

.container_pdf h3 {
	border-left: solid 10px #ff8d5d;
	background: #ffac89;
}

.container_pdf h4:before {
	color: #ff8d5d;
}


.container_pdf .box_1 {
	padding-bottom: 30px;
}

.container_question .box_1 {
	padding: 20px 10px 50px;
}
@media (max-width: 598px) {
	.container_question .box_1 {
		padding: 10px 10px 50px;
	}
}

.container_question .question {
	background-image: url(images/icon_question.gif);
	background-repeat: no-repeat;
	padding: 7px 10px 15px 40px;
	background-size: 30px auto;
	margin-top: 10px;
	font-weight: bold;
	color: #37B177;
}
.container_question .answer {
	background-image: url(images/icon_answer.gif);
	background-repeat: no-repeat;
	padding: 7px 10px 15px 40px;
	background-size: 30px auto;
	margin-bottom: 5px;
	border-bottom: dashed 1px #efefef;
}
.container_question .answer a {
	color: #37B177;
}
.container_question .answer_end {
	border-bottom: dashed 0px #efefef;
	margin-bottom: 30px;
}

.container_question #acMenu dt {
    display: block;
    border: #ddd 1px solid;
    cursor: pointer;
	margin-top: 10px;
	padding: 10px;
}
.container_question #acMenu dt:hover {
    border: #37B177 1px solid;
}

.container_question #acMenu dt h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 20px 5px 10px;
	border-left: solid 8px #37B177;
	font-size: 18px;
	clear: both;
	background: #fff;
	color: #444;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 1px;
	position: relative;
}
.container_question #acMenu dt h3:after {
	content: "\f13a";
	font-family: 'FontAwesome';
	font-size: 18px;
	display: inline-block;
	color: #ddd;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}
.container_question #acMenu dt:hover h3:after {
	color: #37B177;
}

@media (max-width: 598px) {
	.container_question #acMenu dt h3 {
		font-size: 16px;
	}
	.container_question #acMenu dt {
		border: #37B177 1px solid;
	}
	.container_question #acMenu dt h3:after {
		color: #37B177;
	}
}


.container_question #acMenu dd{
    display: none;
	padding-top: 10px;
}

#page-top {
	text-align: right;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	background-color: #87D09F;
	font-size: 14px;
	padding: 3px 20px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 0 0 5px 5px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	background-color: #87D09F;
	font-size: 14px;
	padding: 3px 20px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 0 0 5px 5px;
}
#page-top a:hover {
	background-color: #98e1aF;
}

@media (max-width: 598px) {
	#page-top a {
		font-size: 12px;
		padding: 2px 20px;
		display: inline-block;
		margin-right: 10px;
		border-radius: 5px 5px 0 0;
		position: fixed;
		right: 0;
		bottom: 0px;
	}
}


.container_doui .box_1 {
	margin: 20px 30px;
	background: #f2f0e3;
	padding: 30px 30px 50px;
}
.container_doui .box_1 a {
	color: #37B177;
}
.container_doui input[type="button"] {
	color: #fff;
	padding: 10px 40px;
	font-weight: bold;
	font-size: 18px;
	border: 0;
	background: #37B177;
	border-radius: 10px;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 10px;

}
.container_doui input[type="button"]:hover {
	background: #87D09F;
}

.container_doui input[type="button"][disabled] {
    background:#ddd;
    cursor:not-allowed; /* 禁止カーソル */
}
@media (max-width: 598px) {
	.container_doui .box_1 {
		margin: 20px 10px;
		padding: 20px 15px 50px;
	}
	.container_doui input[type="button"] {
		padding: 10px 25px;
		font-weight: bold;
		font-size: 16px;
		border: 0;
		background: #37B177;
		border-radius: 10px;
		-webkit-appearance: none;
		appearance: none;
	
	}
}


.box_thankyou {
	width: 300px;
	margin: 20px auto;	
	background: #f2f0e3;
	padding: 20px 20px 40px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box_thankyou .text1 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
}

.box_thankyou .text2 {
	font-size: 14px;
	padding: 20px 0 30px;
}
.box_thankyou a {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-decoration: none;
	background-color: #37B177;
	border-radius: 5px;
	color: #FFF;
	padding: 10px 0;
	
}
.box_thankyou a:hover {
	background-color: #87D09F;
}

.text_syuryo {
	font-size: 120%;
	font-weight: bold;
	color: #d00;
}

.page_404 {
	text-align: center;
	padding: 50px 0;
}
.page_404 h2 {
	font-size: 30px;
}
.page_404 p {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	padding: 20px 0;
}
.page_404 p img {
	width: 100%;
	height: auto;
}

.page_404 a {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-decoration: none;
	background-color: #37B177;
	border-radius: 5px;
	color: #FFF;
	padding: 10px 0;
}
.page_404 a:hover {
	background-color: #87D09F;
}


