@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: none repeat scroll 0 0 transparent;
	border: 0;
	font-size: 100%;
    margin: 0;
	outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
	background: none repeat scroll 0 0 #ffffff;
    color: #4a4a4a;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
	line-height: 1;
    text-align: center;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul, ol {
    list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    background: none repeat scroll 0 0 transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ins {
    background-color: #ffff99;
    color: #000000;
    text-decoration: none;
}
mark {
    background-color: #ffff99;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
img {
	height: auto;
	max-width: 100%;
    vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a:link,
a:visited {
    color: #3188cb;
}
a:hover {
	color: #3188cb;
	text-decoration: none;
}




/*-------------------------------------------*/
/* 共通設定 */
/*-------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.inner {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px;
}
a:hover img {
	opacity: 0.7;
}
a[href^="tel:"] {
    pointer-events: none;
}

.hidden_pc {
	display: block;
}

.hidden_sp {
	display: none;
}

@media screen and (max-width: 800px) {
	.inner {
		padding: 0 5px;
		width: auto;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	.hidden_pc {
		display: none;
	}

	.hidden_sp {
		display: block;
	}
}


/*-------------------------------------------*/
/* header */
/*-------------------------------------------*/
#header {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 12px 0;
	position: relative;
	z-index: 1;
}
#header h1 {
	color: #826b42;
	font-size: 10px;
	padding: 0 0 9px 10px;
}
#header #logo {
	padding-left: 10px;
}
#header #tel a {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/tel.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	position: absolute;
	right: 0;
	top: -4px;
	width: 246px;
}
#header #tel a img {
  display: none;
}
@media screen and (max-width: 800px) {
	#header {
		padding: 5px 0;
	}
	#header h1 {
		font-size: 6px;
		line-height: 1.3;
		padding: 0 0 3px;
		width: 50%;
	}
	#header #logo {
		float: left;
		padding-left: 0;
		width: 50%;
	}
	#header #tel a {
		background-image: none;
		float: right;
    	height: auto;
		margin-top: -10px;
		position: relative;
		right: auto;
		text-align: right;
		top: auto;
		width: 45%;
	}
	#header #tel a img {
	  display: inline;
	}
}


/*-------------------------------------------*/
/* main */
/*-------------------------------------------*/

#main {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/main_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#main h2 {
	padding: 10px 0 6px 8px;
}
#main2 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/main_bg.png);
	background-position: top top;
	background-repeat: no-repeat;
}
#main2 h2 {
	padding: 10px 0 6px 8px;
}
#main #main_flow {
	margin-left: 37px;
	padding: 32px 0 0;
	text-align: center;
	width: 538px;
}
#main #main_flow div {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,153,205,0)), color-stop(25%,rgba(48,153,205,1)), color-stop(75%,rgba(48,153,205,1)), color-stop(100%,rgba(48,153,205,0)));
	background-image: linear-gradient(to right, rgba(48,153,205,0) 0%,rgba(48,153,205,1) 25%,rgba(48,153,205,1) 75%,rgba(48,153,205,0) 100%);
	color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px 80px;
}
#main #main_flow ul {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/main_low.png);
	background-position: left top;
	background-repeat: no-repeat;
	letter-spacing: -.40em;
	margin-right: -34px;
	min-height: 161px;
	text-align: left;
}
#main #main_flow ul li {
	color: #df9e4a;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	margin-right: 34px;
	padding-top: 25px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 156px;
}
#main #main_flow ul li span {
	background-color: #3099cd;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    height: 36px;
	left: -14px;
	line-height: 36px;
	position: absolute;
    text-align: center;
	top: 12px;
    vertical-align: middle;
    width: 36px;
}
.mainview_toilet_catch {
	margin: 30px 0 10px;
}
.main_form {
	background-color: #91674b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	position: absolute;
	right: 10px;
	top: 120px;
	width: 365px;
	z-index: 0;
}
.main_form:before {
	background-color: #f9f4e9;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	bottom: 6px;
	content: "";
	left: 7px;
	position: absolute;
	right: 7px;
	top: 6px;
	z-index: -1;
}
.main_form:after {
	background-color: #ffffff;
	border: 1px solid #e0dbd5;
	bottom: 9px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 9px;
	z-index: -1;
}
.simple_form {
    height: 520px;
	z-index: 0;
}
.main_height {
  height: auto;
}
@media screen and (min-width: 801px) {
  .simple_form {
	position: absolute;
	top: 10px;
	right: 0px;
    width: 350px;
  }
  .main_height {
	height: 320px;
  }
}
.main_form div.step_tit {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/from_tit.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 29px;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 66px;
	margin-top: -40px;
	min-height: 77px;
    position: relative;
    text-align: center;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}
