﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,300;1,500;1,700&display=swap');
/*-----------------------------------------------------	*/
/*	新規テンプレ 202103					*/
/*-----------------------------------------------------	*/
/*common*/
body {
 color: #323333;
}


.fix-nav {
 position: fixed;
 right: 0;
 width: 72px;
 z-index: 100;
 top: 0;
 bottom: 0;
 margin: auto;
 height: 144px;
}
.l-fixtxt {
 position: absolute;
 top: 50px;
 left: 0;
 margin-left: -35px;
 text-align: left;
 z-index: 100;
}
.l-fixtxt p {
 width: 160px;
 height: 85px;
 font-size: 14px;
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-style: italic;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 line-height: 1.3;
}
.l-fixtxt p strong {
 font-size: 16px;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 font-style: italic;
}
.l-fixtxt p span {
 font-size: 14px;
 font-family: 'Roboto', sans-serif;
 font-weight: 300;
 font-style: italic;
}
.l-main {
 height: 330px;
}
a, .hv {
 cursor: pointer;
 transition: all .5s ease-out;
}
a:hover, .hv:hover {
 opacity: 0.6;
}
.m-title {
 margin-bottom: 50px;
 text-align: center;
}
.m-title h2 {
 font-size: 36px;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 line-height: 1.3;
}
.m-title p {
 font-size: 16px;
}
.l-page-content {
 clear: both;
}
/*
.l-page-content p {
 line-height: 1.8;
 font-size: 14px;
}*/
.l-page-content .l-page-content-inner {
 width: 1080px;
 margin: 0 auto;
 overflow: hidden;
}
@media screen and (max-width: 768px) {

 .fix-nav {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  width: 16vw;
  height: 32vw;
  z-index: 100;
 }
 .l-fixtxt {
  position: absolute;
  top: 225px;
  left: 0;
  margin-left: -205px;
  text-align: left;
  z-index: 100;
		display: none;
 }
 .l-fixtxt p {
  width: auto;
  height: auto;
  font-size: 12px;
 }
 .l-fixtxt p strong {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
 }
 .l-fixtxt p span {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
 }
 .l-main {
  height: 50vw;
 }
 a:hover, .hv:hover {
  opacity: 1;
 }
 .m-title {
  margin-bottom: 5.6vw;
 }
 .m-title h2 {
  font-size: 5.3vw;
 }
 .m-title p {
  font-size: 1.33vw;
 }
 .l-page-content {
  clear: both;
 }
	/*
 .l-page-content p {
  line-height: 1.8;
  font-size: 3.2vw;
 }*/
 .l-page-content .l-page-content-inner {
  width: 88vw;
  margin: 0 auto;
  overflow: hidden;
 }
}
/*l-contact*/
.l-contact {
 background: #5f5f5f;
 padding: 0 0 50px 0;
 text-align: center;
}
.l-contact-inner {
 text-align: center;
}
.l-contact .m-title img {
 width: 100px;
 height: auto;
 margin-bottom: 15px;
}
.l-contact .m-title {
 margin: -37px auto 35px auto;
 display: inline-block;
 background: url("../images/common/n/tit_contact_ic.png") no-repeat center top;
 background-size: 73px auto;
 padding-top: 85px;
}
.l-contact .m-title p {
 color: #fff;
 font-size: 12px;
}
.m-contact-read {
 color: #fff;
 margin-bottom: 35px;
 line-height: 1.8;
}
.m-contact_tel {
 width: 280px;
 display: inline-block;
 margin-right: 45px;
}
.m-contact_tel a {
 width: 280px;
 height: 60px;
 border: #fff 1px solid;
 box-sizing: border-box;
 background: url("../images/common/n/ic_tel.png") no-repeat 65px 13px;
 background-size: 23px auto;
 color: #fff;
 font-size: 18px;
 padding: 18px 0 0 40px;
 display: block;
}
.m-contact_entry {
 width: 280px;
 display: inline-block;
}
.m-contact_entry a {
 width: 280px;
 height: 60px;
 border: #fff 1px solid;
 box-sizing: border-box;
 background: url("../images/common/n/ic_sodan.png") no-repeat 73px 13px;
 background-size: 30px auto;
 color: #fff;
 font-size: 18px;
 padding: 18px 0 0 40px;
 display: block;
}
.m-contact_tel p, .m-contact_entry p {
 color: #fff;
 text-align: center;
 font-size: 14px;
 padding-top: 10px;
}
@media screen and (max-width: 768px) {
 .l-contact {
  padding: 0 0 8vw 0;
 }
 .l-contact-inner {
  text-align: center;
 }
 .l-contact .m-title img {
  width: 20.26vw;
  height: auto;
  margin-bottom: 15px;
 }
 .l-contact .m-title {
  margin: -4.6vw auto 4.6vw auto;
  display: inline-block;
  background: url("../images/common/n/tit_contact_ic.png") no-repeat center top;
  background-size: 9.73vw auto;
  padding-top: 12.6vw;
 }
 .l-contact .m-title p {
  color: #fff;
  font-size: 12px;
 }
 .m-contact-read {
  color: #fff;
  margin-bottom: 4.9vw;
  line-height: 1.8;
  font-size: 3.2vw;
 }
 .m-contact_tel {
  width: 62.6vw;
  display: inline-block;
  margin: 0 auto 4vw auto;
 }
 .m-contact_tel a {
  width: 100%;
  height: 10.6vw;
  border: #fff 1px solid;
  box-sizing: border-box;
  background: url("../images/common/n/ic_tel.png") no-repeat 18.7vw 2.6vw;
  background-size: 2.9vw auto;
  color: #fff;
  font-size: 3.2vw;
  padding: 2.2vw 0 0 4.8vw;
  display: block;
 }
 .m-contact_entry {
  width: 62.6vw;
  display: inline-block;
 }
 .m-contact_entry a {
  width: 100%;
  height: 10.6vw;
  border: #fff 1px solid;
  box-sizing: border-box;
  background: url("../images/common/n/ic_sodan.png") no-repeat 19.4vw 2.6vw;
  background-size: 4.1vw auto;
  color: #fff;
  font-size: 3.2vw;
  padding: 2.2vw 0 0 5.3vw;
  display: block;
 }
 .m-contact_tel p, .m-contact_entry p {
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
  ;
  padding-top: 3px;
 }
}
/*gnav*/
.modal-wrap {
 display: none;
}
/* modaal.min.css */
.modaal-container {
 position: relative;
 display: inline-block;
 width: 100%;
 margin: auto;
 text-align: left;
 color: #000;
 max-width: 100%;
 border-radius: 0px;
 background: none;
}
.modaal-content-container {
 padding: 0;
 overflow: hidden;
}
.modaal-inner-wrapper {
 padding: 0;
 overflow: hidden;
}
.l-gnav {
 width: 50%;
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 height: 102vh;
 background: #fff;
 text-align: center;
 overflow: hidden;
}
.l-gnav .remodal-close {
 position: inherit;
 top: auto;
 left: auto;
 display: block;
 overflow: visible;
 border-radius: 0;
 width: 72px;
 height: 72px;
 margin: 0;
 padding: 0 0 0 0;
 background: url("../images/common/n/fixnav_close.png") no-repeat;
 font-style: normal;
 font-weight: 700;
 cursor: pointer;
 transition: color 0.2s;
 text-decoration: none;
 color: #612a11;
 font-size: 15px;
 border: 0;
 outline: 0;
}
.fix-nav-cl {
 position: fixed;
 right: 0;
 width: 72px;
 z-index: 100;
 top: 0;
 bottom: 0;
 margin: auto;
 height: 144px;
}
.l-gnav-list {
 width: 420px;
 text-align: left;
 display: inline-block;
 margin: auto;
 height: 520px;
 position: relative;
 margin-top: -260px;
 ;
 top: 50%;
}
.l-gn-cat {
 margin-bottom: 30px;
}
.l-gn-cat {
 font-size: 22px;
 font-weight: bold;
}
.l-gn-cat span {
 font-size: 22px;
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-style: italic;
}
.m-gn-cat-en {
 font-size: 10px;
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-style: italic;
 letter-spacing: 2px;
}
.r-flogo {
 width: 285px;
}
.m-gn-smenu {
 border-left: #333333 3px solid;
 padding-left: 20px;
 margin-top: 15px;
}
.m-gn-smenu li {
 margin-bottom: 25px;
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-style: italic;
}
@media screen and (max-width: 768px) {
 /* modaal.min.css */
 .modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 100%;
  border-radius: 0px;
  background: none;
 }
 .modaal-content-container {
  padding: 0;
  overflow: hidden;
 }
 .modaal-inner-wrapper {
  padding: 0;
  overflow: hidden;
 }
 .l-gnav {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 102vh;
  background: #fff;
  text-align: center;
  overflow: hidden;
 }
 .l-gnav .remodal-close {
  position: inherit;
  top: auto;
  left: auto;
  display: block;
  overflow: visible;
  border-radius: 0;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 0 0 0 0;
  background: url("../images/common/n/fixnav_close.png") no-repeat;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #612a11;
  font-size: 15px;
  border: 0;
  outline: 0;
 }
 .fix-nav-cl {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  width: 16vw;
  height: 32vw
 }
 .fix-nav-cl .remodal-close::before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 20px;
  line-height: 1;
  position: inherit;
  top: auto;
  left: auto;
  display: block;
  width: 72px;
  height: 72px;
  content: "\00d7";
  text-align: left;
 }
 .l-gnav-list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 76vw;
  height: 104vw;
 }
 .l-gn-cat {
  margin-bottom: 6vw;
 }
 .l-gn-cat {
  font-size: 4.2vw;
  font-weight: bold;
 }
 .l-gn-cat span {
  font-size: 4.2vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
 }
 .m-gn-cat-en {
  font-size: 2.1vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1.3;
 }
 .r-flogo {
  width: 53vw;
 }
 .m-gn-smenu {
  border-left: #333333 3px solid;
  padding-left: 4vw;
  margin-top: 2.2vw;
 }
 .m-gn-smenu li {
  margin-bottom: 4.6vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: italic;
 }
}
/*ifh top*/
.ifh_top .l-main {
 height: auto;
 margin-bottom: 70px;
}
.ifh_top .l-main figure {
 background: url("../images/i-factory-house/n/top/main_pc.jpg") no-repeat center 0;
 background-size: cover;
 height: 698px;
 position: relative;
}
.ifh_top .l-main figure:before {
 content: '';
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 50vw 120px 50vw;
 border-color: transparent transparent #ffffff transparent;
 position: absolute;
 bottom: 0;
 left: 0;
}
.l-main-txt {
 margin-top: -50px;
 position: relative;
 text-align: center;
}
.m-main-tit {
 font-size: 19px;
 margin-bottom: 20px;
 font-weight: bold;
}
.l-main-txt h1 {
 width: 430px;
 display: inline-block;
 margin-bottom: 30px;
}
.m-main-txt {
 font-size: 15px;
 line-height: 1.8;
}
.l-ifh-top-lineup {
 background: #f7f7f7;
 padding: 70px 0;
 margin-bottom: 70px;
}
.l-ifh-top-lineup article + article {
 margin-top: 50px;
}
.m-lineup-list {
 overflow: hidden;
 text-align: left;
}
.m-lineup-list .m-lineup-img {
 float: left;
 width: 560px;
}
.m-lineup-list .m-lineup-detail {
 float: right;
 width: 480px;
}
.m-lineup-detail-tit {
 font-size: 19px;
 margin-bottom: 20px;
 line-height: 1.5;
 font-weight: bold;
}
.m-lineup-detail-tit strong {
 font-size: 36px;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 font-style: italic;
}
.m-lineup-detail-txt {
 font-size: 15px;
 line-height: 1.8;
 margin-bottom: 30px;
}
.m-lineup-detail .m-tag li {
 display: inline-block;
 border: #848484 1px solid;
 border-radius: 20px;
 margin: 0 7px 7px 0;
 color: #848484;
 font-size: 14px;
 padding: 4px 12px;
}
.m-lineup-detail .m-tag li::before {
 content: "#";
 margin-right: 3px;
}
@media screen and (max-width: 768px) {
 .ifh_top .l-main {
  height: auto;
  margin-bottom: 8vw;
 }
 .ifh_top .l-main figure {
  background: url("../images/i-factory-house/n/top/main_sp.jpg") no-repeat center 0;
  background-size: cover;
  height: 85.33vw;
  position: relative;
 }
 .ifh_top .l-main figure:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 16vw 50vw;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
 }
 .l-main-txt {
  margin: -9vw 5.8vw 0 5.8vw;
  position: relative;
  text-align: center;
 }
 .m-main-tit {
  font-size: 2.5vw;
  margin-bottom: 2.6vw;
  font-weight: bold;
 }
 .l-main-txt h1 {
  width: 57.3vw;
  display: inline-block;
  margin-bottom: 4vw;
 }
 .m-main-txt {
  font-size: 3.2vw;
  line-height: 1.8;
 }
 .l-ifh-top-lineup {
  background: #f7f7f7;
  padding: 8vw 0 12.8vw 0;
  margin-bottom: 8vw;
 }
 .l-ifh-top-lineup article + article {
  margin-top: 12.8vw;
 }
 .m-lineup-list {
  overflow: hidden;
  text-align: left;
 }
 .m-lineup-list .m-lineup-img {
  float: none;
  width: auto;
  margin-bottom: 6.6vw
 }
 .m-lineup-list .m-lineup-detail {
  float: none;
  width: auto;
 }
 .m-lineup-detail-tit {
  font-size: 2.5vw;
  margin-bottom: 2.6vw;
  line-height: 1.5;
  font-weight: bold;
 }
 .m-lineup-detail-tit strong {
  font-size: 4.8vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
 }
 .m-lineup-detail-txt {
  font-size: 3.2vw;
  line-height: 1.8;
  margin-bottom: 4vw;
 }
 .m-lineup-detail .m-tag li {
  display: inline-block;
  border: #848484 1px solid;
  border-radius: 20px;
  margin: 0 0.93vw 1.5vw 0;
  color: #848484;
  font-size: 3.2vw;
  padding: 0.53vw 1.6vw;
 }
 .m-lineup-detail .m-tag li::before {
  content: "#";
  margin-right: 3px;
 }
 .m-lineup-list .m-lineup-detail .m-btn-more {
  text-align: center;
  margin: 5.5vw auto 0 auto;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: auto;
  height: 44px;
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 44px;
  letter-spacing: 0;
  color: #333333;
  position: relative;
  border: 1px solid #333333;
 }
}
/*ifh_with_furniture*/
.ifh_with_furniture .l-main {
 background: url("../images/i-factory-house/n/main_pc.jpg") no-repeat center center;
 background-size: cover;
}
.ifh_with_furniture .l-main h1 {
 height: 330px;
 background: url("../images/i-factory-house/n/main_ifh_pc.png") no-repeat center bottom;
 background-size: auto 245px;
 text-indent: -9999px;
 overflow: hidden;
}
.ifh_with_furniture .m-title p {
 font-size: 16px;
}
.l-ifh-about {
 overflow: hidden;
 text-align: left;
 position: relative;
 height: 520px;
 margin: 40px 0 130px 0;
}
.l-ifh-about figure {
 position: absolute;
 top: 117px;
 left: 0;
 width: 560px;
}
.l-ifh-about h3 {
 margin-top: 100px;
 font-size: 19px;
 font-weight: bold;
 margin-bottom: 30px;
 background: url("../images/i-factory-house/n/concept.png") no-repeat;
 background-size: 240px auto;
 margin-left: 608px;
 padding-top: 107px;
 line-height: 1.6;
}
.l-ifh-about p.checkpoint {
 margin-left: 608px;
}
.l-ifh-lineup {
 overflow: hidden;
 text-align: left;
 margin-bottom: 165px;
}

