@charset "utf-8";

/*--------------------
	contents
--------------------*/
main {
	margin: auto;
	width: auto;
}

main > div:nth-child(odd) {
	background: #edf0f8;
}

main section {
	margin: 0 5px;
}

h2 {
	margin: auto;
	text-align: center;
	padding: 15px 0;
	font-size: 28px;
	color: #17469b;
	border: none;
}

h3 {
	margin: 0 0 10px -5px;
	padding: 3px 0 3px 10px;
	font-size: 20px;
	border-bottom: 1px solid #17469b;
	border-left: 10px solid #17469b;
	background: none;
}

/*--------------------
	visual
--------------------*/
#visual {
	position: relative;
	margin-bottom: 0;
	height: 50%;
	background: none;
}
#visual video {
	width: 100%;
	height: 50%;
	margin: auto;
	object-fit: cover;
}

#visual div {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	color: #17469b;
	font-size: 25px;
	font-weight: bold;
	text-shadow:
		2px 2px 5px #ffffff,
		-2px 2px 5px #ffffff,
		2px -2px 5px #ffffff,
		-2px -2px 5px #ffffff,
		2px 0px 5px #ffffff,
		0px 2px 5px #ffffff,
		-2px 0px 5px #ffffff,
		0px -2px 5px #ffffff;
	z-index: 11;
}


/*--------------------
	business
--------------------*/
#business {
	font-size: 18px;
}
#business .work_image {
	margin: 20px 0 40px;
}

#business .work_image::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#business .work_image img {
	float: left;
	margin: 0 2% 10px 0;
	width: 32%;
}

#business .work_image img:last-of-type {
	margin-right: 0;
}

#business section figure {
	margin-bottom: 20px;
	text-align: center;
}

/*--------------------
	news
--------------------*/
#news section {
	padding-bottom: 30px;
}
#news #news_list {
	margin: 0 0 30px 0;
	padding: 10px;
	background: #fff;
	list-style: none;
}
#news #news_list li {
	margin: 0 5px;
}
#news #news_list li + li {
	border-top: 1px solid #17469b;
}
#news #news_list li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #2a5ba8;
	transition: 0.7s;
}
#news #news_list li span {
	color: black;
}

#news #news_list li b {
	margin-left: 10px;
}

#news .btn {
	margin-bottom: 0;
	width: 80%;
}

/*--------------------
	access
--------------------*/
#access {
	margin-bottom: 30px;
}
#access p {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
#access iframe {
	width: 100%;
	height:250px;
}