.main_form div.step_tit span {
	color: #fa2a01;
	font-size: 34px;
    letter-spacing: -1px;
	padding: 0 2px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff,	-1px 1px 0 #fff, 1px 1px 0 #fff;
}
.main_form ul {
	padding: 7px 23px 22px;
}
.main_form ul li.step1,
.main_form ul li.step2,
.main_form ul li.step3 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/from_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.main_form ul li.step1 {
	margin-bottom: 4px;
    padding-bottom: 21px;
}
.main_form ul li.step2 {
	margin-bottom: 8px;
    padding-bottom: 25px;
}
.main_form ul li.step3 {
	margin-bottom: 8px;
    padding-bottom: 26px;
}
.main_form ul li.step4 {
	margin-bottom: 8px;
}
.main_form ul li .select {
	position: relative;
}
.main_form ul li .select:before {
    background-image: url(https://storage.rehome-navi.com/lp/images/toilet/from_select.png);
	background-position: left top;
	background-repeat: no-repeat;
    content: "";
    display: block;
    height: 26px;
	margin-top: -11px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 26px;
}
.main_form input[type="text"],
.main_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 3px solid #fcbd25;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    box-shadow: 0 3px #e9e9e9 inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4a4a4a;
    font-size: 107%;
    font-weight: bold;
	height: 46px;
    padding: 0 8px;
	width: 100%;
}
.main_form ul li .select input[type="text"] {
	padding-right: 40px;
}
.main_form select::-ms-expand {
	display: none;
}
.main_form ul li .link a {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/icon_arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 12px;
	margin: 5px 0;
	padding: 1px 0 1px 18px;
}
.main_form input[type="image"] {
	left: 2px;
	position: relative;
	width: 100%;
}
.main_form input[type="image"]:hover {
	opacity: 0.7;
}
.main_form input[type="text"]::-webkit-input-placeholder {
	color: #c6c8c8;
}
.main_form input[type="text"]:-ms-input-placeholder {
	color: #c6c8c8;
}
.main_form input[type="text"]::-moz-placeholder {
	color: #c6c8c8;
	opacity: 1;
}
@media screen and (max-width: 800px) {
	#main, #main2 {
		background-color: #f3f0ed;
		background-image: url(https://storage.rehome-navi.com/lp/images/toilet/main_bg_sp.png);
	    background-position: center top;
	    background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	#main h2, #main2 h2 {
		margin-bottom: 15px;
		padding: 15px 10px;
	}
	#main #main_flow {
		display: none;
	}
	.main_form {
		height: auto;
		margin: 62px -5px 0;
		right: auto;
		position: relative;
		top: -7px;
		width: auto;
	}
	.main_form div.step_tit {
		-webkit-background-size: contain;
		background-size: contain;
		font-size: 27px;
		line-height: 63px;
		margin: 0 0 -40px;
		top: -40px;
	}
	.main_form ul li.step5 {
		text-align: center;
	}
	.main_form ul li.step5 input {
		width: 94%;
	}
	.main_form input[type="text"],
	.main_form select {
		font-size: 93%;
		padding-left: 0 3px;
	}
}


