@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;}
.mt7{margin-top: 70px;}



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


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

#innertenant {
	width: 92.5%;
	margin: 0 auto;
}







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


#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: 15.98%; 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.1em; color: #e99f11; font-weight: bold;}
.box1 h3,.box2 h3 {font-size: 1em; line-height: 1.4em;} 
.box1 img,.box2 img {height: 4em;  padding-top: .8em;}

#map_canvas {
	width: 100%;
	height: 450px;
	margin-bottom: 3em;
	display: block;
}

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

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


.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;} 
.uboxInner h3 {font-size: 1.0em; line-height: 1.3em; border-bottom: 1px dotted; padding-bottom: .5em;}
.uboxInner h4 {font-size: 1.2em; line-height: 1.4em; font-weight: bold; margin: .8em 0;}
.uboxInner p {line-height: 1.6em;}


/*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: 100%;
	padding: 2%;
	background: url(../../img/common/contactarea_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

.contactareaInner2 {
	width: 92.5%;
	margin: 2em auto;
	display: block;
}

.contactLogo2 {width: 250px; margin: 0 auto 3em; display: block; text-align: center; vertical-align: middle;}
.contactLogo2 img {width: 100%;}

.contactInner {width: 100%; margin: 0 auto; position: relative;}

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

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

.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: 3.0rem;
	line-height: 1.3em;
	font-weight: 900;
	color: #ffffff;
}

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

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


