#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;
}

/*ナビ・見出し背景差し替え*/
#gnav,
#top_navi {
  background: url("/upload/pub/bg_navbar.png");
}
#top_navi ul li {
    border-color: #bf8f3b;
  }
#gnav a.current {
  background: url("/upload/pub/bg_nav_hv.png") repeat;
}
#gnav ul li:hover{
background:url("/upload/pub/bg_nav.png") repeat;
}
.subtitle {
  background: url("/upload/pub/bg_title.png");
}
.subtitle span.more a {
  background-color: #d9bc89;
}
.subtitle span.more a:hover {
  background-color: #bf8f3b;
}
 #gnav_sp {
    background: #fff;
  }

/*フッター色変更*/
#footer nav {
  background-color: #c7ac7d;
}
#footer {
  background-color: #d9bc89;
}
#bottomNavi {
  background-color: rgba(199, 172, 125, 0.9);
}
#bottomNavi ul li .fa-crown,
#bottomNavi ul li .fa-crown+span {
  color: #8c6d1f;
}

/*認証画面エンターボタン色変更*/
#entrance .more_btn a{
	background-color:#c7ac7d;
}

#entrance .more_btn a:hover {
	background-color: #bf8f3b;
}
/*TOPに戻るボタン色変更*/
#scrollUp a {
	background: #bf8f3b;
}
#scrollUp a:hover {
	background: #c7ac7d;
}