/*-------------------------------------------*/
/* company */
/*-------------------------------------------*/
#company {
	padding-top: 18px;
}
#company h2 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/company_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	margin: 0 auto 20px;
	position: relative;
	width: 809px;
}
#company h2 img {
  display: none;
}
#company ul {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/company_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	letter-spacing: -.40em;
	margin: 0 -40px;
	padding: 16px 0 16px 95px;
	text-align: center;
}
#company ul:before {
    background-image: url(https://storage.rehome-navi.com/lp/images/toilet/company_bg_drop.png);
	background-position: left top;
	background-repeat: no-repeat;
    content: "";
    display: block;
    height: 108px;
    pointer-events: none;
    position: absolute;
    right: -15px;
    top: 97px;
    width: 49px;
}
#company ul li {
	display: inline-block;
	border: 2px solid #e5e5e3;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	margin-right: 10px;
}
#company ul li.other {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width: 800px) {
	#company .inner {
		overflow: hidden;
		padding: 0;
	}
	#company h2 {
		background-image: none;
		height: auto;
		margin: 0 5px 15px;
		width: auto;
		text-align: center;
	}
	#company h2 img {
		display: inline;
	}
	#company ul {
		background-repeat: repeat-y;
		margin: 0 -12px 0 0;
		padding: 10px 0;
		text-align: center;
	}
	#company ul:before {
		background-image: none;
	}
	#company ul li {
		margin: 0 12px 10px 0;
		width: 140px;
	}
	#company ul li.other {
		margin: 10px 0;
		width: 100%;
	}
}


/*-------------------------------------------*/
/* valuation */
/*-------------------------------------------*/
#valuation {
	padding-top: 126px;
}
#valuation .inner {
	background-color: #f2eee3;
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/valuation_bg.png);
	background-position: center top;
	background-repeat: repeat;
	position: relative;
	z-index: 0;
}
#valuation .inner:before {
	border: 4px solid #e5ddd0;
	bottom: 3px;
	content: "";
	left: 3px;
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: -1;
}
#valuation h2 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/valuation_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 130px;
	margin: 0 auto -89px;
	position: relative;
	top: -96px;
	width: 996px;
}
#valuation h2 img {
  display: none;
}
#valuation ul {
	letter-spacing: -.40em;
	margin-left: 16px;
	padding-bottom: 10px;
}
#valuation ul li {
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 490px;
	margin: 0 14px 20px 0;
	padding: 22px 0 0 0;
	vertical-align: top;
	width: 475px;
}
#valuation ul li.box03,
#valuation ul li.box04 {
	height: 450px;
}
#valuation ul li img {
	margin: 0 0 0 4px;
}
#valuation ul li p {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/valuation_p.png);
	background-position: left top;
	background-repeat: repeat;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 34px;
	margin: 0 12px;
	text-align: left;
}
#valuation ul li p span {
	display: block;
	text-align: right;
}
@media screen and (max-width: 800px) {
	#valuation {
		padding-top: 90px;
	}
	#valuation h2 {
		background-image: none;
		height: auto;
		margin: 0 -5px -75px;
		top: -80px;
		width: auto;
		text-align: center;
	}
	#valuation h2 img {
		display: inline;
	}
	#valuation ul {
		margin: 0 7px;
		padding-bottom: 2px;
		text-align: center;
	}
	#valuation ul li {
		height: auto !important;
		margin: 0 0 10px;
		max-width: 100%;
		padding:15px 0;
    	width: auto;
	}
	#valuation ul li img {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 10px;
		padding: 0 10px;
	}
}


/*-------------------------------------------*/
/* serious */
/*-------------------------------------------*/
#serious {
	padding-top: 34px;
}
#serious .inner {
	position: relative;
	z-index: 0;
}
#serious h2 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/serious_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 76px;
	margin: 0 auto;
	position: relative;
	width: 946px;
	z-index: 1;
}
#serious h2 img {
  display: none;
}
#serious p {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/serious_p.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 631px;
	margin: -90px auto 0;
	position: relative;
	width: 1000px;
}
#serious p img {
  display: none;
}
@media screen and (max-width: 800px) {
	#serious {
		padding-top: 20px;
	}
	#serious h2,
	#serious p {
		background-image: none;
		height: auto;
		width: auto;
		text-align: center;
	}
	#serious h2 {
		padding: 0 10px;
	}
	#serious p {
		margin: -64px -5px 0;
	}
	#serious h2 img,
	#serious p img {
		display: inline;
	}
}


