@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: 380px;
	background: url(../../img/pc/product/index/kv.webp) no-repeat center center;
	background-size: cover;
}
#top .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	height: 130px;
	padding: 0 2px;
}
#top .inner .btn {
	box-sizing: border-box;
	width: 230px;
	height: 50px;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 25px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_down.webp) no-repeat 195px center;
	background-size: 14px 8px;
	font-size: 18px;
	font-weight: bold;
}
#top .inner .btn:hover {
	background-color: #fff;
}
#top .inner .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#history {
	padding: 60px 0;
	background: #eff2f5;
}
#history > .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#history > .inner .txt {
	padding: 30px 0 10px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#history > .inner .txt small {
	font-size: 12px;
}
#history .img {
	background: #fff;
}
#price .inner {
	padding: 60px 0;
}
#price .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#price .inner .txt {
	padding: 30px 0 10px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#price .inner .img {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
}
#relief {
	padding: 60px 0;
	background: #eff2f5;
}
#relief .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#relief .inner .main {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#relief .inner .main dl {
	width: 380px;
	height: 280px;
	background: #5690a8;
}
#relief .inner .main dl dt {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 340px;
	height: 75px;
	padding: 6px 0 0 30px;
	border-bottom: solid 8px #fac900;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
#relief .inner .main dl dd {
	position: relative;
	box-sizing: border-box;
	height: 205px;
	padding: 15px 25px;
}
#relief .inner .main dl dd .txt {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
#relief .inner .main dl dd .txt strong {
	font-weight: bold;
}
#relief .inner .main dl dd .txt strong span {
	color: #fac900;
}
#relief .inner .main dl dd .btn-s {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 320px;
	background-position: 300px center;
}
#clean .inner {
	padding: 60px 0 80px;
}
#clean .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#clean .inner .txt {
	padding: 30px 0 10px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#clean .inner .btn-list {
	display: flex;
	justify-content: space-between;
	width: 940px;
	margin: 20px auto 0;
}
#clean .inner .btn-list .btn-s {
	width: 380px;
	background-position: 360px center;
}
#clean .inner .img {
	margin-top: 40px;
}
#guarantee {
	padding: 60px 0 80px;
	background: #eff2f5;
}
#guarantee .inner h2 {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#guarantee .inner .main {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#guarantee .inner .main dl {
	box-sizing: border-box;
	width: 580px;
	height: 340px;
	padding: 0 30px;
	border: solid 10px #000;
	background: #fff;
}
#guarantee .inner .main dl:nth-child(1) {
	border-color: #b6325c;
}
#guarantee .inner .main dl:nth-child(2) {
	border-color: #5690a8;
}
#guarantee .inner .main dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 60px;
	padding-top: 6px;
	border-bottom: solid 1px #000;
	font-size: 30px;
	font-weight: bold;
}
#guarantee .inner .main dl:nth-child(1) dt {
	border-color: #b6325c;
	color: #b6325c;
}
#guarantee .inner .main dl:nth-child(2) dt {
	border-color: #5690a8;
	color: #5690a8;
}
#guarantee .inner .main dl dd {
	position: relative;
	box-sizing: border-box;
	padding-top: 15px;
}
#guarantee .inner .main dl dd .txt {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
#guarantee .inner .main dl dd .txt small {
	font-size: 12px;
}
#guarantee .inner .main dl dd .img {
	position: absolute;
	top: 70px;
	left: 0;
}
#guarantee .inner .btn-s {
	width: 380px;
	margin: 40px auto 0;
	background-position: 360px center;
}