/* -----------------------------------------------------
	index
----------------------------------------------------- */
.main_box h2 {
	text-align: center;
	margin-top: 14px;
}

.main_box .lead {
	text-align: center;
	line-height: 1.8;
	margin: 18px 0 22px 0;
	font-size: 14px;
}

.main_box .main_info {
	background: url(../img/img_information.png) no-repeat;
	width: 659px;
	height: 380px;
	margin: 0 auto 38px auto;
	position: relative;
}
.main_box .main_info .info_box {
	width: 600px;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*news*/
.main_info .info_box .news_box {
	width: 300px;
	float: left;
	position: relative;
}
.main_info .info_box .news_box:after {
	content: url(../img/line_length.png);
	position: absolute;
	top: 28px;
	right: 0;
}
.info_box .news_box .news_t {
	text-align: center;
	padding-bottom: 12px;
	width: 284px;
	border-bottom: 1px dashed #008956;
}
.info_box .line_length {
	width: 300px;
	height: 263px;
}
.info_box .news_box .news_txt {
	position: relative;
	line-height: 2.4;
	width: 280px;
}
.info_box .news_box .news_txt a {
	color: #6F6F6F;
	display: block;
	line-height: 1.3;
}
.info_box .news_box .news_txt .news_border {
	border-bottom: 1px dashed #008956;
	overflow: hidden;
}
.info_box .news_box .news_txt .news_li .news_date {
	/*width: 90px;
	float: left;*/
	width: 100%;
	/*font-size: .9em;*/
}
.info_box .news_box .news_txt .news_li .news_text {
	/*width: 188px;
	float: right;*/
	width: 100%;
}
/*blog*/
.info_box .blog_box .blog_t {
	text-align: center;
	padding-bottom: 10px;
	width: 285px;
}
.main_info .info_box .blog_box {
	width: 285px;
	float: right;
}
.info_box .blog_box .blog_area {
	width: 284px;
	height: 263px;
}
.info_box .blog_box .blog_txt_box {
	width: 284px;
}
.info_box .blog_box .blog_txt_box .blog_li {
	height: 110px;
	position: relative;
}
.info_box .blog_box .blog_txt_box .blog_li:after {
	content: "";
	background: url(../img/line_side.png) no-repeat top;
	width: 280px;
	height: 14px;
	display: block;
	position: absolute;
	bottom: 0;
}
.info_box .blog_box .blog_txt_box .blog_li a {
	/*display: block;*/
	color: #6F6F6F;
}
.blog_box .blog_txt_box .blog_img {
	float: left;
	width: 120px;
}
.blog_box .blog_txt_box .blog_txt {
	float: right;
	width: 160px;
	word-break: break-all;
}
	.sub .blog_box .blog_txt_box .blog_txt {
		width: 520px;
	}
.blog_box .blog_txt_box .blog_txt li:first-child {
	color: #008956;
	font-size: 12px;
}
.blog_box .blog_txt_box .blog_txt li:nth-child(2) {
	margin: 5px 0;
}
.blog_box .blog_txt_box .blog_txt li:nth-child(3) {
	line-height: 1.4;
	font-size: 12px;
	height: 50px;
}/*
.blog_box .blog_txt_box .blog_txt li:nth-child(3):after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 64px;
	height: 17px;
	background: #ffffff;
	z-index: 1;
	content: "続きを読む";
}*/

.info_box .line_length:focus ,
.info_box .blog_box .blog_area:focus {
	outline: none;
}

.icon_info {
	background:#005aa0;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	padding: 1px 4px;
	width: 66px;
	vertical-align: top;
}


@media screen and (max-width: 640px) {
	.main_box h2 {
		width: 98%;
		margin: 3% auto 0 auto;
	}
	.main_box .lead {
		line-height: 1.8;
		margin: 4% 2% 10% 2%;
	}

	.main_box .main_info {
		background: none;
		width: 98%;
		height: auto;
		margin: 0 auto 4% auto;
		position: static;
	}
	.main_box .main_info .info_box {
		width: 100%;
		position: static;
	}
	/*news*/
	.main_info .info_box .news_box {
		width: 100%;
		float: none;
		position: relative;
	}
	.main_info .info_box .news_box:after {
		content: "";
		background: url(../img/line_h_sp.png) no-repeat;
		width: 100%;
		height: 4px;
		display: inline-block;
		position: static;
	}
	.info_box .news_box .news_t {
		padding: 0 0 2% 4%;
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	.info_box .line_length {
		width: 90% !important;
		height: 263px;
		margin: 0 auto 2% auto;
	}
	.info_box .news_box .news_txt {
		width: 100%;
		font-size: 13px;
		line-height: 1.6;
	}
	.info_box .news_box .news_txt .news_border {
		padding: 2% 0;
	}
	.info_box .news_box .news_txt .news_li .news_date {
		width: 30%;
		font-weight: bold;
		padding-left: 1%;
	}
	.info_box .news_box .news_txt .news_li .news_text {
		width: 70%;
		word-wrap: break-word;
	}
	.jspContainer ,
	.jspPane {
		width: 100% !important;
	}
	/*blog*/
	.info_box .blog_box .blog_t {
		padding: 3% 0 2% 3%;
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	.main_info .info_box .blog_box {
		width: 100%;
		float: none;
	}
	.info_box .blog_box .blog_area {
		width: 100% !important;
		height: 286px;
	}
	.info_box .blog_box .blog_txt_box {
		width: 90%;
		margin: 0 auto;
	}
	.info_box .blog_box .blog_txt_box .blog_li {
		height: auto;
		padding: 2% 0;
	}
	.info_box .blog_box .blog_txt_box .blog_li:after {
		content: "";
		background: url(../img/line_side.png) repeat-x top;
		width: 100%;
		height: 4px;
		display: block;
		position: absolute;
		bottom: 0;
	}
	.blog_box .blog_txt_box .blog_img {
		width: 30%;
	}
	.blog_box .blog_txt_box .blog_txt , .sub .blog_box .blog_txt_box .blog_txt {
		width: 65%;
	}
	.blog_box .blog_txt_box .blog_txt li:first-child {
		font-weight: bold;
	}
	.blog_box .b_txt a {
		display: block !important;
	}
}
/* -----------------------------------------------------
	sub
----------------------------------------------------- */
.sub_box {
	margin-bottom: 48px;
}
.sub_box h2 {
	text-align: center;
	margin-top: 8px;
}
.sub_box .top_img {
	text-align: center;
	margin-top: 12px;
}
.sub_box h3 {
	background: url(../img/txt_h3_b.png) no-repeat top center;
	width: 653px;
	height: 42px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #008956;
	line-height: 2.2;
	margin: 26px auto;
}
.sub_box h4 {
	background: url(../img/txt_h4_b.png) no-repeat top center;
	width: 580px;
	height: 23px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #008956;
	line-height: 1.7;
	margin: 15px auto;
}
.sub_box .m_top {
	margin-top: 44px;
}
.sub_box .sub_img_c {
	text-align: center;
}

.sub_box table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	width: 100%;
}
	.sub_box table th , .sub_box table td {
		padding: 8px;
		line-height: 1.6;
	}
	.sub_box table th {
		white-space: nowrap;
		font-weight: bold;
	}
	.sub_box table td textarea {
		font-size: 13px;
		width: 408px;
		padding-top: 5px;
	}

@media screen and (max-width: 640px) {
	.sub_box h2 { 
		margin-top: 2%;
		overflow: hidden;
	}
	.sub_box h2 img {
		transform: scale(1.1);
	}
	.sub_box .top_img {
		width: 99%;
		margin: 2% auto 0 auto;
	}

	.sub_box h3 {
		background: url(../img/txt_h3_b_sp.png) no-repeat top center;
		width: 100%;
		height: auto;
		font-size: 18px;
		line-height: 1.4;
		margin: 6% auto;
		padding: 2% 6%;
		background-size: 100% 100%;
	}
	.sub_box h4 {
		background: url(../img/txt_h4_b.png) no-repeat top center;
		width: 90%;
		height: auto;
		font-size: 15px;
		line-height: 1.7;
		margin: 15px auto;
		background-size: 100% 100%;
	}

	.sp_m_b {
		margin-bottom: 8% !important;;
	}

	.sub_box table th , .sub_box table td {
		display: block;
	}

	.sub_box .table_scroll table th , .sub_box .table_scroll table td {
		display: table-cell;
	}
}

/* -------------------------------------
	当苑のご案内
------------------------------------- */
.sub_box .f_txt_img {
	margin: 38px 0 54px 0;
}
.sub_box .f_map_img {
	margin: 40px 0 0 0;
}
/*施設の概要*/
.overview_box {
	margin: 0 0 40px 130px;
	line-height: 2.0;
}
.overview_box dt {
	float: left;
	width: 140px;
	font-weight: bold;
}
.overview_box dd {
	margin-left: 165px;
}
.overview_box .o_txt li .txt_number {
	display: inline-block;
	text-align: right;
	width: 38px;
}
/*併設*/
.facilities_li {
	margin: 0 0 32px 130px;
	line-height: 2.0;
}
.facilities_li .f_li_b {
	font-weight: bold;
}
.facilities_li .f_li {
	padding-left: 16px;
	margin-bottom: 12px;
}
.facilities_li .f_li .f_li_div li:first-child {
	width: 148px;
	float: left;
}

@media screen and (max-width: 640px) {
	.sub_box .f_txt_img {
		margin: 8% auto 10% auto;
		width: 74%;
	}
	.sub_box .f_map_img {
		margin: 8% 0 0 0;
	}

	/*施設の概要*/
	.overview_box {
		width: 80%;
		margin: 0 auto 10% auto;
		line-height: 1.4;
		font-size: 15px;
	}
	.overview_box dt {
		float: left;
		width: 34%;
		font-weight: bold;
		margin-bottom: 2%;
	}
	.overview_box dd {
		margin-left: 38%;
		margin-bottom: 2%;
	}
	.overview_box .o_txt li .txt_number {
		width: 38px;
	}
	.overview_box .o_txt li .txt_dot {
		font-size: 12px;
		vertical-align: middle;
	}

	/*併設*/
	.facilities_li {
		width: 80%;
		margin: 0 auto 10% auto;
		line-height: 2.0;
	}
	.facilities_li .f_li {
		margin-bottom: 4%;
		padding-left: 4%;
	}
	.facilities_li .f_li .f_li_div {
		font-size: 15px;
	}
	.facilities_li .f_li .f_li_div li:first-child {
		width: 34%;
		float: left;
	}
}

/* -------------------------------------
	サービスのご案内
------------------------------------- */
.sub_box .s_img_li ,
.sub_box .s_img_li_2 {
	width: 572px;
	margin: 26px auto;
}
.sub_box .s_img_li img ,
.sub_box .s_img_li_2 img {
	display: block;
}
.sub_box .s_img_li li:first-child {
	float: left;
}
.sub_box .s_img_li li:last-child {
	float: right;
}
.sub_box .s_img_li_2 li {
	width: 315px;
	margin: 0 auto;
}

.sub_box .detail_box {
	margin: 12px 42px 40px 42px;
	line-height: 1.8;
}
.sub_box .detail_box dt {
	width: 156px;
	float: left;
	font-weight: bold;
	padding-left: 4px;
}
.sub_box .detail_box dd {
	margin-left: 168px;
}
.sub_box .detail_box dt ,
.sub_box .detail_box dd {
	margin-bottom: 6px;
}
.sub_box .detail_box .d_li_box {
	margin: 3px 0 6px 16px;
}
.d_li_box .d_li li .txt_number {
	display: inline-block;
	text-align: right;
	width: 38px;
}
.sub_box .txt_dl dt {
	margin-bottom: 6px;
}
.sub_box .txt_dl dd {
	margin: 0 0 6px 16px;
}
.sub_box .txt_dl .txt_dl_li {
	list-style-type: decimal;
	padding-left: 22px;
}

.sub_box .orange_txt {
	color: #ffffff;
	background: #F08437;
	line-height: 2.6;
	font-weight: bold;
	text-align: center;
	width: 566px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 30px auto 46px auto;
}


.detail_box th {
	background: #d9ede6;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.detail_box td {
}

@media screen and (max-width: 640px) {
	.sub_box .s_img_li ,
	.sub_box .s_img_li_2 {
		width: 100%;
		margin: 6% auto;
	}
	.sub_box .s_img_li li:first-child {
		width: 49%;
	}
	.sub_box .s_img_li li:last-child {
		width: 49%;
	}
	.sub_box .s_img_li_2 li {
		width: 52%;
		margin: 0 auto;
	}

	.sub_box .detail_box {
		width: 90%;
		margin: 4% auto 8% auto;
		line-height: 1.8;
		font-size: 15px;
	}
	.sub_box .detail_box dt {
		width: 38%;
		float: left;
		font-weight: bold;
		padding-left: 4px;
	}
	.sub_box .detail_box dd {
		margin-left: 40%;
	}
	.sub_box .detail_box dt ,
	.sub_box .detail_box dd {
		margin-bottom: 2%;
	}
	.sub_box .detail_box .d_li_box {
		margin: 1% 0 2% 4%;
	}

	.d_li_box .d_li li .txt_number {
		width: 38px;
	}
	.d_li_box .d_li li .txt_dot {
		font-size: 12px;
		vertical-align: middle;
	}

	.sub_box .txt_dl dt {
		margin-bottom: 2%;
	}
	.sub_box .txt_dl dd {
		margin: 0 0 4% 6%;
	}

	.sub_box .orange_txt {
		line-height: 1.6;
		font-size: 15px;
		width: 100%;
		margin: 6% auto 8% auto;
		padding: 4%;
	}

}

/* -------------------------------------
	イベント・お知らせ
------------------------------------- */
.sub_box .info_table_box {
	width: 554px;
	margin: 0 auto 50px auto;
}
.info_table_box .table_txt {
	font-size: 17px;
	color: #008956;
	line-height: 2.0;
	text-align: center;
}
.sub_box .table_txt_g {
	font-size: 16px;
	line-height: 2.0;
	margin: 0 0 0 52px;
	margin-top: 25px;/*改修20200720*/
}
.info_table_box table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
.info_table_box table th {
	background: #b2dccd;
	vertical-align: middle;
	text-align: left;
}
.info_table_box table td {
	background: #fff0de;
	vertical-align: middle;
}
.info_table_box table th ,
.info_table_box table td {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.info_table_box .info_table_01 th {
	width: 99px;
	padding: 12px 0 12px 12px;
}
.info_table_box .info_table_01 td {
	padding: 12px 0 12px 22px;
}

.sub_box .info_b_box {
	background: #d9e6f1;
	width: 550px;
	margin: 24px auto 5px auto;
	padding: 10px 0 8px 15px;
}
.sub_box .info_b_box .info_b_txt {
	color: #005AA0;
	font-size: 15px;
	font-weight: bold;
	width: 248px;
	float: left;
	padding-top: 3px;
}
.sub_box .info_b_box li {
	display: inline-block;
}

.info_table_box .info_table_02 {
	color: #505050;
}
.info_table_box .info_table_02 th ,
.info_table_box .info_table_02 td {
	border-bottom: 3px solid #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.4;
}
.info_table_box .info_table_02 .t_w_1 {
	text-align: center;
	border-right: none;
	width: 80px;
	padding-top: 6px;
	padding-bottom: 2px;
}
.info_table_box .info_table_02 .t_w_2 {
	width: 115px;
	font-size: 12px;
	padding-left: 4px;
	border-right: 3px solid #ffffff;
}
.info_table_box .info_table_02 td {
	padding-left: 4px;
	padding-right: 4px;
}
.info_table_box .info_table_02 .t_w_b {
	width: 195px;
	border-right: 3px solid #ffffff;
}
.info_table_box .info_table_02 .txt_more {
	text-align: right;
	padding-right: 17px; 
}
/*
.info_table_box .info_table_02 td a {
	display: block;
}
*/
.info_table_box .info_table_02 td a ,
.info_table_box .info_table_02 .txt_more a {
	color: #505050;
}

#news_detail div , #blog_detail div {
	line-height: 1.8;
}
#news_detail .date , #blog_detail .date {
	color: #505050;
	font-size: .9em;
	margin-bottom: 24px;
}
	#news_detail .btn_box , #blog_detail .btn_box {
		margin: 48px auto 0;
	}


