@charset "utf-8";
/* shinyo.css
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */

/* shinyo common
++++++++++++++++++++++++++++++++++++++++ */

/* table ++++++++++++++++ */
.shinyo-compare_table {
  --base-lts: var(--value-lts-normal);

  display: block;
  margin: 24px auto 0;
  padding: 0;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
  letter-spacing: var(--base-lts);
}
.shinyo-compare_table > table {
  min-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  background: var(--color-white);
}
.shinyo-compare_table th,
.shinyo-compare_table td {
  padding: 8px;
  border: 1px solid var(--color-gray-secondary);
  border-width: 1px 1px 0 0;
  vertical-align: middle;
}
.shinyo-compare_table th {
  background-color: var(--color-gray-primary);
  font-weight: var(--value-fw-normal);
}
.shinyo-compare_table th:first-child,
.shinyo-compare_table td:first-child {
  border-left-width: 1px;
}
.shinyo-compare_table tbody tr:where(:last-child) th,
.shinyo-compare_table tbody tr:where(:last-child) td {
  border-bottom-width: 1px;
}
.shinyo-compare_table thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.shinyo-compare_table thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.shinyo-compare_table tbody:not(:first-of-type) tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}
.shinyo-compare_table tbody:not(:first-of-type) tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.shinyo-compare_table thead th {
  padding-inline: 4px;
}
.shinyo-compare_table th {
  background: #f4f4f4;
}
.shinyo-compare_table thead th small {
  font-size: clamp(1.2rem, calc(12/360 * 100vw), 1.6rem);
}
.shinyo-compare_table td sup {
  font-size: 0.75em;
  vertical-align: super;
}
.shinyo-compare_table .super {
  position: relative;
  display: inline-block;
}
.shinyo-compare_table .super > sup {
  position: absolute;
  top: 0;
  left: 100%;
}

.shinyo-compare_table ._standout {
  color: var(--color-service-kabu);
}
.shinyo-compare_table ._standout th,
.shinyo-compare_table ._standout td {
  border-top: 2px solid var(--color-service-kabu);
  border-bottom: 2px solid var(--color-service-kabu);
}
.shinyo-compare_table ._standout th:first-child {
  border-left: 2px solid var(--color-service-kabu);
}
.shinyo-compare_table ._standout td:last-child {
  border-right: 2px solid var(--color-service-kabu);
}
.shinyo-compare_table ._standout th {
  background-color: #e9f1f9;
  font-weight: var(--value-fw-bold);
}
.shinyo-compare_table ._standout td {
  background-color: #e9f1f9;
}
.shinyo-compare_table ._standout td b {
  font-weight: var(--value-fw-bold);
  font-size: 2.4rem;
}

.shinyo-compare_table.-vip ._standout {
  color: var(--color-illustration-yellow);
}
.shinyo-compare_table.-vip ._standout th {
  color: var(--color-rich-black);
}
.shinyo-compare_table.-vip ._standout th,
.shinyo-compare_table.-vip ._standout td {
  border-color: var(--color-illustration-yellow);
  background-color: #fffef7;
}

