#gnav ul li.gli a.gbtn .en {
    font-size: 95%;
}


#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}

/*トップページ　新着情報　行間調整*/

#toppage .subcont ul li {
    line-height: 1.6;
}

/*レスポンシブ対応画像*/
.resp_img {
width:auto;
}
@media screen and (max-width: 768px) {
.resp_img {
width:100%;
}
}


/*クレジットカード決済の案内*/
#free2 .left {
width:640px;
}
#free2 .right{
width:320px;
}
@media screen and (max-width: 768px) {
#free2 .left {
width:88%;
margin: 0 auto;
}
#free2 .right{
width:100%;
}
}

#free2 .guide_item {
display:flex;
}
@media screen and (max-width: 768px) {
#free2 .guide_item {
display:block;
}
}


/*システムページ*/

#system_wrapper {
    text-align: center;
}

#system_wrapper .table_wrapper {
    margin-bottom: 40px;
}

#system_wrapper table {
    width: 90%;
    margin: 20px auto;
    line-height: 1;
    border-collapse: collapse;
}

#system_wrapper table th,
#system_wrapper table td {
    padding: 1rem;
    border: #000000 solid 1px;
    color: #8e6527;
    font-weight: bold;
    font-size: 2rem;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
}

#system_wrapper table th span,
#system_wrapper table td span {
    font-size: 1.8rem;
}

#system_wrapper .course_table .course_header th {
    min-width: 200px;
}

#system_wrapper #course_text ul li {
    list-style: none;
}

#system_wrapper .others_table th,
#system_wrapper .others_table td {
    width: 50%;
}

#system_wrapper .option_table th,
#system_wrapper .option_table td {
    width: 25%;
}


/*システムページSP*/

@media screen and (max-width: 768px) {
    #system_wrapper .table_wrapper {
        margin-bottom: 20px;
    }

    #system_wrapper h3 {
        font-size: 1.8rem;
    }

    #system_wrapper table {
        width: 98%;
    }

    #system_wrapper table th,
    #system_wrapper table td {
        padding: 2vw;
        font-size: 3vw;
    }

    #system_wrapper table th span,
    #system_wrapper table td span {
        font-size: 3vw;
    }

    #system_wrapper .course_table .course_header th {
        min-width: 20vw;
    }

    #system_wrapper .option_table th {
        width: 30%;
    }

    #system_wrapper .option_table td {
        width: 20%;
    }
}


body#op {
    background: none;
}