@charset "utf-8";

.contBox3{width: 100%; padding: 70px 0;}
.subTtl04 span img {height: auto; width: auto;}
.subtxt{text-align: center;line-height: 1.8em;padding-bottom: 2em;}

.mb1{margin-bottom: 1em;}
.mb2{margin-bottom: 2em;}
.mb5{margin-bottom: 50px;}
.mt7{margin-top: 70px;}

#tenantMv {
	background-image: url(../../img/tenant/tenant_bg_pc.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.subMv {
	width: 100%;
	height: 370px;
	position: relative;
}

.innerSub2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 8rem;
}
.innerSub2 h1 img {
	width: auto;
	height: auto;
	padding: .5em 0;
}
.innerSub2 h1 {
	text-align: center;
}
.innerSub2 span {
	display: block;
	margin: 0 auto;
	font-size: 2.5rem;
	color: #ffffff;
	text-align: center;
}
.sub{font-size: .8em;}








/*ボディコンテンツ*/


#innertenant{
	text-align: center;
	width: 100%;
	padding: 3em 0;
	background: url(../../img/tenant/info_bg.jpg) no-repeat center;
	background-size: auto auto;
	background-size: cover;
}

#innertenant h3 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 auto 3.5em auto;
	color: #ffffff;
}

.boxlist{width: 100%; display: flex; flex-wrap: wrap; margin: 0 auto .5em;}
.box1{flex-basis: 16.79%; align-items:center; color: #fff; text-align: center;padding: 1em; margin-bottom: 1.3em;}
.blue{background-color: #004ea1;}
.sblue{background-color: #4783c4;}
.orange {font-size: 1.3em; color: #e99f11; font-weight: bold;}
.box1 h3,.box2 h3 {font-size: 1em; line-height: 1.6em;} 
.box1 img,.box2 img {padding-top: 1.8em;}

#map_canvas {
	width: 100%;
	height: 550px;
}

.box3{flex-grow: 999999; flex-grow: 1; flex-basis: 100px; margin: 3em auto;}
.box3 p{font-size: .9em; padding: .5em .5em .5em 0;}
.box3 img{width: 100%;}

.stxtR{font-size: .8em; text-align: right; padding-bottom: 1em;}


.ubox {display: flex; justify-content: space-between; margin-bottom: 3rem; background-color: #fff;}
.uboxpbox {width: 37%; padding: 2em;}
.ubox img {display: block; width: 100%; height: auto;}
.uboxInner {width: 59%; background-color: #fff; padding: 2em 2em 2em 0; display: block;} 
.uboxInner h3 {font-size: 1.1em; line-height: 1.3em; border-bottom: 1px dotted; padding-bottom: .5em;}
.uboxInner h4 {font-size: 1.3em; line-height: 1.4em; font-weight: bold; margin: .8em 0;}
.uboxInner p {line-height: 1.8em;}



/*closing btn*/
.cbox{display: flex;}
.rbtn {
	width: 100%;
	display: block;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	text-align: center;
}
.rbtn a.submitBtn,
.rbtn a.sendBtn {
	display: block;
	max-width: 100%;
	margin: 0 .5em;
	padding: 15px 0;
	border: 1px solid #004ea1;
	background: url(../../img/common/arr_whit.png) no-repeat 96% center #004ea1;
	background-size: 10px auto;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rbtn a.submitBtn span {
	font-size: 1.3rem;
}
.rbtn a.submitBtn:hover,
.rbtn a.sendBtn:hover {
	background: url(../../img/common/arr_blue.png) no-repeat 98% center #fff;
	background-size: 10px auto;
	color: #004ea1;
}


/*closing box*/
.cotactArea2 {
	width: 96%;
	padding: 2%;
	background: url(../../img/common/contactarea_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

.contactareaInner2 {
	width: 100%;
	max-width: 1040px;
	margin: 2em auto;
	display: table;
}

.contactLogo2 {width: 300px; display: table-cell; text-align: center; vertical-align: middle;}
.contactLogo2 img {width: 100%;}
.contactInner {width: 100%; margin: 0 auto; position: relative;}

.contactTxt2 {
	display: table-cell;
	padding: .6em .5em 0 3em;
	vertical-align: middle;
}

.contactTel2 {
	display: table-cell;
	vertical-align: middle;
	position: absolute; right: 0; bottom: 0;
}

.telLink2 a{color: #fff; text-decoration: none;}

.telLink2 {
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../../img/common/tel_icon.png) no-repeat 0 center;
	background-size: 25px 25px;
	font-size: 4.0rem;
	line-height: 1.0;
	font-weight: 900;
	color: #ffffff;
}

.telTime2 {
	font-size: 1.3rem;
	line-height: 1.0em;
	color: #ffffff;
	text-align: right;
	display: block;
 padding: 0 0 .5em 0;
}


