@charset "UTF-8";
/*======================================================================
	Title:layout.css
	------------------------------------------------------
	Copyright IROYA All Rights Reserved.
======================================================================*/
@keyframes visible{
	from{ opacity: 0; }
	to{ opacity: 1; }
}
@-moz-keyframes visible{
	from{ opacity: 0; }
	to{ opacity: 1; }
}
@-webkit-keyframes visible{
	from{ opacity: 0; }
	to{ opacity: 1; }
}
@keyframes hide{
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}
@-moz-keyframes hide{
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}
@-webkit-keyframes hide{
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}
html{
	width:100%;
	height:100%;
	overflow-y: scroll;
	-webkit-text-size-adjust:none;
}
body{
	width:100%;
}
img{
	vertical-align:top;
}

/* alpha
---------------------------------------------- */
.alpha{
	backface-visibility: hidden;
	transition:opacity 0.2s ease 0s;
}
.alpha:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

@media screen and (min-width:737px){
	.pc_hide{
		display:none!important;
	}
}

/* ============================================================

ヘッダー

============================================================ */
#header_wrapper{
	width:100%;
	position:relative;
	background:url(/wp-content/themes/reformichiba_lp/images/bg_stripe.png);
	border-bottom:solid 1px #727272;
}
#header{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:6px 0;
}
#header .header_lang{
	margin:0 0 0 1%;
}

/* ============================================================

コンテンツ

============================================================ */
.contents_wrapper{
	width:100%;
	position:relative;
}
.contents_wrapper .contents_inner{
	width:100%;
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
}

/* =====================================
contents_intro
===================================== */
#contents_intro{
	background:url(/wp-content/themes/reformichiba_lp/images/bg_intro.png) repeat-x center top;
}
#contents_intro > figure{
	position:relative;
}
#contents_intro #intro_off{
	position:absolute;
	top:5px;
	right:-30px;
}

/* =====================================
contents_motive
===================================== */
#contents_motive{
	padding:5px 0 0;
	background: #122130;
	background: -moz-linear-gradient(top, #122130 0%, #284a6e 46%); 
	background: -webkit-linear-gradient(top, #122130 0%,#284a6e 46%);
	background: linear-gradient(to bottom, #122130 0%,#284a6e 46%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122130', endColorstr='#284a6e',GradientType=0 );
}
#contents_motive > .contents_inner{
	position:relative;
}
#contents_motive figure{
	padding:0 0 30px;
}
#contents_motive #motive_answer{
	width:326px;
	position:absolute;
	bottom:-29px;
	left:50%;
	margin-left:-163px;
	z-index:1;
}

/* =====================================
contents_answer
===================================== */
#contents_answer{
	padding:35px 0 0;
	background:url(/wp-content/themes/reformichiba_lp/images/bg_answer.jpg) no-repeat center top #59b9ff;
	position:relative;
}
#contents_answer:before{
	content: "";
	display:block;
	border-top:40px solid #59b9ff;
	border-right:490px solid transparent;
	border-bottom: 40px solid transparent;
	border-left:490px solid transparent;
	position:absolute;
	left:50%;
	bottom:-80px;
	margin-left:-490px;
	z-index:1;
}

/* =====================================
contents_item
===================================== */
#contents_item{
	padding:50px 0 0;
	background:url(/wp-content/themes/reformichiba_lp/images/bg_stripe.png);
}
#contents_item > section:not(:last-child){
	margin-bottom:50px;
}
#contents_item #contents_item_intro .text{
	width:80%;
	margin:0 auto;
	background:#fff;
	box-shadow:0px 0px 15px -4px rgba(0,0,0,0.5);
}
#contents_item #contents_item_intro .text h2{
	padding:10px 0;
	border-bottom:solid 1px #b5b5b5;
}
#contents_item #contents_item_intro .text h2 > img{
	max-width:519px;
}
#contents_item #contents_item_intro .text p{
	padding:15px 0;
	font-size:1.7rem;
}
#contents_item #contents_item_intro .text p strong{
	font-size:2.1rem;
	font-weight:bold;
}
#contents_item #contents_item_intro .text .red{
	color:#f30000;
}

