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

 file name  : news.css
 author     : Ability Consultant
 style info : ニュース
=================================================================== */
.con_news, .con_news .main .con_pager {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_news, .con_news .main .con_pager {
		width: 95%;
  }
}
@media print {
  .con_news, .con_news .main .con_pager {
		width: 95%;
  }
}
.ie8 .con_news, .ie8 .con_news .main .con_pager, .con_news .main .ie8 .con_pager {
	width: 95%;
}

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

/* -----------------------------------------------------------
 	.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: 72%;
	float: left;
}
.con_news .main .btn.white {
	margin-bottom: 30px;
}
.con_news .main .btn.white a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: "Oswald", sans-serif;
	background: transparent;
	border: 1px solid #000;
	color: #000 !important;
}
.con_news .main .btn.white a span {
	font-size: 129%;
	padding: 0.85em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .btn.white a span {
		font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn.white a span {
		font-size: 115%;
  }
}
.con_news .main .btn.white a:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.con_news .main .btn.white a span {
	display: block;
}
.con_news .main .btn.white a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.con_news .main .btn.white a:hover:after {
	right: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .con_news .main {
		width: 100%;
		float: none;
  }
}
.con_news .main .box_news {
	border-bottom: solid 1px #f0ede6;
}
.con_news .main .box_news a {
	padding: 3%;
	overflow: hidden;
	width: 100%;
	display: block;
}
.con_news .main .box_news a:hover {
	background: #f6f6f6;
	text-decoration: none;
}
.con_news .main .box_news .img {
	width: 220px;
	max-height: 146px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
@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 .info li.date {
	background: #0b267f;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .info {
		width: 100%;
		margin: 15px auto;
  }
}
.con_news .main .box_news .info li {
	display: inline-block;
	vertical-align: middle;
}
.con_news .main .box_news .info li.date {
	font-family: "Oswald", sans-serif;
	font-size: 115%;
	padding-right: 3px;
	text-align: right;
	min-width: 100px;
	margin-right: 5px;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .box_news .info li.date {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .info li.date {
		font-size: 100%;
  }
}
.con_news .main .box_news .info li .cate {
	font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .box_news .info li .cate {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .info li .cate {
		font-size: 100%;
  }
}
.con_news .main .box_news h3 {
	font-size: 115%;
	margin-top: 20px;
	font-weight: normal;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .box_news h3 {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news h3 {
		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 .date {
	background: #0b267f;
	font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .date {
		display: inline-block;
  }
}
.con_news .main .con_news_title .box_news_title li {
	display: inline-block;
	vertical-align: middle;
}
.con_news .main .con_news_title .box_news_title li.date {
	font-family: "Oswald", sans-serif;
	font-size: 115%;
	padding-right: 3px;
	text-align: right;
	min-width: 100px;
	margin-right: 5px;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title .box_news_title li.date {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title li.date {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title li.date {
		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 (max-width: 767px) {
  .con_news .main .con_news_slide {
		margin-bottom: 40px;
  }
}
.con_news .main .con_news_slide .box_slide .slide {
	text-align: center;
}
.con_news .main .con_news_slide .box_slide .slide img {
	margin: 0 auto;
}
.con_news .main .con_news_slide .caption {
	font-size: 100%;
	margin-top: 15px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide .caption {
		margin-top: 10px;
  }
}
.con_news .main .con_news_slide table {
	margin-top: 40px;
	width: 100%;
}
.con_news .main .con_news_slide.layout02 {
	margin-left: -2%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout02 {
		margin-left: 0;
		margin-top: -30px;
  }
}
.con_news .main .con_news_slide.layout02 .box_image {
	width: 48%;
	margin-left: 2%;
	float: left;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout02 .box_image {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 30px;
  }
}
.con_news .main .con_news_slide.layout02 .box_image .caption {
	text-align: left;
}
.con_news .main .con_news_slide.layout03 {
	margin-left: -2%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout03 {
		margin-left: 0;
		margin-top: -30px;
  }
}
.con_news .main .con_news_slide.layout03 .box_image {
	width: 31.33333333333%;
	margin-left: 2%;
	float: left;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout03 .box_image {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 30px;
  }
}
.con_news .main .con_news_slide.layout03 .box_image .caption {
	text-align: left;
}
.con_news .main .con_news_slide.layout04 .img {
	float: right;
	width: 55%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout04 .img {
		float: none;
		width: 100%;
  }
}
.con_news .main .con_news_slide.layout04 .img img {
	width: 100%;
}
.con_news .main .con_news_slide.layout04 .txt {
	float: left;
	width: 42%;
	padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout04 .txt {
		float: none;
		width: 100%;
		padding-top: 10px;
  }
}
.con_news .main .con_news_slide.layout05 .img {
	float: left;
	width: 55%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout05 .img {
		float: none;
		width: 100%;
  }
}
.con_news .main .con_news_slide.layout05 .img img {
	width: 100%;
}
.con_news .main .con_news_slide.layout05 .txt {
	float: right;
	width: 42%;
	padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout05 .txt {
		float: none;
		width: 100%;
		padding-top: 10px;
  }
}
.con_news .main .con_news_slide.layout_slide .box_slide .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide.layout_slide .box_slide .slick-dots {
		bottom: 10px;
  }
}
.con_news .main .con_news_slide.layout_movie .box_movie {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
.con_news .main .con_news_slide.layout_movie .box_movie iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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_large {
	font-size: 215%;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 3px double #333333;
	margin-bottom: 20px;
	line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_large {
		font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_large {
		font-size: 158%;
  }
}
.con_news .main .con_news_detail01 .st_mid {
	font-weight: normal;
	font-size: 143%;
	padding-top: 1.2em;
	position: relative;
	color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_mid {
		font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_mid {
		font-size: 129%;
  }
}
.con_news .main .con_news_detail01 .st_mid:after {
	content: "";
	width: 33px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px dotted #333333;
}
.con_news .main .con_news_detail01 .st_small {
	font-size: 122%;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_small {
		font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_small {
		font-size: 122%;
  }
}
.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 .txt.bg_gray {
	background: #f8f7f0;
	padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail .txt.bg_gray {
		padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail .txt.bg_gray {
		padding: 20px;
  }
}
.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;
}
.con_news .main .con_news_detail .tbl_primary {
	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: 15px;
}
.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: 15px;
}
.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 {
	padding-top: 15px;
}
.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 {
	padding-top: 15px;
}
.con_news .main .btn {
	margin-bottom: 60px;
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .btn {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn {
		margin-bottom: 40px;
  }
}
.con_news .main .btn a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: transparent;
	border: 1px solid #000;
	color: #000 !important;
}
.con_news .main .btn a span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .btn a span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn a span {
		font-size: 100%;
  }
}
.con_news .main .btn a:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.con_news .main .btn a span {
	display: block;
}
.con_news .main .btn a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.con_news .main .btn a:hover:after {
	right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn a {
		width: 100%;
  }
}
.con_news .main .btn_pdf {
	margin-bottom: 60px;
	margin-top: 20px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .btn_pdf {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn_pdf {
		margin-bottom: 40px;
  }
}
.con_news .main .btn_pdf a {
	max-width: 320px;
	position: relative;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #e05f0a;
	border: 1px solid #e05f0a;
	color: #fff !important;
}
.con_news .main .btn_pdf a span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .btn_pdf a span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn_pdf a span {
		font-size: 100%;
  }
}
.con_news .main .btn_pdf a:hover {
	background: #c75000;
	border-color: #c75000;
}
.con_news .main .btn_pdf a span {
	display: block;
}
.con_news .main .btn_pdf a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.con_news .main .btn_pdf a:hover:after {
	right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn_pdf a {
		width: 100%;
  }
}
.con_news .main .btn_pdf a i {
	margin-right: 0.5em;
}
.con_news .main .con_pager {
	margin-top: 50px;
}
@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 #333333;
	background: #fff;
	vertical-align: top;
}
.con_news .main .con_pager ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
	background: #333333;
	color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager ul li a {
		padding: 10px 13px;
  }
}
.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 {
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager_detail {
		margin-top: 40px;
  }
}
.con_news .main .con_pager_detail .move {
	max-width: 94%;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_news .main .con_pager_detail .move {
		max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager_detail .move li {
		float: none !important;
		margin-top: 10px;
  }
}
.con_news .main .con_pager_detail .move li a {
	display: inline-block;
	border-bottom: 1px solid #434343;
	text-decoration: none;
	padding-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .con_news .main .con_pager_detail .move li a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager_detail .move li a {
		display: block;
  }
}
.con_news .main .con_pager_detail .move li a i {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}
.con_news .main .con_pager_detail .move li.prev {
	float: left;
}
.con_news .main .con_pager_detail .move li.prev a i {
	margin-right: 0.5em;
	left: 0;
}
.con_news .main .con_pager_detail .move li.prev a:hover i {
	left: -0.2em;
}
.con_news .main .con_pager_detail .move li.next {
	float: right;
}
.con_news .main .con_pager_detail .move li.next a i {
	margin-left: 0.5em;
	right: 0;
}
.con_news .main .con_pager_detail .move li.next a:hover i {
	right: -0.2em;
}
.con_news .main .back {
	margin-top: 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .main .back {
		margin-top: 20px;
  }
}
.con_news .main .back a {
	display: inline-block;
	padding: 19px 40px;
	text-align: center;
	text-decoration: none;
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: transparent;
	border: 1px solid #000;
	color: #000 !important;
	border: 1px solid #000;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_news .main .back a span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .back a span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .back a span {
		font-size: 100%;
  }
}
.con_news .main .back a:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.con_news .main .back a span {
	display: block;
}
.con_news .main .back a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.con_news .main .back a:hover:after {
	right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .back a {
		width: 100%;
  }
}
.con_news .main .back a:hover {
	background: #000;
	color: #fff;
}
.con_news .side {
	width: 24%;
	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-family: "Oswald", sans-serif;
	font-size: 2em;
	padding-bottom: 10px;
	position: relative;
}
.con_news .side .con_widget h3 span.jp {
	font-size: 0.6em;
}
.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.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;
}
.con_news .side .con_widget > ul > li ul li a span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.con_news .side .con_widget > ul > li ul li a span:after {
	content: " ";
	display: block;
	width: 9px;
	height: 7px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: url(../news/images/img_ic.png) 0 0 no-repeat;
}
.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 15px;
	border-bottom: solid 1px #f0ede6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_news .side .con_widget > ul > li a span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.con_news .side .con_widget > ul > li a span:after {
	content: " ";
	display: block;
	width: 9px;
	height: 7px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: url(../news/images/img_ic.png) 0 0 no-repeat;
}
.con_news .side .con_widget > ul > li a.active {
	background: #f0ede6;
}
.con_news .side .con_widget > ul > li a.active span:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.con_news .side .btn {
	text-align: center;
}
.con_news .side .btn.white {
	margin-bottom: 30px;
}
.con_news .side .btn.white a {
	max-width: 320px;
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: transparent;
	border: 1px solid #000;
	color: #000 !important;
}
.con_news .side .btn.white a span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .btn.white a span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .btn.white a span {
		font-size: 100%;
  }
}
.con_news .side .btn.white a:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}
.con_news .side .btn.white a span {
	display: block;
}
.con_news .side .btn.white a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.con_news .side .btn.white a:hover:after {
	right: 0.5em;
}
