@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

/* 商品ラインナップ
-------------------------------------------------- */
body.introduce .area-heading {
  margin-top:40px;
  margin-bottom: 50px;
}
body.introduce .area-heading .page-title {
  text-align: center;
}
body.introduce .area-heading .page-title span {
  position: relative;
  display: inline-block;
  width: 301px;
  margin-bottom: 30px;
  padding-top: 50px;
  text-align: center;
}
body.introduce .area-heading .page-title span img {
  width: 100%;
  height: auto;
}
body.introduce .area-index {
  margin-bottom: 80px;
}
body.introduce .area-index .list {
  width: 1024px;
  margin: 60px auto 0;
}
body.introduce .area-index .list .list__item {
  margin-bottom: 40px;
}
body.introduce .area-index .list .list__item img {
  width: 100%;
  height: auto;
}

/* 共通
-------------------------------------------------- */
body#fmtIntroduce.since .area-heading,
body#fmtIntroduce.espacio .area-heading,
body#fmtIntroduce.mokua_j .area-heading,
body.espaciourban .area-heading,
body.espaciohybrid .area-heading,
body.withmaison .area-heading,
body.espaciourban_taika .area-heading{
  margin-bottom: 40px;
}
body#fmtIntroduce.since .area-heading .page-title,
body#fmtIntroduce.espacio .area-heading .page-title,
body#fmtIntroduce.mokua_j .area-heading .page-title,
body.espaciourban .area-heading .page-title,
body.espaciohybrid .area-heading .page-title,
body.withmaison .area-heading .page-title,
body.espaciourban_taika .area-heading .page-title{
  text-align: center;
}
body#fmtIntroduce.since .area-heading .page-title span,
body#fmtIntroduce.espacio .area-heading .page-title span,
body#fmtIntroduce.mokua_j .area-heading .page-title span,
body.espaciourban .area-heading .page-title span,
body.espaciohybrid .area-heading .page-title span,
body.withmaison .area-heading .page-title span,
body.espaciourban_taika .area-heading .page-title span{
  position: relative;
  display: inline-block;
  width: 430px;
  padding-top: 10px;
  text-align: center;
}
body#fmtIntroduce.since .area-heading .page-title span img,
body#fmtIntroduce.espacio .area-heading .page-title span img,
body#fmtIntroduce.mokua_j .area-heading .page-title span img,
body.espaciourban .area-heading .page-title span img,
body.espaciohybrid .area-heading .page-title span img,
body.withmaison .area-heading .page-title span img{
  width: 100%;
  height: auto;
}
body#fmtIntroduce.since .area-heading .page-caption,
body#fmtIntroduce.espacio .area-heading .page-caption,
body#fmtIntroduce.mokua_j .area-heading .page-caption,
body.espaciourban .area-heading .page-caption,
body.espaciohybrid .area-heading .page-caption,
body.withmaison .area-heading .page-caption,
body.espaciourban_taika .area-heading .page-caption{
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 17px;
}
body#fmtIntroduce.since .area-heading .page-caption:after,
body#fmtIntroduce.espacio .area-heading .page-caption:after,
body#fmtIntroduce.mokua_j .area-heading .page-caption:after,
body.espaciourban .area-heading .page-caption:after,
body.espaciohybrid .area-heading .page-caption:after,
body.withmaison .area-heading .page-caption:after,
body.espaciourban_taika .area-heading .page-caption:after{
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  content: '';
  width: 300px;
  height: 1px;
  margin-left: -150px;
  background: #000;
}
body#fmtIntroduce .local-nav,
body.espaciourban .local-nav,
body.espaciohybrid .local-nav,
body.withmaison .local-nav,
body.espaciourban_taika .local-nav{
  padding: 25px 0;
  font-size: 0;
  text-align: center;
}
body#fmtIntroduce .local-nav__item,
body.espaciourban .local-nav__item,
body.espaciohybrid .local-nav__item,
body.withmaison .local-nav__item,
body.espaciourban_taika .local-nav__item{
  display: inline-block;
  color: #001f3c;
  font-size: 15px;
}
body#fmtIntroduce .local-nav__item a,
body.espaciourban .local-nav__item a,
body.espaciohybrid .local-nav__item a,
body.withmaison .local-nav__item a,
body.espaciourban_taika .local-nav__item a{
  display: inline-block;
  height: 22px;
  padding: 0 10px;
  line-height: 22px;
  color: #001f3c;
  font-size: 15px;
  text-decoration: none;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  body#fmtIntroduce .local-nav__item a,
  body.espaciourban .local-nav__item a,
  body.espaciohybrid .local-nav__item a,
  body.withmaison .local-nav__item a,
  body.espaciourban_taika .local-nav__item a{
    padding-top: 0.2em;
    box-sizing: border-box;
  }
}
body#fmtIntroduce .local-nav__item a:hover,
body.espaciourban .local-nav__item a:hover,
body.espaciohybrid .local-nav__item a:hover,
body.withmaison .local-nav__item a:hover,
body.espaciourban_taika .local-nav__item a:hover{
  color: #fff;
  background: #001f3c;
}
body#fmtIntroduce .local-nav__item .spacer,
body.espaciourban .local-nav__item .spacer,
body.espaciohybrid .local-nav__item .spacer,
body.withmaison .local-nav__item .spacer,
body.espaciourban_taika .local-nav__item .spacer{
  padding: 0 10px;
}
body#fmtIntroduce .local-nav__item .current,
body.espaciourban .local-nav__item .current,
body.espaciohybrid .local-nav__item .current,
body.withmaison .local-nav__item .current,
body.espaciourban_taika .local-nav__item .current{
  color: #fff;
  background: #001f3c;
}
body#fmtIntroduce .bottom-nav,
body.espaciourban .bottom-nav,
body.espaciohybrid .bottom-nav,
body.withmaison .bottom-nav,
body.espaciourban_taika .bottom-nav{
  padding: 60px 0;
}
body#fmtIntroduce .bottom-nav .btn-index,
body.espaciourban .bottom-nav .btn-index,
body.espaciohybrid .bottom-nav .btn-index,
body.withmaison .bottom-nav .btn-index,
body.espaciourban_taika .bottom-nav .btn-index{
  position: relative;
  display: block;
  width: 300px;
  height: 58px;
  color: #333;
  margin: 50px auto 0;
  font-size: 15px;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
  box-sizing: border-box;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  body#fmtIntroduce .bottom-nav .btn-index,
  body.espaciourban .bottom-nav .btn-index,
  body.espaciohybrid .bottom-nav .btn-index,
  body.withmaison .bottom-nav .btn-index,
  body.espaciourban_taika .bottom-nav .btn-index{
    padding-top: 0.1em;
    box-sizing: border-box;
  }
}
body#fmtIntroduce .bottom-nav .btn-index:hover,
body.espaciourban .bottom-nav .btn-index:hover,
body.espaciohybrid .bottom-nav .btn-index:hover,
body.withmaison .bottom-nav .btn-index:hover,
body.espaciourban_taika .bottom-nav .btn-index:hover{
  color: #fff;
  background: #001f3c;
}
body#fmtIntroduce .bottom-nav .btn-index:after,
body.espaciourban .bottom-nav .btn-index:after,
body.espaciohybrid .bottom-nav .btn-index:after,
body.withmaison .bottom-nav .btn-index:after,
body.espaciourban_taika .bottom-nav .btn-index:after{
  position: absolute;
  right: 10px;
  top: 25px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #333333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body#fmtIntroduce .bottom-nav .btn-index:hover:after,
body.espaciourban .bottom-nav .btn-index:hover:after,
body.espaciohybrid .bottom-nav .btn-index:hover:after,
body.withmaison .bottom-nav .btn-index:hover:after,
body.espaciourban_taika .bottom-nav .btn-index:hover:after{
  border-color: transparent transparent transparent #fff;
}
body#fmtIntroduce .block-pagetop,
body.espaciourban .block-pagetop,
body.espaciohybrid .block-pagetop,
body.withmaison .block-pagetop,
body.espaciourban_taika .block-pagetop{
  margin-top: 10px;
  text-align: right;
}
body#fmtIntroduce .block-pagetop a,
body.espaciourban .block-pagetop a,
body.espaciohybrid .block-pagetop a,
body.withmaison .block-pagetop a,
body.espaciourban_taika .block-pagetop a{
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
  font-size: 13px;
  color: #333;
}
body#fmtIntroduce .block-pagetop a:before,
body.espaciourban .block-pagetop a:before,
body.espaciohybrid .block-pagetop a:before,
body.withmaison .block-pagetop a:before,
body.espaciourban_taika .block-pagetop a:before{
  position: absolute;
  display: inline-block;
  content: '▲';
  left: 0;
}

/* ============================================================
	* 商品ラインナップ共通デザイン
	　202108　凸TGC
============================================================ */
/* ! 共通
---------------------------------------------- */
#fmtIntroduce .mincho{font-family: 'Noto Serif JP', serif;}
#fmtIntroduce .asterisk{
  padding-left:1em;
  text-indent:-1em;
}
#fmtIntroduce .asterisk:before{
  content:"※";
}
#fmtIntroduce .txt_115{
  font-size:115%;
}
#fmtIntroduce .clearfix::after {
   content: "";
   display: block;
   clear: both;
}
#fmtIntroduce sup{
	font-size:0.7em;
}
#fmtIntroduce sup,
#fmtIntroduce sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
		margin: 0 0.1em;
}
 
#fmtIntroduce sup {
    bottom: 0.6em;
}
 
#fmtIntroduce sub {
    bottom: 0;
}
#fmtIntroduce .ls-005 {
    letter-spacing: -0.05em;;
}
#fmtIntroduce .dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .4em;
}
#fmtIntroduce .wrapper{
  line-height:1;
  color:#333333;
}

/* ! #mvArea
---------------------------------------------- */
#fmtIntroduce #mvArea{}
#fmtIntroduce #mvArea .mv{
	display:flex;
	/*flex-wrap:nowrap;*/
	align-items:center;
	width:100%;
	background-color:#14375b;
}
#fmtIntroduce #mvArea .mv .txtArea{
	box-sizing:border-box;
	width:34.9%;
	color:#ffffff;	
}
#fmtIntroduce #mvArea .mv .txtArea h2{
  position:relative;
  padding:0 12% 10%;
	margin-bottom:9%;
	text-align:center;
}
#fmtIntroduce #mvArea .mv .txtArea h2:after{
  content:"";
  display:block;
  position:absolute;
  bottom:0;
  right:0;
  width:93%;
  height:1px;
  background-color:#ffffff;
}
#fmtIntroduce #mvArea .mv .txtArea h2 img{
  width: 100%;
}
#fmtIntroduce #mvArea .mv .txtArea p.mincho.mvLead{
	/* font-size:1.05vw;
  	font-size:clamp(12.25px, 1.05vw, 30px); */
  	font-size:1vw;
	font-size:clamp(12.25px, 1vw, 30px);
	line-height:2;
	text-align:left;
  font-weight: 300;
  margin: 0 0 0 7%;
}
#fmtIntroduce #mvArea .mv .txtArea p.mincho.mvLead strong{
	font-size:1.7em;
  display: inline-block;
  width: 92.52688%;
  padding-bottom: 0.25em;
  font-weight: 300;
}
#fmtIntroduce #mvArea .mv .slideArea{
	box-sizing:border-box; 
	width:65.1%;
	font-size:0;
}
#fmtIntroduce #mvArea.fullimg .mv .slideArea{
	width:100%;
}
#fmtIntroduce #mvArea .mv .slideArea li img{
	width:100%;}