/* =====================
 .contents_item
===================== */
#contents_item .contents_item{
	width:100%;
	margin:0 auto;
	background:#fff;
	box-shadow:0px 0px 15px -4px rgba(0,0,0,0.5);
}
#contents_item .contents_item > h1{
	border-bottom:solid 1px #fff;
}

/* .item_list
--------------------------------------------- */
#contents_item .contents_item .item_list{
	background: #f57c00;
	background: -moz-linear-gradient(top, #f57c00 0%, #ffff6c 99%);
	background: -webkit-linear-gradient(top, #f57c00 0%,#ffff6c 99%);
	background: linear-gradient(to bottom, #f57c00 0%,#ffff6c 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c00', endColorstr='#ffff6c',GradientType=0 );
}
.item_set{
	padding:0 24px 24px;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-direction:row;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	justify-content: space-around;
	clear:both;
	overflow:hidden;
}
.item_set .item{
	width:33%;
	max-width:300px;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0px 0px 15px -4px rgba(0,0,0,0.5);
	position:relative;
}
.item_set .item .item_badge{
	width:25%;
	max-width:75px;
	position:absolute;
	bottom:11%;
	left:-8%;
	z-index:1;
}

/* .item_voice
--------------------------------------------- */
#contents_item .contents_item .item_voice{
	width:100%;
	margin:0 auto;
	padding:0 0 35px;
	background:url(/wp-content/themes/reformichiba_lp/images/bg_item_voice.png) repeat-x center top #fff;
}
#contents_item .contents_item .item_voice .voice_entry{
	width:90%;
	max-width:820px;
	margin:0 auto 26px;
	padding:20px 30px;
	box-sizing:border-box;
	background:#ffe0e5;
	border-radius:6px;
	box-shadow:0px 0px 15px -4px rgba(0,0,0,0.5);
}
#contents_item .contents_item .item_voice .voice_entry > figure{
	width:23%;
	max-width:166px;
}
#contents_item .contents_item .item_voice .voice_entry .text{
	width:75%;
	max-width:560px;
	box-sizing:border-box;
	text-align:left;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_header,
#contents_item .contents_item .item_voice .voice_entry .text .entry_tag{
	margin:0 0 15px;
	font-weight:bold;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_header h4{
	display:inline-block;
	margin-right:10px;
	font-size:1.7em;
	font-weight:bold;
	vertical-align:middle;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_header p{
	display:inline-block;
	vertical-align:middle;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_header p.entry_total{
	margin-right:22px;
	position:relative;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_header p.entry_total:after{
	content:"";
	display:block;
	width:1px;
	height:26px;
	position:absolute;
	right:-14px;
	top:0;
	background:#ccc;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_header p.entry_price{
	color:#f30000;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_header p.entry_price strong{
	color:#f30000;
	font-size:2.2em;
}

#contents_item .contents_item .item_voice .voice_entry .text .entry_tag p{
	display:inline-block;
	padding:0 8px;
	background:#fff;
	border-radius:6px;
}
#contents_item .contents_item .item_voice .voice_entry .text .entry_desc{
	line-height:1.6em;
	font-weight:bold;
	font-size:1.3rem;
}

#contents_item .contents_item .item_voice .voice_more{
	margin:0 0 15px;
}

#contents_item .contents_item .item_voice .voice_contact p:not(:last-child){
	margin:0 0 15px;
}