.l-ifh-lineup-list{
	text-align: center;
}
.m-ifh-lineup-list {
 width: 330px;
	display: inline-block;
 margin-right: 45px;
	text-align: left;
}
.m-ifh-lineup-list:last-child {
 margin-right: 0;
}
.m-ifh-lineup-list figure {
 margin-bottom: 15px;
}
.m-ifh-lineup-list h3 {
 margin-bottom: 15px;
}
.m-ifh-lineup-list h3 img {
 height: 36px;
}
.m-ifh-lineup-list .m-name-k {
 font-size: 14px;
 color: #b2b2b2;
 margin-bottom: 20px;
}
.m-ifh-lineup-list .m-txt {
 margin-bottom: 25px;
}
.m-ifh-lineup-list .m-tag li {
 display: inline-block;
 border: #1f7ab7 1px solid;
 border-radius: 20px;
 margin: 0 7px 7px 0;
 color: #1f7ab7;
 font-size: 14px;
 padding: 4px 12px;
}
.m-ifh-lineup-list .m-tag li::before {
 content: "#";
 margin-right: 3px;
}
.l-ifh-works {
 text-align: left;
 margin-bottom: 110px;
}
.l-ifh-works-list {
 overflow: hidden;
 margin-bottom: 45px;
}
.m-ifh-works-list {
 width: 330px;
 float: left;
 margin-right: 45px;
}
.m-ifh-works-list:nth-of-type(3n+0) {
 margin-right: 0;
}
.m-ifh-works-list figure {
 margin-bottom: 15px;
}
.m-ifh-works-list .m-txt {
 margin-bottom: 25px;
}
.l-btn-more {
 clear: both;
 text-align: center;
}
.m-btn-more {
 text-align: center;
 margin: 0 auto;
 display: block;
 overflow: hidden;
 text-decoration: none;
 width: 180px;
 height: 44px;
 font-weight: normal;
 font-size: 14px;
 line-height: 44px;
 letter-spacing: 0;
 color: #333333;
 position: relative;
 border: 1px solid #333333;
}
.m-btn-more:before, .m-btn-more:after {
 content: '';
 position: absolute;
 background: #333333;
}
.m-btn-more:before {
 top: 24px;
 right: 20px;
 height: 1px;
 width: 18px;
}
.m-btn-more:after {
 top: 20px;
 right: 20px;
 height: 1px;
 width: 10px;
 transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
 .ifh_with_furniture .l-main {
  background: url("../images/i-factory-house/n/main_sp.jpg") no-repeat center center;
  background-size: cover;
  height: 50vw;
 }
 .ifh_with_furniture .l-main h1 {
  height: 50vw;
  background: url("../images/i-factory-house/n/main_ifh_sp.png") no-repeat center bottom;
  background-size: auto 33.33vw;
 }
 .ifh_with_furniture .m-title p {
  font-size: 2.66vw;
 }
 .l-ifh-about {
  height: auto;
  margin: 8.26vw 0 12vw 0;
 }
 .l-ifh-about figure {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
 }
 .l-ifh-about h3 {
  margin-top: 0;
  font-size: 3.46vw;
  font-weight: bold;
  margin-bottom: 4vw;
  background: none;
  margin-left: 0;
  padding-top: 0;
  line-height: 1.6;
  text-align: center;
 }
 .l-ifh-about p.checkpoint {
  margin-left: 0;
  margin-bottom: 5.6vw;
 }
 .l-ifh-lineup {
  margin-bottom: 11.3vw;
 }
 .m-ifh-lineup-list {
  width: auto;
		display: block;
  margin-right: 0;
  margin-bottom: 11vw;
 }
 .m-ifh-lineup-list:last-child {
  margin-right: 0;
 }
 .m-ifh-lineup-list figure {
  margin-bottom: 5vw;
 }
 .m-ifh-lineup-list h3 {
  margin-bottom: 5vw;
  display: inline-block;
  margin-right: 2.5vw;
 }
 .m-ifh-lineup-list h3 img {
  height: 5.3vw;
 }
 .m-ifh-lineup-list .m-name-k {
  font-size: 3.2vw;
  color: #b2b2b2;
  margin-bottom: 0px;
  display: inline-block;
 }
 .m-ifh-lineup-list .m-txt {
  margin-bottom: 5.6vw;
 }
 .m-ifh-lineup-list .m-tag li {
  display: inline-block;
  border: #1f7ab7 1px solid;
  border-radius: 20px;
  margin: 0 0.93vw 1.5vw 0;
  color: #1f7ab7;
  font-size: 3.2vw;
  padding: 0.53vw 1.6vw;
 }
 .m-ifh-lineup-list .m-tag li:before {
  content: "#";
  margin-right: 3px;
 }
	
.m-ifh-lineup-list .m-btn-more {
    margin: 5.5vw auto 0 auto;
	width: auto;
	
}
 .l-ifh-works {
  text-align: left;
  margin-bottom: 16.8vw;
 }
 .scroll-hint-text {
  margin-top: -2px !important;
 }
 .l-ifh-works-list {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  height: 55vw;
 }
 .m-ifh-works-list {
  width: 46vw;
  float: none;
  display: inline-block;
  margin-right: 5.3vw;
 }
 .m-ifh-works-list:nth-of-type(3n+0) {
  margin-right: 0;
 }
 .m-ifh-works-list figure {
  margin-bottom: 2vw;
 }
 .m-ifh-works-list .m-txt {
  width: 46vw;
  margin-bottom: 0;
  white-space: normal;
 }
 .l-btn-more {
  clear: both;
  text-align: center;
 }
 .m-btn-more {
  text-align: center;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 42.666vw;
  height: 44px;
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 44px;
  letter-spacing: 0;
  color: #333333;
  position: relative;
  border: 1px solid #333333;
 }
 .m-btn-more:before, .m-btn-more:after {
  content: '';
  position: absolute;
  background: #333333;
 }
 .m-btn-more:before {
  top: 24px;
  right: 20px;
  height: 1px;
  width: 18px;
 }
 .m-btn-more:after {
  top: 20px;
  right: 20px;
  height: 1px;
  width: 10px;
  transform: rotate(45deg);
 }
}
/*ifh_with_furniture*/
.nora .l-main {
 background: none;
 height: auto;
}
.nora .l-main .l-main-inner {
 width: 1080px;
 margin: 0 auto;
 text-align: left;
}
.nora .l-main figure {
 background: url("../images/i-factory-house/n/nora/main_pc.jpg") no-repeat center center;
 background-size: cover;
 height: 330px;
 margin-bottom: 37px;
}
.nora .l-main h1 {
 width: 228px;
 height: 53px;
 background: url("../images/i-factory-house/n/nora/logo_nora.png") no-repeat center bottom;
 background-size: 228px auto;
 text-indent: -9999px;
 overflow: hidden;
 float: left;
 margin-right: 140px;
}
.l-page-nav {
 width: 680px;
 margin-bottom: 40px;
 float: left;
}
.l-page-nav a {
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
}
.l-page-nav a:nth-of-type(1) {
 width: 150px;
 background: url("../images/i-factory-house/n/nora/ic_1.png") no-repeat;
 padding: 10px 0 0 40px;
 background-size: 47px auto;
 margin-right: 95px;
}
.l-page-nav a:nth-of-type(2) {
 width: 175px;
 background: url("../images/i-factory-house/n/nora/ic_2.png") no-repeat;
 padding: 10px 0 0 40px;
 background-size: 47px auto;
 margin-right: 95px;
}
.l-page-nav a:nth-of-type(3) {
 width: 150px;
 background: url("../images/i-factory-house/n/nora/ic_3.png") no-repeat;
 padding: 10px 0 0 40px;
 background-size: 47px auto;
}
.l-page-nav dt {
 font-size: 24px;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
}
.l-page-nav dd {
 font-size: 13px;
}
.l-concept {
 background: url("../images/i-factory-house/n/nora/img_title_pc.png") #f7f7f7 no-repeat;
 height: 271px;
 background-size: auto 100%;
 padding: 37px 10px 0 580px;
 text-align: left;
 box-sizing: border-box;
 margin-bottom: 93px;
}
.l-concept h2 {
 background: url("../images/i-factory-house/n/nora/point_1.png") no-repeat;
 background-size: 240px auto;
 text-indent: -9999px;
 height: 77px;
 margin-bottom: 5px;
}
.l-page-content .m-stitle {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 15px;
}
.l-page-content .m-txt {
 font-size: 14px;
}
.l-furniture {
 margin-bottom: 123px;
 text-align: left;
}
.l-furniture-inner {
 position: relative;
 height: 480px;
}
.l-furniture h2 {
 background: url("../images/i-factory-house/n/nora/point_2.png") no-repeat;
 background-size: 240px auto;
 text-indent: -9999px;
 height: 70px;
 margin-bottom: 10px;
}
.l-furniture .m-txt {
 width: 507px;
}
.l-furniture-img {}
.l-thum {
 width: 513px;
 position: absolute;
 bottom: 0;
 left: 0;
}
.l-thum h3 {
 font-size: 18px;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 margin-top: 50px;
 font-style: italic;
 position: relative;
}
.l-thum h3:after {
 content: '';
 position: absolute;
 top: 50%;
 display: inline-block;
 width: 360px;
 height: 1px;
 background-color: black;
 right: 10px;
}
.l-thum p {
 font-size: 14px;
 color: #9e9e9e;
}
#thumbnail {
 overflow: hidden;
 width: 100%;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 10px;
}
#thumbnail li {
 width: 120px;
 display: inline-block;
 margin: 0 4px 4px 0;
 ;
 border: #e2e2e2 1px solid;
}
#thumbnail li img {
 width: 100%;
 opacity: 0.5;
 filter: alpha(opacity=50);
}
#thumbnail li.current img {
 opacity: 1;
 filter: alpha(opacity=100);
}
#mainImg {
 right: 0;
 top: 35px;
 position: absolute;
 ;
 width: 540px;
 height: 405px;
 border: #e2e2e2 1px solid;
}
#main_photo img {
 position: absolute;
 top: 0;
 width: 100%;
}
#caption {
 font-size: 14px;
 margin-top: 10px;
}
.l-plan {
 margin-bottom: 127px;
 text-align: left;
}
.l-plan h2 {
 background: url("../images/i-factory-house/n/nora/point_3.png") no-repeat;
 background-size: 240px auto;
 text-indent: -9999px;
 height: 85px;
 margin-bottom: 10px;
}
.l-plan-inner {
 position: relative;
 padding: 80px 0 0 547px;
}
.l-plan figure {
 position: absolute;
 left: 0;
 top: 0;
 width: 500px;
}
.l-page-content .m-plan-name {
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 font-style: italic;
 font-size: 18px;
 margin-bottom: 10px;
}
.m-plan-detail {
 margin-bottom: 140px;
}
.m-plan-detail ul {
 margin-bottom: 40px;
}
.m-plan-detail dl {
 display: inline-block;
 text-align: left;
 box-sizing: border-box;
}
.m-plan-detail dl:nth-of-type(1) {
 width: 266px;
 background: url("../images/i-factory-house/n/nora/ic_price.png") no-repeat;
 padding: 0 0 0 65px;
 background-size: 65px auto;
}
.m-plan-detail dl:nth-of-type(2) {
 width: 266px;
 background: url("../images/i-factory-house/n/nora/ic_area.png") no-repeat;
 padding: 0 0 0 65px;
 background-size: 65px auto;
}
.m-plan-detail dt {
 font-size: 14px;
 margin-bottom: 10px;
}
.m-plan-detail dd {
 font-size: 18px;
 font-weight: bold;
}
.m-plan-detail dd strong {
 font-size: 36px;
 font-weight: bold;
}
.m-plan-madori {
 width: 954px;
 overflow: hidden;
 margin: 0 auto;
}
.m-plan-madori li {
 width: 450px;
 float: right;
}
.m-plan-madori li:first-child {
 float: left;
}
.l-ifh-forsale {
 background: #f7f7f7;
 padding: 50px 0;
 margin-bottom: 55px;
}
.l-ifh-forsale .fotorama {
 width: 960px;
 margin: 0 auto 60px auto;
}
.l-ifh-forsale .fotorama__caption {
 left: auto;
 right: 0;
}
.l-ifh-forsale .fotorama__nav-wrap {
 margin-top: 30px;
}
.l-ifh-forsale .fotorama__nav--thumbs .fotorama__nav__frame {}
.m-sale-detail {
 width: 960px;
 margin: 0 auto;
 text-align: left;
}

