@charset "UTF-8";

div.box_top {
	padding: 0px 20px 40px;
}

div.box_second {
	padding: 40px 20px;
}

section.bg_gray {
	background: #f2f2f2;
}

section.last {
	margin-bottom: 100px;
}

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

img.benefit_image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1280px;
	max-height: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

h3 {
	color: #ab68a4;
	font-weight: 500;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-right: 20px;
	white-space: nowrap;
}

th,td {
	line-height: 1.7em;
	padding-bottom: 15px;
}

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