/* #contents_item_bath
--------------------------------------------- */
#contents_item #contents_item_bath .item_list{
	background: #008bf5;
	background: -moz-linear-gradient(top, #008bf5 0%, #98dcff 100%);
	background: -webkit-linear-gradient(top, #008bf5 0%,#98dcff 100%);
	background: linear-gradient(to bottom, #008bf5 0%,#98dcff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bf5', endColorstr='#98dcff',GradientType=0 );
}

/* #contents_item_toilet
--------------------------------------------- */
#contents_item #contents_item_toilet .item_list{
	background: #e51d6d;
	background: -moz-linear-gradient(top, #e51d6d 0%, #ec969c 100%);
	background: -webkit-linear-gradient(top, #e51d6d 0%,#ec969c 100%);
	background: linear-gradient(to bottom, #e51d6d 0%,#ec969c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51d6d', endColorstr='#ec969c',GradientType=0 );
}

/* #contents_item_senmen
--------------------------------------------- */
#contents_item #contents_item_senmen .item_list{
	background: #973ebd;
	background: -moz-linear-gradient(top, #973ebd 0%, #eb9aec 100%);
	background: -webkit-linear-gradient(top, #973ebd 0%,#eb9aec 100%);
	background: linear-gradient(to bottom, #973ebd 0%,#eb9aec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#973ebd', endColorstr='#eb9aec',GradientType=0 );
}


/* =====================================
contents_set
===================================== */
#contents_set{
	padding:0 0 50px;
	background-image:url(/wp-content/themes/reformichiba_lp/images/bg_set_2.png), url(/wp-content/themes/reformichiba_lp/images/bg_set.png);
	background-repeat:repeat-x, repeat-x;
	background-position:center bottom, center top;
	background-color:#fff;
}
#contents_set h1,
#contents_set .set_info{
	margin:0 0 10px;
}
#contents_set .voice_contact p:not(:last-child){
	margin:0 0 15px;
}

/* =====================================
contents_showroom
===================================== */
#contents_showroom{
	padding:50px 0;
	background:url(/wp-content/themes/reformichiba_lp/images/bg_stripe.png);
}
#contents_showroom .contents_inner{
	padding:0 0 30px;
	background:#fff;
	box-shadow:0px 0px 15px -4px rgba(0,0,0,0.5);
}
#contents_showroom h1{
	margin:0 0 20px;
	padding:15px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 21%, #ffffff 21%, #ffb304 100%);
	background: -webkit-linear-gradient(top, #ffffff 21%,#ffffff 21%,#ffb304 100%);
	background: linear-gradient(to bottom, #ffffff 21%,#ffffff 21%,#ffb304 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb304',GradientType=0 );
	border-bottom:solid 1px #ccc;
}
#contents_showroom .showroom_info{
	margin:0 0 30px;
	line-height:1.7em;
	font-size:1.7rem;
}
#contents_showroom .showroom_set{
	width:94%;
	max-width:920px;
	margin:0 auto 60px;
}
#contents_showroom .showroom_set:last-child{
	margin-bottom:0;
}
#contents_showroom .showroom_set .showroom_set_header{
}
#contents_showroom .showroom_set .showroom_set_header h2{
	font-size:2.5rem;
	font-weight:bold;
}
#contents_showroom .showroom_set .showroom_set_header .left{
	width:57%;
}
#contents_showroom .showroom_set .showroom_set_header .left p{
	line-height:1.8em;
}
#contents_showroom .showroom_set .showroom_set_header .right.bn_tel{
	width:42%;
	max-width:394px;
}
#contents_showroom .showroom_set .showroom_set_main .left{
	width:39%;
	max-width:358px;
}
#contents_showroom .showroom_set .showroom_set_main .right{
	width:60%;
}

/* =====================================
contents_compare
===================================== */
#contents_compare{
	padding:50px 0;
	background-image:url(/wp-content/themes/reformichiba_lp/images/bg_compare_2.png), url(/wp-content/themes/reformichiba_lp/images/bg_compare.png);
	background-repeat:repeat-y, repeat-y;
	background-position:left top, right top;
	background-color:#fff;
}
#contents_compare h1,
#contents_compare .ttl_compare_2{
	margin:0 auto 50px;
}
#contents_compare .compare_point_set{
	width:86%;
	margin:0 auto 50px;
	text-align:left;
}
#contents_compare .compare_point_set > div{
	width:48%;
}
#contents_compare .compare_point_set h2{
	max-width:280px;
	margin:0 0 14px 0;
}
#contents_compare .compare_point_set p{
	font-weight:bold;
	font-size:1.5rem;
	line-height:1.8em;
}
#contents_compare .compare_contact p:not(:last-child){
	margin:0 0 15px;
}