.m-sale-detail-tit {
 font-size: 18px;
 font-weight: bold;
 color: #1f7ab7;
 margin-bottom: 20px;
}
.m-sale-detail-name {
 font-size: 28px !important;
 font-weight: bold;
 margin-bottom: 20px;
}
.m-sale-detail-name strong {
 font-size: 28px;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 font-style: italic;
}
.m-sale-detail-data {
 margin-bottom: 60px;
}
.m-sale-detail-data dl {
 display: inline-block;
 text-align: left;
 box-sizing: border-box;
}
.m-sale-detail-data dl:nth-of-type(1) {
 margin-right: 30px;
 width: 190px;
}
.m-sale-detail-data dl:nth-of-type(2) {
 width: 295px;
 background: url("../images/i-factory-house/n/nora/ic_line.png") no-repeat;
 padding: 0 0 0 100px;
 background-size: 65px auto;
 margin-right: 30px;
}
.m-sale-detail-data dl:nth-of-type(3) {
 width: 295px;
 background: url("../images/i-factory-house/n/nora/ic_line.png") no-repeat;
 padding: 0 0 0 100px;
 background-size: 65px auto;
}
.m-sale-detail-data dt {
 font-size: 14px;
 margin-bottom: 10px;
}
.m-sale-detail-data dd {
 font-size: 18px;
 font-weight: bold;
 color: #1f7ab7;
}
.m-sale-detail-data dd strong {
 font-size: 36px;
 font-weight: bold;
}
.m-sale-access {
 margin-bottom: 60px;
}
.m-sale-access dl {
 margin-bottom: 60px;
}
.m-sale-access dt {
 font-size: 18px;
 color: #1f7ab7;
 display: inline-block;
 width: 100px;
 margin-bottom: 10px;
 font-weight: bold;
}
.m-sale-access dd {
 font-size: 18px;
 display: inline-block;
 width: 850px;
 margin-bottom: 10px;
 font-weight: bold;
}
.l-gmap {
 margin-top: 60px;
 margin-bottom: 60px;
}
.l-sale-data {
 text-align: center;
}
.l-sale-data .m-sale-data-tit {
 font-size: 18px;
 font-weight: bold;
 position: relative;
 display: inline-block;
 margin-bottom: 60px;
}
.l-sale-data .m-sale-data-tit:before {
 content: '';
 position: absolute;
 bottom: -15px;
 display: inline-block;
 width: 30px;
 height: 4px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #1f7ab7;
 border-radius: 2px;
}
.m-sale-data-detail {
 width: 100%;
}
.m-sale-data-detail th {
 font-size: 14px;
 padding: 14px 50px;
 text-align: left;
 width: 65px;
	font-weight: bold;
}
.m-sale-data-detail td {
 font-size: 14px;
 padding: 14px 0;
 text-align: left;
}
.m-sale-data-detail tr:nth-of-type(2n+1) {
 background: #efefef;
}

