@charset "UTF-8";

/* =====================================================================
 * main
 * =================================================================== */
#headerInner {
	background: url(images/bg_image2023.png) no-repeat center -7px;
	background-size: 960px auto;
}
h3 {
	display: block;
	margin: 0 auto 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
h3#webTtl {
	width: 372px;
	min-height: 36px;
	background: url(images/web_ttl.svg) no-repeat;
}
h3#trialTtl {
	margin-bottom: 25px;
	width: 404px;
	min-height: 32px;
	background: url(images/otegaruset_ttl.svg) no-repeat;
}
h3#telfaxTtl {
	width: 568px;
	min-height: 36px;
	background: url(images/telfax_ttl.svg) no-repeat;
}
h3#regularTtl {
	margin-bottom: 10px;
	width: 552px;
	min-height: 28px;
	background: url(images/regular_service_ttl.svg) no-repeat;
}
p.subttl {
	margin: 14px 0 19px;
	font-size: 153.9%;
	color: #a37a44;	
	text-align: center;
	line-height: 1.5;
}
p.subttl span {
	font-size: 123.1%;
}
#tokuten, #rsInfo {
	overflow: hidden;
}
#tokuten dl {
	float: left;
	margin: 0 15px 20px 0;
	padding: 8px 8px 15px 8px;
	width: 310px;
	background-color: #ffffff;
	border: solid 2px #b05a5e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}
#tokuten dl.end {
	margin-right: 0;
}
#tokuten dl dt {
	display: block;
	margin-bottom: 15px;
	background-color: #82292d;
	text-align: center;
}
#tokuten dl dd {
	line-height: 1.6;
	font-size: 116%;
}
#tokuten dl.mid dd span, #tokuten dl.end dd span {
	font-size: inherit;
	color: inherit;
}
#tokuten dl dd.midashi {
	margin-bottom: 4px;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.4;
	color: #82292d;	
}
#tokuten dl dd.midashi span {
	font-weight: bold;	
}
#tokuten dl span {
	display: inline-block;
	font-size: 85%;
