.akiya .corner {
	background: #0C466E;
	box-shadow: 0 3px 6px -2px #578AA9 inset;
}
.akiya .title {
	background-image: none;

}
.akiyaMainCatch {
	margin-bottom: 40px;
	text-align: center;
}
.akiyaMainCatch h2 {
	line-height: 1.5;
	color: #0C466E;
	font-size: 32px;
}

.akiyaPlan {
	margin-bottom: 40px;
}
.akiyaPlan dt {
	margin-bottom: 10px;
}
.akiyaPlan dd {
	margin-bottom: 10px;
}
.akiyaMerit {
	margin-bottom: 40px;
}
.akiyaMerit section {
	margin-bottom: 20px;
}
.akiyaMerit section h3 {
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #397C82;
	border-radius: 5px;
	background-image: linear-gradient(#4FBAC2 ,#2C97A0);
	vertical-align: middle;
	color: #fff;
	font-size:28px;
}
.akiyaMerit section h3:before {
	content: url(../../akiya/img/icon_house.png);
}
.akiyaMerit section h4 {
	margin-bottom: 10px;
	text-decoration: underline;
	color: #3EA8B0;
	font-weight: bold;
	font-size: 24px;
	
}
.akiyaMerit section p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.akiyaMerit section ul {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.akiyaMerit section ul li {
	width: 390px;
}
.akiyaMerit section ul li figure img {
	width: 100%;
}
.akiyaMerit section ul li figure figcaption {
	text-align: center;
}

.akiyaLinks {
	margin-bottom: 40px;
	text-align: center;
}
.akiyaLinks a {
	display: block;
	margin-bottom: 10px;
}
.akiyaLinks a:hover {
	opacity: 0.7;
}