@charset "utf-8";

header .page_title_bg01{
background-image: url("/../images/info_ph.jpg");
}


#container{
margin-top:100px;
}


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

#container{
margin-top:0px;
}

}

.tabs{
    display:flex;

}
.tabs li{
    border-bottom:2px solid #fff;
    margin-right:15px;
    font-size:16px;
    font-weight:bold;
    letter-spacing: 1px;
    padding:0 15px;
    

}

.js-info-tab:not(.js-info-tab-unselect){
    color:#00712d;
    border-bottom:2px solid #00712d;

}

.js-info-tab{
    user-select: none;
    cursor: pointer;
    transition:0.2s;

}
.js-info-tab:hover{
    color:#00712d;
    border-bottom:2px solid #00712d;
}

.js-info-ul-hide{
    display:none;
}


.sitemap{
width: 600px;
margin:30px auto;
}

