@charset "utf-8";
@import url("common.css");

#content>article>h2{font-size:40px; font-weight:normal; background:url(../img/sub_bar.png) no-repeat center bottom; padding-bottom:25px;  margin-top:60px; margin-bottom:60px; text-align:center;}


.mapArea {
    position: relative;

}

.map_text {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    width: 330px;
    height: 70px;
}

.map_text > div:first-of-type {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 13px;

}

.map_text > div:last-of-type {

}


.tab_list {margin-bottom: 80px;}
.tab_list::after {content: ""; display: block; clear: both;}
.tab_list > li {float: left; margin-left: -1px; padding: 10px 0; width: 25%; border: 1px solid #ddd; box-sizing: border-box; font-size: 20px; text-align: center; cursor: pointer;}
.tab_list > li:first-of-type {margin-left: 0;}
.tab_list > li.active {background: #333; color: #fff;}
.tab-content .link-content {display: none;}
.tab-content .link-content.active {display: block;}
.tab-content .link-content.certificate ul li {text-align: center;}
.tab-content .link-content.certificate ul li img {width: 100%;}
