*, :after, :before {
  box-sizing: border-box
}
body {
  color: #000000;
  line-height: 1;
  background: #fff;
}
ol, ul {
  list-style: none
}
img {
  height: auto;
  vertical-align: top;
}
article {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
a {
  color: #0092d3;
}
a:hover {
  opacity: .8;
}
.pconly {
  display: block !important
}
.sponly {
  display: none !important
}
@media screen and (max-width: 767px) {
  article {
    min-width: 320px;
  }
  .pconly {
    display: none !important
  }
  .sponly {
    display: block !important
  }
}
/* パーツ
--------------------------------*/
.content {
  text-align: center;
  margin: 0 auto;
}
.content-title {
  text-align: center;
  margin: 0 auto;
}
.bg_yellow, .bg_white {
  background-position: top center;
  background-repeat: no-repeat;
}
.bg_yellow {
  background-color: #fffcdb;
}
.bg_white {
  background-color: #fff;
}
.note {
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.list_dot li {
  display: flex;
  align-items: flex-start;
}
.list_dot li::before {
  flex-shrink: 0;
  content: '';
  margin-top: .4em;
  margin-right: .4em;
  border: .35em solid #0092d3;
  border-radius: 50%;
}
@media not all and (max-width: 767px) {
  .content {
    width: 920px;
  }
  .content-title {
    margin-bottom: 19px;
  }
  .bg_yellow, .bg_white {
    background-size: 1920px auto;
  }
  .bg_yellow {
    padding: 70px 0 80px;
    background-image: url('/kojin/toshin/cam/landing_2025summer/img/bg-yellow_pc.png');
  }
  .bg_white {
    padding: 80px 0 87px;
    background-image: url('/kojin/toshin/cam/landing_2025summer/img/bg-white_pc.png');
  }
  .note {
    font-size: 1.4rem;
  }
  .pcFlex {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .content {
    max-width: 375px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-title {
    max-width: 375px;
    margin: 0 auto 18px;
  }
  .bg_yellow, .bg_white {
    background-size: 436px auto;
  }
  .bg_yellow {
    padding: 30px 0 41px;
    background-image:
      url('/kojin/toshin/cam/landing_2025summer/img/bg-yellow_sp_01.png'),
      url('/kojin/toshin/cam/landing_2025summer/img/bg-yellow_sp_02.png'),
      url('/kojin/toshin/cam/landing_2025summer/img/bg-yellow_sp_03.png'),
      url('/kojin/toshin/cam/landing_2025summer/img/bg-yellow_sp_04.png'),
      url('/kojin/toshin/cam/landing_2025summer/img/bg-yellow_sp_05.png');
    background-position:
      center top 488px,
      center top 930px,
      center top 1370px,
      center top 1868px,
      center top 2248px;
  }
  .bg_white {
    padding: 39px 0 34px;
    background-image: url('/kojin/toshin/cam/landing_2025summer/img/bg-white_sp.png');
  }
  .note li {
    display: flex;
    align-items: flex-start;
  }
  .spFlex {
    display: flex;
  }
}
/* 文字
--------------------------------*/
.text_pink {
  color: #ef59a1;
}
.text_excl {
  margin: 0 -.3em;
}
.text_link {
  color: #0077ff !important;
  text-decoration-line: underline !important;
  text-underline-offset: .15em;
}
.text_link:hover {
  text-decoration-line: none !important;
  cursor: pointer;
}
.asterisk {
  font-size: .5em;
  vertical-align: text-top;
}
@media not all and (max-width: 767px) {
  .slash_small {
    margin-bottom: 13px;
  }
  .slash_big {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slash_small {
    height: 17px;
    margin-bottom: 12px;
  }
  .slash_small img {
    width: auto;
    height: 100%;
  }
  .slash_big {
    max-width: 346px;
    margin-bottom: 14px;
  }
}
/* ボタン
--------------------------------*/
.button_outline, .button_push {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.button_outline {
  padding-top: .1em;
  border: solid currentColor;
}
.button_push {
  position: relative;
  top: 0;
  color: #fff !important;
}
.button_push:hover {
  opacity: 1;
}
@media not all and (max-width: 767px) {
  .button_outline {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .button_outline {
    border-width: 2px;
  }
}
/* アコーディオン
--------------------------------*/
.acc-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.acc-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  background: currentColor;
  translate: 0 -50%;
  transition: all .1s;
}
.acc-btn.open::after {
  rotate: 180deg;
}
.acc-btn:hover {
  opacity: .8;
}
.acc-view {
  display: none;
}
@media not all and (max-width: 767px) {
  .acc-btn::after {
    width: 24px;
    height: 24px;
    clip-path: polygon(0 46%, 46% 46%, 46% 0%, 54% 0%, 54% 46%, 100% 46%, 100% 54%, 54% 54%, 54% 100%, 46% 100%, 46% 54%, 0 54%);
  }
  .acc-btn.open::after {
    clip-path: polygon(0 46%, 100% 46%, 100% 54%, 0 54%);
  }
}
@media screen and (max-width: 767px) {
  .acc-btn::after {
    width: 13px;
    height: 13px;
    clip-path: polygon(0 42%, 42% 42%, 42% 0%, 58% 0%, 58% 42%, 100% 42%, 100% 58%, 58% 58%, 58% 100%, 42% 100%, 42% 58%, 0 58%);
  }
  .acc-btn.open::after {
    clip-path: polygon(0 42%, 100% 42%, 100% 58%, 0 58%);
  }
}
/* タブ
--------------------------------*/
.lpTablist {
  display: flex;
  justify-content: space-between;
}
div[aria-selected=true] {
  pointer-events: none;
}
.lpTabBtn {
  font-family: inherit;
  font-weight: bold;
  width: 100%;
}
.lpTabBtn:hover {
  opacity: .8;
}
/* スライダー
--------------------------------*/
.bx-wrapper {
  position: relative;
}
.bx-prev, .bx-next {
  position: absolute;
  border-radius: 50%;
  z-index: 10;
}
.bx-prev {
  transform: scale(-1, 1);
}
.bx-default-pager {
  display: flex;
  justify-content: center;
}
.bx-pager-link {
  display: block;
  color: transparent !important;
  user-select: none;
  overflow: hidden;
  border-radius: 50%;
}
.bx-pager-link.active {
  pointer-events: none;
}
.slide_box .bx-wrapper {
  overflow: hidden;
}
.slide_box .bx-prev.disabled,
.slide_box .bx-next.disabled {
  display: none !important;
}
.slide_box .bx-prev,
.slide_box .bx-next {
  display: grid;
  place-items: center;
  background: #000;
  z-index: 10;
}
.slide_box .bx-prev::before,
.slide_box .bx-next::after {
  display: block;
  content: '';
  width: 30%;
  height: auto;
  aspect-ratio: 1;
  margin-right: 8%;
  background: #fff;
  rotate: -45deg;
}
.slide_box .bx-pager-link {
  background: #ddd;
}
.slide_box .bx-pager-link.active {
  background: #0092d3;
}
@media not all and (max-width: 767px) {
  .slide_box .bx-viewport {
    overflow: visible !important;
  }
  .slide_box .bx-prev,
  .slide_box .bx-next {
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
  }
  .slide_box .bx-prev {
    right: calc(50% + 225px);
  }
  .slide_box .bx-next {
    left: calc(50% + 225px);
  }
  .slide_box .bx-prev::before,
  .slide_box .bx-next::after {
    clip-path: polygon(0 75%, 75% 75%, 75% 0, 100% 0, 100% 100%, 0 100%);
  }
  .slide_box .bx-default-pager {
    margin-top: 29px;
  }
  .slide_box .bx-pager-link {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .slide_box {
    margin: 0 -13px 60px;
  }
  .slide_box .bx-viewport {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  .slide_box .bx-prev,
  .slide_box .bx-next {
    top: calc(50% - 28px);
    width: 36px;
    height: 36px;
  }
  .slide_box .bx-prev {
    left: 7px;
  }
  .slide_box .bx-next {
    right: 7px;
  }
  .slide_box .bx-prev::before,
  .slide_box .bx-next::after {
    clip-path: polygon(0 80%, 80% 80%, 80% 0, 100% 0, 100% 100%, 0 100%);
  }
  .slide_box .bx-default-pager {
    margin-top: 19px;
  }
  .slide_box .bx-pager-link {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}
/* header
--------------------------------*/
@media screen and (max-width: 767px) {
  .logoWrap {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
/* footer
--------------------------------*/
.footer {
  line-height: 1.625;
  text-align: center;
}
.footer-list dt, .footer-list dd {
  display: inline;
}
.footer-list dd:not(:last-of-type) {
  margin-right: 1em;
}
.copyright {
  display: grid;
  place-items: center;
  color: #fff;
  padding-top: .1em;
  background: #0ca26c;
}
@media not all and (max-width: 767px) {
  .footer {
    font-size: 1.6rem;
    padding: 50px 0 149px;
  }
  .footer-logo {
    margin: 38px 0;
  }
  .copyright {
    font-size: 1.6rem;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
    padding: 25px 0 90px;
  }
  .footer-list_box {
    text-align: left;
    width: 92vw;
    max-width: 365px;
    margin: 0 auto;
  }
  .footer-logo {
    width: 238px;
    margin: 28px 0;
  }
  .copyright {
    font-size: 1rem;
    height: 40px;
  }
}
/* FV
--------------------------------*/
.fv {
  position: relative;
  text-align: center;
  background: #fffcdb;
}
.fv-bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.fv-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-fv-badge {
  position: absolute;
}
.fv-note {
  display: flex;
  line-height: 1.25;
  text-align: left;
}
.fv-border {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.fv-button {
  flex-direction: column;
  letter-spacing: .06em;
}
.fv-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.fv-button-title img {
  width: auto;
  height: 100%;
}
.fv_pink {
  background: #ef59a1;
}
.fv_green {
  background: #76ac00;
}
.fv_blue {
  background: #0092d3;
}
.fv-button_small {
  font-size: .73333em;
  margin-top: .45em;
}
@media not all and (max-width: 767px) {
  .fv {
    height: 723px;
  }
  .fv-bg {
    width: 1920px;
  }
  .fv-inner {
    padding-top: 13px;
  }
  .text-fv-badge {
    top: 20px;
    right: calc(50% - 461px);
  }
  .fv-note {
    font-size: 16px;
    margin-top: 9px;
  }
  .fv-title {
    margin-bottom: 14px;
  }
  .fv-button_box {
    width: 1000px;
    margin-top: 13px;
  }
  .fv-button-item:first-of-type {
    margin-right: 20px;
  }
  .fv-button-title {
    height: 46px;
    margin-bottom: 9px;
  }
  .fv-button {
    font-size: 3rem;
    width: 320px;
    height: 80px;
    box-shadow: 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
  }
  .fv-button+.fv-button {
    margin-left: 20px;
  }
  .fv-button:hover {
    top: 5px;
  }
  .fv-button_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    aspect-ratio: 750 / 919;
  }
  .fv-inner {
    padding-top: 2.4%;
  }
  .text-fv-badge {
    top: 1%;
    right: 2%;
    width: 21.86666%;
  }
  .fv-note {
    font-size: 2.6666vw;
    width: 92%;
  }
  .fv-bg {
    width: 100%;
  }
  .fv-title {
    width: 92%;
    margin-bottom: 1.5%;
  }
  .fv-period {
    width: 92%;
    margin-bottom: 2%;
  }
  .fv-button_box {
    justify-content: space-between;
    width: 92%;
    margin-top: 2%;
  }
  .fv-button-title {
    height: 4.8vw;
    margin-bottom: 1.2vw;
  }
  .fv-button {
    font-size: 4vw;
    line-height: 1.2;
    width: 28vw;
    height: 16vw;
    box-shadow: 0 .66666vw rgba(0, 0, 0, 0.25);
    border-radius: 2.53333vw;
  }
  .fv-button+.fv-button {
    margin-left: 1.73333vw;
  }
  .fv-button:hover {
    top: .66666vw;
  }
  .fv-button_pc {
    display: none;
  }
}
/* FV 追従ボタン
--------------------------------*/
.footer-sticky {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 9999;
}
.footer-sticky-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-sticky-title {
  color: #fff;
  letter-spacing: .06em;
  font-weight: bold;
}
.footer-sticky-list {
  display: flex;
  justify-content: space-between;
}
.footer-sticky-slash {
  font-size: .75em;
  margin-bottom: .3em;
}
.footer-sticky-slash::before,
.footer-sticky-slash::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 1em;
  background: currentColor;
  vertical-align: top;
}
.footer-sticky-slash::before {
  rotate: -45deg;
  margin-right: .4em;
}
.footer-sticky-slash::after {
  rotate: 45deg;
  margin-left: .3em;
}
@media not all and (max-width: 767px) {
  .footer-sticky {
    min-width: 1200px;
    height: 150px;
  }
  .footer-sticky-inner {
    width: 1000px;
  }
  .footer-sticky-title {
    font-size: 3rem;
    margin-top: -.3em;
  }
  .footer-sticky .fv-button {
    font-size: 2.4rem;
    height: 70px;
  }
  .footer-sticky .fv-button_small {
    font-size: 1em;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-sticky {
    line-height: 1.2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    height: 90px;
    padding: 10px 0 14px;
  }
  .footer-sticky-title {
    font-size: 1.35rem;
    margin-bottom: 5px;
  }
  .footer-sticky-inner {
    max-width: 375px;
  }
  .footer-sticky-list li {
    width: 32%;
  }
  .footer-sticky-list .fv-button {
    font-size: 1.15rem;
    line-height: 1.2;
    width: 100%;
    height: 45px;
    margin: 0;
    border-radius: 5px;
  }
  .footer-sticky-slash {
    font-size: .75em;
  }
  .footer-sticky-slash_03 {
    letter-spacing: -.07em;
  }
  .footer-sticky .fv_pink {
    box-shadow: 0 4px #B73775;
  }
  .footer-sticky .fv_green {
    box-shadow: 0 4px #588000;
  }
  .footer-sticky .fv_blue {
    box-shadow: 0 4px #006795;
  }
  .footer-sticky .fv-button:hover {
    top: 4px;
    box-shadow: 0 0 #006795;
  }
}
/* メニュー
--------------------------------*/
.menu-item {
  color: #0092d3;
  font-weight: bold;
  text-align: center;
}
.menu-item::after {
  content: '';
  background: #0092d3;
  rotate: 45deg;
  clip-path: polygon(0 80%, 80% 80%, 80% 0, 100% 0, 100% 100%, 0 100%);
}
.menu-item:hover::after {
  background: #F9A83E;
}
@media not all and (max-width: 767px) {
  .menu_box {
    width: 935px;
    margin: 0 auto;
    padding: 50px 0 43px;
  }
  .menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .menu-item {
    display: block;
    font-size: 3.2rem;
    padding: 10px 0;
  }
  .menu-item::after {
    display: block;
    width: 17px;
    height: 17px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .menu li {
    height: auto;
    aspect-ratio: 150 / 19;
  }
  .menu-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.26666vw;
    height: 100%;
    border-bottom: 2px solid #ddd;
  }
  .menu-item::after {
    position: absolute;
    top: 48%;
    right: 12.13333%;
    translate: 0 -50%;
    width: .55em;
    height: .55em;
  }
}
/* キャンペーン概要
--------------------------------*/
.campaign-note-inner {
  border: 1px solid #0092d3 !important;
}
@media not all and (max-width: 767px) {
  .campaign-note {
    margin-top: 40px;
  }
  .campaign-note-title {
    height: 60px !important;
    margin-bottom: 20px;
  }
  .campaign-note-inner {
    padding: 20px 30px 20px 17px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-title {
    width: 315px;
  }
  .campaign-note {
    position: relative;
    margin-top: 23px;
    z-index: 10;
  }
  .campaign-note-title {
    height: 35px;
    margin-bottom: 15px;
  }
  .campaign-note-inner {
    padding: 15px 13px;
  }
}
/* キャンペーン概要 中身
--------------------------------*/
.benefits {
  position: relative;
  background: #fff;
  border: solid #0092d3;
}
.benefits-plus::before,
.benefits-plus::after {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  content: '';
}
.benefits-plus::before {
  background: #fff;
  clip-path: polygon(0 39.5%, 39.5% 39.5%, 39.5% 0%, 60.5% 0%, 60.5% 39.5%, 100% 39.5%, 100% 60.5%, 60.5% 60.5%, 60.5% 100%, 39.5% 100%, 39.5% 60.5%, 0 60.5%);
  z-index: 2;
}
.benefits-plus::after {
  border-radius: 50%;
  background: #ef59a1;
  z-index: 1;
}
.benefits-title {
  text-align: center;
  background: #dff2fc;
}
.benefits-num {
  position: absolute;
}
.benefits-acc_box {
  margin: 0 auto 0;
}
.benefits-button {
  position: relative;
  justify-content: right;
  color: #0092d3 !important;
  margin: 0 auto;
}
.benefits-button::after {
  position: absolute;
  content: '';
  background: currentColor;
  rotate: 45deg;
}
@media not all and (max-width: 767px) {
  .benefits {
    padding: 0 0 45px;
    border-width: 4px;
    border-radius: 30px;
  }
  .benefits+.benefits {
    margin-top: 40px;
  }
  .benefits-big {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .benefits-title {
    height: 101px;
    margin-bottom: 40px;
    border-radius: 28px 28px 0 0;
  }
  .benefits-title_01 {
    padding-top: 22px;
  }
  .benefits-title_02 {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 35px;
    padding-left: 110px;
  }
  .benefits-title_03 {
    height: 139px;
    padding-top: 27px;
  }
  .benefits-plus::before {
    top: -45px;
    width: 37px;
    height: 37px;
  }
  .benefits-plus::after {
    top: -72px;
    width: 92px;
    height: 92px;
  }
  .benefits-num {
    top: -19px;
    left: -47px;
  }
  .benefits-acc_box {
    width: 840px;
    border: solid #0092d3;
    border-width: 0 1px 1px;
  }
  .benefits-button {
    font-size: 2.2rem;
    width: 280px;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 4.5%;
    border-radius: 25px;
  }
  .benefits-button::after {
    top: 35%;
    right: 8%;
    width: .4em;
    height: .45em;
    clip-path: polygon(0 75%, 75% 75%, 75% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    position: relative;
    padding: 0 0 20px;
    border-width: 3px;
    border-radius: 20px;
    z-index: 10;
  }
  .benefits+.benefits {
    margin-top: 22px;
  }
  .benefits-title {
    height: 50px;
    margin-bottom: 30px;
    border-radius: 18px 18px 0 0;
  }
  .benefits-title_01 {
    padding: 12px 47px 0;
  }
  .benefits-title_02 {
    margin-bottom: 15px;
    padding: 8px 65px 0;
  }
  .benefits-title_03 {
    height: 53px;
    padding: 6px 18px 0 67px;
    margin-bottom: 20px;
  }
  .benefits-inner {
    width: 93.0576%;
    margin: 0 auto;
  }
  .benefits-plus {
    margin-top: 71px !important;
  }
  .benefits-plus::before {
    top: -51px;
    width: 20px;
    height: 20px;
  }
  .benefits-plus::after {
    top: -63px;
    width: 45px;
    height: 45px;
  }
  .benefits-num {
    top: -22px;
    left: -14px;
    width: 71px;
  }
  .benefits-text_03 {
    max-width: 242px;
  }
  .benefits-button {
    font-size: 1.6rem;
    max-width: 228px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 24px;
    padding-right: 15%;
    border-radius: 20px;
  }
  .benefits-button::after {
    top: 35%;
    right: 11%;
    width: 8px;
    height: 8px;
    clip-path: polygon(0 73%, 73% 73%, 73% 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* キャンペーン概要 テーブル
--------------------------------*/
.table {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  text-align: center;
  border: solid #0092d3;
  background: #0092d3;
  overflow: hidden;
}
.table-top-left,
.table-top-right {
  display: grid;
  place-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  color: #fff;
}
.table-top-right {
  letter-spacing: .4em;
  border-left: solid #fff;
}
.table-item-left,
.table-item-right {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid #0092d3;
}
.table-item-left {
  background: #fff;
}
.table-item-right {
  color: #0092d3;
  font-weight: bold;
  background: #fffcdb;
  border-left: solid #0092d3;
}
.table_small {
  font-size: .76923em;
  margin-left: .2em;
}
@media not all and (max-width: 767px) {
  .table {
    font-size: 2rem;
    margin: 0 auto 15px;
    border-width: 2px;
    border-radius: 20px;
  }
  .table-top-left,
  .table-top-right {
    height: 45px;
  }
  .table-top-right {
    border-left-width: 1px;
  }
  .table-item-left,
  .table-item-right {
    height: 46px;
    border-top-width: 1px;
  }
  .table-item-right {
    font-size: 2.6rem;
    border-left-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 1.4rem;
    margin-bottom: 12px;
    border-width: 2px;
    border-radius: 10px;
  }
  .table-top-left, .table-top-right,
  .table-item-left, .table-item-right {
    height: 45px;
  }
  .table-top-left {
    line-height: 1.2;
  }
  .table-top-right {
    border-left-width: 1px;
  }
  .table-item-left,
  .table-item-right {
    border-top-width: 1px;
  }
  .table-item-left {
    line-height: 1.1;
    padding-top: .1em;
  }
  .table-item-right {
    font-size: 1.8rem;
    border-left-width: 1px;
  }
}
/* キャンペーン テーブル
--------------------------------*/
.detail-title {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  background: #0092d3;
}
.detail-title::after {
  right: 30px;
}
.detail-table {
  text-align: left;
  margin: 0 auto 0;
  background: #fff;
}
.detail-table-left {
  flex-shrink: 0;
  color: #0092d3;
  font-weight: bold;
  background: #dff2fc;
  border: solid #0092d3;
}
.detail-table-ls {
  letter-spacing: .55em;
}
@media not all and (max-width: 767px) {
  .detail-title {
    font-size: 2.6rem;
    line-height: 1.61538;
    height: 80px;
    padding: 6px;
  }
  .detail-table {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .detail-table-item {
    display: flex;
  }
  .detail-table-left {
    width: 200px;
    padding: 15px 10px 15px 20px;
    border-width: 1px 1px 0 0;
  }
  .detail-table-right {
    flex-grow: 1;
    padding: 10px 20px;
    border: solid #0092d3;
    border-width: 1px 0 0 0;
  }
  .detail-center {
    display: grid;
    place-items: center start;
  }
}
@media screen and (max-width: 767px) {
  .detail-acc_box {
    border: 1px solid #0092d3;
  }
  .detail-title {
    font-size: 1.4rem;
    height: 40px;
  }
  .detail-title::after {
    right: 3%;
  }
  .detail-table {
    font-size: 1.4rem;
    line-height: 1.5;
    border: solid #0092d3;
    border-width: 0 1px 1px;
  }
  .detail-table-left {
    display: grid;
    place-items: center;
    height: 32px;
    border-width: 1px 0;
  }
  .detail-table-right {
    padding: 15px 13px;
  }
  .detail-spFlex {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
/* 特典1：キャンペーン取引の考え方
--------------------------------*/
.thinking-inner {
  line-height: 1.75;
  text-align: left;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
  border-top: none;
  background: #fffcdb;
}
.thinking-content {
  position: relative;
}
.thinking-calendar {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.thinking-item {
  position: relative;
}
.thinking-item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #ffff00;
  letter-spacing: .01em;
  font-weight: bold;
  background: linear-gradient(-90deg, #80ccee 0, #0092d3 100%) no-repeat;
  z-index: 1;
}
.thinking-item-title_01 {
  display: grid;
  place-items: center;
}
.thinking-item-title_last {
  flex-direction: row;
  justify-content: left;
  align-items: center;
  letter-spacing: .02em;
}
.thinking-item-title_last::after {
  display: inline-block;
  content: '';
  background: url('/kojin/toshin/cam/landing_2025summer/img/ico-thinking-arrow.png') right center /auto 99.8% no-repeat;
}
.thinking-item-title-day {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #fff;
  font-weight: normal;
}
.thinking-arrow {
  position: absolute;
}
.thinking-present {
  position: absolute;
  right: 0;
}
.thinking-note-border {
  text-decoration-line: underline;
  text-underline-offset: .2em;
}
@media not all and (max-width: 767px) {
  .thinking-inner {
    padding: 15px 25px 20px;
  }
  .thinking-content {
    padding-top: 72px;
  }
  .thinking-item {
    margin-bottom: 13px;
  }
  .thinking-item-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-left: 17px;
    border-radius: 35px;
  }
  .thinking-item-title-day {
    font-size: 1.4rem;
  }
  .thinking-item-title_01 {
    line-height: 1.3;
    width: 293px;
    height: 64px;
    padding-left: 0;
  }
  .thinking-item-title_02 {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 534px;
    height: 44px;
  }
  .thinking-item-title_last {
    line-height: 1.1;
    width: 588px;
    height: 64px;
  }
  .thinking-item-title_last::after {
    width: 50px;
    height: 17px;
    margin-left: 46px;
  }
  .thinking-text {
    font-size: 1.57rem;
    line-height: 1.25;
    margin-left: 14px;
    letter-spacing: -.05em;
  }
  .thinking-text_01 {
    width: 68%;
  }
  .thinking-text_02 {
    letter-spacing: -.04em;
    width: 570px;
  }
  .benefits-note {
    font-size: 1.4rem;
  }
  .benefits-note_01 {
    font-size: 1.6rem;
    text-align: center;
  }
  .thinking-arrow {
    top: 6px;
    left: 294px;
  }
  .thinking-present {
    top: 7px;
  }
  .thinking-note {
    font-size: 1.45rem;
    line-height: 1.28571;
    margin-top: .1em;
    margin-bottom: .3em;
  }
}
@media screen and (max-width: 767px) {
  .thinking-inner {
    padding: 13px 10px 10px;
  }
  .thinking-content {
    max-width: 287px;
    margin: 0 auto;
    padding-top: 13%;
  }
  .thinking-item {
    margin-bottom: 2%;
  }
  .thinking-item-title {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 1%;
    padding-left: 8px;
    border-radius: 10px;
  }
  .thinking-item-title-day {
    font-size: .9rem;
  }
  .thinking-item-title_01 {
    width: 37.42%;
    height: 65px;
    padding-left: 0;
  }
  .thinking-item-title_02 {
    width: 68.98954%;
    height: 41px;
  }
  .thinking-item-title_last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.33333;
    width: 100%;
    height: 50px;
    padding-top: .1em;
    padding-right: 12px;
  }
  .thinking-item-title_last::after {
    width: 40px;
    height: 13px;
  }
  .thinking-text {
    font-size: .98rem;
    line-height: 1.4;
  }
  .thinking-text_wrap {
    width: 70%;
  }
  .thinking-text_01{
    width: 69%;
  }
  .thinking-text_02 {
    letter-spacing: -.02em;
    width: 72%;
  }
  .thinking-text_last {
    font-size: 1.4rem;
  }
  .benefits-note {
    display: flex;
    font-size: .8rem;
  }
  .benefits-note_01 {
    display: flex;
  }
  .thinking-arrow {
    top: 6px;
    left: 37.48%;
    width: 35.19163%;
  }
  .thinking-present {
    top: 7px;
    width: 26.48083%;
  }
  .thinking-note {
    font-size: .92rem;
    line-height: 1.25;
    margin: .3em 0;
  }
}
/* 手続き方法
--------------------------------*/
.procedure-text {
  line-height: 1.6;
  font-weight: bold;
}
.procedure-text_01 {
  font-weight: bold;
}
@media not all and (max-width: 767px) {
  .procedure {
    margin-top: 40px;
  }
  .procedure-title {
    margin-bottom: 4px;
  }
  .procedure-text {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .procedure-text_01 {
    font-size: 2.6rem;
    margin-bottom: 11px;
  }
  .procedure-note {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .procedure {
    margin-top: 30px;
  }
  .procedure-title {
    max-width: 241px;
    margin-bottom: 25px;
  }
  .procedure-text {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
  .procedure-text_01 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
/* 手続き方法 タブ
--------------------------------*/
.procedure-lpTabBtn-note {
  font-weight: bold;
}
.procedure-lpTabBtn {
  position: relative;
  color: #fff;
  background: #999;
}
.procedure-lpTabBtn_01 [aria-selected=true] .procedure-lpTabBtn {
  background: #0092d3;
}
.procedure-lpTabBtn_02 [aria-selected=true] .procedure-lpTabBtn {
  background: #ef59a1;
}
.procedure-lpTabBtn_03 [aria-selected=true] .procedure-lpTabBtn {
  background: #009d66;
}
.procedure-lpTabPanelWrap {
  background: #fff;
}
.procedure-lpTabPanel {
  border: solid #0092d3;
}
.procedure-lpTabPanel[aria-hidden=true]:nth-of-type(2) {
  border-color: #ef59a1;
}
.procedure-lpTabPanel[aria-hidden=true]:nth-of-type(3) {
  border-color: #009d66;
}
.procedure-content-title {
  margin: 0 auto;
}
.procedure-item-title {
  display: grid;
  place-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #fff;
  letter-spacing: .06em;
  line-height: 1.22222;
  font-weight: bold;
  padding-top: .1em;
  background: #0092d3;
}
.procedure_bg_c {
  background: #009d66 !important;
}
.procedure-button_box {
  position: relative;
  background: #dff2fc;
}
.procedure-button_box::before {
  display: inline-block;
  content: '';
  margin-top: -1px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.procedure_button_push {
  background: #0060b2;
}
.procedure_button_push:hover {
  box-shadow: 0 0 #004969;
}
.procedure_button_outline {
  position: relative;
  justify-content: right;
  color: #0092d3 !important;
  margin: 0 auto;
}
.procedure_button_outline {
  position: relative;
  justify-content: right;
  color: #0092d3 !important;
  margin: 0 auto;
}
.procedure_button_outline::after {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1.2em;
  background: url('/kojin/toshin/cam/landing_2025summer/img/ico-link.png') top center / 99.8% auto no-repeat;
  filter: hue-rotate(35deg);
}
.procedure-link_box {
  display: flex;
  justify-content: space-between;
}
.procedure-link a {
  display: flex;
  align-items: center;
  background: #dff2fc;
}
.procedure-link:last-of-type a {
  justify-content: right;
}
.procedure-link_02 a {
  background: #e7f8ee;
}
.procedure-link_03 a {
  background: #ffe4f6;
}
@media not all and (max-width: 767px) {
  .procedure-lpTabPanelWrap {
    border-radius: 0 0 29px 29px;
  }
  .procedure-lpTabBtn-note {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .procedure-lpTablist>li {
    width: 290px;
  }
  .procedure-lpTabBtn {
    font-size: 2rem;
    height: 63px;
    border-radius: 20px 20px 0 0;
  }
  .procedure-lpTabPanel {
    padding: 40px 40px 0;
    border-width: 4px;
    border-radius: 0 0 30px 30px;
  }
  .procedure-content-title {
    margin-bottom: 40px;
  }
  .procedure-item-title {
    font-size: 3.6rem;
    height: 80px;
    margin-bottom: 40px;
  }
  .procedure-easy {
    margin-bottom: 29px;
  }
  .procedure-button_box {
    margin: 0 -40px;
    padding-bottom: 41px;
  }
  .procedure-button_box::before {
    width: 45px;
    height: 23px;
    margin-bottom: 20px;
  }
  .procedure_button_push {
    font-size: 2.9rem;
    width: 500px;
    height: 80px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 5px #004969;
  }
  .procedure_button_push:hover {
    top: 5px;
  }
  .procedure_button_outline {
    font-size: 2.2rem;
    width: 320px;
    height: 50px;
    padding-right: 35px;
    border-radius: 25px;
  }
  .procedure_button_outline::after {
    margin-left: 13px;
  }
  .procedure-link_box {
    padding: 30px 0 38px;
    margin: 0 -16px;
  }
  .procedure-link a {
    width: 424px;
    height: 107px;
    padding: 0 19px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .procedure-lpTabBtn-note {
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-bottom: 7px;
  }
  .procedure-lpTablist>li {
    width: 31.88405%;
  }
  .procedure-lpTabBtn {
    font-size: 1.6rem;
    line-height: 1.25;
    height: 70px;
    border-radius: 15px 15px 0 0;
  }
  .procedure-lpTabPanel {
    padding: 38px 13px 0;
    border-width: 3px;
  }
  .procedure-content-title {
    margin-bottom: 30px;
  }
  .procedure-item-title {
    font-size: 2.1rem;
    min-height: 50px;
    margin-bottom: 20px;
  }
  .procedure-easy {
    max-width: 190px;
    margin: 0 auto 10px;
  }
  .procedure-button_box {
    margin: 0 -13px;
    padding: 0 12px;
    padding-bottom: 23px;
  }
  .procedure-button_box::before {
    width: 24px;
    height: 12px;
    margin-bottom: 10px;
  }
  .procedure_button_push {
    font-size: 1.95rem;
    letter-spacing: 0em;
    max-width: 315px;
    height: 50px;
    margin: 10px auto 0;
    box-shadow: 0 4px #004969;
    border-radius: 25px;
  }
  .procedure_button_push:hover {
    top: 4px;
  }
  .procedure_button_outline {
    font-size: 1.6rem;
    width: 245px;
    height: 40px;
    padding-right: 17px;
    border-radius: 20px;
  }
  .procedure_button_outline::after {
    margin-left: 20px;
  }
  .procedure-link_box {
    padding: 25px 0;
  }
  .procedure-link {
    width: 48.9%;
  }
  .procedure-link a {
    width: 100%;
    height: 75px;
    padding: 0 11px;
    border-radius: 10px;
  }
}
/* 手続き方法 タブ01
--------------------------------*/
.procedure-tab01 .procedure_button_outline::after {
  filter: hue-rotate(55deg) brightness(1.03);
}
@media not all and (max-width: 767px) {
  .procedure-tab01 .procedure_button_outline {
    margin-bottom: 60px;
  }
  .procedure-last-text {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .procedure-tab01 .procedure-text_01 img {
    max-width: 266px;
  }
  .procedure-last-text {
    max-width: 254px;
    margin: 0 auto 29px;
  }
  .procedure-tab01 .procedure_button_outline {
    margin-bottom: 25px;
  }
}
/* 手続き方法 タブ02
--------------------------------*/
.procedure-document_box {
  text-align: center;
  background: #dff2fc;
}
.procedure-tab02 .procedure_button_outline {
  color: #ef59a1 !important;
}
.procedure-tab02 .procedure_button_outline::after {
  filter: hue-rotate(173deg) brightness(1.03);
}
.procedure-tab02 .procedure-button_box {
  background: #ffe4f6;
}
.procedure-tab02 .procedure_button_push {
  background: #ee2680;
}
.procedure-tab02 .procedure_button_push:hover {
  box-shadow: 0 0 #b5266a;
}
@media not all and (max-width: 767px) {
  .procedure-document_box {
    font-size: 2.2rem;
    line-height: 1.63636;
    margin-bottom: 59px;
    padding: 26px 29px 20px;
    border-radius: 20px;
  }
  .procedure-document-img {
    margin: 25px auto;
  }
  .procedure-tab02 .procedure-button_box::before {
    margin-bottom: 42px;
  }
  .procedure-tab02 .procedure_button_outline {
    width: 360px;
    margin: 18px auto 40px;
  }
  .procedure-tab02 .procedure_button_push {
    box-shadow: 0 5px #b5266a;
  }
  .procedure-tab02 .procedure-button_box {
    background: #ffe4f6;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .procedure-tab02 .procedure-content-title {
    max-width: 259px;
  }
  .procedure-document_box {
    font-size: 1.62rem;
    line-height: 1.5625;
    margin-bottom: 59px;
    padding: 18px 10px;
    border-radius: 15px;
  }
  .procedure-document-img {
    width: 95%;
    margin: 11px auto 14px 0;
  }
  .procedure-tab02 .procedure_button_outline {
    max-width: 260px;
    margin: 18px auto 20px;
    padding-right: 13px;
  }
  .procedure-tab02 .procedure_button_outline::after {
    width: .75em;
    height: 1em;
    margin-left: 10px;
  }
  .procedure-tab02 .procedure_button_push {
    line-height: .8;
    margin-top: 0;
    box-shadow: 0 4px #b5266a;
  }
}
/* 手続き方法 タブ03
--------------------------------*/
.procedure-tab03 .procedure_button_outline {
  justify-content: center;
  color: #009d66 !important;
  padding: 0;
}
.procedure-tab03 .procedure_button_outline::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  filter: brightness(1);
}
.procedure_check {
  position: absolute;
}
.procedure-tab03 .procedure-button_box {
  background: #e7f8ee;
}
.procedure-tab03 .procedure_button_push {
  background: #006d47;
}
.procedure-tab03 .procedure_button_push:hover {
  box-shadow: 0 0 #004f40;
}
@media not all and (max-width: 767px) {
  .procedure-tab03 .procedure-item {
    padding-bottom: 75px;
  }
  .procedure-tab03 .procedure_button_outline {
    font-size: 3rem;
    width: 480px;
    height: 90px;
    margin: 60px auto 29px;
    border-radius: 45px;
  }
  .procedure-tab03 .procedure_button_outline::after {
    right: 35px;
  }
  .procedure-tab03 .procedure_button_push {
    box-shadow: 0 5px #004f40;
  }
  .procedure-tab03 .text_link {
    font-size: 2rem;
  }
  .procedure_check {
    top: -16px;
    left: 47px;
  }
}
@media screen and (max-width: 767px) {
  .procedure-tab03 .procedure-item {
    padding-bottom: 30px;
  }
  .procedure-tab03 .procedure_button_outline {
    max-width: 245px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 45px;
  }
  .procedure-tab03 .procedure_button_outline::after {
    right: 17px;
  }
  .procedure-tab03 .text_link {
    font-size: 1.4rem;
  }
  .procedure_check {
    top: -27px;
    left: 10px;
    width: 68px;
  }
  .procedure-tab03 .procedure-button_box {
    line-height: 1.33333;
  }
  .procedure-tab03 .procedure_button_push {
    box-shadow: 0 4px #007660;
  }
}
/* 手続き方法 スライダー
--------------------------------*/
@media not all and (max-width: 767px) {
  .procedure-slide_box {
    position: relative;
    margin: 0 -40px 80px;
  }
  .procedure-slide_box::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff 220px, transparent 240px), linear-gradient(-90deg, #fff 220px, transparent 240px);
    z-index: 5;
    opacity: .7;
    pointer-events: none;
  }
  .procedure-slide_box .bx-viewport {
    width: 360px !important;
    margin-left: 50%;
    translate: -50% 0;
    position: absolute;
  }
  .procedure-slide-item {
    height: 480px !important;
    margin-right: 60px;
    box-shadow: inset 0 0 0 2px #ddd;
    border-radius: 20px;
  }
  .procedure-slide-inner {
    margin: 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .procedure-slide_box {
    margin: 0 -13px 60px;
  }
  .procedure-slide_box .bx-viewport {
    width: 339px !important;
  }
  .procedure-slide-item {
    position: relative;
    height: 350px !important;
  }
  .procedure-slide-item img {
    margin: 0 auto;
  }
  .procedure-slide-item::before {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    content: '';
    width: 285px;
    height: 100%;
    border: 2px solid #ddd;
    border-radius: 15px;
    pointer-events: none;
  }
  .procedure-slide-inner {
    margin: 0 47px;
  }
}
/* 手続き方法 スライダー内
--------------------------------*/
.procedure-slide-no {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding-top: .1em;
  background: #0092d3;
}
.procedure-slide-text {
  line-height: 1.6;
  font-weight: bold;
}
@media not all and (max-width: 767px) {
  .procedure-slide-no {
    font-size: 2rem;
    width: 120px;
    height: 40px;
    margin-bottom: 26px;
    border-radius: 0 0 10px 10px;
  }
  .procedure-slide-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .procedure-slide-no {
    font-size: 1.4rem;
    width: 90px;
    height: 30px;
    margin-bottom: 16px;
    border-radius: 0 0 8px 8px;
  }
  .procedure-slide-text {
    font-size: 1.4rem;
    margin: 0 -15px;
  }
}
/* 手続き方法 スライダー01
--------------------------------*/
.procedure-code_button {
  justify-content: right;
  padding-top: .1em;
  background: #0092d3;
}
.procedure-code_button:hover {
  box-shadow: 0 0 #2a616a;
}
.procedure-code_button::after {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1.2em;
  background: url('/kojin/toshin/cam/landing_2025summer/img//ico-procedure-code_button.png') center top / 99.8% auto no-repeat;
}
.procedure-table {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.procedure-table-item {
  display: flex;
  flex-direction: column-reverse;
}
.procedure-table-bottom {
  display: grid;
  place-items: center;
  line-height: 1.33333;
  background: #d9e9ec;
}
@media not all and (max-width: 767px) {
  .procedure-tab01 .procedure-slide-item:nth-child(1) .procedure-slide-no {
    margin-bottom: 49px;
  }
  .procedure-tab01 .procedure-slide-text {
    margin-bottom: 25px;
  }
  .procedure-tab01 .procedure-slide-item:nth-child(1) .procedure-slide-text {
    margin-bottom: 40px;
  }
  .procedure-code_button {
    font-size: 1.8rem;
    width: 256px;
    height: 50px;
    margin: 46px auto 40px;
    padding-right: 26px;
    box-shadow: 0 4px #2a616a;
    border-radius: 6px;
  }
  .procedure-code_button:hover {
    top: 4px;
  }
  .procedure-code_button::after {
    margin-left: 14px;
  }
  .procedure-table {
    font-size: 1.8rem;
    margin: 15px 0;
  }
  .procedure-table-bottom {
    width: 150px;
    height: 60px;
    margin-top: 15px;
  }
  .procedure-tab01 .procedure-slide-item:nth-child(2) img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .procedure-tab01 .procedure-slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 66px);
  }
  .procedure-code_button {
    font-size: 1.4rem;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding-right: 19px;
    box-shadow: 0 2px #2a616a;
    border-radius: 6px;
  }
  .procedure-code_button:hover {
    top: 2px;
  }
  .procedure-code_button::after {
    margin-left: 13px;
  }
  .procedure-table {
    font-size: 1.2rem;
  }
  .procedure-table-bottom {
    width: 110px;
    height: 42px;
    margin-top: 15px;
  }
  .procedure-tab01 .procedure-slide-item:nth-child(1) img {
    width: 38%;
  }
  .procedure-tab01 .procedure-slide-item:nth-child(3) img {
    width: 71.70818%;
  }
}
/* 手続き方法 スライダー02
--------------------------------*/
.procedure-tab02 .procedure-slide_box .bx-pager-link.active {
  background: #ef59a1;
}
.procedure-tab02 .procedure-item-title,
.procedure-tab02 .procedure-slide-no {
  background: #ef59a1;
}
.procedure-slide-text_small {
  display: block;
  line-height: 1.75;
  font-weight: normal;
}
.procedure-asterisk {
  font-size: .6em;
  vertical-align: top;
}
@media not all and (max-width: 767px) {
  .procedure-tab02 .procedure-slide_box {
    margin-bottom: 44px;
  }
  .procedure-tab02 .procedure-slide-item {
    height: 600px !important;
  }
  .procedure-tab02 .procedure-slide-text {
    height: 85px;
  }
  .procedure-slide-text_small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .procedure-tab02 .procedure-slide_box {
    margin-bottom: 30px;
  }
  .procedure-tab02 .procedure-slide-item {
    height: 420px !important;
  }
  .procedure-tab02 .procedure-slide-no {
    margin-bottom: 13px;
  }
  .procedure-tab02 .procedure-slide-text {
    margin-bottom: 15px;
  }
  .procedure-slide-text_small {
    font-size: 1.2rem;
  }
  .procedure-tab02 .procedure-slide-item:nth-child(3) .procedure-slide-inner {
    margin: 0 29px;
  }
}
/* 手続き方法 スライダー03
--------------------------------*/
.procedure-tab03 .procedure-slide_box .bx-pager-link.active,
.procedure-tab03 .procedure-item-title,
.procedure-tab03 .procedure-slide-no {
  background: #009d66;
}
.procedure-tab03 .procedure-slide-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.procedure-tab03 .procedure-slide-text {
  line-height: 1.5;
  text-align: left;
}
.procedure-tab03 .procedure-slide-text-ico {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  background: #009d66;
}
.procedure-tab03 .procedure-code_button {
  justify-content: center;
  margin: 0 auto;
  padding: .1em 0 0;
  background: #ef59a1;
}
.procedure-tab03 .procedure-code_button:hover {
  box-shadow: 0 0 #8a2856;
}
.procedure-tab03 .procedure-code_button::after {
  content: none
}
@media not all and (max-width: 767px) {
  .procedure-tab03 .procedure-slide_box .bx-viewport {
    width: 400px !important;
  }
  .procedure-tab03 .procedure-slide_box {
    margin-bottom: 60px;
  }
  .procedure-tab03 .procedure-item-title {
    height: 120px;
  }
  .procedure-tab03 .procedure-slide-item {
    height: 480px !important;
    margin-right: 20px;
    padding-bottom: 10px;
  }
  .procedure-tab03 .procedure-slide-no {
    margin-bottom: 30px;
  }
  .procedure-tab03 .procedure-slide-inner {
    height: calc(100% - 85px);
  }
  .procedure-tab03 .procedure-slide-text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    width: calc(100% - 188px);
    min-height: 283px;
    padding-right: .3em;
  }
  .procedure-tab03 .procedure-slide-img {
    width: 188px;
  }
  .procedure-slide-img_box {
    width: 188px;
  }
  .procedure-tab03 .procedure-slide-img_box img {
    width: 356px;
    max-width: 356px;
    margin-left: -168px;
  }
  .procedure-tab03 .procedure-slide-text-ico {
    width: 120px;
    margin-bottom: 20px;
    border-radius: 15px;
    padding-top: .1em;
  }
  .procedure-tab03 .procedure-slide-text-ico_03 {
    margin-bottom: 11px;
  }
  .procedure-tab03 .procedure-code_button {
    box-shadow: 0 4px #8a2856;
  }
}
@media screen and (max-width: 767px) {
  .procedure-tab03 .procedure-slide_box {
    margin-bottom: 30px;
  }
  .procedure-tab03 .procedure-item-title {
    height: 120px;
  }
  .procedure-tab03 .procedure-nowrap {
    white-space: nowrap;
  }
  .procedure-tab03 .procedure-slide-item {
    height: 360px !important;
  }
  .procedure-tab03 .procedure-slide-no {
    margin-bottom: 40px;
  }
  .procedure-tab03 .procedure-slide-inner {
    height: calc(100% - 90px);
    margin: 0 40px 0 45px;
  }
  .procedure-tab03 .procedure-slide-text {
    font-size: 14px;
    width: calc(100% - 121px);
    min-height: 167px;
    margin: 0;
    padding-right: .9em;
  }
  .procedure-tab03 .procedure-slide-img {
    width: 121px;
    margin: 0;
  }
  .procedure-tab03 .procedure-slide-img_box {
    width: 121px;
  }
  .procedure-tab03 .procedure-slide-img_box img {
    width: 255px;
    max-width: 255px;
    margin-left: -135px;
  }
  .procedure-tab03 .procedure-slide-text-ico {
    position: absolute;
    top: -2.5em;
    left: 0;
    display: inline-block;
    font-size: 1.2rem;
    padding: .17em .85em .09em;
    border-radius: 13px;
  }
  .procedure-tab03 .procedure-code_button {
    box-shadow: 0 2px #8a2856;
  }
}
/* 特典2：りそなグループアプリのダウンロード方法
--------------------------------*/
.download-inner {
  position: relative;
  border: solid #0092d3;
  border-width: 4px;
  background: #dff2fc;
}
.download-title {
  display: grid;
  place-items: center end;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #0092d3;
}
.download-circle {
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-decoration-line: underline;
  text-underline-offset: .27em;
  background: #e95098;
  border-radius: 50%;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .download {
    margin-top: 27px;
    padding-top: 11px;
  }
  .download-inner {
    border-width: 4px;
    border-radius: 30px;
  }
  .download-title {
    font-size: 3.2rem;
    height: 80px;
    padding-right: 155px;
    border-radius: 23px 23px 0 0;
  }
  .download-circle {
    top: -11px;
    right: -31px;
    font-size: 2.7rem;
    width: 153px;
    height: 153px;
  }
  .download-jump {
    padding: 30px;
  }
  .download-list-sp {
    display: none;
  }
  .download-list-pc {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
  }
  .download-list-pc::before,
  .download-list-pc::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 160px;
    height: 160px;
    border: solid #dff2fc;
    border-width: 12px 12px 0 0;
    transform: translateY(-50%) rotate(45deg) skew(23deg, 23deg);
    pointer-events: none;
  }
  .download-list-pc::before {
    left: 107px;
  }
  .download-list-pc::after {
    left: 414px;
  }
  .download-item {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding: 20px 0 15px;
  }
  .download-item_01 {
    padding-left: 33px;
  }
  .download-item_03 {
    padding-right: 35px;
  }
  .download-item-title {
    margin-bottom: 11px;
  }
  .download-text {
    font-size: 1.8rem;
    line-height: 1.33333;
    margin-top: 11px;
  }
  .download-text_03 {
    width: 206px;
    margin: 4px auto 0;
  }
  .download-store {
    width: 134px;
    margin: 0 auto;
  }
  .download-yellow {
    display: grid;
    place-items: center;
    font-size: 1.75rem;
    width: 208px;
    height: 57px;
    margin: 0 auto -5px;
    padding-top: .2em;
    background: #fff9b1;
  }
  .download-frame {
    display: inline-block;
    line-height: 1.1;
    margin-bottom: .2em;
    padding: .05em .2em 0;
    border: 1px solid currentColor;
    border-radius: 5px;
  }
  .download-ico {
    width: 1em;
    vertical-align: text-top;
  }
}
@media screen and (max-width: 767px) {
  .download {
    margin-top: 12px;
    padding-top: 10px;
  }
  .download-inner {
    padding: 0;
    border-width: 2px;
    border-radius: 15px;
  }
  .download-title {
    font-size: 1.65rem;
    line-height: 1.23529;
    height: 54px;
    padding-right: 75px;
    border-radius: 12px 12px 0 0;
  }
  .download-circle {
    top: -10px;
    right: -10px;
    font-size: 1.4rem;
    width: 77px;
    height: 77px;
  }
  .download-jump {
    padding: 20px 14px 15px;
  }
  .download-list-pc {
    display: none;
  }
  .download-list-sp {
    margin-bottom: 10px;
    background: #fff;
  }
  .download-item {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .download-item_01 {
    position: relative;
    padding: 22px 0 18px;
    border-bottom: 4px solid #dff2fc;
  }
  .download-item_01::before,
  .download-item_01::after {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    content: '';
    width: 23px;
    height: 10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    pointer-events: none;
  }
  .download-item_01::before {
    top: 100%;
    background: #dff2fc;
  }
  .download-item_01::after {
    top: calc(100% - 5px);
    background: #fff;
  }
  .download-item_02 {
    padding: 20px 0 16px;
  }
  .download-item-title {
    margin-bottom: 12px;
  }
  .download-item-title figure {
    height: 15px;
  }
  .download-item-title img {
    width: auto;
    height: 100%;
  }
  .download-store {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .download-store li {
    max-width: 95px;
  }
  .download-text {
    font-size: 1.2rem;
    line-height: 1;
  }
  .download-text_03 {
    width: 136px;
    margin: 6px auto 0;
  }
  .download-yellow {
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    line-height: 1.22222;
    width: 240px;
    min-height: 23px;
    margin: 0 auto 8px;
    padding-top: .3em;
    background: #fff9b1;
  }
  .download-frame {
    display: inline-block;
    line-height: 1.2;
    padding: 0 .2em;
    border: 1px solid currentColor;
    border-radius: 5px;
  }
  .download-ico {
    width: 1em;
    vertical-align: text-top;
  }
}
/* 商品選択のヒント！
--------------------------------*/
.hint-button {
  color: #0092d3 !important;
  letter-spacing: 0;
  margin: 0 auto;
}
.hint-button::after {
  content: '';
  width: 1em;
  height: 1.3em;
  margin-left: .5em;
  background: url('/kojin/toshin/cam/landing_2025summer/img/ico-link.png') top center / 99.8% auto no-repeat;
  filter: hue-rotate(50deg) brightness(1.05);
}
.hint-or-left,
.hint-or-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hint-or {
  font-weight: bold;
}
.hint-or-left, .hint-or-right {
  background: #ededed;
}
.hint-or-item {
  display: grid;
  place-items: center;
  color: #fff;
  padding-top: .1em;
  background: #fe8b00;
}
.hint-or-left .hint-or-item:nth-child(1) {
  background: #9f9beb;
}
.hint-or-right .hint-or-item:nth-child(1) {
  background: #30c397;
}
.hint-fund_button {
  color: #0092d3;
  border-color: #0092d3;
  background: #fff;
}
.hint-fund_button:hover {
  color: #0092d3;
}
.hint-fund-text {
  color: #0092d3;
  font-weight: bold;
}
.hint-fund-text::before,
.hint-fund-text::after {
  content: '';
  width: 1px;
  background: currentColor;
}
.hint-note {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media not all and (max-width: 767px) {
  .hint-button {
    font-size: 2.2rem;
    width: 400px;
    height: 50px;
    margin-top: 22px;
    margin-bottom: 40px;
    border-radius: 25px;
  }
  .hint-or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    width: 800px;
    margin: 23px auto 81px;
  }
  .hint-or-left, .hint-or-right {
    width: 350px;
    height: 88px;
    padding: 0 20px;
    border-radius: 20px;
  }
  .hint-or-item {
    font-size: 1.6rem;
    width: 150px;
    height: 42px;
    border-radius: 10px;
  }
  .hint-fund_button {
    font-size: 2.2rem;
    width: 454px;
    height: 50px;
    margin: 20px auto 22px;
    border-radius: 30px;
  }
  .hint-fund-text {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .hint-fund-text::before,
  .hint-fund-text::after {
    display: inline-block;
    height: 1.2em;
    vertical-align: bottom;
  }
  .hint-fund-text::before {
    margin-right: .4em;
    rotate: -45deg;
  }
  .hint-fund-text::after {
    margin-left: .2em;
    rotate: 45deg;
  }
  .hint-note {
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
  }
  .hint-note_bottom {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hint-title {
    max-width: 226px;
  }
  .hint-button {
    font-size: 1.6rem;
    width: 245px;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .hint-or {
    font-size: 1.6rem;
    margin: 13px auto 25px;
  }
  .hint-or-left, .hint-or-right {
    max-width: 315px;
    height: 75px;
    margin: 0 auto;
    padding: 17px 15px;
    border-radius: 15px;
  }
  .hint-or-item {
    font-size: 1.5rem;
    width: 135px;
    height: 40px;
    border-radius: 8px;
  }
  .hint-or-text {
    margin: 13px 0;
  }
  .hint-fund-text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.6rem;
    line-height: 1.1875;
    margin-bottom: 10px;
  }
  .hint-fund-text::before,
  .hint-fund-text::after {
    height: 2.4em;
  }
  .hint-fund-text::before {
    margin-right: .2em;
    rotate: -31deg;
  }
  .hint-fund-text::after {
    margin-left: .2em;
    rotate: 31deg;
  }
  .hint-fund_button {
    max-width: 312px;
    height: 40px;
    margin: 20px auto 18px;
    border-radius: 20px;
  }
}
/* 積立件数ランキング
--------------------------------*/
.ranking_box {
  background: #dff2fc;
  border-radius: 30px;
}
.ranking-text {
  font-weight: bold;
}
.ranking-item {
  letter-spacing: .04em;
  font-weight: bold;
  background: #fff;
}
.ranking-img_box {
  display: grid;
}
.ranking-button {
  color: #0092d3 !important;
  letter-spacing: 0;
  margin: 0 auto;
}
.ranking-button::after {
  content: '';
  width: 1em;
  height: 1.3em;
  margin-left: .5em;
  background: url('/kojin/toshin/cam/landing_2025summer/img/ico-link.png') top center / 99.8% auto no-repeat;
  filter: hue-rotate(50deg) brightness(1.05);
}
@media not all and (max-width: 767px) {
  .ranking_box {
    margin-top: 17px;
    padding: 40px;
  }
  .ranking-title {
    margin-bottom: 30px;
  }
  .ranking-text {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .ranking {
    display: flex;
    justify-content: space-between;
    margin: 39px 0 30px;
  }
  .ranking-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 260px;
    height: 420px;
    padding: 19px 0 21px;
    border-radius: 20px;
  }
  .ranking-name_box {
    font-size: 2.2rem;
    line-height: 1.36363;
  }
  .ranking-name {
    margin-top: 20px;
  }
  .ranking-img_box {
    place-items: center;
    height: 190px;
  }
  .ranking-button {
    font-size: 1.6rem;
    width: 190px;
    height: 38px;
    border-radius: 19px;
  }
}
@media screen and (max-width: 767px) {
  .ranking {
    margin: 14px 0 15px;
  }
  .ranking_box {
    margin-top: 15px;
    padding: 19px 15px 25px;
    border-radius: 20px;
  }
  .ranking-title {
    max-width: 201px;
    margin: 0 auto 15px;
  }
  .ranking-text {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .ranking-item {
    font-size: 1.6rem;
    line-height: 1.25;
    max-width: 315px;
    min-height: 180px;
    padding: 22px 15px 15px;
    border-radius: 10px;
  }
  .ranking-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .ranking-item-inner {
    display: flex;
  }
  .ranking-name_box {
    flex-shrink: 0;
    min-width: 55%;
  }
  .ranking-no {
    width: 63px;
  }
  .ranking-name {
    margin-top: 8px;
  }
  .ranking-img_box {
    place-items: start center;
    flex-grow: 1;
    min-height: 102px;
  }
  .ranking-item:nth-child(1) .ranking-img_box img {
    width: 86%;
  }
  .ranking-item:nth-child(2) .ranking-img_box img {
    width: 65%;
  }
  .ranking-item:nth-child(3) .ranking-img_box img {
    width: 88%;
  }
  .ranking-button {
    font-size: 1.6rem;
    width: 245px;
    height: 40px;
    margin-top: 8px;
    border-radius: 20px;
  }
}
/* ご注意事項
--------------------------------*/
.caution {
  background: #dff2fc;
}
.caution-title {
  color: #0092d3;
  font-weight: bold;
}
.caution-content-item {
  text-align: left;
  background: #fff;
}
.caution-content-title {
  justify-content: left;
  font-weight: bold;
}
.caution-content-acc-view {
  line-height: 1.75;
}
.caution-list li::before {
  margin-top: .45em;
}
@media not all and (max-width: 767px) {
  .caution {
    padding: 49px 0 70px;
  }
  .caution-title {
    font-size: 2.6rem;
    margin-bottom: 42px;
  }
  .caution-content-item {
    font-size: 1.6rem;
  }
  .caution-content-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .caution-content-title {
    font-size: 2rem;
    padding: 30px;
  }
  .caution-content-title::after {
    right: 40px;
    width: 20px;
    height: 20px;
  }
  .caution-content-acc-view {
    padding: 0 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .caution {
    padding: 29px 0 38px;
  }
  .caution-title {
    font-size: 1.8rem;
    margin-bottom: 21px;
  }
  .caution-content-item {
    font-size: 1.4rem;
  }
  .caution-content-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .caution-content-title {
    padding: 18px 15px;
  }
  .caution-content-title::after {
    right: 15px;
    width: 13px;
    height: 13px;
  }
  .caution-content-acc-view {
    padding: 5px 14px 25px;
  }
}
/* モーダル
--------------------------------*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-screen-list {
  margin-inline: auto;
  color: #3b3b3b;
}
@media not all and (max-width: 767px) {
  .modal-screen-list {
    width: 900px;
  }
}
.modal-balloon-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #00985b;
  font-weight: 700;
  color: #fff;
}
@media not all and (max-width: 767px) {
  .modal-balloon-ttl {
    height: 70px;
    margin-bottom: 40px;
    border-radius: 10px;
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .modal-balloon-ttl {
    max-width: 80vw;
    height: 12vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 6.1333333333vw;
  }
}
.modal-balloon-ttl:after {
  position: absolute;
  top: calc(100% - 1px);
  inset-inline: 0;
  display: block;
  margin-inline: auto;
  background-color: #00985b;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media not all and (max-width: 767px) {
  .modal-balloon-ttl:after {
    width: 26px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .modal-balloon-ttl:after {
    width: 3.6vw;
    height: 2.8vw;
  }
}
.modal-content-box {
  position: relative;
  border: solid #00985b;
  background: #cbeddf;
}
@media not all and (max-width: 767px) {
  .modal-content-box {
    margin-top: 80px;
    padding-top: 57px;
    padding-bottom: 56px;
    border-width: 4px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content-box {
    width: 80vw;
    margin: 12vw auto 0;
    padding-top: 9vw;
    padding-bottom: 8vw;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.modal-content-box_ttl {
  position: absolute;
  bottom: calc(100% + var(--_bdw));
  inset-inline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--_bdw) solid #00985b;
  background: #fff;
  margin-inline: auto;
  color: #00985b;
  font-weight: 700;
  translate: 0 50%;
}
@media not all and (max-width: 767px) {
  .modal-content-box_ttl {
    --_bdw: 4px;
    width: 680px;
    height: 80px;
    border-radius: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content-box_ttl {
    --_bdw: calc(4 / 750 * 100vw);
    width: 64vw;
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.modal-btn {
  --_box-shadow-c: #d9d9d9;
  --_c: #3b3b3b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  border: solid #3b3b3b;
  margin-inline: auto;
  background: #fff;
  font-weight: 700;
  line-height: 1.3;
  color: var(--_c);
  text-align: center;
  transition: opacity 0.25s linear;
  cursor: pointer;
}
@media not all and (max-width: 767px) {
  .modal-btn_sp {
    display: none;
  }
  .modal-btn {
    width: 540px;
    height: 100px;
    border-width: 4px;
    box-shadow: 6px 8px 0 var(--_box-shadow-c);
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .modal-btn_pc {
    display: none;
  }
  .modal-btn {
    width: 100%;
    max-width: 80vw;
    height: 16vw;
    border-width: 0.5333333333vw;
    box-shadow: 0.8vw 1.0666666667vw 0 var(--_box-shadow-c);
    font-size: 6.4vw;
  }
}
.modal-btn:hover {
  opacity: 0.7;
  color: var(--_c);
}
.modal-btn:visited {
  color: var(--_c);
}
.modal-btn--green {
  --_c: #fcff32;
  background-image: url('/kojin/toshin/cam/landing_2025summer/img/ico-risona-square.png'), linear-gradient(0deg, #00985B 50%, #06AC6A 50%);
  background-repeat: no-repeat;
}
@media not all and (max-width: 767px) {
  .modal-btn--green {
    padding-left: 107px;
    background-size: 72px 72px, 100% 100%;
    background-position: left 35px center, center center;
  }
}
@media screen and (max-width: 767px) {
  .modal-btn--green {
    padding-left: 14.4vw;
    background-size: 9.6vw 9.6vw, 100% 100%;
    background-position: left 20px center, center center;
  }
}
.modal-two-choices {
  margin-inline: auto;
}
@media not all and (max-width: 767px) {
  .modal-two-choices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 840px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-two-choices {
    width: 66.6666666667vw;
    margin-top: 4.9333333333vw;
  }
}
.modal-two-choices .modal-btn {
  --_box-shadow-c: #accabe;
  margin-inline: 0;
}
@media not all and (max-width: 767px) {
  .modal-two-choices .modal-btn {
    width: 350px;
    height: 120px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .modal-two-choices .modal-btn {
    font-size: 4.6666666667vw;
  }
}
.modal-two-choices_txt {
  font-weight: 700;
}
@media not all and (max-width: 767px) {
  .modal-two-choices_txt {
    translate: 0.4em 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal-two-choices_txt {
    margin-top: 4.8vw;
    margin-bottom: 4vw;
    font-size: 4.5333333333vw;
    text-align: center;
  }
}
