/* -------------------------------
tablet styling
------------------------------- */
@media screen and (min-width: 48em) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  h3 {
    font-size: 24px;
  }
  /* Reusable Classes */
  .container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .btn_basic {
    width: 40%;
    max-width: 260px;
  }
  .separator {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* Header */
  /* Page - home */
  /* Page - home - hero */
  .hero {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .hero_class_info {
    flex-basis: 40%;
  }
  .hero > figure {
    flex-basis: 60%;
  }
  .hero_class_info_detail {
    font-size: 16px;
  }

  /* Page - home - thought_intro */
  .home_thought_intro > figure {
    width: 60%;
  }
  /* Page - home - ability */
  .home_ability_circle_item {
    width: calc(100% / 5);
    font-size: 24px;
  }
  .home_ability_circle {
    width: 80%;
    margin: auto;
  }
  /* Page - home - feature */
  .home_feature_img_group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .home_feature_items {
    flex-basis: 50%;
  }
  /* page - thought */
  .page_thought_intro {
    gap: 40px;
  }
  .page_thought_intro strong {
    font-size: 24px;
  }
  .profile_content figure {
    width: 40%;
    max-width: 380px;
  }
  .benefits dl {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .benefits div {
    max-width: 45%;
  }
  .benefits dd {
    margin-bottom: 24px;
  }
  .benefits dd:last-child {
    margin-bottom: 0;
  }
  .profile_content {
    flex-direction: column;
    gap: 24px;
  }
  .ranked {
    box-sizing: border-box;
    margin-top: 24px;
  }
  .profile_info strong {
    font-size: 24px;
    display: block;
  }
  /* page - class */
  .class_info_item figure,
  .feature_item figure {
    flex-basis: 40%;
  }
  .class_info_item div,
  .feature_item div {
    flex-basis: 60%;
  }
  .class_info_item,
  .feature_item:first-child,
  .feature_item:nth-child(3) {
    flex-direction: row;
  }
  .class_info_item:nth-child(2),
  .feature_item:nth-child(2),
  .feature_item:last-child {
    flex-direction: row-reverse;
  }
  .feature_item {
    align-items: flex-start;
  }
  .feature_item h3 {
    margin-left: 0;
  }
  /* page - plan */
  h2.course_heading::after {
    width: 60px;
  }
  .plans_content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 40px;
  }
  .plans_schedule,
  .plans_price {
    flex-basis: 45%;
  }
  /* page - schedule */
  .xo-month-wrap {
    width: 30%;
  }
  /* Footer */
  footer .separator {
    display: none;
  }
  footer {
    flex-direction: row;
    justify-content: space-around;
    padding: 24px;
  }
  .footer_class_info_address {
    font-size: 16px;
  }
  .footer_contact_info figure,
  .footer_contact_info #phone {
    width: 45px;
    height: 45px;
  }

  .copyright {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .on_pc {
    display: flex;
    gap: 20px;
  }
  .line_qr_code,
  .line_search > div {
    display: flex;
    gap: 8px;
  }
  .on_pc p {
    font-size: 16px;
  }
  .line_qr_code figure {
    width: 80px;
    height: 80px;
  }
  .line_qr_code img {
    width: 100%;
  }
  .line_qr_code {
    align-items: center;
  }
  .line_search > div {
    flex-direction: column;
    align-items: end;
  }
  .search {
    padding: 8px 24px;
    width: 180px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
  }
  .search span {
    width: 1.5em;
    height: 1.5em;
    background-image: url("../images/Search.svg");
    background-repeat: no-repeat;
  }
  .copyright {
    font-size: 14px;
  }
}
