@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider {
	height: 220px;
	overflow: hidden;
	margin-bottom: 40px;
}

#slider figure {
	height: 220px;
	position: relative;
	z-index: 0;
}

#slider figure img {
	max-width: 300%;
	height: 220px;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#slider .slick-dots {
	width: 100%;
	height: 6px;
	font-size: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 4;
}

#slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

#slider .slick-dots button {
	vertical-align: top;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 0;
	background: rgba(255, 255, 255, 0.7);
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#slider .slick-dots .slick-active button {
	background: #669933;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin: 0 20px 50px;
}

#news h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
	color: #ec7d34;
}

#news .section {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: left;
}

#news dl {
	margin-bottom: 15px;
}

#news dt {
	font-size: 13px;
	letter-spacing: 1px;
}

#news dd {
	line-height: 22px;
}

#news dd a {
	color: #383838;
}

#news ul {
	text-align: center;
}

#news ul a {
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	height: 50px;
	border-radius: 5px;
	border: solid 1px #aaa;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	text-decoration: none;
	font-size: 16px;
	line-height: 46px;
	color: #383838;
}

#news ul a:before {
	display: inline-block;
	vertical-align: 2px;
	content: '';
	width: 7px;
	height: 7px;
	margin-right: 8px;
	border-top: solid 2px #30516f;
	border-right: solid 2px #30516f;
	transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 20px 50px;
}

#about h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
	color: #ec7d34;
}

#about .container {
	display: flex;
	flex-wrap: wrap;
}

#about figure {
	width: 50%;
}
