@charset "utf-8";
/* CSS Document */

.c_area {
	width: 900px;
	margin: auto;
}

@media (max-width: 1670px) {
	.content01 {
		margin-top: 10px;
		height: 300px;
		background: url(../images/globalnetwork/main.jpg) no-repeat;
		background-size: contain;
		background-position: bottom;
		text-align: center;
	}
}
@media (min-width: 1671px) {
	.content01 {
		margin-top: 10px;
		height: 500px;
		background: url(../images/globalnetwork/main.jpg) no-repeat;
		background-size: contain;
		background-position: bottom;
		text-align: center;
	}
}
.content02 {
	background: #E8E8E8;
	text-align: center;
	padding: 60px 0;
}

.content02 ul {
	display: flex;
	flex-direction: row;
}

.content02 ul li {
	width: 20%;
}

.content02 ul li a {
	display: block;
	padding: 16px;
	background: #8F8F8F url(../images/globalnetwork/arw.png) right 1vw center no-repeat;
	color: #FFF;
	border-right: #FFF solid 1px;
	text-align: left;
	font-size: 16px;
}

.box {
	margin-top: 50px;
	background: #FFF;
	padding: 40px 40px;
}

.content02 h2 {
	border-left: solid 6px #82BC3F;
	padding-left: 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

.content02 h3 {
	border-bottom: solid 2px #82BC3F;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.content02 .data {
	margin-top: 20px;
	border-bottom: #808080 solid 1px;
	padding-bottom: 20px;
	position: relative;
}

.content02 .data .map {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.content02 .photo {
	float: left;
	width: 37%;
}

.content02 .right {
	float: right;
	width: 60%;
	text-align: left;
	position: relative;
}


.content02 .right2 {
	text-align: left;
	position: relative;
}

.content02 .right .icon {
	background: #82BC3F;
	width: 20%;
	line-height: 100%;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 18px;
}

.content02 .data table {

}

.content02 .data table.t02 {

}

.content02 .data table th {
	padding: 5px 0 5px 0;
	font-size: 16px;
	vertical-align: top;
	white-space: nowrap;
	width: 89px;
}

.content02 .data table th h4 {
	padding-right: 16px;
	border-right: 1px solid #000;
	font-size: 16px;
}

.content02 .data table td {
	padding: 5px 16px;
	font-size: 16px;
	vertical-align: top;
}

.content02 .data table td.subtitle {
	font-size: 16px;
	padding-top: 30px;
	padding-left: 0;
	font-weight: bold;
}

.content02 .data table td.subtitle span {
	font-size: 100%;
	color: #82BC3F;
}


.content02 h3 .icon2 {
	background: #82BC3F;
	line-height: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 14px;
	margin-right: 10px;
	padding: 5px 0;
	width: 120px;
	margin-bottom: 5px;
}

.content02 h3 {
	vertical-align: middle;
}

.nav2 {
	z-index: 1001 !important;
	position: relative;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
	right: 0;
  z-index: 100;
  width: 100%;
	max-width: 900px;
	margin: auto;
	padding-left: 250px;
}

#a01,#a02,#a03,#a04,#a05 {
	margin-top: -50px;
	padding-top: 50px;
	display: block;
}
