.mb-30{
    margin-bottom: 30px !important;
}
/*--- サブタイトル位置調整 ---*/
.h_ptb{
    padding-top: 150px;
    padding-bottom: 30px;
}

.img-radius{
    border-radius: 8px;;
}
.swiper-slide h2{
    font-size: 3.8rem;
}
.mh2{
    margin: 10px 0;
    font-size: 3rem;
    color: #333;
}

.tith2{
    display: block;
    font-size: 1.5rem;
    min-width: 300px;
    text-align: center;
    margin-bottom: 10px;
    padding: 20px 10px 20px 40px;
    color: #fff;
    border-radius: 9999px;
}

/*--- 見出し国旗 ---*/
.logoh2{
    position: relative;
}
.logoh2::before{
    position: absolute;
    bottom: 0px;
    left: -20px;
    content: "";
    width: 80px;
    height: 81px;
    background: url(../images/img_logo.png) no-repeat;
    background-size: contain;
}
/*--- スマホだけ ---*/
.only_sp{
    display: none;
}

.mh3{
    display: inline-block;
    font-size: 1rem;
    min-width: 300px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 9999px;
    text-align: center;
}
.bg-p{
    background: #ff97a9;
}
.bg-g{
    background: #b2cc56;
}
.bg-b{
    background-color: #709ad8;
}
.bg-ba{
    background-color: rgba(112, 154, 216, 0.2);
}

.text-right{
    text-align: right;
}

/*--- LINE背景（緑）パネル兄弟要素 ---*/
.btn-main.line_g,
.bg-main-two-600.line_g{
    background: #16b002 !important;
}

/*--- TOP国旗 ---*/
.flag_a{
    text-align: right;
}
.flag_b{
    margin: 15px 40px 30px 0;
    text-align: center;
}
.flag_c{
    text-align: right;
}
.flag_e{
    margin: 0px 0 40px 30px;
    text-align: center;
}

/*--- swiperの高さ指定、フッターaosが効かないため ---*/
.h310{
    height: 310px;
}

/*--- コースh2 ---*/
.courseh2{
    font-size: 1.2rem;
}
.course-menu i{
    padding-right: 9px;
    font-size: 1.5rem;
    vertical-align: middle;
}
.course-menu a:hover{
    opacity: 0.7;
}


img.w100{
    max-width: 100%;
}
table.tbl1{
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #797979;
}
table.tbl1 th {
    width: 180px;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    background: #EFEFEF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #797979;
}
table.tbl1 td {
    padding: 10px;
    background: #FFF;
    border-bottom: 1px solid #797979;
}

.text p{
    margin-bottom: 21px;
    color: #333333;
}


/*Classページサンプル*/
.class_back h2{
    margin-bottom: 40px;
    font-size: 3.2rem;
    color: #fff;
    text-align: center;
}
.class_back p{
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

/*--- 体験レッスン ---*/
.bg-img2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
}

.footerh4{
    font-size: 1rem;
}

/*--- スマホ版 ---*/
@media (max-width: 768px) {
    img.w100{
       max-width: 100%;
    }
    .tith2{
        font-size: 1rem;
        padding: 10px;
    }
    .only_sp{
        display: block;
    }
    .swiper-slide h2{
        font-size: 3rem;
    }
    .h_ptb{
        padding-top: 160px;
        padding-bottom: 0px;
    }
    .tw-mb-140-px{
        margin-bottom: 70px; /* main.css側に本体 */
    }
    .logoh2::before{
        bottom: -5px;
        left: 0px;
        width: 70px;
        height: 75px;
    }
    /*留学サポート表のthを消す*/
    .tbl1.support th{
        display: none;
    }
}