@media screen and (max-width: 768px) {
	
	
.nora .l-main {
 background: none;
 height: auto;
}
.nora .l-main .l-main-inner {
 width: auto;
 margin: 0 auto;
 text-align: left;
}
.nora .l-main figure {
 background: url("../images/i-factory-house/n/nora/main_sp.jpg") no-repeat center center;
 background-size: cover;
 height: 50vw;
 margin-bottom: 5.8vw;
}
.nora .l-main h1 {
 width: 32.4vw;
 height: 7.2vw;
 background: url("../images/i-factory-house/n/nora/logo_nora.png") no-repeat center bottom;
 background-size: 32.4vw auto;
 text-indent: -9999px;
 overflow: hidden;
 float: none;
	margin: 0 auto 5.6vw auto;
}
.l-page-nav {
 width: auto;
 margin-bottom: 8vw;
 float: none;
}
.l-page-nav a {
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
	height: 14.6vw;
}
.l-page-nav a:nth-of-type(1) {
 width: 32.5vw;
 background: none;
 padding: 10px 0 0 0;
 margin-right: 0;
	border-right: #111 1px solid;
}
.l-page-nav a:nth-of-type(2) {
 width: 33vw;
 background: none;
 padding: 10px 0 0 0;
 margin-right: 0;
	border-right: #111 1px solid;
}
.l-page-nav a:nth-of-type(3) {
 width: 32.5vw;
 background: none;
 padding: 10px 0 0 0;
}
.l-page-nav dt {
 font-size: 4vw;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
}
.l-page-nav dd {
 font-size: 2.1vw;
}
	
	.l-page-content .l-page-content-inner.w100 {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}
	
	
.l-concept {
 background: url("../images/i-factory-house/n/nora/img_title_sp.png") #fff no-repeat;
 height: auto;
 background-size:  100% auto;
 padding: 30vw 6vw 0 6vw;
 text-align: left;
 box-sizing: border-box;
 margin-bottom: 8vw;
}
.l-concept h2 {
 background: url("../images/i-factory-house/n/nora/point_1.png") no-repeat;
 background-size: 46.6vw auto;
 text-indent: -9999px;
 height: 14.9vw;
 margin-bottom: 3.6vw;
}
.l-page-content .m-stitle {
 font-size: 3.46vw;
 font-weight: bold;
 margin-bottom: 5.3vw;
}
.l-page-content .m-txt {
 font-size: 3.2vw;
}
.l-furniture {
	width: 88vw;
	margin: 0 auto 8vw auto;
 text-align: left;
}
.l-furniture-inner {
 position: inherit;
 height: auto;
}
.l-furniture h2 {
 background: url("../images/i-factory-house/n/nora/point_2.png") no-repeat;
 background-size: 46.6vw auto;
 text-indent: -9999px;
 height: 14.133vw;
 margin-bottom: 2.6vw;
}
.l-furniture .m-txt {
 width: auto;
	margin-bottom: 5.3vw
}
.l-furniture-img {}
.l-thum {
 width: auto;
 position: inherit;
 bottom: auto;
 left: auto;
	padding-top: 10vw;
}
.l-thum h3 {
	display: none;
}

.l-thum p {
	display: none;
}
#thumbnail {
 overflow: hidden;
 width: 100%;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 10px;
}
#thumbnail li {
 width: 20.5vw!important;
	max-width: 20.5vw!important;
min-width: 20.5vw!important;
 display: inline-block;
 margin: 0 0.9vw 0.9vw 0;
 ;
 border: #e2e2e2 1px solid;
}
#thumbnail li img {
 width: 100%;
 opacity: 0.5;
 filter: alpha(opacity=50);
}
#thumbnail li.current img {
 opacity: 1;
 filter: alpha(opacity=100);
}
#mainImg {
 right: auto;
 top: auto;
 position: relative;
 width: auto;
 height: 66.66vw;
 border: #e2e2e2 1px solid;
}
#main_photo img {
 position: absolute;
 top: 0;
 width: 100%;
}
#caption {
 font-size: 3vw;
 margin-top: 1.33vw;
	line-height: 1.5;
}
.l-plan {
 margin-bottom: 9.3vw;
 text-align: left;
}
.l-plan h2 {
 background: url("../images/i-factory-house/n/nora/point_3.png") no-repeat;
 background-size: 48.4vw auto;
 text-indent: -9999px;
 height: 17.4vw;
 margin-bottom: 2.66vw;
}
.l-plan-inner {
 position: relative;
 padding: 0 6vw 0 6vw;
}
.l-plan figure {
 position: inherit;
 left: auto;
 top: auto;
 width: auto;
	margin-bottom: 5vw;
}
	.l-page-content .m-stitle {
 margin-bottom: 10px;
}
.l-page-content .m-plan-name {
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 font-style: italic;
 font-size: 3.4vw;
 margin-bottom: 5.7vw;
}
.m-plan-detail {
 margin-bottom: 0;
}
.m-plan-detail ul {
 margin-bottom: 40px;
	font-size: 3.2vw;
}
.m-plan-detail dl {
 display: inline-block;
 text-align: left;
 box-sizing: border-box;
	margin-bottom: 5vw;
}
.m-plan-detail dl:nth-of-type(1) {
 width: 23.2vw;
 background: none;
 padding: 0 0 0 0;
	border-right: #221714 1px solid;
}
.m-plan-detail dl:nth-of-type(2) {
 width: 21.2vw;
 background: none;
 padding: 0 0 0 2vw;
}
.m-plan-detail dt {
 font-size: 2.6vw;
 margin-bottom: 0;
}
.m-plan-detail dd {
 font-size: 2.6vw;
 font-weight: bold;
		color: #1f7ab7;
	line-height: 1.3;
}
.m-plan-detail dd strong {
 font-size: 4.8vw;
 font-weight: bold;
	color: #1f7ab7;
}
.m-plan-madori {
 width: auto;
 overflow: hidden;
 margin: 0 6vw;
}
.m-plan-madori li {
 width: auto;
 float: none;
}
.m-plan-madori li:first-child {
 float: none;
	margin-bottom: 5.3vw;
}
.l-ifh-forsale {
 background: #f7f7f7;
 padding: 8vw 0;
 margin-bottom: 10vw;
}
.l-ifh-forsale .fotorama {
 width: auto;
	height: 70vw;
 margin: 0 0 3.3vw 0;
}
	

.l-ifh-forsale .fotorama__caption {
 left: auto;
 right: 0;
}
.l-ifh-forsale .fotorama__nav-wrap {
 margin-top: 0;
}
.l-ifh-forsale .fotorama__nav--thumbs .fotorama__nav__frame {}
.m-sale-detail {
 width: auto;
 margin: 0 auto;
 text-align: left;
}
.m-sale-detail-tit {
 font-size: 2.9vw;
 font-weight: bold;
 color: #1f7ab7;
 margin-bottom: 2.2vw;
}
.m-sale-detail-name {
 font-size: 3.73vw !important;
 font-weight: bold;
 margin-bottom: 4.4vw;
}
.m-sale-detail-name strong {
 font-size: 3.73vw;
 font-family: 'Roboto', sans-serif;
 font-weight: 700;
 font-style: italic;
}
.m-sale-detail-data {
 margin-bottom: 8vw;
}
.m-sale-detail-data dl {
 display: inline-block;
 text-align: left;
 box-sizing: border-box;
}
.m-sale-detail-data dl:nth-of-type(1) {
 margin-right: 0;
 width: 23.466vw;
	border-right: #221714 1px solid;
}
.m-sale-detail-data dl:nth-of-type(2) {
 width: 21.736vw;
 background: none;
 padding: 0 0 0 1.73vw;
 margin-right: 0;
	border-right: #221714 1px solid;
}
.m-sale-detail-data dl:nth-of-type(3) {
 width: 21.736vw;
 background: none;
 padding: 0 0 0 1.73vw;
}
.m-sale-detail-data dt {
 font-size: 2.6vw;
 margin-bottom: 0.2vw;
}
.m-sale-detail-data dd {
 font-size: 2.6vw;
 font-weight: bold;
 color: #1f7ab7;
	line-height: 1.4;
}
.m-sale-detail-data dd strong {
 font-size: 4.8vw;
 font-weight: bold;
}
.m-sale-access {
 margin-bottom: 8vw;
}
.m-sale-access dl {
 margin-bottom: 0;
}
.m-sale-access dt {
 font-size: 3vw;
 color: #1f7ab7;
 display: inline-block;
 width: 17.3vw;
 margin-bottom: 3.3vw;
 font-weight: bold;
	vertical-align: top;
}
.m-sale-access dd {
 font-size: 3vw;
 display: inline-block;
 width: 70vw;
 margin-bottom: 3.3vw;
 font-weight: bold;
}
	
	.m-sale-access p{margin-bottom: 8vw;}
.l-gmap {
 margin-top: 0;
 margin-bottom: 8vw;
}
	.l-gmap iframe{
		width: 100%;
		height: 40vw;
	}
.l-sale-data {
 text-align: center;
}
.l-sale-data .m-sale-data-tit {
 font-size: 3.7vw;
 font-weight: bold;
 position: inherit;
 display: block;
 margin-bottom: 8vw;
	text-align: left;
	padding-left: 4vw;
}
.l-sale-data .m-sale-data-tit:before {
 content: '';
 position: absolute;
 bottom: -15px;
 display: inline-block;
 width: 0;
 height: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #1f7ab7;
 border-radius: 0;
}
.m-sale-data-detail {
 width: 100%;
	text-align: left;
}
.m-sale-data-detail th {
 font-size: 3.2vw;
 padding: 2.9vw 4vw 0 4vw;
 text-align: left;
 width: 65px;
	vertical-align: top;
}
.m-sale-data-detail td {
 font-size: 3.2vw;
 padding: 2.9vw 4vw 0 0;
 text-align: left;
}
.m-sale-data-detail tr:nth-of-type(2n+1) {
 background: none;
}
	
	
}



/*crashgate*/

.crashgate .l-main {
 background: none;
 height: auto;
}
.crashgate .l-main .l-main-inner {
 width: 1080px;
 margin: 0 auto;
 text-align: left;
}
.crashgate .l-main figure {
 background: url("../images/i-factory-house/n/crashgate/main_pc.jpg") no-repeat center center;
 background-size: cover;
 height: 330px;
 margin-bottom: 37px;
}
.crashgate .l-main h1 {
 width: 228px;
 height: 53px;
 background: url("../images/i-factory-house/n/crashgate/logo_crashgate.png") no-repeat center bottom;
 background-size: 228px auto;
 text-indent: -9999px;
 overflow: hidden;
 float: left;
 margin-right: 140px;
}

