@charset "utf-8";

/* = メインビジュアル
-------------------------------------------------------------- */

#home_slider .bx-wrapper {
	width: 100%!important;
	max-width: 1200px!important;
	margin: 0 auto;
	overflow: visible!important;
	position: relative;
}

#home_slider .bx-viewport {
	overflow: visible!important;
}

#home_slider .bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: block;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	line-height: 1;
	box-sizing: border-box;
}

#home_slider .bx-prev {
	left: -30px;
	background: url(../images/home/slider_arrow_left.png) no-repeat center / contain;
}

#home_slider .bx-next {
	right: -30px;
	background: url(../images/home/slider_arrow_right.png) no-repeat center / contain;
}

#home_slider .bx-controls-direction a i {
	display: none;
}

#main_slider {
	white-space: nowrap;
}
@media screen and (min-width: 737px) {
	#main_slider {
		box-sizing: border-box;
		width: 1000px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1280px) {
	#home_slider .bx-prev {
		left: 10px;
	}
	
	#home_slider .bx-next {
		right: 10px;
	}
}
@media screen and (max-width: 736px) {
	#home_slider .bx-wrapper {
		width: 480px!important;
	}

	#home_slider .bx-controls-direction a {
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}
}


/* =top news ticker
-------------------------------------------------------------- */
#news_bottombox {
	width: 100%;
	padding: 10px 0;
}
#news_bottombox .inner {
	display: table;
	table-layout: fixed;
	height: 40px;
}
#news_bottombox .inner h2,
#news_bottombox .inner #slide_newsbox,
#news_bottombox .inner .btn-more {
	display: table-cell;
	vertical-align: middle;
}
#news_bottombox .inner h2 {
	width: 3.2em;
	padding-right: 15px;
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: normal;
	border-right: 1px solid #999;
	white-space: nowrap;
}
#news_bottombox .inner #slide_newsbox {
	padding: 0 5.5rem 0 1.5rem;
	position: relative;
}
#news_slider li {
	font-size: 14px;
	display: none;
}
	#news_slider li:first-child,
	.bx-wrapper #news_slider li  {
		display: block;
	}
	
	#news_bottombox .bx-wrapper .bx-controls-direction a {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 12px;
		height: 12px;
		margin: auto;
	}
	#news_bottombox .bx-wrapper .bx-controls-direction a.bx-prev {
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 30px;
	}
	#news_bottombox .bx-wrapper .bx-controls-direction a.bx-next {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 10px;
	}

#news_bottombox .inner .btn-more {
	width: 2.6em;
	text-align: right;
	font-size: 1.8rem;
	white-space: nowrap;
}

@media screen and (max-width: 736px) {
	#news_bottombox .inner {
		height: 40px;
	}
	#news_bottombox .inner h2 {
		font-size: 1.5rem;
	}
	#news_bottombox .inner .btn-more,
	#news_slider li span {
		display: none;
	}
	#news_bottombox .inner #slide_newsbox {
		padding: 0 0 0 10px;
	}
	#news_slider li h3 {
		margin: 0;
		overflow: hidden;
		font-size: 1.5rem;
		padding-right: 10px;
		white-space: nowrap;
	}
	#slide_newsbox .bx-controls {
		display: none;
	}
}