@charset 'UTF-8';

/*=========================================================
Header - ヘッダー
=========================================================*/

@media (max-width:991px) {
    .logo a {
        width: 100px;
    }
}

@media (min-width:992px) {
    header {
        height: 120px;
        position: inherit;
    }
    .logo {
        line-height: 1;
        height: 75px;
        margin: 22.5px 0;
    }
    .logo a {
        padding-top: 75px;
        background-position: left center;
    }
    .hnav {
        top: 10px;
    }
    .hnav a.hnmy {
        background: #feab53;
        /*オレンジ*/
    }
    .hnav a {
        width: 170px;
        font-size: 16px;
        font-size: 1.6rem;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        margin-left: 30px;
    }
    .hnav a.hnreg {
        background: #fd6c53;
        /*赤*/
    }
    header.fixed .hnav {
        top: 5px;
    }
}

.gnav ul {
    margin-top: 22px;
}

.gnav li {
    display: inline-block;
    width: 16.6666%;
}

@media (min-width:992px) and (max-width:1199px) {
    .gnav li a {
        font-size: 14px;
        font-size: 1.4rem;
        white-space: nowrap;
    }
}

header.fixed .gnav li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    width: 14.4444%;
}

header.fixed .hnav a {
    margin-left: 0px;
}

.gnav a::before {
    content: none;
}

.gnav li:last-child a::after {
    content: none;
}

@media (min-width:992px){
    .gnav.gnav_prf li{
        width: 14.285%;
    }  
    header.fixed .gnav.gnav_prf li{
        width: 12.5%;
    }       
}
/*=========================================================
Footer - フッター
=========================================================*/

@media (min-width:992px) {
    footer .logo a {
        background-size: auto 75px;
        width: 250px;
    }
    .copy {
        border-top: none;
    }
}

.bgkey {
    background: #f5f5f5;
}
.bggrey {
    background: #fbfbfb;
}

footer .fnav {
    color: #343434;
}

.fnav li a {
    color: #343434;
}

.copy {
    color: #343434;
}

.fnav ul {
    padding: 0;
}

.fnav2 ul {
    float: left;
    width: 50%;
    padding: 0;
}

.fnav li {
    padding-bottom: 4px;
    letter-spacing: 0.2;
}

.fnav li::before {
    content: none;
}

.fnav h3 {
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: .5em;
}


/*=========================================================
全体 
=========================================================*/

.index section h2 {
    padding-top: 8.5rem;
    background: url("/assets/img/index/icon_ttl.png") no-repeat center top;
}

.kome li { list-style:none; font-size: 16px; font-size: 1.6rem;}
.kome li:before { content:"※" ;margin-left: -18px;}
    
/*=========================================================
Mainvis - メインビジュアル
=========================================================*/

.mainvis {
    position: relative;
    text-align: ;
    margin-top: 45px;
}

.catch {
    width: 270px;
    height: 300px;
    top: 25px;
    left: 3%;
    position: absolute;
    margin: 0 0;
    z-index: 500;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, .15));
    padding: 10px 0;
}

.catch img {
    width: 40%;
}

.catch p {
    color: #e9546b;
    /*ピンク*/
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.catch h3 {
    font-size: 1.2rem;
    color: #343434;
    margin-bottom: 15px;
}

.mvbtn a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    display: block;
    background: #81af50;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 100px
}

.mvbtn a span {
    font-size: 22px;
}

.mvbtn a:hover,
.mvbtn a:active {
    text-decoration: none;
    opacity: .8;
}

