/* BASIC css start */
#footer {
    margin-top: 0 !important;
}

#page {
    width: 100%;
    padding-top: 35px;
}

.subTop {
    margin-bottom: 20px;
}

.subTop h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

.subNav {
    padding: 0 10%;
}

.subNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.subNav li {
    display: inline-block;
    width: calc((100% / 2) - 14px);
    text-align: center;
    margin: 0 7px 14px;
    box-sizing: border-box;
}

.subNav li a {
    display: block;
    font-size: 15px;
    color: #959595;
    line-height: 1;
    padding: 10px 0;
    border: solid 1px #d0d0d0;
    border-radius: 24px;
}

.subNav li.on a {
    color: #fff;
    border-color: #08308a;
    background: #08308a;
}

#page .img img {
    width: 100%;
}
/* BASIC css end */

