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

 file name  : new.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
.con_news, .con_news .main .con_pager_detail {
	max-width: 1160px;
	margin: auto;
}

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

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

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

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

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

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

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

@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: 40px;
	}
}

.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 #100d0e;
	overflow: hidden;
	padding: 1em 0;
}

.con_news .main .box_news:hover {
	background: #f4f4ea;
}

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

.con_news .main .box_news a {
	text-decoration: none;
	display: block;
}

.con_news .main .box_news .con_blank {
	padding-bottom: 5em !important;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news {
		padding: 15px 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: #ededed;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news.fitted.hovered {
		background: 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: 25%;
	}
}

.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 {
		margin-bottom: 5px;
		width: 70%;
		float: right;
	}
}

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

.con_news .main .box_news .box_info .date {
	color: #100d0e;
	margin-right: 10px;
	font-size: 100%;
}

.con_news .main .box_news .box_info .cate {
	color: #453939;
	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: 0 0 3px;
		font-size: 80%;
	}
}

.con_news .main .box_news .box_info .cate .main_c {
	background: #e3efe7;
	padding: 2px 15px;
	color: #453939;
}

.con_news .main .box_news .box_info .cate .sub_c {
	background: #e3efe7;
	color: #453939;
	padding: 2px 15px;
	margin-left: 0.5em;
}

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

@media only screen and (max-width: 767px) {
	.con_news .main .box_news h4 {
		margin: 0 0 0.5em 0;
		font-size: 94%;
		width: 70%;
		float: right;
	}
}

.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: 100%;
}

@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;
	min-width: 90px;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
}

@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 .box_news_title .cate .main_c {
	background: #e3efe7;
	color: #453939;
	padding: 2px 15px;
}

.con_news .main .con_news_title .box_news_title .cate .sub_c {
	background: #e3efe7;
	color: #453939;
	padding: 2px 15px;
	margin-left: 0.5em;
}

.con_news .main .con_news_title h3 {
	font-size: 174%;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	line-height: 1.5;
}

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

.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(51, 51, 51, 0.8);
}

.con_news .main .con_news_slide .box_slide .txt_inn p {
	font-size: 80%;
	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;
	margin: 0 auto;
}

.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;
	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;
}

@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 {
	margin-bottom: 15px;
	font-size: 160%;
	font-weight: normal;
	text-align: left;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #b4ab56;
	background: linear-gradient(left, #eee, #fff);
}

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

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

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_l {
		font-size: 120%;
	}
}

.con_news .main .con_news_detail01 .st_l:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.con_news .main .con_news_detail01 .st_m {
	font-size: 160%;
	font-weight: normal;
	text-align: left;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #b4ab56;
	background: linear-gradient(left, #eee, #fff);
	font-size: 134%;
	font-weight: normal;
	padding-left: 1em;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: none;
}

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

.con_news .main .con_news_detail01 .st_m:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

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

.con_news .main .con_news_detail01 .st_s {
	font-size: 120%;
	color: #161616;
	margin-bottom: 20px;
	font-weight: normal;
	position: relative;
	padding-left: 1.5em;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

.con_news .main .con_news_detail01 .st_s:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 8px;
	top: 10px;
	background: #b4ab56;
	border-radius: 10px;
}

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

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

@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.txt {
	margin-bottom: 20px;
}

@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 {
	text-align: left;
}

.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_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;
}

@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;
	}
}

.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;
}

@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;
	}
}

.con_news .main .btn_pdf {
	margin-top: 15px;
}

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

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

.con_news .main .btn_ghost {
	text-align: center;
}

.con_news .main .con_pager {
	margin-top: 30px;
}

@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: #100d0e;
	text-align: center;
}

.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
	background: #3b7544;
	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 {
	margin-top: 30px;
	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: #3b7544;
	color: #fff;
}

.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: #3b7544;
	color: #fff;
}

.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;
	margin-bottom: 10px;
}

.con_news .side .con_widget h3 .en {
	margin: 0 0.5em 0 0;
	font-size: 134%;
	color: #100d0e;
}

.con_news .side .con_widget h3 .jp {
	font-size: 87%;
	color: #100d0e;
}

.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;
}

.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 5px;
	border-bottom: dotted 1px #100d0e;
}

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

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

.con_news .side .con_widget > ul > li a i {
	margin-right: 10px;
}

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

.con_news .side .btn_dark a {
	transition: all .2s;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 240px;
	font-size: 1em;
	color: #fff !important;
	background: #333;
	border: 1px solid #333;
	border-radius: 0;
	text-align: center;
	text-decoration: none !important;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.con_news .side .btn_dark a {
		font-size: 1em;
		padding: 10px 5px;
	}
}

.con_news .side .btn_dark a:hover {
	background: none;
	color: #333 !important;
}

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