@charset "UTF-8";
/* CSS Document */

.product_data {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #587858;
}

.product_charge {
	margin-bottom: 15px;
	font-size: 1.375rem;
	letter-spacing: .05rem;
	display: inline-block;
	position: relative;
}

.product_charge_on {
	position: relative;
}

.product_charge_on::after {
	content: "税込";
	font-size: .75rem;
	letter-spacing: .05rem;
	position: absolute;
	right: -2rem;
	bottom: 0;
}

.product_charge_off {
	line-height: 1.5;
}

.product_option {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.product_option-item {
	min-width: 120px;
	padding: 5px;
	margin: 0 15px 15px 0;
	color: #333;
	text-align: center;
	font-weight: bold;
	background: #F2EFE9;
	border-radius: 6px;
}

.product_specification {
	margin-bottom: 80px;
}


