@charset "UTF-8";
:root {
  --products-color-kyuyo: #24a939;
  --products-color-kyuyo-dark: #6fc77e;
  --products-color-kyuyo-right: #b9debf;
  --products-color-kyuyo-bg: #e5f4ec;
  --products-color-kyuyo-content-bg: #f6e7e3;
  --products-color-kyuyo-content-bg-02: #fbf2f0;
}

:root {
  --lp-kyuyo-next-color: #49c976;
  --lp-kyuyo-next-color-02: #009740;
  --lp-kyuyo-next-color-text: #009740;
  --lp-kyuyo-next-color-bg-01: #e5f4ec;
  --lp-kyuyo-next-color-bg-02: #009740;
  --lp-kyuyo-next-color-bg-03: #49c976;
  --lp-kyuyo-next-color-bg-04: #aedebb;
  --lp-kyuyo-next-color-bg-beige: #faf7f5;
  --lp-kyuyo-next-color-light: #aedebb;
  --lp-kyuyo-next-color-content-bg: #f6e7e3;
  --lp-kyuyo-next-color-content-bg-02: #fbf2f0;
}

/* ----------------------------------------------------------------
    .acq
  ----------------------------------------------------------------- */
/* .acq-content-main
  ----------------------------------------------- */
.acq-content-main {
  overflow: hidden;
}

/* .acq-content-area
  ----------------------------------------------- */
.acq-content-area {
  padding-top: var(--acq-spacing-xl) !important;
  padding-bottom: var(--acq-spacing-xl);
}

.acq-content-area.-lp-kyuyo-next-bg-beige {
  background-color: var(--lp-kyuyo-next-color-bg-beige);
  padding: var(--acq-spacing-xl) 0 !important;
}

/* .acq-tab
  ----------------------------------------------- */
.acq-tab_content:has(.lp-kyuyo-next-toggle-switch) {
  padding: 40px;
  background-color: #fff;
}
.acq-tab_btn {
  border: 2px solid var(--lp-kyuyo-next-color-02);
  border-bottom: none;
  color: var(--lp-kyuyo-next-color-02);
}
.acq-tab_btn::before {
  background-color: var(--lp-kyuyo-next-color-02);
}
.acq-tab_btn:is(:hover, :active, :focus-visible) {
  background-color: var(--lp-kyuyo-next-color-bg-01);
  color: var(--lp-kyuyo-next-color-02);
}
.acq-tab_btn[aria-selected=true]:is(:hover, :active, :focus-visible) {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .acq-tab_btn {
    border-bottom: 2px solid var(--lp-kyuyo-next-color-02);
  }
}
@media only screen and (max-width: 767px) {
  .acq-tab_content:has(.lp-kyuyo-next-toggle-switch) {
    padding-inline: 24px;
  }
}

.acq-tab_btn[aria-selected=true],
.acq-tab_btn:is(a:not(:any-link)),
.acq-tab_btn .acq-tab > li[aria-selected=true] {
  background-color: var(--lp-kyuyo-next-color-02);
}

/* ----------------------------------------------------------------
    List (.products-list[-*])
  ----------------------------------------------------------------- */
/* .lp-kyuyo-next-list-anchor
  ----------------------------------------------- */
.lp-kyuyo-next-list-anchor {
  margin-bottom: var(--acq-spacing-sm);
  border-radius: var(--acq-rounded-lg);
}

.lp-kyuyo-next-list-anchor_list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow: hidden;
  gap: 74px;
}

.lp-kyuyo-next-list-anchor_list > li a {
  text-align: center;
}

.lp-kyuyo-next-list-anchor_item {
  position: relative;
  flex: 1;
  background-color: var(--lp-kyuyo-next-color-bg-02);
  border-radius: var(--acq-rounded-lg);
  box-shadow: var(--acq-shadow-card);
}

.lp-kyuyo-next-list-anchor_item.nenmatsu::before {
  background-image: url("/lp/kyuyo-next/common/img/acq/index-img-03.svg");
  background-size: 73px 87px;
  width: 73px;
  height: 87px;
}
.lp-kyuyo-next-list-anchor_item.nenmatsu::after {
  background-image: url("/lp/kyuyo-next/common/img/acq/index-img-04.svg");
  background-size: 85px 53px;
  width: 85px;
  height: 53px;
}

.lp-kyuyo-next-list-anchor_item.meisai::before {
  background-image: url("/lp/kyuyo-next/common/img/acq/index-img-05.svg");
  background-size: 79px 84px;
  width: 79px;
  height: 84px;
}
.lp-kyuyo-next-list-anchor_item.meisai::after {
  background-image: url("/lp/kyuyo-next/common/img/acq/index-img-06.svg");
  background-size: 74px 56px;
  width: 74px;
  height: 56px;
}

.lp-kyuyo-next-list-anchor_item.support::before {
  background-image: url("/lp/kyuyo-next/common/img/acq/index-img-07.svg");
  background-size: 83px 88px;
  width: 83px;
  height: 88px;
}
.lp-kyuyo-next-list-anchor_item.support::after {
  background-image: url("/lp/kyuyo-next/common/img/acq/index-img-08.svg");
  background-size: 72px 88px;
  width: 72px;
  height: 88px;
}

.lp-kyuyo-next-list-anchor_item::before,
.lp-kyuyo-next-list-anchor_item::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 4px;
}

.lp-kyuyo-next-list-anchor_item::before {
  left: 16px;
}

.lp-kyuyo-next-list-anchor_item::after {
  right: 16px;
}

.lp-kyuyo-next-list-anchor_item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: var(--acq-rounded-lg);
  padding: 24px 24px 90px;
  color: var(--acq-color-white);
  font-size: 3rem;
  text-decoration: none;
  text-align: center;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
}

.lp-kyuyo-next-list-anchor_item a::before,
.lp-kyuyo-next-list-anchor_item a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 24px;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

.lp-kyuyo-next-list-anchor_item a::before {
  background-color: var(--acq-color-white);
  border-radius: 50%;
}

.lp-kyuyo-next-list-anchor_item a::after {
  background-color: var(--lp-kyuyo-next-color-bg-02);
  -webkit-mask: url("/common_a/img/acquisition/general/mask/angle-bottom.svg") no-repeat center;
  mask: url("/common_a/img/acquisition/general/mask/angle-bottom.svg") no-repeat center;
}

.lp-kyuyo-next-list-anchor_item a > .num {
  display: block;
}

.lp-kyuyo-next-list-anchor_item:is(:hover, :active, :focus-visible) {
  opacity: 0.7;
}

.lp-kyuyo-next-list-anchor_column {
  background-color: var(--acq-color-white);
  border: 1px solid var(--acq-color-beige);
  border-radius: 0 0 var(--acq-rounded-lg) var(--acq-rounded-lg);
  overflow: hidden;
}

.lp-kyuyo-next-list-anchor_column > li {
  border-bottom: 1px solid var(--acq-color-beige);
}

.lp-kyuyo-next-list-anchor_column > li::before {
  content: none;
}

.lp-kyuyo-next-list-anchor_column > li a {
  padding: 16px 40px 16px 80px;
  background: url("/common_a/img/acquisition/general/icon/arrow-down.svg") no-repeat 40px center/16px;
  text-align: left;
  align-items: inherit;
}

.lp-kyuyo-next-list-anchor_column > li a:not(:any-link) {
  background-color: var(--acq-color-bg-beige);
}

.lp-kyuyo-next-list-anchor_column > li:where(:last-child) {
  border-bottom: none;
}

.lp-kyuyo-next-list-anchor_column > li:only-child a {
  justify-content: center;
  padding: 24px 24px 60px;
  background-position: center bottom 24px;
  background-size: 20px;
  font-size: var(--acq-font-size-lg);
}

