/* overwrite 1.20 */
.titpink{
	font-size:1.2em;
	font-weight:bold;
	color:rgb(234, 96, 136);
}
.titpink span.box{
	font-size:.8em;
	color:#fff;
	background:rgb(234, 96, 136);
	padding:0 1em;
}
.titorange{
	font-size:1.2em;
	font-weight:bold;
	color:rgb(237, 108, 0);
}
.titblue{
	font-size:1.2em;
	font-weight:bold;
	color:rgb(60, 128, 182);
}
.titgreen{
	font-size:1.2em;
	font-weight:bold;
	color:rgb(94, 162, 58);
}
.titbrown{
	font-size:1.2em;
	font-weight:bold;
	color:rgb(117, 86, 43);
}
.blkcontainer{
	font-size:0;
	padding:0!important;
}
.blkcontainer .blk{
	font-size:14px;
	text-align:center;
	vertical-align:top;
	display:inline-block;
	width:48%;
	padding:3%;
}
.blkcontainer.p64 .blk{
	width:100%;
	text-align:left;
	margin-right:3%;
}
.blkcontainer.p64 .blk:nth-of-type(2n){
	width:50%;
	margin-right:0;
}
.blkcontainer.p333 .blk{
	width:31%;
	text-align:left;
	padding:0;
	margin-right:2%;
}
.blkcontainer.p333 .blk:nth-of-type(3n){
	margin-right:0;
}
div.recp{
	background:rgb(250, 215, 221);
	border-radius:10px;
	padding:2em;
}
div.recp h3{
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
}
.blk4 p{
	text-align:center!important;
}
.blk4 img{
	max-width:25%!important;
	display:inline-block!important;
}
.maincap{
	font-size: .8rem;
	margin-top:1em;
}
.titcap{
	font-weight: normal;
	font-size: .8rem;
}
.price {
	color:#ee0000;
	font-weight:bold;
	font-size:2.0em;
	text-align:right;
}
.noplus3{
	font-size:min(11vw,58px);
}
.price:before,.price:after {
	content:'';
	display: inline-block;
	width:1.2em;
	height:1.5ex;
	background-image: url(../images/pricebefore.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.price.minus:before {
	background-image:url(../images/pricembefore.png);
}
.price.noplus:before {
	background-image:url(../images/priceobefore.png);
}
.price.noplus2{
	font-size:2em;
	display: inline-block;
}
.price.noplus2:before {
	background-image:url(../images/priceo2before.png);
}
.price.noplus3:before {
	background-image:url(../images/priceo3before.png);
	width:1.8em;
	height:2ex;
}
.price:after {
	background-image:url(../images/priceafter.png);
	width:.63em;
}
.price_cap{
	color:#ee0000;
	font-weight:bold;
	font-size:.9em;
	text-align:right;
}
.__table04 .__content .__borderbox {
	font-size: 1.0em!important;
	padding:1em!important;
}
.nomodal:after{
	content: "別ページでメーカーサイトを開きます";
	font-size:.8em;
	display: block;
	text-align:right;
	margin-top:.5em;
}
.maguchi_green{
	position:relative;
	top:-.5em;
	left:1.5em;
	padding:.1em .5em;
	background:rgb(135,188,36);
	color:#fff;
	display:inline-block;
	font-weight:bold;
}
@media only screen and (min-width:768px){
	.__info {
		margin-top:1.5em;
		font-size:.7em;
		line-height:1.4em;
	}
	.halfmiddle {
		width:50%;
		margin:0 auto;
	}
	.halfmiddle7 {
		width:70%;
		margin:0 auto;
	}
	.blkcontainer.p64 .blk{
		width:65%;
		text-align:left;
		margin-right:3%;
	}
	.blkcontainer.p64 .blk:nth-of-type(2n){
		width:32%;
		margin-right:0;
	}
	.price.noplus2{
		font-size:3.5em;
		display: inline-block;
	}
}