@charset "utf-8";
/* CSS Document */
.note {
  width: 800px;
  max-width: 100%;
  font-size: 0.9em;
  color: #444;
  line-height: 1.6;
}

.note_micro {
  font-size: 0.8em;
  font-weight: bold;
}

.br-sp-reverse {
  display: inline;
}

.note .red {
  color: red;
  font-weight: bold;
}

.plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
}

.plans-h {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
  border: none !important;
}

.plan .plans-h {
  border: none !important;
  box-shadow: none !important;
}

.plan {
  border: 1px solid #ccc;
  width: 100%;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.plan-u {
  width: 315px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.plan h2 {
  margin: 0;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  color: white;
}

.plan.economy h2 {
  background: #17375E;
}

.plan.standard h2 {
  background: #B32F2A;
}

.plan.premium h2 {
  background: #00594C;
}

.info {
  margin: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fdfdfd;
  font-size: 14px;
}

.info-top {
  color: #000;
  text-align: center;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.info-bottom {
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-bottom: 1px solid #ccc;
}

.info-top {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  background-color: #f7f7f7;
}

.price {
  text-align: center;
}

.price .original {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.price .discounted {
  font-size: 24px;
  font-weight: bold;
  color: #d32f2f;
}

.plan img {
  display: block;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  margin: 5px;
}

.plus-sign {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.premium-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}

.premium-top {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.premium-img-half {
  width: 43%;
  height: auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.premium-img-full {
  max-width: 42%;
  height: auto;
  margin-top: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}

.premium-bottom-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 900px) {
  .plans {
    flex-direction: column;
    align-items: center;
  }
}

.info-section {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 1.06em;
}

.info-box {
  min-width: 300px;
}

.info-title {
  font-weight: bold;
  margin-bottom: 8px;
}

ul.check-list {
  list-style: none;
  padding-left: 0;
}

ul.check-list li::before {
  content: "✔";
  color: #c00;
  margin-right: 6px;
}

.highlight {
  color: #c00;
  font-weight: bold;
  font-size: 1.2em;
}

.unit {
  font-size: 1em;
  color: #333;
}

.contact-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  color: #333;
}

.contact-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.contact-time {
  font-size: 0.95em;
  margin-bottom: 12px;
}

.contact-time span {
  color: #d70000;
  font-weight: bold;
}

.label {
  display: inline-block;
  background-color: #d70000;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 6px;
}

.contact-info {
  margin-bottom: 6px;
}

.contact-button {
  display: inline-block;
  margin-top: 16px;
  background-color: #B32F2A;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  width: fit-content;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-button:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.flow-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: sans-serif;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
}

.flow-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.flow-label {
  font-weight: bold;
  font-size: 0.9em;
  padding: 4px 0;
  color: white;
}

.flow-step:nth-child(1) .flow-label {
  background-color: #f6b190;
}

.flow-step:nth-child(2) .flow-label {
  background-color: #f6a470;
}

.flow-step:nth-child(3) .flow-label {
  background-color: #f28653;
}

.flow-step:nth-child(4) .flow-label {
  background-color: #e95439;
}

.flow-step:nth-child(5) .flow-label {
  background-color: #c62828;
}

.flow-icon {
  font-size: 36px;
  margin: 16px 0 8px;
}

.flow-step:nth-child(1) .flow-icon i {
  color: #f6b190;
}

.flow-step:nth-child(2) .flow-icon i {
  color: #f6a470;
}

.flow-step:nth-child(3) .flow-icon i {
  color: #f28653;
}

.flow-step:nth-child(4) .flow-icon i {
  color: #e95439;
}

.flow-step:nth-child(5) .flow-icon i {
  color: #c62828;
}

.flow-desc {
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
}

.flow-arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #ccc;
}

.flow-step:last-child .flow-arrow {
  display: none;
}

.intern-table {
  width: 95%;
  max-width: 1020px;
  margin: 10px auto 50px;
  border-collapse: collapse;
  /* font-family: sans-serif; */
  font-size: 0.95em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.intern-table thead th {
  background-color: #ebebeb;
  color: #333;
  font-size: 1em;
  padding: 14px;
  text-align: center;
  font-weight: bold;
}

.intern-table td,
.intern-table th {
  border: 1px solid #bdbdbd;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
}

.intern-col {
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  background-color: transparent;
  border-left: 3px solid #B32F2A !important;
  border-right: 3px solid #B32F2A !important;
}

.intern-col-bottom {
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  background-color: transparent;
  border-left: 3px solid #B32F2A !important;
  border-right: 3px solid #B32F2A !important;
  border-bottom: 3px solid #B32F2A !important;
}

.intern-header {
  background-color: #B32F2A !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.1em;
  border-left: 3px solid #B32F2A !important;
  border-right: 3px solid #B32F2A !important;
  border-top: 3px solid #B32F2A !important;
}

.spacer-small {
  height: 0.1em;
}

.lp-contact {
  font-size: 20px;
  width: 224px
}

.lp-contact-on {
  font-size: 20px;
  width: 224px;
}

.contact-catch {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.plan-n1 {
  color: #B32F2A;
  margin: 20px 0px 10px 0px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.line {
  height: 1px;
  width: 20px;
  background-color: #000000;
  transform-origin: center center;
}

.line.left {
  transform: rotate(45deg);
}

.line.right {
  transform: rotate(-45deg);
}

.text {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.m_solutionBaseSideNavs__item {
  width: 50px;
  flex-shrink: 0;
  align-self: flex-start;
  max-height: none;
  overflow-y: visible;
  margin-left: 10px;
}

/* ===== 2025/10/27 追記 ===== */
.m_lead__txt + .m_lead__txt { margin-top: 20px; }
.m_list--note {
  font-size: 11px;
  word-break: break-all;
  > li {
    padding-left: 2em;
    text-indent: -2em;
  }
}
.m_list--ast {
  font-size: 11px;
  word-break: break-all;
  &.__fz-normal { font-size: 1rem; }
  > li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.m_list--align_r { text-align: right; }
.button-container {
  &:not(:last-child) { margin: 30px 0; }
  &:has(~ *) { margin-top: 30px; }
  align-items: flex-end;
}

.js-scrollable + .js-scrollable { margin-top: 10px; }

.m_table--plan {
  --theme_starter: #92D050;
  --theme_economy: #00B050;
  --theme_basic: #FBA305;
  --theme_standard: #00B0F0;
  --theme_premium: #4349C9;
  line-height: 1.5;
  table-layout: fixed;
  min-width: 1020px;
  width: 100%;
  thead {
    border-bottom: 2px solid #fff;
    &:has(th:nth-child(4):last-child) { /* thが４つのとき */
      th:nth-last-child(-n+2) {
        border-left: 2px solid #fff;
      }
    }
    &:has(th:nth-child(3):last-child) {/* thが３つのとき */
      th:last-child {
        border-left: 2px solid #fff;
      }

    }
    th {
      color: #fff;
      padding: 5px;
      text-align: center;
      &:first-of-type { width: 146px; }
      &#starter { background-color: var(--theme_starter); }
      &#economy { background-color: var(--theme_economy); }
      &#basic { background-color: var(--theme_basic); }
      &#standard { background-color: var(--theme_standard); }
      &#premium { background-color: var(--theme_premium); }
    }
  }

  tbody {
    tr:first-of-type {
      :is(td,th) {
        border-top: none;
      }
      th {
        background-color: transparent;
        border-left: none;
      }
    }
    th {
      background-color: #f2f2f2;
      border: 2px solid #ccc;
      color: #595959;
      line-height: 1.5;
      padding: 5px;
      text-align: center;
      vertical-align: middle;
      :where(span) {
        display: block;
        line-height: 1.5;
      }
      > .tbl_note { font-size: 0.8em; }
      > .tbl_hilight {
        background-color: yellow;
        color: red;
        display: block;
        line-height: 1;
        margin: auto;
        padding: 3px;
        width: fit-content;
      }
    }
    td {
      border: 2px solid #ccc;
      padding: 5px;
      text-align: center;
      vertical-align: middle;
      &[headers$=-unit] {
        border-left-style: dashed;
      }
      &[headers$=-price] {
        border-right: none;
      }
      .tbl_emphasis { font-weight: bold; }
      .tbl_price_emphasis {
        color: red;
        font-size: 1.2em;
        font-weight: bold;
      }
      .tbl_price {
        color: #c00000;
        font-weight: bold;
      }
    }
  }
}

@media (max-width: 435px) {
  .check-list li {
    font-size: 14px;
  }

  .lp-contact {
    font-size: 16px;
    width: 50%
  }

  .lp-contact-on {
    font-size: 14px;
    width: 70%;
    padding: 2px;
    margin: 8px;
    display: inline-block;
  }

  .note {
    width: 100%;
    font-size: 1em;
  }

  .note_micro {
    font-size: 0.9em;
  }

  .plans {
    flex-direction: column;
    align-items: center;
  }

  .plan {
    width: 95%;
  }

  .price .discounted {
    font-size: 20px;
  }

  .premium-img-wrapper {
    padding: 10px;
  }

  .premium-top {
    flex-direction: column;
    gap: 10px;
  }

  .premium-img-half,
  .premium-img-full {
    width: 100%;
    max-width: 98%;
  }

  .info-section {
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }

  .info-box {
    min-width: unset;
    width: 100%;
  }

  .contact-box {
    width: 100%;
    padding: 16px;
  }

  .contact-button {
    width: 100%;
    box-sizing: border-box;
  }

  .flow-container {
    flex-direction: column;
    align-items: center;
  }

  .flow-step {
    width: 100%;
    margin-bottom: 16px;
  }

  .flow-arrow {
    display: none;
  }

  .contact-message {
    display: none;
  }

  .intern-table {
    width: 100%;
    font-size: 0.85em;
    overflow-x: auto;
    display: block;
  }

  .intern-table thead th,
  .intern-table td {
    padding: 10px;
    font-size: 0.95em;
  }

  .intern-col,
  .intern-col-bottom,
  .intern-header {
    font-size: 1em;
  }

  .spacer-small {
    height: 0.5em;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .contact-catch {
    font-size: 80%;
    width: 100%;

  }

  .br-sp-reverse {
    display: none;
  }
}