@media screen and (max-width: 640px) {
	.sub_box .info_table_box {
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.info_table_box .table_txt {
		line-height: 1.6;
		margin-bottom: 2%;
	}
	.sub_box .table_txt_g {
		line-height: 1.6;
		margin: 0 auto;
		width: 90%;
		margin-top: 20px;
	}
	.info_table_box table {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	.info_table_box table th {
		display: block;
		width: 100%;
	}
	.info_table_box table td {
		display: block;
		width: 100%;
	}
	.info_table_box table th ,
	.info_table_box table td {
		border-right: none;
	}

	.info_table_box .info_table_01 th {
		width: 100%;
		padding: 4%;
	}
	.info_table_box .info_table_01 td {
		padding: 4%;
	}

	.sub_box .info_b_box {
		background: #d9e6f1;
		width: 90%;
		margin: 6% auto 1.5% auto;
		padding: 3% 3% 2% 4%;
	}
	.sub_box .info_b_box .info_b_txt {
		width: 26%;
		padding-top: 0;
	}
	.sub_box .info_b_box ul {
	    text-align: right;
	}
	.sub_box .info_b_box li {
		width: 16%;
	}

	.info_table_box .info_table_02 th ,
	.info_table_box .info_table_02 td {
		padding: 2% 4%;
	}
	.info_table_box .info_table_02 td a {
		display: block;
	}
	.info_table_box .info_table_02 .t_w_1 {
		display: none;
	}
	.info_table_box .info_table_02 .t_w_2 {
		width: 100%;
		display: block;
		padding: 2% 4% 1% 4%;
		border-right: none;
		line-height: 1.5;
	}
	.info_table_box .info_table_02 .t_w_2.img_c_01:before ,
	.info_table_box .info_table_02 .t_w_2.img_c_02:before ,
	.info_table_box .info_table_02 .t_w_2.img_c_03:before ,
	.info_table_box .info_table_02 .t_w_2.img_c_04:before ,
	.info_table_box .info_table_02 .t_w_2.img_c_05:before ,
	.info_table_box .info_table_02 .t_w_2.img_c_06:before {
		vertical-align: top;
		display: inline-block;
		padding-right: 4%;
	}
	/*特養*/
	.info_table_box .info_table_02 .t_w_2.img_c_01:before {
		content: url(../img/img_information/img_c_01.png);
	}
	/*ショートステイ*/
	.info_table_box .info_table_02 .t_w_2.img_c_02:before {
		content: url(../img/img_information/img_c_02.png);
	}
	/*デイサービス*/
	.info_table_box .info_table_02 .t_w_2.img_c_03:before {
		content: url(../img/img_information/img_c_03.png);
	}
	/*広報誌*/
	.info_table_box .info_table_02 .t_w_2.img_c_04:before {
		content: url(../img/img_information/img_c_04.png);
	}
	/*更新情報*/
	.info_table_box .info_table_02 .t_w_2.img_c_05:before {
		content: url(../img/img_information/img_c_05.png);
	}
	/*お知らせ*/
	.info_table_box .info_table_02 .t_w_2.img_c_06:before {
		content: url(../img/img_information/img_c_06.png);
	}
	.info_table_box .info_table_02 .t_w_b {
		width: 40%;
		display: inline-block;
	}
	.info_table_box .info_table_02 .txt_more {
		padding-right: 4%;
		width: 60%;
		display: inline-block;
	}
}
/* -------------------------------------
	お知らせ詳細
------------------------------------- */
.sub_box .info_txt_box {
	width: 580px;
	margin: 0 auto;
}

.info_txt_box .info_title {
	border-bottom: 2px solid #008956;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 18px 6px 18px;
}
.info_txt_box .info_txt_m {
	margin: 20px 18px 50px 18px;
}
.info_txt_box .info_txt_m .info_date {
	margin-bottom: 20px;
	font-size: 12px;
	color: #505050;
}
.info_txt_box .info_txt_m .info_date li {
	display: inline-block;
	vertical-align: middle;
}
.info_txt_box .info_txt_m .info_date li:first-child {
	margin-right: 10px;
}
.info_txt_box .info_txt_m .info_txt {
	float: left;
	width: 330px;
	line-height: 1.8;
	font-size: 14px;
	color: #4F4F4F;
}
.info_txt_box .info_txt_m .info_img {
	float: right;
}
.info_txt_box .info_txt_m .info_img img {
	display: block;
}
.info_txt_box .info_txt_m .info_img li {
	margin-bottom: 20px;
}
.info_txt_box .info_txt_m .info_img li:last-child {
	margin-bottom: 0;
}

.info_txt_box .info_btn a {
	color: #4F4F4F;
	background: #fff0de;
	font-size: 14px;
	width: 200px;
	height: 40px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
}
.info_txt_box .info_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.sub_box .info_txt_box {
		width: 90%;
	}

	.info_txt_box .info_title {
		padding: 0 6% 2% 6%;
	}
	.info_txt_box .info_txt_m {
		margin: 6%;
	}
	.info_txt_box .info_txt_m .info_date {
		margin-bottom: 6%;
	}
	.info_txt_box .info_txt_m .info_date li:first-child {
		margin-right: 2%;
	}

	.info_txt_box .info_txt_m .info_txt {
		float: none;
		width: 100%;
		margin-bottom: 6%;
	}
	.info_txt_box .info_txt_m .info_img {
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.info_txt_box .info_txt_m .info_img li {
		margin-bottom: 6%;
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.info_txt_box .info_txt_m .info_img li:nth-child(2n) {
		margin-right: 0;
		float: right;
	}
	.info_txt_box .info_txt_m .info_img li:last-child {
		margin-bottom: 6%;
	}

	.info_txt_box .info_btn {
		margin-bottom: 10%;
	}
	.info_txt_box .info_btn a {
		width: 60%;
		height: 100%;
		padding: 4% 0;
	}
}
/* -------------------------------------
	入居案内
------------------------------------- */
.guidance_box {
	margin: 37px auto 54px auto;
	width: 572px;
}
.guidance_box .g_li {
	background: url(../img/txt_b.png) no-repeat;
	height: 70px;
	margin-bottom: 6px;
}
.guidance_box .g_step {
	padding: 8px 0 0 10px;
}
.guidance_box .g_step .g_step_img {
	width: 208px;
	float: left;
	position: relative;
}
.guidance_box .g_step .g_step_img:after {
	content: url(../img/line_length_sub.png);
	position: absolute;
	right: 0;
}
.guidance_box .g_step .g_step_txt {
	line-height: 1.4;
	padding: 8px 5px 0 0;
	width: 335px;
	float: right;
}
.sub_box .sub_txt_box {
	width: 578px;
	margin: 0 auto;
	line-height: 1.6;
}
.sub_box .sub_txt_box a {
	color: #2B60D4;
}
.sub_box .sub_txt_box_2 {
	margin: 0 0 0 38px;
	line-height: 1.6;
	padding-left: 3px;
}
.sub_box .tel_img_sub {
	margin: 24px 0 39px 0;
}

#guidance .guidance_box {
	line-height: 1.6;
}
	#guidance .guidance_box dl {
		margin-bottom: 24px;
		padding: 20px 38px;
		background: #ffefdd;
		border-radius: 8px;
	}
		#guidance .guidance_box dl dt {
			padding-bottom: 8px;
			margin-bottom: 8px;
			border-bottom: 1px solid #008956;
			font-size: 20px;
			color: #008956;
			/*line-height: 1;*/
		}
			#guidance .guidance_box dl dt span {
				/*line-height: 1.6;*/
				/*display: inline-block;*/
				margin: 0 8px 0 0;
				background: #008956;
				padding: 4px;
				border-radius: 8px;
				color: #fff;
				/*color: #008956;*/
				font-size: 15px;
			}

		.guidance_box ul {
			list-style: disc;
		}
			.guidance_box ul li {
				margin-bottom: 8px;
			}


