@charset "UTF-8";
.gBody {
    padding-bottom: 0;
    background-color: #f5f7fa;
}
.recNav {
    background: #00b9e5;
    padding: 80px 0;
}
.recNav_inner {}
.recNav_list {
    list-style: none;
    max-width: 750px;
    margin: 0 auto 0;
    text-align:  center;
    font-size:  0;
}
.recNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.recNav_list > li {
    width: 49%;
    /* float: left; */
    margin-left: 2%;
    display:  inline-block;
    vertical-align:  middle;
}
.recNav_list > li:first-child {
    margin-left: 0;
}
.recNav_list > li:nth-child(2n+1) {}
.recNav_list > li:nth-child(n+3) {}
.recNav_list > li > a {
    display: block;
    background: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    font-weight: bold;
    font-size: 17px;
    color: #00b9e5;
    border: 1px solid #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.recNav_list > li > a.-entry {
    color: #ff9000;
}
.recNav_list > li > a::before {
    content: "";
}
.recNav_list > li > a::after {
    content: "";
}
@media screen and (min-width:1000px) {
    .recNav_list > li > a:hover {
        background: #00b9e6;
        color: #fff;
        opacity: 1;
    }
    .recNav_list > li > a.-entry:hover {
        background: #ff9000;
    }
}
@media screen and (max-width:999px) {
    .gBody {}
    .recNav {
        padding: 60px 0;
    }
    .recNav_inner {}
    .recNav_list {}
    .recNav_list::after {}
    .recNav_list > li {}
    .recNav_list > li:first-child {}
    .recNav_list > li:nth-child(2n+1) {}
    .recNav_list > li:nth-child(n+3) {}
    .recNav_list > li > a {
        line-height: 60px;
        font-size: 14px;
    }
    .recNav_list > li > a.-entry {}
    .recNav_list > li > a::before {}
    .recNav_list > li > a::after {}
}
@media screen and (max-width:699px) {
    .gBody {}
    .recNav {
        padding: 35px 0;
    }
    .recNav_inner {}
    .recNav_list {}
    .recNav_list::after {}
    .recNav_list > li {
        float: none;
        width: 100%;
        margin: 10px auto 0;
    }
    .recNav_list > li:first-child {
        margin-top: 0;
    }
    .recNav_list > li:nth-child(2n+1) {}
    .recNav_list > li:nth-child(n+3) {}
    .recNav_list > li > a {
        line-height: 44px;
    }
    .recNav_list > li > a.-entry {}
    .recNav_list > li > a::before {}
    .recNav_list > li > a::after {}
}







　　.tab_wrap{
    width:500px;
    margin:80px auto;
}

input[type="radio"]{
    display:none;
}

.tab_area{
    font-size:0;
    margin:0 auto;
    margin-bottom: 65px;
    text-align: center;
}

.tab_area label{
    width:328px;
    margin:0 5px;
    display:inline-block;
    padding:12px 0;
    text-align:center;
    font-size:17px;
    font-weight: bold;
    cursor:pointer;
    transition:ease 0.2s opacity;
    background:#F5F7FA;
    color:#0090b3;
    border:1px solid #0090b3;
}

.tab_area label:hover{
    opacity:0.5;
}

.panel_area{
    background:transparent;
}

.tab_panel{
    width:100%;
    /*padding:80px 0;*/
    display:none;
}

.tab_panel p{
    font-size:14px;
    letter-spacing:1px;
    text-align:center;
}

#tab1:checked ~ .tab_area .tab1_label{
    color:#fff;
    background:#0090b3;

    font-weight: bold;
}

#tab1:checked ~ .panel_area #panel1{
    display:block;
}

#tab2:checked ~ .tab_area .tab2_label{
    color:#fff;
    background:#0090b3;
    font-weight: bold;
}

#tab2:checked ~ .panel_area #panel2{
    display:block;
}

.r-h4{
    color: #0090B3;
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
