
.l-page * {
	color: #333;
}

.main__bg {
	padding: 0;
}


/* 製品仕様  */
.section__wrapper--specification {
	background-color: #F2FCFF;
}
.section__wrapper--specification .section__space {
	padding-block: 98px;
}

/* もっと見るボタン  */
.content__more--btn a {
	position: relative;
	width: 320px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--page-sub-color);
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	color: var(--page-sub-color);
	margin: 0 auto;
}
.content__more--btn a::before {
	content: "";
	position: absolute;
	background: url(../images/icon_arrow.webp)no-repeat center / contain;
	width: 17px;
	height: 7px;
	display: block;
	right: 17px;
    top: 50%;
    transform: translateY(-50%);
}