/* =========================
  Base
========================= */
@font-face {
  font-family: "AvenirNextRegular";
  src: url("/kojin/teiki/cam/2026/assets/fonts/avenir-next-condensed-medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  color: #171F40;
  font-family:"游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
  "Meiryo", sans-serif;

  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
svg {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
}
/* ==============================
  共通
============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.rs-teiki-sp-only {
  display: none;
}

/* ==============================
  FV
============================== */
.rs-teiki-fv {
  position: relative;
  width: 100%;
  height: 692px;
  overflow: hidden;
}

.rs-teiki-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("/kojin/teiki/cam/2026/assets/images/fv-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.rs-teiki-fv__decoration {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.rs-teiki-fv__decoration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rs-teiki-fv__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 40px;
  text-align: center;
}

/* 上部ラベル */
.rs-teiki-fv__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}

.rs-teiki-fv__limited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 8px;
  background-color: #178D54;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.rs-teiki-fv__target {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 8px;
  border: 1px solid #178D54;
  color: #00806f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* リード */
.rs-teiki-fv__lead {
  margin: 0 0 20px;
  color: #005532;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: -10px;
}

/* メインタイトル画像 */
.rs-teiki-fv__title {
  width: 550px;
  margin: 0 auto;
}

.rs-teiki-fv__title img {
  display: block;
  width: 100%;
}

/* 期間画像 */
.rs-teiki-fv__period {
  width: 660px;
  margin: 0px auto;
}

.rs-teiki-fv__period img {
  display: block;
  width: 100%;
}

/* 下部コピー */
.rs-teiki-fv__copy {
  margin: 0 auto;
  color: #005532;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0px 0px 5px #178d54;
  max-width: 530px;
  margin-top: -10px;
}

/* ==============================
  SP
  ※メディアクエリは max-width:767px のみ
============================== */
@media (max-width: 767px) {
  .rs-teiki-sp-only {
    display: block;
  }

  .rs-teiki-fv {
    height: 667px;
  }

  .rs-teiki-fv__bg {
    background-image: url("/kojin/teiki/cam/2026/assets/images/fv-bg-sp.png");
    background-position: center top;
    background-size: cover;
  }

  .rs-teiki-fv__inner {
    padding: 10px 0px 20px;
  }

  .rs-teiki-fv__top {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .rs-teiki-fv__limited {
    position: relative;
    left: auto;
    display: flex;
    width: fit-content;
    min-width: 177px;
    margin: 0 auto;
    padding: 6px 0px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }

  .rs-teiki-fv__target {
    position: relative;
    left: auto;
    display: flex;
    width: fit-content;
    min-width: 177px;
    margin: 7px auto 0;
    padding: 5px 0px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }

  .rs-teiki-fv__lead {
    margin: 60px 0 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  .rs-teiki-fv__title {
    max-width: 360px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .rs-teiki-fv__period {
    width: 100%;
    margin: 50px 0px 15px;
  }

  .rs-teiki-fv__copy {
    font-size: 20px;
    line-height: 1.4;
    max-width: 250px;
  }
  .rs-teiki-fv__decoration {
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: 2;
    display: block;
    width: 95%;
    max-width: 1200px;
    max-width: 360px;
    height: auto;
    transform: translateX(-50%);
    pointer-events: none;
}
}

/* =========================
  Template adjustment
========================= */
.rs-main {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
@media screen and (min-width: 767px) {
.sp-br {
  display: none;
}
}

/* =========================
  Common
========================= */
.dt-sectionTitle {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: #171F40;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}


.dt-sectionTitle span {
  position: relative;
  display: inline-block;
}

.dt-sectionTitle::before,
.dt-sectionTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 23px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dt-sectionTitle::before {
  left: -35px;
  background-image: url("/kojin/teiki/cam/2026/assets/images/title-deco.png");
  transform: translateY(-50%);
}

.dt-sectionTitle::after {
  right: -35px;
  background-image: url("/kojin/teiki/cam/2026/assets/images/title-deco.png");
  transform: translateY(-50%) scaleX(-1);
}
/* =========================
  choose
========================= */
.dt-choose__image  {
  text-align: center;
  }
.dt-choose__image img {
width: 520px;
margin: 0 auto;
margin-top: 45px;
}
/* =========================
  Feature
========================= */
.dt-feature {
  width: 100%;
  padding: 45px 0 45px;
  background: #fff;
  color: #171F40;
  overflow: hidden;
}

.dt-feature__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.dt-feature__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  margin-top: 45px;
}

.dt-feature__item {
  width: calc((100% - 44px) / 3);
  margin: 0;
}

.dt-feature__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
  Scheme
========================= */
.dt-scheme {
  width: 100%;
  padding: 80px 0 100px;
  background: #fff;
  color: #171F40;
  overflow: hidden;
}

.dt-scheme__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.dt-scheme__image {
  width:100%;
  margin: 45px auto 0;
}

.dt-scheme__image picture,
.dt-scheme__image img {
  display: block;
  width: 100%;
  height: auto;
}

.dt-product__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 45px;
}

.dt-product__button {
  display: block;
  max-width: 560px;
  transition: all .4s;
  box-shadow: 0 8px 0px #b2a48280;
  border-radius: 12px;
}
a:hover > img {
  opacity: 1;
}
.dt-product__button:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
  transition: all .4s;
  opacity: 1!important;
}

.dt-product__button img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
  PC narrow adjustment
========================= */
@media screen and (min-width: 768px) and (max-width: 899px) {
  .dt-feature__inner,
  .dt-scheme__inner {
    padding-right: 32px;
    padding-left: 32px;
  }

  .dt-feature__list {
    gap: 28px;
  }

  .dt-feature__item {
    width: 31%;
  }
  
}

/* =========================
  SP
========================= */
@media screen and (max-width: 767px) {
  #wrap #mainArea main {
    padding: 0 0px;
  }
  .dt-product__button {
    display: block;
    width: 100%!important;
    transition: all .4s;
    box-shadow: 0 8px 0px #b2a48280;
    border-radius: 12px;
}
  .dt-choose__image img {
    width: 520px;
    margin: 0 auto;
    margin-top: 30px;
}
  .dt-sectionTitle {
    font-size: 24px;
    line-height: 1.45;
  }

  .dt-sectionTitle::before,
  .dt-sectionTitle::after {
    width: 20px;
    height: 65px;
  }
  .dt-scheme__inner .dt-sectionTitle::before {
    width: 30px;
    height: 65px;
  }
  .dt-scheme__inner .dt-sectionTitle::after {
    width: 30px;
    height: 65px;
  }

  .dt-sectionTitle::before {
    left: -38px;
  }

  .dt-sectionTitle::after {
    right: -38px;
  }

  .dt-feature {
    padding: 45px 0 45px;
  }

  .dt-feature__inner {
    max-width: none;
    padding: 0 20px;
  }

  .dt-feature__list {
    display: block;
    width: 100%;
    margin-top: 26px;
  }

  .dt-feature__item {
    width: 78%;
    max-width: 100%;
    margin: 0 auto;
  }

  .dt-feature__item + .dt-feature__item {
    margin-top: 28px;
  }

  .dt-scheme {
    padding: 0 0 0px;
  }

  .dt-scheme__inner {
    max-width: none;
    padding: 80px 20px;
    padding-top: 80px;
  }

  .dt-scheme__image {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (min-width: 767px) {
  .sp {
    display: none!important;
  }
  }
  
  @media screen and (max-width: 767px) {
    .pc {
      display: none!important;
    }
  }

  /* ==============================
  RATE
============================== */
.rs-teiki-rate {
  width: 100%;
  padding: 120px 0 30px;
  background-image: url("/kojin/teiki/cam/2026/assets/images/rate-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.rs-teiki-rate__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.rs-teiki-pc-only {
  display: block;
}

.rs-teiki-rate__people {
 max-width: 750px;
  margin: 0 auto 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;

}

.rs-teiki-rate__people img {
  display: block;
  width: 100%;
  height: auto;
}

.rs-teiki-rate__lead {
  margin: 0 0 20px;
  color: #383737;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

.rs-teiki-rate__box {
  width: 100%;
  margin: 0 auto;
}

.rs-teiki-rate__box img {
  display: block;
  width: 100%;
  height: auto;
}

.rs-teiki-rate__notes {
  width: 100%;
  margin: 10px auto 0;
  padding: 0;
  color: #383737;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
  list-style: none;
}

.rs-teiki-rate__notes li {
  position: relative;
  margin: 0;
  padding-left: 23px;
  letter-spacing: 0.03em;
}

.rs-teiki-rate__notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ==============================
  SP
============================== */
@media (max-width: 767px) {
  .rs-teiki-pc-only {
    display: none;
  }

  .rs-teiki-rate {
    padding: 80px 0 30px;
    background-image: url("/kojin/teiki/cam/2026/assets/images/rate-bg-sp.png");
    background-position: center top;
    background-size: cover;
  }

  .rs-teiki-rate__inner {
    padding: 0 20px;
  }

 

  .rs-teiki-rate__lead {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
  }

  .rs-teiki-rate__box {
padding: 0 30px;
    margin: 0 auto;
  }
  .rs-teiki-rate__people {
    max-width: 750px;
    margin: 0 auto 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
}
  .rs-teiki-rate__notes {
    width: 100%;
    margin: 20px auto 0;
    line-height: 26px;
  }
}
.rs-teiki-rate__people img,
.rs-teiki-rate__box img {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}


/* ==============================
  OUTLINE
============================== */
.rs-teiki-outline {
  width: 100%;
  padding: 80px 0 60px;
  background-image: url("/kojin/teiki/cam/2026/assets/images/outline-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.rs-teiki-outline__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* ==============================
  PC TABLE
============================== */
.rs-teiki-outline__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  color: #383737;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.rs-teiki-outline__col-main {
  width: 55px;
}

.rs-teiki-outline__col-sub {
  width: 145px;
}

.rs-teiki-outline__col-body {
  width: auto;
}

.rs-teiki-outline__table th,
.rs-teiki-outline__table td {
  border: 1px solid #178C4F;
  vertical-align: middle;
}

.rs-teiki-outline__table th {
  padding: 13px 18px;
  background-color: #FFF8AF;
  color: #1A9B63;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
th.rs-teiki-outline__main-head {
  text-align: center;
}
.rs-teiki-outline__table td {
  padding: 13px 10px;
  background-color: #fff;
  color: #383737;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.rs-teiki-outline__table span {
  font-size: 16px;
  font-weight: 400;
}

.rs-teiki-outline__table strong {
  font-weight: 700;
}

.rs-teiki-outline__main-head {
  width: 60px;
}

.rs-teiki-outline__sub-head {
  width: 155px;
}

/* ==============================
  PC RATE INNER TABLE
============================== */
.rs-teiki-outline__rate-wrap {
  padding: 0 !important;
}

.rs-teiki-outline__rate-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.rs-teiki-outline__rate-table th,
.rs-teiki-outline__rate-table td {
  width: 33.333%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #178C4F;
  background-color: #fff;
  text-align: center;
}

.rs-teiki-outline__rate-table th:first-child,
.rs-teiki-outline__rate-table td:first-child {
  border-left: 0;
}

.rs-teiki-outline__rate-table--term th {
  padding: 15px 10px;
  color: #1A9B63;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.rs-teiki-outline__rate-table--value td {
  padding: 4px 8px 8px;
  color: #1A9B63;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.rs-teiki-outline__yen {
  display: inline-block;
  color: #1A9B63;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1;
  vertical-align: baseline;
}

.rs-teiki-outline__rate-table--value strong {
  display: inline-block;
  color: #008C4F;
  font-size: 85px;
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
  letter-spacing: -0.025em;
  font-family: "AvenirNextRegular", Arial, sans-serif;
}

.rs-teiki-outline__percent {
  display: inline-block;
  color: #178C4F;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1;
  vertical-align: baseline;
}

.rs-teiki-outline__rate-table--value em {
  display: block;
  margin-top: 4px;
  color: #383737;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

/* ==============================
  DISPLAY
============================== */
.rs-teiki-outline__table--pc {
  display: table;
}

.rs-teiki-outline-sp {
  display: none;
}
.rs-teiki-outlineTitle {
  font-size: 40px;
  font-weight: bold;
  color: #1A9B63;
  text-align: center;
  margin-bottom: 40px;
}
/* ==============================
  SP
============================== */
@media (max-width: 767px) {
  .rs-teiki-outline {
    padding: 60px 0 60px;
    background-image: url("/kojin/teiki/cam/2026/assets/images/outline-bg-sp.png");
    background-position: center top;
    background-size: cover;
  }

  .rs-teiki-outline__inner {
    padding: 0 20px;
  }

  .rs-teiki-outline__table--pc {
    display: none;
  }

  .rs-teiki-outline-sp {
    display: block;
    width: 100%;
    color: #383737;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .rs-teiki-outline-sp__item {
    width: 100%;
    margin: 0;
  }

  .rs-teiki-outline-sp__item h3 {
    margin: 0;
    padding: 8px 20px;
    background-color: #FFF8AF;
    border-top: 1px solid #1A9B63;
    color: #1A9B63;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .rs-teiki-outline-sp__item1 h3 {
    border-top: 0px solid #1A9B63;
  }
  .rs-teiki-outline-sp__body {
    margin: 0;
    padding: 8px 20px;
    background-color: #fff;
    color: #383737;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    text-align: left;
  }

  .rs-teiki-outline-sp__body span {
    font-size: 16px;
    font-weight: 400;
  }

  .rs-teiki-outline-sp__body strong {
    font-weight: 700;
  }

  .rs-teiki-outline-sp__rates {
    padding: 20px 40px;
    background-color: #fff;
}

  .rs-teiki-outline-sp__rate-card {
    border-right: 1px solid #178C4F;
    border-left: 1px solid #178C4F;
    border-bottom: 1px solid #178C4F;
    background-color: #fff;
    text-align: center;
  }

  .rs-teiki-outline-sp__term {
    margin: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #178C4F;
    
    color: #178C4F;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
  }
  .rs-teiki-outline-sp__rate-card:nth-child(1){
    border-top: 1px solid #178C4F;
  }
  .rs-teiki-outline-sp__rate {
    margin: 0;
    padding: 2px 0 0;
    color: #1A9B63;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .rs-teiki-outline-sp__rate span {
    display: inline-block;
    color: #1A9B63;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
  }

  .rs-teiki-outline-sp__rate strong {
    display: inline-block;
    color: #008C4F;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    vertical-align: baseline;
    font-family: "AvenirNextRegular", Arial, sans-serif;
  }

  .rs-teiki-outline-sp__rate em {
    display: inline-block;
    color: #008C4F;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
  }

  .rs-teiki-outline-sp__tax {
    margin: 0;
    padding: 0 0 8px;
    color: #383737;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }
  .bold span {
    font-size: 18px;
    font-weight: bold;
  }
  .rs-teiki-outlineTitle {
    font-size: 30px;
    font-weight: bold;
    color: #1A9B63;
    text-align: center;
    margin-bottom: 30px;
  }
}

.rs-teiki-outline__note {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rs-teiki-outline__note-mark {
  flex: 0 0 auto;
}

.rs-teiki-outline__note-text {
  display: block;
  flex: 1;
}

/* ==============================
  QA
============================== */
.rs-teiki-qa {
  width: 100%;
  padding: 70px 0 90px;
  background-color: #F4F1ED;
  overflow: hidden;
}
.rs-teiki-qa .rs-teiki-outlineTitle {
  margin-bottom: 50px;

}

.rs-teiki-qa__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.rs-teiki-qa__list--pc {
  display: block;
}

.rs-teiki-qa-sp {
  display: none;
}

.rs-teiki-qa__item {
  width: 100%;
  margin: 0 0 80px;
}

.rs-teiki-qa__item:last-child {
  margin-bottom: 0;
}

.rs-teiki-qa__question,
.rs-teiki-qa__answer {
  position: relative;
  display: flex;
  align-items: center;
  width: 800px;
  min-height: 73px;
  margin: 0 auto;
  padding: 0 20px 0 120px;
}


.rs-teiki-qa__question {
  background-color: #fff;
  overflow: visible;
}

.rs-teiki-qa__answer {
  margin-top: 10px;
  background-color: #D2E8C0;
  overflow: hidden;
  min-height: 106px;
}

.rs-teiki-qa__question p,
.rs-teiki-qa__answer p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #383737;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}

.rs-teiki-qa__icon {
  position: absolute;
  left: 40px;
  width: 57px;
  height: auto;
  pointer-events: none;
}

.rs-teiki-qa__icon--q {
  top: -16px;
}

.rs-teiki-qa__icon--a {
  top: 50%;
  transform: translateY(-50%);
}

.rs-teiki-qa__person {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 0;
  width: 100px;
  height: auto;
  pointer-events: none;
}

.rs-teiki-qa__person--01,
.rs-teiki-qa__person--02,
.rs-teiki-qa__person--03 {
  width: 100px;
}

/* ==============================
  SP
============================== */
@media (max-width: 767px) {
  .rs-teiki-qa {
    padding: 60px 0 60px;
  }

  .rs-teiki-qa__inner {
    padding: 0 20px;
  }

  .rs-teiki-qa__list--pc {
    display: none;
  }

  .rs-teiki-qa-sp {
    display: block;
  }

  .rs-teiki-qa-sp__item {
    width: 100%;
    margin: 0 0 70px;
  }

  .rs-teiki-qa-sp__item:last-child {
    margin-bottom: 0;
  }

  .rs-teiki-qa-sp__question,
  .rs-teiki-qa-sp__answer {
    position: relative;
    width: 100%;
  }

  .rs-teiki-qa-sp__question {
    min-height: 150px;
    padding: 60px 20px 40px 20px;
    background-color: #fff;
    overflow: visible;
  }

  .rs-teiki-qa-sp__answer {
    min-height: 150px;
    padding: 100px 20px 30px;
    background-color: #D2E8C0;
    overflow: hidden;
  }

  .rs-teiki-qa-sp__question p,
  .rs-teiki-qa-sp__answer p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #383737;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .rs-teiki-qa-sp__icon {
    position: absolute;
    z-index: 1;
    width: 57px;
    height: auto;
    pointer-events: none;
  }

  .rs-teiki-qa-sp__icon--q {
    top: -20px;
    left: 15px;
  }

  .rs-teiki-qa-sp__icon--a {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .rs-teiki-qa-sp__person {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0;
    width: 100px;
    height: auto;
    pointer-events: none;
  }

  .rs-teiki-qa-sp__person--01,
  .rs-teiki-qa-sp__person--02,
  .rs-teiki-qa-sp__person--03 {
    width: 100px;
  }
}

/* ==============================
  INFO / NOTES
============================== */
.rs-teiki-info {
  width: 100%;
  padding: 60px 0 70px;
  background-color: #fff;
  overflow: hidden;
}

.rs-teiki-info__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* 店舗検索 */
.rs-teiki-info__shop {
  text-align: center;
}

.rs-teiki-info__shop-icon {
  width: 114px;
  margin: 0 auto 25px;
}

.rs-teiki-info__shop-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.rs-teiki-info__shop-text {
  margin: 0 0 20px;
  color: #383737;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}

.rs-teiki-info__shop-button {
  display: block;
  width: 560px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

.rs-teiki-info__shop-button {
  display: block;
  transition: all .4s;
  box-shadow: 0 8px 0px #b2a48280;
  border-radius: 12px;
}
a:hover > img {
  opacity: 1;
}
.rs-teiki-info__shop-button:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
  transition: all .4s;
  opacity: 1!important;
}


.rs-teiki-info__shop-button img {
  display: block;
  width: 100%;
  height: auto;
}

/* 注意事項 */
.rs-teiki-info__notes {
  margin-top: 120px;
  padding-top: 50px;
  border-top: 2px solid #1A9B63;
}

.rs-teiki-info__title {
  margin: 0 0 30px;
  color: #1A9B63;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.rs-teiki-info__block {
  width: 800px;
  margin: 0 auto 24px;
}

.rs-teiki-info__block:last-child {
  margin-bottom: 0;
}

.rs-teiki-info__heading {
  margin: 0 0 8px;
  color: #1A9867;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: -12px;
}

.rs-teiki-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rs-teiki-info__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 4px;
  color: #383737;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.02em;
}

.rs-teiki-info__list li:last-child {
  margin-bottom: 0;
}

.rs-teiki-info__dot {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #1A9867;
}

.rs-teiki-info__text {
  display: block;
  flex: 1;
}

.rs-teiki-info__text a {
  color: #0000ee;
  text-decoration: underline;
  font-weight: bold;
}

/* ==============================
  SP
============================== */
@media (max-width: 767px) {
  .rs-teiki-info {
    padding: 50px 0 70px;
  }

  .rs-teiki-info__inner {
    padding: 0 20px;
  }

  .rs-teiki-info__shop-icon {
    width: 80px;
    margin: 0 auto 20px;
  }

  .rs-teiki-info__shop-text {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 28px;
  }

  .rs-teiki-info__shop-button {
    width: 100%;
  
  }

  .rs-teiki-info__notes {
    margin-top: 80px;
    padding-top: 0;
    border-top: none;
  }

  .rs-teiki-info__title {
    margin: 0 0 40px;
    font-size: 30px;
    line-height: 1.5;
  }

  .rs-teiki-info__block {
    width: 100%;
    margin: 0 auto 30px;
  }

  .rs-teiki-info__heading {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: -0.02em;
  }

  .rs-teiki-info__list li {
    gap: 8px;
line-height: 28px;
letter-spacing: -0.01em;
padding: 0px 8px;
  }

  .rs-teiki-info__dot {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    
  }
}