@media screen and (max-width: 640px) {
	.guidance_box {
		margin: 4% auto 8% auto;
		width: 90%;
	}
	.guidance_box .g_li {
		background: url(../img/txt_b_sp.png) no-repeat;
		background-size: 100% 100%;
		margin-bottom: 4%;
		height: auto;
	}
	.guidance_box .g_step {
		padding: 4% 2% 6% 2%;
	}
	.guidance_box .g_step .g_step_img {
		width: 100%;
		float: none;
	}
	.guidance_box .g_step .g_step_img:after {
		content: none;
	}
	.guidance_box .g_step .g_step_txt {
		line-height: 1.4;
		padding: 2% 0 0 0;
		width: 100%;
		float: none;
	}

	.sub_box .sub_txt_box {
		width: 90%;
	}

	.sub_box .sub_txt_box_2 {
		width: 88%;
		margin: 0 auto;
		line-height: 1.6;
		padding-left: 0;
	}
	.sub_box .tel_img_sub {
		width: 90%;
		margin: 6% auto 6% auto;
	}
}

/* -------------------------------------
	料金のご案内
------------------------------------- */
.sub_box .table_box {
	width: 583px;
	margin: 23px auto 0 auto;
}
.table_box .table_txt {
	font-size: 17px;
	font-weight: bold;
	color: #008956;
	line-height: 2.0;
	padding-left: 2px;
}
.table_box table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	border-left: 2px solid #ffffff;
}
.table_box table th {
	background: #d9ede6;
}
.table_box table td {
	background: #fff0de;
}
.table_box table th ,
.table_box table td {
	padding-top: 12px;
	padding-bottom: 12px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	vertical-align: middle;
}
.table_box table thead th {
	text-align: center;
}
.table_box table tbody th {
	padding-left: 12px;
	text-align: left;
}
.table_box table .t_w_01 {
	width: 221px;
}
.table_box table .t_w_02 {
	width: 180px;
}
.table_box table .t_w_03 {
	width: 44px;
}
.table_box table .t_w_04 {
	width: 177px;
}
.table_box table .back_c_p {
	background: #f7ecf8;
}
.table_box table .back_c_b {
	background: #dff2fc;
}
.table_box table .txt_back_c td {
	background: #f7ecf8;
	text-align: center;
}
.table_box table .txt_back_c td:last-child {
	background: #dff2fc;
}
.table_box table .o_txt_r {
	text-align: right;
	border-right: 2px solid #fff0de;
}
.table_box table .t_txt_li_box {
	padding-top: 4px;
	padding-bottom: 4px;
}
.table_box table .t_txt_li {
	line-height: 1.6;
}
.table_box table .t_txt_li li:first-child {
	width: 240px;
	float: left;
	margin-left: 26px;
}
.table_box table .t_txt_li li:last-child {
	text-align: right;
	padding-right: 26px;
}
.table_box table .txt_col {
	padding-left: 12px;
}
.table_box table .txt_l_p {
	padding-left: 34px;
}
.table_box table .txt_back_c_2 td {
	background: #f7ecf8;
	text-align: right;
	padding-right: 62px;
}
.table_box table .txt_back_c_2 td:last-child {
	background: #dff2fc;
}
.table_box table.table_w {
	width: 403px;
}
.table_box table .txt_back_c_3 td {
	text-align: right;
	padding-right: 62px;
}

