@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : Ability Consultant
 style info : ニュースリリース
=================================================================== */
.con_news, .con_news .main .con_pager, .con_news .main .con_pager_detail {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_news, .con_news .main .con_pager, .con_news .main .con_pager_detail {
		width: 95%;
	}
}

@media print {
	.con_news, .con_news .main .con_pager, .con_news .main .con_pager_detail {
		width: 95%;
	}
}

.ie8 .con_news, .ie8 .con_news .main .con_pager, .con_news .main .ie8 .con_pager, .ie8 .con_news .main .con_pager_detail, .con_news .main .ie8 .con_pager_detail {
	width: 95%;
}

.con_news:after, .con_news .main .con_pager:after {
	content: "";
	display: table;
	clear: both;
}

#bg_page {
	background-image: url(../news/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../news/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
	margin-bottom: 60px;
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		margin-bottom: 50px;
	}
}

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		margin-top: 30px;
	}
}

.con_news .main {
	width: 70%;
	float: left;
}

@media only screen and (max-width: 1024px) {
	.con_news .main {
		width: 100%;
		float: none;
	}
}

.con_news .main .box_news {
	border-bottom: dotted 1px #333;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news {
		padding: 30px 0 15px 0;
		margin-bottom: 0;
	}
	.con_news .main .box_news:first-child {
		padding: 0 0 15px 0;
	}
}

.con_news .main .box_news.fitted {
	cursor: pointer;
}

.con_news .main .box_news.fitted.hovered {
	background: #f9f9f9;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news.fitted.hovered {
		background: none;
	}
}

.con_news .main .box_news.fitted.hovered h4 a {
	text-decoration: none;
}

.con_news .main .box_news .img {
	width: 220px;
	max-height: 146px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .img {
		width: 100%;
		max-height: 212px;
		float: none;
		margin: 0 0 5px 0;
	}
	.con_news .main .box_news .img img {
		width: 100%;
	}
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
	.con_news .main .box_news .img {
		width: 85%;
		max-height: none;
		overflow: hidden;
		float: none;
		margin: 0 auto 10px auto;
	}
}

.con_news .main .box_news .box_info {
	overflow: hidden;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .box_info {
		width: 100%;
		margin: 0 auto 10px;
	}
}

.con_news .main .box_news .box_info p {
	display: inline-block;
	vertical-align: middle;
}

.con_news .main .box_news .box_info .date {
	margin-right: 10px;
	font-size: 108%;
	font-family: "Times New Roman", serif;
}

.con_news .main .box_news .box_info .cate {
	color: #fff;
	background: #063c6c;
	padding: 2px 10px;
	min-width: 90px;
	text-align: center;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .box_info .cate {
		margin: 5px 0;
	}
}

.con_news .main .box_news h3 {
	overflow: hidden;
	margin: 0.5em 0;
	font-weight: normal;
	line-height: 1.5;
	font-size: 129%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news h3 {
		margin: 0 0 0.5em 0;
		font-size: 100%;
	}
}