.crashgate .l-concept {
 background: url("../images/i-factory-house/n/crashgate/img_title_pc.png") #f7f7f7 no-repeat;
 height: 271px;
 background-size: auto 100%;
 padding: 37px 10px 0 580px;
 text-align: left;
 box-sizing: border-box;
 margin-bottom: 93px;
}
.crashgate .l-concept h2 {
 background: url("../images/i-factory-house/n/crashgate/point_1.png") no-repeat;
 background-size: 240px auto;
 text-indent: -9999px;
 height: 77px;
 margin-bottom: 5px;
}

.crashgate .l-furniture h2 {
 background: url("../images/i-factory-house/n/crashgate/point_2.png") no-repeat;
 background-size: 240px auto;
 text-indent: -9999px;
 height: 70px;
 margin-bottom: 10px;
}

.m-plan-detail .m-at{
	font-size: 14px;
	padding-top: 40px;
	line-height: 1.8;
}

.crashgate .l-plan h2 {
 background: url("../images/i-factory-house/n/crashgate/point_3.png") no-repeat;
 background-size: 240px auto;
 text-indent: -9999px;
 height: 85px;
 margin-bottom: 10px;
}

.crashgate .m-sale-detail-tit {
 color: #c4905a;
}

.crashgate .m-sale-detail-data dd {
 color: #c4905a;
}

.crashgate .m-sale-access dt {
 color: #c4905a;
}

.crashgate .l-sale-data .m-sale-data-tit:before {
 background-color: #c4905a;
}

@media screen and (max-width: 768px) {
	
	
.crashgate .l-main {
 background: none;
 height: auto;
}
.crashgate .l-main .l-main-inner {
 width: auto;
 margin: 0 auto;
 text-align: left;
}
.crashgate .l-main figure {
 background: url("../images/i-factory-house/n/crashgate/main_sp.jpg") no-repeat center center;
 background-size: cover;
 height: 50vw;
 margin-bottom: 5.8vw;
}
.crashgate .l-main h1 {
 width: 32.4vw;
 height: 7.2vw;
 background: url("../images/i-factory-house/n/crashgate/logo_crashgate.png") no-repeat center bottom;
 background-size: 32.4vw auto;
 text-indent: -9999px;
 overflow: hidden;
 float: none;
	margin: 0 auto 5.6vw auto;
}
	
	
.crashgate .l-concept {
 background: url("../images/i-factory-house/n/crashgate/img_title_sp.png") #fff no-repeat;
 height: auto;
 background-size:  100% auto;
 padding: 30vw 6vw 0 6vw;
 text-align: left;
 box-sizing: border-box;
 margin-bottom: 8vw;
}
.crashgate .l-concept h2 {
 background: url("../images/i-factory-house/n/crashgate/point_1.png") no-repeat;
 background-size: 46.6vw auto;
 text-indent: -9999px;
 height: 14.9vw;
 margin-bottom: 3.6vw;
}
.l-page-content .m-stitle {
 font-size: 3.46vw;
 font-weight: bold;
 margin-bottom: 5.3vw;
}
.l-page-content .m-txt {
 font-size: 3.2vw;
}
.l-furniture {
	width: 88vw;
	margin: 0 auto 8vw auto;
 text-align: left;
}
.l-furniture-inner {
 position: inherit;
 height: auto;
}
	
	.crashgate .l-concept {
		background: url("../images/i-factory-house/n/crashgate/img_title_sp.png") #fff no-repeat;
    background-size: auto;
height: auto;
background-size: 100% auto;
padding: 30vw 6vw 0 6vw;
text-align: left;
box-sizing: border-box;
margin-bottom: 8vw;
}
.crashgate .l-furniture h2 {
 background: url("../images/i-factory-house/n/crashgate/point_2.png") no-repeat;
 background-size: 46.6vw auto;
 text-indent: -9999px;
 height: 14.133vw;
 margin-bottom: 2.6vw;
}
.l-furniture .m-txt span {
	font-size: 12px;
}
	.crashgate .m-plan-detail ul {
    margin-bottom: 20px;
    font-size: 3.2vw;
}
	.m-plan-detail .m-at{
	font-size: 3.2vw;
	padding-top: 0;
	line-height: 1.6;
		margin-bottom: 40px;
}
	
	.crashgate .m-plan-detail dd {
		color: #c4905a;
}
.crashgate .m-plan-detail dd strong {
	color: #c4905a;
}
.crashgate .l-plan h2 {
 background: url("../images/i-factory-house/n/crashgate/point_3.png") no-repeat;
 background-size: 48.4vw auto;
 text-indent: -9999px;
 height: 17.4vw;
 margin-bottom: 2.66vw;
}
.crashgate .m-sale-detail-tit {
 color: #c4905a;
}

.crashgate .m-sale-detail-data dd {
 color: #c4905a;
}

.crashgate .m-sale-access dt {
 color: #c4905a;
}
.m-sale-access dd {
 font-size: 3vw;
 display: inline-block;
 width: 70vw;
 margin-bottom: 3.3vw;
 font-weight: bold;
}
	
	.m-sale-access p{margin-bottom: 8vw;}
.l-gmap {
 margin-top: 0;
 margin-bottom: 8vw;
}
	.l-gmap iframe{
		width: 100%;
		height: 40vw;
	}
.l-sale-data {
 text-align: center;
}
.l-sale-data .m-sale-data-tit {
 font-size: 3.7vw;
 font-weight: bold;
 position: inherit;
 display: block;
 margin-bottom: 8vw;
	text-align: left;
	padding-left: 4vw;
}
.l-sale-data .m-sale-data-tit:before {
 content: '';
 position: absolute;
 bottom: -15px;
 display: inline-block;
 width: 0;
 height: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #1f7ab7;
 border-radius: 0;
}
.m-sale-data-detail {
 width: 100%;
	text-align: left;
}
.m-sale-data-detail th {
 font-size: 3.2vw;
 padding: 2.9vw 4vw 0 4vw;
 text-align: left;
 width: 65px;
	vertical-align: top;
}
.m-sale-data-detail td {
 font-size: 3.2vw;
 padding: 2.9vw 4vw 0 0;
 text-align: left;
}
.m-sale-data-detail tr:nth-of-type(2n+1) {
 background: none;
}
	
	
}

/*ifh_flow*/
.ifh_flow .l-main {
 background: url("../images/i-factory-house/n/flow/main_pc.jpg") no-repeat center center;
 background-size: cover;
}
.ifh_flow .l-main h1 {
 height: 330px;
 background: url("../images/i-factory-house/n/flow/main_ifh_pc.png") no-repeat center bottom;
 background-size: auto 245px;
 text-indent: -9999px;
 overflow: hidden;
}
.ifh_flow .m-title p.l-ifh-about-txt {
 font-size: 14px;
	padding-top: 30px;
	
}

.ifh_flow .l-ifh-about {
    height: auto;
	margin-bottom: 35px;
}
.l-ifh-flow{
	width: 900px;
	margin: 0 auto 150px auto;
 overflow: hidden;
 text-align: left;
}

