@charset "UTF-8";
p.top_copy {
	position: absolute;
	top: 60%;
	right: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	font-size: 4.0em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 768px) {
	p.top_copy {
		font-size: 2.6em;
	}
}

#topcont {
	position: absolute;
	top: 80%;
	width: 100%;
}
#top_business .top_business_header {
	background: rgba(50, 50, 50, 0.4);
	height: 150px;
}
#top_business .top_business_body {
	background-color: #FFF;
}
#top_business .container {
	margin-top: -100px;
}
#top_business dl dt {
	background-color: #1B1464;
	padding: 30px;
	font-size: 1.4em;
}
#top_business dl dt:hover {
	opacity: 0.9;
}
#top_business dl dt a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#top_business dl dt span {
	display: block;
}
#top_business dl dt a::after {
	content:"";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
}
#top_business dl dt.business01 a::after {
	  background-image: url(../../images/business/ico_business01.png);
}
#top_business dl dt.business02 a::after {
	  background-image: url(../../images/business/ico_business02.png);
}
#top_business dl dt.business03 a::after {
	  background-image: url(../../images/business/ico_business03.png);
}
#top_business dl dd {
	background-color: #4D4D4D;
	color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

#top_business p {
	margin-top: 50px;
	font-size: 1.6em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom: 80px;
}

#concept {
	background-image: url(../../images/top/concept_bg.jpg);
}
#concept .inner_wrapper {
	background-color: rgba(27, 20, 88, 0.4);
	background-image: url(../../images/top/concept_bg2.png);
	background-position: bottom;
	padding: 50px 0;
}
#concept h2 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 30px;
}
#concept p {
	color: #FFF;
	margin-bottom: 30px;
	font-size: 1.1em;
}
#concept p.copy {
	font-size: 1.8em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#topics {
	background-color: #FFF;
	padding: 50px 0;
}
#topics h2 {
	color: #003F8F;
	font-weight: bold;
	margin-bottom: 30px;
}
#topics dl dt, #topics dl dd {
	text-align: left;
	padding: 10px;
}
#topics dl dt {
	float: left;
}
#topics dl dd {
	padding-left: 8em;
	border-bottom: dotted 1px #ccc;
}
#banner {
	background-color: #FFF;
	padding: 30px 0;
}
#banner li {
	margin-bottom: 20px;
}
#banner li a {
	display: block;
	border: solid 6px #E0E0E0;
	padding: 15px;
}