@media (max-width: 767.98px) {
  .shinyo-compare_table {
    font-size: 1.4rem;
  }
  .shinyo-compare_table th,
  .shinyo-compare_table td {
    height: 56px;
  }
  .shinyo-compare_table ._standout td {
    font-size: 1.8rem;
  }

  .cost-01 .shinyo-compare_table col:first-child {
    max-width: 116px;
    min-width: 116px;
  }

  .shinyo-compare_table.-scrollfull-sp {
    display: flex;
    min-width: 100%;
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    word-break: keep-all;
  }
  .shinyo-compare_table.-scrollfull-sp  > table {
    min-width: 100%;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .shinyo-compare_table {
    font-size: 1.6rem;
  }
  .shinyo-compare_table col:first-of-type {
    width: 240px;
  }
  .shinyo-compare_table th,
  .shinyo-compare_table td {
    height: 64px;
  }
  .shinyo-compare_table ._standout th {
    font-size: 1.8rem;
  }
}

/* 適用条件の例 ++++++++++++++++ */
.shinyo-applicable_conditions {
  margin: 24px auto;
  padding: 0;
  border: 2px solid var(--color-service-kabu);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.shinyo-applicable_conditions > dt {
  margin: 0;
  padding: 0;
  background: var(--color-service-kabu);
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  font-size: clamp(1.6rem, calc(16/360 * 100vw), 1.8rem);
}
.shinyo-applicable_conditions > dd {
  margin: 0;
  padding: 24px 16px;
}
.shinyo-applicable_conditions > dd ul {
  width: fit-content;
  margin: 24px auto;
  padding: 0;
  text-align: left;
  line-height: 1.75;
  font-weight: var(--value-fw-bold);
  list-style: none;
}
.shinyo-applicable_conditions .m-icon_square.-check {
  --icon-width: 2.2rem;
  margin-top: 8px;
}
.shinyo-applicable_conditions em {
  color: var(--color-service-kabu);
}


/* zero yen ++++++++++++++++ */
.shinyo-zero_yen {
  width: clamp(120px, calc(120/360 * 100vw), 160px);
  margin: 0 auto;
}


/* tool app ++++++++++++++++ */
.shinyo-tool_app {
  display: grid;
  overflow: hidden;
  max-width: 712px;
  margin: 24px auto;
  padding: 0;
}
.shinyo-tool_app > h3 {
  max-width: calc(292px + 32px);
  width: clamp(240px, calc(240/360 * 100vw), 290px);
  margin: 0 auto;
  padding: 0;
}
.shinyo-tool_app > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
  font-feature-settings: "halt";
  --base-lts: var(--value-lts-normal)
}
.shinyo-tool_app > ul > li {
  margin: 0;
}
.shinyo-tool_app > ul .m-icon_square.-check {
  --icon-width: 2.2rem;
  padding-left: 34px;
}
.shinyo-tool_app > ul .m-icon_square.-check::before {
  top: 3px;
}
.shinyo-tool_app > figure {
  position: relative;
  display: block;
  max-width: 332px;
  margin: 0 auto;
  padding: 0;
}
.shinyo-tool_app > figure::before {
  position: absolute;
  top: 0;
  aspect-ratio: 678/810;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(/corp/lp/common/shinyolp_master/images/tool-app-movie-bg@2x.webp);
  content: "";
}

.shinyo-tool_app > figure ._movie {
  position: absolute;
  top: 0;
}

@media (max-width: 767.98px) {
  .shinyo-tool_app {
    grid-template-columns: 1fr;
    margin-inline: -16px;
  }
  .shinyo-tool_app > ul {
    width: calc(284/360 * 100vw);
    width: 284px;
  }

  .shinyo-tool_app> figure {
    order: -1;
    width: 100%;
    aspect-ratio: 324/420;
    margin: 0 auto;
  }
  .shinyo-tool_app> figure::before {
    left: 17%;
    height: 100%;
  }

  .shinyo-tool_app> figure ._movie {
    left: 50%;
    transform: translateX(-50%);
    width: calc(192/324 * 100%);
  }

}
@media (min-width: 768px) {
  .shinyo-tool_app {
    grid-template-columns: 1fr minmax(0.34583333%, 340px);
    gap: 0 78px;
  }
  .shinyo-tool_app > ul {
    max-width: fit-content;
    font-size: 1.6rem;
  }
  .shinyo-tool_app > figure {
    grid-row-end: span 2;
    width: 100%;
    max-width: 340px;
    margin-top: 32px;
  }
  .shinyo-tool_app > figure::before {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .shinyo-tool_app > figure ._movie {
    left: 2%;
    width: 55.2%;
  }
}


/* shinyo-article ++++++++++++++++ */
.shinyo-article {
  max-width: 640px;
  margin: 0 auto;
}
.shinyo-article ._img {
  max-width: 424px;
  margin: 0 auto;
  text-align: center;
}
.shinyo-article > h3 {
  margin-bottom: 8px;
}
.shinyo-article > h3 + p {
  margin-top: 8px;
}

/* shinyo index
++++++++++++++++++++++++++++++++++++++++ */
.cost-01 {
  max-width: 846px;
  margin: 0 auto;
}

.cost-02 {
  max-width: 640px;
  margin: 0 auto;
}