.l-ifh-flow article{
	width: 900px;
	height: 285px;
	background:#f7f7f7;
position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.l-ifh-flow figure {
 position: absolute;
 top: 0;
 left: 0;
 width: 450px;
	height: 285px;
}
.l-ifh-flow .m-stepnum {
	width: 60px;
	height: 60px;
	background: #333333;
	text-align: center;
 font-size: 12px;
	position: absolute;
	top: 38px;
	left: 516px;
	box-sizing: border-box;
	padding: 4px 0 0 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
 font-weight: 400;
}

.l-ifh-flow .m-stepnum span{
	font-size: 28px;
	display: block;
	font-family: 'Roboto', sans-serif;
 font-weight: 700;
}

.l-ifh-flow .m-stepnum span.ls{
	letter-spacing: -0.3em;
	text-indent: -0.3em;
}

.l-ifh-flow h3 {
 font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 55px;
	left: 597px;
}

.l-ifh-flow-txt{
	width: 340px;
	font-size:14px;
line-height: 1.8;
position: absolute;
top: 140px;
left: 520px;
}


.l-ifh-flow article:nth-of-type(2n+0) figure {
 position: absolute;
 top: 0;
 right:0;
	left: auto;
 width: 450px;
	height: 285px;
}
.l-ifh-flow article:nth-of-type(2n+0) .m-stepnum {
	left: 40px;
}


.l-ifh-flow article:nth-of-type(2n+0) h3 {
	left: 120px;
}

.l-ifh-flow article:nth-of-type(2n+0) .l-ifh-flow-txt{

left: 40px;
}



@media screen and (max-width: 768px) {
	
	.ifh_flow .m-title {
    margin-bottom: 5.6vw;
}
	
 .ifh_flow .l-main {
  background: url("../images/i-factory-house/n/flow/main_sp.jpg") no-repeat center center;
  background-size: cover;
  height: 50vw;
 }
 .ifh_flow .l-main h1 {
  height: 50vw;
  background: url("../images/i-factory-house/n/flow/main_ifh_sp.png") no-repeat center bottom;
  background-size: auto 33.33vw;
 }
	.ifh_flow .l-page-content p {
    line-height: 1.8;
    font-size: 3.2vw;
}

.ifh_flow .m-title p.l-ifh-about-txt {
 font-size: 3.2vw;
	padding-top: 5.3vw;
	text-align: left;
	
}

.ifh_flow .l-ifh-about {
    height: auto;
	margin-bottom: 0;
}
.l-ifh-flow{
	width: auto;
	margin: 0 auto 20vw auto;
 overflow: hidden;
 text-align: left;
}

.l-ifh-flow article{
	width: auto;
	height: auto;
	background:#f7f7f7;
position: relative;
	margin-bottom: 10.6vw;padding-bottom: 4.6vw;	overflow: hidden;
}

.l-ifh-flow figure {
 position: inherit;
 top: auto;
 left: auto;
 width: auto;
	height: 55.73vw;
	margin-bottom: 5.3vw;
}
.l-ifh-flow .m-stepnum {
	width: 12.2vw;
	height: 12.2vw;
	background: #333333;
	text-align: center;
 font-size: 2.4vw;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 1.8vw 0 0 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
 font-weight: 400;
	line-height: 1.2;
}

.l-ifh-flow .m-stepnum span{
	font-size: 6vw;
	display: block;
	font-family: 'Roboto', sans-serif;
 font-weight: 700;
	line-height: 1.1;
}

.l-ifh-flow h3 {
 font-size: 3.8vw;
	padding: 0 4vw;
	font-weight: bold;
	position: inherit;
	top: auto;
	left: auto;
	margin-bottom: 4.2vw;
	
}

.l-ifh-flow-txt{
	padding: 0 4vw;
	width: auto;
	font-size:3.2vw;
line-height: 1.8;
position: inherit;
top: auto;
left: auto;
}


.l-ifh-flow article:nth-of-type(2n+0) figure {
position: inherit;
 top: auto;
 left: auto;
 width: auto;
	height: 55.73vw;
	margin-bottom: 5.3vw;
}
.l-ifh-flow article:nth-of-type(2n+0) .m-stepnum {
	left: 0;
}


.l-ifh-flow article:nth-of-type(2n+0) h3 {
	left: auto;
}

.l-ifh-flow article:nth-of-type(2n+0) .l-ifh-flow-txt{

left: auto;
}

}




/*ifh*/
.ifh .l-main {
 background: url("../images/i-factory-house/n/flow/main_pc.jpg") no-repeat center center;
 background-size: cover;
}
.ifh .l-main h1 {
 height: 330px;
 background: url("../images/i-factory-house/n/flow/main_ifh_pc.png") no-repeat center bottom;
 background-size: auto 245px;
 text-indent: -9999px;
 overflow: hidden;
}
.ifh .m-title p {
 font-size: 16px;
}
.ifh .l-ifh-about {
 position: relative;
 height: 520px;
 margin: 40px 0 130px 0;
}

.ifh .l-ifh-about h3 {
 background: url("../images/i-factory-house/n/ifh/concept.png") no-repeat;
 background-size: 240px auto;
}
.l-ifh-about p.checkpoint {
 margin-left: 608px;
    line-height: 1.8;
}

.l-ifh-plan-nav{ }

.l-ifh-plan-nav-list{
	overflow: hidden;
}

.l-ifh-plan-nav-list article{
	width: 330px;
	margin-bottom: 130px;
	float: left;
	margin-right: 45px;
	position: relative;
	padding-bottom: 88px;
}

.l-ifh-plan-nav-list article:nth-of-type(3n+0){
	margin-right: 0;
	
}

.l-ifh-plan-nav-list article a{
	display: block;
}

.l-ifh-plan-nav-list article figure{
		width: 330px;
	height: 235px;
	margin-bottom: 35px;
}

.l-ifh-plan-nav-list article h3{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

.l-ifh-plan-nav-list article h4{
	font-size: 16px;
	margin-bottom: 25px;
}

.l-ifh-plan-nav-list article .l-ifh-plan-nav-txt{
	font-size: 14px;
	text-align: left;
	
    line-height: 1.8;
}

.l-ifh-plan-nav-list article .l-ifh-plan-nav-btn{
	font-size: 16px;
	background: url("../images/i-factory-house/n/ifh/ic_cursor_line2.png") no-repeat 100px center;
	text-align: center;
	color: #d5c000;
	border: #d5c000 1px solid;
	padding: 15px 0;
	display: block;
	background-size: auto 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
}


.l-ifh-plan-contents{
	background: #f7f7f7;
	padding: 75px 0;
}

.l-ifh-plan-content-inner{
	width: 1080px;
	margin: 0 auto;
}

.l-ifh-plan-content-inner .m-title{
	text-align: left;
}

.l-ifh-plan-content{
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 55px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 55px;
	text-align: left;
}

.l-ifh-plan-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.l-ifh-plan-content h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	vertical-align: top;
}

.l-ifh-plan-content .ifh-plan-point{
	font-size: 16px;
	color: #fff;
	background: #d5c000;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	font-weight: bold;
}

.l-ifh-plan-content .ifh-plan-point-txt{
	font-size: 14px;
    line-height: 1.8;
}

.l-ifh-plan-l1 figure{
	width: 456px;
}


.l-ifh-plan-base  h3{
	padding-top: 65px;
}

.l-ifh-plan-base-detail{
	margin-left: 510px;
}

.l-ifh-plan-base  .ifh-plan-point{
	margin-bottom: 20px;
}

.l-ifh-plan-base  .ifh-plan-point-txt{
	font-size: 14px;
    line-height: 1.8;
}

.l-ifh-plan-base  figure{
	float: left;
}

.gaiko .l-ifh-plan-base  h3{
	padding-top: 75px;
}

.gaiko .l-ifh-plan-base-detail{
	margin-left: 350px;
}

.gaiko figure{
	float: left;
	width: 300px;
}

.l-ifh-plan-l2-inner{margin-bottom: 35px;}

.l-ifh-plan-l2 h3{
	display: inline-block;
	margin-right: 10px;
}

.l-ifh-plan-l2 .ifh-plan-point{
	margin-right: 20px;
}

.l-ifh-plan-l2 .ifh-plan-point-txt{
	display: inline-block;
}


.ifh-plan-ic{
	width: 94px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -47px;
	margin-top: -77px;
}

.l-ifh-plan-slider{
	position: relative;
text-align: center;}

.l-ifh-plan-slider .slider-tit{
	font-size: 19px;
font-weight: bold;
margin-bottom: 10px;
padding-top: 15px;}

 .l-ifh-plan-slider .slider-txt{font-size: 14px;}

.swiper-pagination-bullets{
	text-align: center;
}

.swiper-pagination-bullet{
	background: #898989;
	width: 10px;
height: 10px;
}

.swiper-pagination-bullet-active{
	background: #d5c000;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 100px;
  width: 118px;
  height: 222px;
  /* width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size); */
  /* margin-top: calc(-1 * var(--swiper-navigation-size) / 2); */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--swiper-navigation-color, var(--swiper-theme-color)); */
  background: url("../images/i-factory-house/n/slider_arrow_left.svg"); 
  background-repeat: no-repeat;
  outline: none;
	background-size: 15px auto;
	text-indent: -9999px;
}

.swiper-button-prev {
  left: 0px;
  -webkit-tap-highlight-color: transparent;
}
.swiper-button-next {
  right: 0px;
  transform: scale(-1, 1);
  -webkit-tap-highlight-color: transparent;
}


/* --------slider---------- */

.swiper-slider1-button-prev,
.swiper-slider1-button-next {
  top: 100px;
}

.swiper-slider2-button-prev,
.swiper-slider2-button-next {
  top: 197px;
}

.swiper-slider3-button-prev,
.swiper-slider3-button-next {
  top: 100px;
}

.swiper-slider4-button-prev,
.swiper-slider4-button-next {
  top: 95px;
}

.swiper-slider5-button-prev,
.swiper-slider5-button-next {
  top: 95px;
}

.swiper-slider6-button-prev,
.swiper-slider6-button-next {
display: none;
}

.swiper-slider6-pagination{
display: none;
}

.swiper-slider7-button-prev,
.swiper-slider7-button-next {
  top: 95px;
}

.swiper-slider8-button-prev,
.swiper-slider8-button-next {
  top: 95px;
}

.slider9 .swiper-slide {
	width: 334px;
}
.slider9 .swiper-slide img{
	width: 334px;
}

.slider9 .swiper-slide p{
	text-align: left;
	width: 334px;
	margin: 0 auto;
}



@media screen and (max-width: 768px) {
	
	.l-ifh-plan-contents .swiper-slide {
    padding: 0 0 4.5vw 0;
}
 .ifh .l-main {
  background: url("../images/i-factory-house/n/flow/main_sp.jpg") no-repeat center center;
  background-size: cover;
  height: 50vw;
 }
 .ifh .l-main h1 {
  height: 50vw;
  background: url("../images/i-factory-house/n/flow/main_ifh_sp.png") no-repeat center bottom;
  background-size: auto 33.33vw;
 }
 .ifh .m-title p {
  font-size: 2.66vw;
 }
  .ifh .l-ifh-about {
  height: auto;
  margin: 8.26vw 0 12vw 0;
 }
 .l-ifh-about figure {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
		margin-bottom: 5.3vw;
 }
.ifh .l-ifh-about h3 {
  font-size: 3.46vw;
  font-weight: bold;
  margin-bottom: 4vw;
  background: none;
  margin-left: 0;
  padding-top: 0;
  line-height: 1.6;
  text-align: center;
 }
 .l-ifh-about p.checkpoint {
  margin-left: 0;
  margin-bottom: 5.6vw;
 }
	
	

.l-ifh-plan-nav{ }

.l-ifh-plan-nav-list{
	overflow: hidden;
}

.l-ifh-plan-nav-list article{
	width: 40vw;
	margin-bottom: 9.3vw;
	float: left;
	margin-right: 0;
	position: relative;
	padding-bottom: 5.3vw;
	background: url("../images/i-factory-house/n/ifh/ic_cursor_bt.png") no-repeat center bottom;
	background-size: 5.7vw auto;
}

.l-ifh-plan-nav-list article:nth-of-type(3n+0){
	margin-right: 0;
}
	
.l-ifh-plan-nav-list article:nth-of-type(2n+0){
	margin-right: 0;
	float: right;
}

.l-ifh-plan-nav-list article a{
	display: block;
	
}

.l-ifh-plan-nav-list article figure{
		width: 40vw;
	height: auto;
	margin-bottom: 2.6vw;
}

.l-ifh-plan-nav-list article h3{
	font-size: 3.46vw;
	margin-bottom: 2vw;
	font-weight: bold;
}

.l-ifh-plan-nav-list article h4{
	font-size: 2.6vw;
	margin-bottom: 0;
}

.l-ifh-plan-nav-list article .l-ifh-plan-nav-txt{
	display: none;
}

.l-ifh-plan-nav-list article .l-ifh-plan-nav-btn{
	display: none;
}


.l-ifh-plan-contents{
	background: #f7f7f7;
	padding: 11.3vw 0 10vw 0;
}

.l-ifh-plan-content-inner{
	width: 93.3vw;
margin: 0 auto;
}

.l-ifh-plan-content-inner .m-title{
	text-align: center;
}

.l-ifh-plan-content{
	background: #fff;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding: 8vw 6.6vw;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 7.3vw;
	text-align: left;
}

.l-ifh-plan-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.l-ifh-plan-content h3{
	font-size: 4.53vw;
	font-weight: bold;
	margin-bottom: 3vw;
	vertical-align: top;
}

.l-ifh-plan-content .ifh-plan-point{
	font-size: 2.6vw;
	color: #fff;
	background: #d5c000;
	padding: 1vw 2vw;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	font-weight: bold;
}

.l-ifh-plan-content .ifh-plan-point-txt{
	font-size: 3.2vw;
}

.l-ifh-plan-l1 figure{
	width: auto;
	margin-bottom: 3.3vw;
}


.l-ifh-plan-base  h3{
	padding-top: 0;
}

.l-ifh-plan-base-detail{
	margin-left: 0;
}

.l-ifh-plan-base  .ifh-plan-point{
	margin-bottom: 2vw;
}

.l-ifh-plan-base  .ifh-plan-point-txt{
	font-size: 3.2vw;
}

.l-ifh-plan-base  figure{
	float: none;
}

.gaiko .l-ifh-plan-base  h3{
	padding-top: 0;
	margin-bottom: 4vw;
}

.gaiko .l-ifh-plan-base-detail{
	margin-left: 0;
}

.gaiko figure{
	float: none;
	width: 51.7vw;
	margin: 0 auto 3.3vw auto;
}

.l-ifh-plan-l2-inner{margin-bottom: 5.86vw;}

.l-ifh-plan-l2 h3{
	display: inline-block;
	margin-right: 1.5vw;
	margin-bottom: 0;
}

.l-ifh-plan-l2 .ifh-plan-point{
	margin-right: 20px;
}

.l-ifh-plan-l2 .ifh-plan-point-txt{
	display: inline-block;
	margin-top: 3vw;
}


.ifh-plan-ic{
	width: 12.53vw;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -6.265vw;
	margin-top: -10.13vw;
}

.l-ifh-plan-slider{
	position: relative;}

.l-ifh-plan-slider .slider-tit{
	font-size: 3.7vw;
font-weight: bold;
margin-bottom: 1vw;
padding-top: 2vw;}

 .l-ifh-plan-slider .slider-txt{font-size: 3.2vw;}

.swiper-pagination-bullets{
	text-align: center;
}

.swiper-pagination-bullet{
	background: #898989;
	width: 10px;
height: 10px;
}

.swiper-pagination-bullet-active{
	background: #d5c000;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 100px;
  width: 118px;
  height: 222px;
  /* width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size); */
  /* margin-top: calc(-1 * var(--swiper-navigation-size) / 2); */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--swiper-navigation-color, var(--swiper-theme-color)); */
  background: url("../images/i-factory-house/n/slider_arrow_left.svg"); 
  background-repeat: no-repeat;
  outline: none;
	background-size: 1.86vw auto;
	text-indent: -9999px;
}


