.tab_button_outer {
        display: none;
}
.tab_select_outer::after{content:""; display: block; clear: both; height: 0;}

#tab_button{width:100%;display: block;height: 44px;margin-bottom: 20px;display: flex;gap: 15px;}
#tab_button li{
    float:left;
    position:relative;
    width: 25%;
    border-right: 1px solid #006357;
    border-top:1px solid #006357;
    box-sizing: border-box;
    text-align: center;
    list-style: none !important;
    background: #f8f8f8;
    border: 0pc;
    border-radius: 6px !important;
    }
#tab_button li:first-child{/* border-left:1px solid #006357; */}
#tab_button li:first-child{
     -webkit-border-top-left-radius:15px;
     -moz-border-top-left-radius:15px;
     -ms-border-top-left-radius:15px;
     -o-border-top-left-radius:15px;
    border-top-left-radius:15px;
}
#tab_button li:last-child{
     -webkit-border-top-right-radius:15px;
     -moz-border-top-right-radius:15px;
     -ms-border-top-right-radius:15px;
     -o-border-top-right-radius:15px;
    border-top-right-radius:15px;
}
#tab_button li a{
    width: 100%;
    height: 43px;
    display:inline-block;
    line-height: 43px;
    font-size: 16px;
    color:#282828;
    text-decoration:none;
    }
#tab_button li.on{background: #008565;}
#tab_button li.on a{color: #fff;font-weight: 700;}
#tab_select{
        width:100%;
        padding:10px 45px 10px 16px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        margin-bottom:15px;
        color:#777;
        border:1px solid #006357;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        border-radius:6px;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:normal;
        -webkit-tab-highright-color:transparent;
        background:url(../img/map/mo_icon_tabmenu01.gif) no-repeat right center;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(91,91,91,1)'><path d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'></path></svg>");
        background-size: 21px;
        background-position: calc(100% - 10px) center;
        height: 45px;
        border: 1px solid #dedede;
}
#tab_select::-ms-expand { display: none; }
.tab_contents{
  width:100%;
  height:auto;
  padding: 20px 0;
  /* border:1px solid #006357; */
  -webkit-border-top-right-radius:12px;
  -moz-border-top-right-radius:12px;
  -ms-border-top-right-radius:12px;
  -o-border-top-right-radius:12px;
  border-top-right-radius:12px;
  -webkit-border-bottom-right-radius:12px;
  -moz-border-bottom-right-radius:12px;
  -ms-border-bottom-right-radius:12px;
  -o-border-bottom-right-radius:12px;
  border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
  -moz-border-bottom-left-radius:12px;
  -ms-border-bottom-left-radius:12px;
  -o-border-bottom-left-radius:12px;
  border-bottom-left-radius:12px;
  background: #f8f8f8;
  border-radius: 10px;
}

.mise_tit_wrap{ text-align:center;}
.mise_tit{ font-size: 32px; font-weight:bold; border-bottom: 1px solid #ccc; display:inline-block; padding: 10px 30px; margin-bottom:10px;color:#353535;}
.mise_wrap{ padding: 5px 0;}
.mise{ color:#353535; font-size:16px; display:inline-block; padding-right:5px; color:#000000; font-weight:bold;}
.mise_sta {color:#fff;display:inline-block;border-radius: 20px;padding: 7px 11px;}
.st1{background: #008565;}
.st2{ background:#006CAF;}
.st3{ background:#996d2b;}
.st4{ background:#a13118;}
.gipho_tit{font-size:18px;font-weight:bold;color:#353535;margin-bottom: 10px;}
.gipho_tit span{ font-weight:normal;font-size:16px; color:#353535; }
.gipho{float:left;/* width:23%; *//* margin: 1%; */width: calc(25% - 10px);}
.gipho_wrap{overflow:hidden;margin-bottom:20px;display: flex;gap: 14px;}
.bar{border-radius: 8px;height: 5px;width:100%;margin-bottom:10px;}
.gipho1 .bar{background: #008565;}
.gipho2 .bar{background: #006CAF;}
.gipho3 .bar{background: #996d2b;}
.gipho4 .bar{background: #a13118;}
.bar_l{ float:left;}
.bar_r{ float:right;}

.gipho1 .bar_l, .gipho1 .bar_r{color: #008565;}
.gipho2 .bar_l, .gipho2 .bar_r{color: #006CAF;}
.gipho3 .bar_l, .gipho3 .bar_r{ color:#996d2b;}
.gipho4 .bar_l, .gipho4 .bar_r{color: #a13118;}

.tab_contents{ text-align:center;}
.tab_contents li{width: calc(25% - 35px);display:inline-block;margin: 10px;background: #fff;border-radius: 10px;box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.06);padding: 15px;}
.sisul_tit{ font-size:18px; border-bottom: 1px solid #ccc; text-align:center; padding-bottom:8px; margin-bottom: 10px;}
.sisul_mise{ text-align:center;}
.tab_contents .mise{ font-size:13px; color:#353535; }
.tab_contents .mise_sta{font-size:12px;}

.mise_ep{ margin: 30px 0; text-align:center; line-height: 1.8em;}

@media screen and (min-width: 780px) {
        .tab_button_outer {
                display: block;
        }
        .tab_select_outer {
                display: none;
        }

}
@media screen and (max-width: 780px) {
    .tab_contents{padding: 0; height: auto; border: 0;}
        .tab_contents li{width:100%;margin: 0;margin-bottom: 15px;}
        .gipho_wrap{
    display: flex;
    flex-wrap: wrap;
}

}
@media screen and (max-width: 780px) {
    .tab_contents{margin: 0 auto;padding: 30px;}

}

@media screen and (max-width: 600px) {
        .gipho{float:left;width: calc(50% - 7px);}
}



