
.c-title-back-hitori-teishoku {
	background-color: #FEE1BF;
}
.c-block-container-back-hitori-teishoku {
	background-color: #FFF3E9;
}
.product_detail_ttl sup {
	font-size: 60%;
}
.product_detail_point_txt ul.point_list {
	margin-bottom: 20px;
}
.product_detail_point_txt ul.point_list p.mt {
	margin-top: 10px;
}
.c-title-slash {
	display: inline-block;
	font-size: 26px;
	line-height: 1.5;
	position: relative;
	padding: 0 25px;
	margin-bottom: 4px;
}
.c-title-slash::before,
.c-title-slash::after {
	position: absolute;
	content: '';
	display: block;
	bottom: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/hitori-teishoku/ico-slash.png);
	width: 19px;
	height: 32px;
}
.c-title-slash::before {
	left: 0;
}
.c-title-slash::after {
	right: 0;
	transform: scale(-1,1);
}
@media screen and (max-width: 768px) {
	.c-title-slash {
		font-size: calc(30 / 768 * 100vw);
		padding: 0 calc(30 / 768 * 100vw);
	}
	.c-title-slash::before,
	.c-title-slash::after {
		width: calc(23 / 768 * 100vw);
		height: calc(39 / 768 * 100vw);
		bottom: calc(6 / 768 * 100vw);
	}

}



