@charset "UTF-8";
@import "/common/css/common.pc.css?3";

/* ---------------------------------------------------------
	CSS Document wrapper
--------------------------------------------------------- */

#wrapper h2 {
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#wrapper h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept {
	margin-bottom: 70px;
	padding: 60px 0 0;
	background: #fff;
	font-size: 17px;
	line-height: 2;
}

#concept h2 {
	margin-bottom: 50px;
}

#concept p:not(:last-of-type) {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

#profile {
	margin-bottom: 70px;
	padding: 50px 0 70px;
	background: #f2f9fe;
}

#profile h2 {
	margin-bottom: 70px;
}

#profile .clearfix {
	margin: 0 40px;
}

#profile .f_right {
	width: 240px;
	font-size: 20px;
	line-height: 1.5;
}

#profile .f_right img {
	margin-bottom: 5px;
}

#profile .f_right span {
	display: block;
	font-size: 12px;
	color: #888;
}

#profile .f_left {
	text-align: left;
}

#profile h3 {
	margin-bottom: 20px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	color: #222;
	position: relative;
}

#profile h3:after {
	content: '';
	width: 22px;
	height: 4px;
	background: #43b0f1;
	position: absolute;
	top: 9px;
	left: 0;
}

#profile ul:first-of-type {
	margin-bottom: 40px;
}

#profile ul:first-of-type li {
	padding-left: 12px;
	position: relative;
}

#profile ul:first-of-type li:before {
	content: '';
	width: 4px;
	height: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #222;
	position: absolute;
	top: 13px;
	left: 0;
}

#profile ul:last-of-type span {
	display: inline-block;
	vertical-align: top;
	min-width: 90px;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company dl {
	padding: 25px 0;
	border-bottom: solid 1px #e8eef1;
	text-align: left;
	font-size: 0;
	line-height: 1.7;
}

#company dt {
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	font-size: 15px;
}

#company dd {
	display: inline-block;
	vertical-align: middle;
	width: 610px;
	font-size: 15px;
}

#company dd img {
	vertical-align: middle;
	width: 380px;
	width: 440px;
	margin: 0 10px 0 0;
	padding: 2px;
	border: solid 4px #e8eef1;
}

#company dd span {
	display: inline-block;
	vertical-align: middle;
	width: 190px;
}

#company dd a {
	text-decoration: none;
	color: #171717;
}

#company a:not(.tel):hover {
	text-decoration: underline;
	color: #057dcd;
}

/* ---------------------------------------------------------
	CSS Document access_map
--------------------------------------------------------- */

.access_map {
	margin-top: 80px;
}

.access_map figure {
	margin-top: 50px;
	border: solid 4px #e8eef1;
}

.access_map figure img {
	vertical-align: top;
	width: 792px;
	height: 864px;
}

#map_canvas {
	width: 100%;
	height: 450px;
	margin-top: 40px;
}

#map_anchor {
	margin-top: 5px;
	text-align: right;
}

#map_anchor a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
