@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #494949;
  background: #fff;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
    line-height: 1.4;
  }
}

a {
  color: #376439;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #376439;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  /* color: #494949; */
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #376439;
}

::selection {
  color: #fff;
  background: #376439;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  /* font-weight: bold; */
  border-radius: 30px;
  transition: 0.5s;
  padding: 8px 20px;
  min-width: 150px;
  /* margin-top: 10px; */
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn.btn-top {
  padding: 18px 36px !important;
}

@media screen and (max-width: 600px) {
  .btn.btn-top {
    padding: 10px 20px !important;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-payment {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  ;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 5px;
}

.btn-payment.btn-md {
  padding: 5px 20px !important;
}

.btn-payment.btn-lg {
  padding: 18px 36px !important;
}

.btn-payment.btn-top {
  padding: 18px 36px !important;
}

@media screen and (max-width: 480px) {
  .btn-payment.btn-top {
    padding: 10px 20px !important;
  }
}

.btn-payment:hover,
.btn-payment:active,
.btn-payment:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #376439;
  color: #fff;
  border: 2px solid #376439;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #407442;
  border-color: #407442;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #376439;
  border: 2px solid #376439;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #376439;
  color: #fff;
}

.btn-trial {
  background: #ff9800;
  color: #fff;
  border: 2px solid #ff9800;
}

.btn-trial:hover,
.btn-trial:focus,
.btn-trial:active {
  background: #ffa21a !important;
  border-color: #ffa21a !important;
  color: #fff;
}

.btn-lesson-cancel {
  background: #7f7f7f;
  color: #fff;
  margin-left: 0px;
  margin-top: 5px;
  font-size: small;
  padding: 5px 20px;
}

.btn-lesson-cancel:hover,
.btn-lesson-cancel:focus,
.btn-lesson-cancel:active {
  background: #407442 !important;
  border-color: #407442 !important;
  color: white;
}

.btn-login {
  background: #fff;
  color: #376439;
  border: 2px solid #376439;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active {
  background: #407442 !important;
  border-color: #407442 !important;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  font-size: 18px;
  font-weight: 300;
  background: white;
  padding: 10px 10px 15px 10px;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #376439;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-services-section,
#user-section,
#fh5co-testimony-section,
#fh5co-blog-section {
  padding: 7em 0;
}

@media screen and (max-width: 768px) {

  #fh5co-services-section,
  #user-section,
  #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services-section .services {
  position: relative;

  & i {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 40px;
    color: #376439;
  }

  .title {
    font-size: 15px;
    position: relative;
    top: 2px;
    width: 90%;

    &.teacher {
      margin-left: 15px;
      left: 45px;
      font-size: 15px;
      font-weight: 700;
      color: #494949;
    }
  }

  .question_col {
    padding-top: 15px;
    padding-bottom: 20px;

    & h3 {
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: 700;
    }
  }
}

.question-frame {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

#fh5co-services-section .services .desc {
  position: relative;
  left: 55px;
  top: 1px;
  width: 85%;
}

#fh5co-services-section .services .question_col h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services {
  margin-top: 4em;
}

#user-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  border: 5px #376439;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  transition: 0.3s;
  top: 2px;
}

#user-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}

#user-section .item-grid .v-align {
  padding: 15px;
}

#user-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}

#user-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}

#user-section .item-grid:hover,
#user-section .item-grid:focus {
  text-decoration: none;
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}

.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot.active span {
  background: #376439;
}

.fh5co-heading {
  /* margin-bottom: 30px; */
}

.fh5co-heading h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
}

@media screen and (max-width: 780px) {
  .fh5co-heading h2 {
    font-size: 18px;
  }
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}

@media screen and (max-width: 768px) {

  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0;
  }
}

#map {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

#pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}

@media screen and (max-width: 768px) {
  #pricing-section {
    padding: 3em 0;
  }
}

#pricing-section .pricing {
  display: block;
  /*float: left;*/
  margin-bottom: 30px;
}

/* Flexboxレイアウト */
.price-course-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.price-course-item {
  flex: 1;
  min-width: 280px;
}

/* 2カラムレイアウト（毎日レッスン） */
@media (min-width: 768px) and (max-width: 1199px) {
  .price-course-flex .price-course-item {
    flex-basis: calc(50% - 15px);
  }
}

/* 3カラムレイアウト（チケット・担当制） */
@media (min-width: 768px) {
  .price-course-flex:has(> .price-course-item:nth-child(3)) .price-course-item {
    flex-basis: calc(33.333% - 20px);
  }
}

/* スマホでは1カラム */
@media (max-width: 767px) {
  .price-course-item {
    flex-basis: 100%;
  }
}

#pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  transition: 0.3s;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

/* タイトルスタイル */
#pricing-section .price_tag {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  border-radius: 5px;
  width: 100%;
}

/* 1レッスンあたりの表示 */
#pricing-section .c-red.bold {
  color: #C73939;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}