/*-------------------------------------------*/
/* reassurance */
/*-------------------------------------------*/
#reassurance {
	padding-top: 68px;
}
#reassurance .inner {
	background-color: #f2eee3;
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/valuation_bg.png);
	background-position: center top;
	background-repeat: repeat;
	padding-bottom: 19px;
	position: relative;
	z-index: 0;
}
#reassurance .inner:before {
	border: 4px solid #e5ddd0;
	bottom: 3px;
	content: "";
	left: 3px;
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: -1;
}
#reassurance h2 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/reassurance_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 140px;
	margin: 0 auto -98px;
	position: relative;
	top: -120px;
	width: 996px;
}
#reassurance h2 img {
  display: none;
}
#reassurance ul {
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 1px rgba(0,0,0,0.1);
	margin: 0 15px;
	padding: 37px 35px;
}
#reassurance ul li {
	margin-top: 28px;
	padding-bottom: 28px;
}
#reassurance ul li.box01 {
	border-bottom: 1px dashed #c9bcb4;
	margin-top: 0;
}
#reassurance ul li.box02 {
	border-bottom: 1px dashed #c9bcb4;
}
#reassurance ul li.box03 {
	padding-bottom: 0;
}
#reassurance ul li .tit {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/reassurance_stit.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #3188cb;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.2;
	padding: 3px 0 22px 56px;
}
#reassurance ul li .txt {
	overflow: hidden;
}
#reassurance ul li .txt img {
	vertical-align: top;
}
#reassurance ul li .txt .img {
	float: left;
}
#reassurance ul li .txt p {
	font-weight: bold;
    line-height: 1.8;
	overflow: hidden;
    padding: 5px 0 0 35px;
    text-align: left;
}
#reassurance ul li .txt p span {
	background-color: #fff838;	
}
@media screen and (max-width: 800px) {
	#reassurance {
		padding-top: 55px;
	}
	#reassurance h2 {
		background-image: none;
		height: auto;
		margin: 0 -5px -65px;
    	position: relative;
    	top: -70px;
		width: auto;
		text-align: center;
	}
	#reassurance h2 img {
		display: inline;
	}
	#reassurance ul {
		margin: 0 7px;
    	padding: 10px;
	}
	#reassurance ul li {
		margin-top: 20px;
		padding-bottom: 15px;
	}
	#reassurance ul li.box01 {
		margin-top: 5px;
	}
	#reassurance ul li .tit {
		-webkit-background-size: 40px auto;
		background-size: 40px auto;
		font-size: 20px;
		line-height: 1.5;
		padding: 5px 0 12px 45px;
	}
	#reassurance ul li .txt .img {
		float: none;
		text-align: center;
	}
	#reassurance ul li .txt p {
		padding: 10px 0 0 0;
	}
}


/*-------------------------------------------*/
/* flow */
/*-------------------------------------------*/
#flow {
	padding-top: 50px;
}
#flow .inner {
	background-color: #f2eee3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 30px;
}
#flow h2 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/flow_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 96px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#flow h2 img {
  display: none;
}
#flow .flow_img {
  margin-top: 30px;
  text-align: center;
}
#flow ul {
	letter-spacing: -.40em;
	margin-right: -48px;
	padding: 26px 0 20px 20px;
}
#flow ul li {
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 48px;
	position: relative;
	vertical-align: top;
	width: 288px;
	height: 340px;
}
#flow ul li:after {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/flow_arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	content: "";
	height: 54px;
	margin-top: -27px;
	position: absolute;
	right: -52px;
	top: 50%;
	width: 56px;
	z-index: 1;
}
#flow ul li:last-child:after {
	background-image: none;
	height: auto;
	margin-top: auto;
	position: static;
	right: auto;
	top: auto;
	width: auto;
	z-index: auto;
}
#flow ul li:last-child {
	padding-right: 0;
}
#flow ul li .tit {
	color: #38792b;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
}
#flow ul li .tit span {
	background-color: #448137;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 65px;
	left: -10px;
	margin-right: -5px;
	padding-top: 15px;
	position: relative;
    text-align: center;
	top: -15px;
    vertical-align: middle;
    width: 65px;
}
#flow ul li .tit span em {
	display: block;
	font-size: 26px;
	font-style: normal;
	padding-top: 4px;
}
#flow ul li .tit div {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%,transparent), color-stop(50%,#fff838));
	background-image: linear-gradient(to bottom, transparent 50%, #fff838 50%);
	display: inline-block;
	padding: 4px 6px;
}
#flow ul li .txt {
	line-height: 1.6;
	padding-bottom: 10px;
	text-align: center;
}
#flow ul li .txt img {
	margin-bottom: 10px;
}
#flow ul li .txt p {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}
@media screen and (max-width: 800px) {
	#flow {
		padding-top: 20px;
	}
	#flow h2 {
		background-image: none;
		height: auto;
		margin: 0 -5px;
		width: auto;
		text-align: center;
	}
	#flow h2 img {
		display: inline;
	}
	#flow ul {
		margin: 0;
		padding: 30px 15px 5px;
		text-align: center;
	}
	#flow ul li {
		margin: 0 0 45px;
		width: 100%;
		height: auto;
	}
	#flow ul li:last-child {
		margin: 0 0 15px;
	}
	#flow ul li:after {
		background-image: url(https://storage.rehome-navi.com/lp/images/toilet/sp_flow_arrow.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		bottom: -53px;
		height: 56px;
		margin-right: -27px;
		margin-top: auto;
		right: 50%;
		top: auto;
		width: 54px;
		z-index: 1;
	}
	#flow ul li .tit {
		text-align: left;
	}
	#flow ul li .tit div {
		font-size: 20px;
	}
}


