@charset "utf-8";

/*--------------------
	contents
--------------------*/
#visual {
	position: relative;
	margin-top: 56px;
}

#visual a {
	display: block;
	width: 100vw;
	height: 115px;
	margin: auto;
	padding: 70px 15px 36px;
	text-decoration: none;
	transition: .4s;
}
#visual #slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%)translateY(-50%);
	color: #0A318F;
	font-style: italic;
	font-weight: bold;
	text-shadow: -1px 0px 13px rgba(255,255,255,1),-1px 0px 13px rgba(255,255,255,1),-1px 0px 13px rgba(255,255,255,1),-1px 0px 13px rgba(255,255,255,1);
}
#visual #slogan.sp_none {
	display: none;
}


.bg_visual .img1 {
	background:url("/img/bg_visual4.jpg") no-repeat center center;
	background-size: cover;
}

.bg_visual .img2 {
	background:url("/img/bg_visual5.jpg") no-repeat center center;
	background-size: cover;
}

.bg_visual .img3 {
	background:url("/img/bg_visual6.jpg") no-repeat center center;
	background-size: cover;
}

main {
	margin-top: 0;
}

.detail_btn {
	display: block;
	margin: auto;
	width:13em;
	text-align: center;
	padding: 2px 0;
	font-size: 16px;
}

/* about */
#about {
	margin: 15px 0;
	text-align: center;
}

#about #slogan {
	display: block;
	color: #053a64;
	font-style: italic;
	font-weight: bold;
}

#about b {
}

#about p {
	text-align: left;
	margin-top: 20px;
}


/* news */
#news {
}
#news div {
	position: relative;
}
#news #backnumber {
	position: absolute;
	right: 0;
	top: 10px;
	color: #053a64;
	text-decoration: none;
}

#news ul {
	margin: 0;
	padding: 0;
}

#news ul li {
	text-indent: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}

#news ul li a {
	color: #191919;
	text-decoration: none;
}

#news ul li a b {
	display: block;
	padding: 0;
	color: #053a64;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #053a64;
}

#news ul li .detail_btn {
	margin-top: 10px;
	padding: 2px 0;
}

#news ul li:nth-child(3n) a p {
	border-right: none;
}

#news ul li a b {
	display: block;
	margin-bottom: 5px;
	padding: 0 5px;
	color: #053a64;
	border-bottom: 1px solid #053a64;
}

/* #service_prev */
#service_prev {
	margin-top: 20px;
	margin-bottom: 10px;
}

#service_prev a {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 20px;
	text-decoration: none;
	color: #191919;
	background-color: #fff;
	border: 1px solid #0A318F;
}
#service_prev a::after {
	content: ">>";
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 1.2em;
}

#service_prev a img {
	width: 100%;
	height: auto;
}


#service_prev a b {
	display: block;
	font-size: 20px;
	color: #053a64;
}