@charset "utf-8";


/* ------ Slider ------ */
.slick-slider{
	position: relative;
	z-index: 1;
	display: block;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	 -khtml-user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.draggable{
	cursor: grab;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.slick-slider:not(.slick-vertical) .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	overflow: hidden;
	opacity: 1 !important;
}
.slick-slide{
	height: auto;
	min-height: 1px;
	opacity: 1 !important;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	height: auto;
}
.slick-arrow.slick-hidden{
	display: none;
}
.slick-prev:hover,
.slick-next:hover{
	color: transparent;
	outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
	opacity: 0.25;
}
.slide-dots{
	text-align: center;
}
.slick-dots{
	line-height: 10px;
	position: relative;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: auto;
	height: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	vertical-align: top;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
}
.slick-dots li:first-child{
	margin-left: 0;
}
.slick-dots li:last-child{
	margin-right: 0;
}
.slick-dots li button{
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
	border-radius: 0;
	background-color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before{
	background-color: #7f7f7f;
}
@media only screen and (max-width: 750px) {
	.slick-dots{
		line-height: 0.1rem;
		height: 0.1rem;
	}
	.slick-dots li{
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 0.05rem;
	}
	.slick-dots li button{
		width: 0.1rem;
		height: 0.1rem;
	}
	.slick-dots li button::before{
		width: 0.1rem;
		height: 0.1rem;
	}
}


/* =========================================================
news_s
========================================================= */
#news_s{
}


/* =========================================================
news_title
========================================================= */
#news_title{
	width: 100%;
}
#news_title .inner {
	padding-top: 119px;
	padding-bottom: 58px
}
#news_title .date{
	line-height: 1em;
	margin-bottom: 24px;
	white-space: nowrap;
	letter-spacing: 0.03em;
}
#news_title h3 {
	width: 100%;
}
@media only screen and (max-width: 750px) {
	#news_title{
		width:100%;
	}
	#news_title .inner {
		padding-top: 1.15rem;
		padding-bottom: 0.55rem;
	}
	#news_title .date {
		margin-bottom: 0.21rem;
	}
	#news_title h3 {
	}
}


/* =========================================================
news_body
========================================================= */
#news_body{
	width:100%;
}
#news_body .inner {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 100%;
	margin-right: 0;
	margin-left: calc(calc(100% - 1020px) / 2);
	min-width: 1150px;
}
@media print, screen and (max-width: 1180px) and (min-width: 751px) {
	#news_body .inner {
		margin-right: auto;
		margin-left: 2rem;
	}
}
@media only screen and (max-width: 750px) {
	#news_body {
	}
	#news_body .inner {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		margin-left: 0;
		max-width: 100%;
		min-width: 0;
	}
}


/* =========================================================
news_info
========================================================= */
#news_info {
}
#news_info .inner {
	padding-top: 55px;
	padding-bottom: 0;
	min-height: 0;
}
#news_info .udata{
	width: 100%;
}
@media only screen and (max-width: 750px) {
	#news_info {
	}
	#news_info .inner {
		padding-top: 0.54rem;
		padding-bottom: 0;
	}
}

/* =========================================================
slide_bloc
========================================================= */
#slide_bloc {
	overflow: visible;
	width: 100%;
}


/* =========================================================
news-for-box
========================================================= */
#news-for-box{
	position: relative;
	width: 100%;
}
#news-for-box .news-for{
	width: 100%;
}
#news-for-box .news-for .slick-slide {
	margin:0 10px 0 0;
}
#news-for-box .news-for .slick-slide a{
	display: block;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
	    -ms-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
#news-for-box .news-for .slick-slide .img a{
	width: 100%;
	height: auto;
	opacity: 1 !important;
	text-decoration: none;
  overflow: hidden;
}
#news-for-box .news-for-dots{
	position: relative;
	width: 100%;
	height: 10px;
	margin-top: 30px;
}
@media print, screen and (min-width: 751px) {
	#news-for-box .news-for .slick-slide a img{
		width: auto !important;
		height: auto !important;
	}
}
@media only screen and (max-width: 750px){
	#news-for-box .news-for{
	}
	#news-for-box .news-for .slick-slide {
		margin:0 0.1rem 0 0;
	}
	#news-for-box .news-for-dots{
		height: 0.1rem;
		margin-top: 0.3rem;
	}
}


/* =========================================================
news_link
========================================================= */
#news_link {
}
#news_link .inner{
	padding-top: 116px;
}
#news_link .btn_area{
}
#news_link .btn_area .btn_def{
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 750px) {
	#news_link .inner{
		padding-top: 1.17rem;
	}
	#news_link .btn_area{
	}
}
