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

.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: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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: #f2ebdd;
}

@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: #845548;
	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: 1140px) {
	.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: #845548;
	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: 1140px) {
	.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(132, 85, 72, 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 {
	width: 100%;
}

.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 {
	z-index: 999;
}

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

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.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 {
	text-align: left;
	color: #2b130c;
	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	font-size: 236%;
	display: inline-block;
	position: relative;
	line-height: 1;
	padding-left: 0.75em;
}

.con_news .main .con_news_detail01 .st_l:before {
	content: '';
	background: url(../images/common/ic_dot.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0.5em;
	left: 5px;
}

.con_news .main .con_news_detail01 .st_m {
	text-align: left;
	color: #2b130c;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	font-size: 165%;
	display: inline-block;
	position: relative;
	line-height: 1;
	padding-left: 1em;
}

.con_news .main .con_news_detail01 .st_m:before {
	content: '';
	background: url(../images/common/ic_dot.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0.5em;
	left: 5px;
}

.con_news .main .con_news_detail01 .st_sm {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 143%;
	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.3;
}

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

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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: 1140px) {
	.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 {
	font-size: 108%;
	display: inline-block;
	text-align: center;
	border: 3px solid #d3bfb9;
	background: #fff;
	padding: 10px;
	text-decoration: none !important;
	color: #3c2b26;
	min-width: 274px;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.con_news .main .btn_detail a:after, .con_news .main .btn_pdf a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: #2b130c;
	width: 38px;
	height: 3px;
	z-index: 2;
}

.con_news .main .btn_detail a:hover, .con_news .main .btn_pdf a:hover {
	color: #3c2b26 !important;
	background: #d3bfb9;
}

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

@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;
	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: #2b130c;
	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: 1140px) {
	.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: 1141px) {
	.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: #2b130c;
	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: 1141px) {
	.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: #2b130c;
	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: 1140px) {
	.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: 1140px) {
	.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 {
	border-bottom: none;
	padding: 0 0 0 0.75em;
	margin-bottom: 10px;
	font-size: 215%;
	text-align: left;
	color: #2b130c;
	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	position: relative;
	line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.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 h3:before {
	content: '';
	background: url(../images/common/ic_dot.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0.5em;
	left: 5px;
}

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

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.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: #f7f2e7;
}

.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: #f2ebdd;
}

.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 {
	font-size: 108%;
	display: inline-block;
	text-align: center;
	border: 3px solid #d3bfb9;
	background: #fff;
	padding: 10px;
	text-decoration: none !important;
	color: #3c2b26;
	min-width: 274px;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.con_news .side .btn_index a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: #2b130c;
	width: 38px;
	height: 3px;
	z-index: 2;
}

.con_news .side .btn_index a:hover {
	color: #3c2b26 !important;
	background: #d3bfb9;
}

@media only screen and (max-width: 767px) {
	.con_news .side .btn_index a {
		min-width: 0;
		width: 100%;
	}
}

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