/* 説明文 */
#pricing-section .price-box p {
  color: #666;
  margin-top: 15px;
  margin-bottom: 15px;
}

#pricing-section .price-box.popular .btn-select-plan {
  background: #376439;
}

#pricing-section .price-box.popular .price {
  color: #376439;
}

#pricing-section .price-box .btn-select-plan {
  padding: 12px 30px;
  background: #376439;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

#pricing-section .price-box .btn-select-plan:hover {
  background: #2d5230;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 担当制コースのボタン（オレンジ） */
#pricing-section .price-box .btn-select-plan[style*="background: #ff9946"] {
  background: #ff9946 !important;
}

#pricing-section .price-box .btn-select-plan[style*="background: #ff9946"]:hover {
  background: #e88835 !important;
}

#pricing-section .price-box:hover,
#pricing-section .price-box:focus {
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

/* 割引バッジ */
.discount-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #C73939;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}

#pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}

#pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}

#pricing-section .price {
  font-size: 36px;
  color: #376439;
  line-height: 1.2;
  font-weight: bold;
}

#pricing-section .price .currency {
  font-size: 20px;
  top: -0.5em;
  padding-right: 5px;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  #pricing-section .price {
    font-size: 28px;
  }

  #pricing-section .price .currency {
    font-size: 20px !important;
    padding-right: 0px !important;
  }

  .price_tag {
    font-size: 16px !important;
  }

  #pricing-section .price small {
    margin: 0 !important;
  }

  #pricing-section .price-box {
    padding: 20px;
  }
}

#pricing-section .price .currency-vietnam {
  top: 0.15em;
  padding-right: 10px;
}

#pricing-section .price small {
  font-size: 14px;
  display: inline;
  color: #666;
  margin-left: 5px;
  font-weight: normal;
}

.fh5co-light-grey-section {
  background: #f9f9f9 !important;
  margin-top: -50px;
  /* padding-top: 11em !important; */
}

@media screen and (max-width: 1200px) {
  .fh5co-light-grey-section {
    margin-top: 15px;
  }
}

@media screen and (max-width: 780px) {
  .fh5co-light-grey-section {
    margin-top: 0px;
    padding: 3em 0 !important
  }
}


.js .animate-box {
  opacity: 0;
}

#news-section {
  padding: 7em 0;

  .news-content {
    & h3 {
      font-size: 17px;
      font-weight: bold;
    }
  }
}

@media screen and (max-width: 768px) {
  #news-section {
    padding: 3em 0;
  }

  .login-sp-background {
    background: white !important;
  }
}

#news-section hr {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 10px;
  margin-bottom: 10px;
}

#news-section h3 {
  margin-bottom: 0;
}

#news-section nav {
  padding: 0;
  width: unset;
  background-color: unset;
}

#news-section nav ul {
  line-height: 0px;
  padding: 0px;
  margin-bottom: 0;
}

#news-section nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}

#news-section nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  padding: 10px;
  margin-bottom: 60px;
  position: relative;
  transition: 0.2s;
}

#news-section nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}

#news-section nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #376439;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#news-section nav ul li a:hover {
  text-decoration: none;
  color: #376439;
}

#news-section nav ul li a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

#news-section nav ul li a:active,
#news-section nav ul li a:focus {
  outline: none;
  text-decoration: none;
}

.login-form {
  padding: 30px;
  /* border: solid 1px #7f7f7f; */
  background-color: white;
  border-radius: 10px;
  border-color: white;
}

.login-form input {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #cccccc;
  padding: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .login-form {
    padding: 0;
  }
}

.form-tips {
  color: white;
  font-size: 80%;
  background-color: #376439;
  border-radius: 5px;
  padding: 5px;
}


.form-required {
  color: white;
  font-size: 0.7em;
  background-color: #fc6060;
  border-radius: 5px;
  padding: 2px 5px 3px 5px;
  margin-left: 5px;
  position: relative;
  top: -1.5px;

  &::before {
    content: "Required";
  }

}

table.table-menu {
  width: 100%;
  /* border: solid 1px #eee; */
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 10px;
}

table.table-menu td {
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid white;
}

table.table-menu tr:first-child td {
  border-radius: 10px 10px 0 0;
}

table.table-menu tr:last-child td {
  border-radius: 0 0 10px 10px;
}

table.table-menu tr:hover td {
  background-color: #dddddd;
}

table.table-menu td a:hover {
  color: #262626;
}

table.table-news {
  width: 100%;
  border: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;

  .title-label {
    background: #42633e;
    color: white;
  }

  .member-notification-frame {
    /* overflow: scroll; */
    /* height: 150px; */
    /* overflow-x: hidden; */
    padding: 10px;
    font-size: 12px;
    background: #f9f9f9;
  }

  .member-notification-button {
    font-size: 11px;
    background: #5c5c5c;
    border: 2px solid #5c5c5c;
    pointer-events: none;
    color: white;
    padding: 5px 15px;
  }
}