/* --------slider---------- */

.swiper-slider1-button-prev,
.swiper-slider1-button-next {
  top: 24.2vw;
}

.swiper-slider2-button-prev,
.swiper-slider2-button-next {
  top: 26.6vw;
	background: url("../images/i-factory-house/n/slider_arrow_left_w.svg"); 
  background-repeat: no-repeat;
	background-size: 1.86vw auto;
}
	
	.slider2 .slider-txt{
		display: none;
	}

.swiper-slider3-button-prev,
.swiper-slider3-button-next {
  top: 26.6vw;
}
	
		.slider3 img{
			width: 42.1vw;
	}

.swiper-slider4-button-prev,
.swiper-slider4-button-next {
  top: 17.86vw;
}
	
			.slider4 img{
			width: 60vw;
	}

.swiper-slider5-button-prev,
.swiper-slider5-button-next {
  top: 17.8vw;
}
	
	.swiper-slider6-button-prev,
.swiper-slider6-button-next {
	top: 24.53vw;
display: inherit;
}

.swiper-slider6-pagination{
display: inherit;
}

.swiper-slider7-button-prev,
.swiper-slider7-button-next {
  top: 24.6vw;
}

.swiper-slider8-button-prev,
.swiper-slider8-button-next {
  top: 24.6vw;
}

.slider9 .swiper-slide {
	width: 334px;
}
.slider9 .swiper-slide img{
	width: 80vw;
}

.slider9 .swiper-slide p{
	text-align: center;
	width: 334px;
	margin: 0 auto;
}
	
	
.swiper-button-prev {
  left: 0px;
  -webkit-tap-highlight-color: transparent;
}
.swiper-button-next {
  right: 0px;
  transform: scale(-1, 1);
  -webkit-tap-highlight-color: transparent;
}

	
	
}





/*ifh_qa*/
.ifh_qa .l-main {
 background: url("../images/i-factory-house/n/second/main_pc.jpg") no-repeat center center;
 background-size: cover;
}
.ifh_qa .l-main h1 {
 height: 330px;
 background: url("../images/i-factory-house/n/flow/main_ifh_pc.png") no-repeat center bottom;
 background-size: auto 245px;
 text-indent: -9999px;
 overflow: hidden;
}
.ifh_qa .m-title p {
 font-size: 16px;
}
.ifh_qa .l-ifh-about {
 margin: 40px 0 30px 0;
	height: auto;
}

.ifh_qa .m-title p.l-ifh-about-txt {
    font-size: 14px;
    padding-top: 30px;
}

.l-ifh-faq {width: 900px;
margin: 0 auto 100px auto;
text-align: left;}
.l-ifh-faq article {
	padding: 0 30px;
 margin-bottom: 20px;
 background: url("../images/i-factory-house/n/ic_curor_qa.png") no-repeat 97% center #F2F2F2;
 background-size: 12px auto;
}

.l-ifh-faq article a{
	padding: 20px 0 25px 0;
	display: block;
}
.l-ifh-faq article:last-child {
 margin-bottom: 0;
}
.l-ifh-faq article .qalist .tit-qa {
 padding: 0px 0 5px 0;
 box-sizing: border-box;
 text-align: center;
 font-size: 36px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
line-height: 1.2;
	position: relative;
	display: inline-block;
}

.l-ifh-faq article .qalist .tit-qa::after {
 text-align: center;
line-height: 1;
 display: inline-block;
	content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid #333;
}

.l-ifh-faq article p.q {
 font-size: 20px;
 line-height: 1.5;
 padding: 0px 0 0 30px;
 display: inline-block;
	font-weight: bold;
}
/*回答*/
.l-ifh-faq article.alist {
	padding: 30px 30px 35px 30px;
 margin-bottom: 50px;
 background: #F2F2F2;
}

.l-ifh-faq article.alist .qalist .tit-qa {
	margin-bottom: 30px;
}

.l-ifh-faq article.alist .answer{
	padding: 0 0 0 80px;
}

.l-ifh-faq article.alist .answer p.a{
	font-size: 14px;
	margin-bottom: 2em;
}

.l-ifh-faq article.alist .answer .k-link a{
	font-size: 14px;
	background: url("../images/i-factory-house/n/ic_link.png") no-repeat 0 center;
	padding: 2px 0 2px 30px;
	background-size: 20px auto;
	font-weight: bold;
}

.l-backlist{
text-align: center;
}

.l-backlist a{
	border: #333333 1px solid;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	width: 330px;
	padding: 15px 0;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	

 .ifh_qa .l-main {
  background: url("../images/i-factory-house/n/second/main_sp.jpg") no-repeat center center;
  background-size: cover;
  height: 50vw;
 }
 .ifh_qa .l-main h1 {
  height: 50vw;
  background: url("../images/i-factory-house/n/flow/main_ifh_sp.png") no-repeat center bottom;
  background-size: auto 33.33vw;
 }
.ifh_qa .l-page-content p {
    line-height: 1.8;
    font-size: 2.66vw;
}
	
	.ifh_qa .m-title p.l-ifh-about-txt {
    font-size: 3.2vw;
    padding-top: 5.3vw;
    text-align: left;
}

  .ifh_qa .l-ifh-about {
  height: auto;
  margin: 8.26vw 0 5.6vw 0;
 }
 .ifh_qa .l-ifh-about p.l-ifh-about-txt {
		padding-top: 5.3vw;
  margin-bottom: 0;
 }
	
	
.l-ifh-faq {width: auto;
margin: 0 auto 10vw auto;}
.l-ifh-faq article {
	padding: 0 4vw;
 margin-bottom: 2.6vw;
 background: url("../images/i-factory-house/n/ic_curor_qa.png") no-repeat 96% center #F2F2F2;
 background-size: 12px auto;
}

.l-ifh-faq article a{
	padding: 2.6vw 0 3.3vw 0;
	display: block;
}
.l-ifh-faq article:last-child {
 margin-bottom: 0;
}
.l-ifh-faq article .qalist .tit-qa {
 min-width: 6.6vw;
 padding: 0px 0 5px 0;
 box-sizing: border-box;
 text-align: center;
 font-size: 5.3vw;
font-family: 'Roboto', sans-serif;
font-weight: 700;
line-height: 1.2;
	position: relative;
	display: inline-block;
	 vertical-align: top;
}

.l-ifh-faq article .qalist .tit-qa::after {
 text-align: center;
line-height: 1;
 display: inline-block;
	content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
	min-width: 6.6vw;
  border-bottom: 3px solid #333;
}

.l-ifh-faq article p.q {
	width: 62vw;
 font-size: 3.4vw;
 line-height: 1.5;
 padding: 0px 0 0 4vw;
 display: inline-block;
	font-weight: bold;
}

	
/*回答*/
.l-ifh-faq article.alist {
	padding: 5.3vw 5.3vw 5.5vw 5.3vw;
 margin-bottom: 7vw;
 background: #F2F2F2;
}

.l-ifh-faq article.alist .qalist .tit-qa {
	margin-bottom: 5.7vw;
}

.l-ifh-faq article.alist .answer{
	padding: 0 0 0 0;
}

.l-ifh-faq article.alist .answer p.a{
	font-size: 3.2vw;
	margin-bottom: 2em;
}

.l-ifh-faq article.alist .answer .k-link a{
	font-size: 3.2vw;;
	background: url("../images/i-factory-house/n/ic_link.png") no-repeat 0 center;
	padding: 2px 0 2px 4.6vw;
	background-size: 3.2vw auto;
}

.l-backlist{
text-align: center;
}

.l-backlist a{
	border: #333333 1px solid;
	font-size: 3.2vw;
	text-align: center;
	display: inline-block;
	width: 64vw;
	padding: 4vw 0;
	line-height: 1;
}
}

/*IE専用アラート*/
.ie_alert{
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: auto;
    background: rgb(196, 52, 52); /* rgba未対応の古いIE用 */
    background: rgba(196, 52, 52, 0.95);
    text-align: center;
    padding: 10% 10%;
    z-index: 1000;
		box-sizing: border-box;
		}
		
    .ie_alert span,.ie_alert p,.ie_alert a{
        color: #fff;
    }
    .ie_alert span{
        display: block;
        font-size:4vw;
					line-height: 1.3;
					margin-bottom: 1em;
    }
    .ie_alert p{
        font-size: 2vw;
					line-height: 1.8;
					margin-bottom: 1em;
    }
    .ie_alert a{
        display: inline-block;
        font-size:1.7vw;
        margin-top: 20px;
        padding: 1vw 80px;
        border: solid 1px #fff;
       
    }