.table_box table.table_2 th ,
.table_box table.table_2 td {
	width: 116px;
	text-align: center;
}
.table_box table.table_2 th:last-child ,
.table_box table.table_2 td:last-child {
	border-right: 1px solid #ffffff;
}

.table_box table.table_3 th {
	width: 192px;
}
.table_box table.table_3 td {
	text-align: center;
	width: 389px;
}
.table_box table.table_3 .txt_col {
	padding-left: 12px;
	text-align: left;
}
.table_box table .vertical_t {
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	.sub_box .table_box {
		width: 90%;
		margin: 6% auto 0 auto;
	}
	.table_box .table_txt {
		line-height: 1.4;
		padding: 0 0 2% 2%;
	}
	.table_box table {
		table-layout: fixed;
	}
	/*tableスクロール*/
	.table_box .table_scroll {
		overflow: auto;
		white-space: nowrap;
		width: 100%;
		margin: 0 auto;
	}
	.table_box table .t_w_sp_01 {
		width: 320px;
	}
	.table_box table .t_w_03 {
		width: 160px;
	}
	.table_box table .t_w_04 {
		width: 160px;
		text-align: center;
		padding-left: 0;
	}
}
/* -------------------------------------
	アクセス
------------------------------------- */
.sub_box .map_box {
	width: 651px;
	margin: 22px auto;
}
.sub_box .map_box iframe {
	width: 651px;
	height: 281px;
}
.sub_box .map_box p {
	text-align: right;
}
.sub_box .map_box p a {
	font-size: 12px;
	color: #008956;
	line-height: 1.5;
}