/*-------------------------------------------*/
/* contact */
/*-------------------------------------------*/
#contact {
	padding-top: 50px;
}
#contact .inner {
	background-color: #91674b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 9px 22px;
	position: relative;
	text-align: center;
	z-index: 0;
}
#contact .inner:before {
	background-color: #f9f4e9;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	bottom: 6px;
	content: "";
	left: 6px;
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: -1;
}
#contact .inner:after {
	background-color: #ffffff;
	border: 1px solid #e0dbd5;
	bottom: 8px;
	content: "";
	left: 8px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: -1;
}

#contact .btn_box {
  display: table;
  margin:  30px auto 20px;
}

#contact .btn_box dt,
#contact .btn_box dd {
  display: table-cell;
  float: left;
}

#contact h2 {
	background-color: #8f664a;
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/contact_tit.png);
	background-position: center 26px;
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: auto;
}
#contact h2 img {
  display: none;
}
#contact .txt {
	color: #a47b45;
	font-size: 26px;
    font-weight: bold;
	letter-spacing: 2px;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
#contact .txt span {
	color: #d9181d;
	font-size: 32px;
    letter-spacing: -1px;
}

#form2 ul {
	padding: 0 12px;
	text-align: left;
}
#form2 ul li.step1,
#form2 ul li.step2,
#form2 ul li.step3,
#form2 ul li.step4 {
	display: inline-block;
	vertical-align: top;
	width: 208px;
}
#form2 ul li.step1,
#form2 ul li.step2,
#form2 ul li.step3 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/from_arrow2.png);
	background-position: 220px 5px;
	background-repeat: no-repeat;
	padding-right: 36px;
}
#form2 ul li.step5 {
	padding: 10px 0;
	text-align: center;
}
#form2 ul li .select {
	position: relative;
}
#form2 ul li .select:before {
    background-image: url(https://storage.rehome-navi.com/lp/images/toilet/from_select.png);
	background-position: left top;
	background-repeat: no-repeat;
    content: "";
    display: block;
    height: 26px;
	margin-top: -11px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 26px;
}
#form2 input[type="text"],
#form2 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 3px solid #fcbd25;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    box-shadow: 0 3px #e9e9e9 inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4a4a4a;
    font-size: 100%;
    font-weight: bold;
	height: 46px;
    padding: 0 5px;
	width: 100%;
}
#form2 ul li .select input[type="text"] {
	padding: 0 40px 0 8px;
}
#form2 select::-ms-expand {
	display: none;
}
#form2 ul li .link a {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/icon_arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 12px;
	margin: 5px 0;
	padding: 1px 0 1px 18px;
}
#form2 input[type="image"] {
	position: relative;
}
#form2 input[type="image"]:hover {
	opacity: 0.7;
}
#form2 input[type="text"]::-webkit-input-placeholder {
	color: #c6c8c8;
}
#form2 input[type="text"]:-ms-input-placeholder {
	color: #c6c8c8;
}
#form2 input[type="text"]::-moz-placeholder {
	color: #c6c8c8;
	opacity: 1;
}
@media screen and (max-width: 800px) {
	#contact {
	    padding-top: 25px;
	}
	#contact .btn_box {
	    display: block;
		margin: auto;
	}

	#contact .btn_box dt,
	#contact .btn_box dd {
		display: block;
		float: none;
	}

	#contact .btn_box dd img {
		max-width: 94%;
		height: auto;
	}
	#contact h2 {
		background-image: none;
		height: auto;
		padding: 14px 15px;
		width: auto;
	}
	#contact h2 img {
		display: inline;
	}
	#contact .txt {
		font-size: 18px;
		padding: 15px 0 12px;
	}
	#contact .txt span {
		font-size: 24px;
	}
	#form2 ul li.step1,
	#form2 ul li.step2,
	#form2 ul li.step3,
	#form2 ul li.step4 {
		display: block;
		vertical-align: top;
		width: 100%;
	}
	#form2 ul li.step1,
	#form2 ul li.step2,
	#form2 ul li.step3 {
		background-image: url(https://storage.rehome-navi.com/lp/images/toilet/from_arrow.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		padding-right: 0;
	}
	#form2 ul li.step1 {
		margin-bottom: 4px;
		padding-bottom: 21px;
	}
	#form2 ul li.step2 {
		margin-bottom: 8px;
		padding-bottom: 25px;
	}
	#form2 ul li.step3 {
		margin-bottom: 8px;
		padding-bottom: 26px;
	}
	#form2 ul li.step4 {
		margin-bottom: 8px;
	}
	#form2 ul li.step5 {
		padding: 0;
	}
	#form2 input[type="text"],
	#form2 select {
		font-size: 93%;
		padding-left: 0 3px;
	}
	#form2 input[type="image"] {
		width: 100%;
	}
}


