@charset "utf-8";
/* 学費　表組
---------------------------------------------------------- */
.block_tuition {
    width: 100%;
    margin-top: 100px; 
    }
.block_tuition .flt_left,
.block_tuition .flt_right {
    width: 49%;
    }
.block_tuition table th,
.block_tuition table td {
    padding: 10px 5px;
    }
.block_tuition table td {
    text-align: center;
    }
/* 表組見出し */
.tit_tuition {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
}
.tit_tuition::before {
    content:"〇";
    padding-right: 7px;
    font-size: 15px;
    font-weight: normal;
}
.tit_tuition span {
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
/* 学費説明 */
.list_tuition {
    margin-top: 30px;
}
.list_tuition li {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 1.5em;
}
.list_tuition li:first-child {
    margin-top: 0px;
}
.list_tuition li::before {
    content:"※";
    padding-right: 7px;
    margin-left: -1.5em;
}
/* 学費説明　英語 */
.box_gray .list_tuition:first-child {
    margin-top: 0px;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1400px){
/* 学費　表組
---------------------------------------------------------- */
.block_tuition .table_style th {
	padding: 10px;
}
.block_tuition .table_style td {
	padding: 10px;
}
.block_tuition .flt_left,
.block_tuition .flt_right {
    width: 100%;
    float: none;
    }
.block_tuition .flt_right {
    margin-top: 50px;
    }
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 学費　表組
---------------------------------------------------------- */
.block_tuition {
    margin-top: 50px; 
    }
/* 表組見出し */
.tit_tuition {
    font-size: 18px;
}
/*
.block_tuition .table_style {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #666;
  }
*/
/* ここから　スクロールバー表示させる */
/*
.table_style {
  overflow-x: auto;
}
.table_style::-webkit-scrollbar {
  height: 7px;
}
.table_style::-webkit-scrollbar-track {
  background: #eee;
}
.table_style::-webkit-scrollbar-thumb {
  background: #666;
}
*/
/* ここまで　スクロールバー表示させる */
}
