/* **************************************************

  		　       　クラス一覧

************************************************** */
section#class_body {
    padding-bottom:5rem;
}

/* **************************************************

  		　        　　タブ

************************************************** */
.class_tab {
    padding-top:3rem;
}
.class_tab > label {
    padding:2rem 1rem;
    font-size:1.4rem;
}

.tab_body {
    margin:4rem 0 0;
}

/* **************************************************

  		　        　　クラス一覧

************************************************** */
.tab_body_class {
    margin:3rem 0 6rem;
}

/* -----------------------------------------------------
　　　　　　　　　クラス一覧テーブル
----------------------------------------------------- */
.tab_body_class table {
    margin:0rem auto 2rem;
    width:100%;

}
.tab_body_class table th {
    padding:0.5rem 2rem;
    width:9em;
    font-size:1.4rem;
    line-height:1.6em;
}
.tab_body_class table td {
    padding:0.5rem 1rem;
}
.tab_body_class table td .week_left .week_course a {
    display:inline;
    font-size:1rem;
    line-height:1em;
}
.tab_body_class table td .week_left .week_time {
    display:inline;
    color:#fff;
    font-size:1rem;
    line-height:1em;
    margin-top:0rem;
}
.tab_body_class table td .week_right a {
    padding:0 1rem;
    font-size:0.8rem;
    line-height:1rem;
}

/* **************************************************

  		　       無料体験・見学申し込み

************************************************** */
.course_list {
    margin:5rem 0;
}
.course_list > li {
    width:70%;
    margin:0 auto 4rem;
    padding:2.5rem 0 2.5rem;
}
.course_list_inner {
    width:90%;
    margin:0 auto;
}


/* コース名 */
.course_list > li h3 {
    padding:0rem 2.5rem;
    font-size:1.6rem;
    line-height:2em;
    height:2em;
    margin:1.5rem 0 2rem;
}
/* 対象年齢・レベル・受講時間 */
.course_list_inner dl {
    margin:2.5rem 0 0;
}
.course_list_inner dl > div {
    margin-bottom:1rem;
}

.course_list_inner dl > div dt {
    width:7rem;
}
.course_list_inner dl > div dd {
    width:calc(100% - 7rem);
    padding:0 0 0 0em;
    font-size:1rem;
}

/* -----------------------------------------------------
　　　　　　　　無料体験・見学のお申し込みボタン
----------------------------------------------------- */
.course_entry {
    margin:3rem 0 0 0;
    padding:2rem 0;
}
.course_entry a {
    font-size:1.2rem;
    line-height:1em;
}


span.trial_text {
    font-size: 0.7rem;
}