/*ifh concept*/
.ifh.ifh-concept .l-main {
 background: url("../images/i-factory-house/n/concept/main_pc.jpg") no-repeat center center;
 background-size: cover;
}

.ifh .m-title p {
 font-size: 16px;
}
.ifh .l-ifh-concept {
	margin-bottom: 100px;
}

.ifh .l-ifh-concept h3 {
font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.ifh .l-ifh-concept h4 {
	font-weight: 700;
	margin-bottom: 20px;
}

.l-ifh-keyword{
	margin-bottom: 150px;
}


@media screen and (max-width: 768px) {
	
	.l-ifh-plan-contents .swiper-slide {
    padding: 0 0 4.5vw 0;
}
 .ifh.ifh-concept .l-main {
  background: url("../images/i-factory-house/n/concept/main_sp.jpg") no-repeat center center;
  background-size: cover;
  height: 50vw;
 }
	
	.ifh.ifh-concept .checkpoint{
		text-align: left;
	}

 .ifh .m-title p {
  font-size: 2.66vw;
 }
  .ifh .l-ifh-concept {
  height: auto;
  margin: 8.26vw 0 12vw 0;
 }

	.ifh .l-ifh-concept h3 {
font-size: 4.2vw;
	font-weight: 700;
	margin-bottom: 20px;
}
.ifh .l-ifh-concept h4 {
	font-size: 3.46vw;
	font-weight: 700;
	margin-bottom: 20px;
}

.l-ifh-keyword{
	margin-bottom: 20vw;
}

	
}




/*ifh works*/


.ifh_works .l-main {
 background: url("../images/i-factory-house/n/second/main_pc.jpg") no-repeat center center;
 background-size: cover;
}
.ifh_works .l-main h1 {
 height: 330px;
 background: url("../images/i-factory-house/n/flow/main_ifh_pc.png") no-repeat center bottom;
 background-size: auto 245px;
 text-indent: -9999px;
 overflow: hidden;
}
.ifh_works .m-title p {
 font-size: 16px;
}
.ifh_works .l-ifh-about {
 margin: 40px 0 30px 0;
	height: auto;
}

.ifh_works .m-title p.l-ifh-about-txt {
    font-size: 14px;
    padding-top: 30px;
}


.l-ifh-works-index{
	margin-bottom: 150px;
	
}

.l-ifh-works-index article{
	background: #f5f5f5;
	padding: 85px 0;
	margin-bottom: 40px;
}

.m-ifh-works-index-inner{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}

.m-ifh-works-index-inner figure{
	width: 560px;
	text-align: left;
}

.m-ifh-works-index{
	width: 466px;
	text-align: left;
}

.m-ifh-works-index-txt{
	height: 350px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.tit-works{
	width: 100%;
	font-size: 20px!important;
	font-weight: 700;
	margin-bottom: 20px;
}

.sttl-works{
	font-weight: 700;
	margin-bottom: 20px;
}

.txt-works{
}

.m-ifh-works-index .l-btn-more{
	text-align: left;
}

.m-ifh-works-index .m-btn-more{
	margin: 0;
}

.l-ifh-works-index article:nth-child(2) .m-ifh-works-index-inner figure{
	order: 2;
}




@media screen and (max-width: 768px) {
	
	
	 .ifh_works .l-main {
  background: url("../images/i-factory-house/n/second/main_sp.jpg") no-repeat center center;
  background-size: cover;
  height: 50vw;
 }
 .ifh_works .l-main h1 {
  height: 50vw;
  background: url("../images/i-factory-house/n/flow/main_ifh_sp.png") no-repeat center bottom;
  background-size: auto 33.33vw;
 }
.ifh_works .l-page-content p {
    line-height: 1.8;
    font-size: 2.66vw;
}
	
	.ifh_works .m-title p.l-ifh-about-txt {
    font-size: 3.2vw;
    padding-top: 5.3vw;
    text-align: center;
}

  .ifh_works .l-ifh-about {
  height: auto;
  margin: 8.26vw 0 5.6vw 0;
 }
 .ifh_works .l-ifh-about p.l-ifh-about-txt {
		padding-top: 5.3vw;
  margin-bottom: 0;
 }
	
	
	
.l-ifh-works-index{
	margin-bottom: 20vw;
	
}

.l-ifh-works-index article{
	background: #f5f5f5;
	padding: 10vw 5vw;
	margin-bottom: 5vw;
}

.m-ifh-works-index-inner{
	width: auto;
	margin: 0 auto;
	display: block;
}

.m-ifh-works-index-inner figure{
	width: auto;
	margin-bottom: 5vw;
}

.m-ifh-works-index{
	width: auto;
}

.m-ifh-works-index-txt{
	height: auto;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.tit-works{
	width: 100%;
	font-size: 4.2vw!important;
	font-weight: 700;
	margin-bottom: 5vw;
	line-height: 1.5!important;
	text-align: center;
}

.sttl-works{
	width: 100%;
	font-weight: 700;
	margin-bottom: 5vw;
	text-align: center;
	font-size: 3.8vw!important;
}


.txt-works{
	font-size: 3.2vw!important;
}

.m-ifh-works-index .l-btn-more{
	text-align: center!important;
	padding-top: 5vw;
}

.m-ifh-works-index .m-btn-more{
	margin: 0 auto;
}

.l-ifh-works-index article:nth-child(2) .m-ifh-works-index-inner figure{
	order: 2;
}
	
}



/*ifh works 1*/


.ifh_works1 .l-main {
 background: url("../images/i-factory-house/n/works/1/main.jpg") no-repeat center center;
 background-size: cover;
	height: 330px;
}

.ifh_works2 .l-main {
 background: url("../images/i-factory-house/n/works/2/main.jpg") no-repeat center center;
 background-size: cover;
	height: 330px;
}


.l-ifh-works-detail_head  {
padding-top: 60px;
}

.l-ifh-works-detail_head h1 {
 font-size: 20px;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}

.l-ifh-works-detail{
	width: 750px;
	margin: 0 auto;
	
}
.m-ifh-works-detail-gaikan{
	margin-bottom: 60px;
}

.m-ifh-works-plan_detail{
	background: #f5f5f5;
	padding: 30px 35px;
	margin-bottom: 60px;
	overflow: hidden;
}

.m-ifh-works-plan_detail h2{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.6;
}

.m-ifh-plan-ttl{
	background: #000;
	color: #fff;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	display: inline-block;
	padding: 8px 15px;
	line-height: 1;
	float: left;
	margin-bottom: 30px;
}

.m-ifh-plan-madori{
	background: url("../images/i-factory-house/n/works/1/plus.svg") no-repeat center bottom;
	padding-bottom: 60px;
	margin-bottom: 30px;}

.m-ifh-works-detail-plan-other{
	display: flex;
	
}

.m-ifh-works-detail-plan-other div{
	width: 50%;
}

.m-ifh-works-detail-plan-other p{
	clear: both;
	text-align: left;
	font-weight: 700;
}



.m-ifh-works-plan-contents{
	overflow: hidden;
	margin-bottom: 150px;
}

.m-ifh-works-plan-contents article{
	margin-bottom: 60px;
}

.m-ifh-works-plan-contents figure{
	margin-bottom: 30px;
	height: 453px;
	text-align: center;
}

.m-ifh-works-plan-contents figure img{
	width: auto;
	height: 453px;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-txtbox{
	display: flex;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-ttl{
	width: 266px;
	line-height: 1.2;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-ttl p{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-ttl span{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


.m-ifh-works-plan-contents .m-ifh-works-plan-contents-txt{
	width: 480px;
	text-align: left;
	padding-left: 15px;
	border-left: #707070 1px solid;
}



@media screen and (max-width: 768px) {
	
	
	
.ifh_works1 .l-main {
 background: url("../images/i-factory-house/n/works/1/main_sp.jpg") no-repeat center center;
 background-size: cover;
	height: 50vw;
}
	
	.ifh_works2 .l-main {
 background: url("../images/i-factory-house/n/works/2/main_sp.jpg") no-repeat center center;
 background-size: cover;
	height: 50vw;
}

.l-ifh-works-detail_head  {
padding-top: 40px;
}

.l-ifh-works-detail_head h1 {
 font-size: 4.5vw;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.5;
}

.l-ifh-works-detail{
	width: auto;
	margin: 0 5vw;
	
}
.m-ifh-works-detail-gaikan{
	margin-bottom: 40px;
}

.m-ifh-works-plan_detail{
	background: #f5f5f5;
	padding: 5vw 5vw;
	margin-bottom: 40px;
	overflow: hidden;
}

.m-ifh-works-plan_detail h2{
	font-size: 3.8vw;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 30px;
}

.m-ifh-plan-ttl{
	background: #000;
	color: #fff;
	font-size: 3.6vw;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	display: inline-block;
	padding: 8px 15px;
	line-height: 1;
	float: none;
	margin: 0 auto 3vw auto;
	margin-bottom: 3vw;
}

.m-ifh-plan-madori{
	background: url("../images/i-factory-house/n/works/1/plus.svg") no-repeat center bottom;
	padding-bottom: 60px;
	margin-bottom: 30px;}

.m-ifh-works-detail-plan-other{
	display: block;
	
}

.m-ifh-works-detail-plan-other div{
	width: auto;
}
	
	.m-ifh-works-detail-plan-other div + div{
		margin-top: 7vw;
}

.m-ifh-works-detail-plan-other p{
	clear: both;
	font-size: 3.2vw!important;
	text-align: left;
	font-weight: 700;
}



.m-ifh-works-plan-contents{
	overflow: hidden;
	margin-bottom: 20vw;
}

.m-ifh-works-plan-contents article{
	margin-bottom: 8vw;
}

.m-ifh-works-plan-contents figure{
	margin-bottom: 5vw;
	height: auto;
	text-align: center;
}

.m-ifh-works-plan-contents figure img{
	width: 100%;
	height: auto;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-txtbox{
	display: flex;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-ttl{
	width: 38vw;
	line-height: 1.2;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-ttl p{
	font-size: 3.5vw;
	font-weight: 700;
	line-height: 1.2;
}

.m-ifh-works-plan-contents .m-ifh-works-plan-contents-ttl span{
	font-size: 2.8vw;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


.m-ifh-works-plan-contents .m-ifh-works-plan-contents-txt{
	width: 62vw;
	text-align: left;
	padding-left: 15px;
	border-left: #707070 1px solid;
}

	
	
}



























	