@charset "utf-8";

/* company */
.h1Wrap h1 {
	background: url(../images/company_hbg.png) no-repeat left center;
	background-size: 20px 24px;
	padding: 0 0 0 32px;
}

/* message */
.message {
	width: 100%;
	margin: 60px auto 70px;
}
.message .img1 {
	text-align: center;
	margin: 30px 0 30px;
	background: url(../images/bg_img1.jpg) no-repeat center #edf2f6;
}
.message .img1 img {
	max-width: 840px;
	width: 100%;
}
.message p {
	max-width: 880px;
	margin: 0 auto 20px;
	padding: 0 20px;
}
.message p:last-child {
	margin: 50px auto 0;
}

/* vision */
.vision {
	background: #f3f4f8;
}
.vision .inner {
	max-width: 880px;
	margin: 0 auto;
	padding: 75px 20px;
}
.vision .inner h2 {
	margin-bottom: 30px;
}
.vision .inner h3 {
	width: 160px;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 1.5rem;
}
.vision .inner .h3_1 {
	background: #19487a;
}
.vision .inner .h3_2 {
	background: #298cac;
	margin-top: 25px;
}
.vision .inner .h3_3 {
	background: #439f95;
	margin-top: 25px;
}
.vision .inner ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* outline */
.outline {
	max-width: 880px;
	margin: 0 auto;
	padding: 75px 20px;
}
.outline h2 {
	margin-bottom: 30px;
}
.outline table td dl {
	margin-bottom: 10px;
}
.outline table td dl dd {
	margin-left: 1em;
}

/* history */
.history {
	background: #f3f4f8;
}
.history .inner {
	max-width: 880px;
	margin: 0 auto;
	padding: 75px 20px;
}
.history h2 {
	margin-bottom: 30px;
}

/* access */
.access {
	max-width: 880px;
	margin: -90px auto 0;
	padding: 165px 20px 0;
}
.access .map {
	height: 330px;
	margin: 30px 0;
	pointer-events: none;
}
.access .map iframe {
	width: 100%;
	height: 330px;
}
.access .train {
	overflow: hidden;
}
.access .h3Wrap {
	width: 124px;
	height: 124px;
	color: #ffffff;
	background: #416287;
	text-align: center;
	padding: 29px 0 0 0;
	float: left;
}
.access .h3Wrap .icon {
	width: 28px;
	height: 40px;
	margin: 0 auto 10px;
}
.access .h3Wrap .icon img {
	width: 100%;
	height: auto;
}
.access .h3Wrap h3 {
	font-size: 1.5rem;
}
.access .train ul {
	float: left;
	margin: 20px 0 0 15px;
}

@media screen and (max-width:900px){
	
/* company */
.h1Wrap h1 {
	background: url(../images/company_hbg.png) no-repeat left center;
	background-size: 15px 18px;
	padding: 2px 0 1px 22px;
}

/* message */
.message {
	margin: 33px auto 50px;
}
.message .img1 {
	text-align: center;
	margin: 20px 0 20px;
	background: url(../images/bg_img1.jpg) no-repeat center #edf2f6;
}
.message p {
	max-width: 880px;
	margin: 0 auto 20px;
	padding: 0 24px;
}
.message p:last-child {
	margin: 40px auto 0;
}
	
/* vision */
.vision .inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 54px 24px;
}
.vision .inner h2 {
	margin-bottom: 24px;
}
.vision .inner h3 {
	margin-bottom: 5px;
	font-size: 1.5rem;
}
.vision .inner .h3_2 {
	margin-top: 20px;
}
.vision .inner .h3_3 {
	margin-top: 20px;
}

/* outline */
.outline {
	max-width: 100%;
	margin: 0 auto;
	padding: 54px 24px;
}
.outline h2 {
	margin-bottom: 30px;
}
.outline table td dl {
	margin-bottom: 10px;
}
.outline table td dl dd {
	margin-left: 1em;
}
	
/* history */
.history .inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 54px 24px;
}
.history h2 {
	margin-bottom: 24px;
}
	
/* access */
.access {
	max-width: 100%;
	margin: -50px auto 0;
	padding: 104px 24px 0;
}
.access .map {
	position: relative;
	margin: 20px 0;
	padding: 0 0 62%;
	height: 0;
	overflow: hidden;
	pointer-events: auto;
}
.access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
}
.access .train {
	overflow: hidden;
}
.access .h3Wrap {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 12px;
	float: none;
	overflow: hidden;
}
.access .h3Wrap .icon {
	width: 15px;
	height: 21px;
	margin: 0 auto;
	float: left;
}
.access .h3Wrap .icon img {
	width: 100%;
	height: auto;
}
.access .h3Wrap h3 {
	float: left;
	margin-left: 10px;
}
.access .train ul {
	float: none;
	margin: 20px 0 0 10px;
}	
.access .train ul li {
	padding-left: 1em;
	text-indent: -1em;
}

}