<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* designation.css */

.lead_box {
	padding: 0 10px;
}
.lead_box .big {
	font-size: 14px;
	font-weight: bold;
}
.lead_box .small {
	margin-top: 15px;
	font-size: 13px;
	font-weight: normal;
}
.lead_box .price {
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.lead_box .price .small {
	font-size: 13px;
	font-weight: normal;
}
.lead_box .price .redline2 {
	position: relative;
	display: inline-block;
	font-size: 22px;
}
.lead_box .price .redline2 + img {
	margin: 0 10px;
	width: 35px;
	vertical-align: middle;
}
.lead_box .price strong {
	color: #bb272d;
}
.lead_box .price .redline2:before{
	content: "";
	position: absolute;
	display: block;
	left: -5%;
	top: 45%;
	width: 110%;
	height: 2px;
	border-top: 1px solid #d22;
	border-bottom: 1px solid #d22;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.aqua_box {
	margin: 25px 0 40px;
	background: #DFF2FC;
	color: #4D4D4D;
	padding: 40px 15px 50px;
}
.aqua_box .h_1 {
	font-size: 15px;
	font-weight: bold;
	background: url(/common/img/common/line_1.png) no-repeat center bottom;
	background-size: 160px auto;
	padding-bottom: 15px;
	text-align: center;
}
.aqua_box .stylists {
	margin-top: 20px;
	overflow: hidden;
}
.aqua_box .stylist {
	width:48%;
	float: left;
}
.aqua_box .stylist:nth-child(2n) {
	margin-left: 4%;
}
.aqua_box .stylist:nth-child(n + 3) {
	margin-top: 40px;
}
.aqua_box .name {
	margin-top: 10px;
	border-left: 2px solid #0AA0D2;
	color: #0AA0D2;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1;
}
.aqua_box button {
	width: 100% !important;
	padding: 7px;
	min-height: auto;
	margin: 10px 0 0;
}

.campaign_term {
	width: 100%;
	max-width: 430px;
	padding: 10px 0;
	text-align: center;
	margin: 20px auto;
	background: #bb272d;
	color: #fff;
	border-radius: 30px;
}
.campaign_term b {
	display: inline-block;
	color: #ff0;
}


@media screen and (min-width:800px) {
	.lead_box {
		width: 95%;
		max-width: 1000px;
		margin: auto;
		text-align: center;
	}
	.lead_box .big {
		font-size: 18px;
	}
	.lead_box .small {
		margin-top: 20px;
		font-size: 14px;
	}
	.lead_box .price {
		margin-top: 35px;
		font-size: 30.94px;
	}
	.lead_box .price .small {
		font-size: 18px;
	}
	.aqua_box {
		margin: 35px 0 60px;
		padding: 60px 0 70px;
	}
	.aqua_box .h_1 {
		font-size: 24px;
		background-size: 266px auto;
		padding-bottom: 15px;
	}
	.aqua_box .stylists {
		margin: 30px auto 0;
		width: 95%;
		max-width: 660px;
		/*max-width: 1000px;*/
	}
	.aqua_box .stylist {
		width: 49%;
		/*width:32%;*/
		float: left;
	}
	.aqua_box .stylist:nth-child(2n) {
		margin-left: 0;
	}
	.aqua_box .stylist:nth-child(n + 3) {
		margin-top: 0;
	}
	.aqua_box .stylist:nth-child(n + 4) {
		margin-top: 80px;
	}
	.aqua_box .stylist:nth-child(3n + 2),.aqua_box .stylist:nth-child(3n) {
		margin-left: 2%;
	}
	.aqua_box .name {
		margin-top: 15px;
		font-size: 15px;
	}
	.aqua_box button {
		margin: 15px 0 0;
		padding: 10px;
	}
}
@media screen and (max-width:799px) {
	.lead_box .price .redline2 + img {
		display: block;
		margin: 10px auto;
		width: 30px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}</pre></body></html>