@charset "utf-8";
/* CSS Document */

.mv_under{
	background:url(/img/news/mv_news.jpg) no-repeat center top;
	background-size:cover;
}
.contents_main{
	padding-bottom:100px;
}
 @media screen and (max-width : 767px) {
	.mv_under{
		background:url(/img/news/mv_news_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	.contents_main{
		padding-bottom:16%;
	}
}

.select_area {
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:space-between;
	margin:0 auto 57px;
	width:462px;
}
@media screen and (max-width : 767px) {
	.select_area{
		margin:0 auto 10%;
		width:100%;
	}
}
.news_list {
	margin-bottom: 100px;
}
.news_list a {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	position: relative;
}
.news_list a:before {
	-webkit-transition: right 0.2s;
	background: #00a54a;
	content: "";
	height: 1px;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 52%;
	transition: right 0.2s;
	width: 33px;
}
.news_list a:hover:before {
	right: -10px;
	width: 33px;
}
.news_list a:after {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	-webkit-transition: right 0.2s;
	background: #00a54a;
	content: "";
	height: 1px;
	margin-left: -2px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 52%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	transition: right 0.2s;
	width: 8px;
}
.news_list a:hover:after {
	right: -10px;
}
.news_list a:first-child {
	border-top: 1px solid #e5e5e5;
}
.news_list a:hover {
	-webkit-transition: all .3s;
	opacity: 0.6;
	transition: all .3s;
}
.news_list dl {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 7% 20px 0;
}
.news_list dl dt {
	margin-right: 2%;
}
.news_list dl dt img {
	width: 100%;
}
.news_list dl dd .data {
	color: #888;
	margin-bottom: 10px;
}
.news_list dl dd .text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.news_list dl dd .name {
	color: #00a54a;
	font-size: 1.2rem;
}

@media screen and (max-width : 767px) {
	.news_list dl {
		-ms-flex-align: flex-start;
		-webkit-box-align: flex-start;
		align-items: flex-start;
		padding: 5.8% 0;
	}
	.news_list dl dt {
		margin-right: 3%;
		width: 34%;
	}
	.news_list dl dd {
		width: 63%;
	}
	.news_list dl dd .data {
		font-size: 1.1rem;
		margin-bottom: 3%;
	}
	.news_list dl dd .text {
		font-size: 1.3rem;
		margin-bottom: 3%;
	}
	.news_list dl dd .name {
		font-size: 1rem;
	}
	.news_list a:before, .news_list a:after {
		content: none;
	}
}

.pager {
	overflow: hidden;
}
.pager ul {
	float: left;
	left: 50%;
	list-style: none;
	position: relative;
}
.pager ul li {
	float: left;
	left: -50%;
	margin: 0 13px 0 0;
	position: relative;
}
.pager ul li:last-child {
	margin-right: 0;
}
.pager ul li span, .pager ul li a {
	display: block;
	font-size: 1.4rem;
	padding: 14px 18px;
	vertical-align: middle;
}
.pager ul li a {
	-webkit-transition: background 0.3s;
	border: 1px solid #e5e5e5;
	transition: background 0.3s;
}
.pager ul li a.next {
	padding: 14px 35px;
}
.pager ul li a.next:before {
	-webkit-transition: right 0.2s;
	background: #d4d4d4;
	content: "";
	height: 1px;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transition: right 0.2s;
	width: 33px;
}
.pager ul li a.next:hover:before {
	right: -20px;
	width: 33px;
}
.pager ul li a.next:after {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	-webkit-transition: right 0.2s;
	background: #d4d4d4;
	content: "";
	height: 1px;
	margin-left: -2px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	transition: right 0.2s;
	width: 8px;
}
.pager ul li a.next:hover:after {
	right: -20px;
}
.pager ul li a:hover, .pager ul li.current a {
	background: #00a54a;
	border: 1px solid #00a54a;
	color: #fff;
}

@media screen and (max-width : 767px) {
	.pager ul li {
		margin: 0 10px 0 0;
	}
	.pager ul li span,
	.pager ul li a {
		font-size: 1.3rem;
	}
	.pager ul li a.next{
		padding:14px 30px;
	}
	.pager ul li a.next:before {
		content: none;
	}
	.pager ul li a.next:after {
		content: none;
	}
}



/*-------------------
$お知らせ・詳細ページ
---------------------*/
.page_detail {
	margin: auto;
	max-width: 800px;
	width: 100%;
}
.page_detail h2 {
	border-bottom: 1px solid #ccc;
	font-size: 2.8rem;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.page_detail .subtext {
	margin-bottom: 50px;
}
.page_detail .subtext .data {
	color: #888;
	padding-right: 25px;
}
.page_detail .subtext .group {
	color: #00a54a;
	font-size: 1.2rem;
}
.page_detail .pic {
	margin: 0 auto 45px;
	max-width: 580px;
	width: 100%;
}
.page_detail .pic img {
	width: 100%;
}
.page_detail .text {
	font-size: 1.6rem;
	line-height: 1.9;
	margin-bottom: 60px;
}
.page_detail .text a {
	color: #00a54a;
	text-decoration: underline;
}
.btn_back {
	text-align: center;
}
.btn_back a {
	-webkit-transition: background-color .3s;
	border: 1px solid #d4d4d4;
	display: inline-block;
	padding: 14px 55px;
	position: relative;
	transition: background-color .3s;
}
.btn_back a:hover {
	background: #00a54a;
	border: 1px solid #00a54a;
	color: #fff;
}
.btn_back a:before {
	-webkit-transition: left 0.2s;
	background: #d4d4d4;
	content: "";
	height: 1px;
	left: -10px;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	top: 52%;
	transition: left 0.2s;
	width: 33px;
}
.btn_back a:hover:before {
	left: -15px;
	width: 33px;
}
.btn_back a:after {
	-webkit-transform: rotate(135deg);
	-webkit-transform-origin: left bottom;
	-webkit-transition: left 0.2s;
	background: #d4d4d4;
	content: "";
	height: 1px;
	left: -10px;
	margin-left: -4px;
	margin-top: -8px;
	position: absolute;
	top: 52%;
	transform: rotate(135deg);
	transform-origin: left bottom;
	transition: left 0.2s;
	width: 8px;
}
.btn_back a:hover:after {
	left: -15px;
}

@media screen and (max-width : 767px) {
	.page_detail h2 {
		font-size: 1.9rem;
		margin-bottom: 5%;
		padding-bottom: 5%;
	}
	.page_detail .subtext {
		margin-bottom: 6.5%;
	}
	.page_detail .subtext .data {
		font-size: 1.1rem;
		padding-right: 4%;
	}
	.page_detail .subtext .group {
		font-size: 1.1rem;
	}
	.page_detail .pic {
		margin: 0 auto 4%;
		max-width: 1000px;
		width: 100%;
	}
	.page_detail .text {
		font-size: 1.3rem;
		line-height: 1.8;
		margin-bottom: 15%;
	}
	.btn_back a {
		font-size: 1.3rem;
		padding: 5% 10%;
	}
}
.select_box {
	width: 49%;
}
.easy-select-box {
	background: #e5e5e5;
	color: #0c2245;
	font-size: 1.2rem;
	width: 100% !important;
}
.easy-select-box .esb-displayer {
	-webkit-box-sizing: border-box;
	background: url(/img/news/select_arrow.gif) no-repeat 95% center;
	box-sizing: border-box;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
	padding: 17px 20px 17px 25px;
	width: 100%;
}
.easy-select-box .esb-dropdown {
	display: none;
	max-height: 300px;
	overflow: auto;
	position: absolute;
	width: 226px !important;
	z-index: 999;
}
.easy-select-box .esb-item {
	-webkit-box-sizing: border-box;
	background: #e5e5e5;
	box-sizing: border-box;
	color: #000;
	padding: 10px 20px 10px 25px;
}
.easy-select-box .esb-item:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width : 767px) {
	.select_box {
		width: 48%;
	}
	.easy-select-box .esb-displayer {
		background: url(/img/news/select_arrow.gif) no-repeat 95% center;
		font-size: 1.1rem;
		padding: 6% 35px 6% 6%;
	}
	.easy-select-box .esb-item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.1rem;
		padding: 6% 35px 6% 6%;
	}
	.easy-select-box .esb-dropdown {
		width: 44.1% !important;
	}
}