@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
	margin-left: 0;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
.page-contents{
	margin: 100px auto;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}
.product-subttl{
	color: #00BA88;
	border-bottom: 1px solid #000;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
	.voice-item{
		margin-bottom: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}

/* product
------------------------------------------------------ */
.product-ttl{
	font-size: 2rem;
	margin-top: 20px;
	margin-bottom: 30px;
}
.product-txt{
	margin-bottom: 20px;
}
.product-price{
	font-size: 2rem;
	margin-bottom: 20px;
}
.product-item table{
	border: 1px solid #000;
	width: 70%;
}
.product-item table tr{
	border-bottom: 1px solid #000;
}
.product-item table th{
	width: 30%;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #000;
}
.product-item table td{
	width: 70%;
	padding: 10px;
}
.category-bg{
	background: #E6F1EB;
	padding: 20px 0;
	margin-bottom: 60px;
}
.category-wrap{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
.category-item{
	width: 20%;
	text-align: center;
}
.category-name{
	text-align: center;
}
.view-btn{
	margin: 10px;
}
.view-btn.form-btn{
	background: #00BA88;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.product-item table{
		width: 100%;
	}
		.view-btn{
		margin: 10px auto;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.product-wrap{
		display: flex;
		justify-content: space-between;
	}
	.product-img{
		width: 40%;
	}
	.product-item{
		width: 50%;
	}
	.view-btn-wrap{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

}