/* =====================================
contents_trust
===================================== */
#contents_trust{
	background: #f7eeda;
	background: -moz-linear-gradient(top, #f7eeda 52%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f7eeda 52%,#ffffff 100%);
	background: linear-gradient(to bottom, #f7eeda 52%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eeda', endColorstr='#ffffff',GradientType=0 );
	position:relative;
}
#contents_trust:before{
	content: "";
	display:block;
	border-top:40px solid #fff;
	border-right:490px solid transparent;
	border-bottom: 40px solid transparent;
	border-left:490px solid transparent;
	position:absolute;
	left:50%;
	bottom:-80px;
	margin-left:-490px;
	z-index:1;
}
#contents_trust h1{
	margin:0 auto 25px;
}
#contents_trust .trust_point_set{
	margin:0 auto 55px;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-direction:row;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	justify-content: space-around;
	clear:both;
	overflow:hidden;
}
#contents_trust .trust_point_set .trust_point{
	width:33%;
	max-width:300px;
	box-sizing:border-box;
}
#contents_trust .trust_point_set .trust_point h2{
	max-width:250px;
	margin:0 auto 10px;
}
#contents_trust .trust_point_set .trust_point p{
	font-size:1.5rem;
	line-height:1.8em;
}

/* =====================================
contents_contact
===================================== */
#contents_contact{
	padding:65px 0;
	background-image:url(/wp-content/themes/reformichiba_lp/images/bg_contact_2.png), url(/wp-content/themes/reformichiba_lp/images/bg_contact.png);
	background-repeat:no-repeat, repeat-x;
	background-position:center top, center top;
	background-color:#fff;
}
#contents_contact h1{
	margin:0 auto 25px;
	position:relative;
	z-index:2;
}
#contents_contact .contact_staff{
	max-width:614px;
	margin:-60px auto 0;
}
#contents_contact .contact_tel,
#contents_contact .contact_mail{
	width:100%;
	max-width:640px;
	margin:0 auto 30px;
}
#contents_contact h2{
	width:100%;
	margin:0 0 20px;
	padding:8px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 21%, #ffffff 21%, #ffb304 100%);
	background: -webkit-linear-gradient(top, #ffffff 21%,#ffffff 21%,#ffb304 100%);
	background: linear-gradient(to bottom, #ffffff 21%,#ffffff 21%,#ffb304 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb304',GradientType=0 );
	border-bottom:solid 1px #ccc;
}
#contents_contact h2 img{
	width:100%;
	max-width:284px;
}
#contents_contact .contact_form{
	width:80%;
	margin:0 auto;
	line-height: 2em;
	letter-spacing: 0.05em;
}
#contents_contact .contact_form th,
#contents_contact .contact_form td{
	padding:10px 0;
	text-align:left;
	vertical-align:top;
}
#contents_contact .contact_form .contact_form_submit th,
#contents_contact .contact_form .contact_form_submit td{
	padding:40px 0 0;
}
#contents_contact .contact_form th{
	width:30%;
	padding-right:20px;
	font-weight:bold;
	text-align:right;
}
#contents_contact .contact_form input,
#contents_contact .contact_form textarea{
	display:inline-block;
	width:96%;
	padding:7px 2%;
	font-size:1.4rem;
	border:solid 1px #C9CACA;
	background:#eee;
	-webkit-appearance:none;
}
#contents_contact .contact_form input:focus,
#contents_contact .contact_form textarea:focus{
	text-decoration:none;
	outline:none;
}
#contents_contact .contact_form input.error,
#contents_contact .contact_form textarea.error{
	border:solid 1px #E9606F;
}