@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-list-anchor_column > li a {
    padding: 16px 16px 16px 40px;
    background-position: 16px center;
  }
  .lp-kyuyo-next-list-anchor_column > li:only-child a {
    font-size: var(--acq-font-size-md);
  }
}
@media only screen and (min-width: 768px) {
  .lp-kyuyo-next-list-anchor_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-kyuyo-next-list-anchor_column > li:nth-child(2n-1) {
    border-right: 1px solid var(--acq-color-beige);
  }
  .lp-kyuyo-next-list-anchor_column > li:nth-child(2n-1):nth-last-child(2) {
    border-bottom: none;
  }
  .lp-kyuyo-next-list-anchor_column > li:only-child {
    grid-column: span 2;
  }
  .lp-kyuyo-next-list-anchor_column.-col1-pc {
    display: block;
  }
  .lp-kyuyo-next-list-anchor_column.-col1-pc > li {
    border-right: none;
  }
  .lp-kyuyo-next-list-anchor_column.-col1-pc > li:nth-child(2n-1):nth-last-child(2) {
    border-bottom: 1px solid var(--acq-color-beige);
  }
}
.lp-kyuyo-next-list-anchor_label {
  display: block;
  color: var(--acq-color-primary);
}

.lp-kyuyo-next-list-anchor_img {
  margin: 0 auto 8px;
}

.lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(98px, 1fr));
}

@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list {
    grid-template-columns: repeat(auto-fit, minmax(114px, 1fr));
  }
}
.lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li::before {
  inset: 0 0 0 auto;
  margin: auto;
  width: 1px;
  height: calc(100% - 48px);
}

.lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li a {
  text-align: center;
  white-space: nowrap;
  height: 100%;
  padding: 24px 20px 60px;
  background: url("/common_a/img/acquisition/general/icon/arrow-down.svg") no-repeat bottom 24px center/20px;
  color: var(--acq-color-font);
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li a {
    font-size: 1.6rem;
    padding-block: 16px 52px;
  }
}
@media screen and (min-width: 262px) and (max-width: 375px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(2n)::before {
    display: none;
  }
}
@media screen and (min-width: 376px) and (max-width: 489px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(3n)::before {
    display: none;
  }
}
@media screen and (min-width: 490px) and (max-width: 603px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(4n)::before {
    display: none;
  }
}
@media screen and (min-width: 604px) and (max-width: 717px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(5n)::before {
    display: none;
  }
}
@media screen and (min-width: 718px) and (max-width: 767px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(6n)::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 816px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(7n)::before {
    display: none;
  }
}
@media screen and (min-width: 817px) and (max-width: 915px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(8n)::before {
    display: none;
  }
}
@media screen and (min-width: 916px) and (max-width: 1012px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(9n)::before {
    display: none;
  }
}
@media screen and (min-width: 1013px) and (max-width: 1111px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(10n)::before {
    display: none;
  }
}
@media screen and (min-width: 1112px) and (max-width: 1208px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(11n)::before {
    display: none;
  }
}
@media screen and (min-width: 1209px) and (max-width: 9999px) {
  .lp-kyuyo-next-list-anchor.-grid .lp-kyuyo-next-list-anchor_list > li:nth-child(12n)::before {
    display: none;
  }
}
.lp-kyuyo-next-list-anchor.-col12-pc .lp-kyuyo-next-list-anchor_list {
  flex-wrap: wrap;
}

.lp-kyuyo-next-list-anchor.-col12-pc .lp-kyuyo-next-list-anchor_list > li {
  max-width: 8.3333%;
}

@media only screen and (min-width: 1001px) {
  .lp-kyuyo-next-list-anchor.-col12-pc .lp-kyuyo-next-list-anchor_list > li:nth-child(12n)::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-list-anchor.-col12-pc .lp-kyuyo-next-list-anchor_list > li {
    max-width: 100%;
  }
}
.lp-kyuyo-next-list-anchor.-col12-pc .lp-kyuyo-next-list-anchor_list > li a {
  padding-inline: 24px;
  white-space: nowrap;
}

.lp-kyuyo-next-list-anchor.-col12-pc .lp-kyuyo-next-list-anchor_list > li:where(:first-child) a {
  padding-left: 24px;
}

