/*! Writen  by SCSS */
sup {
  font-size: 0.5em; }

.sec_lead {
  font-size: clamp(20px, 2.9vw, 36px);
  line-height: 1.8; }

.lead {
  font-size: clamp(14px, 1.61vw, 20px);
  line-height: 1.8; }
  @media screen and (max-width: 480px) {
    .lead {
      line-height: 1.6; } }

.read {
  font-size: clamp(13px, 1.29vw, 16px);
  line-height: 1.88; }

.ls_n01 {
  letter-spacing: -0.1em; }

div.header ul.headnavi,
.nav_btn {
  display: none !important; }

.sec01_wrap {
  padding-top: clamp(40px, 5%, 60px);
  padding-bottom: clamp(40px, 5%, 60px);
  display: flex;
  justify-content: center;
  column-gap: 9.59%; }
  @media screen and (max-width: 480px) {
    .sec01_wrap {
      flex-direction: column;
      row-gap: 30px; } }
  .sec01_wrap .text_wrap {
    width: 32.25%; }
    @media screen and (max-width: 480px) {
      .sec01_wrap .text_wrap {
        width: 100%; } }
    .sec01_wrap .text_wrap .plan_list {
      text-align: center;
      margin-top: 12.83%;
      font-size: clamp(16px, 1.93vw, 24px);
      line-height: 1;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .sec01_wrap .text_wrap .plan_list {
          font-size: 18px;
          width: 90%;
          margin-inline: auto; } }
      .sec01_wrap .text_wrap .plan_list .item {
        padding: 0.3em 0.1em;
        border: 1px solid; }
        .sec01_wrap .text_wrap .plan_list .item + .item {
          margin-top: 0.6em; }
    .sec01_wrap .text_wrap .hanrei_wrap {
      margin-top: 20px;
      margin-bottom: clamp(25px, 3.34%, 40px);
      display: flex;
      align-items: baseline;
      justify-content: center;
      flex-wrap: wrap;
      font-size: clamp(10px, 0.96vw, 12px);
      gap: 1em; }
      @media screen and (max-width: 480px) {
        .sec01_wrap .text_wrap .hanrei_wrap {
          text-align: center; } }
      .sec01_wrap .text_wrap .hanrei_wrap .hanrei_list {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 0.5em; }
        @media screen and (max-width: 768px) {
          .sec01_wrap .text_wrap .hanrei_wrap .hanrei_list {
            flex-wrap: wrap; } }
        .sec01_wrap .text_wrap .hanrei_wrap .hanrei_list .item {
          display: flex;
          align-items: center;
          gap: 0.25em; }
          .sec01_wrap .text_wrap .hanrei_wrap .hanrei_list .item .icon {
            width: 2.08em; }
  .sec01_wrap .main_img {
    width: 54.17%; }
    @media screen and (max-width: 480px) {
      .sec01_wrap .main_img {
        width: 97.9%;
        align-self: center; } }
    .sec01_wrap .main_img.ir {
      width: 56.75%; }
      @media screen and (max-width: 480px) {
        .sec01_wrap .main_img.ir {
          width: 100%; } }
  .sec01_wrap .btn a {
    width: 100%;
    max-width: 300px;
    background: #435057;
    text-align: center;
    line-height: 1;
    padding: 16px 0;
    display: block;
    color: #fff;
    font-size: clamp(14px, 1.334vw, 16px); }
    @media screen and (max-width: 480px) {
      .sec01_wrap .btn a {
        max-width: 100%; } }

.premium {
  background: rgba(26, 8, 0, 0.7);
  color: #fff; }

  .gnavi li a .new {
    display: inline-block;
    background-color: #e60012;  /* 赤 */
    color: #fff;                /* 白文字 */
    font-size: 0.5rem;
    font-weight: bold;
    padding: 1px 3px;
    border-radius: 2px;
    margin-left: 3px;
    vertical-align: top;
    line-height: 1;
  }


/*# sourceMappingURL=plan_detail.css.map */