/* Slick */
#fmtIntroduce #mvArea .mv .slideArea .slick-dotted.slick-slider{
	margin-bottom:0;
}
#fmtIntroduce #mvArea .mv .slideArea .slick-dots{
	bottom:20px;	
}
#fmtIntroduce #mvArea .mv .slideArea .slick-dots li{
	width:16px;
	height:16px;
	margin:0 10px;
}
#fmtIntroduce #mvArea .mv .slideArea .slick-dots li button:before{
	font-family:inherit;
	content:url(../img/since/ico_dot-noactive_pc.png);
	opacity:1;
}
#fmtIntroduce #mvArea .mv .slideArea .slick-dots li.slick-active button:before{
	opacity:1;
	content:url(../img/since/ico_dot-active_pc.png);
}
/* ! .concept
---------------------------------------------- */
#fmtIntroduce .concept{
	padding:60px 0 60px;
}
#fmtIntroduce .concept .conceptBox{
	margin:0 auto 20px;
	width: 100%;
	background-color:#ffffff;
	padding: 50px 0 60px;
}
#fmtIntroduce .concept .conceptBox:last-child{
	margin-bottom: 60px;
}
#fmtIntroduce .concept .conceptBox .ttl-concept,
#fmtIntroduce .concept .conceptBox .txt-concept{
	margin: 0 80px;
}
#fmtIntroduce .concept .conceptBox .bottom-concept{
	margin: 50px 0 0;
	position: relative;
}
#fmtIntroduce .concept .conceptBox .img-concept figure{
	position: relative;
	z-index: 1;
}
#fmtIntroduce .concept .conceptBox .img-concept figure:nth-child(2n){
	text-align: right;
	margin-top: -100px;
}
#fmtIntroduce .concept .conceptBox .txt-concept{
	position: absolute;
	bottom:0;
	margin-right: 490px;
}
#fmtIntroduce .concept .conceptBox .txt-concept .txt {
    font-size: 1.1rem;
    line-height: 2;
}
#fmtIntroduce .concept .conceptBox .txt-concept .txt li {
	margin-left: 1em;
	text-indent: -1em;
}
#fmtIntroduce .concept .conceptBox .txt-concept .txt li::before {
	content: "・";
}
#fmtIntroduce .concept .conceptBox:nth-child(2n) .img-concept figure{
	text-align: right;
}
#fmtIntroduce .concept .conceptBox:nth-child(2n) .img-concept figure:last-child{
	text-align: left;
}
#fmtIntroduce .concept .conceptBox:nth-child(2n) .txt-concept{
	margin-left: 510px;
	margin-right: 0;
}
#fmtIntroduce .concept .conceptBox.full .img-concept figure{
	text-align: left;
}
#fmtIntroduce .concept .conceptBox.full .txt-concept{
	position: static;
	margin: 50px 80px 0;
}
/* ! .plan
---------------------------------------------- */
#fmtIntroduce .plan{
	padding:60px 0 60px;
}
#fmtIntroduce .plan .planBox{
	margin:0 auto 60px;
	width: 100%;
	background-color:#ffffff;
}
#fmtIntroduce .plan .planBox:last-child{
	margin-bottom: 0;
}
#fmtIntroduce .plan .planBox .ttl-plan{
	display:flex;
	align-items:center;
}
#fmtIntroduce .plan .planBox .ttl-plan h3{
	padding:48px 0 42px;
	width:166px;
	text-align:center;
	background-color:#737264;
  color:#ffffff;
  line-height: 1.7;
  font-size: 21px;
  letter-spacing: 0.1em;
}
#fmtIntroduce .plan .planBox .ttl-plan._notxt h3{
	padding-top: calc(50px + 0.92em);
	padding-bottom: calc(50px + 0.92em);
	line-height: 1;
}
#fmtIntroduce .plan .planBox .ttl-plan h3 img{
	height: 23px;
  margin-bottom:10px;
}
#fmtIntroduce .plan .planBox .ttl-plan._notxt h3 img{
  margin-bottom:0;
}
#fmtIntroduce .plan .planBox .ttl-plan > .txt-lead{
  width:calc(100% - 166px);
	font-size:1.8rem;
	line-height:1.64;
	text-align:center;
}
#fmtIntroduce .plan .planBox .img-plan img{
  width: 100%;
}
#fmtIntroduce .plan .planBox .imgFloor{
	text-align:center;
	margin:0 auto;
	padding:60px 0;
  position: relative;
}
#fmtIntroduce .plan .planBox .imgFloor-tm0{
	padding-top:0;
}
#fmtIntroduce .plan .planBox .imgFloor .plan-lead-txt{
	line-height: 2;
  font-size: 1.125rem;
  text-align: left;
}
#fmtIntroduce .plan .planBox .imgFloor .plan-lead-title{
  font-size: 1.3rem;
  margin-bottom: 1.5em;
  font-weight:500;
}
#fmtIntroduce .plan .planBox .imgFloor .floorPointBox{
  display: flex;
  justify-content: flex-start;
  margin-left: 60px;
}
#fmtIntroduce .plan .planBox .imgFloor .floorPointBox._center{
	align-items: center;
}
#fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint{
  margin-right: 40px;
  text-align: left;
}
#fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint:last-child{
  margin-right: 0;
}
#fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint  .plan-lead-txt + picture img {
  margin-top: 10px;
  margin-left: 20px;
}
#fmtIntroduce .plan .planBox .imgFloor .floorPointBox + figure{
	margin-top: 20px;
}
#fmtIntroduce .plan .planBox .imgFloor .floorPointBox + figure._marginwide{
	margin-top: 50px;
}
#fmtIntroduce .plan .planBox .list-plan{
	display:flex;
	flex-wrap:wrap;
	padding:0px 40px 55px;	
}
#fmtIntroduce .plan .planBox .list-plan li{
	width:292px;
	margin-right:34px;
}
#fmtIntroduce .plan .planBox .list-plan li:nth-of-type(1),
#fmtIntroduce .plan .planBox .list-plan li:nth-of-type(2),
#fmtIntroduce .plan .planBox .list-plan li:nth-of-type(3){
	margin-bottom:40px;
}
#fmtIntroduce .plan .planBox .list-plan li:nth-of-type(3n){
	margin-right:0;
}
#fmtIntroduce .plan .planBox .list-plan li .img{
	margin-bottom:15px;
}
#fmtIntroduce .plan .planBox .list-plan li .img.ranking{
	position:relative;
	z-index:1;
}
#fmtIntroduce .plan .planBox .list-plan li .img.ranking:before{
	position:absolute;
	top:-30px;
	right:-30px;
	content:"";
	display:block;
	width:136px;
	height:153px;	
	z-index:2;
}
#fmtIntroduce .plan .planBox .list-plan li .ttl{
	display:flex;
	align-items:center;
	padding-bottom:8px;
	margin-bottom:9px;
	border-bottom:solid 1px #888888;
}
#fmtIntroduce .plan .planBox .list-plan li .ttl p{
	font-size:105%;/*20px*/
	font-weight:bold;
}
#fmtIntroduce .plan .planBox .list-plan li .ttl span{
	margin-right:18px;
}
#fmtIntroduce .plan .planBox .list-plan li .txt{
	font-size:94.7%;/*18px*/
}
#fmtIntroduce .plan .planBox .list-plan li .txt p{
  line-height:1.55;
}
#fmtIntroduce .plan .planBox .list-plan li .txt .asterisk{
	font-size:68.4%;/*13px*/
	text-align:right;
}
#fmtIntroduce .plan #plan_3ldk.planBox{
  margin-bottom:0;
}
#fmtIntroduce .bnrArea{
   background-color:#14375b;
}
#fmtIntroduce .bnrArea > ul{
  display:flex;
  padding:60px 40px;
  margin:0 auto;
  width:944px;
}
#fmtIntroduce .bnrArea > ul li{
   margin-right:51px;
  background-color: #ffffff;
}
#fmtIntroduce .bnrArea > ul li:last-of-type{
  margin-right:0;
}
#fmtIntroduce .bnrArea > ul li a{
  display:block;
  opacity:1;
  transition:opacity 0.3s ease;
}
#fmtIntroduce .bnrArea > ul li a.hover{
  opacity:0.7;
}

#fmtIntroduce .inner_sec{
  width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  margin:0 auto;
}
/* ! .case
---------------------------------------------- */
#fmtIntroduce .plan .caseBox .area-index{
	padding: 60px;
	font-weight: 250;
}
#fmtIntroduce .plan .caseBox .area-index h3{
	font-size: 30px;
	border: solid #737264;
	border-width: 1px 0;
	padding: 0.5em 0;
	margin: 0;
	text-align: center;
	font-weight: 300;
}
#fmtIntroduce .plan .caseBox .area-index ul{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#fmtIntroduce .plan .caseBox .area-index ul li{
	margin-top: 30px;
	margin-right: 13px;
	width: 338px;
}
#fmtIntroduce .plan .caseBox .area-index ul li:nth-child(3n){
	margin-right: 0;
}
#fmtIntroduce .plan .caseBox .area-index ul li a{
	transition: opacity ease 0.3s;
}
#fmtIntroduce .plan .caseBox .area-index ul li a:hover{
	opacity: 0.7;
}
#fmtIntroduce .plan .caseBox .area-index ul li img{
	width: 100%;
}
#fmtIntroduce .plan .caseBox .area-index ul li figcaption{
	font-size: 0.8rem;
	margin-top: 0.4em;
	color:#333;
	font-weight: 400;
}

/* ! .tech
---------------------------------------------- */
#fmtIntroduce .tech{
	padding:60px 0 60px;
	letter-spacing: 0.05em;
}
#fmtIntroduce .tech h3{
	background-color: #0B2232;
	color:#fff;
	font-size: 1.214rem;
	font-size: 1.5rem;
	padding: 20px 30px;
}
#fmtIntroduce .tech p.notes,
#fmtIntroduce .tech ul.notes li{
	font-size: 0.85em;
	text-indent: -1em;
	margin-left: 1em;
}
#fmtIntroduce .tech p.notes-num,
#fmtIntroduce .tech ul.notes-num li{
	text-indent: -1.75em;
	margin-left: 1.75em;
}
#fmtIntroduce .tech p.notes-noindent,
#fmtIntroduce .tech ul.notes-noindent li{
	text-indent: 0;
	margin-left: 0;
}
#fmtIntroduce .tech .techTitle{
	background-color: #E9EFF2;
	display: flex;
	align-items: center;
}
#fmtIntroduce .tech .techTitle .tech-header{
	padding: 20px 10px 20px 30px;
}
#fmtIntroduce .tech .techTitle .tech-header p{
	color: #4C4948;
	line-height: 2;
	margin-top: 1em;
}
#fmtIntroduce .tech .techTitle .tech-header .lead{
	font-size: 2.2rem;
	line-height: 1.4;
	color:#0B2232;
	margin: 0;
}
#fmtIntroduce .tech .techTitle .tech-header p.notes{
	margin-top: 0.5em;
}

#fmtIntroduce .tech .techBox{
	margin:0 auto;
	padding: 35px 70px;
	width: 100%;
	background-color:#ffffff;
	box-sizing: border-box;
}

#fmtIntroduce .tech .techTitle + .techBox,
#fmtIntroduce .tech .techBox:last-child{
	padding-top: 45px;
}

#fmtIntroduce .tech #tech00,
#fmtIntroduce .tech .techBox:last-child{
	padding-top: 45px;
	padding-bottom: 45px;
}

#fmtIntroduce .tech #tech00{
	padding-top: 35px;
}

#fmtIntroduce .tech .techBox::after {
   content: "";
   display: block;
   clear: both;
}
#fmtIntroduce .tech .techBox h4,
#fmtIntroduce .tech .techBox .tech-title h5{
	font-size: 1.75rem;
	color:#0B2232;
	line-height: 1.5
}
#fmtIntroduce .tech .techBox h4:first-child{
	margin-top: 0;
}
#fmtIntroduce .tech .techBox figure img{
	max-width: none;
}
#fmtIntroduce .tech .techBox .tech-flex{
	display: flex;
	justify-content: space-between;
}

#fmtIntroduce .tech .techBox .tech-flex figure{
	margin: 1.7em 0 10px 40px;
}

#fmtIntroduce .tech .techBox .tech-flex figure figcaption{
	font-size: 0.75rem;
	margin-top: 0.5em;
}

#fmtIntroduce .tech .techBox > .tech-flex figure{
	margin-top: 15px;
}
#fmtIntroduce .tech .techBox .tech-flex .clearfix > figure.fright{
	float:right;
	margin-right: 0;
	margin-left: 1em;
	margin-bottom: 1em;
}
#fmtIntroduce .tech .techBox .tech-title{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}
#fmtIntroduce .tech .techBox:first-child .tech-title{
	margin-top: 35px;
}
#fmtIntroduce .tech .techBox .tech-title .head-text{
	color: #fff;
	background-color: #0B2232;
	font-size: 1.25rem;
	font-weight: 400;
	min-width: 5.5em;
	text-align: center;
	padding: 0.3em 0.4em;
	margin-top: 0.3em;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
#fmtIntroduce .tech .techBox .tech-title h4,
#fmtIntroduce .tech .techBox .tech-title h5{
	margin-left: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#fmtIntroduce .tech .techBox .tech-title h5{
	margin-left: 0;
	font-size: 1.6rem;
}
#fmtIntroduce .tech .techBox .tech-title + .tech-title h5,
#fmtIntroduce .tech .techBox .tech-title + .tech-contents .tech-title h5{
	margin-top: 0.75em;
}
#fmtIntroduce .tech .techBox .tech-title._wrap{
	display: flex;
	flex-direction: column;
}
#fmtIntroduce .tech .techBox .tech-title._wrap h4{
	margin-left: 0;
	margin-top: 20px;
}

#fmtIntroduce .tech .techBox .tech-flex .tech-contents > figure{
	margin: 1em 0 0;
}
#fmtIntroduce .tech .techBox .tech-contents p{
	margin-top: 1em;
}
#fmtIntroduce .tech .techBox .tech-contents p.txt{
	font-size: 1.125rem;
	line-height: 2;
}
#fmtIntroduce .tech .techBox .tech-contents p.notes,
#fmtIntroduce .tech .techBox .tech-contents ul.notes{
	margin-top: 0.5em;
}
#fmtIntroduce .tech .techBox .tech-contents .notes + .notes{
	margin-top: 0;
}
#fmtIntroduce .tech .techBox .tech-contents p.notes,
#fmtIntroduce .tech .techBox .tech-contents ul.notes li{
	font-size: 0.875rem;
	line-height: 1.75;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title{
	list-style: none;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point ol{
	list-style: none;
	padding: 20px 50px 0;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point ol > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #4C4948;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point figure{
	margin:0;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title figure img{
	width: 46px !important;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title h5{
	margin-left:10px;
	font-size: 1.25rem;
	line-height: 1.5;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title h5{
	margin-left:0.35em;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 500;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-contents p.txt{
	font-size: 1rem;
	line-height: 1.75;
}
#fmtIntroduce .tech #tech01 .tech-contents .tech-point .point-img figure{
	margin:0 0 0 30px;
}
#fmtIntroduce .tech #tech01 .tech-contents .tech-point .point-img figure img{
	width: 320px;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-contents p.notes,
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-contents ul.notes li{
	font-size: 0.75rem;
	line-height: 1.75;
}

/* ! .banner
---------------------------------------------- */
#fmtIntroduce #plan-banner{
	padding-bottom: 60px;
}
#fmtIntroduce #plan-banner + .bottom-nav{
	padding-top: 0;
}
#fmtIntroduce #plan-banner ul{
	padding-top: 20px;
}
#fmtIntroduce #plan-banner li{
	margin-top: 40px;
}