.sub_box .access_box {
	margin-left: 118px;
	font-size: 12px;
	line-height: 1.8;
}
.sub_box .access_box dt {
	width: 88px;
	float: left;
	background: #008956;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	margin-bottom: 16px;
}
.sub_box .access_box dd {
	margin-left: 98px;
	margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
	.sub_box .map_box {
		width: 100%;
		margin: 6% auto;
	}
	.sub_box .map_box iframe {
		width: 100%;
		height: 215px;
	}
	.sub_box .map_box p {
		margin: 2% 4% 0 0;
	}

	.sub_box .access_box {
		margin: 0 auto;
		width: 90%;
	}
	.sub_box .access_box dt {
		width: 30%;
		margin-bottom: 6%;
	}
	.sub_box .access_box dd {
		margin-left: 32%;
		margin-bottom: 6%;
	}
}
/* -------------------------------------
	採用情報
------------------------------------- */
.sub_box .tab_box {
	width: 585px;
	margin: 24px auto 48px auto;
}
.sub_box .tab_box .tab {
	overflow: hidden;
}
.sub_box .tab_box .tab .tab_line {
	float: left;
	margin-right: 9px;
	position: relative;
	background: url(../img/img_recruit/tab_line.png) no-repeat;
	width: 189px;
	height: 450px;
	text-align: center;
	z-index: 0;
}
.sub_box .tab_box .tab .tab_line:last-child {
	margin-right: 0;
}
.sub_box .tab_box .tab .tab_line:hover {
	cursor: pointer;
	background: url(../img/img_recruit/tab_line_h.png) no-repeat;
}
.sub_box .tab_box .tab .tab_line.select {
	background: url(../img/img_recruit/tab_line_h.png) no-repeat;
}
.sub_box .tab_box .tab .tab_line.select:hover {
	cursor: default;
}
.sub_box .tab_box .hide {
	display: none;
}
.tab_box .tab .tab_img {
	position: absolute;
	bottom: 96px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.tab_box .tab .tab_txt {
	position: absolute;
	bottom: 40px;
	width: 189px;
	z-index: 2;
}
.tab_box .tab .tab_txt p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.tab_box .tab .tab_txt span {
	font-size: 20px;
}
.sub_box .tab_box .content li {
	margin-top: 14px;
}
.tab_box .content .tab_line_txt {
 	width: 584px;
 	height: 813px;
 	background: url(../img/img_recruit/tab_line_txt.png) no-repeat;
 	position: relative;
 	font-size: 14px;
}
.tab_box .content .tab_line_txt .line_photo {
 	position: absolute;
 	top: 13px;
 	left: 14px;
}
.tab_box .content .tab_line_txt .line_txt_box {
	width: 188px;
	position: absolute;
	right: 0;
	line-height: 1.3;
}
.tab_box .content .tab_line_txt .line_txt_box p {
	font-weight: bold;
}
.line_txt_box .line_txt_box_1 {
	position: absolute;
	top: 46px;
}
.line_txt_box .line_txt_box_2 {
	position: absolute;
	top: 120px;
}
.line_txt_box .line_txt_box_3 {
	position: absolute;
	top: 182px;
}
.tab_line_txt .txt_s_01 {
	font-size: 18px;
}
.tab_line_txt .txt_s_02 {
	font-size: 24px;
	line-height: 1.5;
}
.tab_line_txt .txt_s_02 span {
	font-size: 19px;
	font-weight: bold;
}
.tab_line_txt .txt_s_03 {
	font-size: 17px;
}
.tab_box .content .tab_line_txt .line_table {
	position: absolute;
	top: 310px;
	left: 28px;
	line-height: 1.2;
	border-collapse: collapse;
	width: 150px;
	word-break: break-all;
}
.line_table th {
	width: 60px;
	text-align: left;
}
.line_table th ,
.line_table td {
	padding-bottom: 10px;
}
.tab_box .content .tab_line_txt .line_message {
	position: absolute;
	top: 310px;
	right: 22px;
	width: 342px;
	word-break: break-all;
}
.line_message .m_title {
	font-size: 23px;
	line-height: 1.1;
	margin-bottom: 14px;
}
.line_message .m_text {
	line-height: 1.6;
}

.table_box table.table_4 th {
	/*width: 130px;*/
	/*padding-left: 28px;*/
	padding-left: 16px;
	padding-right: 16px;
	white-space: nowrap;
}
.table_box table.table_4 td {
	padding-left: 22px;
	line-height: 1.6;
}
.table_box table.table_4 li {
	margin-bottom: 8px;
	padding-left: 4px;
}
.table_box table.table_4 li:last-child {
	margin-bottom: 0;
}

.sub_box .r_txt_center {
	text-align: center;
	font-size: 16px;
}

.sub_box .r_tel_img {
	text-align: center;
	margin: 32px 0;
}

/*お申し込み*/
.sub_box .form_box {
	/*width: 580px;*/
	width: 100%;
	margin: 0 auto;
}
.form_box .form_g_txt {
	color: #74af7c;
	border-bottom: 1px solid #74af7c;
	line-height: 1.4;
	font-size: 16px;
}
.form_box table {
	margin: 28px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #74af7c;
	line-height: 1.8;
}
.form_box table th {
	width: 120px;
	text-align: left;
	background: #71ac81;
	color: #ffffff;
	border-bottom: 1px solid #74af7c;
	padding-left: 8px;
	font-weight: bold;
	vertical-align: middle;
}
.form_box table td {
	width: 460px;
	border-bottom: 1px solid #74af7c;
	padding: 6px 0 6px 8px;
	color: #505050;
}
.form_box .form_t_box {
	width: 411px;
	background: #fcfcfc;
	padding: 0 6px;
	border: 1px solid #d6d5d5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-sizing: border-box;
}
.form_box .form_txt {
	height: 32px;
}
.form_box .form_textarea {
	height: 104px;
	display: block;
	margin-bottom: 6px;
	margin-top: 3px;
	padding: 3px 6px;
	line-height: 1.4;
}
.form_box .form_textarea_t {
	margin-top: 6px;
}
.form_box .check_m input {
	vertical-align: middle;
}
.form_box .radio_m input {
	vertical-align: top;
	margin-top: 6px;
}
.form_box td label {
	margin-right: 6px;
}
.form_box .form_s_txt {
	display: block;
}
.form_box .form_s_txt:before {
	content: "▼";
	padding-left: 14px;
	padding-right: 12px;
}
.form_box .required:after {
	content: "※";
	/*color: #7aa665;*/
	color: #d4eb97;
	font-size: 14px;
	display: inline-block;
	padding-left: 4px;
}
.form_box .form_btn {
	width: 172px;
	margin: 0 auto;
}
.form_box .form_btn li {
	display: inline-block;
}
.form_box .form_btn li:last-child {
	margin-left: 14px;
}
.form_box .form_btn li button {
	border: none;
	background: #77b284;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.form_box .form_btn li button:hover {
	cursor: pointer;
	background: #a2d0ae; 
}
.form_box .form_btn li button:first-child {
	width: 84px;
}
.form_box .form_btn li button:last-child {
	width: 76px;
}
.form_box .form_g_txt_b {
	color: #505050;
	line-height: 1.6;
}
.form_box .form_g_txt_b span {
	color: #74af7c;
	padding: 0 10px;
	font-weight: bold;
}


.form_box .mw_wp_form_complete p {
	line-height: 1.8;
}


div.btn_area {
	text-align: center;
}
div.btn_area input.submit_btn, 
div.btn_area input.submit_btn2 {
	padding:5px 20px;
	font-weight:bold;
	margin:0 10px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
	div.btn_area input.submit_btn {
		-moz-box-shadow: 0;
		-webkit-box-shadow: 0;
		box-shadow: 0;
		background: #008956;
		color:#fff;
		width: 200px;
		padding: 16px 0;
		border: 0;
		font-size: 1.2em;
	}
	div.btn_area input.submit_btn2 {
		-moz-box-shadow: 0;
		-webkit-box-shadow: 0;
		box-shadow: 0;
		background: #edf9f9;
		border: 0;
		color:#666;
	}
	div.btn_area input.submit_btn:hover, 
	div.btn_area input.submit_btn2:hover {
		opacity:0.8;
	}
@media screen and (max-width: 640px) {
	.sub_box .form_box{
		width: 100%;
	}
	.form_box table {
		width: 100%;
	}
	.form_box table td {
		width: 100%;
	}
	.form_box .form_t_box {
		width: 95%;
	}
	.form_box table td textarea {
		width: 95%;
	}

}

/* -------------------------------------
	スタッフ紹介
------------------------------------- */
.staffbox {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-webkit-flex-flow: row;
	flex-flow: row;*/
	padding: 16px;
	margin: 0 24px 24px 0;
}

	.staffbox dl {
		margin-bottom: 16px;
		padding: 8px 8px 16px;
		border-bottom: 1px solid #ccc;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}
		.staffbox dt img {
			max-width: 100%;
			margin-bottom: 8px;
		}
		.staffbox dd p {
			text-align: center;
			line-height: 1.8;
		}
		.staffbox dd a {
			display: block;
			margin: 0 auto;
			width: 40%;
			padding: 8px;
			margin-top: 16px;
			text-align: center;
			background: #fff0de;
			color: #008956;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-o-border-radius: 10px;
			-ms-border-radius: 10px;
		}

@media screen and (max-width: 640px) {
	.staffbox dd a{
		width: 120px;
	}
}


/* ----- 詳細 ----- */
.staff_detail dl {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 16px;
	margin: 0 24px 24px 0;
}

	.staff_detail dt {
		margin-right: 16px;
		-webkit-flex: 0 1 60%;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%;
		max-width: 60%;
	}
		.staff_detail dt img {
			max-width: 100%;
		}
	.staff_detail dd {
		-webkit-flex: 0 1 35%;
		-ms-flex: 0 1 35%;
		flex: 0 1 35%;
		max-width: 35%;
	}
		.staff_detail dd p {
			line-height: 1.8;
			margin-bottom: 8px;
		}
			.staff_detail dd p b {
				display: block;
				background: #fff0de;
				padding: 0 4px;
			}
	.staff_detail .staff_comment {
		padding: 0 40px;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	.staff_detail .staff_comment h5 {
		font-size: 1.1em;
		margin: 8px 0 16px;
		padding: 0;
		border-bottom: 1px solid #ccc;
	}
	.staff_detail .staff_comment p {
		line-height: 1.8;
	}

	.staff_detail .staff_img {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-flow: row;
		flex-flow: row;
		padding: 16px;
		margin: 0 auto;
		width: 90%;
	}
		.staff_detail .staff_img li {
			-webkit-flex: 0 1 50%;
			-ms-flex: 0 1 50%;
			flex: 0 1 50%;
			max-width: 50%;
			margin-right: 16px;
			text-align: center;
		}
			.staff_detail .staff_img li:nth-child(even) {
				margin-right: 0;
			}
		.staff_detail .staff_img li img {
			max-width: 100%;
		}





@media screen and (max-width: 640px) {

/* ----- 詳細 ----- */
.staff_detail dl {
	-webkit-flex-flow: column;
	flex-flow: column;
	margin-right: 0;
}

	.staff_detail dt {
		margin-right: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}
	.staff_detail dd {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

	.staff_detail .staff_img {
		-webkit-flex-flow: column;
		flex-flow: column;
    }
		.staff_detail .staff_img li {
			-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
			flex: 0 1 100%;
			max-width: 100%;
			margin-right: 0;
			text-align: center;
		}
}

/* -------------------------------------
	プライバシーポリシー
------------------------------------- */
.sub_box .p_policy_box {
	width: 578px;
    margin: 0 auto;
    line-height: 1.6;
}
.sub_box .p_policy_box ol {
	list-style-type: decimal;
	padding: 10px 0 10px 22px;
}
.p_policy_box ol li {
	margin-bottom: 4px;
}
.p_policy_box .p_txt_r {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.sub_box .p_policy_box {
		width: 90%;
	}
}
/* -------------------------------------
	サイトマップ
------------------------------------- */
	
.sub_box .sitemap_box , .wsp-container {
	width: 578px;
	margin: 0 auto;
	line-height: 1.6;
}
.sub_box .sitemap_box a {
	color: #505050;
}

.sub_box .sitemap_box ul ul {
	padding-left: 20px;
}
	.wsp-container h2 {
		font-size: 1.3em;
		margin: 8px 0 16px;
		background: #f8f8f8;
		padding: 8px;
	}
	.wsp-container ul {
		margin-bottom: 32px;
	}
		.wsp-container ul li {
			margin-bottom: 16px;
			border-bottom: 1px solid #ccc;
		}
			.wsp-container ul li a {
				color: #008956;
			}
			.wsp-container ul li:before {
				content : '・';
			}
@media screen and (max-width: 640px) {
	.sub_box .sitemap_box , .wsp-container {
		width: 90%;
	}
	.wsp-container ul {
		margin-bottom: 40px;
	}
		.wsp-container ul li {
			margin-bottom: 24px;
		}
}


/* -------------------------------------
	404
------------------------------------- */
	#error404 h4 {
		font-size: 1.4em;
		background-image: none;
	}
	#error404 p {
		line-height: 1.8;
	}

/* -------------------------------------
	disclosure page
------------------------------------- */
	ul.disclosure_ul {
		padding: 0 48px 0 56px;
		list-style: disc;
	}
	ul.disclosure_ul li {
		margin-bottom: 16px;
	}


/* -------------------------------------
	info改修20200720
------------------------------------- */
.info-tab-box {
	width: 100%;
	position: relative;
	margin-top: 25px;
	margin-bottom: 55px;
}
.info-tab-box::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #008956;
	width: 35px;
	height: 1px;
}
.info-tab-box::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #008956;
	width: 35px;
	height: 1px;
}
.info-tab-box ul{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-right: 35px;
    padding-left: 35px;
}
.info-tab-item {
	color: #008956;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	width: 14.2857%;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	height: 45px;
	line-height: 1.3;
	border-top: 1px solid #008956;
	border-right: 1px solid #008956;
	border-bottom: 1px solid #008956;
	background-color: #f2f2f2;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.info-tab-item:first-child {
	border-left: 1px solid #008956;
}
.info-tab-item.is-active {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.info-tab-item.tab_sp {display: none;}

@media screen and (max-width: 640px) {
	.info-tab-box {
		margin-bottom: 35px;
		border-bottom: 1px solid #008956;
	}
	.info-tab-box ul {
		padding-right: 0%;
		padding-left: 0%;
		-webkit-box-pack:center;
	    -webkit-justify-content:center;
	    -ms-flex-pack:center;
	    justify-content:center;
	}
	.info-tab-box::before {
		display: none;
	}
	.info-tab-box::after {
		display: none;
	}
	.info-tab-item {
		width: 25%;
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
	.info-tab-item:first-child {
		border-left: 0;
	}
	.info-tab-item {
		border: 0;/*一旦打ち消し*/
		border-right: 1px solid #008956;
		border-top: 1px solid #008956;
	}
	.info-tab-item:nth-child(4n) {
		border-right: 0;		
	}
	.info-tab-item.tab_sp {display: block;}
}

/*トップページ用tab*/
#top_newsarea .info-tab-box {
	margin-top: 20px;
	margin-bottom: 10px;
}
#top_newsarea .info-tab-box::before {
	display: none;
}
#top_newsarea .info-tab-box::after {
	display: none;
}
#top_newsarea .info-tab-box ul{
    padding-right: 30px;
    padding-left: 30px;
}

