@charset "UTF-8";
.mainvisual {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px; }

.border-title .point {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #ff5151;
  width: 122px;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
  color: #fefab6;
  display: inline-block;
  border-radius: 17px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .border-title .point {
      font-size: 12px;
      font-size: 1.2rem;
      width: 21.3333333333vw;
      line-height: 6.6666666667vw;
      border-radius: 5.3333333333vw;
      margin-bottom: 1.3333333333vw; } }

.membership-step {
  width: 850px;
  margin: 0 auto; }

.taiken-inquiry .head {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.3em; }
.taiken-inquiry .btn {
  width: 620px;
  margin-top: 20px;
  height: 100px;
  border-radius: 50px;
  font-size: 20px;
  font-size: 2rem;
  flex-direction: initial; }
  .taiken-inquiry .btn .class-icon:after {
    font-family: 'icomoon';
    color: inherit;
    font-size: 40px;
    font-size: 4rem;
    content: "";
    font-weight: normal;
    line-height: 1; }
@media screen and (max-width: 768px) {
  .taiken-inquiry .head {
    margin-top: 1.3333333333vw;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em; }
  .taiken-inquiry .btn {
    width: 76vw;
    margin-top: 4vw;
    height: 16vw;
    font-size: 16px;
    font-size: 1.6rem; } }

.lesson .item-list {
  display: flex;
  padding: 30px;
  border: 1px solid #d9cfad; }
  .lesson .item-list .child {
    width: calc(50% - 30px);
    font-size: 18px;
    font-size: 1.8rem; }
    .lesson .item-list .child + .child {
      margin-left: 30px;
      padding-left: 30px;
      border-left: 1px dotted #d9cfad; }
    .lesson .item-list .child .head {
      font-weight: bold; }
    ul.list li.taiken{
      margin-top: 15px;
      display: flex;
      align-items: center; }
    .lesson .item-list .child .item {
      margin-top: 15px;
      display: flex;
      align-items: center; }
.lesson .item-list .child .item:before {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid #d9cfad;
        margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .lesson .item-list {
      padding: 4vw;
      display: block; }
      .lesson .item-list .child {
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem; }
        .lesson .item-list .child + .child {
          margin: 5.3333333333vw 0 0;
          padding: 5.3333333333vw 0 0;
          border-left: none;
          border-top: 1px dotted #d9cfad; }
        .lesson .item-list .child .item {
          font-size: 14px;
          font-size: 1.4rem;
          margin-top: 2.6666666667vw; } }
.lesson .note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .lesson .note {
      text-indent: -1em;
      padding-left: 1em;
      margin-top: 2.6666666667vw; } }

.information .list {
  line-height: 2; }
  .information .list .point {
    text-decoration: underline;
    display: block;
    margin-top: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .information .list .point {
        margin-top: 4vw; } }