.slider {
    height: 350px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.slider li {
    height: 350px;
    width: 100%;
    list-style: none;
    background-size: cover;
    position: relative;
    text-align: center;
}

.slider li::after {
    background-color: rgba(0, 0, 0, 0);
}

.slider1 {
    background: url("/assets/img/index/mainvis_02.jpg") no-repeat center center;
    background-size: cover;
}

.slider2 {
    background: url("/assets/img/index/mainvis_01.jpg") no-repeat center center;
    background-size: cover;
}

@media(min-width:768px) {
    .catch {
        width: 450px;
        height: 420px;
        top: 60px;
        left: 4%;
        padding: 15px 0;
    }
    .catch p {
        font-size: 25px;
        font-size: 2.5rem;
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 1.75;
    }
    .catch h3 {
        font-size: 18px;
    }
    .mvbtn a {
        font-size: 24px;
        font-size: 2.4rem;
        width: 370px;
        padding: 13px 0;
        margin-bottom: 25px;
    }
    .mvbtn a span {
        font-size: 28px;
    }
    .slider {
        height: 550px;
    }
    .slider li {
        height: 550px;
    }
}

@media(min-width:992px) {
    .mainvis {
        margin-top: 0
    }
    .catch {
        width: 530px;
        height: 510px;
        top: 20px;
        left: 4%;
    }
    .catch img {
        width: auto;
    }
    .catch p {
        font-size: 31px;
        font-size: 3.1rem;
        margin-top: 5px;       /* 20px → 5px に */
        margin-bottom: 5px;    /* 10px → 5px に */
        line-height: 1.5;      /* 1.9 → 1.5 に（行間を詰める） */
    }

    .catch h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .mvbtn a {
        padding: 16px 0;
        margin-bottom: 30px;
    }
    .slider {
        height: 700px;
    }
    .slider li {
        height: 700px;
    }
}

@media(min-width:1200px) {
    .catch {
        width: 625px;
        height: 580px;
        top: 30px;
        left: 4%;
    }
    .catch p {
        font-size: 36px;
        font-size: 3.6rem;
        margin-top: 5px;       /* 20px → 5px */
        margin-bottom: 5px;    /* 20px → 5px */
        line-height: 1.5;      /* 2 → 1.5 */
    }
    .catch h3 {
        margin-bottom: 40px
    }
    .slider {
        height: 800px;
    }
    .slider li {
        height: 800px;
    }
}

@media(min-width:1600px) {
    .catch {
        left: 7%;
    }
}


/*=========================================================
About - 生徒一人一人を大切にするオンライン英会話教室です 
=========================================================*/

.bg_about {
    background-image: url("/assets/img/index/bg_flower_01.png"), url("/assets/img/index/bg_flower_02.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 179px 172px, 198px 140px, cover;
    background-position: top 70px left 15px, bottom 455px right 15px, center center;
}

@media (max-width:991px) {
    .bg_about {
        background-size: 90px 85px, 99px 70px, cover;
        background-position: top 70px left 15px, top 820px right 15px, center center;
    }
}

.flag_area {
    padding-left: 0;
    padding-right: 0;
}

.flag_area_inner span {
    display: inline-block;
    background-size: cover;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin-right: 5px;
    margin-left: 5px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .15));
}

.flag_area_inner2 {
    height: 30px;
    font-size: 14px;
}

.flag_area_inner span.flag-icon-jp {
    background-size: contain;
    background-color: #fff;
}

.flag_area_inner span.flag-icon-my,
.flag_area_inner span.flag-icon-sg {
    background-position: left top;
}