#top_newsarea .info_table_box {
	width: 600px;
	margin: 0 auto 10px auto;
	height: 235px;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#top_newsarea .info-tab-box ul{
	    padding-right: 0px;
	    padding-left: 0px;
	}
	#top_newsarea .info_table_box {
		width: 90%;
		margin: 20px auto 10px auto;
		height: auto;
		overflow: hidden;
	}
}

.top_news_head {
	text-align: center;
	margin-top: 100px;
}

.top_blog_head {
	text-align: center;
	margin-top: 75px;
}

/*top リンクボタン*/
.top_linkbtn a {
    display: block;
    margin: 30px auto 0 auto;
    width: 180px;
    padding: 8px;
    text-align: center;
    background: #008956;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.top_linkbtn a {
    text-decoration: none;
    outline: none;
}

/*ブログ*/
.blog_txt_area li:first-child {
	color: #008956;
	font-size: 12px;
}
.blog_txt_area li:nth-child(2) {
	margin: 5px 0;
}
.blog_txt_area li:nth-child(3) {
	line-height: 1.4;
	font-size: 12px;
	height: 50px;
	color: rgb(111, 111, 111);
}
.blog_txt_detail > a {
	color: rgb(111, 111, 111);
}
.blog_image {
	float: left;
    width: 120px;
}
.blog_txt_area {
    float: right;
    width: 470px;
    word-break: break-all;
}
.blog_image {
	float: left;
	width: 120px;
}
.blog_list_box {
	width: 600px;
	margin: 0 auto;
}
.blog_list{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_list::after {
	content: "";
	background-color: #dbdbdb;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
}

#top_blogarea .blog_txt_area {
	width: 440px;
}