/*-------------------------------------------*/
/* case */
/*-------------------------------------------*/
#case {
	padding-top: 50px;
}
#case .inner {
	background-color: #decfb3;
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/case_bg.png);
	background-position: center top;
	background-repeat: repeat;
	position: relative;
	z-index: 0;
}
#case h2 {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/case_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 164px;
	margin: 0 auto -5px;
	position: relative;
	top: -25px;
	width: 975px;
}
#case h2 img {
  display: none;
}
#case .supply_txt {
  margin: 0 0 20px 16px;
}
#case ul {
	letter-spacing: -.40em;
	margin-left: 15px;
	margin-right: -15px;
}
#case ul li {
	display: inline-block;
	margin: 0 15px 20px 0;
	vertical-align: top;
}
@media screen and (max-width: 800px) {
	#case {
		padding-top: 20px;
	}
	#case h2 {
		background-image: none;
		height: auto;
		margin: 0 auto 5px;
		top: auto;
		width: auto;
		text-align: center;
	}
	#case h2 img {
		display: inline;
	}
	#case .supply_txt {
		margin: 0 0 10px 0;
		font-size: 93%;
	}
	#case ul {
		margin: 0;
		padding-bottom: 2px;
		text-align: center;
	}
	#case ul li {
		display: block;
		margin: 0 0 5px;
	}
}


/*-------------------------------------------*/
/* arrow */
/*-------------------------------------------*/

#arrow {
	padding-top: 22px;
}
#arrow .inner {
	text-align: center;
}
#arrow .inner p {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 280px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#arrow .inner p img {
  display: none;
}
@media screen and (max-width: 800px) {
	#arrow {
		padding-top: 0;
	}
	#arrow .inner p {
		background-image: none;
		height: auto;
		margin: 25px 5px 0;
		width: auto;
	}
	#arrow .inner p img {
		display: inline;
	}
}


