@charset "utf-8";
.under_contents h2 {
    text-align: center;
    font-size: 200%;
    position: relative;
    margin-bottom: 2em;
    line-height: 130%;
}
.under_contents h2:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 20px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d92328;
}
section {
	margin-bottom: 75px;
}
.group_list {
	width: 100%;
    background: #f8f8f8;
    padding: 20px;
    box-sizing: border-box;
}
.group_list .float > ul {
	float: left;
	font-size: 80%;
	margin: 5px 10px;
}
.group_list ul li h3 {
    position: relative;
    margin-left: 20px;
}
.group_list ul li h3:after {
    display: block;
    content: '';
    position: absolute;
    top: .65em;
    left: -1em;
    width: 6px;
    height: 2px;
    background-color: #d60c19;
}
.group_list ul li ul {
	padding-left: 10px;
}
.group_list ul li ul li {
    position: relative;
    margin-left: 20px;
}
.group_list ul li ul li:before {
	display: block;
    content: '';
    position: absolute;
    top: 25%;
    left: -1em;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.group_list ul #hokkaido ul li:before {
    background-color: #033CDF;
}
.group_list ul #tohoku ul li:before {
    background-color: #037FE9;
}
.group_list ul #shin_hoku ul li:before {
    background-color: #DE5A03;
}
.group_list ul #kanto ul li:before,
.group_list ul #kinki ul li:before {
    background-color: #033CDF;
}
.group_list ul #chubu ul li:before {
    background-color: #0B9603;
}
.group_list ul #chugoku ul li:before {
    background-color: #7253EB;
}
.group_list ul #shikoku ul li:before {
    background-color: #F8538D;
}
.group_list ul #kyushu ul li:before {
    background-color: #0B9603;
}
.group_list ul #kyushu ul li:first-child {
	margin-left: 5px;
}
.group_list ul #kyushu ul li:first-child:before {
	content: none;
}
.group_list ul #kyushu ul li:first-child span {
	color: #FF13E1;
	font-size: 120%;
}
.group_map .map_contents {
	margin-bottom: 35px;
}
.group_map img {
	display: block;
	width: 600px;
	margin: 0 auto;
}

.overview-nav ul li.snav-gn a {
    color: #d60c19;
}

@media (max-width: 812px) {
.under_contents h2 {
    font-size: 180%;
    line-height: 140%;
}
.under_contents h2:before {
	bottom: -15px;
}
.group_map img {
	width: 100%;
}
.group_list {
	width: 95%;
	margin: 0 auto;
}
.group_list .float > ul {
	float: none;
	font-size: 90%;
}
.float {
	float: left;
	width: 50%;
}
.group_list ul li ul li {
    margin: 5px 0 5px 10px;
}
.group_list ul #kyushu ul li:first-child {
    margin-left: -5px;
}
}

@media (max-width: 480px) {
.under_contents h2 {
    font-size: 140%;
    font-weight: bold;
}
.group_list > ul {
	float: none;
}
.float {
	float: none;
	width: 100%;
}


}
