@charset "utf-8";

#profileMv {
	background: url(../../img/profile/profile_bg_sp.jpg) no-repeat center;
	background-size: cover;
}

#conceptArea {
	width: 100%;
	padding: 100px 0 20px;
	background: url(../../img/profile/profile_img_sp.jpg) no-repeat center;
	background-size: cover;
}
#conceptInner {
	width: 87.5%;
	margin: 0 auto;
}
.concept_logo {
	width: 40%;
	margin-bottom: 10px;
}
.concept_txt {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: -0.05em;
}
.concept_txt_s {
	color: #ffffff;
	font-weight: 900;
}

.profileCol {
	width: 100%;
}
.profileCol:first-child {
	margin-top: -30px;
}
.profileCol dl {
	width: 100%;
}
.profileCol dl dt {
	width: 100%;
	padding: 10px 0 10px 20px;
	background: url(../../img/profile/line03.png) no-repeat 0 center;
	background-size: 10px auto;
	font-size: 1.4rem;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.profileCol dl dd {
	width: 100%;
	padding: 0 20px 10px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.possessArea {
	background: #eeeeee;
}
.possessCol {
	width: 100%;
	margin-bottom: 35px;
}
.possessCol:last-child {
	margin-bottom: 0;
}
.possess_inner01,
.possess_inner02 {
	width: 90%;
	margin: -35px auto 0;
	padding: 20px;
	background: #004ea0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.possess_tl {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 900;
	color: #ffffff;
}
.vehicle_list {
	width: 100%;
}
.vehicle_list li {
	float: left;
	width: 50%;
	color: #ffffff;
	display: inline;
}
.pssess_tab {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #216dbd;
}
.pssess_tab th,
.pssess_tab td {
	display: block;
	width: 100%;
	border-bottom: 1px solid #216dbd;
	padding: 10px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pssess_tab th {
	background: #1760ad;
	font-weight: 900;
	text-align: left;
}
.pssess_tab td:last-child {
	border-bottom: none;
}

.accessArea {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #d7d7d7;
}
.accessArea:last-child {
	border-bottom: 1px solid #d7d7d7;
}
.accessIcn {
	width: 50px;
	margin: 0 auto 20px;
}
.accessHow ul li {
	width: 100%;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	background: url(../../img/profile/access_icn.png) no-repeat 0 5px;
	background-size: 5px 5px;
}
.accessHow ul li:last-child {
	margin-bottom: 0;
}


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