/*-------------------------------------------*/
/* contact2 */
/*-------------------------------------------*/
#contact2 {
	padding-top: 28px;
}
#contact2 .bg {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/contact2_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 604px;
	margin: 0 -40px;
	position: relative;
	z-index: 0;
}
#contact2 .main_form {
	left: 70px;
    right: auto;
    top: 84px;
}
#contact2 .txt {
	font-size: 129%;
	font-weight: bold;
    left: 500px;
    line-height: 2;
    position: absolute;
    top: 70px;
    width: 500px;
}
#contact2 address {
	background-image: url(https://storage.rehome-navi.com/lp/images/toilet/contact2_tel.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 130px;
	left: 518px;
    position: absolute;
    top: 454px;
	width: 464px;
}
#contact2 address img {
  display: none;
}
@media screen and (max-width: 800px) {
	#contact2 {
		padding-top: 60px;
	}
	#contact2 .bg {
		background-color: #f9f7f1;
		background-image: none;
		height: auto;
		margin: 0 -5px;
	}
	#contact2 .main_form {
		left: auto;
		margin: 0;
		top: auto;
	}
	#contact2 .txt {
		font-size: 100%;
		left: auto;
		line-height: 1.8;
		padding: 15px 23px 33%;
		position: relative;
		top: auto;
		width: auto;
	}
	#contact2 .txt:before {
		background-image: url(https://storage.rehome-navi.com/lp/images/toilet/sp_contact2_bg.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#contact2 .txt p {
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
    	border-radius: 5px;
		padding: 10px 15px;
		position: relative;
		z-index: -1;
	}
	#contact2 .txt p:before {
		background-image: url(https://storage.rehome-navi.com/lp/images/toilet/balloon.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 33px auto;
		background-size: 33px auto;
		bottom: -18px;
		content: "";
		left: 50%;
		margin-left: -100px;
		position: absolute;
		right: 0;
		top: 0;
	}
	#contact2 address {
		background-color: #f9edd8;
		background-image: none;
		height: auto;
		left: auto;
		padding: 5px 10px;
		position: static;
		text-align: center;
		top: auto;
		width: auto;
	}
	#contact2 address img {
		display: inline;
	}
}


/*-------------------------------------------*/
/* footer */
/*-------------------------------------------*/

#footer {
	background-color: #f9f7f1;
	color: #573700;
	font-size: 12px;
	margin-top: 50px;
	padding: 34px 0;
}
#footer .inner {
	text-align: center;
}
#footer address {
	font-style: normal;
	padding-top: 22px;
}
#footer small {
	display: block;
	padding-top: 10px;
	word-wrap: break-word;
}
@media screen and (max-width: 800px) {
	#footer {
		margin-top: 15px;
		padding: 15px 0 84px;
	}
	#footer img {
		width: 50%;
	}
	#footer address {
		padding-top: 10px;
	}
	#footer small {
		padding-top: 5px;
	}
}


/*-------------------------------------------*/
/* fixedbtn */
/*-------------------------------------------*/
#fixedbtn {
	display: none;
}
@media screen and (max-width: 800px) {
	#fixedbtn {
		background-color: #fffdd7;
		bottom: 0;
		display: block;
		height: 69px;
		left: 0;
		position: fixed;
		width: 100%;
	}
	#fixedbtn img {
		max-width: 320px;
	}
}

/*-------------------------------------------*/
/* estimatebtn(Green) */
/*-------------------------------------------*/
.estimate_btn_green {  
  display: table;
  margin: 6px auto 20px; 
  padding: 18px 60px;
  border: none;
  border-radius: 4px;
  color: #FFF !important;
  max-width: 100%;
  font-size: 28px;
  font-weight: bold;
  background: #68fe81;
  background: -moz-linear-gradient(top, #68fe81 0%, #50d869 50%, #03b41b 100%);
  background: -webkit-linear-gradient(top, #68fe81 0%,#50d869 50%,#03b41b 100%);
  background: linear-gradient(to bottom, #68fe81 0%,#50d869 50%,#03b41b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68fe81', endColorstr='#03b41b',GradientType=0 );
  text-shadow: rgba(0, 0, 0, 0.45) 1px 1px 1px;  
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 3px #338f28;
  line-height: 1.4em
}

.estimate_btn_green:hover {  
  transform: translate3d(0, 4px, 0);
  box-shadow: 0px 0px #338f28;	
}

.free_txt_green {
  background: #FA2A01;
  border-radius: 4px;
  margin-right: 8px;
  padding: 3px 8px;
}
