@charset "utf-8";

#open_campus h4 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 900;
    color: #fff;
    margin: 0 0 0.5rem;
}

#open_campus p img.sp {
    display: none;
}

@media screen and (max-width: 480px) {
    #open_campus h4 {
        font-size: 1.15rem;
    }

    #open_campus p img.pc {
        display: none;
    }

    #open_campus p img.sp {
        display: inline;
    }
}

#open_campus a {
    color: #7ca400;
}

#open_campus .op_caption {
    background: #000;
    padding: 1rem;
    border-radius: 5px;
    margin: 0 auto 1rem;
}

#open_campus .op_caption p {
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

@media screen and (max-width: 480px) {
    #open_campus .op_caption p {
        font-size: 0.9rem;
        text-align: justify;
    }
}

#open_campus .op_photo {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

#open_campus .op_photo img {
    width: 32%;
}

#open_course p span.nw {
    white-space: nowrap;
}

#open_campus p.op_cap {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.opclose {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background: #fbfccf;
}

#open_campus .title {
    font-size: 120%;
}

@media screen and (max-width: 480px) {
    #open_campus .op_photo img {
        width: 48%;
    }

    #open_campus .op_photo img:nth-of-type(3) {
        display: none;
    }

    #open_campus p.op_cap {
        font-size: 1rem;
    }
}

table.op_table {
    max-width: 1000px;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1rem;
}

table.op_table2 {
    padding-bottom: 0.5rem;
}

table.op_table th {
    padding: 1rem 0.25rem;
    vertical-align: middle;
    font-weight: 900;
}

table.op_table th:nth-of-type(1) {
    background: #000;
    color: #fff;
}

.ocourse th:nth-of-type(n+2) {
    background: #00A000;
    color: #fff;
}

.exam th:nth-of-type(n+2) {
    background: #76ad00;
    color: #fff;
    font-size: 100%;
}

.hogosha th:nth-of-type(n+2) {
    background: #ff5a9b;
    color: #fff;
    font-size: 100%;
}

.soudan th:nth-of-type(n+2) {
    background: #7846d1;
    color: #fff;
    font-size: 100%;
}

.sirius th:nth-of-type(n+2) {
    background: #ff7200;
    color: #fff;
    font-size: 100%;
}

.oclub th:nth-of-type(n+2) {
    background: #007EFF;
    color: #fff;
    font-size: 110%;
}

table.op_table td.black {
    background: #000;
    color: #fff;
}

table.op_table th.blue,
table.op_table td.blue {
    background: #2a8bfa;
    color: #fff;
    font-weight: 900;
    font-size: 110%;
}

table.op_table th.orange,
table.op_table td.orange {
    background: #e46b08;
    color: #fff;
    font-weight: 900;
    font-size: 110%;
}

table.op_table th.dblue,
table.op_table td.dblue {
    background: #010b8d;
    color: #fff;
    font-weight: 900;
    font-size: 110%;
}

table.op_table td {
    padding: 1rem 0.25rem;
    background: #e7e7e7;
    vertical-align: middle;
}

table.op_table2 th,
table.op_table2 td {
    font-size: 0.85rem;
    padding: 1rem 0.25rem;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    table.op_table {
        font-size: 0.8rem;
    }

    table.op_table th,
    table.op_table td {
        padding: 1rem 0.25rem;
    }

    table.op_table2 th,
    table.op_table2 td {
        font-size: 0.8rem;
        padding: 0.5rem 0.25rem;
    }
}