@charset "UTF-8";
/* Scss Document */
/*------------------------
共通
------------------------*/
.page_nav {
	padding: 30px 0;
}
.page_nav:first-child {
	padding-top: 0;
}
.page_nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page_nav li {
	width: 220px;
}
.page_nav li a {
	display: block;
	margin-bottom: 8px;
	padding: 7px 10px;
	background: url(../images/equipment/arrow_blue_right.png) top 50% right 10px no-repeat #FFF;
	border: #CCC 1px solid;
	color: #004CA1;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.page_nav li a:hover {
	text-decoration: none;
	opacity: .5;
	transition: 0.2s;
}
/*------------------------
index.html
------------------------*/
#index {
	padding: 50px 0;
	background: url(../images/common/bg_orange.png);
}
#index .catch {
	margin-bottom: 40px;
	text-align: center;
}
#index .catch h2 {
	margin-bottom: .8em;
	color: #008C46;
	font-size: 2.4rem;
	font-weight: normal;
}
#index .catch p {
	line-height: 2.0;
}
#index_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#index_list li {
	position: relative;
	width: 360px;
	margin: 0 30px 30px 0;
	background: #FFF;
}
#index_list li:nth-child(3n+3) {
	margin: 0 0 30px 0;
}
#index_list li figure {
	margin-bottom: 20px;
	padding: 5px;
}
#index_list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#index_list li a:hover {
	background: rgba(255, 255, 255, 0.5);
	transition: 0.2s;
}
#index_list li h2 {
	margin-bottom: .5em;
	color: #008C46;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#index_list li h2 span {
	font-size: 1.2rem;
}
#index_list li p {
	padding: 0 20px 20px;
	font-size: 1.4rem;
}
/*------------------------
quarity45.html
------------------------*/
.quality45 .quality_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.quality45 .quality_list li {
	margin: 5px;
}
/*------------------------
skyterrace.html
------------------------*/
.skyterrace.catch .catch_main {
	margin-bottom: 60px;
	height: 530px;
	background: url(../images/equipment/skyterrace/mainback.jpg) top left no-repeat;
}
.skyterrace.catch .catch_main p {
	padding: 30px 0 0 880px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.0;
}
.skyterrace.catch .catch_sub {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.skyterrace.night .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.skyterrace.night figure {
	width: 500px;
}
.skyterrace.night .text {
	width: 600px;
}
.skyterrace.night h3 {
	margin-bottom: 1em;
	font-family: serif;
	font-size: 2.4rem;
}
.skyterrace.night p {
	font-size: 1.6;
	line-height: 2.0;
	letter-spacing: .05em;
}
.skyterrace.outdoor .img_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 2em;
}
.skyterrace.outdoor .eq_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.skyterrace.outdoor .eq_list li {
	width: 550px;
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_orange.png);
}
.skyterrace.outdoor .eq_list figure {
	float: left;
	margin: 0 20px 0 0;
}
.skyterrace.outdoor .eq_list h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
/*------------------------
fukinuke.html
------------------------*/
.fukinuke .catch, .shuunou .catch {
	position: relative;
	height: 500px;
}
.fukinuke .catch .text, .shuunou .catch .text {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 500px;
	padding: 30px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.0;
}
.fukinuke .catch .text h2, .shuunou .catch .text h2 {
	margin-bottom: .5em;
	font-family: serif;
}
.fukinuke ul, .shuunou ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fukinuke ul li, .shuunou ul li {
	width: 550px;
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_orange.png);
}
.fukinuke ul figure, .shuunou ul figure {
	float: left;
	margin: 0 20px 0 0;
}
.fukinuke ul h3, .shuunou ul h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
.fukinuke .note, .shuunou .note {
	text-align: right;
}
.fukinuke .catch {
	background: url(../images/equipment/fukinuke/mainback.jpg) top center no-repeat;
}
.shuunou {
	background: url(../images/common/bg_orange.png);
}
.shuunou .catch {
	background: url(../images/equipment/fukinuke/mainback2.jpg) top center no-repeat;
}
.shuunou ul li {
	background: #FFF;
}
/*------------------------
kitchen.html
------------------------*/
.kitchen .catch {
	min-height: 400px;
	margin-bottom: 50px;
	background: url(../images/equipment/kitchen/main.jpg) top left no-repeat;
	padding-left: 600px;
}
.kitchen .catch h2 {
	margin-bottom: 1em;
	color: #00B200;
	font-family: serif;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.kitchen .catch p {
	font-size: 1.6rem;
	letter-spacing: 2.0;
}
.kitchen ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.kitchen ul li {
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_orange.png);
}
.kitchen ul li.col3 {
	width: 360px;
}
.kitchen ul li.col3 figure.left {
	float: left;
	margin: 0 20px 0 0;
}
.kitchen ul li.col2 {
	width: 550px;
}
.kitchen ul li.col2 figure {
	float: left;
	margin: 0 20px 0 0;
}
.kitchen ul h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
.kitchen ul .redtxt {
	color: #B20000;
}
.kitchen .note {
	text-align: right;
}
.kitchen .float_box {
	clear: both;
	overflow: hidden;
}
/*------------------------
bathroom.html
------------------------*/
.bathroom .catch {
	min-height: 400px;
	margin-bottom: 50px;
	background: url(../images/equipment/bathroom/main.jpg) top right no-repeat;
	padding-right: 600px;
}
.bathroom .catch h2 {
	margin-bottom: 1em;
	color: #00B200;
	font-family: serif;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.bathroom .catch p {
	font-size: 1.6rem;
	letter-spacing: 2.0;
}
.bathroom ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bathroom ul li {
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_orange.png);
}
.bathroom ul li.col3 {
	width: 360px;
}
.bathroom ul li.col3 figure.left {
	float: left;
	margin: 0 20px 0 0;
}
.bathroom ul li.col2 {
	width: 550px;
}
.bathroom ul li.col2 figure {
	float: left;
	margin: 0 20px 0 0;
}
.bathroom ul li.col4 {
	width: 260px;
}
.bathroom ul h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
.bathroom ul .redtxt {
	color: #B20000;
}
.bathroom .note {
	text-align: right;
}
.bathroom .relaxia_list {
	justify-content: flex-start;
}
.bathroom .relaxia_list .col2 {
	margin-left: 40px;
}
.bathroom .relaxia_list .col3 {
	margin-left: 30px;
}
.bathroom .relaxia_list .col4 {
	margin-left: 33px;
}
.bathroom .relaxia_list .ml0 {
	margin-left: 0;
}
/*------------------------
toilet_sanitary.html
------------------------*/
.toilet_sanitary .catch {
	min-height: 400px;
	margin-bottom: 50px;
	background: url(../images/equipment/toilet_sanitary/main.jpg) top left no-repeat;
	padding-right: 650px;
}
.toilet_sanitary .catch h2 {
	margin-bottom: 1em;
	color: #00B200;
	font-family: serif;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.toilet_sanitary .catch p {
	font-size: 1.6rem;
	letter-spacing: 2.0;
}
.toilet_sanitary ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.toilet_sanitary ul li {
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_orange.png);
}
.toilet_sanitary ul li.col3 {
	width: 360px;
}
.toilet_sanitary ul li.col3 figure.left {
	float: left;
	margin: 0 20px 0 0;
}
.toilet_sanitary ul li.col2 {
	width: 550px;
}
.toilet_sanitary ul li.col2 figure {
	float: left;
	margin: 0 20px 0 0;
}
.toilet_sanitary ul h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
.toilet_sanitary .note {
	text-align: right;
}
/*------------------------
door.html
------------------------*/
.door .catch {
	min-height: 400px;
	background: url(../images/equipment/door/main.jpg) top left no-repeat;
	padding-left: 650px;
}
.door .catch h2 {
	margin-bottom: 1em;
	color: #00B200;
	font-family: serif;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.door .catch p {
	font-size: 1.6rem;
	letter-spacing: 2.0;
}
.door .lixil .left {
	float: left;
}
.door ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.door ul li {
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_orange.png);
}
.door ul li.col2 {
	width: 550px;
}
.door ul li.col2 figure {
	float: left;
	margin: 0 20px 0 0;
}
.door ul h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
.door .note {
	text-align: right;
}
/*------------------------
interior.html
------------------------*/
.interior#veritis .section_ttl {
	position: relative;
}
.interior#veritis .section_ttl p {
	position: absolute;
	top: 200px;
	left: 120px;
	width: 300px;
	color: #FFF;
}
.interior#woodyline .section_ttl {
	position: relative;
}
.interior#woodyline .section_ttl p {
	position: absolute;
	top: 80px;
	left: 120px;
	width: 300px;
	color: #FFF;
}
.interior .company_guide {
	overflow: hidden;
}
.interior .company_guide figure {
	float: left;
	margin-right: 3em;
}
.interior ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.interior ul li {
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_orange.png);
}
.interior ul li.col1 {
	width: 100%;
}
.interior ul li.col1 figure {
	float: left;
	margin: 0 20px 0 0;
}
.interior ul li.col2 {
	width: 550px;
}
.interior ul li.col2 figure {
	float: left;
	margin: 0 20px 0 0;
}
.interior ul h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
.interior .note {
	text-align: right;
}
.interior#dannetsu .clear {
	overflow: hidden;
}
.interior#dannetsu .left {
	float: left;
	margin-right: 2em;
}
.interior#dannetsu .right {
	float: right;
	margin-left: 2em;
}
/*------------------------
security.html
------------------------*/
.security.catch .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.security.catch .text {
	width: 500px;
}
.security.catch h2 {
	margin-bottom: 1em;
	color: #00B200;
	font-family: serif;
	font-size: 2.6rem;
	letter-spacing: .1em;
}
.security.catch p {
	font-size: 1.6rem;
	letter-spacing: 2.0;
}
.security .doorphone {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 20px;
	background: url(../images/common/bg_green.png);
}
.security .doorphone figure {
	margin-bottom: 0;
}
.security .doorphone .text {
	width: 650px;
}
.security .doorphone .text h3 {
	margin-bottom: 1em;
}
.security ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.security ul li {
	margin-bottom: 40px;
	padding: 20px;
	background: #FFF;
}
.security ul li.col2 {
	width: 550px;
}
.security ul li.col2 figure {
	float: left;
	margin: 0 20px 0 0;
}
.security ul h3 {
	margin-bottom: 1em;
	color: #FF8000;
	font-size: 1.8rem;
	font-weight: bold;
}
.security ul .redtxt {
	color: #B20000;
}
.security .note {
	text-align: right;
}
/*------------------------
power.html
------------------------*/
@media screen and (max-width: 767px) {
	/*------------------------
  共通
  ------------------------*/
	.page_nav {
		padding: 2.61vw 0;
	}
	.page_nav:first-child {
		padding-top: 0;
	}
	.page_nav li {
		width: 49%;
	}
	.page_nav li a {
		padding: 7px 10px;
		background: url(../images/equipment/arrow_blue_right.png) top 50% right 2vw no-repeat #FFF;
		background-size: 2vw;
	}
	/*------------------------
  index.html
  ------------------------*/
	#index .inner {
		padding: 0;
	}
	#index .catch {
		padding: 0 2.61vw;
	}
	#index .catch h2 {
		font-weight: bold;
	}
	#index .catch p {
		text-align: left;
	}
	#index_list li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 5px 0;
		padding: 2.61vw;
		background: url(../images/common/arrow_black_right.png) top 50% right 2.61vw no-repeat #FFF;
		background-size: 3.0vw;
	}
	#index_list li:nth-child(3n+3) {
		margin: 0 0 5px 0;
	}
	#index_list li figure {
		display: inline-block;
		width: 43.16vw;
		height: auto;
		margin-bottom: 0;
		padding: 0;
	}
	#index_list li .text {
		width: 49.15vw;
		padding-right: 5vw;
	}
	#index_list li h2 {
		text-align: left;
	}
	#index_list li p {
		padding: 0;
	}
	/*------------------------
  quarity45.html
  ------------------------*/
	.quality45 .quality_list li {
		width: 18%;
		margin: 1%;
	}
	/*------------------------
  skyterrace.html
  ------------------------*/
	.skyterrace.catch .catch_main {
		height: 95vw;
		margin-bottom: 0;
		background: url(../images/equipment/skyterrace/mainback.jpg) top center no-repeat;
		background-size: contain;
	}
	.skyterrace.catch .catch_main p {
		width: 100%;
		padding: 63vw 0 0;
	}
	.skyterrace.catch .catch_sub li {
		width: 30%;
	}
	.skyterrace.night .inner {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.skyterrace.night figure {
		width: 100%;
	}
	.skyterrace.night .text {
		width: 100%;
	}
	.skyterrace.night p {
		margin-bottom: 0;
	}
	.skyterrace.outdoor .img_list li {
		width: 48%;
	}
	.skyterrace.outdoor .eq_list li {
		width: 100%;
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.skyterrace.outdoor .eq_list figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	/*------------------------
  fukinuke.html
  ------------------------*/
	.fukinuke .catch, .shuunou .catch {
		height: auto;
		margin-bottom: 2em;
	}
	.fukinuke .catch .text, .shuunou .catch .text {
		position: static;
		width: 100%;
		padding: 5.22vw;
	}
	.fukinuke ul li, .shuunou ul li {
		width: 100%;
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.fukinuke ul figure, .shuunou ul figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	.fukinuke .note, .shuunou .note {
		text-align: left;
	}
	.fukinuke .catch, .shuunou .catch {
		background-size: cover;
	}
	/*------------------------
  kitchen.html
  ------------------------*/
	.kitchen .catch {
		min-height: auto;
		margin-bottom: 50px;
		background: none;
		padding-left: 0;
	}
	.kitchen ul li {
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.kitchen ul li.col3 {
		width: 48%;
	}
	.kitchen ul li.col3 figure.left {
		float: none;
		margin: 0 0 20px 0;
	}
	.kitchen ul li.col2 {
		width: 100%;
	}
	.kitchen ul li.col2 figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	.kitchen .note {
		text-align: left;
	}
	.kitchen .float_box .left {
		float: left !important;
		width: 30%;
		margin: 0 1em 1em 0 !important;
	}
	/*------------------------
  bathroom.html
  ------------------------*/
	.bathroom .catch {
		min-height: auto;
		margin-bottom: 50px;
		background: none;
		padding-right: 0;
	}
	.bathroom ul li {
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.bathroom ul li.col3 {
		width: 48%;
	}
	.bathroom ul li.col3 figure.left {
		float: none;
		margin: 0 0 20px 0;
	}
	.bathroom ul li.col2 {
		width: 100%;
	}
	.bathroom ul li.col2 figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	.bathroom ul li.col4 {
		width: 48%;
	}
	.bathroom .note {
		text-align: left;
	}
	.bathroom .relaxia_list {
		justify-content: space-between;
	}
	.bathroom .relaxia_list .col2 {
		margin-left: 0;
	}
	.bathroom .relaxia_list .col2 figure {
		width: 50%;
	}
	.bathroom .relaxia_list .col3 {
		margin-left: 0;
	}
	.bathroom .relaxia_list .col4 {
		margin-left: 0;
	}
	.bathroom .relaxia_list .ml0 {
		margin-left: 0;
	}
	/*------------------------
  toilet_sanitary.html
  ------------------------*/
	.toilet_sanitary .catch {
		min-height: auto;
		margin-bottom: 50px;
		background: none;
		padding-right: 0;
	}
	.toilet_sanitary ul li {
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.toilet_sanitary ul li.col3 {
		width: 48%;
	}
	.toilet_sanitary ul li.col3 figure.left {
		float: none;
		margin: 0 0 20px 0;
	}
	.toilet_sanitary ul li.col2 {
		width: 100%;
	}
	.toilet_sanitary ul li.col2 figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	.toilet_sanitary .note {
		text-align: left;
	}
	.toilet_sanitary.benza ul li.col2 {
		width: 100%;
	}
	.toilet_sanitary.benza ul li.col2 figure {
		float: none;
		width: 100%;
		margin: 0 0 2.61vw 0;
	}
	/*------------------------
  door.html
  ------------------------*/
	.door .catch {
		min-height: auto;
		background: none;
		padding-left: 0;
	}
	.door ul li {
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.door ul li.col2 {
		width: 100%;
	}
	.door ul li.col2 figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	.door .note {
		text-align: left;
	}
	/*------------------------
  interior.html
  ------------------------*/
	.interior#veritis .section_ttl p {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		color: #000;
	}
	.interior#woodyline .section_ttl p {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		color: #000;
	}
	.interior .company_guide {
		overflow: hidden;
	}
	.interior .company_guide figure {
		width: 30%;
		float: left;
		margin-right: 3em;
	}
	.interior ul li {
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.interior ul li.col2, .interior ul li.col1 {
		width: 100%;
	}
	.interior ul li.col2 figure, .interior ul li.col1 figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	.interior .note {
		text-align: left;
	}
	.interior#dannetsu .left {
		width: 30%;
	}
	.interior#dannetsu .right {
		width: 30%;
	}
	.interior#dannetsu2 .company_guide figure {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	/*------------------------
  security.html
  ------------------------*/
	.security.catch .inner {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.security.catch figure {
		width: 50%;
	}
	.security.catch .text {
		width: 100%;
	}
	.security .doorphone {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.security .doorphone figure {
		margin-bottom: 1em;
	}
	.security .doorphone .text {
		width: 100%;
	}
	.security ul li {
		margin-bottom: 2.61vw;
		padding: 2.61vw;
	}
	.security ul li.col2 {
		width: 100%;
	}
	.security ul li.col2 figure {
		float: left;
		width: 30%;
		margin: 0 2.61vw 0 0;
	}
	.security .note {
		text-align: left;
	}
	/*------------------------
  power.html
  ------------------------*/
}