@charset "UTF-8";

h2.blue {
	font-size: 30px;
	font-weight: 600;
	color: #0096cd;
	margin-bottom: 26px;
}

img.top_image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 840px;
	max-height: 564px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

section.privacy {
	padding: 0 20px;
	margin-bottom: 50px;
}

section.privacy h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1.5em;
}

section.privacy p {
	margin-bottom: 1.5em;
}

section.privacy div.text_top {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #777;
}


/* 大きい画面用の設定 */
@media(min-width:768px) {
	section.privacy {
	padding: 0;
	}
}