/* ティーメゾン・シンセ
-------------------------------------------------- */
#fmtIntroduce #since .plan #plan_since_r01.planBox .imgFloor .plan-lead-txt{
  position: absolute;
  top: 476px;
  left: 96px;
}
#fmtIntroduce #since .plan #plan_since_r03.planBox .imgFloor .plan-lead-txt{
  position: absolute;
  top: 564px;
  left: 96px;
}
#fmtIntroduce #since .plan #plan_since_r04.planBox .imgFloor .plan-lead-txt{
  position: absolute;
  top: 459px;
  left: 96px;
}
#fmtIntroduce #since .plan #plan_since_r05.planBox .imgFloor .plan-lead-txt{
  position: absolute;
  top: 461px;
  left: 96px;
}
#fmtIntroduce #since .plan #plan_since_k.planBox{
  margin-bottom: 0;
}

#fmtIntroduce #since .tech #tech01 .tech-contents figure img{
	width: 438px;
}
#fmtIntroduce #since .tech #tech01 .tech-contents ul.notes{
	position: relative;
	margin-right: -478px;
}

#fmtIntroduce #since .tech #tech02 .tech-title h4{
	position: relative;
	margin-right: -40px;
}
#fmtIntroduce #since .tech #tech02 .tech-contents figure img{
	width: 393px;
}
#fmtIntroduce #since .tech #tech03 .tech-contents .sp-block{
	display:none;
}

#fmtIntroduce #since .tech #tech05 .tech-contents figure{
	margin-top:10px;
}
#fmtIntroduce #since .tech #tech05 .tech-flex .flex{
	position: relative;
}
#fmtIntroduce #since .tech #tech05 .tech-contents figure.pc_block{
	margin: 0;
	position: absolute;
	top:24px;
	left: -115px;
}
#fmtIntroduce #since .tech #tech05 .tech-contents figure.pc_block img{
	width: 207px;
}
#fmtIntroduce #since .tech #tech05 .tech-contents p.txt{
	margin-right: 120px;
}
#fmtIntroduce #since .tech #tech05 .tech-contents .column{
	margin-top: 1em;
	border: 1px dashed #00758E;
	padding: 0.8em 1.4em;
}
#fmtIntroduce #since .tech #tech05 .tech-contents .column p.txt{
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
}
#fmtIntroduce #since .tech #tech06 .tech-contents .column dl{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.2em;
}
#fmtIntroduce #since .tech #tech06 .tech-contents .column dt{
	width: 12.5em;
	background: url("../img/since/tech06_bg.png") center center;
	padding: 1em 0;
	font-size: 1rem;
	text-align: center;
	font-weight:500;
}
#fmtIntroduce #since .tech #tech06 .tech-contents .column dt .dots {
  background-image: radial-gradient(circle at center, #333 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.4em;
  padding-top: .3em;
}
#fmtIntroduce #since .tech #tech06 .tech-contents .column dd{
	font-size: 0.875rem;
	line-height: 1.75;
	margin-left: 1em;
}
#fmtIntroduce #since .tech #tech07 .tech-contents p.notes{
	text-align: right;
	margin-top: 0.5em;
	position: relative;
	margin-right: -30px;
}
#fmtIntroduce #since .tech #tech00{
	background-color: #0B2232;
}
#fmtIntroduce #since .tech #tech00,
#fmtIntroduce #since .tech #tech00 .tech-title h4{
	color:#fff;
}
#fmtIntroduce #since .tech #tech00 .tech-title h4{
	margin-left: 0;
}
#fmtIntroduce #since .tech #tech00 .tech-contents p.notes{
	text-align: right;
	margin-top: 0.5em;
	position: relative;
	margin-right: -30px;
}
#fmtIntroduce #since .tech #tech00 .tech-contents ul{
	margin-top: 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#fmtIntroduce #since .tech #tech00 .tech-contents ul li:first-child{
	margin-right: 35px;
}
#fmtIntroduce #since .tech #tech00 .tech-contents ul li h5{
	border-left: 0.35em solid #fff;
	padding-left: 0.45em;
	font-size: 1.0625rem;
	line-height: 1.5;
	letter-spacing: 0;
}
#fmtIntroduce #since .tech #tech00 .tech-contents ul li:last-child h5{
	width: 20em;
}

#fmtIntroduce #since .tech #tech00 .tech-contents ul li p.txt {
    font-size: 0.875rem;
    line-height: 1.75;
}


/* ティーメゾン・エスパシオ
-------------------------------------------------- */
#fmtIntroduce #espacio .plan #plan_espacio_r01.planBox .imgFloor .plan-lead-txt{
	position: absolute;
	bottom: 110px;
	left: 440px;
  }
#fmtIntroduce #espacio .tech #tech03 .tech-contents .sp-block{
	display:none;
}
#fmtIntroduce #espacio .tech #tech07,
#fmtIntroduce #espacio .tech #tech08,
#fmtIntroduce #espacio .tech #tech09 {
	padding-top: 20px;
}
#fmtIntroduce #espacio .tech #tech07 .tech-title,
#fmtIntroduce #espacio .tech #tech08 .tech-title,
#fmtIntroduce #espacio .tech #tech09 .tech-title {
	margin-top: 8px;
}
#fmtIntroduce #espacio .tech #tech07 .tech-title h4,
#fmtIntroduce #espacio .tech #tech08 .tech-title h4,
#fmtIntroduce #espacio .tech #tech09 .tech-title h4{
	margin-left: 0;
}
#fmtIntroduce #espacio .tech #tech07 .tech-title h4:last-child{
	margin-top: 35px;
}
#fmtIntroduce #espacio .tech #tech07 .tech-flex .tech-flex figure{
	margin: 15px 20px 0 0;
}
#fmtIntroduce #espacio .tech #tech07 .tech-flex .tech-flex h4{
	margin-top: 0;
}
#fmtIntroduce #espacio .tech #tech07 .tech-flex .tech-flex p{
	margin-top: 0.4em;
}
#fmtIntroduce #espacio .tech #tech07 .tech-flex .tech-flex + .tech-flex {
	padding-top: 1em;
}
#fmtIntroduce #espacio .tech #tech08 > .tech-contents > .tech-flex > .flex > figure,
#fmtIntroduce #espacio .tech #tech09 > .tech-contents > .tech-flex > .flex > figure{
	margin-top: 15px;
}
#fmtIntroduce #espacio .tech #tech00{
	background-color: #0B2232;
}
#fmtIntroduce #espacio .tech #tech00 .tech-title{
	position: relative;
	margin-bottom: 0.65em;
}
#fmtIntroduce #espacio .tech #tech00,
#fmtIntroduce #espacio .tech #tech00 .tech-title h4{
	color:#fff;
	font-size: 2.215rem;
	margin-left: 0;
}
#fmtIntroduce #espacio .tech #tech00 .tech-title h4::before{
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	margin: 0.05em 0 0 6.5em;
}
#fmtIntroduce #espacio .tech #tech00 h5{
	font-size: 1.75rem;
	line-height: 1.5;
}
#fmtIntroduce #espacio .tech #tech00 .tech-contents p.notes{
	text-align: right;
	margin-top: 0.5em;
	position: relative;
	margin-right: -30px;
}

/* ティーメゾン・エスパシオUD
-------------------------------------------------- */
#fmtIntroduce #espacioud #mvArea .mv{
	background-color:#393d3b;
}
#fmtIntroduce #espacioud #mvArea .mv .slideArea .slick-dotted.slick-slider .mv02 picture{
	background-color:#2e4434;
}
#fmtIntroduce #espacioud #mvArea .mv .slideArea .slick-dotted.slick-slider .mv03 picture{
	background-color:#45392f;
}
#fmtIntroduce #espacioud #mvArea .mv .slideArea .slick-dotted.slick-slider .mv04 picture{
	background-color:#3c3e2c	;
}
#fmtIntroduce #espacioud #mvArea .mv .slideArea .slick-dotted.slick-slider .mv05 picture{
	background-color:#2e4146;
}
#fmtIntroduce #espacioud .chintai-nav ul li.chintai-current a{
	color:#393d3b;
}
#fmtIntroduce #espacioud .chintai-nav ul li a{
    background: linear-gradient(180deg, rgba(57,61,59,1) 0%, rgba(57,61,59,1) 50%, rgba(53,57,55,1) 50%, rgba(57,61,59,1) 100%);
}
#fmtIntroduce #espacioud .plan .planBox .ttl-plan h3 img{
	height: auto;
	width: 80%;
	margin: 0 10% 10px;
}
@media screen and (min-width: 769px) {
#fmtIntroduce #espacioud .plan .planBox .imgFloor .floorPointBox .floorPoint figure{
	width:590px;
}
#fmtIntroduce #espacioud .plan .planBox .imgFloor .floorPointBox{
	margin-right: 60px;
}
}

#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2{
	padding-top: 0;
	text-align: center;
	margin: 0 60px;
	padding-top: 60px;
	font-size: 1rem;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 h3{
	font-size: 2em;
	line-height: 1.6;
	font-weight: 500;
	/* color:#0B2232; */
	letter-spacing: 0.05em;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 p.txt{
	font-size: 1.125em;
	line-height: 2;
	margin: 1.5em 0;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
	flex-direction: row-reverse;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex img{
	max-width: none;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex .flex{
	width: 500px;
	text-align: left;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor .cont-flex h4{
	font-size: 1.625em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #D2D2C2;
	margin-bottom: 25px;
	line-height: 1.5;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex p.lead{
	font-size: 1.25em;
	margin: 1.2em 0 1em;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex p.txt{
	font-size: 1rem;
	margin: 0;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex p.notes{
	margin-top: 1em;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 0.825em;
	line-height: 1.5;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex2{
	flex-direction: row;
}
#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex2 .flex{
	width: 350px;
}
@media screen and (max-width: 768px) {
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2{
		margin: 0 20px 20px;
		padding-top: 20px;
		font-size: 0.9rem;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .mincho{
		font-weight: 500;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 h3{
		font-size: 1.2em;
		line-height: 1.6;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 p.txt{
		font-size: 0.9em;
		line-height: 1.8;
		text-align: left;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex{
		margin-top: 10px;
		margin-top: 0;
		display: block;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex > figure{
		margin-right: 10px;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex > figure:last-child{
		margin-right: 0;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex img{
		max-width: none;
		width: 100%;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex .flex{
		width: auto;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor .cont-flex h4{
		font-size: 1.1em;
		margin-top: 1.5em;
		margin-bottom: 15px;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex figure{
		margin-top: 1em;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex p.lead{
		font-size: 0.925em;
		margin: 1.1em 0 0.8em;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex p.txt{
		font-size: 0.75em;
		margin: 0;
	}
	#fmtIntroduce .plan #plan_espacioud_heiyou_details .imgFloor2 .cont-flex p.notes{
		margin-top: 1em;
		font-size: 0.65em;
	}
}

@media screen and (min-width: 769px) {
	#fmtIntroduce #espacioud .tech .techTitle figure{
		flex-shrink:0;
	}
}
#fmtIntroduce #espacioud .tech #tech00{
	background-color: #0B2232;
}
#fmtIntroduce #espacioud .tech #tech00,
#fmtIntroduce #espacioud .tech #tech00 .tech-title h4{
	color:#fff;
}
#fmtIntroduce #espacioud .tech #tech00 .tech-title h4{
	margin-left: 0;
	font-size: 1.5rem;
}
#fmtIntroduce #espacioud .tech #tech00 .tech-contents p.txt{
	font-size: 0.95rem;
}
#fmtIntroduce #espacioud .tech #tech00 .tech-contents p.notes{
	font-size: 0.825rem;
}
#fmtIntroduce #espacioud .tech h3{
	background-color: #393d3b;
}
@media screen and (max-width: 768px) {
	#fmtIntroduce #espacioud .tech h3{
		line-height: 1.4;
	}
}
#fmtIntroduce #espacioud .tech h3{
	background-color: #393d3b;
}
#fmtIntroduce #espacioud .tech .techTitle {
    background-color: #f8f8f8;
}
#fmtIntroduce #espacioud .tech .techTitle .tech-header p{
	font-size:1.15rem
}
#fmtIntroduce #espacioud .tech .techTitle .tech-header p.notes{
	font-size:0.85rem
}
#fmtIntroduce #espacioud .tech .techTitle .tech-header .lead {
    color: #393d3b;
	font-size:2.3rem
}
#fmtIntroduce #espacioud .tech .techBox .tech-title .head-text{
    background-color: #393d3b;
}
#fmtIntroduce #espacioud .tech .techBox h4,
#fmtIntroduce #espacioud .tech .techBox h5 {
    color: #393d3b;
}
#fmtIntroduce #espacioud .tech #tech00{
	background-color: #393d3b;
}

#fmtIntroduce #espacioud .tech .techBox h3{
	color:#393d3b;
	font-weight: 500;
	background-color:transparent;
	font-size: 1.9em;
	padding:35px 0 30px;
}

#fmtIntroduce #espacioud .tech .techBox h3 + .txt{
	margin-top: -15px;
	padding:0 0 30px;
	font-size: 1.125rem;
    line-height: 2;
}

#fmtIntroduce #espacioud .tech .techBox h5{
	color:#0B2232;
	font-weight: 500;
	font-size: 1.25rem;
	padding:1.5em 0 0.75em;
}

#fmtIntroduce #espacioud .tech .techBox .txt-s{
	font-size: 0.9em;
}

#fmtIntroduce #espacioud .tech .tech-box{
	position: relative;
	padding-right: calc(348px + 30px);
}

#fmtIntroduce #espacioud .tech .tech-box .image-box{
	position: absolute;
	width: 348px;
	right: 0;
	top:0;
}

#fmtIntroduce #espacioud .tech .tech-box .head-text + h4{
	font-size: 1.65rem;
}

#fmtIntroduce #espacioud .tech .sub-box{
	margin-top: 2em;
}

#fmtIntroduce #espacioud .tech .sub-box figure{
	flex-shrink:0;
	margin: 0 20px 0 0;
}

#fmtIntroduce #espacioud .tech .txt-s{
	margin-top: 0;
}