.lp-kyuyo-next-list-anchor.-col12-pc .lp-kyuyo-next-list-anchor_list > li:where(:last-child) a {
  padding-right: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lp-kyuyo-next-list-anchor.-wrapMiddleWindow .lp-kyuyo-next-list-anchor_list > li {
    max-width: max-content;
    min-width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lp-kyuyo-next-list-anchor.-wrapMiddleWindow-02 .lp-kyuyo-next-list-anchor_list > li {
    max-width: max-content;
    min-width: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-list-anchor_list {
    flex-direction: column;
  }
  .lp-kyuyo-next-list-anchor_list > li::before {
    inset: auto auto 0 0;
    width: 100%;
    height: 1px;
  }
  .lp-kyuyo-next-list-anchor_list > li a {
    display: block;
    padding: 16px 94px 28px;
    background-position: center right 16px;
    font-size: 1.6rem;
  }
  .lp-kyuyo-next-list-anchor_list > li a::before,
  .lp-kyuyo-next-list-anchor_list > li a::after {
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-kyuyo-next-list-anchor_img {
    display: none;
  }
}
/* .lp-kyuyo-next-list-icon
  ----------------------------------------------- */
.lp-kyuyo-next-list-icon {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 60px;
  margin: var(--acq-spacing-lg) auto;
  text-align: center;
  justify-content: center;
}
.lp-kyuyo-next-list-icon > :first-child {
  margin-top: 0;
}
.lp-kyuyo-next-list-icon > :last-child {
  margin-bottom: 0;
}
.lp-kyuyo-next-list-icon.-col-3 > .lp-kyuyo-next-list-icon_item {
  flex: 0 0 calc(33.3% - 48px);
}
.lp-kyuyo-next-list-icon_item {
  flex: 0 0 calc(25% - 48px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  row-gap: 18px;
}
.lp-kyuyo-next-list-icon_hdg {
  margin-bottom: var(--acq-spacing-xs);
  font-size: var(--acq-font-size-lg);
  font-weight: var(--acq-font-weight-bold);
  color: var(--lp-kyuyo-next-color-text);
}
.lp-kyuyo-next-list-icon_img {
  margin: 0 auto;
  max-width: 210px;
  max-height: 210px;
  border-radius: 50%;
  background-color: var(--lp-kyuyo-next-color-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-kyuyo-next-list-icon_content > :first-child {
  margin-top: 0;
}
.lp-kyuyo-next-list-icon_content > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .lp-kyuyo-next-list-icon.-col2-pc {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-kyuyo-next-list-icon.-col2-pc .lp-kyuyo-next-list-icon_item {
    max-width: 382px;
  }
  .lp-kyuyo-next-list-icon.-col2-pc .lp-kyuyo-next-list-icon_item:nth-child(2n) {
    justify-self: start;
  }
  .lp-kyuyo-next-list-icon.-col2-pc .lp-kyuyo-next-list-icon_item:nth-child(2n+1) {
    justify-self: end;
  }
}
@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-list-icon {
    column-gap: 36px;
    row-gap: 24px;
  }
  .lp-kyuyo-next-list-icon_item {
    flex: 0 0 calc(50% - 36px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .lp-kyuyo-next-list-icon_img {
    margin-bottom: 10px;
  }
  .lp-kyuyo-next-list-icon_hdg {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .lp-kyuyo-next-list-icon.-col-3 > .lp-kyuyo-next-list-icon_item {
    flex: 0 0 calc(50% - 36px);
  }
}

/* ----------------------------------------------------------------
    Table (.acq-table)
  ----------------------------------------------------------------- */
header:has(~ main .acq-table.-kyuyo .js-fixed) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}

.acq-table.-kyuyo {
  border-collapse: separate; /* stickyを有効にするため */
  border-spacing: 0;
}
.acq-table.-kyuyo table {
  border: hidden;
}
.acq-table.-kyuyo thead th::before,
.acq-table.-kyuyo thead td::before {
  display: none;
}
.acq-table.-kyuyo thead tr.js-fixed {
  position: fixed;
  background-color: var(--acq-color-white);
  margin-left: -1px;
  z-index: 1;
  top: 0 !important;
}
.acq-table.-kyuyo thead tr th.-title {
  padding-left: 0;
  vertical-align: bottom;
  font-size: var(--acq-font-size-xl);
  color: #224fa1;
}
.acq-table.-kyuyo tbody {
  border: hidden;
}
.acq-table.-kyuyo tbody tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.acq-table.-kyuyo tbody tr:first-child th:first-child::before {
  border-top-left-radius: 12px;
}
.acq-table.-kyuyo tbody tr:first-child td:last-child {
  border-top-right-radius: 12px;
}
.acq-table.-kyuyo tbody tr:first-child td:last-child::before {
  border-top-right-radius: 12px;
}
.acq-table.-kyuyo tbody tr:last-child th,
.acq-table.-kyuyo tbody tr:last-child td {
  position: relative;
  border-bottom: 1px solid var(--acq-color-beige);
}
.acq-table.-kyuyo tbody tr:last-child th::before,
.acq-table.-kyuyo tbody tr:last-child td::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--acq-color-beige);
}
.acq-table.-kyuyo tbody tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}
.acq-table.-kyuyo tbody tr:last-child th:first-child::before {
  border-bottom-left-radius: 12px;
}
.acq-table.-kyuyo tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.acq-table.-kyuyo tbody tr:last-child td:last-child::before {
  border-bottom-right-radius: 12px;
}
.acq-table.-kyuyo tbody tr th,
.acq-table.-kyuyo tbody tr td {
  background-color: var(--acq-color-white);
}
.acq-table.-kyuyo tbody tr td:last-child {
  border-right: 1px solid var(--acq-color-beige);
}
.acq-table.-kyuyo tr,
.acq-table.-kyuyo th,
.acq-table.-kyuyo td {
  border: 0;
}
.acq-table.-kyuyo th,
.acq-table.-kyuyo td {
  position: relative;
}
.acq-table.-kyuyo th::before,
.acq-table.-kyuyo td::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid var(--acq-color-beige);
  border-top: 1px solid var(--acq-color-beige);
}
.acq-table.-kyuyo td:last-child {
  position: relative;
}
.acq-table.-kyuyo td:last-child::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid var(--acq-color-beige);
}
@media only screen and (max-width: 767px) {
  .acq-table.-kyuyo thead tr.js-fixed {
    position: relative;
    z-index: unset;
  }
}

/* .products-table-function
  ----------------------------------------------- */
.products-table-function {
  margin-bottom: var(--acq-spacing-lg);
}

.products-table-function .-col-01 {
  width: 20%;
}

.products-table-function .-col-02 {
  width: 23%;
}

.products-table-function .-col-3 {
  width: 30%;
}

.products-table-function table {
  width: 100%;
  background-color: var(--acq-color-white);
  border: 1px solid var(--acq-color-beige);
  font-size: var(--acq-font-size-xs);
}

.products-table-function th,
.products-table-function td {
  padding: var(--acq-spacing-xs) var(--acq-spacing-sm);
}

.products-table-function td {
  text-align: center;
}

.products-table-function thead th {
  vertical-align: top;
}

.products-table-function tbody {
  border: 1px solid var(--acq-color-beige);
}

.products-table-function tbody th {
  font-weight: var(--acq-font-weight);
  font-size: var(--acq-font-size-md);
  text-align: left;
}

.products-table-function tbody tr:first-child {
  border: 1px solid var(--acq-color-beige);
}

.products-table-function tbody tr:first-child th {
  font-weight: var(--acq-font-weight-bold);
}

.products-table-function .acq-icon-label {
  margin: 0 0 4px 4px;
}

.products-table-function .acq-icon-label:first-child {
  margin-left: 8px;
}

.products-table-function_head {
  display: flex;
  flex-direction: column;
  font-weight: var(--acq-font-weight);
}

.products-table-function_head th {
  border: 1px solid var(--acq-color-beige);
}

.products-table-function_head small {
  display: block;
}

.products-table-function_title {
  margin-bottom: 8px;
  font-weight: var(--acq-font-weight-bold);
}

.products-table-function_icon {
  vertical-align: middle;
}

.products-table-function_text {
  margin-bottom: 8px;
}

.products-table-function_scroll-text {
  display: none;
}

.products-table-function.-appearance-02 table {
  border: none;
  border-collapse: separate;
}

.products-table-function.-appearance-02 table thead tr th {
  position: relative;
}

.products-table-function.-appearance-02 table thead tr th::before {
  position: absolute;
  height: calc(100% - 32px);
  left: 0;
  border-left: 1px solid #faf7f5;
  display: block;
  content: "";
}

.products-table-function.-appearance-02 table thead + tbody tr th[colspan="4"] {
  border-top: none;
}

.products-table-function.-appearance-02 table tbody {
  border: none;
}

.products-table-function.-appearance-02 table tbody tr {
  border: none;
  padding-bottom: 24px;
}

.products-table-function.-appearance-02 table tbody tr:first-child th {
  background-color: #faf7f5;
  border-bottom: 24px solid #fff;
  border-top: 24px solid #fff;
}

.products-table-function.-appearance-02 table tbody tr > td {
  border-left: 1px solid #faf7f5;
}

@media only screen and (max-width: 767px) {
  .products-table-function colgroup > col:first-child {
    width: 26%;
  }
  .products-table-function_scroll-text {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    color: var(--acq-color-font-beige);
    font-size: var(--acq-font-size-xs);
    font-weight: var(--acq-font-weight-bold);
  }
  .products-table-function_inner {
    overflow-x: scroll;
  }
  .products-table-function_inner table {
    width: max-content;
    max-width: 800px;
  }
  .products-table-function .acq-icon-label:first-child {
    margin-left: 4px;
  }
}
/* .kyuyo-lyt
  ----------------------------------------------- */
.kyuyo-lyt-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 24px;
  gap: 24px;
}

@media only screen and (max-width: 767px) {
  .kyuyo-lyt-column {
    flex-direction: column;
    width: 100%;
  }
}
.kyuyo-col {
  flex: 0 0 calc(50% - 24px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 30px rgba(238, 221, 217, 0.4);
}

.kyuyo-col img {
  margin-bottom: 24px;
}

.kyuyo-col-text {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

.kyuyo-col_center {
  justify-content: center;
}

/* ----------------------------------------------------------------
      Cta
  ----------------------------------------------------------------- */
/* .lp-kyuyo-next-cta-01
  ----------------------------------------------- */
.lp-kyuyo-next-cta-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-kyuyo-next-cta-01 .acq-lyt-col.-col2-pc {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* .kyuyo-cta-01
----------------------------------------------- */
.kyuyo-cta-01 {
  padding: 60px var(--acq-gutter-content);
  background: linear-gradient(to bottom right, #26a93a, #cce1aa);
}

.kyuyo-cta-01 .acq-link {
  font-size: var(--acq-font-size-lg);
  color: var(--acq-color-highlight);
}

.kyuyo-cta-01 .acq-link::before {
  width: 18px;
  height: 18px;
  background-color: var(--acq-color-highlight);
}

.kyuyo-cta-01_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--acq-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}

.kyuyo-cta-01_inner > :last-child {
  margin-bottom: 0;
}

.kyuyo-cta-01_title {
  text-align: center;
  font-size: var(--acq-font-size-xl);
  font-weight: var(--acq-font-weight-bold);
}

.kyuyo-cta-01_title + .acq-btn-list {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .kyuyo-cta-01_inner {
    flex-direction: column-reverse;
  }
}
/* .kyuyo-cta-mv
----------------------------------------------- */
.kyuyo-cta-mv {
  background-color: var(--acq-color-primary);
}

.kyuyo-cta-mv_inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px var(--acq-gutter-content);
  width: 100%;
  gap: 16px 16px;
}

.kyuyo-cta-mv_text {
  flex: 0 1 auto;
  font-size: var(--acq-font-size-xl);
  color: var(--acq-color-white);
  font-weight: var(--acq-font-weight-bold);
  top: 5px;
  position: relative;
}

.kyuyo-cta-mv_btn {
  flex: 0 1 auto;
}

.kyuyo-cta-mv_btn a {
  display: block;
  padding: 8px 16px;
  background-color: var(--acq-color-highlight);
  border: 1px solid var(--acq-color-highlight);
  border-radius: var(--acq-rounded-md);
  color: var(--acq-color-white);
  text-decoration: none;
  text-align: center;
  transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

.kyuyo-cta-mv_btn a:is(:hover, :active, :focus-visible) {
  background-color: var(--acq-color-highlight-hover);
  border-color: var(--acq-color-highlight-hover);
}

@media only screen and (max-width: 767px) {
  .kyuyo-cta-mv_text {
    text-align: center;
  }
}
/* ----------------------------------------------------------------
Layout (.products-lyt[-*])
  ----------------------------------------------------------------- */
/* .kyuyo-lyt
  ----------------------------------------------- */
.kyuyo-lyt {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding: 60px 0 80px;
  align-items: center;
  gap: 60px;
  border-bottom: 2px solid var(--lp-kyuyo-next-color-light);
}
.kyuyo-lyt.-no-border {
  border: none;
}
.kyuyo-lyt.-border-top {
  border-top: 2px solid var(--lp-kyuyo-next-color-light);
}

.kyuyo-lyt:last-child {
  border: none;
}

.kyuyo-lyt:first-child {
  padding-top: 0;
}

.kyuyo-lyt.-reverse {
  flex-direction: row;
}

.kyuyo-lyt_bg {
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: var(--products-color-kyuyo-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.kyuyo-lyt.-second {
  justify-content: center;
  border-bottom: none;
  padding-top: 0;
}

.kyuyo-lyt_content {
  flex: 1;
  align-self: flex-start;
  max-width: 680px;
}

.kyuyo-lyt_content > :first-child {
  margin-top: 0;
}

.kyuyo-lyt_content > :last-child {
  margin-bottom: 0;
}

.kyuyo-lyt_hdg {
  margin-bottom: var(--acq-spacing-sm);
  color: var(--lp-kyuyo-next-color-text);
  font-size: var(--acq-font-size-3xl);
  font-weight: 700;
}

.kyuyo-lyt_text {
  color: var(--lp-kyuyo-next-color-text);
  font-weight: 700;
}

.kyuyo-lyt_number {
  color: var(--lp-kyuyo-next-color-light);
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 8px;
}

.kyuyo-lyt_link {
  flex: 1;
  position: relative;
  margin: 28px 0 0;
}

.kyuyo-lyt_img {
  text-align: center;
}

.kyuyo-lyt_img img.-shadow {
  box-shadow: var(--acq-shadow-card);
}

.kyuyo-lyt_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .kyuyo-lyt {
    flex-direction: column-reverse;
    gap: var(--acq-gutter);
  }
  .kyuyo-lyt.-reverse {
    flex-direction: column-reverse;
  }
  .kyuyo-lyt_img {
    max-width: none;
  }
  .kyuyo-lyt_number {
    top: -16px;
  }
}
/* ----------------------------------------------------------------
Main visual (.lp-kyuyo-next-mv[-*])
  ----------------------------------------------------------------- */
/* .lp-kyuyo-next-mv
  ----------------------------------------------- */
.lp-kyuyo-next-mv {
  position: relative;
  width: 100%;
  height: auto;
}
.lp-kyuyo-next-mv::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/lp/kyuyo-next/common/img/acq/mv.png");
  background-color: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: var(--acq-z-index-behind);
}
.lp-kyuyo-next-mv_inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 64px;
}
.lp-kyuyo-next-mv_content {
  display: grid;
  grid-template-columns: 555px auto;
  grid-template-rows: auto;
  grid-template-areas: "head img" "link img" "note note";
}
.lp-kyuyo-next-mv_head {
  grid-area: head;
}
.lp-kyuyo-next-mv_link {
  grid-area: link;
}
.lp-kyuyo-next-mv_note {
  grid-area: note;
}
.lp-kyuyo-next-mv_title {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  color: #000;
  margin-top: 112px;
}
.lp-kyuyo-next-mv_title--main {
  font-size: var(--acq-font-size-7xl);
}
.lp-kyuyo-next-mv_title--sub {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #29a12e;
  padding: 4px var(--acq-spacing-sm);
  color: #fff;
  border-radius: var(--acq-rounded-sm);
  font-size: var(--acq-font-size-lg);
  font-weight: var(--acq-font-weight-bold);
  margin-bottom: 0;
}
.lp-kyuyo-next-mv_badge {
  display: flex;
  gap: var(--acq-gutter);
  margin-bottom: var(--acq-spacing-xs);
  margin-top: 64px;
}
.lp-kyuyo-next-mv_btn-list {
  display: flex;
  gap: var(--acq-gutter);
}
.lp-kyuyo-next-mv_img {
  grid-area: img;
  position: relative;
  display: flex;
  align-items: center;
  transform: translateY(140px);
}
.lp-kyuyo-next-mv_img::before {
  display: block;
  content: "";
  background-image: url("/lp/kyuyo-next/common/img/acq/mv-badge-01.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: 0;
  width: 280px;
  height: 100px;
}
.lp-kyuyo-next-mv_img--sp-show {
  display: none;
}
@media only screen and (max-width: 1001px) {
  .lp-kyuyo-next-mv {
    max-height: unset;
    height: auto;
  }
  .lp-kyuyo-next-mv::before {
    background-image: url("/lp/romu/img/mv_sp.png");
    background-position: top center;
  }
  .lp-kyuyo-next-mv_inner {
    padding: 40px var(--acq-spacing-xs);
  }
  .lp-kyuyo-next-mv_content {
    grid-template-columns: auto;
    grid-template-areas: "head" "img" "link" "note";
  }
  .lp-kyuyo-next-mv_head {
    text-align: center;
  }
  .lp-kyuyo-next-mv_title {
    align-items: center;
    gap: var(--acq-gutter);
    margin-top: 0;
  }
  .lp-kyuyo-next-mv_title--main {
    font-size: var(--acq-font-size-xl);
  }
  .lp-kyuyo-next-mv_badge {
    margin-top: var(--acq-spacing-sm);
    justify-content: center;
  }
  .lp-kyuyo-next-mv_badge--pc-show {
    display: none;
  }
  .lp-kyuyo-next-mv_img {
    transform: unset;
    display: flex;
    flex-direction: column;
    margin-top: 82px;
  }
  .lp-kyuyo-next-mv_img::before {
    background-image: url("/lp/kyuyo-next/img/mv-badge-02.svg");
    top: -50px;
    right: 26px;
    width: 93px;
    height: 92px;
  }
  .lp-kyuyo-next-mv_img--sp-show {
    display: block;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-kyuyo-next-mv_link {
    text-align: center;
    margin-bottom: var(--acq-spacing-xs);
  }
  .lp-kyuyo-next-mv_btn-list {
    flex-direction: column;
    margin-top: 55px;
  }
  .lp-kyuyo-next-mv_btn-list_item {
    width: 100%;
  }
}
@media only screen and (max-width: 701px) {
  .lp-kyuyo-next-mv_img::before {
    right: 0;
  }
  .lp-kyuyo-next-mv_btn-list {
    margin-top: 85px;
  }
}

/* .lp-kyuyo-mv
  ----------------------------------------------- */
.lp-kyuyo-mv {
  position: relative;
  width: 100%;
  height: auto;
}
.lp-kyuyo-mv::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/lp/kyuyo-next/common/img/acq/mv-img-01-pc.svg");
  background-color: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: var(--acq-z-index-behind);
}
.lp-kyuyo-mv_inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 64px;
}
.lp-kyuyo-mv_content {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "head" "img" "link" "note";
  padding-bottom: var(--acq-spacing-lg);
}
.lp-kyuyo-mv_head {
  grid-area: head;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-kyuyo-mv_link {
  grid-area: link;
}
.lp-kyuyo-mv_note {
  grid-area: note;
  display: flex;
  justify-content: center;
}
.lp-kyuyo-mv_note .acq-list-note small {
  color: #8f8c8a;
}
.lp-kyuyo-mv_title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #000;
  margin-top: var(--acq-spacing-xl);
}
.lp-kyuyo-mv_title--main {
  font-size: 8rem;
  color: #007a34;
  text-align: center;
  font-style: italic;
}
.lp-kyuyo-mv_title--main .small {
  font-size: 6.8rem;
}
.lp-kyuyo-mv_title--main .em {
  position: relative;
}
.lp-kyuyo-mv_title--main .em::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 66%;
  transform: translateX(-50%);
  width: 0.2em;
  height: 0.2em;
  background-color: #007a34;
  border-radius: 50%;
}
.lp-kyuyo-mv_title--sub {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #29a12e;
  padding: 4px var(--acq-spacing-sm);
  color: #fff;
  border-radius: var(--acq-rounded-sm);
  font-size: var(--acq-font-size-lg);
  font-weight: var(--acq-font-weight-bold);
  margin-bottom: 0;
}
.lp-kyuyo-mv_title--sub-02 {
  border-radius: 50px;
  align-self: center;
  display: inline-block;
  padding: 16px 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.64);
  color: var(--acq-color-font);
  font-size: var(--acq-font-size-lg);
  font-weight: var(--acq-font-weight-bold);
  margin-bottom: 0;
}
.lp-kyuyo-mv_badge {
  display: flex;
  gap: var(--acq-gutter);
  margin-bottom: var(--acq-spacing-md);
  margin-top: 64px;
}
.lp-kyuyo-mv_btn-list {
  display: flex;
  justify-content: center;
  gap: var(--acq-gutter);
}
.lp-kyuyo-mv_img {
  grid-area: img;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-kyuyo-mv_img--sp-show {
  display: none;
}
@media only screen and (max-width: 1001px) {
  .lp-kyuyo-mv {
    max-height: unset;
    height: auto;
  }
  .lp-kyuyo-mv::before {
    background-image: url("/lp/kyuyo-next/common/img/acq/mv-img-01-sp.svg");
    background-position: center -7px;
  }
  .lp-kyuyo-mv_inner {
    padding: 40px var(--acq-spacing-xs);
  }
  .lp-kyuyo-mv_content {
    grid-template-columns: auto;
    grid-template-areas: "head" "img" "link" "note";
    padding-bottom: 0;
  }
  .lp-kyuyo-mv_head {
    text-align: center;
  }
  .lp-kyuyo-mv_title {
    align-items: center;
    gap: var(--acq-gutter);
    margin-top: 0;
  }
  .lp-kyuyo-mv_title--main {
    font-size: var(--acq-font-size-xl);
  }
  .lp-kyuyo-mv_badge {
    margin-top: var(--acq-spacing-sm);
    justify-content: center;
  }
  .lp-kyuyo-mv_badge--pc-show {
    display: none;
  }
  .lp-kyuyo-mv_img {
    transform: unset;
    display: flex;
    flex-direction: column;
  }
  .lp-kyuyo-mv_img--sp-show {
    display: block;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-kyuyo-mv_link {
    text-align: center;
    margin-bottom: var(--acq-spacing-xs);
  }
  .lp-kyuyo-mv_btn-list {
    flex-direction: column;
  }
  .lp-kyuyo-mv_btn-list_item {
    width: 100%;
  }
}
@media only screen and (max-width: 701px) {
  .lp-kyuyo-mv_img::before {
    right: 0;
  }
  .lp-kyuyo-mv_btn-list {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------
    Box
  ----------------------------------------------------------------- */
/* .acq-box
  ----------------------------------------------- */
.acq-box.-lp-kyuyo-next-shadow {
  box-shadow: 0 4px 12px rgba(143, 140, 138, 0.2);
}

.-lp-kyuyo-next-box {
  min-width: min(100%, 1000px);
  max-width: 1000px;
}

/* .kyuyo-box-01
  ----------------------------------------------- */
.kyuyo-box-01 {
  --color-bg: var(--acq-color-bg-beige);
  --color-bg-internal: var(--acq-color-white);
  max-width: var(--acq-width-content);
  margin: 96px auto 80px;
  border-radius: var(--acq-rounded-lg);
  overflow: hidden;
  box-shadow: var(--acq-shadow-card);
}

.kyuyo-box-01_head {
  padding: 16px 24px;
  background-color: var(--lp-kyuyo-next-color-bg-02);
  color: var(--acq-color-white);
}

.kyuyo-box-01_hdg {
  padding: 16px;
  text-align: center;
  font-size: 3.4rem;
}

.kyuyo-box-01_content {
  padding: 0;
}

.kyuyo-box-01_content > :first-child {
  margin-top: 0;
}

.kyuyo-box-01_content > :last-child {
  margin-bottom: 0;
}

.kyuyo-box-01_content-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kyuyo-box-01_content-item > :first-child {
  margin-top: 0;
}

.kyuyo-box-01_content-item > :last-child {
  margin-bottom: 0;
}

.kyuyo-box-01_main {
  padding: 48px 88px 40px;
  background-color: var(--acq-color-white);
}

.kyuyo-box-01_main > .kyuyo-text.-lead:first-child {
  margin-top: 0;
}

.kyuyo-box-01_text {
  margin-bottom: 24px;
}

.kyuyo-box-01_pickup {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--lp-kyuyo-next-color-light);
  margin-bottom: 24px;
}

.kyuyo-box-01_pickup-text {
  text-align: center;
  font-weight: 700;
  line-height: 2.125;
}

.kyuyo-box-01_sub {
  background-color: var(--lp-kyuyo-next-color-bg-03);
  color: var(--acq-color-white);
  text-align: center;
}

.kyuyo-box-01_sub a {
  display: block;
  padding: 16px 24px;
  width: 100%;
}

.kyuyo-box-01_sub a:is(:hover, :active, :focus-visible) {
  opacity: 0.7;
}

.kyuyo-box-01_sub .acq-link {
  color: var(--acq-color-white);
  border: none;
}

.kyuyo-box-01_sub .acq-link::before {
  background-color: var(--acq-color-white);
}

.kyuyo-box-01_sub .acq-link::after {
  -webkit-mask: url("/common_a/img/acquisition/general/mask/angle-bottom.svg") no-repeat center/10px;
  mask: url("/common_a/img/acquisition/general/mask/angle-bottom.svg") no-repeat center/10px;
  background-color: var(--lp-kyuyo-next-color);
}

.kyuyo-box-01_anchor {
  padding: 16px;
  text-align: center;
  font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
  .kyuyo-box-01_content.-col {
    flex-direction: column;
  }
  .kyuyo-box-01_main {
    padding: 20px 16px;
  }
  .kyuyo-box-01_label {
    margin: 0 auto 24px;
  }
  .kyuyo-box-01_card-list {
    display: inline-flex;
    flex-direction: column;
  }
}
/* .kyuyo-box-02 （kyuyo.cssのkyuyo-box-01をリネームして流用）
----------------------------------------------- */
.kyuyo-box-02 {
  margin-block: 80px 24px;
  padding: 0 20px;
}
.kyuyo-box-02 + .acq-list-note {
  margin-bottom: 16px;
}
.kyuyo-box-02_inner {
  position: relative;
  align-items: center;
  padding: 24px 72px 24px 60px;
  display: grid;
  grid-template-areas: "text img" "text btn";
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto auto;
  gap: 0 72px;
  background-color: var(--acq-color-white);
  box-shadow: 0 4px 12px rgba(143, 140, 138, 0.2);
  border-radius: 24px;
}
.kyuyo-box-02_label {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
}
.kyuyo-box-02_text {
  grid-area: text;
}
.kyuyo-box-02_title {
  font-weight: var(--acq-font-weight-bold);
  font-size: var(--acq-font-size-xl);
  line-height: 1.4;
}
.kyuyo-box-02_title em {
  font-size: var(--acq-font-size-5xl);
}
.kyuyo-box-02_lead {
  margin-top: 10px;
  font-size: var(--acq-font-size-sm);
}
.kyuyo-box-02_img {
  grid-area: img;
  justify-self: center;
}
.kyuyo-box-02_btn {
  grid-area: btn;
  justify-self: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kyuyo-box-02_inner {
    display: block;
    margin-top: 48px;
    padding: 24px 20px 32px;
  }
  .kyuyo-box-02_title {
    text-align: center;
  }
  .kyuyo-box-02_lead {
    text-align: left;
  }
  .kyuyo-box-02_img {
    margin-top: 16px;
  }
  .kyuyo-box-02_btn {
    text-align: center;
  }
}

/* ----------------------------------------------------------------
    Header
  ----------------------------------------------------------------- */
/* acq-header-nav_btn////
/////////// */
.acq-header-nav_btn {
  position: relative;
  padding: 16px 36px 16px 8px;
  font-size: 1.3rem;
}

.acq-header-nav_btn::before {
  -webkit-mask: url("/common_a/img/acquisition/general/mask/angle-bottom.svg") no-repeat center;
  mask: url("/common_a/img/acquisition/general/mask/angle-bottom.svg") no-repeat center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  display: block;
  content: "";
  position: absolute;
  inset: 0 16px 0 auto;
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: var(--lp-kyuyo-next-color-bg-02);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 1024px) {
  .acq-header-nav_btn::before {
    inset: 0 20px 0 auto;
  }
}
/* list-btn////
/////////// */
.acq-header-nav_list .list-btn {
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.acq-header-nav_list .list-btn:has(+ .list-btn) {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  .acq-header-nav_list .list-btn {
    padding: 16px;
  }
}
/* kaikeinext_btn */
.kaikeinext_hed_sp_btn {
  display: none;
}

.acq-header-menu_btn::before,
.acq-header-menu_btn::after,
.acq-header-menu_btn-text::before {
  background-color: var(--lp-kyuyo-next-color-bg-02);
}

/* .lp-kyuyo-next-header
  ----------------------------------------------- */
.lp-kyuyo-next-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: var(--acq-z-index-header);
}

.lp-kyuyo-next-header_body {
  background-color: var(--acq-color-white);
  border-bottom: 1px solid var(--acq-color-beige);
}

.lp-kyuyo-next-header_inner {
  --padding-top-header: 16px;
  --padding-bottom-header: 18px;
  max-width: var(--acq-width-header);
  min-height: 40px;
  padding: var(--padding-top-header) var(--acq-gutter-header) var(--padding-bottom-header);
  margin: 0 auto;
  box-sizing: content-box;
}

.lp-kyuyo-next-header_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 24px;
}

.lp-kyuyo-next-header_row-group {
  display: flex;
  column-gap: 32px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .lp-kyuyo-next-header_inner {
    --padding-top-header: 5px;
    --padding-bottom-header: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 6px 12px;
  }
  .lp-kyuyo-next-header_row {
    display: contents;
  }
  .lp-kyuyo-next-header_row-group {
    display: contents;
  }
}
/* ----------------------------------------------------------------
    Text (.kyuyo-text[-*])
  ----------------------------------------------------------------- */
/* .kyuyo-text
  ----------------------------------------------- */
.kyuyo-text {
  color: var(--lp-kyuyo-next-color-text);
}

.kyuyo-text.-lead {
  margin: 80px 0 60px;
  text-align: center;
  font-size: var(--acq-font-size-2xl);
}

.kyuyo-text.-free {
  display: flex;
  justify-content: center;
}

.kyuyo-text.-free b {
  display: flex;
  align-items: center;
}

.kyuyo-text.-free .icon-free {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .kyuyo-text.-lead {
    font-size: var(--acq-font-size-xl);
  }
  .kyuyo-text.-free {
    display: flex;
    justify-content: center;
  }
  .kyuyo-text.-free b {
    display: flex;
    flex-direction: column;
  }
}
/* .kyuyo-text-campaign-expiration
  ----------------------------------------------- */
.kyuyo-text-campaign-expiration {
  text-align: center;
}

.kyuyo-text-campaign-expiration_inner {
  display: inline-block;
  padding: 8px 28px;
  color: var(--acq-color-white);
  font-size: 2.4rem;
  background-color: var(--lp-kyuyo-next-color-02);
  border-radius: 8px;
  font-weight: 700;
  font-family: "HiraginoUDSansStd-W6", sans-serif;
}

.kyuyo-text-campaign-expiration_inner .num {
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

/* ----------------------------------------------------------------
    Hdg
  ----------------------------------------------------------------- */
/* .acq-hdg
  ----------------------------------------------- */
.acq-hdg-index-l2 {
  font-size: 4.2rem;
  color: var(--lp-kyuyo-next-color-text);
}
.acq-hdg-index-l2::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .acq-hdg-index-l2 {
    font-size: 3rem;
  }
}
/* ----------------------------------------------------------------
    Button
  ----------------------------------------------------------------- */
/* .acq-btn
  ----------------------------------------------- */
.acq-btn.-color-kyuyo {
  border-color: var(--lp-kyuyo-next-color-02);
  color: var(--lp-kyuyo-next-color-text);
  background-color: var(--acq-color-white);
}

.acq-btn.-color-kyuyo .acq-btn_icon {
  filter: none;
}

.acq-btn.-down::after {
  background-color: var(--acq-color-highlight);
}

.acq-btn-modal_label {
  width: 100%;
  padding: 0 var(--padding) 0 0;
  color: var(--lp-kyuyo-next-color-text);
}

.acq-btn-modal_label::before {
  background-color: var(--acq-color-white);
  top: 50%;
  right: 3px;
  bottom: unset;
  left: unset;
  transform: translateY(-50%);
  z-index: 1;
}

.acq-btn-modal_label::after {
  display: block;
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--lp-kyuyo-next-color-bg-02);
}

.acq-btn-modal:is(:hover, :active, :focus-visible) {
  background-color: var(--lp-kyuyo-next-color-light);
}

@media only screen and (max-width: 767px) {
  .acq-btn-modal_label::before {
    right: 4px;
  }
}
.acq-btn-modal_label::before .acq-box .acq-media-lyt_hdg {
  font-size: 3.6rem;
  color: var(--lp-kyuyo-next-color-text);
}

.acq-btn-modal_label::before .acq-box .acq-media-lyt_item {
  flex: 1;
}

.acq-btn-modal_label::before .acq-box .acq-media-lyt_content {
  flex: 1 0 20%;
  font-size: 1.8rem;
}

/* ----------------------------------------------------------------
    Header
  ----------------------------------------------------------------- */
/* .acq-header-cv
  ----------------------------------------------- */
.acq-header-cv_list .acq-btn {
  padding-right: 40px;
}

.acq-header-cv_list .acq-btn.-color-02::before {
  background-color: var(--color-main);
}

.acq-header-cv_list .acq-btn.-color-02::after {
  background-color: var(--acq-color-white);
}

/* ----------------------------------------------------------------
    Layout
  ----------------------------------------------------------------- */
/* .acq-lyt-col
  ----------------------------------------------- */
.acq-lyt-col:has(.products-hdg-lead) .acq-lyt-col_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.acq-lyt-col:has(.products-hdg-lead) .acq-btn {
  height: auto;
}

.acq-lyt-col.-lp-kyuyo-next-lyt-col {
  align-items: center;
}

.acq-lyt-col.-lp-kyuyo-next-grid-gap .acq-box {
  gap: 0;
  width: 100%;
}

/* ----------------------------------------------------------------
    Table
  ----------------------------------------------------------------- */
/* .acq-table
  ----------------------------------------------- */
.acq-table.-company table {
  box-shadow: var(--acq-shadow-card);
}

.acq-table.-company tbody tr {
  border-color: #fff;
}

.acq-table.-company tbody tr:last-child th,
.acq-table.-company tbody tr:last-child td {
  border-bottom: none;
}

.acq-table.-company tbody th {
  border-color: #fff;
  background-color: #aedebb;
  color: var(--lp-kyuyo-next-color-text);
  border-bottom: 3px solid #fff;
}

.acq-table.-company tbody td {
  border-color: #fff;
  color: var(--lp-kyuyo-next-color-text);
  border-bottom: 3px solid var(--lp-kyuyo-next-color-light);
}

.acq-table.-company *.border-top-left-radius {
  border-top-left-radius: 10px;
}

.acq-table.-company *.border-top-right-radius {
  border-top-right-radius: 10px;
}

.acq-table.-company *.border-bottom-left-radius {
  border-bottom-left-radius: 10px;
}

.acq-table.-company *.border-bottom-right-radius {
  border-bottom-right-radius: 10px;
}

/* ----------------------------------------------------------------
    Toggle
  ----------------------------------------------------------------- */
/* .acq-toggle
  ----------------------------------------------- */
.acq-toggle_title::before {
  background-color: var(--lp-kyuyo-next-color-text);
}

/* .acq-toggle-faq
  ----------------------------------------------- */
.acq-toggle-faq_item {
  border: none;
}

.acq-toggle-faq_title {
  color: var(--lp-kyuyo-next-color-text);
}

.acq-toggle-faq_title::before {
  color: var(--lp-kyuyo-next-color-text);
}

.acq-toggle-faq_title::after {
  background-color: var(--lp-kyuyo-next-color-02);
}

.acq-toggle-faq_content {
  border-top: 1px solid var(--lp-kyuyo-next-color-04);
  color: var(--lp-kyuyo-next-color-text);
}

/* .lp-kyuyo-next-feature-linklist
----------------------------------------------- */
.lp-kyuyo-next-feature-linklist {
  margin: 32px 0 80px;
}
.lp-kyuyo-next-feature-linklist_inner {
  display: grid;
  grid-template-areas: "item-01 img item-03" "item-02 img item-04";
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  justify-content: center;
  align-items: center;
  gap: 24px 0;
}
.lp-kyuyo-next-feature-linklist_img {
  grid-area: img;
}
.lp-kyuyo-next-feature-linklist_item {
  border: 2px solid #8ac99b;
  border-radius: 6px;
  max-width: 353px;
  width: 100%;
  min-height: 170px;
  text-align: center;
}
.lp-kyuyo-next-feature-linklist_item.-item-01 {
  grid-area: item-01;
}
.lp-kyuyo-next-feature-linklist_item.-item-02 {
  grid-area: item-02;
}
.lp-kyuyo-next-feature-linklist_item.-item-03 {
  grid-area: item-03;
}
.lp-kyuyo-next-feature-linklist_item.-item-04 {
  grid-area: item-04;
}
.lp-kyuyo-next-feature-linklist_link {
  display: block;
  padding: 28px 24px;
  text-decoration: none;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
}
.lp-kyuyo-next-feature-linklist_link:is(:hover, :active, :focus-visible) {
  background-color: #aedebb;
}
.lp-kyuyo-next-feature-linklist_title {
  color: #1fa357;
  font-size: var(--acq-font-size-3xl);
}
.lp-kyuyo-next-feature-linklist_text {
  font-weight: var(--acq-font-weight);
  font-size: var(--acq-font-size-lg);
  margin-top: 8px;
  color: rgba(30, 30, 30, 0.831372549);
}
@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-feature-linklist {
    margin: 24px 0 60px;
  }
  .lp-kyuyo-next-feature-linklist_inner {
    grid-template-areas: "img" "item-01" "item-02" "item-03" "item-04";
    grid-template-columns: 1fr;
  }
  .lp-kyuyo-next-feature-linklist_item {
    min-height: unset;
  }
}

/* .lp-kyuyo-next-toggle-switch
----------------------------------------------- */
.lp-kyuyo-next-toggle-switch_switch {
  display: inline-block;
  margin-block: 12px;
}
.lp-kyuyo-next-toggle-switch_switch-inner {
  font-weight: var(--acq-font-weight-bold);
}
.lp-kyuyo-next-toggle-switch_switch-text {
  display: inline-block;
}
.lp-kyuyo-next-toggle-switch_switch-text.-textDisabled {
  filter: brightness(0) saturate(100%) invert(64%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(86%) contrast(95%);
}
.lp-kyuyo-next-toggle-switch_switch label {
  display: inline-flex;
  align-self: center;
}
.lp-kyuyo-next-toggle-switch_switch label input {
  display: inline-block;
  margin: 0 8px;
  padding: 2px 0;
  background-color: var(--acq-color-white);
  color: var(--acq-color-primary);
  width: 44px;
  height: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.lp-kyuyo-next-toggle-switch_switch label input::before {
  display: inline-block;
  content: "";
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
  background-color: var(--lp-kyuyo-next-color-02);
  border-radius: 50vh;
  transition: left 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.lp-kyuyo-next-toggle-switch_switch label input:checked::before {
  left: 25px;
}
.lp-kyuyo-next-toggle-switch_switch label input[disabled] {
  color: var(--acq-color-beige);
}
.lp-kyuyo-next-toggle-switch_switch label span {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100vw;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-toggle-switch_switch-inner {
    display: flex;
    align-items: center;
    font-size: var(--acq-font-size-sm);
  }
  .lp-kyuyo-next-toggle-switch_switch-text {
    display: inline-block;
    max-width: 100px;
  }
}

/* .lp-kyuyo-next-plan-list
----------------------------------------------- */
.lp-kyuyo-next-plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  margin: 0 auto var(--acq-spacing-md);
}
.lp-kyuyo-next-plan-list:last-child {
  margin-bottom: 0;
}
.lp-kyuyo-next-plan-list.-col2-pc {
  grid-template-columns: repeat(2, 1fr);
}
.lp-kyuyo-next-plan-list.-col4-pc {
  grid-template-columns: repeat(4, 1fr);
}
.lp-kyuyo-next-plan-list_inner {
  height: 100%;
  background-color: #f2eeeb;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span var(--row-item);
}
.lp-kyuyo-next-plan-list_inner.-recommend {
  background-color: var(--lp-kyuyo-next-color-02);
}
.lp-kyuyo-next-plan-list_inner.-recommend .lp-kyuyo-next-plan-list_item.-title {
  position: relative;
  color: var(--acq-color-white);
}
.lp-kyuyo-next-plan-list_inner.-recommend .lp-kyuyo-next-plan-list_item.-title .lp-kyuyo-next-plan-list_hdg {
  padding-right: 60px;
}
.lp-kyuyo-next-plan-list_inner.-recommend .lp-kyuyo-next-plan-list_item {
  color: var(--acq-color-white);
}
.lp-kyuyo-next-plan-list_inner.-recommend .lp-kyuyo-next-plan-list_item.-feature {
  background-color: #64d296;
}
.lp-kyuyo-next-plan-list_inner.-recommend .lp-kyuyo-next-plan-list_item.-cta a {
  color: var(--acq-color-white);
}
.lp-kyuyo-next-plan-list_inner.-recommend .lp-kyuyo-next-plan-list_item .acq-list li {
  color: var(--acq-color-white);
}
.lp-kyuyo-next-plan-list_inner.-recommend .lp-kyuyo-next-plan-list_item .acq-list li.-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.lp-kyuyo-next-plan-list_icon {
  position: absolute;
  top: 8px;
  right: 8px;
}
.lp-kyuyo-next-plan-list_item {
  border-bottom: 1px solid var(--acq-color-white);
  padding: 30px 32px;
}
.lp-kyuyo-next-plan-list_item:last-child {
  border-bottom: none;
}
.lp-kyuyo-next-plan-list_item > :first-child {
  margin-top: 0;
}
.lp-kyuyo-next-plan-list_item > :last-child {
  margin-bottom: 0;
}
.lp-kyuyo-next-plan-list_item .acq-list {
  margin: 10px 0 0;
}
.lp-kyuyo-next-plan-list_item .acq-list li {
  padding-left: 0;
  font-size: var(--acq-font-size-sm);
}
.lp-kyuyo-next-plan-list_item .acq-list li.-disabled {
  color: rgba(30, 30, 30, 0.5);
}
.lp-kyuyo-next-plan-list_item .acq-list li::before, .lp-kyuyo-next-plan-list_item .acq-list li::after {
  display: none;
}
.lp-kyuyo-next-plan-list_item.-title .lp-kyuyo-next-plan-list_hdg {
  font-size: 2.4rem;
  margin-bottom: 4px;
}
.lp-kyuyo-next-plan-list_item.-feature {
  background-color: #faf7f5;
}
.lp-kyuyo-next-plan-list_lead {
  font-size: var(--acq-font-size-lg);
  font-weight: var(--acq-font-weight-bold);
}
.lp-kyuyo-next-plan-list_price {
  font-size: 4.6rem;
  margin-right: 4px;
  font-weight: 500;
}
.lp-kyuyo-next-plan-list_labelList {
  margin: 20px 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}
.lp-kyuyo-next-plan-list_labelList-item {
  border-radius: 2px;
  padding: 4px 6px;
  background-color: #eef2f9;
  font-size: 1.1rem;
  font-weight: var(--acq-font-weight-bold);
  color: var(--acq-color-primary);
}
.lp-kyuyo-next-plan-list_labelList-item.-disabled {
  color: #cdcdcd;
  background-color: #f2eeeb;
}
.lp-kyuyo-next-plan-list_hdg {
  font-size: 1.1rem;
  font-weight: var(--acq-font-weight-bold);
}
.lp-kyuyo-next-plan-list_link {
  text-align: center;
}
.lp-kyuyo-next-plan-list_link a {
  color: rgb(67, 111, 192);
  text-decoration: none;
}
.lp-kyuyo-next-plan-list_link a:is(:hover, :active, :focus-visible) {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .lp-kyuyo-next-plan-list {
    grid-template-columns: 1fr !important;
    row-gap: 24px;
  }
  .lp-kyuyo-next-plan-list_inner {
    grid-template-rows: unset;
  }
  .lp-kyuyo-next-plan-list_item {
    padding: 24px 20px;
  }
  .lp-kyuyo-next-plan-list_icon {
    top: 0;
    right: 0;
  }
}

/* ----------------------------------------------------------------
    Footer
  ----------------------------------------------------------------- */
/* .acq-footer
  ----------------------------------------------- */
.acq-footer {
  position: relative;
  overflow: hidden;
  border: none;
}

.acq-footer-utility {
  background-color: var(--lp-kyuyo-next-color-02);
  color: var(--acq-color-white);
}

.acq-footer-utility_list li a {
  color: var(--acq-color-white);
  text-decoration: none;
}

.acq-footer-utility_list li a:is(:hover, :active, :focus-visible) {
  text-decoration: underline;
}

/* ----------------------------------------------------------------
Utility
  ----------------------------------------------------------------- */
/* .acq-u-color-highlight
  ----------------------------------------------- */
a > .acq-u-color-highlight {
  text-decoration-color: var(--acq-color-highlight);
}

@media only screen and (max-width: 1001px) {
  .lp-kyuyo-next-note--sp-center {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
/* .display-none
  ----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .acq-u-display-none-sp {
    display: none;
  }
}
/* .kyuyo-list-step
  ----------------------------------------------- */
.kyuyo-list-step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  margin: 80px var(--acq-spacing-xl);
}

.kyuyo-list-step_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: var(--acq-gutter-content);
  background-color: var(--acq-color-white);
  border: 1px solid var(--acq-color-beige);
  border-radius: var(--acq-rounded-lg);
  padding-top: 48px;
}
.kyuyo-list-step_item + .kyuyo-list-step_item::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #009740;
  left: -36px;
  top: 40%;
}
@media only screen and (max-width: 767px) {
  .kyuyo-list-step_item + .kyuyo-list-step_item {
    margin-top: 52px;
  }
  .kyuyo-list-step_item + .kyuyo-list-step_item::before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid #009740;
    border-bottom: none;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.kyuyo-list-step_item img {
  display: block;
  margin: auto;
}

.kyuyo-list-step_num {
  position: absolute;
  top: -32px;
  left: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: var(--acq-color-white);
  background-color: var(--lp-kyuyo-next-color-02);
  border-radius: 50%;
  font-size: var(--acq-font-size-xl);
  font-weight: bold;
  text-align: center;
  translate: -50% 0;
}

.kyuyo-list-step_num span {
  display: block;
  font-size: var(--acq-font-size-sm);
  margin-bottom: -22px;
}

.kyuyo-list-step_hdg {
  font-size: var(--acq-font-size-md);
  text-align: center;
}

.kyuyo-list-step_content {
  display: grid;
  align-items: center;
  font-size: var(--acq-font-size-sm);
  text-align: center;
  background-color: #e1f3e6;
  border-bottom-left-radius: var(--acq-rounded-lg);
  border-bottom-right-radius: var(--acq-rounded-lg);
  padding: 32px 24px;
}

.kyuyo-list-step_content > :first-child {
  margin-top: 0;
}

.kyuyo-list-step_content > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .kyuyo-list-step {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .kyuyo-list-step_content {
    font-size: var(--acq-font-size-md);
  }
}
/* .kyuyo-lyt-col-wide
----------------------------------------------- */
.kyuyo-lyt-col-wide {
  display: grid;
  gap: 16px;
}

.kyuyo-lyt-col-wide:has(.acq-list-anchor-fv.-kyuyo) {
  margin-bottom: var(--acq-spacing-sm);
}

.kyuyo-lyt-col-wide_item + .kyuyo-lyt-col-wide_item > .kyuyo-list-link-anchor-02 {
  margin-bottom: 0;
  height: 100%;
}

.kyuyo-lyt-col-wide:has(> .kyuyo-lyt-col-wide_item:first-child.-wide) {
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 767px) {
  .kyuyo-lyt-col-wide {
    grid-template-columns: 1fr !important;
  }
}
/* .kyuyo-list-link-anchor-02
----------------------------------------------- */
.kyuyo-list-link-anchor-02 {
  margin-bottom: 40px;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.kyuyo-list-link-anchor-02_inner {
  display: flex;
  gap: 16px;
}

.kyuyo-list-link-anchor-02 li {
  max-width: 179px;
  width: 100%;
  background-color: var(--acq-color-white);
  border-radius: 24px;
  text-align: center;
}

.kyuyo-list-link-anchor-02 a {
  padding: 24px 24px 48px;
  position: relative;
  display: block;
  height: 100%;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 24px;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
  text-align: center;
  color: var(--lp-kyuyo-next-color-text);
}
.kyuyo-list-link-anchor-02 a svg {
  bottom: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kyuyo-list-link-anchor-02 a > .type {
  font-size: var(--acq-font-size-xs);
  color: #22254c;
}

.kyuyo-list-link-anchor-02 a:is(:hover, :active, :focus-visible) {
  background-color: var(--acq-color-bg-gray);
  border: 1px solid var(--acq-color-beige);
}

.kyuyo-list-link-anchor-02_title {
  color: var(--acq-color-primary);
  font-size: var(--acq-font-size-xl);
  font-weight: var(--acq-font-weight-bold);
}

.kyuyo-list-link-anchor-02_text {
  margin-top: 8px;
  color: #22254c;
  font-size: var(--acq-font-size-md);
  font-weight: var(--acq-font-weight-bold);
}

@media only screen and (max-width: 767px) {
  .kyuyo-list-link-anchor-02_inner {
    grid-template-columns: 1fr;
  }
}
/* .kyuyo-list-box
----------------------------------------------- */
.kyuyo-list-box {
  margin: 0 auto var(--acq-spacing-lg);
  border-radius: var(--acq-rounded-lg);
  box-shadow: var(--acq-shadow-card);
}

.kyuyo-list-box_head {
  padding: 16px 24px;
  background-color: var(--lp-kyuyo-next-color-text);
  border-radius: var(--acq-rounded-lg) var(--acq-rounded-lg) 0 0;
  color: var(--acq-color-white);
  overflow: hidden;
}

.kyuyo-list-box_hdg {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--acq-font-size-md);
}

.kyuyo-list-box_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
  padding: 20px;
  margin-bottom: 0;
  background-color: var(--acq-color-white);
  overflow: hidden;
}

.kyuyo-list-box_body > li {
  padding: 20px 0;
  border-top: 2px solid var(--acq-color-beige);
}

.kyuyo-list-box_body > li:nth-child(-n+2) {
  border: 0;
}

.kyuyo-list-box_text {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .kyuyo-list-box_body {
    grid-template-columns: 1fr;
  }
}
.acq-list-anchor-fv.-kyuyo {
  margin-bottom: 0;
  box-shadow: none;
}

.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_head {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  padding-block: 24px 20px;
  background-color: var(--acq-color-white);
  position: relative;
}

.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_head::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 0 -60px 0;
  margin: auto;
  height: 1px;
  width: calc(100% - 48px);
  background-color: var(--acq-color-beige);
}

.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_title {
  color: var(--lp-kyuyo-next-color-text);
  font-size: var(--acq-font-size-xl);
}

.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_body {
  border: none;
}

.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_body li a {
  font-size: var(--acq-font-size-xs);
  padding-top: 12px;
  background: none;
}
.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_body li a svg {
  bottom: 22px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_body li a svg {
    right: 24px;
  }
}

.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_body li a:is(:hover, :active, :focus-visible) {
  border: 1px solid var(--acq-color-beige);
  border-top: 0;
}

.acq-list-anchor-fv.-kyuyo .acq-list-anchor-fv_label {
  font-size: var(--acq-font-size-md);
  color: var(--lp-kyuyo-next-color-text);
}

.acq-list-anchor-fv_item.-kyuyo-btn {
  flex: 1 0 auto;
}

.acq-list-anchor-fv_item a {
  height: auto;
}

.acq-lyt-col.-kyuyo-grid-gap .acq-box {
  gap: 0;
  width: 100%;
}

.acq-lyt-col.-kyuyo-align-center {
  align-items: center;
}

.acq-media-lyt.-kyuyo-align-center {
  align-items: center;
}