#header h1 img.logo {
    display: none;
}
#contents {
    padding-top: 50px;
    line-height: 1.6;
}
#contents .inner {
    margin-top: 40px;
}
#contents .club_inner {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.subnav{
    width: 100%;
    background-color: white;
    text-align: center;
}
.subnav li{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
}
.subnav li a{
    display: block;
    line-height: 70px;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
}
.subnav li a:hover,
.subnav li a.active{
    color: #EE6F0B;
    border-bottom: 2px solid #EE6F0B;
}
.about_main{
    padding-bottom: 80px;
}
.about_main h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 50px 0;
    font-weight: bold;
    color: #EE6F0B;
}
.about_main ol{
    margin-top: 1rem;
 }
.about_main ol li{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.about_main ol li p{
    font-weight: normal;
}
.about_main ol li em{
    font-style: normal;
    color: #EE6F0B;
}
.about_main ol ol li{
    list-style-type: upper-roman;
    margin-bottom: 0.5rem;
    font-weight: normal;
}


@media screen and (max-width: 600px){
    #header h1 img.logo-wht,
    #header h1 img.logo-wht-sp {
        /*display: none;*/
    }
    h2.heading {
        margin-top: 1em;
    }
    .subnav li a{
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 50px;
    }
    .about_main{
        font-size: 1.4rem;
    }
}
