@charset "utf-8";
#main_title {
	border-bottom: solid 1px #e3e3e3;
}
#main_title .inner {
	display: flex;
	align-items: center;
	height: 100px;
}
#main_title .inner h1 {
	font-size: 36px;
	font-weight: bold;
}
#top .kv {
	height: 150px;
	background: url(../../img/pc/product/criteria/kv.webp) no-repeat center center;
	background-size: cover;
}
#top .inner .txt {
	padding: 40px 0;
	border-bottom: solid 1px #5ec7b2;
	color: #333;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
#points {
	background: #eff2f5;
}
#points .inner {
	padding: 60px 0;
}
#points .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#points .inner .main {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
#points .inner .main .img {
	width: 600px;
}
#points .inner .main .img img {
	display: block;
	margin: 0 auto;
}
#points .inner .main .exp {
	width: 600px;
}
#points .inner .main .exp .txt {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
#points .inner .main .exp table {
	width: 100%;
	margin-top: 40px;
}
#points .inner .main .exp table th, #points .inner .main .exp table td {
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#points .inner .main .exp table th {
	box-sizing: border-box;
	width: 70px;
	padding: 10px 20px;
	background: #5690a8;
	color: #fff;
	text-align: left;
}
#points .inner .main .exp table td {
	padding: 10px 0 10px 25px;
	background: #fff;
	color: #333;
}
#view .inner {
	padding: 60px 0 100px;
}
#view .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#view .inner .txt {
	margin-top: 30px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
#view .inner table {
	width: 100%;
	margin-top: 50px;
}
#view .inner table caption {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
#view .inner table th, #view .inner table td {
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#view .inner table th {
	box-sizing: border-box;
	width: 320px;
	background: #5690a8;
	vertical-align: middle;
}
#view .inner table td {
	padding: 10px 25px;
	background: #fff;
	color: #333;
}