@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/finishing/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;
}
#finishing .inner {
	padding-bottom: 80px;
}
#finishing .inner ul {
	display: flex;
	flex-wrap: wrap;
}
#finishing .inner ul li {
	width: 417px;
	height: 440px;
	background: url(../../img/pc/product/finishing/bg_arrow.webp) no-repeat right top;
}
#finishing .inner ul li:nth-child(3n), #finishing .inner ul li:last-child {
	width: 360px;
	background: none;
}
#finishing .inner ul li .main {
	width: 360px;
}
#finishing .inner ul li .main .no {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 90px;
	height: 25px;
	padding-top: 2px;
	background: #f1bf31;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#finishing .inner ul li .main .ttl {
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}
#finishing .inner ul li .main .txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}
#finishing .inner .note {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}