.news-date {
  background: #376439;
  color: white;
  padding: 3px 6px;
  margin: 5px;
  display: inline-block;
}

.news-date-new {
  background: #ff6868;
  color: white;
  padding: 3px 6px;
  margin: 5px;
  display: inline-block;
}

table.table-news th {
  padding: 5px 10px;
  text-align: center;
}

table.table-news td {
  padding: 20px;
  /*text-align: left;*/
  background-color: white;
  border-bottom: solid 1px #eee;
}

table.table-news td p {
  margin-bottom: 10px;
}

table.table-news tr:nth-child(odd) {
  background-color: #eee;
}

table.table-ticket-history {
  width: 100%;
  border: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;

  & th {
    padding: 3px 10px;
    text-align: center;
  }

  & td {
    padding: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #eee;
  }

  & tr:nth-child(odd) {
    background-color: #eee;
  }
}

/*
table.table-lesson {
  width: 100%;
  border: solid 2px #42633E;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  font-family: initial;

  .teacher-name {
    border-right: 1px solid #ff000000;
    font-size: smaller;
    height: 190px;
    width: 100px;
  }

  .time-schedule {
    font-size: smaller;
    text-align: left;
    vertical-align: top;
  }
}


table.table-lesson th {
  padding: 3px 10px;
  text-align: center;
}

table.table-lesson td {
  padding: 10px 10px;
  background-color: white;
}

table.table-lesson tr:nth-child(odd) {
  background-color: #eee;
}*/

.time-schedule {
  font-size: smaller;
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 10px;
}

.teacher-picture {
  /* width: 120px; */
  font-size: 75%;
  margin-top: 5px;
  height: 155px;
}

.payment {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #d8d8d8;
}

.btn-inner-menu {
  border-radius: 50px !important;
  background-color: #494949 !important;
  border: none !important;
}

.menu-first {
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 30px 0px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.menu-answer {
  padding: 20px 0px 0px 0px;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fffdcf;
  border-radius: 10px;
  border: solid 5px #ffc8c8;
}

.teble-res {
  border-collapse: separate;
  border-spacing: 0 20px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .teble-res td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 2px;
  }
}

.confirm-form {
  border-collapse: separate;
  border-spacing: 30px;
  width: 100%;
  background: white;
  border-radius: 10px;
  margin-bottom: 25px;
}

.confirm-form tr td:nth-of-type(1) {
  text-align: right;
}

.confirm-form tr td:nth-of-type(2) {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .confirm-form td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 2px;
  }

  .confirm-form tr td:nth-of-type(1) {
    text-align: left;
  }
}