#fmtIntroduce #espacioud .tech .notes-box{
	margin-top: 2em;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point{
	display: flex;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point ol{
	padding-left: 5px;
	padding-right: 25px;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point ol > li{
	flex-direction: row-reverse;
	align-items: flex-start;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point h5{
	padding-bottom: 0;
}

@media screen and (min-width: 769px) {
#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point h5{
	padding-top: 0;
}
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-title{
	border-bottom: 0;
	padding-bottom: 0;
}
#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title h5{
	margin-left: 0;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-img{
	margin-right: 15px;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-img-side{
	width: 350px;
	margin-right: -70px;
	margin-top: 75px;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-img-side .notes{
	margin-right: 70px;
}

#fmtIntroduce #espacioud .tech .techBox .tech-contents .notes.caption{
	margin-left: 40px;
}
#fmtIntroduce #espacioud .tech .techBox .tech-contents p.txt + figure{
	margin-left: 0;
	margin-right: 0;
}
#fmtIntroduce #espacioud .tech #tech03 .point-img img{
	width:200px;
}

@media screen and (max-width: 768px) {
	#fmtIntroduce #espacioud #mvArea.fullimg .mv{
		background-color:#393d3b;
	}

	#fmtIntroduce #espacioud .tech .techBox h3{
		font-size: 1.35em;
		line-height: 1.4;
	}

	#fmtIntroduce #espacioud .tech .techBox h3 + .txt{
		font-size: 0.875rem;
        line-height: 1.75;
	}

	#fmtIntroduce #espacioud .tech .techBox h5{
		font-size: 1.1rem;
		line-height: 1.4;
	}

	#fmtIntroduce #espacioud .tech .image-box{
		margin-top: 1em;
	}

	#fmtIntroduce #espacioud .tech .image-box h5{
		font-size: 1rem;
		line-height: 1.4;
		padding: 0.75em 0 0.5em;
	}

	#fmtIntroduce #espacioud .tech .sub-box{
		margin-top: 0;
	}

	#fmtIntroduce #espacioud .tech .sub-box figure{
		margin-bottom: 0.75em;
		margin-right:0;
	}

	#fmtIntroduce #espacioud .tech .tech-box{
		position: relative;
		padding-right: 0;
	}
	
	#fmtIntroduce #espacioud .tech .tech-box .image-box{
		position: static;
		width: auto;
	}
	#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point{
		flex-direction: column-reverse;
	}
	#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point ol > li{
		flex-direction: column;
	}

	#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point ol{
		padding-left: 10px;
		padding-right: 10px;
	}

	#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-img{
		width: auto;
		margin-top: 15px;
		margin-right: 0;
	}

	#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-img-side{
		width: auto;
		margin-top: 30px;
		margin-right: -70px;
	}

	#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-img-side{
		width: auto;
		margin-right: -20px;
	}

	#fmtIntroduce #espacioud .tech .techBox .tech-contents .tech-point .point-img-side .notes{
		margin-right: 20px;
	}

	#fmtIntroduce #espacioud .tech .techBox .tech-contents .notes.caption{
		margin-left: 0;
	}
	
	#fmtIntroduce #espacioud .tech #tech00 .tech-title h4{
		font-size: 1.05rem;
	}
	#fmtIntroduce #espacioud .tech #tech00 .tech-contents p.txt{
		font-size: 0.75rem;
	}
	#fmtIntroduce #espacioud .tech #tech00 .tech-contents p.notes{
		font-size: 0.65rem;
	}
	#fmtIntroduce #espacioud .tech .techTitle .tech-header .lead{
		font-size:clamp(1.1rem, 5.5vw, 2.2rem);
	}
	#fmtIntroduce #espacioud .tech .techTitle .tech-header p{
		font-size:0.9rem;
	}
	#fmtIntroduce #espacioud .tech .techTitle .tech-header p.notes{
		font-size:0.8rem
	}

	#fmtIntroduce #espacioud .tech #tech03 .point-img figure{
		text-align: center;
	}
	#fmtIntroduce #espacioud .tech #tech03 .point-img figure img{
		max-width:80%;
	}
}

/* ティーメゾン・モクアJ
-------------------------------------------------- */
#fmtIntroduce #mokua_j #mvArea .mv {
	background-color: #6E5E48;
}
#fmtIntroduce #mokua_j .chintai-nav ul li a{
    background: linear-gradient(180deg, rgba(72,59,46,1) 0%, rgba(72,59,46,1) 50%, rgba(67,55,43,1) 50%, rgba(72,59,46,1) 100%);
}
#fmtIntroduce #mokua_j .chintai-nav ul li.chintai-current a {
    color: #6E5E48;
}
#fmtIntroduce #mokua_j .tech h3{
	background-color: #483B2E;
}
#fmtIntroduce #mokua_j .tech .techTitle {
    background-color: #F5ECDC;
}
#fmtIntroduce #mokua_j .tech .techTitle .tech-header .lead {
    color: #0B2232;
}
#fmtIntroduce #mokua_j .tech .techBox .tech-title .head-text{
    background-color: #6E5E48;
}
#fmtIntroduce #mokua_j .tech .techBox h4,
#fmtIntroduce #mokua_j .tech .techBox h5 {
    color: #483B2E;
}
#fmtIntroduce #mokua_j .tech #tech03 .tech-contents .sp-block{
	display:none;
}
#fmtIntroduce #mokua_j .tech #tech07,
#fmtIntroduce #mokua_j .tech #tech08,
#fmtIntroduce #mokua_j .tech #tech09 {
	padding-top: 20px;
}
#fmtIntroduce #mokua_j .tech #tech07 .tech-title,
#fmtIntroduce #mokua_j .tech #tech08 .tech-title,
#fmtIntroduce #mokua_j .tech #tech09 .tech-title {
	margin-top: 8px;
}
#fmtIntroduce #mokua_j .tech #tech07 .tech-title h4,
#fmtIntroduce #mokua_j .tech #tech08 .tech-title h4,
#fmtIntroduce #mokua_j .tech #tech09 .tech-title h4{
	margin-left: 0;
}
#fmtIntroduce #mokua_j .tech #tech07 .tech-title h4:last-child{
	margin-top: 35px;
}
#fmtIntroduce #mokua_j .tech #tech07 .tech-flex .tech-flex figure{
	margin: 15px 20px 0 0;
}
#fmtIntroduce #mokua_j .tech #tech07 .tech-flex .tech-flex h4{
	margin-top: 0;
}
#fmtIntroduce #mokua_j .tech #tech07 .tech-flex .tech-flex p{
	margin-top: 0.4em;
}
#fmtIntroduce #mokua_j .tech #tech07 .tech-flex .tech-flex + .tech-flex {
	padding-top: 1em;
}
#fmtIntroduce #mokua_j .tech #tech08 > .tech-contents > .tech-flex > .flex > figure,
#fmtIntroduce #mokua_j .tech #tech09 > .tech-contents > .tech-flex > .flex > figure{
	margin-top: 15px;
}
#fmtIntroduce #mokua_j .tech #tech00{
	background-color: #0B2232;
}
#fmtIntroduce #mokua_j .tech #tech00 .tech-title{
	position: relative;
	margin-bottom: 0.65em;
}
#fmtIntroduce #mokua_j .tech #tech00,
#fmtIntroduce #mokua_j .tech #tech00 .tech-title h4{
	color:#fff;
	font-size: 2.215rem;
	margin-left: 0;
}
#fmtIntroduce #mokua_j .tech #tech00 .tech-title h4::before{
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	margin: 0.05em 0 0 6.5em;
}
#fmtIntroduce #mokua_j .tech #tech00 h5{
	font-size: 1.75rem;
	line-height: 1.5;
}
#fmtIntroduce #mokua_j .tech #tech00 .tech-contents p.notes{
	text-align: right;
	margin-top: 0.5em;
	position: relative;
	margin-right: -30px;
}