#top_blogarea .blog_list_box {
	height: 280px;
	overflow-y: scroll;
	margin-top: 5px;
	margin-bottom: 8px;
}
#top_blogarea .top_linkbtn {
	margin-bottom: 100px;
}
#top_blogarea .blog_scrollber_spacer {
	margin-right: 20px;
}

@media screen and (max-width: 640px) {
	.blog_list_box {
	    width: 90%;
	    margin: 0 auto;
	}
	.blog_txt_area li:nth-child(3) {
		height: auto;
	}
	.blog_image {
	    float: left;
	    width: 28%;
	}
	.blog_txt_area {
		float: right;
	    width: 68%;
	}
	#top_blogarea .blog_txt_area {
		float: right;
	    width: 68%;
	}
	#top_blogarea .blog_list_box {
		height: auto;
		overflow-y: visible;
	}
	#top_blogarea .blog_scrollber_spacer {
		margin-right: 0;
	}
}

/*フォーム タブ切り替え*/
.tab-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    width: 600px;
    margin: 25px auto 0;
}
.tab-label {
    color: #008956;
    background: #fff;
    border: 1px solid #008956;
    margin-bottom: 20px;
    order: -1;
    width: 290px;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
}

.tab_arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
}
.tab_arrow::before,
.tab_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.tab_arrow::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #008956;
}
.tab_arrow::after{
    left: 23px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
	border-left: 4px solid #fff;
}


