@charset "utf-8";
.ec-price .ec-price__price {
	padding: 0 0.3em 0 0;
}
#detail_description_box__productset {
	display: none;
}
.ec-productRole .ec-productRole__category {
	margin-bottom: 20px;
}
.ec-productRole .ec-productRole__description {
	padding: 15px 0;
	line-height: 1.6;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.ec-productRole .ec-productRole__title .ec-headingTitle {
		margin: 0 0 25px;
	}
	.ec-productRole .ec-productRole__price {
		border-top: 1px dotted #ccc;
	}
}
@media screen and (max-width: 767px) {
	.ec-productRole .ec-productRole__title .ec-headingTitle {
		margin: 0 0 15px;
	}
	.ec-productRole .ec-productRole__price {
		padding: 14px 0;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	.ec-productRole .ec-productRole__price .ec-price {
		line-height: 18px;
	}
	.ec-productRole .ec-productRole__description {
		font-size: 12px;
	}
}
/*---------------------- product_option_lower_area ----------------------*/
#product_option_lower_area {
	margin: 10px 0 15px;
}
#product_option_lower_area .agreementCheck {
	padding: 10px 20px 10px 15px;
	display: inline-block;
	background-color: rgba(30, 60, 145, 0.05);
}
#product_option_lower_area .agreementCheck #agreement {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: #FFF;
	border: 2px solid #999999;
}
#product_option_lower_area .agreementCheck #agreement.checked::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: -2px;
	width: 20px;
	height: 13px;
	margin-top: -15px;
	border-left: 3px solid #1E3C8B;
	border-bottom: 3px solid #1E3C8B;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#product_option_lower_area .agreementCheck p {
	display: inline-block;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	#product_option_lower_area {
		margin: 15px 0;
	}
}