/* ティーメゾン・エスパシオ W
-------------------------------------------------- */
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2{
	padding-top: 0;
	text-align: left;
	margin: 0 60px;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 h3{
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
	color:#0B2232;
	letter-spacing: 0.05em;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 p.txt{
	font-size: 1.125rem;
	line-height: 2;
	margin: 1em 0;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 25px;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex img{
	max-width: none;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2{
	margin-top: 60px;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 .flex{
	width: 500px;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 h4{
	font-size: 1.625rem;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #D2D2C2;
	margin-bottom: 25px;
	color:#0B2232;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 p.lead{
	font-size: 1.25rem;
	margin: 1.2em 0 1em;
	color:#0B2232;
}
#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 p.txt{
	font-size: 0.875rem;
	color:#0B2232;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2{
		margin: 0 20px 20px;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 h3{
		font-size: 1.125rem;
		line-height: 1.6;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 p.txt{
		font-size: 0.75rem;
		line-height: 1.8;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex{
		margin-top: 10px;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex > figure{
		margin-right: 10px;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex > figure:last-child{
		margin-right: 0;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex img{
		max-width: none;
		width: 100%;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2{
		margin-top: 0;
		display: block;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 .flex{
		width: auto;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 h4{
		font-size: 1.1rem;
		margin-top: 1.5em;
		margin-bottom: 15px;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 p.lead{
		font-size: 0.925rem;
		margin: 1.1em 0 0.8em;
	}
	#fmtIntroduce .plan #plan_espacio_w01 .imgFloor2 .cont-flex2 p.txt{
		font-size: 0.75rem;
		margin: 0;
	}
}

body.withmaison .area-intro {
  padding: 60px 0;
  background: #E6E8EB;
}
body.withmaison .area-intro .block {
  padding: 50px 0;
  background: #fff;
}
body.withmaison .area-intro .block-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
body.withmaison .area-intro .caption {
  text-align: center;
}
body.withmaison .area-intro .caption b {
  color: #ec6c00;
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
}
body.withmaison .area-intro .figure-1 {
  width: 717px;
  margin: 20px auto 40px;
}
body.withmaison .area-intro .figure-1 img {
  width: 100%;
  height: auto;
}
body.withmaison .area-intro .figure-1 .row {
  width: 722px;
  height: 354px;
  margin: -40px auto 0;
  padding: 0 25px;
  box-sizing: border-box;
  background: transparent url("../img/withmaison/bg_01.png") center center no-repeat;
}
body.withmaison .area-intro .figure-1 .row {
  *zoom: 1;
}
body.withmaison .area-intro .figure-1 .row:before, body.withmaison .area-intro .figure-1 .row:after {
  content: "";
  display: table;
}
body.withmaison .area-intro .figure-1 .row:after {
  clear: both;
}
body.withmaison .area-intro .figure-1 .row .note {
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
body.withmaison .area-intro .figure-1 .row .note a {
  color: #333;
  text-decoration: none;
}
body.withmaison .area-intro .figure-1 .row .note a span {
  padding-bottom: 1px;
  border-bottom: 1px solid #333;
}
@media all and (-ms-high-contrast: none) {
  body.withmaison .area-intro .figure-1 .row .note a span {
    text-decoration: underline;
    border-bottom: none;
    font-family: 'Noto Sans JP', sans-serif;
  }
}
body.withmaison .area-intro .figure-1 .row .note a:hover span {
  line-height: 1;
  background: #D0C9B7;
}
body.withmaison .area-intro .figure-1 .row .col-left {
  float: left;
  width: 50%;
  height: 354px;
}
body.withmaison .area-intro .figure-1 .row .col-left .heading {
  width: 194px;
  margin: 0 auto;
  padding-top: 40px;
}
body.withmaison .area-intro .figure-1 .row .col-left .heading a {
  width: 194px;
  height: 72px;
  display: inline-block;
}
body.withmaison .area-intro .figure-1 .row .col-left .heading a:hover {
  background: transparent url("../img/withmaison/solution_1_on.png") 0 0 no-repeat;
}
body.withmaison .area-intro .figure-1 .row .col-right {
  float: right;
  width: 50%;
  height: 354px;
}
body.withmaison .area-intro .figure-1 .row .col-right .heading {
  width: 249px;
  margin: 0 auto;
  padding-top: 40px;
}
body.withmaison .area-intro .figure-1 .row .col-right .heading a {
  width: 249px;
  height: 72px;
  display: inline-block;
}
body.withmaison .area-intro .figure-1 .row .col-right .heading a:hover {
  background: transparent url("../img/withmaison/solution_2_on.png") 0 0 no-repeat;
}
body.withmaison .area-intro .figure-2 {
  width: 930px;
  margin: 0 auto;
}
body.withmaison .area-intro .figure-2 img {
  width: 100%;
  height: auto;
}
body.withmaison .area-outline {
  margin-bottom: 60px;
  padding: 90px 0 30px;
}
body.withmaison .area-outline .area-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
body.withmaison .area-outline .area-title span {
  position: relative;
  display: inline-block;
}
body.withmaison .area-outline .area-title span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 74px;
  height: 1px;
  left: 50%;
  margin-left: -37px;
  background-color: #000;
}
body.withmaison .area-outline .caption {
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}
body.withmaison .area-outline .eyecat {
  position: relative;
}
body.withmaison .area-outline .eyecat .pic {
  width: 1024px;
  margin: 0 auto;
}
body.withmaison .area-outline .eyecat .pic img {
  width: 100%;
  height: auto;
}
body.withmaison .area-outline .eyecat .list {
  margin-top: -90px;
  font-size: 0;
  text-align: center;
}
body.withmaison .area-outline .eyecat .list__item {
  display: inline-block;
  width: 180px;
  font-size: 16;
  margin: 0 20px;
}
body.withmaison .area-outline .eyecat .list__item img {
  width: 100%;
  height: auto;
}
body.withmaison .area-planning {
  margin-bottom: 60px;
  padding: 30px 0;
}
body.withmaison .area-planning .anc {
  margin-top: -140px;
  padding-top: 140px;
}
body.withmaison .area-planning .area-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
body.withmaison .area-planning .area-title span {
  position: relative;
  display: inline-block;
}
body.withmaison .area-planning .area-title span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 74px;
  height: 1px;
  left: 50%;
  margin-left: -37px;
  background-color: #000;
}
body.withmaison .area-planning .heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
body.withmaison .area-planning .caption {
  width: 850px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 2;
}
body.withmaison .area-planning .figure {
  width: 925px;
  margin: 60px auto;
}
body.withmaison .area-planning .figure img {
  width: 100%;
  height: auto;
}
body.withmaison .area-planning .floor {
  *zoom: 1;
}
body.withmaison .area-planning .floor:before, body.withmaison .area-planning .floor:after {
  content: "";
  display: table;
}
body.withmaison .area-planning .floor:after {
  clear: both;
}
body.withmaison .area-planning .floor .floor__item {
  position: relative;
}
body.withmaison .area-planning .floor .floor__item {
  *zoom: 1;
}
body.withmaison .area-planning .floor .floor__item:before, body.withmaison .area-planning .floor .floor__item:after {
  content: "";
  display: table;
}
body.withmaison .area-planning .floor .floor__item:after {
  clear: both;
}
body.withmaison .area-planning .floor .madori {
  float: left;
  position: relative;
  width: 574px;
}
body.withmaison .area-planning .floor .madori img {
  width: 100%;
  height: auto;
}
body.withmaison .area-planning .floor .info {
  position: relative;
  float: right;
  display: block;
  width: 420px;
}
body.withmaison .area-planning .floor .info .txt {
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
}
body.withmaison .area-planning .floor .info .txt img {
  width: 100%;
  height: auto;
}
body.withmaison .area-planning .floor .info dt {
  padding: 0 10px 20px 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.41;
  border-bottom: 1px solid #000;
}
body.withmaison .area-planning .floor .info dd {
  padding: 10px;
  font-size: 17px;
  line-height: 2;
}
body.withmaison .area-planning .floor .floor-1 .info {
  top: 100px;
}
body.withmaison .area-planning .floor .floor-1 .btn-1 {
  position: absolute;
  left: 42px;
  top: 64px;
  display: block;
  width: 153px;
}
body.withmaison .area-planning .floor .floor-1 .btn-1 img {
  width: 100%;
  height: auto;
}
body.withmaison .area-planning .floor .floor-1 .btn-2 {
  position: absolute;
  right: 63px;
  bottom: 33px;
  display: block;
  width: 153px;
}
body.withmaison .area-planning .floor .floor-1 .btn-2 img {
  width: 100%;
  height: auto;
}
body.withmaison .area-planning .floor .floor-2 .info {
  top: 100px;
}
body.withmaison .area-planning .floor .floor-3 .info {
  top: 100px;
}
body.withmaison .area-planning .floor .floor-3 .btn-3 {
  position: absolute;
  left: 134px;
  top: 198px;
  display: block;
  width: 169px;
}
body.withmaison .area-planning .floor .floor-3 .btn-3 img {
  width: 100%;
  height: auto;
}
body.withmaison .area-planning .floor .floor-4 .info {
  top: 100px;
}
body.withmaison .area-planning .pic {
  margin-bottom: 20px;
}
body.withmaison .area-planning .pic img {
  width: 100%;
  height: auto;
}
body.withmaison .area-kukan {
  margin-bottom: 60px;
  padding: 30px 0;
}
body.withmaison .area-kukan .anc {
  margin-top: -140px;
  padding-top: 140px;
}
body.withmaison .area-kukan .area-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
body.withmaison .area-kukan .area-title span {
  position: relative;
  display: inline-block;
}
body.withmaison .area-kukan .area-title span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 74px;
  height: 1px;
  left: 50%;
  margin-left: -37px;
  background-color: #000;
}
body.withmaison .area-kukan .heading {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
body.withmaison .area-kukan .pic {
  margin-bottom: 10px;
}
body.withmaison .area-kukan .pic img {
  width: 100%;
  height: auto;
}
body.withmaison .area-kukan .caption {
  font-size: 15px;
  line-height: 1.53;
}
body.withmaison .area-kukan .row {
  margin-top: 30px;
}
body.withmaison .area-kukan .row {
  *zoom: 1;
}
body.withmaison .area-kukan .row:before, body.withmaison .area-kukan .row:after {
  content: "";
  display: table;
}
body.withmaison .area-kukan .row:after {
  clear: both;
}
body.withmaison .area-kukan .row .col-left {
  float: left;
  width: 497px;
}
body.withmaison .area-kukan .row .col-right {
  float: right;
  width: 497px;
}
body.withmaison .area-design {
  margin-bottom: 60px;
  padding: 30px 0;
}
body.withmaison .area-design .anc {
  margin-top: -140px;
  padding-top: 140px;
}
body.withmaison .area-design .area-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
body.withmaison .area-design .area-title span {
  position: relative;
  display: inline-block;
}
body.withmaison .area-design .area-title span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 74px;
  height: 1px;
  left: 50%;
  margin-left: -37px;
  background-color: #000;
}
body.withmaison .area-design .heading {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
body.withmaison .area-design .pic {
  margin-bottom: 10px;
}
body.withmaison .area-design .pic img {
  width: 100%;
  height: auto;
}
body.withmaison .area-design .caption {
  font-size: 15px;
  line-height: 1.53;
}
body.withmaison .area-design .row {
  margin-top: 30px;
}
body.withmaison .area-design .row {
  *zoom: 1;
}
body.withmaison .area-design .row:before, body.withmaison .area-design .row:after {
  content: "";
  display: table;
}
body.withmaison .area-design .row:after {
  clear: both;
}
body.withmaison .area-design .row .col-left {
  float: left;
  width: 497px;
}
body.withmaison .area-design .row .col-right {
  float: right;
  width: 497px;
}
body.withmaison .area-future {
  padding: 30px 0;
}
body.withmaison .area-future .anc {
  margin-top: -140px;
  padding-top: 140px;
}
body.withmaison .area-future .area-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
body.withmaison .area-future .area-title span {
  position: relative;
  display: inline-block;
}
body.withmaison .area-future .area-title span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 74px;
  height: 1px;
  left: 50%;
  margin-left: -37px;
  background-color: #000;
}
body.withmaison .area-future .heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
body.withmaison .area-future .caption {
  width: 850px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 2;
}
body.withmaison .area-future .figure {
  width: 1024px;
  margin: 0 auto;
}
body.withmaison .area-future .figure .flow {
  width: 100%;
  height: auto;
}
body.withmaison .area-future .figure .block-2 {
  position: relative;
}
body.withmaison .area-future .figure .block-2 .btn-4 {
  display: block;
  position: absolute;
  left: 342px;
  bottom: 14px;
  width: 178px;
}
body.withmaison .area-future .figure .block-2 .btn-4 img {
  width: 100%;
  height: auto;
}




















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

  .area-local-nav {
    display: none;
  }

	/* 商品ラインナップ
	-------------------------------------------------- */
	body.introduce .area-heading {
	  margin-top:25px;
	  padding: 25px 0;
	}
	body.introduce .area-heading .page-title {
	  width: 159px;
	  margin: 0 auto 25px;
	}
	body.introduce .area-heading .page-caption {
	  width: 252px;
	  margin: 0 auto;
	}
	body.introduce .area-index {
	  padding-bottom: 40px;
	}
	body.introduce .area-index .list {
	  padding: 0 20px;
	}
	body.introduce .area-index .list .list__item {
	  margin-bottom: 20px;
	}
	body.introduce .area-index .list .list__item img {
	  width: 100%;
	  height: auto;
	}

	/* 共通
	-------------------------------------------------- */
	body#fmtIntroduce.since .area-heading,
	body#fmtIntroduce.espacio .area-heading,
	body#fmtIntroduce.mokua_j .area-heading,
	body.espaciourban .area-heading,
	body.espaciohybrid .area-heading,
	body.withmaison .area-heading,
	body.espaciourban_taika .area-heading{
	  margin-top:25px;
	  position: relative;
	  padding: 20px 0;
	  text-align: center;
	}
	body#fmtIntroduce.since .area-heading .page-title,
	body#fmtIntroduce.espacio .area-heading .page-title,
	body#fmtIntroduce.mokua_j .area-heading .page-title,
	body.espaciourban .area-heading .page-title,
	body.espaciohybrid .area-heading .page-title,
	body.withmaison .area-heading .page-title{
	  width: 262px;
	  margin: 0 auto 20px;
	}
	body#fmtIntroduce.since .area-heading .page-caption,
	body#fmtIntroduce.espacio .area-heading .page-caption,
	body#fmtIntroduce.mokua_j .area-heading .page-caption,
	body.espaciourban .area-heading .page-caption,
	body.espaciohybrid .area-heading .page-caption,
	body.withmaison .area-heading .page-caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  text-align: center;
	}
	body#fmtIntroduce .area-head .block-eyecat,
	body.espaciourban .area-head .block-eyecat,
	body.espaciohybrid .area-head .block-eyecat,
	body.withmaison .area-head .block-eyecat {
	  margin-bottom: 20px;
	}
	body#fmtIntroduce .area-btn-index,
	body.espaciourban .area-btn-index,
	body.espaciohybrid .area-btn-index,
	body.withmaison .area-btn-index,
	body.espaciourban_taika .area-btn-index {
	  padding-top: 20px;
	  margin-bottom: 40px;
	}
	body#fmtIntroduce .area-btn-index .btn-index,
	body.espaciourban .area-btn-index .btn-index,
	body.espaciohybrid .area-btn-index .btn-index,
	body.withmaison .area-btn-index .btn-index,
	body.espaciourban_taika .area-btn-index .btn-index{
	  position: relative;
	  display: block;
	  width: 295px;
	  height: 60px;
	  margin: 0 auto;
	  padding-right: 0.5em;
	  color: #001f3c;
	  line-height: 60px;
	  text-align: center;
	  letter-spacing: 0.1em;
	  border: 1px solid #001f3c;
	  box-sizing: border-box;
	}
	body#fmtIntroduce .area-btn-index .btn-index:after,
	body.espaciourban .area-btn-index .btn-index:after,
	body.espaciohybrid .area-btn-index .btn-index:after,
	body.withmaison .area-btn-index .btn-index:after,
	body.espaciourban_taika .area-btn-index .btn-index:after {
	  content: '';
	  display: block;
	  position: absolute;
	  right: 10px;
	  top: 50%;
	  margin-top: -4px;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 5px 0 5px 8px;
	  border-color: transparent transparent transparent #001f3c;
	  -moz-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	}

	/* ============================================================
	  * 商品ラインナップ共通デザイン
	  　202108　凸TGC
	============================================================ */
	#fmtIntroduce .mincho{font-family: 'Noto Serif JP', serif;}
	#fmtIntroduce .txt_115{
	  font-size:115%;
	}
	/* ! #mvArea
	---------------------------------------------------------- */
	#fmtIntroduce #mvArea .mv{
		position:relative;
		display:block;
		padding-bottom:250px;
		overflow:hidden;
		width:100%;
		background-color:#14375b;
	}
	#fmtIntroduce #mvArea.fullimg .mv{
		padding-bottom:250px;
		overflow:hidden;
		width:100%;
		background-color:#14375b;
	}
	#fmtIntroduce #mvArea.fullimg .mv{
		padding-bottom:0;
	}
	#fmtIntroduce #mvArea .mv .txtArea{
		width:100%;
		color:#ffffff;	
	}
	#fmtIntroduce #mvArea .mv .txtArea h2{
		text-align:center;
		padding:20px 27px;
		margin-bottom:0;
	}
	#fmtIntroduce #mvArea .mv .txtArea h2::after{
    display: none;
	}
	#fmtIntroduce #mvArea .mv .txtArea p.mincho.mvLead{
		position:absolute;
		bottom:25px;
		left:50%;
		transform:translateX(-50%);
		width:100%;
		font-size:81.25%;/*13px*/
		line-height:1.77;
		text-align:center;
    margin: 0;
	}
	#fmtIntroduce #mvArea .mv .slideArea{
		box-sizing:border-box; 
		width:100%;
		font-size:0;
	}
	/* Slick */
	#fmtIntroduce #mvArea .mv .slideArea .slick-dotted.slick-slider{
		margin-bottom:33px;
	}
	#fmtIntroduce #mvArea .mv .slideArea .slick-dots{
		bottom:-20px;
	}
	#fmtIntroduce #mvArea.fullimg .mv .slideArea .slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	#fmtIntroduce #mvArea.fullimg .mv .slideArea .slick-dots{
		bottom:0;
		margin-bottom:4%
	}
	#fmtIntroduce #mvArea .mv .slideArea .slick-dots li{
		width:8px;
		height:8px;
		margin:0 5px;
	}
	#fmtIntroduce #mvArea .mv .slideArea .slick-dots li button:before{
		font-family:inherit;
		content:url(/tochikatsuyou/img/since/ico_dot-noactive_sp.png);
		opacity:1;
	}
	#fmtIntroduce #mvArea .mv .slideArea .slick-dots li.slick-active button:before{
		opacity:1;
		content:url(/tochikatsuyou/img/since/ico_dot-active_sp.png);
	}
	/* ! .concept
	---------------------------------------------- */
	#fmtIntroduce .concept{
		padding:20px 0;
	}
	#fmtIntroduce .concept .conceptBox,
	#fmtIntroduce .concept .conceptBox:last-child{
		margin:0 auto 10px;
		padding: 30px 0 25px;
	}
	#fmtIntroduce .concept .conceptBox .ttl-concept,
	#fmtIntroduce .concept .conceptBox .txt-concept,
	#fmtIntroduce .concept .conceptBox:nth-child(2n) .txt-concept,
	#fmtIntroduce .concept .conceptBox.full .txt-concept{
		margin: 0 25px;
	}
	#fmtIntroduce .concept .conceptBox .bottom-concept{
		margin: 25px 0 0;
	}
	#fmtIntroduce .concept .conceptBox .img-concept figure{
		position: relative;
		z-index: 1;
	}
	#fmtIntroduce .concept .conceptBox .img-concept figure img{
		width: 85.37313%;
	}
	#fmtIntroduce .concept .conceptBox .img-concept figure:nth-child(2n){
		text-align: right;
		margin-top: -19.85507%;
	}
	#fmtIntroduce .concept .conceptBox .img-concept figure:nth-child(2n) img{
		width: 38.80597%;
	}
	#fmtIntroduce .concept .conceptBox:last-child .img-concept figure{
		margin-top: 0;
	}
	#fmtIntroduce .concept .conceptBox:last-child .img-concept figure img{
		width: 100%;
	}
	#fmtIntroduce .concept .conceptBox .txt-concept,
	#fmtIntroduce .concept .conceptBox:nth-child(2n) .txt-concept,
	#fmtIntroduce .concept .conceptBox.full .txt-concept{
		position: static;
		margin-top: 20px;
	}
	#fmtIntroduce .concept .conceptBox .txt-concept .txt {
		font-size: 0.7rem;
	}
	#fmtIntroduce .concept .conceptBox:nth-child(2n) .img-concept figure{
		text-align: right;
	}
	#fmtIntroduce .concept .conceptBox:nth-child(2n) .img-concept figure:last-child{
		text-align: left;
	}
	/* ! #plan
	---------------------------------------------- */
	#fmtIntroduce .plan{
		padding:20px 0;
	}
	#fmtIntroduce .plan .caseBox h3{
		margin-bottom:17px;
	}
	#fmtIntroduce .plan .caseBox h3 img{
			margin-top:10px;
			height:34px;
			width:auto;
		}
	#fmtIntroduce .plan .inner_sec{
		position:relative;
	}
	#fmtIntroduce .plan .planBox{
		margin:0 auto;
		width:100%;
		background-color:#ffffff;
	}
	#fmtIntroduce .plan .planBox .ttl-plan{
		display:flex;
		align-items:center;
	}
	#fmtIntroduce .plan .planBox .ttl-plan h3{
		padding:20px 5px 22px;
		width:70px;
    font-size: 70%;
    line-height: 1;
	}
	#fmtIntroduce #espacioud .plan .planBox .ttl-plan h3 img{
		width: 94%;
		margin: 0 3% 10px;
	}
	#fmtIntroduce .plan .planBox .ttl-plan._notxt h3{
		padding-top: calc(26px + 0.5em);
		padding-bottom: calc(26px + 0.5em);
	}
	#fmtIntroduce .plan .planBox .ttl-plan h3 img{
    height: 10.5px;
    margin-bottom: 10px;
	}
	#fmtIntroduce .plan .planBox .ttl-plan._notxt h3 img{
    margin-bottom: 0;
	}
	#fmtIntroduce .plan .planBox .ttl-plan > .txt-lead{
		box-sizing:border-box;
		padding:0 10px;
		width:calc(100% - 70px);
		/* font-size:72%; */
		font-size: 0.68rem;
		text-align:center;
		line-height:1.5;
	}
	#fmtIntroduce .plan .planBox .imgFloor{
		text-align:center;
		margin:20px auto 20px;
    padding:10px 0 20px;
	}
	#fmtIntroduce .plan .planBox .imgFloor-tm0{
		margin-top:0;
	}
	#fmtIntroduce .plan .planBox .imgFloor .plan-lead-txt{
	  line-height: 2;
	  font-size: 60%;
	  text-align: left;
	  margin: 10px 20px;
	}
	#fmtIntroduce .plan .planBox .imgFloor .plan-lead-title{
	  font-size: 75%;
	}
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox{
    display: flex;
    flex-direction: column;
    margin: 0 25px 0;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint{
    margin-right: 0;
    text-align: left;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint:last-child{
    margin-right: 0;
    display: flex;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint.noflex:last-child{
    display: block;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox + figure._marginwide{
	  margin-top: 10px;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint  .plan-lead-txt {
    width: calc(100% - 60px);
    margin: 10px 0px;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint  .plan-lead-txt-100 {
    width: 100%;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint  .plan-lead-txt._noimg {
    width: 100%;
  }
  #fmtIntroduce .plan .planBox .imgFloor .floorPointBox .floorPoint  .plan-lead-txt + figure img {
    width: 60px;
    margin: 10px 0 10px 10px;
  }
	#fmtIntroduce .plan .planBox .list-plan{
		padding:0 10px 30px;
		display:flex;
		flex-wrap:wrap;
		margin-bottom:30px;
	}
	#fmtIntroduce .plan .planBox .list-plan li{
		width:calc((100% - 15px) / 2);
		margin-left:0;
		margin-bottom:20px;		
	}
	#fmtIntroduce .plan .planBox .list-plan li:nth-of-type(5),
	#fmtIntroduce .plan .planBox .list-plan li:nth-of-type(6){
		margin-bottom:0;
	}
	#fmtIntroduce .plan .planBox .list-plan li:nth-of-type(even){
		margin-left:15px;
	}
	#fmtIntroduce .plan .planBox .list-plan li .img{
		margin-bottom:10px;
	}
	#fmtIntroduce .plan .planBox .list-plan li .img.ranking{
		position:relative;
		z-index:1;
	}
	#fmtIntroduce .plan .planBox .list-plan li .img.ranking:before{
		position:absolute;
		top:-15px;
		right:-15px;
		content:"";
		display:block;
		width:77px;
		height:87px;	
		z-index:2;
	}
	#fmtIntroduce .plan .planBox .list-plan li .ttl{
		display:flex;
		align-items:center;
		padding-bottom:7px;
		margin-bottom:9px;
		border-bottom:solid 1px #888888;
	}
	#fmtIntroduce .plan .planBox .list-plan li .ttl p{
		font-size:75%;/*12px*/
		font-weight:bold;
		line-height:1.16;
	  width:calc(100% - 27px);
	}
	#fmtIntroduce .plan .planBox .list-plan li .ttl span{
		margin-right:5px;
	}
	#fmtIntroduce .plan .planBox .list-plan li .ttl span img{
			width:22px;
		}
	#fmtIntroduce .plan .planBox .list-plan li .txt p{
		font-size:75%;/*12px*/
		line-height:1.3;  
	}
	#fmtIntroduce .plan .planBox .list-plan li .txt .asterisk{
		font-size:62.5%;/*10px*/
		text-align:right;
	}
	#fmtIntroduce .plan .planBox .list-plan li .txt .asterisk span{
	  display:inline-block;
	}
	#fmtIntroduce .plan #plan_3ldk_sp.planBox .list-plan{
		margin-bottom:0;
	}
	#fmtIntroduce .plan .bannerBox{
		margin-bottom: 20px;
	}
	#fmtIntroduce .bnrArea{
	  background-color:#14375b;
	}
	#fmtIntroduce .bnrArea > ul{
	  padding:40px 0;
	  margin-bottom:20px;
	}
	#fmtIntroduce .bnrArea > ul li{
	  width:280px;
	  margin:0 auto 20px;
	  background-color: #ffffff;
	}
	#fmtIntroduce .bnrArea > ul li:last-of-type{
	  margin-bottom:0;
	}
	#fmtIntroduce .bnrArea > ul li a{
	  display:block;
	  opacity:1;
	  transition:opacity 0.3s ease;
	}
	#fmtIntroduce .bnrArea > ul li a.hover{
	  opacity:0.7;
	}

  #fmtIntroduce .inner_sec{
    width: auto;
    /* padding-left: 20px;
    padding-right: 20px;
    box-sizing: content-box;
    margin:0 auto; */
  }
	/* ! .case
	---------------------------------------------- */
	#fmtIntroduce .plan .caseBox .area-index{
		padding: 25px;
	}
	#fmtIntroduce .plan .caseBox .area-index h3{
		font-size: 1rem;
		border: solid #737264;
		border-width: 1px 0;
		padding: 0.5em 0;
		margin: 0;
		text-align: center;
	}
	#fmtIntroduce .plan .caseBox .area-index ul li,
	#fmtIntroduce .plan .caseBox .area-index ul li:nth-child(3n){
		width: 48%;
		margin-top: 10px;
		margin-right: 4%;
	}
	#fmtIntroduce .plan .caseBox .area-index ul li:nth-child(2n){
		margin-right: 0;
	}
	#fmtIntroduce .plan .caseBox .area-index ul li img{
		width: 100%;
	}
	#fmtIntroduce .plan .caseBox .area-index ul li figcaption{
		font-size: 0.6rem;
		color:#333;
	}

	/* ! .tech
	---------------------------------------------- */
	#fmtIntroduce .tech{
		padding:20px 0;
	}
	#fmtIntroduce .tech h3{
		font-size: 1.1rem;
		padding: 10px 20px;
	}
	#fmtIntroduce .tech p.notes,
	#fmtIntroduce .tech ul.notes li{
		font-size: 0.85em;
	}
	#fmtIntroduce .tech .techTitle{
		flex-direction: column;
	}
	#fmtIntroduce .tech .techTitle .tech-header{
		padding: 20px 10px 30px 20px;
	}
	#fmtIntroduce .tech .techTitle .tech-header p{
		line-height: 1.75;
		margin-right: 10px;
		font-size: 0.85rem;
	}
	#fmtIntroduce .tech .techTitle .tech-header .lead{
		font-size: 1.1875rem;
		font-size:clamp(1rem, 5.0vw, 2rem);
	}
	#fmtIntroduce .tech .techTitle .tech-header p.notes{
		font-size: 0.8em;
	}

	#fmtIntroduce .tech .techBox{
		padding: 20px 20px 30px;
	}

	#fmtIntroduce .tech #tech00,
	#fmtIntroduce .tech .techBox:last-child{
		padding-top: 25px;
		padding-bottom: 35px;
	}
	#fmtIntroduce .tech .techBox figure img{
		max-width: 100%;
		width: 100% !important;
	}
	#fmtIntroduce .tech .techBox .tech-flex{
		flex-direction: column;
	}

	#fmtIntroduce .tech .techBox .tech-flex figure{
		margin: 1em 0 0 0;
	}

	#fmtIntroduce .tech .techBox > .tech-flex figure{
		margin-top: 15px;
	}
	#fmtIntroduce .tech .techBox .tech-title{
		flex-direction: column;
		margin-top: 0;
	}
	#fmtIntroduce .tech .techBox .tech-title .head-text{
		font-size: 0.875rem;
		padding: 0.4em 0.4em 0.5em;
	}
	#fmtIntroduce .tech .techBox .tech-title h4,
	#fmtIntroduce .tech .techBox .tech-title._wrap h4,
	#fmtIntroduce .tech .techBox .tech-title h5{
		margin-left: 0;
		margin-top: 0.3em;
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	#fmtIntroduce .tech .techBox .tech-title h5{
		font-size: 1.1rem;
	}
	#fmtIntroduce .tech .techBox .tech-title + .tech-title h5,
	#fmtIntroduce .tech .techBox .tech-title + .tech-contents .tech-title h5{
		margin-top: 1em;
	}
	#fmtIntroduce .tech .techBox .tech-contents p.txt{
		font-size: 0.875rem;
		line-height: 1.75;
	}
	#fmtIntroduce .tech .techBox .tech-contents p.notes,
	#fmtIntroduce .tech .techBox .tech-contents ul.notes li{
		font-size: 0.75rem;
	}
	#fmtIntroduce .tech .techBox .tech-contents .tech-point ol{
		padding: 0;
	}
	#fmtIntroduce .tech .techBox .tech-contents .tech-point ol > li{
		flex-direction: column;
	}
	#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title figure{
		width:11.8644%;
	}
	#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title figure img{
		width: auto !important;
	}
	#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-title h5{
		font-size: 0.9375rem;
		flex: 1;
	}
	#fmtIntroduce .tech .techBox .tech-contents .tech-point .point-contents p.txt{
		font-size: 0.8125rem;
	}
	#fmtIntroduce .tech #tech01 .tech-contents .tech-point .point-img figure{
		margin: 0.5em 0 0;
	}
	#fmtIntroduce .tech #tech01 .tech-contents .tech-point .point-img figure img{
		width: 100%;
	}

	/* ! .banner
	---------------------------------------------- */
	#fmtIntroduce #plan-banner{
		padding-bottom: 0;
	}
	#fmtIntroduce #plan-banner ul{
		padding-top: 25px;
		margin-bottom: 50px;
	}
	#fmtIntroduce #plan-banner li{
		margin-top: 25px;
	}


	/* ティーメゾン・シンセ
	-------------------------------------------------- */
	#fmtIntroduce #since{
	  line-height:1;
	  color:#333333;
	}
	#fmtIntroduce #since .inner_sec{
	  width:calc(100% - 40px);
	  margin:0 auto;
	}
	#fmtIntroduce #since .plan #plan_since_r01.planBox .imgFloor .plan-lead-txt{
		position: static;
		margin-top: -2em;
	}
	#fmtIntroduce #since .plan #plan_since_r03.planBox .imgFloor .plan-lead-txt{
		position: static;
		margin-top: -1em;
	}
	#fmtIntroduce #since .plan #plan_since_r04.planBox .imgFloor .plan-lead-txt{
		position: static;
		margin-top: -1em;
	}
	#fmtIntroduce #since .plan #plan_since_r05.planBox .imgFloor .plan-lead-txt{
		position: static;
		margin-top: -1em;
	}
	#fmtIntroduce #since .plan #plan_since_k.planBox{
		margin-bottom: 0;
	}

  	#fmtIntroduce #since .tech #tech01 .tech-contents figure img{
		width: 100%;
	}
	#fmtIntroduce #since .tech #tech01 .tech-contents ul.notes{
		position: relative;
		margin-right: 0;
	}

	#fmtIntroduce #since .tech #tech02 .tech-title h4{
		position: relative;
		margin-right: 0;
	}
	#fmtIntroduce #since .tech #tech02 .tech-contents figure img{
		width: 393px;
	}
	#fmtIntroduce #since .tech #tech03 .tech-flex .pc-block{
		display:none;
	}
	#fmtIntroduce #since .tech #tech03 .tech-contents .sp-block{
		display:block;
		float:right;
		width: 29.666667%;
		margin-top: 0;
	}

	#fmtIntroduce #since .tech #tech05 .tech-contents figure{
		margin-top:10px;
	}
	#fmtIntroduce #since .tech #tech05 .tech-flex .flex{
		position: relative;
	}
	#fmtIntroduce #since .tech #tech05 .tech-contents figure.pc_block{
		margin: 0;
		position: absolute;
		top:24px;
		left: -115px;
	}
	#fmtIntroduce #since .tech #tech05 .tech-contents figure.pc_block img{
		width: 207px;
	}
	#fmtIntroduce #since .tech #tech05 .tech-contents p.txt{
		margin-right: 0;
	}
	#fmtIntroduce #since .tech #tech05 .tech-contents .column{
		margin-top: 1em;
		border: 1px dashed #00758E;
		padding: 0.4em 0.7em;
		margin-bottom: 0.5em;
	}
	#fmtIntroduce #since .tech #tech05 .tech-contents .column p.txt{
		margin: 0;
		font-size: 0.75rem;
	}
	#fmtIntroduce #since .tech #tech06 .tech-contents .column dl{
		align-items: flex-start;
		flex-direction: column;
		margin-top: 1.2em;
	}
	#fmtIntroduce #since .tech #tech06 .tech-contents .column dt{
		width: 12.5em;
		background: url("../img/since/tech06_bg.png") center center;
		padding: 0.5em 0;
		font-size: 0.875rem;
	}
	#fmtIntroduce #since .tech #tech06 .tech-contents .column dd{
		font-size: 0.815rem;
		margin-left: 0;
		margin-top: 0.5em;
	}
	#fmtIntroduce #since .tech #tech07 .tech-contents p.notes{
		text-align: left;
		margin: 0;
		margin-top: 0.5em;
		text-indent: 0;
	}
	#fmtIntroduce #since .tech #tech00{
		background-color: #0B2232;
	}
	#fmtIntroduce #since .tech #tech00,
	#fmtIntroduce #since .tech #tech00 .tech-title h4{
		color:#fff;
	}
	#fmtIntroduce #since .tech #tech00 .tech-title h4{
		margin-left: 0;
	}
	#fmtIntroduce #since .tech #tech00 .tech-contents p.notes{
		text-align: right;
		margin-top: 0.5em;
		position: relative;
		margin-right: -30px;
	}
	#fmtIntroduce #since .tech #tech00 .tech-contents ul{
		margin-top: 0;
		padding^top: 0.5em;
		flex-direction: column;
	}
	#fmtIntroduce #since .tech #tech00 .tech-contents ul li:first-child{
		margin-right: 0;
	}
	#fmtIntroduce #since .tech #tech00 .tech-contents ul li h5{
		font-size: 0.9375rem;
		margin-top: 1.25em;
	}
	#fmtIntroduce #since .tech #tech00 .tech-contents ul li:last-child h5{
		width: auto;
	}

	#fmtIntroduce #since .tech #tech00 .tech-contents ul li p.txt {
		font-size: 0.815rem;
		line-height: 1.75;
		margin-top: 1em;
	}
	#fmtIntroduce #since .tech #tech00 > .tech-flex figure img{
		width: 71% !important;
		margin: 0 auto;
		display: block;
	}

	
	/* ティーメゾン・エスパシオ
	-------------------------------------------------- */
	#fmtIntroduce #espacio .plan #plan_espacio_r01.planBox .imgFloor .plan-lead-txt{
		position: static;
		width: 57%;
		margin-top: -27vw;
		margin-left: 15px;
	}
	#fmtIntroduce #espacio .plan #plan_espacio_r01.planBox .imgFloor .plan-lead-txt span{
		margin-right: -1em;
		display: inline-block;
		position: relative;
	}
	#fmtIntroduce #espacio .plan #plan_espacio_r01.planBox .imgFloor .plan-lead-txt + figure{
		margin-top: 20px;
	}
	#fmtIntroduce #espacio .tech #tech00 .tech-title h4{
		font-size: 1.5rem;
	}
	#fmtIntroduce #espacio .tech #tech00 h5{
		font-size: 1.25rem;
	}
	#fmtIntroduce #espacio .tech #tech03 .tech-flex .pc-block{
		display:none;
	}
	#fmtIntroduce #espacio .tech #tech03 .tech-contents .sp-block{
		display:block;
		float:right;
		width: 29.666667%;
		margin-top: 0;
	}
	#fmtIntroduce #espacio .tech #tech07,
	#fmtIntroduce #espacio .tech #tech08,
	#fmtIntroduce #espacio .tech #tech09 {
		padding-top: 0;
	}
	#fmtIntroduce #espacio .tech #tech07 .tech-flex .tech-flex figure{
		width: 33.89831%;
		margin: 0 0 0.5em 0.5em;
	}
	#fmtIntroduce #espacio .tech #tech07 .tech-flex .tech-flex + .tech-flex{
		padding-top: 0.5em;
	}
	#fmtIntroduce .tech #tech07 > .tech-flex figure{
		padding-top: 5px;
	}
	#fmtIntroduce #espacio .tech #tech08 .tech-flex .tech-flex figure{
		width: 33.89831%;
		margin: 1em 0 0.5em 0.5em;
	}


	
	/* ティーメゾン・エスパシオUD
	-------------------------------------------------- */
	#fmtIntroduce #espacioud #mvArea .mv .txtArea h2{
		padding-left: 37px;
		padding-right: 37px;
	}
	#fmtIntroduce #espacioud .tech #tech01 .tech-contents figure img{
	  width: 100%;
	}
	#fmtIntroduce #espacioud .tech #tech01 .tech-contents ul.notes{
		position: relative;
		margin-right: 0;
	}

	#fmtIntroduce #espacioud .tech #tech02 .tech-title h4{
		position: relative;
		margin-right: 0;
	}
	#fmtIntroduce #espacioud .tech #tech02 .tech-contents figure img{
		width: 393px;
	}
	#fmtIntroduce #espacioud .tech #tech03 .tech-flex .pc-block{
		display:none;
	}
	#fmtIntroduce #espacioud .tech #tech03 .tech-contents .sp-block{
		display:block;
		float:right;
		width: 29.666667%;
		margin-top: 0;
	}

	#fmtIntroduce #espacioud .tech #tech05 .tech-contents figure{
		margin-top:10px;
	}
	#fmtIntroduce #espacioud .tech #tech05 .tech-flex .flex{
		position: relative;
	}
	#fmtIntroduce #espacioud .tech #tech05 .tech-contents figure.pc_block{
		margin: 0;
		position: absolute;
		top:24px;
		left: -115px;
	}
	#fmtIntroduce #espacioud .tech #tech05 .tech-contents figure.pc_block img{
		width: 207px;
	}
	#fmtIntroduce #espacioud .tech #tech05 .tech-contents p.txt{
		margin-right: 0;
	}
	#fmtIntroduce #espacioud .tech #tech05 .tech-contents .column{
		margin-top: 1em;
		border: 1px dashed #00758E;
		padding: 0.4em 0.7em;
		margin-bottom: 0.5em;
	}
	#fmtIntroduce #espacioud .tech #tech05 .tech-contents .column p.txt{
		margin: 0;
		font-size: 0.75rem;
	}
	#fmtIntroduce #espacioud .tech #tech06 .tech-contents .column dl{
		align-items: flex-start;
		flex-direction: column;
		margin-top: 1.2em;
	}
	#fmtIntroduce #espacioud .tech #tech06 .tech-contents .column dt{
		width: 12.5em;
		background: url("../img/espacioud/tech06_bg.png") center center;
		padding: 0.5em 0;
		font-size: 0.875rem;
	}
	#fmtIntroduce #espacioud .tech #tech06 .tech-contents .column dd{
		font-size: 0.815rem;
		margin-left: 0;
		margin-top: 0.5em;
	}
	#fmtIntroduce #espacioud .tech #tech07 .tech-contents p.notes{
		text-align: left;
		margin: 0;
		margin-top: 0.5em;
		text-indent: 0;
	}
	#fmtIntroduce #espacioud .tech #tech00,
	#fmtIntroduce #espacioud .tech #tech00 .tech-title h4{
		color:#fff;
	}
	#fmtIntroduce #espacioud .tech #tech00 .tech-title h4{
		margin-left: 0;
	}
	#fmtIntroduce #espacioud .tech #tech00 .tech-contents ul{
		margin-top: 0;
		padding^top: 0.5em;
		flex-direction: column;
	}
	#fmtIntroduce #espacioud .tech #tech00 .tech-contents ul li:first-child{
		margin-right: 0;
	}
	#fmtIntroduce #espacioud .tech #tech00 .tech-contents ul li h5{
		font-size: 0.9375rem;
		margin-top: 1.25em;
	}
	#fmtIntroduce #espacioud .tech #tech00 .tech-contents ul li:last-child h5{
		width: auto;
	}

	#fmtIntroduce #espacioud .tech #tech00 .tech-contents ul li p.txt {
		font-size: 0.815rem;
		line-height: 1.75;
		margin-top: 1em;
	}
	#fmtIntroduce #espacioud .tech #tech00 > .tech-flex figure img{
		width: 71% !important;
		margin: 0 auto;
		display: block;
	}


	/*  ティーメゾン・モクアJ
	-------------------------------------------------- */
	#fmtIntroduce #mokua_j #mvArea .mv{
		padding-bottom:210px;
	}
	#fmtIntroduce #mokua_j{
	  line-height:1;
	  color:#333333;
	}
	#fmtIntroduce #mokua_j .inner_sec{
	  width:calc(100% - 40px);
	  margin:0 auto;
	}
	/* ! #mvArea
	---------------------------------------------- */
	#fmtIntroduce #mokua_j #mvArea .mv .txtArea h2{
	  padding:20px;
	}
	@media screen and (max-width:340px){
	  #fmtIntroduce #mokua_j #mvArea .mv .txtArea p.mincho.mvLead{
	    bottom:35px;
	    font-size:75%;/*12px*/
	  }
	}
	/* ! #plan
	---------------------------------------------- */
	#fmtIntroduce.mokua_j #plan .planBox .ttl-plan > .txt-lead{
	  font-size:81.25%;/*13px*/
	}
	#fmtIntroduce.mokua_j .bnrArea > ul{
	  margin-bottom:0;
	}
	#fmtIntroduce.mokua_j .catalogBnrArea{
	  background-color:#ffffff;
	  padding-top:40px;
	  padding-bottom:20px;
	}
	#fmtIntroduce.mokua_j .catalogBnrArea ul{
	  text-align:center;
	}
	#fmtIntroduce.mokua_j .catalogBnrArea ul li{
	    margin:0 auto;
	    max-width:335px;
	    width:95%;
	}
	#fmtIntroduce.mokua_j .catalogBnrArea ul li a{
	  display:block;
	  opacity:1;
	  transition:opacity 0.3s ease;
	}
	#fmtIntroduce.mokua_j .catalogBnrArea ul li a.hover{
	  opacity:0.7;
	}


	/* ティーメゾン・エスパシオ
	-------------------------------------------------- */
	body.espaciourban .area-design {
	  padding: 20px;
	}
	body.espaciourban .area-design .area-title {
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.espaciourban .area-design .caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	  text-align: center;
	}
	body.espaciourban .area-design .block {
	  margin-bottom: 40px;
	}
	body.espaciourban .area-design .block .pic {
	  width: 251px;
	  margin: 0 auto 10px;
	}
	body.espaciourban .area-design .block .heading {
	  margin-bottom: 10px;
	  font-size: 14px;
	  /*font-size: 1.4rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	}
	body.espaciourban .area-design .block .note {
	  font-size: 12px;
	  /*font-size: 1.2rem;*/
	  line-height: 1.33;
	  padding: 0 20px;
	}
	body.espaciourban .area-flex {
	  padding: 20px;
	}
	body.espaciourban .area-flex .area-title {
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.espaciourban .area-flex .block-intro,
	body.espaciourban .area-flex .block-2,
	body.espaciourban .area-flex .block-3,
	body.espaciourban .area-flex .block-4 {
	  margin-bottom: 40px;
	}
	body.espaciourban .area-flex .block-intro .block-heading,
	body.espaciourban .area-flex .block-2 .block-heading,
	body.espaciourban .area-flex .block-3 .block-heading,
	body.espaciourban .area-flex .block-4 .block-heading {
	  margin-bottom: 10px;
	  font-size: 16px;
	  /*font-size: 1.6rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	}
	body.espaciourban .area-flex .block-intro .block-caption,
	body.espaciourban .area-flex .block-2 .block-caption,
	body.espaciourban .area-flex .block-3 .block-caption,
	body.espaciourban .area-flex .block-4 .block-caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.espaciourban .area-flex .block-3 .pic {
	  width: 240px;
	  margin: 0 auto;
	}
	body.espaciourban .area-flex .block-4 {
	  margin-bottom: 0;
	}
	body.espaciourban .area-flex .block-4 .row {
	  margin-bottom: 10px;
	}
	body.espaciourban .area-flex .block-4 .row {
	  *zoom: 1;
	}
	body.espaciourban .area-flex .block-4 .row:before, body.espaciourban .area-flex .block-4 .row:after {
	  content: "";
	  display: table;
	}
	body.espaciourban .area-flex .block-4 .row:after {
	  clear: both;
	}
	body.espaciourban .area-flex .block-4 .row .col-left {
	  float: left;
	  width: calc(50% - 5px);
	}
	body.espaciourban .area-flex .block-4 .row .col-right {
	  float: right;
	  width: calc(50% - 5px);
	}
	body.espaciourban .area-plan {
	  padding: 20px;
	}
	body.espaciourban .area-plan .area-title {
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.espaciourban .area-plan .block-intro,
	body.espaciourban .area-plan .block {
	  margin-bottom: 40px;
	}
	body.espaciourban .area-plan .block-intro .block-heading,
	body.espaciourban .area-plan .block .block-heading {
	  margin-bottom: 10px;
	  font-size: 16px;
	  /*font-size: 1.6rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	}
	body.espaciourban .area-plan .block-intro .block-caption,
	body.espaciourban .area-plan .block .block-caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.espaciourban .area-plan .block-intro .figure,
	body.espaciourban .area-plan .block .figure {
	  margin-bottom: 20px;
	}
	body.espaciourban .area-plan .block-eyecat {
	  margin-left: -20px;
	  margin-right: -20px;
	  margin-bottom: 20px;
	}
	body.espaciourban .area-type {
	  padding: 20px;
	}
	body.espaciourban .area-type .area-title {
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.espaciourban .area-type .block {
	  margin-bottom: 40px;
	}
	body.espaciourban .area-type .block .block-heading {
	  margin-bottom: 10px;
	  font-size: 16px;
	  /*font-size: 1.6rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	}
	body.espaciourban .area-type .block .block-caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.espaciourban .area-type .caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	  text-align: center;
	}
	body.espaciourban .area-type .box {
	  margin-bottom: 20px;
	}
	body.espaciourban .area-type .box {
	  *zoom: 1;
	}
	body.espaciourban .area-type .box:before, body.espaciourban .area-type .box:after {
	  content: "";
	  display: table;
	}
	body.espaciourban .area-type .box:after {
	  clear: both;
	}
	body.espaciourban .area-type .box .figure {
	  float: left;
	  width: 120px;
	}
	body.espaciourban .area-type .box .box-caption {
	  float: right;
	  width: calc(100% - 140px);
	}
	body.espaciourban .area-type .box .box-heading {
	  margin-bottom: 5px;
	  font-size: 17px;
	  /*font-size: 1.7rem;*/
	  font-weight: normal;
	}
	body.espaciourban .area-type .box .box-note {
	  font-size: 11px;
	  /*font-size: 1.1rem;*/
	  line-height: 1.4;
	  font-weight: normal;
	}
	body.espaciourban .area-prop {
	  padding: 20px;
	  background: #E6E8EB;
	}
	body.espaciourban .area-prop .inr {
	  padding: 20px;
	  background: #fff;
	}
	body.espaciourban .area-prop .area-title {
	  max-width: 275px;
	  margin: 0 auto 40px;
	}
	body.espaciourban .area-prop .block {
	  margin-bottom: 40px;
	}
	body.espaciourban .area-prop .block .block-heading {
	  margin-bottom: 10px;
	  font-size: 16px;
	  /*font-size: 1.6rem;*/
	  line-height: 1.61;
	  font-family: 'Noto Sans JP', sans-serif;
	  text-align: center;
	  font-weight: normal;
	}
	body.espaciourban .area-prop .block .block-caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.espaciourban .area-prop .block-1 .figure {
	  max-width: 289px;
	  margin: 0 auto 40px;
	}
	body.espaciourban .area-prop .block-3 .block-heading {
	  text-align: left;
	}
	body.espaciourban .area-prop .block-3 .row {
	  margin-bottom: 10px;
	}
	body.espaciourban .area-prop .block-3 .row {
	  *zoom: 1;
	}
	body.espaciourban .area-prop .block-3 .row:before, body.espaciourban .area-prop .block-3 .row:after {
	  content: "";
	  display: table;
	}
	body.espaciourban .area-prop .block-3 .row:after {
	  clear: both;
	}
	body.espaciourban .area-prop .block-3 .row .col-left {
	  float: left;
	  width: calc(50% - 5px);
	}
	body.espaciourban .area-prop .block-3 .row .col-right {
	  float: right;
	  width: calc(50% - 5px);
	}
	body.espaciourban .area-prop .block-4 .block-heading {
	  text-align: left;
	}
	body.espaciourban .area-prop .block-4 .row {
	  margin-bottom: 10px;
	}
	body.espaciourban .area-prop .block-4 .row {
	  *zoom: 1;
	}
	body.espaciourban .area-prop .block-4 .row:before, body.espaciourban .area-prop .block-4 .row:after {
	  content: "";
	  display: table;
	}
	body.espaciourban .area-prop .block-4 .row:after {
	  clear: both;
	}
	body.espaciourban .area-prop .block-4 .row .col-left {
	  float: left;
	  width: calc(50% - 5px);
	}
	body.espaciourban .area-prop .block-4 .row .col-right {
	  float: right;
	  width: calc(50% - 5px);
	}
	body.espaciourban .area-prop .block-5 {
	  margin-bottom: 0px;
	}
	body.espaciourban .area-prop .block-5 .row {
	  margin-bottom: 10px;
	}
	body.espaciourban .area-prop .block-5 .row {
	  *zoom: 1;
	}
	body.espaciourban .area-prop .block-5 .row:before, body.espaciourban .area-prop .block-5 .row:after {
	  content: "";
	  display: table;
	}
	body.espaciourban .area-prop .block-5 .row:after {
	  clear: both;
	}
	body.espaciourban .area-prop .block-5 .row .col-left {
	  float: left;
	  width: calc(50% - 5px);
	}
	body.espaciourban .area-prop .block-5 .row .col-right {
	  float: right;
	  width: calc(50% - 5px);
	}

	/* ティーメゾン・エスパシオ W
	-------------------------------------------------- */
	body.withmaison .area-heading .page-title {
	  margin-bottom: 0;
	}
	body.withmaison .area-intro {
	  padding: 20px;
	  background: #E6E8EB;
	}
	body.withmaison .area-intro .block {
	  padding: 20px;
	  background: #fff;
	}
	body.withmaison .area-intro .block .block-heading {
	  margin-bottom: 20px;
	  font-size: 16px;
	  /*font-size: 1.6rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	  white-space: nowrap;
	}
	body.withmaison .area-intro .block .block-caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.withmaison .area-intro .block .block-caption b {
	  color: #ec6c00;
	  font-weight: bold;
	}
	body.withmaison .area-intro .figure-1 {
	  position: relative;
	  margin-bottom: 20px;
	}
	body.withmaison .area-intro .figure-1 .solution1,
	body.withmaison .area-intro .figure-1 .solution2 {
	  position: absolute;
	  display: block;
	  width: 50%;
	  height: 0;
	  padding-top: 60%;
	  background: transparent;
	  overflow: hidden;
	}
	body.withmaison .area-intro .figure-1 .solution1 {
	  left: 0;
	  bottom: 0;
	}
	body.withmaison .area-intro .figure-1 .solution2 {
	  right: 0;
	  bottom: 0;
	}
	body.withmaison .area-intro .download {
	  padding: 20px 20px 0;
	}
	body.withmaison .area-intro .download__item {
	  font-size: 10px;
	  /*font-size: 1rem;*/
	  line-height: 1.61;
	  margin-bottom: 5px;
	}
	body.withmaison .area-intro .download__item a {
	  text-decoration: underline;
	  color: #EC6C00;
	}
	body.withmaison .area-intro .figure-2 {
	  margin-bottom: 20px;
	}
	body.withmaison .area-outline {
	  padding-top: 40px;
	}
	body.withmaison .area-outline .area-title {
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.withmaison .area-outline .caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  padding: 0 20px;
	  margin-bottom: 20px;
	}
	body.withmaison .area-outline .eyecat {
	  position: relative;
	}
	body.withmaison .area-outline .eyecat .point {
	  margin-top: -1px;
	}
	body.withmaison .area-outline .eyecat .list {
	  position: relative;
	  max-width: 375px;
	  margin: -40px auto 0;
	  font-size: 0;
	  text-align: center;
	}
	body.withmaison .area-outline .eyecat .list__item {
	  display: inline-block;
	  width: 25%;
	  padding: 0 2px;
	  box-sizing: border-box;
	}
	body.withmaison .area-outline .eyecat .list__item img {
	  width: 100%;
	  height: auto;
	}
	body.withmaison .area-planning {
	  padding: 20px 20px 0 20px;
	}
	body.withmaison .area-planning .area-title {
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.withmaison .area-planning .heading {
	  margin-bottom: 10px;
	  font-size: 16px;
	  /*font-size: 1.6rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	  letter-spacing: -0.05em;
	}
	body.withmaison .area-planning .caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.withmaison .area-planning .figure {
	  margin-bottom: 20px;
	}
	body.withmaison .area-planning .floor {
	  *zoom: 1;
	}
	body.withmaison .area-planning .floor:before, body.withmaison .area-planning .floor:after {
	  content: "";
	  display: table;
	}
	body.withmaison .area-planning .floor:after {
	  clear: both;
	}
	body.withmaison .area-planning .floor .madori {
	  position: relative;
	  width: 300px;
	  margin: 0 auto;
	}
	body.withmaison .area-planning .floor .info .head {
	  margin-bottom: 10px;
	  padding-bottom: 10px;
	  border-bottom: 1px solid #000;
	}
	body.withmaison .area-planning .floor .info .head .txt {
	  display: block;
	  max-width: 305px;
	  margin: 0 auto;
	}
	body.withmaison .area-planning .floor .info .caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.withmaison .area-planning .floor .info .madori {
	  position: relative;
	  width: 300px;
	  margin: 0 auto;
	}
	body.withmaison .area-planning .floor .floor-1 {
	  margin-bottom: 40px;
	}
	body.withmaison .area-planning .floor .floor-1 .btn-1 {
	  position: absolute;
	  left: -5px;
	  top: 0px;
	  display: block;
	  width: 130px;
	}
	body.withmaison .area-planning .floor .floor-1 .btn-2 {
	  position: absolute;
	  right: 0px;
	  bottom: 0px;
	  display: block;
	  width: 110px;
	}
	body.withmaison .area-planning .floor .floor-2 {
	  margin-bottom: 40px;
	}
	body.withmaison .area-planning .floor .floor-2 .info {
	  top: 100px;
	}
	body.withmaison .area-planning .floor .floor-3 {
	  margin-bottom: 40px;
	}
	body.withmaison .area-planning .floor .floor-3 .info {
	  top: 100px;
	}
	body.withmaison .area-planning .floor .floor-3 .btn-3 {
	  position: absolute;
	  left: 8px;
	  top: 80px;
	  display: block;
	  width: 118px;
	}
	body.withmaison .area-planning .floor .floor-4 .info {
	  top: 100px;
	}
	body.withmaison .area-planning .pic {
	  margin-bottom: 20px;
	}
	body.withmaison .area-planning .pic img {
	  width: 100%;
	  height: auto;
	}
	body.withmaison .area-kukan,
	body.withmaison .area-design {
	  padding: 20px 20px 0 20px;
	}
	body.withmaison .area-kukan .area-title,
	body.withmaison .area-design .area-title {
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.withmaison .area-kukan .heading,
	body.withmaison .area-design .heading {
	  margin-bottom: 10px;
	  font-size: 14px;
	  /*font-size: 1.4rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	  letter-spacing: -0.05em;
	}
	body.withmaison .area-kukan .caption,
	body.withmaison .area-design .caption {
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.withmaison .area-kukan .row,
	body.withmaison .area-design .row {
	  margin-bottom: 10px;
	}
	body.withmaison .area-kukan .row,
	body.withmaison .area-design .row {
	  *zoom: 1;
	}
	body.withmaison .area-kukan .row:before, body.withmaison .area-kukan .row:after,
	body.withmaison .area-design .row:before,
	body.withmaison .area-design .row:after {
	  content: "";
	  display: table;
	}
	body.withmaison .area-kukan .row:after,
	body.withmaison .area-design .row:after {
	  clear: both;
	}
	body.withmaison .area-kukan .row .col-left,
	body.withmaison .area-design .row .col-left {
	  float: left;
	  width: calc(50% - 5px);
	}
	body.withmaison .area-kukan .row .col-left .caption,
	body.withmaison .area-design .row .col-left .caption {
	  margin-bottom: 0;
	}
	body.withmaison .area-kukan .row .col-right,
	body.withmaison .area-design .row .col-right {
	  float: right;
	  width: calc(50% - 5px);
	}
	body.withmaison .area-kukan .row .col-right .caption,
	body.withmaison .area-design .row .col-right .caption {
	  margin-bottom: 0;
	}
	body.withmaison .area-kukan {
	  margin-bottom: 40px;
	}
	body.withmaison .area-future {
	  padding: 20px 0;
	}
	body.withmaison .area-future .area-title {
	  margin-bottom: 20px;
	  padding: 0 20px;
	  font-size: 20px;
	  font-weight: normal;
	  text-align: center;
	}
	body.withmaison .area-future .heading {
	  margin-bottom: 10px;
	  padding: 0 20px;
	  font-size: 14px;
	  /*font-size: 1.4rem;*/
	  line-height: 1.61;
	  text-align: center;
	  font-weight: bold;
	}
	body.withmaison .area-future .caption {
	  padding: 0 20px;
	  font-size: 13px;
	  /*font-size: 1.3rem;*/
	  line-height: 1.61;
	  margin-bottom: 20px;
	}
	body.withmaison .area-future .notice {
	  width: 230px;
	  margin: 0 auto 20px;
	}
	body.withmaison .area-future .figure {
	  max-width: 320px;
	  margin: 0 auto;
	}
	body.withmaison .area-future .figure .flow {
	  position: relative;
	  width: 100%;
	  height: auto;
	}
	body.withmaison .area-future .figure .block-2 {
	  position: relative;
	}
	body.withmaison .area-future .figure .btn-4 {
	  position: absolute;
	  left: 100px;
	  bottom: 5px;
	  display: block;
	  width: 70px;
	}

}