#contents_contact .notice{
	font-size:1.2rem;
}

#contents_contact .about_privacy{
	margin:0 0 2em;
}
#contents_contact .about_privacy > p {
	font-size: 1.2rem;
	line-height: 2em;
	letter-spacing: 0.05em;
}

#contents_contact .bn_submit{
	display:inline-block;
	width:312px;
	margin:0 auto;
	padding:0;
	text-align:center;
	cursor:pointer;
	-webkit-appearance:none;
	transition:opacity 0.2s ease 0s;
	border:none;
	outline:none;
}
#contents_contact .bn_submit:hover{
	opacity:0.7;
}
#contents_contact .bn_submit.bn_reset{
}

#contents_contact .contact_form input.bn_submit{
	display:inline-block;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	border-radius:6px;
	font-size:3.2rem;
	font-weight:bold;
	line-height:1;
	color:#fff;
	text-align:center;
	cursor:pointer;
	-webkit-appearance:none;
	transition:opacity 0.2s ease 0s;
	border:none;
	outline:none;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.2);
	background: #ff3f44; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3f44 34%, #9b2b2f 70%, #9b2b2f 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3f44 34%,#9b2b2f 70%,#9b2b2f 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3f44 34%,#9b2b2f 70%,#9b2b2f 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#contents_contact .bn_submit:hover{
	opacity:0.7;
}
#contents_contact .bn_submit.bn_reset{
}

/* validate
------------------------------------------------ */
.valid_msg{
	padding:4px 0 0;
	font-weight:bold;
	line-height:1;
	color:#E9606F;
}

/* =====================================
contents_footer
===================================== */
#contents_footer{
	background:#ff8023;
}
#contents_footer .contents_footer_main{
	padding:12px 0;
	position:relative;
}
#contents_footer .contents_footer_main h1{
	margin-top:10px;
}
#contents_footer .contents_footer_main .bn_return{
	display:block;
	width:80px;
	padding:8px 0;
	position:absolute;
	top:-36px;
	left:50%;
	margin-left:-40px;
	text-align:center;
	background:#ff8023;
	border-radius:6px 6px 0 0/ 6px 6px 0 0;
}
#contents_footer .contents_footer_main .bn_return img{
	max-width:28px;
}
#contents_footer .contents_footer_main p{
	line-height:1.6em;
}
#contents_footer .contents_footer_main p:not(:last-child){
	margin:0 0 5px 0;
}

#contents_footer .copyright{
	background:#fff;
	font-size:1.1rem;
}

/* =====================================
contents_fixedbar
===================================== */
#contents_fixedbar{
	width:100%;
	position:fixed;
	bottom:-96px;
	padding:8px 0;
	background:rgba(0,0,0,0.5);
	transition:all 0.4s ease 0s;
	z-index:1000;
}
#contents_fixedbar.visible{
	bottom:0;
}
#contents_fixedbar .bn_fixedbar_mail{
	display:inline-block;
	margin:0 20px 0 0;
}
#contents_fixedbar .bn_fixedbar_mail img{
	max-width:440px;
}
#contents_fixedbar .bn_fixedbar_tel img{
	max-width:410px;
}

@media screen and (max-width:982px){
	/* ============================================================
	ヘッダー
	============================================================ */
	#header_wrapper{
		width:100%;
		position:relative;
		background:url(/wp-content/themes/reformichiba_lp/images/bg_stripe.png);
		border-bottom:solid 1px #727272;
	}
	#header{
		width:92%;
		margin:0 auto;
		padding:10px 0;
		text-align:center;
	}
	#header h1{
		margin:0 auto 10px;
		float:none;
		text-align:center;
	}
	#header h1 img,
	#header .header_contact img{
		display:inline-block;
	}
	#header .header_lang,
	#header .header_contact{
		float:none;
		text-align:center;
		font-size:0;
	}
	#header .header_lang p{
		display:inline-block;
		float:none;
	}
}


