h2 {
	margin: 30px 0;
}

.Leader {
	background: url(img/top/header_background.png) no-repeat 0 0 / cover;
	background-position: right -1px bottom -1px;
	background-size: 400px;
	background-color: #219ebc;
}
.LeadImage {
	width: 45%;
	text-align: center;
}
.LeadImage img {
	width :360px;
}
.LeadText {
	padding: 12px 0 12px 0;
	font-size: 14pt;
	line-height: 160%;
}
.LeadDetails {
	width: 100%;
	padding: 10px 0 12px 0;
	font-size: 14pt;
}
.DetailText a {
	display: inline-block;
}
.DetailButtonLayout {
	text-align: right;
}

.Details1 {
	background: linear-gradient(to right, #DCEFF4, #85C8D5), url(img/top/top_img1.png) no-repeat;
}
.Details2 {
	background: linear-gradient(to right, #DCEFF4, #85C8D5), url(img/top/top_img2.png) no-repeat;
}
.Details3 {
	background: linear-gradient(to right, #DCEFF4, #85C8D5), url(img/top/top_img3.png) no-repeat;
}

.Details1, .Details2, .Details3 {
	background-position: right bottom;
	background-blend-mode: multiply;
	padding: 30px 0 30px 60px;
}


/* PCで狭い場合 */
@media screen and (max-width: 920px) {

	.LeadImage {
		text-align: right;
	}
	.LeadImage img {
		padding: 30px 0 0;
		width: 260px;
	}
	.Details1, .Details2, .Details3 {
		padding: 30px 0 30px 30px;
	}
		
}



/* スマホ版 */
@media screen and (max-width: 760px) {

	.Details1 {
		background: linear-gradient(to bottom, #DCEFF4, #85C8D5), url(img/top/top_img1.png) no-repeat;
	}
	.Details2 {
		background: linear-gradient(to bottom, #DCEFF4, #85C8D5), url(img/top/top_img2.png) no-repeat;
	}
	.Details3 {
		background: linear-gradient(to bottom, #DCEFF4, #85C8D5), url(img/top/top_img3.png) no-repeat;
	}
	.Details1, .Details2, .Details3 {
		background-position: right bottom;
		text-align: center;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.DetailText {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	.DetailButtonLayout {
		text-align: center;
	}
		
	.Leader {
		background-size: 200px;
	}
	.LeadImage img {
		padding: 50px 0 0 0;
		width: 320px;
	}

}
