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

/* ---------------------------------------------------------
	CSS Document slide
--------------------------------------------------------- */

#slide {
	height: 76vw;
	margin-bottom: 50px;
	position: relative;
}

#slide img {
	width: 100%;
	height: 76vw;
	object-fit: cover;
}

#slide .flex-control-paging {
	width: 100%;
	height: 10px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 4;
}

#slide .flex-control-paging li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

#slide .flex-control-paging a {
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 100%;
	background: #fff;
	opacity: 0.8;
	cursor: pointer;
}

#slide .flex-control-paging a.flex-active {
	background: #0083ca;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document information
--------------------------------------------------------- */

#information {
	margin-bottom: 100px;
}

#information .container {
	position: relative;
	z-index: 0;
}

#information .container:before {
	content: '';
	width: 100%;
	height: 90%;
	background: #0083ca url(../top/information_03.png) top / auto 200px;
	position: absolute;
	top: 20%;
	left: 0;
	z-index: -1;
}

#information ul {
	margin: 0 30px;
}

#information li {
	margin-top: 30px;
	position: relative;
	z-index: 0;
}

#information li:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #0083ca;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: -1;
}

#information li a {
	display: block;
	height: 54.20072463768116vw;
	padding: 35vw 0 0 5vw;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	z-index: 0;
}

#information li img {
	height: 54.20072463768116vw;
	position: absolute;
	top: 0;
	left: 0;
}

#information li span {
	position: relative;
	z-index: 1;
}

#information li .en {
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px rgba(255, 255, 255, 0.4);
	font-family: Poppins, sans-serif;
	font-size: 3vw;
}

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

#news .article {
	padding: 20px;
	background: #f2f2f2;
}

#news .overflow {
	height: 33em;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#news dl {
	margin-bottom: 10px;
	padding: 15px;
	background: #fff;
	text-align: left;
	line-height: 1.4;
}

#news dt {
	margin-bottom: 5px;
	font-weight: 500;
	color: #3350a6;
}

#news dd a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #333;
}