@media (min-width:992px) and (max-width:1199px) {
    .flag_area_inner span {
        width: 105px;
        height: 105px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .flag_area_inner2 {
        height: 30px;
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .flag_area_inner {
        max-width: 750px;
        margin: 0 auto;
    }
    .flag_area_inner span {
        width: 120px;
        height: 120px;
    }
    .flag_area_inner2 {
        height: 20px;
        font-size: 12.5px;
    }
}

@media (max-width:767px) {
    .flag_area_inner span {
        width: 90px;
        height: 90px;
        margin-right: 3px;
        margin-left: 3px;
    }
    .flag_area_inner2 {
        height: 20px;
        font-size: 11px;
    }
}


/*=========================================================
Movie - レッスン風景のご紹介
=========================================================*/

.bgpink {
    background: #fdede4;
}

.movie {
    background-image: url("/assets/img/index/bg_flower_03.png"), url("/assets/img/index/bg_flower_04.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 169px 136px, 197px 115px, cover;
    background-position: top 50px left 15px, bottom 35px right 15px, center center;
}

@media (max-width:991px) {
    .movie {
        background-size: 85px 68px, 98px 58px, cover;
        background-position: top 70px left 15px, bottom 70px right 15px, center center;
    }
}

.movie h3 {
    color: #e9546b;
}

.mvbtn_y a {
    background: #feab53;
    padding: 7px 0;
}


/*=========================================================
Share - 無料で家族シェア！
=========================================================*/

.bg_share {
    background-image: url("/assets/img/index/bg_flower_01.png");
    background-repeat: no-repeat;
    background-size: 179px 172px;
    background-position: bottom 100px left 15px;
}

@media (max-width:991px) {
    .bg_share {
        background-size: 90px 85px, cover;
        background-position: bottom 120px left 15px, center center;
    }
}

.bg_share_01 {
    background-image: url("/assets/img/index/bg_flower_02.png");
    background-repeat: no-repeat;
    background-size: 198px 140px, cover;
    background-position: top 170px right 15px, center center;
}

@media (max-width:991px) {
    .bg_share_01 {
        background-size: 99px 70px, cover;
        background-position: bottom 150px right 15px, center center;
    }
}

.bg_share_02 {
    background-image: url("/assets/img/index/bg_flower_03.png");
    background-repeat: no-repeat;
    background-size: 169px 136px, cover;
    background-position: bottom 110px left 15px, center center;
}

@media (max-width:991px) {
    .bg_share_02 {
        background-size: 85px 68px, cover;
        background-position: bottom 150px left 15px, center center;
    }
}

.mvbtn_g a {
    background: #81af50;
    margin-top: 20px;
    padding: 7px 0;
    margin-left: 0;
}

.mvbtn_r a {
    background: #fd6c53;
    margin-top: 20px;
    padding: 7px 0;
    margin-left: 0;
}

.rec_text_01,
.rec_text_02 {
    padding: 20px 25px;
}

.mvbtn_r a {
    width: 92%;
}

@media (min-width:992px) {
    .rec_text_01 {
        max-width: 570px;
        padding: 50px 0 20px 30px;
    }
    .rec_text_02 {
        max-width: 570px;
        position: absolute;
        right: 50%;
        padding: 50px 30px 20px 0;
    }
    .mvbtn_r a {
        width: 450px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .rec_text_01 {
        padding: 10px 10px 10px 30px;
    }
    .rec_text_02 {
        padding: 10px 30px 10px 10px;
    }
}


/*=========================================================
Feat - 特長
=========================================================*/

.bg_featsec {
    background-image: url("/assets/img/index/bg_flower_04.png");
    background-repeat: no-repeat;
    background-size: 197px 115px, cover;
    background-position: top 400px right 15px, center center;
}

.feat h2 span {
    font-size: 150%;
}

section h2.point1,
section h2.point2,
section h2.point3 {
    padding-top: 0;
    background: none;
}

.feat h2.point1::before {
    content: "";
    background: url(/assets/img/index/finger_01.png) no-repeat;
    padding: 15px;
    background-size: 52px 89px;
    padding-right: 40px;
    padding-bottom: 89px;
    margin-right: 0px;
    position: relative;
    bottom: 35px;
}

.feat h2.point2::before {
    content: "";
    background: url(/assets/img/index/finger_02.png) no-repeat;
    padding: 15px;
    background-size: 52px 89px;
    padding-right: 40px;
    padding-bottom: 89px;
    margin-right: 0px;
    position: relative;
    bottom: 35px;
}

.feat h2.point3::before {
    content: "";
    background: url(/assets/img/index/finger_03.png) no-repeat;
    padding: 15px;
    background-size: 52px 89px;
    padding-right: 40px;
    padding-bottom: 89px;
    margin-right: 0px;
    position: relative;
    bottom: 35px;
}


/*=========================================================
Lesson - レッスン
=========================================================*/

.bg_lesson {
    background-image: url("/assets/img/index/bg_flower_01.png"), url("/assets/img/index/bg_flower_02.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 179px 172px, 198px 140px, cover;
    background-position: top 70px left 15px, bottom 70px right 15px, center center;
}

@media (max-width:991px) {
    .bg_lesson {
        background-size: 90px 85px, 99px 70px, cover;
        background-position: top 70px left 15px, bottom 30px right 15px, center center;
    }
}


/*=========================================================
Carousel - 講師紹介
=========================================================*/

.prbox {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.prbox a.prf_detail span {
    color: #fff;
    text-align: center;
    background: #feab53;
    padding: 5px 15px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
}


/*=========================================================
question - アンケート
=========================================================*/

section.question {
    background: url("/assets/img/index/bg_flower_04.png"), url(/assets/img/index/bg_question.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 197px 115px, cover;
    background-position: top 150px right 15px, center center;
}

@media (max-width:991px) {
    section.question {
        background-size: 99px 68px, cover;
        background-position: top 150px right 15px, center right -600px;
    }
}

.mvbtn_y2 a {
    margin-left: 0;
}

/*=========================================================
BlogLine - バナー（ブログ・LINE）
=========================================================*/
@media (min-width:992px) {
    .bnr_line img {
    }
    .question p {
        padding-top: 30px;
    }
}


/*=========================================================
Infomation - お知らせ
=========================================================*/

.bg_info {
    background-image: url("/assets/img/index/bg_flower_01.png"), url("/assets/img/index/bg_flower_02.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 179px 172px, 198px 140px, cover;
    background-position: top 30px left 15px, bottom 30px right 15px, center center;
}

@media (max-width:991px) {
    .bg_info {
        background-size: 90px 85px, 99px 70px, cover;
        background-position: top 70px left 15px, bottom 30px right 15px, center center;
    }
}

.ibox2 {
    background: #f5f5f5;
}


/*=========================================================
Support - サポートしています
=========================================================*/

.support {
    background-image: url("/assets/img/index/bg_flower_03.png"), url("/assets/img/index/bg_flower_04.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 169px 136px, 197px 115px, cover;
    background-position: top 30px left 15px, bottom 35px right 15px, center center;
}

@media (max-width:991px) {
    .support {
        background-size: 85px 68px, 98px 58px, cover;
        background-position: top 70px left 15px, bottom 70px right 15px, center center;
    }
}

.support h3 {
    color: #e9546b;
}

.support img {
    display: block;
    margin: 0 auto;
}

@media (min-width:992px) {
    .support .staff_02 {
        padding-right: 5.5%;
        padding-left: 5.5%;
    }
}

.support img {
    max-width: 140px;
    margin: 0 auto;
    display: block;
}


/*=========================================================
下層ページ
=========================================================*/
.asta li {
	background: url("/img/component/marker_asta.png") no-repeat left 7px;
	padding-left: 20px;
	list-style-type: none;
}
.eventcol2 th {
	background: #f9f9f9;
	border: 1px solid #ebebeb;
    width: 20%;
    padding: 3px 5px;
    text-align: center;
}
.eventcol2 td {
    border: 1px solid #ebebeb;
    padding: 3px 5px;
}
@media (min-width:1200px){
.eventcol2 table {
    width: 100%;
    min-width: 779px;
}  
}
/*=========================================================
↓↓↓↓↓20211115css追記↓↓↓↓↓
=========================================================*/
/*=========================================================
questionnaire - 生徒の生の声（口コミ）ご紹介
=========================================================*/

.question_page li {
	padding: 0 0 20px 20px;
}
/*=========================================================
Movie - スモールワールド講師プロフィール・動画
=========================================================*/
@media (min-width:1200px){
.movie_page .feat .tbox .img-wrap img{
    height: 163px;
    object-fit: cover;
}
}
.youtube-list .img-wrap::before, .youtube-list .img-wrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 40%;
	left: 0;
	margin: auto;
}
.youtube-list .img-wrap::before {
	z-index: 1;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 0, 0, .3);
}
.youtube-list .img-wrap::after {
	z-index: 2;
	border-left: 32px solid rgba(255, 255, 255, .3);
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	width: 0;
	height: 0;
}
/*=========================================================
link - リンク集
=========================================================*/
.link_page td {
	border: 1px solid #ebebeb;
    padding: 3px 5px;
}
/*=========================================================
lesson - レッスン受講の流れ
=========================================================*/
.button a .icoSkype {
	position: absolute;
	top: -20px;
	left: -45px;
	overflow: hidden;
	padding: 64px 0 0;
	width: 64px;
	height: 0;
	background: url("/img/icon/amazing_3d_icon/64_64/skype.png") no-repeat left top;
}
.button a.blue:link, .button a.blue:visited {
	position: relative;
	background: #0e83a6;
	background: -webkit-gradient(linear,left top,left bottom,from(#05aede),to(#0e83a6));
	background: -webkit-linear-gradient(#05aede,#0e83a6);
	background: -moz-linear-gradient(#05aede,#0e83a6);
	background: -o-linear-gradient(#05aede,#0e83a6);
	background: -ms-linear-gradient(#05aede,#0e83a6);
	background: linear-gradient(#05aede,#0e83a6);
	-pie-background: linear-gradient(#05aede,#0e83a6);
	behavior: url("/css/htc/PIE.htc");
}

.button a.btnL {
	position: relative;
	padding: 15px 25px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/css/htc/PIE.htc");
}

.button a:link, .button a:visited {
	position: relative;
	background: #2d2d2d;
	background: -webkit-gradient(linear,left top,left bottom,from(#555),to(#2d2d2d));
	background: -webkit-linear-gradient(#555,#2d2d2d);
	background: -moz-linear-gradient(#555,#2d2d2d);
	background: -o-linear-gradient(#555,#2d2d2d);
	background: -ms-linear-gradient(#555,#2d2d2d);
	background: linear-gradient(#555,#2d2d2d);
	-pie-background: linear-gradient(#555,#2d2d2d);
	color: #fff;
	behavior: url("/css/htc/PIE.htc");
}
/*=========================================================
plan - 料金表
=========================================================*/

.plantable{
    width: 100%;
}
.plantable .w20{
    width: 20%;
}
.plantable .w60{
    width: 60%;
}
/*=========================================================
faq - よくあるご質問
=========================================================*/

.faq h2 {
	background: #fd6c53;
}
.faq h3::after {
	color: #fd6c53;
}
.faq h3.active::after {
    color: #fd6c53;
}
      .jumpsch,
      .jumpsch:link,
      .jumpsch:visited {
        border: 1px solid #e0e0e0;
        color: #666;
        background: #fff;
        text-decoration: none;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        width: 100%;
        margin: 10px 0;
        border-radius: 4px;
      }

      .jumpsch:hover,
      .jumpsch:link:hover,
      .jumpsch:visited:hover {
        opacity: .8
      }

      .jumpsch:before {
        font-family: FontAwesome;
        content: '\f073';
        color: #5BC695;
        margin-right: 5px;
      }
/*=========================================================
coulstfrm - 授業から探す
=========================================================*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  border-radius: 10px;
  background: #fbb2b2;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fbb2b2;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  color:#fff;
}

      .table.table-sm>tbody>tr>td,
      .table.table-sm>tbody>tr>th,
      .table.table-sm>tfoot>tr>td,
      .table.table-sm>tfoot>tr>th,
      .table.table-sm>thead>tr>td,
      .table.table-sm>thead>tr>th {
        padding: 4px;
        font-size: 1.3rem;
      }

      .table.table-sm>tbody>tr>th {
        color: #fff;
        background: #feab53;
      }

      .text-sm {
        font-size: 1.3rem !important;
      }

      .rankbox {
        background: #fff;
        padding: 1em 2em;
        border: 1px solid #ebebeb;
        border-radius: 6px;
      }
      /*=========================================================
      Breadcrumb - パンくずリスト
      =========================================================*/
      .sm_breadcrumb ul {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 15px 0;
      }
      
      .sm_breadcrumb li {
        float: left
      }
      
      .sm_breadcrumb li a {
        font-size: 13px;
        font-size: 1.3rem;
        color: #9a9a9a;
        display: block;
        background: #f5f5f5;
        text-decoration: none;
        position: relative;
        height: 32px;
        line-height: 32px;
        padding: 0 5px 0 0;
        text-align: center;
        margin-right: 23px
      }
      
      
      .sm_breadcrumb li:last-child a {
        padding-right: 10px;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0;
        border-radius: 0 4px 4px 0
      }
      
      .sm_breadcrumb li:last-child a:after {
        border: none
      }
      .sm_breadcrumb li:first-child a {
        padding-left: 10px;
      }
      
      .sm_breadcrumb li:first-child a:before {
        border: none
      }
      
      .sm_breadcrumb li a:after,
      .sm_breadcrumb li a:before {
        transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        content: "";
        position: absolute;
        top: 0;
        border: 0 solid #f5f5f5;
        border-width: 16px 10px;
        width: 0;
        height: 0
      }
      
      .sm_breadcrumb li a:before {
        left: -20px;
        border-left-color: transparent
      }
      
      .sm_breadcrumb li a:after {
        left: 100%;
        border-color: transparent;
        border-left-color: #f5f5f5
      }
      
      .sm_breadcrumb li a:hover {
        background-color: #ebebeb
      }
      
      .sm_breadcrumb li a:hover:before {
        border-color: #ebebeb;
        border-left-color: transparent
      }
      
      .sm_breadcrumb li a:hover:after {
        border-left-color: #ebebeb
      }
      
      .sm_breadcrumb li a:active {
        background-color: #ebebeb
      }
      
      .sm_breadcrumb li a:active:before {
        border-color: #ebebeb;
        border-left-color: transparent
      }
      
      .sm_breadcrumb li a:active:after {
        border-left-color: #ebebeb
      }
      /*=========================================================
      Sptable - Spのテーブル表示
      =========================================================*/
        @media (max-width:767px){
            table.lsntable tr th{
                display: none;    
            }
            table.lsntable tr td{
                display: block;
            }
            .table.lsntable>tbody>tr{
                border-top: 1px solid #707070;        
                border-bottom: 1px solid #707070;
            }    
            .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
                    border: none;
            }    
            .table.lsntable>tbody>tr:last-child>td, .table.lsntable>tbody>tr:last-child>th, .table.lsntable>tfoot>tr:last-child>td, .table.lsntable>tfoot>tr:last-child:last-child>th{
                border: none;
            } 
        }
/*=========================================================
 Merit - メリット見出し装飾（オレンジ楕円＋白文字）
=========================================================*/

/* h2「メリット 1/2/3」全体をオレンジの楕円に */
.bg_meritsec .merit h2.point1,
.bg_meritsec .merit h2.point2,
.bg_meritsec .merit h2.point3 {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #ffffff;       /* 文字は白 */
  background: #fd6c53;  /* 右下CTAと同系のオレンジ */
  border-radius: 999px; /* pill形の楕円 */
}

/* 中の数字「1/2/3」もそのまま白で少し右に寄せる */
.bg_meritsec .merit h2.point1 span,
.bg_meritsec .merit h2.point2 span,
.bg_meritsec .merit h2.point3 span {
  display: inline-block;
  margin-left: 0.35em;   /* 「メリット」と数字の間に少し余白 */
  font-size: 0.95em;     /* ほんの少し小さめにしてバランス調整 */
  color: inherit;        /* 親の白をそのまま継承 */
}

/* タブレット以上で少し大きく */
@media (min-width: 768px) {
  .bg_meritsec .merit h2.point1,
  .bg_meritsec .merit h2.point2,
  .bg_meritsec .merit h2.point3 {
    font-size: 20px;
  }
}

/* PCでさらに微調整 */
@media (min-width: 992px) {
  .bg_meritsec .merit h2.point1,
  .bg_meritsec .merit h2.point2,
  .bg_meritsec .merit h2.point3 {
    font-size: 21px;
    margin-bottom: 32px;
  }
}

/*=========================================================
 アンケート結果 - トップページ合格実績の表
=========================================================*/
/* アンケート結果テーブル共通 */
.result-table {
  width: 100%;
  table-layout: fixed;          /* 各列の幅をcolgroupで固定 */
  border-collapse: collapse;
  font-size: 14px;
}

.result-table th,
.result-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  word-break: break-word;       /* 日本語も適度に折り返し */
}

/* 列幅の指定：25% / 45% / 30% */
.result-table .col-teacher { width: 25%; }
.result-table .col-record  { width: 45%; }
.result-table .col-comment { width: 30%; }

/* 講師名セルの中身：アイコン＋名前を横並びに */
.result-table .teacher-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 顔アイコン */
.result-table .teacher-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* スマホ向け微調整（必要なら） */
@media (max-width: 767px) {
  .result-table {
    font-size: 13px;
  }
  .result-table .teacher-icon {
    width: 32px;
    height: 32px;
  }
}

