@charset "UTF-8";
/* ==================================================
   sp
================================================== */
@media screen and (max-width: 767px) {
  .common_wrapper h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .class_wrapper {
    width: 90%;
    margin-top: 12vw;
    padding: 10vw 7%;
    border: 2px solid #231815;
  }

  .class_wrapper p:last-of-type {
    font-weight: 700;
  }

  .class_wrapper ul {
    margin-top: 7vw;
  }

  .class_wrapper ul li {
    margin-top: 4vw;
    padding-left: 1em;
    line-height: 2em;
    text-indent: -1em;
  }

  .class_wrapper ul li:first-of-type {
    margin-top: 0;
  }

  .register_wrapper {
    margin-top: 12vw;
  }

  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }

  .common_linkbtn_wrapper span {
    display: block;
    padding-top: 4vw;
    color: #231815;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.8em;
    text-align: left;
  }
}

/* ==================================================
   tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .common_wrapper h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .class_wrapper {
    width: 85%;
    margin-top: 6vw;
    padding: 6vw 6%;
    border: 2px solid #231815;
  }

  .class_wrapper p:last-of-type {
    font-weight: 700;
  }

  .class_wrapper ul {
    margin-top: 3.5vw;
  }

  .class_wrapper ul li {
    margin-top: 2.5vw;
    line-height: 2em;
  }

  .class_wrapper ul li:first-of-type {
    margin-top: 0;
  }

  .register_wrapper {
    margin-top: 6vw;
  }

  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }

  .common_linkbtn_wrapper span {
    display: block;
    padding-top: 2vw;
    color: #231815;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.8em;
    text-align: left;
  }
}

/* ==================================================
   pc
================================================== */
@media screen and (min-width: 1025px) {
  .common_wrapper h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
  }

  .class_wrapper {
    width: 80%;
    border: 2px solid #231815;
    margin-top: 5vw;
    padding: 5vw 5%;
  }

  .class_wrapper p:last-of-type {
    font-weight: 700;
  }

  .class_wrapper ul {
    margin-top: 2.5vw;
  }

  .class_wrapper ul li {
    line-height: 2.0em;
    margin-top: 1.75vw;
  }

  .class_wrapper ul li:first-of-type {
    margin-top: 0;
  }

  .register_wrapper {
    margin-top: 5vw;
  }

  .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 1.05vw;
  }

  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
}
