@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/* commonKeyVisual
--------------------------------------------------*/
.commonKeyVisual .inBg {
	background-image: url(../../images/network/kv_visual.jpg);
}



/* mapArea
--------------------------------------------------*/
#mapArea {
	padding-bottom: 100px;
	background: url(../../images/network/map_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#mapArea .image {
	padding: 0 10px;
	text-align: center;
}
#mapArea .bgTitle {
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 30px 0 30px;
	text-align: center;
	background: url(../../images/common/bg_title.png);
}
#mapArea .bgTitle .title {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}
#mapArea .bgTitle .title span {
	display: inline-block;
	color: #c30d23;
}
#mapArea .bgTitle .lead {
	font-size: 17px;
	line-height: 2;
}

@media only screen and (max-width:767px) {
	#mapArea {
		padding-bottom: 70px;
	}
	#mapArea .bgTitle {
		margin: 0 20px 40px;
	}
	#mapArea .bgTitle .title {
		margin-bottom: 20px;
		font-size: 30px;
	}
	#mapArea .bgTitle .lead {
		font-size: 15px;
	}
}






/* networkArea01
--------------------------------------------------*/
#networkArea01 .commonDiagonalBg > div {
	background-image: url(../../images/network/network_bg01.jpg);
}
#networkArea01 .commonBgTitle {
	margin-bottom: 200px;
}
#networkArea01 .ancNavs {
	/* max-width: 830px; */
	margin: 0 auto 100px;
}
#networkArea01 .ancNavs li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 25%;
	padding: 0 15px;
}
#networkArea01 .ancNavs li a {
	position: relative;
	display: block;
	padding: 10px 0;
	color: #595757;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
}
#networkArea01 .ancNavs li a:before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-bottom: #8d8d8d solid 2px;
	border-left: #8d8d8d solid 2px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#networkArea01 .ancNavs li a:hover {
	color: #fff;
	background-color: #c30d23;
}
#networkArea01 .ancNavs li a:hover:before {
	border-color: #fff;
}

@media only screen and (min-width:768px) {
	#networkArea01 {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width:767px) {
	#networkArea01 {
		padding-bottom: 50px;
	}
	#networkArea01 .commonBgTitle {
		margin-bottom: 60px;
	}
	#networkArea01 .ancNavs {
		max-width: 300px;
	}
	#networkArea01 .ancNavs li {
		float: none;
		width: auto;
		padding: 0;
	}
	#networkArea01 .ancNavs li + li {
		margin-top: 20px;
	}
	#networkArea01 .ancNavs li a {
		padding: 15px 0;
		font-size: 20px;
	}
}


/* networkList */
.networkList.mb {
	margin-bottom: 190px;
}
.networkList {
	margin: 0 -15px;
}
.networkList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.networkList li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 33.3333%;
	padding: 15px;
	line-height: 1.3;
}
.networkList li a {
	position: relative;
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
}
.networkList li a * {
	display: block;
}
.networkList li a img {
	width: 100%;
}
.networkList li .names {
	position: relative;
	background-color: #c30d23;
}
.networkList li .names > span {
	padding: 18px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.networkList li .names:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.networkList li big {
	font-size: 22px;
}
.networkList li small {
	margin-top: 2px;
	font-size: 15px;
}

@media only screen and (min-width:992px) {
	.networkList li a:hover .names span,
	.networkList li a:focus .names span {
		box-shadow: inset 0 0 0 3.2em var(--hover);
	}
	.networkList li a .names span {
		--hover: #336150;
	}
}

@media only screen and (max-width:767px) {
	.networkList.mb {
		margin-bottom: 70px;
	}
	.networkList {
		margin: 0 -10px;
	}
	.networkList li {
		width: 50%;
		padding: 10px;
	}
	.networkList li .names > span {
		padding: 8px 10px;
	}
	.networkList li big {
		font-size: 16px;
	}
	.networkList li small {
		font-size: 13px;
	}
	.networkList li .names:before {
		right: 7px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
	}
}






/* networkArea02
--------------------------------------------------*/
#networkArea02 .commonDiagonalBg > div {
	background-image: url(../../images/network/network_bg02.jpg);
}
@media only screen and (min-width:768px) {
	#networkArea02 {
		padding-top: 100px;
	}
}
@media only screen and (max-width:767px) {
	#networkArea02 {
		padding-top: 50px;
	}
}








