.con_news .main .con_news_title {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_title {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title {
		margin-bottom: 20px;
	}
}

.con_news .main .con_news_title .box_news_title {
	overflow: hidden;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title {
		width: 100%;
		margin: 0 auto 10px;
	}
}

.con_news .main .con_news_title .box_news_title p {
	display: inline-block;
	vertical-align: middle;
}

.con_news .main .con_news_title .box_news_title .date {
	margin-right: 10px;
	font-size: 108%;
	font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title .date {
		display: block;
	}
}

.con_news .main .con_news_title .box_news_title .cate {
	color: #fff;
	background: #063c6c;
	padding: 3px 10px;
	min-width: 90px;
	text-align: center;
	font-weight: normal;
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title .cate {
		margin: 0;
	}
}

.con_news .main .con_news_title h3 {
	font-size: 186%;
	font-weight: normal;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title h3 {
		font-size: 129%;
	}
}

.con_news .main .con_news_slide {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_slide {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_slide {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_slide .box_slide {
	overflow: hidden;
	position: relative;
}

.con_news .main .con_news_slide .box_slide .txt_inn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 7px 15px;
	color: #fff;
	background-color: rgba(6, 60, 108, 0.8);
}

.con_news .main .con_news_slide .box_slide .txt_inn p {
	font-size: 86%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_slide .box_slide .txt_inn {
		display: none !important;
	}
}

.con_news .main .con_news_slide .box_slide .slick-slide img {
	transition: all 5s ease-in-out;
}

.con_news .main .con_news_slide .box_slide .slick-active img {
	transform: scale(1.1);
}

.con_news .main .con_news_slide .box_slide .slick-slide .txt_inn {
	transition: all 0.2s ease-in;
}

.con_news .main .con_news_slide .box_slide .slick-active .txt_inn {
	bottom: 0;
}

.con_news .main .con_news_slide .txt_caption {
	padding-top: 10px;
	text-align: center;
}

.con_news .main .slick-dots {
	border: 0;
	background: transparent;
	position: absolute;
	display: block;
	text-align: center;
	padding: 5px;
	outline: none;
	width: 100%;
	bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .slick-dots {
		bottom: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .slick-dots {
		bottom: 0;
	}
}

.con_news .main .slick-dots li {
	height: 14px;
	width: 14px;
	margin: 10px;
	display: inline-block;
	outline: none !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.con_news .main .slick-dots li.slick-active {
	box-shadow: white 0px 0px 1px 3px;
	-webkit-box-shadow: white 0px 0px 1px 3px;
	-moz-box-shadow: white 0px 0px 1px 3px;
	background: transparent;
}

.con_news .main .slick-dots li button {
	color: transparent;
	padding: 0;
	border: 0;
	height: 14px;
	width: 14px;
	outline: none !important;
	cursor: pointer;
	background: transparent;
	display: block;
	position: relative;
}

.con_news .main .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	outline: none !important;
}

.con_news .main .slick-dots li button:hover, .con_news .main .slick-dots li button:focus {
	outline: none !important;
}

.con_news .main .con_news_detail01 {
	margin-bottom: 25px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail01 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 {
		margin-bottom: 20px;
	}
}

.con_news .main .con_news_detail01 .st_l {
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	font-size: 215%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

.con_news .main .con_news_detail01 .st_m {
	font-weight: normal;
	font-size: 172%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_m {
		margin-bottom: 20px;
		font-size: 143%;
	}
}

.con_news .main .con_news_detail01 .st_m:before {
	content: "◆";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 59%;
	color: #cccccc;
	margin-top: -3px;
}

.con_news .main .con_news_detail01 .st_s {
	font-weight: normal;
	font-size: 172%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 129%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_s {
		margin-bottom: 20px;
		font-size: 143%;
	}
}

.con_news .main .con_news_detail01 .st_s:before {
	content: "◆";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 59%;
	color: #cccccc;
	margin-top: -3px;
}

.con_news .main .con_news_detail {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail p {
	text-align: center;
}

.con_news .main .con_news_detail p img {
	text-align: center;
}

.con_news .main .con_news_detail .txt {
	margin-bottom: 20px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail .txt {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail .txt {
		margin-bottom: 15px;
	}
}

.con_news .main .con_news_detail .wrap_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.con_news .main .con_news_detail .wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.con_news .main .con_news_detail .txt_caption {
	padding-top: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail .tbl_primary th {
		width: 100%;
	}
}

.con_news .main .con_news_detail02 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail02 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail02 .con_l {
	float: left;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 .con_l {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.con_news .main .con_news_detail02 .con_l dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail02 .con_r {
	float: right;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 .con_r {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
}

.con_news .main .con_news_detail02 .con_r dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail03 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail03 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.con_news .main .con_news_detail03 .con_l dd, .con_news .main .con_news_detail03 .con_c dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail03 .con_r {
	float: right;
	width: 31%;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 .con_r {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.con_news .main .con_news_detail03 .con_r dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail04 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail04 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail04 .box_img {
	float: right;
	width: 56%;
	padding-left: 50px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .box_img {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

.con_news .main .con_news_detail04 .txt {
	margin-top: 35px;
	float: left;
	width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail04 .txt {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .txt {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .txt {
		width: 100%;
		float: none;
	}
}

.con_news .main .con_news_detail05 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail05 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail05 .box_img {
	float: left;
	width: 56%;
	padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .box_img {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

.con_news .main .con_news_detail05 .txt {
	margin-top: 35px;
	float: left;
	width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail05 .txt {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .txt {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .txt {
		width: 100%;
		float: none;
	}
}

.con_news .main .btn_detail, .con_news .main .btn_pdf {
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .btn_detail, .con_news .main .btn_pdf {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .btn_detail, .con_news .main .btn_pdf {
		margin-bottom: 40px;
	}
}

.con_news .main .btn_detail a, .con_news .main .btn_pdf a {
	max-width: 300px;
	display: inline-block;
	padding: 0.5em 30px;
	color: #fff !important;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	font-size: 122%;
	text-align: center;
	min-width: 285px;
	text-decoration: none !important;
	border: 1px solid #ccc;
	color: #4e3427 !important;
}

@media only screen and (max-width: 767px) {
	.con_news .main .btn_detail a, .con_news .main .btn_pdf a {
		font-size: 108%;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
}

.con_news .main .btn_detail a:after, .con_news .main .btn_pdf a:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_news .main .btn_detail a:hover:after, .con_news .main .btn_pdf a:hover:after {
	right: 8px;
}

.con_news .main .btn_detail a:hover, .con_news .main .btn_pdf a:hover {
	background: #ccc;
}

@media only screen and (max-width: 767px) {
	.con_news .main .btn_detail a, .con_news .main .btn_pdf a {
		max-width: 100%;
	}
}

.con_news .main .con_news_btn > div {
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_btn > div {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_btn > div {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .main .con_news_btn > div {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}

@media print {
	.con_news .main .con_news_btn > div {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}

.ie8 .con_news .main .con_news_btn > div {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.con_news .main .con_news_btn .box_link_pdf .btn a {
	display: inline-block;
	padding: 0.5em 30px;
	color: #fff !important;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	font-size: 122%;
	text-align: center;
	min-width: 285px;
	text-decoration: none !important;
	border: 1px solid #ccc;
	color: #4e3427 !important;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_btn .box_link_pdf .btn a {
		font-size: 108%;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
}

.con_news .main .con_news_btn .box_link_pdf .btn a:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_news .main .con_news_btn .box_link_pdf .btn a:hover:after {
	right: 8px;
}

.con_news .main .con_news_btn .box_link_pdf .btn a:hover {
	background: #ccc;
}

@media only screen and (min-width: 768px) {
	.con_news .main .con_news_btn .box_link_pdf .btn.btn_detail {
		margin-right: 1em;
	}
}

@media print {
	.con_news .main .con_news_btn .box_link_pdf .btn.btn_detail {
		margin-right: 1em;
	}
}

.ie8 .con_news .main .con_news_btn .box_link_pdf .btn.btn_detail {
	margin-right: 1em;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_btn .box_link_pdf .btn.btn_detail {
		margin-bottom: 1em;
	}
}

.con_news .main .con_news_btn .box_link .btn, .con_news .main .con_news_btn .box_pdf .btn {
	width: 24%;
	margin: 0 1% 1% 0;
}

.con_news .main .con_news_btn .box_link .btn:nth-child(4n), .con_news .main .con_news_btn .box_pdf .btn:nth-child(4n) {
	margin-right: 0;
}

.con_news .main .con_news_btn .box_link .btn a, .con_news .main .con_news_btn .box_pdf .btn a {
	display: inline-block;
	padding: 0.5em 30px;
	color: #fff !important;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	font-size: 122%;
	text-align: center;
	min-width: 285px;
	text-decoration: none !important;
	border: 1px solid #ccc;
	color: #4e3427 !important;
	min-width: initial;
	min-width: auto;
	padding-left: 20px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_btn .box_link .btn a, .con_news .main .con_news_btn .box_pdf .btn a {
		font-size: 108%;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
}

.con_news .main .con_news_btn .box_link .btn a:after, .con_news .main .con_news_btn .box_pdf .btn a:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_news .main .con_news_btn .box_link .btn a:hover:after, .con_news .main .con_news_btn .box_pdf .btn a:hover:after {
	right: 8px;
}

.con_news .main .con_news_btn .box_link .btn a:hover, .con_news .main .con_news_btn .box_pdf .btn a:hover {
	background: #ccc;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_pager {
		margin-top: 40px;
	}
}

.con_news .main .con_pager ul {
	text-align: center;
}

.con_news .main .con_pager ul li {
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	vertical-align: top;
}

.con_news .main .con_pager ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
	background: #001b34;
	color: #fff;
}

.con_news .main .con_pager ul li.prev i {
	margin-right: 0.5em;
}

.con_news .main .con_pager ul li.next i {
	margin-left: 0.5em;
}

.con_news .main .con_pager ul li.back i {
	margin-right: 0.5em;
}

.con_news .main .con_pager ul li.index i {
	margin-right: 0.5em;
}

.con_news .main .con_pager_detail {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_pager_detail {
		margin: 0 auto 15px;
	}
}

.con_news .main .con_pager_detail .box_prev {
	border-right: 1px solid #dddddd;
	width: 50%;
	display: table-cell;
}

.con_news .main .con_pager_detail .box_prev:before {
	position: absolute;
	font-family: 'FontAwesome';
	top: 30%;
	content: "\f104";
	left: 0;
	opacity: .5;
	font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .con_pager_detail .box_prev:before {
		top: 20%;
	}
}

@media print {
	.con_news .main .con_pager_detail .box_prev:before {
		top: 20%;
	}
}

.ie8 .con_news .main .con_pager_detail .box_prev:before {
	top: 20%;
}

.con_news .main .con_pager_detail .box_prev:hover {
	background: #001b34;
	color: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .main .con_pager_detail .box_prev:hover a {
	color: #fff;
}

.con_news .main .con_pager_detail .box_prev a {
	padding-left: 20px;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: .9em;
}

.con_news .main .con_pager_detail .box_next {
	width: 50%;
	display: table-cell;
	text-align: right;
}

.con_news .main .con_pager_detail .box_next:after {
	position: absolute;
	font-family: 'FontAwesome';
	top: 30%;
	content: "\f105";
	right: 0;
	opacity: .5;
	font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .con_pager_detail .box_next:after {
		top: 20%;
	}
}

@media print {
	.con_news .main .con_pager_detail .box_next:after {
		top: 20%;
	}
}

.ie8 .con_news .main .con_pager_detail .box_next:after {
	top: 20%;
}

.con_news .main .con_pager_detail .box_next:hover {
	background: #001b34;
	color: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .main .con_pager_detail .box_next:hover a {
	color: #fff;
}

.con_news .main .con_pager_detail .box_next a {
	padding-left: 20px;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: .9em;
}

.con_news .side {
	width: 26%;
	float: right;
}

@media only screen and (max-width: 1024px) {
	.con_news .side {
		width: 100%;
		float: none;
		margin-top: 3em;
	}
}

.con_news .side .con_widget {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .side .con_widget {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget {
		margin-bottom: 40px;
	}
}

.con_news .side .con_widget h3 {
	font-weight: normal;
	font-size: 172%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget h3 {
		margin-bottom: 20px;
		font-size: 143%;
	}
}

.con_news .side .con_widget h3:before {
	content: "◆";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 59%;
	color: #cccccc;
	margin-top: -3px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .side .con_widget h3 {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget h3 {
		margin-bottom: 5px;
	}
}

.con_news .side .con_widget > ul {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .side .con_widget > ul {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget > ul {
		margin-bottom: 10px;
	}
}

.con_news .side .con_widget > ul > li {
	display: block;
}

.con_news .side .con_widget > ul > li.active .acc {
	display: block;
}

.con_news .side .con_widget > ul > li .acc {
	display: none;
}

.con_news .side .con_widget > ul > li ul li a {
	padding: 15px 15px 15px 30px;
	background: #f9f9f9;
}

.con_news .side .con_widget > ul > li ul li a:after {
	left: 15px;
}

.con_news .side .con_widget > ul > li a {
	position: relative;
	display: block;
	outline: none;
	text-decoration: none;
	padding: 15px 20px 15px 0;
	border-bottom: dotted 1px #333333;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .side .con_widget > ul > li a:hover, .con_news .side .con_widget > ul > li a.active {
	background: #f9f9f9;
}

.con_news .side .con_widget > ul > li a.active i {
	-o-transform: rotate(90deg) !important;
	-moz-transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	margin-left: 5px;
}

.con_news .side .con_widget > ul > li a i {
	margin-right: 10px;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_news .side .btn_index {
	text-align: center;
}

.con_news .side .btn_index a {
	display: inline-block;
	padding: 0.5em 30px;
	color: #fff !important;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	font-size: 122%;
	text-align: center;
	min-width: 285px;
	text-decoration: none !important;
	border: 1px solid #ccc;
	color: #4e3427 !important;
}

@media only screen and (max-width: 767px) {
	.con_news .side .btn_index a {
		font-size: 108%;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
}

.con_news .side .btn_index a:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_news .side .btn_index a:hover:after {
	right: 8px;
}

.con_news .side .btn_index a:hover {
	background: #ccc;
}

/*# sourceMappingURL=../maps/news.css.map */