@media screen and (max-width:736px){
	.sp_hide{
		display:none!important;
	}
	/* ============================================================
	ヘッダー
	============================================================ */
	#header .header_lang{
		float:none;
		width:100%;
		max-width:304px;
		margin:0 auto;
	}
	#header .header_lang p{
		width:50%;
	}

	/* ===========================================================
	コンテンツ
	============================================================ */
	/* =====================================
	contents_intro
	===================================== */
	#contents_intro{
		background:#59baff;
	}
	#contents_intro #intro_off{
		width:20%;
		top:2%;
		right:2%;
	}

	/* =====================================
	contents_motive
	===================================== */
	#contents_motive figure{
		max-width:375px;
		margin:0 auto;
		padding:10px 0 35px;
	}
	#contents_motive #motive_answer{
		width:100%;
		max-width:326px;
	}

	/* =====================================
	contents_answer
	===================================== */
	#contents_answer{
		padding:35px 0 10px;
		background:url(/wp-content/themes/reformichiba_lp/images/bg_answer_sp.jpg) no-repeat center bottom #59b9ff;
		background-size:cover;
	}
	#contents_answer:before{
		border-top: 20px solid #59b9ff;
		border-right: 150px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 150px solid transparent;
		bottom: -40px;
		margin-left: -150px;
	}
	#contents_answer figure{
		max-width:375px;
		margin:0 auto;
	}

	/* =====================================
	contents_item
	===================================== */
	#contents_item{
		width:100%;
		padding:20px 0 0;
		background:url(/wp-content/themes/reformichiba_lp/images/bg_stripe.png);
	}
	#contents_item #contents_item_intro h1{
		max-width:398px;
		margin:0 auto;
	}

	#contents_item > section:not(:last-child){
		margin-bottom:23px;
	}
	#contents_item #contents_item_intro{
		width:92%;
		margin:0 auto 4%;
	}
	#contents_item #contents_item_intro .text{
		width:100%;
	}
	#contents_item #contents_item_intro .text h2{
		padding:6px 0;
	}
	#contents_item #contents_item_intro .text h2 > img{
		width:90%;
		max-width:519px;
		vertical-align: middle;
	}
	#contents_item #contents_item_intro .text p{
		padding:10px 4%;
		font-size:1.3rem;
		line-height:1.6em;
	}
	#contents_item #contents_item_intro .text p strong{
		font-size:1.5rem;
	}

	/* =====================
	 .contents_item
	===================== */

	/* .item_list
	--------------------------------------------- */
	.item_list h2{
		padding:0 4%;
	}
	.item_set{
		padding:0 4%;
		display:block;
	}
	.item_set .item{
		width:100%;
		max-width:300px;
		margin:0 auto 4%;
	}

	/* .item_voice
	--------------------------------------------- */
	#contents_item .contents_item .item_voice{
		width:100%;
		margin:0 auto;
		padding:4% 0;
		background:url(/wp-content/themes/reformichiba_lp/images/bg_item_voice.png) repeat-x center top #fff;
	}
	#contents_item .contents_item .item_voice h3{
		width:80%;
		max-width:315px;
		margin:0 auto;
	}
	#contents_item .contents_item .item_voice .voice_entry{
		width:92%;
		margin:0 auto 6%;
		padding:4%;
	}
	#contents_item .contents_item .item_voice .voice_entry .text{
		width:100%;
		max-width:100%;
		float:none;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_header{
		margin:0 0 10px 0;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_header > figure{
		float:left;
		margin:0 10px 0 0;
		max-width:35%;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_header h4{
		display:block;
		font-size:1.5rem;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_header p.entry_total{
		margin-right:12px;
		font-size:1.1rem;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_header p.entry_total:after{
		height:20px;
		right:-10px;
		top:4px;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_header p.entry_price strong{
		font-size:1.8rem;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_tag{
		margin:0 0 10px 0;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_tag p{
		display:inline-block;
		padding:3px 8px;
		line-height:1.4em;
		font-size:1.1rem;
	}
	#contents_item .contents_item .item_voice .voice_entry .text .entry_desc{
		line-height:1.6em;
		font-weight:normal;
		font-size:1.3rem;
	}

	#contents_item .contents_item .item_voice .voice_more{
		width:100%;
		max-width:250px;
		margin:0 auto 15px;
	}
	#contents_item .contents_item .item_voice .voice_contact{
		padding:0 4%;
	}
	#contents_item .contents_item .item_voice .voice_contact p:not(:last-child){
		margin-bottom:10px;
	}
	#contents_item .contents_item .item_voice .voice_contact p{
		max-width:375px;
		margin-left:auto!important;
		margin-right:auto!important;
	}

	/* =====================================
	contents_set
	===================================== */
	#contents_set{
		padding:0 0 4%;
	}
	#contents_set .voice_contact{
		padding:0 4%;
		max-width:375px;
		margin-left:auto!important;
		margin-right:auto!important;
	}


	/* =====================================
	contents_showroom
	===================================== */
	#contents_showroom{
		width:auto;
		padding:4%;
		background:url(/wp-content/themes/reformichiba_lp/images/bg_stripe.png);
	}
	#contents_showroom .contents_inner{
		padding:0;
	}
	#contents_showroom h1{
		margin:0 0 10px;
		padding:10px 4%;
	}
	#contents_showroom .showroom_info{
		margin:0 4% 4%;
		font-size:1.4rem;
	}
	#contents_showroom .showroom_set{
		width:94%;
		max-width:920px;
		margin:0 auto 20px;
	}
	#contents_showroom .showroom_set .showroom_set_header h2{
		font-size:1.6rem;
	}
	#contents_showroom .showroom_set .showroom_set_header .left,
	#contents_showroom .showroom_set .showroom_set_header .right,
	#contents_showroom .showroom_set .showroom_set_main .left,
	#contents_showroom .showroom_set .showroom_set_main .right{
		width:100%;
		float:none;
		text-align:center;
	}
	#contents_showroom .showroom_set .showroom_set_header .left p{
		line-height:1.5em;
		font-size:1.2rem;
	}
	#contents_showroom .showroom_set .showroom_set_header .right.bn_tel{
		width:100%;
		max-width:394px;
		margin:0 auto;
	}

	#contents_showroom .showroom_set .showroom_set_main .left{
		margin:0 0 10px 0;
		max-width:100%;
	}

	/* =====================================
	contents_compare
	===================================== */
	#contents_compare{
		padding:20px 0;
	}
	#contents_compare h1,
	#contents_compare .ttl_compare_2{
		padding:0 4%;
		margin:0 auto 20px;
	}
	#contents_compare h1{
		padding:0 4%;
		max-width:322px;
	}
	#contents_compare .compare_point_set{
		width:100%;
		margin:0 auto;
	}
	#contents_compare .compare_point_set .compare_point{
		margin:0 auto 20px;
	}
	#contents_compare .compare_point_set > div{
		width:100%;
	}
	#contents_compare .compare_point_set h2{
		max-width:200px;
		margin:0 auto 5px;
	}
	#contents_compare .compare_point_set p{
		padding:0 4%;
		font-size:1.3rem;
		line-height:1.7em;
		text-align:center;
	}
	#contents_compare .compare_contact{
		padding:0 4%;
		max-width:375px;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	#contents_compare .compare_contact p:not(:last-child){
		margin:0 0 15px;
	}

	/* =====================================
	contents_trust
	===================================== */
	#contents_trust{
		padding-bottom:10px;
	}
	#contents_trust h1{
		margin:0 auto 25px;
	}
	#contents_trust:before{
		border-top: 20px solid #fff;
		border-right: 120px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 120px solid transparent;
		bottom: -40px;
		margin-left: -120px;
	}
	#contents_trust .trust_point_set{
		margin:0 auto;
		display:block;
	}
	#contents_trust .trust_point_set .trust_point{
		width:92%;
		max-width:100%;
		margin:0 auto 20px;
	}
	#contents_trust .trust_point_set .trust_point h2{
		max-width:200px;
		margin:0 auto 10px;
	}
	#contents_trust .trust_point_set .trust_point p{
		font-size:1.3rem;
		line-height:1.7em;
	}
	#contents_trust .ttl_trust_2{
		padding:0 4%;
	}
	/* =====================================
	contents_contact
	===================================== */
	#contents_contact{
		padding:30px 0;
	}
	#contents_contact h1{
		max-width:440px;
		margin:0 auto 10px;
	}
	#contents_contact .contact_staff {
   	 margin: -30px auto 0;
	}
	#contents_contact .contact_tel,
	#contents_contact .contact_mail{
		width:100%;
		max-width:100%;
		margin:0 auto 20px;
	}
	#contents_contact h2{
		width:100%;
		margin:0 0 10px;
		padding:4px 0;
	}
	#contents_contact h2 img{
		max-width:200px;
	}
	#contents_contact .contact_tel p{
		padding:0 4%;
	}
	#contents_contact .contact_form{
		display:block;
		width:92%;
		padding:0;
		margin:0 auto;
		line-height: 2em;
		letter-spacing: 0.05em;
	}
	#contents_contact .contact_form tbody,
	#contents_contact .contact_form tr{
		display:block;
		width:100%;
	}
	#contents_contact .contact_form th,
	#contents_contact .contact_form td{
		display:block;
		width:100%;
		padding:0;
		text-align:left;
	}
	#contents_contact .contact_form th{
		margin:0 auto 2px;
		font-size:1.3rem;
	}
	#contents_contact .contact_form td{
		margin:0 auto 15px;
	}
	#contents_contact .contact_form .contact_form_submit th,
	#contents_contact .contact_form .contact_form_submit td{
		padding:0;
		text-align: center;
	}
	#contents_contact .contact_form .contact_form_submit th{
		display:none;
	}
	#contents_contact .bn_submit{
		display:block;
		width:100%;
		max-width:312px;
		background:none;
		text-align:center;
	}
	#contents_contact .bn_submit:hover{
		opacity:1;
	}

	/* =====================================
	contents_footer
	===================================== */
	#contents_footer .contents_footer_main{
	}
	#contents_footer .contents_footer_main h1{
		float:none;
		max-width:200px;
		margin:0 auto 10px;
	}
	#contents_footer .contents_footer_main .bn_return{
		width:60px;
		padding:6px 0;
		top: -28px;
		margin-left:-30px;
	}
	#contents_footer .contents_footer_main .bn_return img{
		max-width:28px;
	}
	#contents_footer .contents_footer_main > .right{
		float:none;
		padding:0 4%;
		text-align:center;
		font-size:1.3rem;
	}
	#contents_footer .contents_footer_main p img{
		max-width:200px;
	}

	#contents_footer .copyright{
		padding:0 4%;
		font-size:1rem;
	}

	/* =====================================
	contents_fixedbar
	===================================== */
	#contents_fixedbar{
		bottom:-300px;
	}
	#contents_fixedbar.visible{
		bottom:0;
	}
	#contents_fixedbar .bn_fixedbar_mail{
		display:block;
		padding: 0 4%;
		margin:0 0 5px 0;
	}
	#contents_fixedbar .bn_fixedbar_mail img{
		width:100%;
		max-width:440px;
	}
	#contents_fixedbar .bn_fixedbar_tel{
		display:block;
		padding: 0 4%;
	}
	#contents_fixedbar .bn_fixedbar_tel img{
		width:100%;
		max-width:410px;
	}


}


