@charset "UTF-8";

/* --- ヒーローエリア --- */
section.hero_purch {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 570px;
	background: url(../img/hero_purch.jpg) no-repeat center center;
	background-size: cover;
}

section.hero_purch h1 img {
	width: 467px;
	height: auto;
}

/* コンテンツ */
section.purch_content div.container {
	padding: 60px 30px 0px;
}

section.purch_content h2 {
	margin-bottom: 30px;
}

section.purch_content h3 {
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

section.purch_content p {
	margin-bottom: 1em;
}

section.purch_content p:last-child {
	margin-bottom: 0px;
}

section.purch_content p.image img {
	display: block;
	width: 100%;
	height:auto;
}

section.purch_content a.more {
	display: inline-block;
	background: url(../img/icon_tri.png) no-repeat left center;
	padding: 6px 8px 6px 24px;
	font-size: 18px;
	font-weight: 400;
}

/* デスクトップ用 */
@media(min-width:1200px) {
	section.purch_content div.container {
	max-width: 1200px;
	margin: 100px auto 0;
	padding: 0px;
	}
	section.purch_content h2 {
	margin-bottom: 40px;
	}
	section.purch_content h3 {
	font-size: 18px;
	}
	section.purch_content p.image {
	margin-bottom: 50px;
	}

}

/* スマートフォン用 */
@media(max-width:641px) {
	section.purch_content h2 span img {
	width: 100% !important;
	height: auto !important;
	}
}
@media(max-width:500px) {
	section.hero_purch h1 img {
	width: 310px;
	height: auto;
	}
}