@charset "UTF-8";

#contents{z-index: 2;}
.block-intro{
	padding: 0px 0 60px;
	text-align: center;
}
.block-txt{
	background-color: #f6f7f7;
	font-size: 92.86%;
	margin-bottom: 60px;
	padding: 30px 0;
}
.list-company{
	margin-bottom: 60px;
}
.list-company li{
	margin-bottom: 25px;
}
.list-company li:nth-child(n+5){
	width: 100%;
}
.list-company li:last-child{margin-bottom: 0;}
.list-company li:after{
	content: "";
	clear: both;
	display: block;
}
.list-company li .c-circle{
	display: inline-block;
	border: 1px solid #21b34b;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
	color: #21b34b;
	font-size: 85.71%;
	font-weight: bold;
	text-align: center;
	padding: 8px 5px;
	width: 180px;
}
.list-company li .c-content{
	background-color: #21b34b;
	-webkit-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	color: #fff;
	font-size: 92.86%;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 2px;
	display: block;
	padding: 18px 55px 18px;
}
.list-company li .c-content a{color: #fff;}
.map-img{
	margin-bottom: 80px;
	position: relative;
	padding-bottom: 18px;
	text-align: center;
}
.map-img p{
	color: #36aa49;
	font-family: arial;
	font-size: 5.5vw;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	text-align: center;
}
.map-img p span{
	font-size: 3.5vw;
	margin-left: 5px;
}
.map-img .kyushuu{
	background: url("../images/about/box_add01.png") no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	bottom: 47vw;
	height: 13vw;
	left: 3vw;
	position: absolute;
	width: 18.13%;
}
.map-img .kyushuu p, .map-img .kantou p, .map-img .kinki p{
	top: 48%;
	left: 0;
	right: 0;
}
.map-img .nakaoka{
	background: url("../images/about/box_add02.png") no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	top: 12vw;
	height: 18vw;
	left: 23vw;
	position: absolute;
	width: 35.93%;
}
.map-img .nakaoka p, .map-img .hokkaido-touhoku p, .map-img .chuubu p{
	top: 60%;
	width: 50%;
}
.map-img .nakaoka p.chuukoku, .map-img .hokkaido-touhoku p.hokkaido{
	left: 0;
}
.map-img .nakaoka p.shikoku, .map-img .hokkaido-touhoku p.touhoku{
	right: 0;
}
.map-img .hokkaido-touhoku{
	background: url("../images/about/box_add03.png") no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	bottom: 46.8vw;
	height: 18vw;
	left: 23vw;
	position: absolute;
	width: 35.93%;
}
.map-img .kantou{
	background: url("../images/about/box_add04.png") no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	top: 71vw;
	height: 13vw;
	right: 2vw;
	position: absolute;
	width: 18.13%;
}
.map-img .chuubu{
	background: url("../images/about/box_add05.png") no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	top: 86vw;
	height: 18vw;
	right: 2vw;
	position: absolute;
	width: 53.9%;
}
.map-img .chuubu p{
	width: 33.33%;
}
.map-img .chuubu p.kita{
	left: 0;
}
.map-img .chuubu p.kanshin{
	left: 33.33%;
}
.map-img .chuubu p.toukai{
	right: 0;
}
.map-img .kinki{
	background: url("../images/about/box_add06.png") no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	top: 91vw;
	height: 13vw;
	left: 25vw;
	position: absolute;
	width: 18.13%;
}

/*---------------*/
.tab-box{opacity: 0;visibility: hidden;max-height: 0;}
.tab-box.active{display: block;visibility: visible;opacity: 1;max-height: 100%;}
.block-address{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
.block-address .map-content{
	background-color: #f6f7f7;
	padding: 25px 10px 55px;
}
.map-content .tab{
	display: table;
	margin-bottom: 45px;
	width: 100%;
}
.map-content .tab li{
	display: table-cell;
	width: 33.33%;
	text-align: center;
	line-height: 1;
	border-right: 1px solid #9fa0a0;
	vertical-align: middle;
}
.map-content .tab li.active{
	background-color: #9fa0a0;
}
.map-content .tab li:first-child{
	border-left: 1px solid #9fa0a0;
}
.map-content .tab li .img-on, .map-content .tab li.active .img-off{
	display: none;
}
.map-content .tab li.active .img-on{
	display: block;
}
.map-content .tab li img{margin: auto;}
.map-content .tab li a{
	color: #9fa0a0;
	display: block;
	font-size: 78.57%;
	font-weight: bold;
	padding: 5px 0 4px;
}
.map-content .tab li.active a{
	color: #fff;
}
.block-address .tab-box p{
	font-size: 92.86%;
}
.block-address .tab-box a{color: #252525;}
.block-address .tab-box .name-address{
	color: #9fa0a0;
	margin-bottom: 25px;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 10px;
	font-size: 160%;
}
.map-display{
	height: 75vw;
	max-height: 480px;
	margin: 50px -10px 0;
}

@media	(max-width: 480px){
	.list-company li .c-circle{padding: 5px;width: 120px;}
	.list-company li .c-content{
		padding: 15px;
	}
}