/*
	font-size: 131%;
	color: #82292d;		
*/
}
#rsInfo {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
#change, #regularService {
	padding: 20px 30px;
	width: 100%;
	border: solid 1px #82292d;
}
#change h4 {
	display: table;
	line-height: 1.4;
	font-size: 174%;
	color: #82292d;
}
#change h4 span {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.mark {
	padding-right: 15px;
	width: 73px;
}
#change p {
	font-size: 108%;
}
#regularService {
	border: solid 1px #aaaaaa;
}
#regularService h4 {
	margin-bottom: 5px;
	font-size: 116%;
	color: #555555;
}
#productList {
	clear: both;
	margin-bottom: 45px;
	padding-bottom: 40px;
	background: url(../images/dotline.gif) repeat-x bottom;
}
.teikibinBox {
	margin-top: 45px;
}
.teikibinBox .webOrder {
	width: 100%;
}
.teikibinBox .box {
	display: table;
}
.teikibinBox .detail {
	display: table-cell;
	vertical-align: middle;
}
.teikibinBox .detail dt {
	padding-right: 10px;
	width: 228px;	
}
.teikibinBox .detail dd {
	display: none;
}
.teikibinBox .quantity {
	display: block;
/* 	margin: 0 12px 0 0; */
}
.teikibinBox .notes {
	margin-top: 17px;
	padding: 0;
	text-align: left;
}
.teikibinBox .notes .br {
	display: inline-block;
}
.teikiUnder h4#teikibin {
	padding-right: 0;	
}
.teikiUnder .detail2 + .detail2 {
	margin-top: 16px;
	padding-top: 22px;
	border-top: dashed 1px #82292d;
}
.teikiUnder .detail2 + .detail2 {
	padding-top: 16px;
}
.detail2 li {
	display: inline-block;
	vertical-align: bottom;
}
.detail2 .teikiOrder {
	position: relative;
	top: 5px;
	margin-right: 15px;
}
p.shokaihangaku2 {
	position: absolute;
	top: -18px;
	right: 97px;
}
@media screen and (max-width: 980px) {
	#headerInner {
		background-size: cover;
		background-position: center -2px;
	}
	#tokuten dl {
		margin-right: 1.25%;
		width: 32.5%;
	}
	#tokuten dl.end dd br {
		display: none;
	}
	#tokuten dl.mid dd span, #tokuten dl.end dd span {
		display: inline-block;
	}
	#productList {
		margin-bottom: 32px;
		padding-bottom: 35px;
	}
	.teikibinBox {
		margin-top: 32px;
	}
	.teikibinBox .detail dt {
		padding: 15px;
/* 		width: 280px; */
		width: 290px;
	}
	.teikibinBox .quantity {
		margin-bottom: 5px;
	}
	.teikibinBox .cartBtn {
		display: block;
		margin-left: 0;
	}
	.teikiUnder .detail2 + .detail2 {
		padding-top: 22px;
	}
	.detail2 .teikiOrder {
		position: static;
		display: block;
		margin: 0 0 11px 0;
	}
}
@media screen and (max-width: 767px) {
	#headerInner {
		background-position: center bottom;
	}
	h3#telfaxTtl {
		width: 388px;
		min-height: 82px;
		background: url(images/telfax_ttl_sp.svg) no-repeat;
	}
	h3#regularTtl {
		width: 388px;
		min-height: 62px;
		background: url(images/regular_service_ttl_sp.svg) no-repeat;
	}
	#change, #regularService {
		padding: 20px;
	}
	#change {
		margin-bottom: 15px; 
	}
	#change h4 {
		height: 65px;
	}
	#tokuten dl {
		margin: 0 0 15px 0;
		width: 100%;
	}
	#tokuten dl.end {
		margin-bottom: 30px;
	}
	.teikibinBox .box, .teikibinBox .detailBox, .teikibinBox .detail {
		display: inherit;
	}
	.teikibinBox .detail2 {
		display: none;
	}
	.teikibinBox .detail dt {
		padding: 0;
		width: auto;
	}
	.teikibinBox .detail dd {
		display: inline-block;
	}
	.teikibinBox .quantity {
		margin: 5px 0 12px;
	}
	.teikibinBox .detailBox {
		padding-top: 0;
	}
	.teikibinBox .notes {
		margin: 0;
		padding: 0 5px;
	}
}
@media screen and (max-width: 530px) {
	.detail2 li {
		display: block;
	}
}
@media screen and (max-width: 500px) {
	#headerInner {
		background-position: -80px bottom;
	}
	#tokuten dl.end dd br {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	h3 {
		margin: 0 auto 25px;
		height: 0!important;
	}
	h3#webTtl, h3#trialTtl, h3#telfaxTtl, h3#regularTtl {
		min-height: 0;
		background-size: 100%;	
	}
	h3#webTtl {
		padding-top: 7.8%;
		width: 80.8%;
	}
	h3#trialTtl {
		padding-top: 7.1%;
		width: 87.8%;
	}
	h3#telfaxTtl {
		padding-top: 17.8%;
		width: 84.3%;
	}
	h3#regularTtl {
		padding-top: 13.5%;
		width: 84.3%;
	}
	p.subttl {
		font-size: 146.5%;
		line-height: 1.4;
	}
	#tokuten dl dd.midashi {
		font-size: 161.6%;
	}
	#change h4 {
		font-size: 167%;
	}
}
@media screen and (max-width: 413px) {
	h3 {
		margin: 0 auto 20px;
	}
	h3#trialTtl {
		margin-bottom: 20px;
		padding-top: 6.8%;
		width: 90%;
	}
	h3#regularTtl {
		padding-top: 15.8%;
		width: 98%;
	}
}