/* =========================
  Base
========================= */
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;
}
.rs-sc2026-btn {
  border-radius: 1000px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.rs-sc2026-btn:after {
  border-radius: 1000px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.rs-sc2026-btn:before {
  border-radius: 1000px;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.rs-sc2026-btn img,
.rs-sc2026-btn:after {
  transition: .2s;
}
.rs-sc2026-btn:hover img,
.rs-sc2026-btn:hover:after {
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  .rs-sc2026-btn:before {
    top: 3px;
  }
  .rs-sc2026-btn:hover img,
  .rs-sc2026-btn:hover:after {
    transform: translateY(3px);
  }
}



/* =========================
  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;
  }
}



/* ==============================
  Hero
============================== */
.rs-sc2026-hero {
}
.rs-sc2026-hero__title {
  padding: 10px 0 0;
  background-color: #faf063;
  text-align: center;
}
.rs-sc2026-hero__body {
  margin-top: max(-94px,calc(-106/1138*100%));
  padding: 110px 10px 0;
  position: relative;
  background: url(/kojin/cam/detail/shikin_unyo_cam2026/assets/images/bg_hero.png) top center repeat-x;
  text-align: center;
}
.rs-sc2026-hero__term {
}
.rs-sc2026-hero__lead {
  margin: 10px 0;
}
.rs-sc2026-hero__rate {
  margin: 0 0 30px;
}
.rs-sc2026-hero__btn {
  margin-top: -55px;
  padding: 75px 0 65px;
  background-color: #e6f5f4;
  text-align: center;
}
.rs-sc2026-hero__btn .rs-sc2026-btn {
  padding: 0 40px;
  height: 88px;
}
.rs-sc2026-hero__btn .rs-sc2026-btn:after {
  background-color: #51b1bf;
}
.rs-sc2026-hero__btn .rs-sc2026-btn:before {
  background-color: #3d8c98;
}
@media (max-width: 767px) {
  .rs-sc2026-hero {
    margin: 0 -10px;
  }
  .rs-sc2026-hero__title {
    padding: 10px 0 0;
  }
  .rs-sc2026-hero__body {
    margin-top: calc(-142/750*100vw);
    padding: 0;
    position: relative;
    overflow: hidden;
    background: none;
  }
  .rs-sc2026-hero__term {
  }
  .rs-sc2026-hero__lead {
    margin: 0 0 10px;
  }
  .rs-sc2026-hero__rate {
    margin: 0 0 20px calc(64/750*100%);
    width: calc(612/750*100%);
  }
  .rs-sc2026-hero__btn {
    margin-top: calc(-40/750*100%);
    padding: calc(70/750*100%) 0;
  }
  .rs-sc2026-hero__btn .rs-sc2026-btn {
    padding: 0 calc(40/750*100%);
    width: calc(588/750*100%);
    height: calc(88/750*100vw);
  }
}




/* ==============================
  cp info
============================== */
.rs-sc2026-cpinfo {
  padding-bottom: 40px;
}
.rs-sc2026-seclabel {
  margin-bottom: 20px;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}
.rs-sc2026-cpinfo__body {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 1080px;
  background-color: #fff;
  text-align: center;
}
.rs-sc2026-cpinfo__title {
  position: relative;
  z-index: 1;
}
.rs-sc2026-cpinfo__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #fdfbd0;
}
.rs-sc2026-cpinfo__lead {
  margin: 30px 10px 40px;
}
.rs-sc2026-cpinfo__graph {
  margin: 0 10px;
}
.rs-sc2026-cpinfo__conditions {
  margin: 40px 10px;
}
.rs-sc2026-cpinfo__cpdetail {
  margin: 0 10px 25px;
}
.rs-sc2026-cpinfo__notice {
  margin: 0 40px;
  text-align: left;
  color: #3e3a39;
  line-height: 1.4545454545454546;
  font-size: 22px;
  font-weight: 500;
}
.rs-sc2026-cpinfo__notice ul > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.rs-sc2026-cpinfo__notice li a {
  color: #ef821d;
}
.rs-sc2026-cpinfo__notice li a:hover {
  text-decoration: underline;
}
.rs-sc2026-cpinfo__notice ol > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.rs-sc2026-cpinfo__notice ol > li:nth-child(2) ul {
  margin-top: -1.44em;
}
.rs-sc2026-cpinfo__notice ul > li > ul > li a {
  font-weight: bold;
}
.rs-sc2026-cpinfo__notice ul > li > ul > li::first-letter {
  color: #84ccc9;
}

@media (max-width: 767px) {
  .rs-sc2026-cpinfo {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
  .rs-sc2026-seclabel {
    margin-bottom: 0;
    padding: calc(20/750*100vw) 0;
  }
  .rs-sc2026-cpinfo .rs-sc2026-seclabel img {
    width: calc(472/750*100vw);
  }
  .rs-sc2026-cpinfo__body {
    padding-bottom: 15px;
    width: calc(700/750*100%);
  }
  .rs-sc2026-cpinfo__title {
    margin: 0 calc(-25/700*100%);
  }
  .rs-sc2026-cpinfo__lead {
    margin: 25px auto 20px;
    width: calc(631/700*100%);
  }
  .rs-sc2026-cpinfo__graph {
    margin: 0 auto;
    width: calc(626/700*100%);
  }
  .rs-sc2026-cpinfo__conditions {
    margin: 15px auto 20px;
    width: calc(625/700*100%);
  }
  .rs-sc2026-cpinfo__cpdetail {
    margin: 0 auto 10px;
    width: calc(652/700*100%);
  }
  .rs-sc2026-cpinfo__notice {
    margin: 0 calc(30/700*100%);
    font-size: calc(22/750*100vw);
  }
}


.rs-sc2026-atonce {
  background-color: #fdfbd0;
}
.rs-sc2026-atonce .rs-sc2026-cpinfo__title:before {
  background-color: #fdfbd0;
}


.rs-sc2026-manytimes {
  background-color: #daf0ef;
}
.rs-sc2026-manytimes .rs-sc2026-cpinfo__title:before {
  background-color: #daf0ef;
}
@media (max-width: 767px) {
  .rs-sc2026-manytimes .rs-sc2026-seclabel img {
    width: calc(520/750*100vw);
  }
  .rs-sc2026-manytimes .rs-sc2026-cpinfo__lead {
    width: calc(644/700*100%);
  }
  .rs-sc2026-manytimes .rs-sc2026-cpinfo__cpdetail {
    width: calc(650/700*100%);
  }
}







/* ==============================
  INFO / NOTES
============================== */
.rs-sc2026-info {
}
.rs-sc2026-info__inner {
  margin: 0 auto;
  padding: 55px 0 0;
  max-width: 1080px;
}
.rs-sc2026-info__notes {
}
.rs-sc2026-info__title {
  margin-bottom: 30px;
  text-align: center;
}
.rs-sc2026-info__block + .rs-sc2026-info__block {
  margin-top: 40px;
}
.rs-sc2026-info__heading {
  margin-bottom: 15px;
  padding: 6px 20px 2px;
  border-radius: 8px;
  color: #fff;
  background-color: #51b1bf;
  font-size: 25px;
  font-weight: bold;
}
.rs-sc2026-info__notes li {
  color: #231815;
  line-height: 1.5454545454545454;
  font-size: 22px;
  font-weight: 500;
}
.rs-sc2026-info__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.rs-sc2026-info__list>li::first-letter {
  color: #7185be;
}
.rs-sc2026-info__list2>li {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.rs-sc2026-info__list3>li {
  padding-left: 1em;
  text-indent: -1em;
}
.rs-sc2026-info__list4>li {
  padding-left: 3em;
  text-indent: -3em;
}
.rs-sc2026-info__block:nth-child(2) .rs-sc2026-info__heading {
  position: relative;
}
.rs-sc2026-info__block:nth-child(2) .rs-sc2026-info__heading::after {
  content: '';
  display: block;
  position: absolute;
  top: -74px;
  right: 2px;
  width: 48px;
  height: 80px;
  background: url(/kojin/cam/detail/shikin_unyo_cam2026/assets/images/treat_notice.png) 0 0 / contain no-repeat;
}
.rs-sc2026-info__notes2 {
  margin-top: 50px;
}
.rs-sc2026-info__notes2 dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 500;
}
.rs-sc2026-info__notes2 dl dt {
  margin-right: 0.5em;
  width: 4.5em;
  text-align: justify;
  text-align-last: justify;
}
.rs-sc2026-info__notes2 dl dd {
  width: calc(100% - 5em);
}

@media (max-width: 767px) {
  .rs-sc2026-info {
    margin: 0 -10px;
  }
  .rs-sc2026-info__inner {
    padding: 25px 0 0;
    width: calc(626/750*100%);
  }
  .rs-sc2026-info__title {
    margin-bottom: 15px;
  }
  .rs-sc2026-info__title img {
    width: calc(244/750*100vw);
  }
  .rs-sc2026-info__block + .rs-sc2026-info__block {
    margin-top: 20px;
  }
  .rs-sc2026-info__heading {
    margin-bottom: 7px;
    padding: 6px 10px 2px;
    border-radius: 4px;
    font-size: calc(25/750*100vw);
  }
  .rs-sc2026-info__notes li {
    font-size: calc(22/750*100vw);
  }
  .rs-sc2026-info__block:nth-child(2) .rs-sc2026-info__heading::after {
    top: calc(-66/750*100vw);
    right: calc(8/750*100vw);
    width: calc(45/750*100vw);
    height: calc(76/750*100vw);
  }
  .rs-sc2026-info__notes2 {
    margin-top: 30px;
  }
  .rs-sc2026-info__notes2 dl {
    gap: 5px 0;
    font-size: calc(20/750*100vw);
  }
}




body {
  padding-bottom: 100px;
}
.rs-sc2026-floating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background-color: rgba(53,81,162,.95);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.rs-sc2026-floating.is-show {
  opacity: 1;
  pointer-events: all;
}
.rs-sc2026-floating__btn a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.rs-sc2026-floating__btn a:before {
  content: '';
  border-radius: 1000px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.rs-sc2026-floating__btn a img {
  transition: .2s;
}
.rs-sc2026-floating__btn a:hover img {
  transform: translateY(6px);
  opacity: 1 !important;
}
.rs-sc2026-floating__btn.-reserve a:before {
  background-color: #ded138;
}
.rs-sc2026-floating__btn.-search a:before {
  background-color: #c56d1c;
}

@media (max-width: 767px) {
  .rs-sc2026-floating {
    flex-direction: column;
    gap: 12px;
  }
  .rs-sc2026-floating__btn a {
    width: 230px;
  }
  .rs-sc2026-floating__btn a:before {
    top: 3px;
  }
  .rs-sc2026-floating__btn a:hover img {
    transform: translateY(3px);
  }
}





.headerTop {
  position: relative;
}
.headerTop::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 371px;
  height: 20px;
  display: block;
  background: url(/common/images/bg_purpose.svg) 0 0 / contain no-repeat;
}

#pageTop {
  bottom: 110px;
}

.simpleTempelate header[role="banner"] {
  border: none;
}
@media (max-width: 767px) {
  .simpleTempelate header[role="banner"] {
    border: none;
  }
  .simpleTempelate header[role="banner"] .headerTop {
    padding: 0 0 0 26px;
  }
  .simpleTempelate header[role="banner"] .headerInner .logoWrap > p > a > img {
    width: 125px;
  }
  .headerTop::after {
    top: calc(50% - 5px);
    right: 20px;
    width: 185px;
    height: 10px;
  }
  #pageTop {
    bottom: 110px;
  }
}