.background_QandA {
  box-sizing: border-box;
  background-image: url(/images/BlackBoard.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.background_dictionary {
  box-sizing: border-box;
  background-image: url(/images/old_paper.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.for_company {
  box-sizing: border-box;
  background-image: url(/images/for_business.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.col-top td {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .dictionary-box {
    margin-right: 40px;
    float: right;
  }
}

@media screen and (max-width: 560px) {
  .dictionary-box {
    display: none;
  }
}

.payment_desc {
  background: #efefef;
  padding: 20px !important;
}

.viet-tb {
  border-collapse: separate;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.viet-tb th {
  background-color: #376439;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

.viet-tb td {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.viet-tb .viet-answer-td {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

/* .viet-td:hover {
  vertical-align: middle;
  background-color: #eee;
  color: #211515;
  text-align: center;
} */

.viet-tb .viet-td-audio {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #bfbfbf;
}

.ranking-table {
  border-collapse: separate;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ranking-table th {
  background-color: #535353;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

.ranking-table td {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #7f7f7f;
}

.hidden_row {
  display: none;
  background-color: #eee;
}

.hidden_row td {
  padding: 10px;
  text-align: center;
}

.exmplSntns {
  background-color: #5d4128;
  color: #ffffe0;
  font-weight: bolder;
  padding: 5px;
  border-radius: 5px;
  font-size: 70%;
}

.audioPlay {
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  margin: 10px;
}

.audioPlay:hover {
  opacity: 0.6;
}

.nowrap {
  white-space: nowrap;
}

.timeStyle {
  color: cadetblue;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {

  .viet-tb {
    /* border-collapse: separate; */
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .viet-tb th {
    padding: 5px;
    white-space: nowrap;
    font-size: 13px;
  }

  .viet-tb td {
    cursor: pointer;
    padding: 5px;
    font-size: 13px;
  }

  .no-padding-sp {
    padding: 0;
  }

  /* .table-res2 {
    width: 100%;
  }

  .table-res2 .thead {
    display: none;
  }

  .table-res2 tr {
    width: 100%;
  }

  .table-res2 td {
    display: block;
    width: 100%;
    padding: 10px 30px;
  }

  .table-res2 td:first-child {
    background: #376439;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .table-res2 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    font-size: 15px;
    margin-top: 2px;
  } */
}

.ex-small {
  font-size: 65%;
}

.rank {
  margin: 5px 0px;
}

.other-section {
  padding: 4em 0 2em;
}

@media screen and (max-width: 768px) {
  .other-section {
    padding: 3em 0 2em;
  }
}

.schedule_date {
  border: 1px solid #fff;
  font-family: initial;
  padding: 0px 5px;
  font-size: 11px;
}

.box-frame {
  color: white;
  font-size: 90%;
  background-color: #939393;
  border-radius: 5px;
  padding: 2px 7px;
  margin: 2px;
  /* border: 1px solid #fff;*/
}

details {
  padding: .5em .5em 0;
  margin: 5px 0px;
}

summary {
  font-weight: bold;
  margin: -.5em -.5em 0;
  /* padding: .2em; */
  border-bottom: 1px solid #dfdfdf;
}

details[open] {
  padding: .5em;
}

details[open] summary {
  /* border-bottom: 1px solid #aaa; */
  margin-bottom: .5em;
}

.lesson-content-panel {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 8px 0 6px;
}

.lesson-content-title {
  color: #376439;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.lesson-content-body {
  white-space: pre-wrap;
  word-break: break-word;
}

.ticket-board {
  background: #5c5c5c;
  color: #f9f9f5;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: small;
  /* height: 100px; */
  display: flex;
  align-items: center;
}

.tanto_bar {
  background-color: #ff9935;
  color: white;
  padding: 10px;
  margin: 0px 15px;
  font-size: 18px;
  font-weight: bold;
}

.news-contents_area::-webkit-scrollbar {
  width: 7px;
}

.news-contents_area::-webkit-scrollbar-thumb {
  background: #39663b;
  border-radius: 3px;
}

.news-contents_area::-webkit-scrollbar-track {
  background: rgba(100, 100, 100, 0.5);
}

.scroll_news::-webkit-scrollbar {
  width: 7px;
}

.scroll_news::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 3px;
}

.scroll_news::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.qa-colums {
  background-color: white;
  font-family: "Noto Sans JP", sans-serif;
  white-space: pre-wrap;
}

.toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle label {
  cursor: pointer;
  width: 50px;
  height: 30px;
  background: grey;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.toggle label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.toggle input:checked+label {
  background: #bada55;
}

.toggle input:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.toggle label:active:after {
  width: 20px;
}

.toggle body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media screen and (max-width: 640px) {
  .toggle label {
    width: 40px;
    height: 25px;
    right: 0px;
  }

  .toggle label:after {
    width: 15px;
    height: 15px;
  }
}

.flex-vertical-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_tango_answer {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .my_tango_answer {
    right: 13px;
  }
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.popup-payment {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.contentPopup {
  background: #fff;
  padding: 30px;
  width: 50%;
  border-radius: 10px;

  #close {
    background: white;
    border: solid 1px #afafaf;
    padding: 1px 10px;
  }

  #detach {
    background: #376439;
    border: solid 1px #afafaf;
    padding: 1px 10px;
    color: white;
  }

  @media screen and (max-width: 640px) {
    width: 70%;
  }
}

.showPopup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teacher_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* ドロップダウン用のCSS */

ul.header-dropmenu {
  list-style: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
  z-index: 9999;
}

ul.header-dropmenu>li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 9999;
}

ul.header-dropmenu li a {
  display: block;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

ul.header-dropmenu li ul {
  visibility: hidden;
  width: 180px;
  list-style: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
}

ul.header-dropmenu li ul a {
  font-size: 12px !important;
}

ul.header-dropmenu li:hover ul {
  visibility: visible;
}

ul.header-dropmenu li ul li {
  background: #f8f8f8;
  transition: all .0s ease;
  width: 100%;
}

ul.header-dropmenu>li:hover {
  background: #fff;
  /* マウスオーバー時の枠線 */
  border-bottom: none;
}

ul.header-dropmenu li:hover ul li:hover {
  background: #fff;
}

.price_tag {
  position: relative;
  padding: 10px;
  background: #37643952;
  /* color: #595959; */
  font-size: 19px;
  font-weight: bold;
}

/* .price_tag:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #595959;
} */

.btn-login-form {
  border-radius: 5px;
  width: -webkit-fill-available;
  padding: 10px !important;
}

.noShowNoLesson {
  padding: 6px 10px 4px;
  background: #ffffff;
  color: #777777;
  width: fit-content;
  border: solid 1px #d9d9d9;
  height: 40px;
}

/* チェックボックス全体 */
.checknox-wrap {
  /*display: block;*/
  position: relative;
  padding-left: 25px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  font-weight: normal;
}

/* デフォルトチェックボックス非表示 */
.checknox-wrap input {
  display: none;
}

/* チェックボックスのスタイル */
.checknox-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #CCC;
  box-sizing: border-box;
}

/* チェックマーク作成 */
.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時のスタイル */
.checknox-wrap input:checked+.checkmark {
  background-color: #ccc;
}

/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked+.checkmark:after {
  display: block;
}

.nav-open {
  padding: 7px 20px 7px 7px;
  color: #fff;
  font-size: 10px;
  background: #376439;
  position: relative;
  cursor: pointer;
}

.nav-open::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 7px;
  top: 5px;
}

.nav-open.active::before {
  /* 開いている時 */
  content: "－";
}

.search_date {
  font-size: 1.4em;
  font-weight: bold;
}

.login-form .mail-form-title {
  width: 100%;
  margin-bottom: 0;
}

.carousel-news {
  background: #f7f7f7;
  padding: 20px 0 0 0;
}

.search-box {
  padding: 20px;
  background-image: url(/images/top/feature-sec_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px;
}

.reserve-btn {
  width: 100%;
  border-radius: 5px;
}

.contact-confirm {
  background-color: #ffffff;
  padding: 35px 30px 5px;
  margin-bottom: 20px;
  text-align: left;
  border-radius: 10px;
  border: 2px solid #376439;
}

/* admin section css */

#admin-section {
  padding: 3em 0;
  background: #f9f9f9;
  /* margin-top: -45px; */

  @media screen and (max-width: 780px) {
    margin-top: 0px;
    padding: 2em 0;
  }

  & h2 {
    font-size: 2em;
  }

  .link-message {
    background-color: #376439;
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 25px;
    padding: 6px 10px;
    gap: 5px;
    font-size: 12px;
    color: #fff !important;

    & img {
      width: 18px;
      height: 18px;
    }

  }

  .member-search-form {
    padding: 10px 20px;
    height: 47px;
    background-color: white;
  }

  .fix {
    position: sticky;
    left: 0;
    /* color: #fff; */
    background: white;

    a {
      color: #007be5;
    }
  }

  th.fix {
    background: #376439;
  }

  .no-gray th {
    width: 220px!important;
    @media screen and (max-width: 780px) {
      width: 150px!important;
    }
  }

  table:not(.no-gray) tr:nth-child(even) {
    background-color: #f2f2f2;

    .fix {
      position: sticky;
      left: 0;
      background: #f2f2f2;
      z-index: 1;
      max-width: 300px;

      a {
        color: #007be5;
      }
    }
  }

  & table {
    background-color: white;
    width: max-content;
  }

  & td,
  & th {
    padding: 10px;
    max-width: 500px;
    border-bottom: 1px solid #d2d2d2;
  }

  & th {
    background: #376439;
    color: white;
  }

  .admin-form {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    background: white;
    padding: 10px 10px 15px 10px;
    width: 100%;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .label-custom {
    color: #fff;
    background-color: #376439;
    display: flex;
    align-items: center;

    & label {
      margin-bottom: 0;
    }
  }

  .custom-input {
    margin-top: -6px;
    height: 4.2rem;
    padding: 0 10px;
  }

  .form-select {
    max-width: 30%;
    width: 30%;
    margin-top: -6px;
    height: 4.2rem;
    padding: 0;
    font-size: initial;
  }

  .btn-create {
    background-color: #376439;
    color: #fff;
  }

  @media screen and (max-width: 1024px) {
    .label-custom {
      width: 50%;
    }


    .form-select {
      max-width: 100%;
      width: 100%;
    }
  }

  /* style css admin create insert */
  .error {
    overflow: auto;
    background: #fff0f0;
    padding: 15px;
    margin-bottom: 20px;
    color: red;

    & p:last-child {
      margin-bottom: 0;
    }
  }

  .pagination {
    justify-content: center;
    float: right;
    margin-top: 20px;

    & a {
      line-height: inherit;
    }
  }

  & nav {
    width: max-content;
    margin: 0;
  }

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
  }

  .pagination .active .page-link {
    background-color: #42633e !important;
    color: white !important;
    border: 1px solid #42633e !important;
  }

  .pagination .disabled .page-link {
    pointer-events: none;
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #555;
  }

  .admin-header-menu {
    display: flex;
    justify-content: flex-end;
    height: 40px;
  }

  .vocabulary-title {
    background: #376439;
    padding: 2.5px 10px;
    color: white;
  }

  .edit-done {
    background: #ff0000;
    padding: 2px 10px;
    color: white;
    font-size: 12px;
  }

  .admin-list {

    & input:not(.member-search-form) {
      margin: 2px;
    }

    & input[type="submit"] {
      /* padding: 7px 5pthead-darkx; */
      width: auto;
      background: #376439;
      color: white;
    }

    & input[type="datetime-local"] {
      line-height: 1.5em;
    }

    & input[type="month"] {
      line-height: 1.7em;
    }

    & select {
      margin: 2px;
    }

    .file-upload {
      border: none !important;
      width: auto !important;
    }

    .require {
      background-color: #fce7e7;
      /* line-height: 1em;
      border: solid 1px; */
    }

    .file-upload {
      border: none !important;
      width: auto !important;
    }

    .important {
      background: #666666;
      color: white;
    }

    .important_result {
      background: #ebebeb;
    }

  }

}

.pt-10 {
  padding-top: 10% !important;
}

.input-code-verify {
  width: 50% !important;
}

.custom-button-verify {
  width: 120px !important;
  border-radius: 30px;

}

@media screen and (max-width: 767px) {
  .pt-10 {
    padding-top: 15% !important;
  }
}

#admin-footer {
  padding: 2em 0em 0em;
  background: #376439;
  color: white;
}

.quiz-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.error {
  overflow: auto;
  background: #fff0f0;
  padding: 15px;
  margin-bottom: 20px;
  color: #ca1d1d;
  border-radius: 5px;

  & p:last-child {
    margin-bottom: 0;
  }

  & a {
    color: #376439;
    font-weight: bold;
  }
}

/* payment design */
.select-box-credit-card {
  & img {
    vertical-align: text-bottom;
  }

  & input {
    top: 1.5px;
    position: relative;
  }
}

.download_title {
  text-align: left;
  background: #7a7a7a;
  padding: 10px;
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.vocabulary-page {

  & input:not(.member-search-form) {
    margin: 2px;
    /* line-height: 1em;
    border: solid 1px;
    width: 150px; */
  }

  & input[type="submit"] {
    padding: 7px 5px;
    width: 100px;
    background: #376439;
    color: white;
  }

  & select {
    margin: 2px;
    width: 100px;
  }

  .file-upload {
    border: none !important;
    width: auto !important;
  }

  .require {
    background-color: #fce7e7;
    /* line-height: 1em;
    border: solid 1px; */
  }

  td {
    padding: 10px;
  }

  .member-search-form {
    margin: 0;
  }

  .example_sentence {
    width: 95% !important;
    font-family: "Noto Sans JP", sans-serif;
    ;
    padding: 3px 4px;
  }
}

.bank_info {
  background-color: #ffffff;
  padding: 20px 30px 20px;
  margin: 0px 20px;
  text-align: left;
  border-radius: 10px;
  border: 3px solid #376439;

  .vietnam_bank_qr {
    max-width: 300px;
    margin: auto;

    @media screen and (max-width: 480px) {
      width: 100%;
    }
  }
}

ul.notifi_menu {
  padding-left: 20px;

  & li {
    margin-bottom: 1em;
  }

  & ol {
    padding-left: 20px;
    margin-top: 10px;
  }

}

.icon-heading {
  display: inline-block;
  margin-right: 3px;
}

.hidden {
  display: none;
}

.fukidashi {
  height: 12px;
  position: relative;
  z-index: 10;
}

.fukidashi span {
  padding: 10px 15px;
  background: #666666;
  color: #ffffff;
  border-radius: 30px;
}

.premium-member {
  border-radius: 15px;
  background: #ffc107;
  color: white;
  font-size: 11px;
  max-width: 120px;
  padding: 5px 10px;
  font-weight: bold;
}

.crown-picture {
  width: 13px;
  margin-bottom: 3px;
  margin-top: 0px;
  margin-left: 5px;
}

.free-member {
  border-radius: 15px;
  background: #42633E;
  color: white;
  font-size: 11px;
  max-width: 120px;
  padding: 5px 10px;
  font-weight: bold;
}

.free-icon-picture {
  width: 13px;
}

/*スターレイティングCSS*/
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before,
.star5_rating:after {
  content: '★★★★★';
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */

.hoverMask-parent {
  position: relative;
  overflow: hidden;
}

.hoverMask {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  transition: all 0.6s ease;
}

.hoverMask:hover {
  opacity: 1;
}

.lesson-free-premium {
  padding: 20px;
  /* font-size: 15px; */
  margin-top: 20px;
  border: 3px solid #ff9191;
  border-radius: 10px;
}

.lesson-free-premium h3 {
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  margin-bottom: 10px;
  color: #ff9191;
}

.profile-picture {
  background-size: cover;
  background-position: center center;
  height: 100px;
  width: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 781px) and (max-width: 1200px) {
  .profile-picture {
    background-size: cover;
    background-position: center center;
    height: 80px;
    width: 80px;
    border-radius: 100px;
  }
}

.lesson-price-mypage {
  background: #eeeeee;
  padding: 10px;
  border-radius: 5px;
}

input[type='file'] {
  color: #7f7f7f;
  cursor: pointer;
  border: none;
  padding: 0;
  border-radius: 0;
}

::file-selector-button,
::-webkit-file-upload-button {
  background-color: #CCC;
  color: #494949;
  border: none;
  cursor: pointer;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
}

.play_button_dictionary {
  width: 40px;
  margin-top: 5px;
  margin-left: 10px;
}

.search-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.search-result-teacher-box {
  padding: 10px;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
}

.search-teacher-box-name {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: -3px;
}

table.schedule {
  /*margin-bottom:10px;*/
  width: 100%;
  table-layout: fixed;
}

table.schedule tr>*:first-child {
  user-select: none;
}

table.schedule th {
  /*width:100%;*/
  line-height: 2.5em;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #404040;
  /* font-family: initial; */
}

table.schedule td {
  /*width:100%;*/
  line-height: 2.5em;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #404040;
}

table.schedule td.date {
  /*width:100%;*/
  background-color: #f5f5f5;
  color: #404040;
}

table.schedule td a {
  display: inline-block;
  text-decoration: none;
}

table.schedule .hidden_row {
  display: none;
  background-color: #eee;
}

table.schedule .hidden_row td {
  padding: 0px;
  text-align: center;
}

.accordion-night-time {
  color: #7f7f7f;
  position: relative;
  top: 6px;
}

.accordion-night-time::after {
  border-right: solid 3px #7f7f7f;
  border-top: solid 3px #7f7f7f;
  content: "";
  display: block;
  height: 12px;
  position: relative;
  right: -95%;
  top: -20px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
}

.accordion-night-time.open::after {
  top: 45%;
  transform: rotate(-45deg);
  position: relative;
  right: -95%;
  top: -15px;
}

.myTangoQuiz {
  border: solid 2px #376439;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  /* width: 85px; */
  color: #376439;
  font-weight: bold;
}

.myTangoQuiz:hover {
  background: #376439;
  color: #ffffff;
}

.note-payment-procedure {
  border: 1px solid #494949;
  border-radius: 5px;
  /* height: 47px; */
  background-color: #ffffff;
  display: flex;
  padding: 10px 15px;
  margin-bottom: 28px;
  color: #494949;
  font-weight: bold;
}

.content-note-payment {
  /* font-size: 14px; */
  font-weight: 500;
  color: #494949;
  margin-bottom: 26px;
}

.payment-desc {
  /* display: flex; */
  background-color: #EFEFEF;
  padding: 10px 14px 10px 14px;
  border-radius: 5px;
  /* font-size: 14px; */
  font-weight: 700;
  color: #494949;
  margin-bottom: 20px;
  text-align: left;
}

.new-btn-payment {
  width: 185px;
  /* height: 30px; */
  background-color: #376439;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 4px;
}

.payment-options {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #494949;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-payment-option {
  font-size: 14px;
  font-weight: 700;
  color: #494949;
}

.pc-sp-mt-custom {
  margin-top: 50px;
}

.payment-ticket {
  display: flex;
  justify-content: end;
}

.payment-ticket-credit-card {
  display: flex;
  justify-content: space-between;
}

.group-content-payment {
  font-size: 14px;
  font-weight: bold;
  color: #494949;
}

.group-content-info-payment {
  /* display: flex; */
  /* width: 100%; */
  background-color: #ffffff;
  /* padding: 20px; */
  border-radius: 5px;
}

.total-amount-payment {
  /* font-size: 20px; */
  font-weight: bold;
  color: #494949;
}

.group-content-credit {
  background-color: #F2F2F2;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: left;
}

.group-content-credit-vn {
  background-color: #F2F2F2;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: left;
}

.title-content-credit {
  font-size: 14px;
  font-weight: 700;
  color: #494949;
}

.content-credit {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
}

.btn-payment-bank {
  color: #fff;
  background: #376439;
  display: inline-block;
  height: 40px;
  /* line-height: 40px; */
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
}

.group-payment-info-vn {
  display: flex;
  margin-top: 9px;
  gap: 10px;

  .vietnam_bank_qr {
    max-width: 220px;
    width: 100%;
  }
}

.note-payment-vn {
  color: red;
  font-size: 10px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .group-info-payment {
  padding-left: 20px;
} */

@media screen and (max-width: 767px) {
  .note-payment-procedure {
    /* justify-content: center; */
    padding: 10px;
    margin-bottom: 20px;
    /* height: 100%; */
  }

  .content-note-payment {
    margin-bottom: 20px;
  }

  .payment-options {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pc-sp-mt-custom {
    margin-top: 30px;
  }

  .group-payment-info-vn {
    display: grid;

    .vietnam_bank_qr {
      max-width: 100%;
    }
  }

  .sp-display-img {
    display: flex;
    justify-content: center;
  }
}

.mic-fill {
  cursor: pointer;
}

.mic-fill-red {
  content: url('/images/mic-fill-red.png');
}

.group-play-sound {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.d-none {
  display: none !important;
}

.group-audio-play {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mg-5 {
  margin: 5px !important;
}

.audio-south {
  display: flex;
  align-items: center;
  gap: 5px;
}

.audio-north {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}

.group-sound-file {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jitsi-call {
  background: #376439;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 10px;
  color: #ffffff;
  font-weight: bold;
}

.skype-call {
  background: #6fbedb;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 70%;
}

.ticket-board-button {
  border: solid 1px;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 5px;
  background: none;
}

.ticket-board-button:hover {
  color: white;
  border: solid 1px white;
}

.lesson-reserve-btn {
  background: #eeeeee;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 80%;
}

.group-level-couse {
  display: flex;
  gap: 6px;
  align-items: center
}

.course-vocabulary-label {
  display: flex;
  gap: 3px;
  align-items: baseline;
}

.new-study-custom {
  display: flex;
  justify-content: center;
}

.img-study-checked {
  width: 27px;
  height: 27px;
}

.group-study-vocabulary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start-study,
.start-study-latest,
.start-study-my-tango,
.start-quiz,
.start-quiz-latest,
.start-quiz-my-tango {
  width: 32%;
  height: 77px;
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  background-color: #F8F8F8;
  cursor: pointer;
  align-items: center;
}

.group-start-study {
  display: flex;
  gap: 3%;
}

.group-start-quiz {
  display: flex;
  gap: 3%;
  margin-bottom: 16px;
}

.group-new-study {
  margin: 31px 33px 33px 35px;
}

.study-title {
  margin-bottom: 12px;
}

.quiz-title {
  margin-top: 16px;
  margin-bottom: 12px;
}

.study-title-content,
.quiz-title-content {
  border: 1px solid #39663B;
  color: #39663B;
  display: flex;
  justify-content: center;
  width: 150px;
  height: 23px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
}

.title-progress-bar {
  font-size: 12px;
  /* line-height: 17.38px; */
  font-weight: 400;
}

.export-pdf {
  display: flex;
  justify-content: end;
  margin-top: 19px;
}

.inner {
  padding-right: 40px;
}

.group-notify-result {
  display: grid;
  justify-content: center;
  align-items: center;
}

.total-point {
  font-size: 56px;
  font-weight: 700;
  line-height: 81.09px;
  margin: 0 5px;
}

.content-total-point {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.content-notify-result {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .sp-level-35 {
    width: 35% !important;
  }

  .group-new-study {
    margin: 31px 15px 33px 15px;
  }

  .group-start-study {
    display: grid;
    gap: 35px;
  }

  .start-study,
  .start-study-latest,
  .start-study-my-tango,
  .start-quiz,
  .start-quiz-latest,
  .start-quiz-my-tango {
    width: 100%;
  }

  .group-start-quiz {
    display: grid;
    gap: 35px;
    margin-bottom: 23px
  }

  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.function {
  background: #376439;
  padding: 10px !important;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}

.premium table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  table-layout: fixed;
  width: 100%;
}

.premium table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}

.premium table tr:last-child {
  border: none;
}

.premium table th {
  padding: 20px 10px;
  border-right: 2px solid #fff;
}

.premium table td {
  padding: 30px 0px;
  border-right: 2px solid #eee;
  text-align: center;
}

.premium table thead tr {
  background-color: #50535d;
  color: #fff;
}

.premium table tbody th {
  border-right: 2px solid #eee;
}

.premium th.non {
  border-right: none;
}

.premium .price {
  font-weight: bold;
  font-size: 24px
}

@media screen and (max-width: 640px) {
  .premium .price {
    font-weight: bold;
    font-size: 16px
  }

  .premium table tr {
    padding: .25em;
  }

  .premium table td {
    padding: 15px 0px;
  }

  .premium table th {
    padding: 10px 10px;
  }
}

.price span {
  font-size: 10px;
}

.red_bk {
  background: #e81010
}

.red-txt {
  color: #e81010
}

.premium .btn {
  background: #e81010;
  border: 2px solid #e81010;
  color: #fff;
  padding: 1em;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  font-size: .8em
}

.premium .btn:hover {
  background: #fff;
  border: 2px solid #e81010;
  color: #e81010;
  transition: .2s;
}

.premium table .btnarea td {
  padding: .2em .5em;
  border-right: none
}

.use_my_tango td {
  padding: 20px;
}

.menu-sp-icon {
  display: flex;
  gap: 20px;
  /* padding-left: 50px; */
  justify-content: center;
  margin-right: 50px !important;
  align-items: center;
}

.nameHolder {
  width: 120px;

  @media screen and (max-width: 769px) {
    width: unset;
  }
}

.news-year {
  font-size: 18px;
  padding: 5px 10px;
}

.news-year-list {
  justify-content: flex-start;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.news-year-list::-webkit-scrollbar {
  display: none;
  /* Webkit ベースのブラウザ */
}

.review-area {
  text-align: left;
  background: #f9f9f9;
  padding: 20px;
  margin: 5px;

  & h3 {
    font-weight: bold;
    font-size: 120%;
  }
}

.evalutate-summary {
  background-color: #f5f5f5;
  cursor: pointer;
}

.option-source {
  background: url(/images/icon-sound.png) no-repeat 9px center / 20px 20px;
  padding-left: 38px;

  @media screen and (max-width: 780px) {
    margin-right: 10px;
  }
}

.fluid-adjust {
  padding-left: 30px;
  padding-right: 30px;
    @media screen and (max-width: 780px) {
    padding-left: 0;
    padding-right: 0;
  }
}

.warning {
  font-size: small;
  padding: 10px;
  background: #ffebeb;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #ca1d1d;
}
