@charset "UTF-8";

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

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

/* コンテンツ */
section.pri_content div.container {
	padding: 50px 30px 0px;
}
section.pri_content h2 {
	margin-bottom: 20px;
}

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

section.pri_content h4 {
	font-weight: 400;
	font-size: 16px;
}

section.pri_content div.container div.text {
	margin-bottom: 40px;
}

section.pri_content div.container div.text:last-child {
	margin-bottom: 0px;
}

section.pri_content div.container div.text p {
	margin-bottom: 1em;
}

section.pri_content div.container div.text p.inner {
	margin-left: 1em;
}

section.pri_content div.container div.text p:last-child {
	margin-bottom: 0px;
}

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

}

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