@charset "UTF-8";
/* ******************************************************************

	--about.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.section-about {
	padding: 55px 0 80px;
}
.section-about .img-about {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
}
.section-about .txt-about {
	display: inline-block;
	vertical-align: middle;
	width: 785px;
	line-height: 2;
}
.section-can {
	padding: 225px 0 280px;
	background: url(../images/about/bg_country.png) repeat-x center bottom, url(../images/about/bg_sky.png) repeat-x center top #c2e1f9;
}
.section-can .wrap-inner {
	padding: 0 350px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.section-can .h-can {
	text-align: center;
	margin-bottom: 30px;
}
.section-can .list-img-can li {
	position: absolute;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 4px 5px #aac6db;
	-moz-box-shadow: 2px 4px 5px #aac6db;
	-o-box-shadow: 2px 4px 5px #aac6db;
	-ms-box-shadow: 2px 4px 5px #aac6db;
	box-shadow: 2px 4px 5px #aac6db;
}
.section-can .list-img-can li:nth-child(1) {
	top: -158px;
	left: 50%;
	margin-left: -51px;
}
.section-can .list-img-can li:nth-child(2) {
	top: -115px;
	right: 310px;
}
.section-can .list-img-can li:nth-child(3) {
	top: 0px;
	right: 185px;
}
.section-can .list-img-can li:nth-child(4) {
	top: 50%;
	right: 150px;
	margin-top: -42px;
}
.section-can .list-img-can li:nth-child(5) {
	bottom: -35px;
	right: 185px;
}
.section-can .list-img-can li:nth-child(6) {
	bottom: -170px;
	right: 310px;
}
.section-can .list-img-can li:nth-child(7) {
	bottom: -220px;
	left: 50%;
	margin-left: -51px;
}
.section-can .list-img-can li:nth-child(8) {
	bottom: -170px;
	left: 310px;
}
.section-can .list-img-can li:nth-child(9) {
	bottom: -35px;
	left: 185px;
}
.section-can .list-img-can li:nth-child(10) {
	top: 50%;
	left: 150px;
	margin-top: -42px;
}
.section-can .list-img-can li:nth-child(11) {
	top: 0px;
	left: 185px;
}
.section-can .list-img-can li:nth-child(12) {
	top: -115px;
	left: 310px;
}
.section-can .list-img-can li img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.section-company {
	padding: 70px 0 100px;
}
.section-company .tbl-company {
	width: 100%;
}
.section-company .tbl-company th {
	color: #2c7337;
	font-weight: bold;
	padding: 25px 18px;
	width: 224px;
	vertical-align: top;
	border-bottom: 1px solid #2c7337;
	position: relative;
}
.section-company .tbl-company tr:not(:last-child) th:after {
	content: '';
	position: absolute;
	border: 1px solid #2c7337;
	left: 0;
	right: 0;
	top: 100%;
}
.section-company .tbl-company td {
	padding: 25px 18px;
	vertical-align: top;
	border-bottom: 1px solid #2c7337;
}
.section-company .tbl-company td a {
	color: #2c7337;
	text-decoration: none;
}
.section-company .tbl-company td a:hover {
	text-decoration: underline;
}
.section-company .tbl-company tr:last-child td {
	letter-spacing: -1.6px;
}
.section-access {
	padding: 0 0 100px;
}
#map {
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
}