@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/auth01/kv.webp) no-repeat center center;
	background-size: cover;
}
#top .inner .txt {
	padding: 40px 0;
	color: #333;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
#whats {
	background: #eff2f5;
}
#whats > .inner {
	padding: 60px 0;
}
#whats > .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#whats > .inner .txt {
	margin-top: 40px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#whats > .inner .txt small {
	font-size: 12px;
}
#whats > .inner .frame {
	box-sizing: border-box;
	width: 1200px;
	height: 474px;
	margin-top: 40px;
	padding-left: 85px;
	border: solid 10px #d3d3d3;
	background: #fff url(../../img/pc/product/auth01/frame.webp) no-repeat;
}
#whats > .inner .frame .f-txt {
	margin-top: 50px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
}
#whats > .inner .frame .f-txt small {
	font-size: 14px;
}
#whats > .inner .frame .note {
	margin-top: 70px;
	color: #333;
	font-size: 14px;
}
#whats .list {
	background: #fff;
}
#whats .list .inner {
	padding: 40px 0 90px;
}
#whats .list .inner table {
	width: 100%;
}
#whats .list .inner table caption {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
#whats .list .inner table th, #whats .list .inner table td {
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#whats .list .inner table th {
	box-sizing: border-box;
	width: 130px;
	padding: 10px 20px;
	background: #5690a8;
	color: #fff;
}
#whats .list .inner table td {
	padding: 10px 60px;
	background: #fff;
	color: #333;
}