@charset "UTF-8";
/* CSS Document */
html {
  font-size: 10px;
  width: 100%;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}
li {
  list-style: none;
  color: #fff;
}
a {
  text-decoration: none;
  color: #fff;
}
.freetrial_green {
  color: #4dffea;
}
.freetrial_green a {
  color: #4dffea;
}
.course_text {
  color: #4dffea;
}
.member-box h3 {
  letter-spacing: 0.1em;
}
@media (any-hover: hover) {
  .btn a:hover {
    background-color: #4dffea;
    color: #000;
  }
  .btn:hover {
    border: none;
  }
  .btn a:hover::after {
    border-color: transparent transparent transparent #000;
    transform: translateX(10px);
  }
}
/*ホバー非対応デバイス*/
@media (any-hover: none) {
  a {
    text-decoration: none;
  }
}