.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	color: #008956;
    background: #daede7;
    margin-bottom: 20px;
    order: -1;
    width: 290px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #daede7;
}
.tab-switch:checked+.tab_arrow::before {
	background: #fff;
}
.tab-switch:checked+.tab_arrow::after {
	border-left: 4px solid #008956;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.tab-content-name {
	color: #008956;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 35px;
	line-height: 1.5;
}
.tab_sp {
	display:none;
}
/*タブ表示上下逆*/
#page_disclosure .tab-wrap {
	position: relative;
	top: 300px;
	width: 100%;
}
#page_disclosure .tab-content {
	position: relative;
    top: -400px;
}
#page_disclosure .tab-wrap label:nth-child(even) {
	margin-left: 30px;
}
#page_disclosure .tab-wrap label:nth-child(odd) {
	margin-right: 30px;
}
.disclosure_ul li a {
	color: #008956;
}

@media screen and (max-width: 640px) {
	#page_disclosure .tab-wrap{
		position: static;
		margin-top: 100px;
		width: 90%;
	}
	#page_disclosure .tab-content {
		position: static;
	}
	#page_disclosure .tab-wrap label:nth-child(even) {
		margin-right: 5px;
		margin-left: 0px;
	}
	#page_disclosure .tab-wrap label:nth-child(odd) {
		margin-right: 0px;
		margin-left: 5px;
	}
	#page_disclosure .tab-label {
		width: 48%;
	}
	#page_disclosure .tab-switch:checked + .tab-label {
		width: 48%;
	}
}

/*information*/

/*.information_content {
	width: 600px;
	margin: 0 auto;
}*/
@media screen and (max-width: 640px) {
	.information_content {
		width: 90%;
		margin: 0 auto;
	}
}

/*top_slider*/
.n2-ss-slider .n2-ss-widget {
	bottom: -35px !important;
}

/**
* 情報公開 - DEN 20230706
**/
.select-wrap {
	padding: 262px 0 0;
	position: relative;
}
.selectTab {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 0 30px;
}
.selectTab > li {
	color: #008956;
	background: #fff;
	border: 1px solid #008956;
	/*width: 290px;*/
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.selectTab > li.select {
	background: #daede7;
	border: 1px solid #daede7;
}
.selectTab .content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.selectTab .content.active {
	display: block;
}
@media screen and (max-width: 640px) {
	.select-wrap {
		padding: 0 0 262px 0;
		width: 90%;
		margin: 50px auto 0;
	}
	.selectTab {
		gap: 13px;
		padding: 0;
	}
	.selectTab > li {
		width: 100%;
	}
	.selectTab .content {
		width: 100%;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		min-height: 250px;
	}
}
