@charset "UTF-8";
.rakuten-card .accordion, .rakuten-card .lp-card_head-border span, .lp-card_head-border .rakuten-card span, .rakuten-card .lp-card_title, .rakuten-card .lp-card_title-new {
  border-color: #EC0606;
}
.rakuten-pay .accordion, .rakuten-pay .lp-card_head-border span, .lp-card_head-border .rakuten-pay span, .rakuten-pay .lp-card_title, .rakuten-pay .lp-card_title-new {
  border-color: #EB005E;
}
.rakuten-bank .accordion, .rakuten-bank .lp-card_head-border span, .lp-card_head-border .rakuten-bank span, .rakuten-bank .lp-card_title, .rakuten-bank .lp-card_title-new {
  border-color: #F86800;
}
.rakuten-shoken .accordion, .rakuten-shoken .lp-card_head-border span, .lp-card_head-border .rakuten-shoken span, .rakuten-shoken .lp-card_title, .rakuten-shoken .lp-card_title-new {
  border-color: #3A6DFA;
}

.rakuten-card .lp-card_title-new {
  background-color: #FB9A9A;
}
.rakuten-pay .lp-card_title-new {
  background-color: #FF91AE;
}
.rakuten-bank .lp-card_title-new {
  background-color: #FFBE6D;
}
.rakuten-shoken .lp-card_title-new {
  background-color: #A0B9FF;
}

.rakuten-card .lp-card_btn-inner {
  border-color: #EC0606;
  background-color: #F53A3A;
}
.rakuten-pay .lp-card_btn-inner {
  border-color: #EB005E;
  background-color: #FF5582;
}
.rakuten-bank .lp-card_btn-inner {
  border-color: #CC4D02;
  background-color: #F86800;
}
.rakuten-shoken .lp-card_btn-inner {
  border-color: #134FF3;
  background-color: #3A6DFA;
}

.rakuten-card .lp-card_btn::after {
  border-color: #EC0606;
  background-color: #FB9A9A;
}
.rakuten-pay .lp-card_btn::after {
  border-color: #EB005E;
  background-color: #FF91AE;
}
.rakuten-bank .lp-card_btn::after {
  border-color: #CC4D02;
  background-color: #FFBE6D;
}
.rakuten-shoken .lp-card_btn::after {
  border-color: #134FF3;
  background-color: #A0B9FF;
}

img {
  max-width: 100%;
}

.mt-0px {
  margin-top: 0px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.mb-0px {
  margin-bottom: 0px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.txt-center {
  text-align: center !important;
}

.text-link {
  text-decoration: underline;
  color: #007ACC;
}

.fs-33px {
  font-size: 33px;
}

.low-lh {
  line-height: 1.14;
}

.cMagenta {
  color: #FF008C !important;
}

.cCrimsonRed {
  color: #bf0000 !important;
}

.cLightBlue {
  color: #007ACC !important;
}

h1 span {
  display: none;
}

main {
  background-color: #98C8F7;
  background-image: url(../img/img_lp-bg.png);
  background-attachment: fixed;
  background-size: cover;
}

.floatingArea {
  position: sticky;
  z-index: 100;
  bottom: 0;
  left: 0;
  margin-top: -50px;
  width: 100%;
  display: none;
}
.floatingArea.visible {
  display: block;
}
.floatingArea_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 1px;
}
.floatingArea_tab {
  position: relative;
  background-color: #FFF;
  border: 2px solid #0E61AA;
  padding: 14px 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 -1px;
}
.floatingArea_tab.active::before {
  content: "";
}
.floatingArea_tab::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  left: -2px;
  top: -7px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid #0E61AA;
  background-color: #0E61AA;
}
.floatingArea_tab:nth-child(1)::before {
  background-color: #EC0606;
}
.floatingArea_tab:nth-child(2)::before {
  background-color: #EB005E;
}
.floatingArea_tab:nth-child(3)::before {
  background-color: #F86800;
}
.floatingArea_tab:nth-child(4)::before {
  background-color: #3A6DFA;
}

.lp-kv {
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 24px;
}

.lp-main_visual {
  display: none;
}
.lp-main_container {
  max-width: 375px;
  margin: 0 auto;
  border: 2px solid #0E61AA;
  border-radius: 10px;
  background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #EEF7FF 10.19%, #D7ECFF 14.54%, #D7ECFF 100%);
  background-size: 33px 33px, 33px 33px, 100% 100%;
  overflow: hidden;
}
.lp-main_offer {
  background-color: #B8D8F9;
  padding: 40px 16px;
}
.lp-main_offer_head {
  font-size: 22px;
  font-weight: bold;
  color: #004B8D;
  margin-bottom: 32px;
  text-align: center;
}

.lp-intro_h2 {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: #0E61AA;
  margin-bottom: 24px;
}
.lp-intro_h2::before, .lp-intro_h2::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/img_plus.png);
  margin-top: -5px;
}
.lp-intro_h2::after {
  margin-top: auto;
  margin-bottom: -5px;
}
.lp-intro_img-container {
  padding: 0 13px;
}
.lp-intro_end {
  text-align: center;
  padding-top: 48px;
  margin-top: -24px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #0E61AA;
  background-image: url(../img/img_dots.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.lp-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  content: "";
  background-image: url(../img/card-tab.png);
  background-size: contain;
  height: 24px;
  width: 100%;
}

.lp-synergy::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  content: "";
  background-image: url(../img/card-tab.png);
  background-size: contain;
  height: 24px;
  width: 100%;
}

.bg-intro {
  margin-top: -80px;
  margin-bottom: -30px;
  text-align: center;
}
.bg-intro img {
  width: 320px;
}

.lp-card {
  margin: 0 15px 56px 17px;
  position: relative;
}
.lp-card_inner {
  border: 2px solid #0E61AA;
  border-radius: 10px;
  position: relative;
  padding-top: 50px;
  z-index: 10;
  color: #0E61AA;
  font-size: 16px;
  background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #FFFFFF 50.48%, #FFECF6 100%);
  background-size: 27px 27px, 27px 27px, 100% 100%;
}
.rakuten-card .lp-card_inner {
  border-color: #EC0606;
  background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px), linear-gradient(180deg, #FFFFFF 50.22%, #FFE8E8 100%);
}
.rakuten-pay .lp-card_inner {
  border-color: #EB005E;
  background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px), linear-gradient(180deg, #FFFFFF 50.48%, #FFE6EB 100%);
}
.rakuten-bank .lp-card_inner {
  border-color: #F86800;
  background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px), linear-gradient(180deg, #FFFFFF 50.48%, #FFF1DA 100%);
}
.rakuten-shoken .lp-card_inner {
  border-color: #3A6DFA;
  background-image: linear-gradient(to right, #f5f5f5 1px, transparent 1px), linear-gradient(to bottom, #f5f5f5 1px, transparent 1px), linear-gradient(180deg, #FFFFFF 50.48%, #E8EEFF 100%);
}
.lp-synergy .lp-card_inner {
  background-image: linear-gradient(to right, #a5a5f5 1px, transparent 1px), linear-gradient(to bottom, #a5a5f5 1px, transparent 1px), linear-gradient(180deg, #4270D3 0%, #A1B8EB 100%);
}
.lp-card_title {
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 11;
  content: "";
  border: 2px solid #0E61AA;
  border-bottom: 0;
  width: calc(100% + 4px);
  margin: 0 -2px;
  padding: 21px 0 15px;
  background: #fff;
}
.lp-card_title-top {
  margin-top: -52px;
  margin-bottom: 32px;
  border-bottom: 2px solid #0E61AA;
}
.lp-card_title-top img {
  max-height: 28px;
}
.lp-card_title-new {
  background-color: #FB9A9A;
  padding: 0;
  height: 53px;
  margin-top: 18px;
  margin-bottom: 42px;
}
.lp-card_title-new img {
  max-width: 222px;
  margin-top: -20px;
}
.lp-card_title-other {
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  padding: 0;
  margin-top: 52px;
  margin-bottom: 16px;
}
.lp-card_title-other img {
  width: 226px;
  margin-top: -20px;
}
.lp-card_title-other:last-child img {
  width: 249px;
}
.lp-card_head {
  font-weight: bold;
  font-size: 18px;
}
.lp-card_head-border {
  text-align: center;
  line-height: 2;
  margin-bottom: 8px;
}
.lp-card_head-border span {
  border: 1px solid #F86800;
  border-right: 0;
  border-left: 0;
}
.lp-card_text {
  font-size: 16px;
}
.lp-card::after {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #0E61AA;
  border-radius: 10px;
  background-color: #A6C6E6;
}
.lp-card.rakuten-card::after {
  border-color: #EC0606;
  background-color: #FB9A9A;
}
.lp-card.rakuten-pay::after {
  border-color: #EB005E;
  background-color: #FF91AE;
}
.lp-card.rakuten-bank::after {
  border-color: #F86800;
  background-color: #FFBE6D;
}
.lp-card.rakuten-shoken::after {
  border-color: #3A6DFA;
  background-color: #A0B9FF;
}
.lp-card_info {
  position: relative;
  margin: 0 12px 16px;
  font-size: 20px;
  font-weight: bold;
}
.lp-card_info h3 {
  position: relative;
  padding: 10px 0;
  z-index: 10;
}
.lp-card_info-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}
.lp-card_container {
  margin: 0 16px 32px;
}
.lp-card_container > *:not(:last-child) {
  margin-bottom: 16px;
}
.lp-card_container-small > *:not(:last-child) {
  margin-bottom: 8px;
}
.lp-card_btn {
  display: block;
  position: relative;
  border-radius: 4px;
}
.lp-card_btn-inner {
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  background-color: #007ACC;
  border: 2px solid #0E61AA;
  border-radius: 4px;
  padding: 8px 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  background-image: url(../img/icon_right.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 5% center;
}
.cv-btn .lp-card_btn-inner {
  font-size: 18px;
  padding: 12px 0;
}
.lp-card_btn::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #0E61AA;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.lp-card_detail_list {
  color: #8F8F8F;
  font-size: 10px;
  padding-left: 10px;
  text-indent: -10px;
  line-height: 1.2;
}
.lp-card_detail_list_item {
  margin-bottom: 4px;
}
.lp-card_detail_list_item::before {
  content: "※";
}
.tab-content .lp-card_detail_list {
  font-size: 12px;
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.4;
}
.lp-synergy .lp-card_detail_list {
  color: #FFFFFF;
  font-size: 8px;
}
.lp-card_tab {
  margin-bottom: 32px;
}
.lp-card_tab .tab-nav {
  display: flex;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 1px;
}
.lp-card_tab .tab-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex: 1;
  text-align: center;
  max-width: 52%;
  background-color: #fff;
  border: 2px solid #007ACC;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 -1px -2px;
  padding: 8px 0;
}
.lp-card_tab .tab-btn img {
  height: 18px;
}
.lp-card_tab .tab-btn.active {
  border-bottom: #FFFFFF;
  position: relative;
  background-color: #FFFFFF;
}
.lp-card_tab .tab-btn.active::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  left: -2px;
  top: -7px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid #0E61AA;
  background-color: #0E61AA;
}
.lp-card_tab .tab-btn:hover.tab-card::before, .lp-card_tab .tab-btn.active.tab-card::before {
  background-color: #EC0606;
}
.lp-card_tab .tab-btn:hover.tab-pay::before, .lp-card_tab .tab-btn.active.tab-pay::before {
  background-color: #EB005E;
}
.lp-card_tab .tab-btn:hover.tab-bank::before, .lp-card_tab .tab-btn.active.tab-bank::before {
  background-color: #F86800;
}
.lp-card_tab .tab-btn:hover.tab-shoken::before, .lp-card_tab .tab-btn.active.tab-shoken::before {
  background-color: #3A6DFA;
}
.lp-card_tab .tab-content {
  display: none;
}
.lp-card_tab .tab-content.active {
  display: block;
}
.lp-card_tab .tab-content_head {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.lp-card_tab .tab-content_text {
  font-size: 14px;
  margin-bottom: 8px;
}
.lp-card_tab .tab-content_section:not(:last-child) {
  margin-bottom: 20px;
}
.lp-card_tab .tab-content_section .lp-card_btn {
  margin-bottom: 16px;
}
.lp-card_tab .tab-content-wrapper {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #007ACC;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.lp-card_tab .tab-content-wrapper:has(.tab-content:only-child) {
  border-top-right-radius: 8px;
}

.lp-emp {
  color: #0E61AA;
}
.rakuten-card .lp-emp {
  color: #EC0606;
}
.rakuten-pay .lp-emp {
  color: #EB005E;
}
.rakuten-bank .lp-emp {
  color: #F86800;
}
.rakuten-shoken .lp-emp {
  color: #3A6DFA;
}

.lp-marker {
  display: inline-block;
  color: #FFF;
  background-color: #0E61AA;
  background-size: 100% 1.4em;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 5px 1px;
  margin-bottom: 2px;
  height: 1.4em;
  line-height: 1.4em;
  border-radius: 4px;
}
.rakuten-card .lp-marker {
  background-color: #EC0606;
}
.rakuten-pay .lp-marker {
  background-color: #FF5197;
}
.rakuten-bank .lp-marker {
  background-color: #F86800;
}
.rakuten-shoken .lp-marker {
  background-color: #3A6DFA;
}

.swiper-ui {
  height: 32px;
}

.swiper-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
  height: auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #333;
  box-sizing: border-box;
  text-align: center;
}

.swiper-pagination {
  margin-top: 16px;
  position: relative;
  bottom: 0 !important;
  width: 100% !important;
}

.swiper-pagination-bullet {
  background-color: #bbb;
  opacity: 1;
  transition: background-color 0.3s ease;
  margin: 0 5px;
  width: 16px;
  height: 5px;
  border-radius: 100px;
}

.swiper-pagination-bullet-active {
  background-color: #007aff;
}

/* ナビゲーションボタンのスタイル調整 */
.swiper-button-next,
.swiper-button-prev {
  color: #666666;
  border: 1px solid rgba(0, 0, 0, 0.4);
  top: 100%;
  bottom: 0%; /* 縦方向中央 */
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  width: 30px; /* ボタンの幅 */
  height: 30px; /* ボタンの高さ */
  background-color: rgba(255, 255, 255, 0.8); /* 半透明の背景 */
  border-radius: 50%; /* 円形 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.swiper-button-prev {
  left: 5px; /* 左端からの距離 */
}

.swiper-button-next {
  right: 5px; /* 右端からの距離 */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgb(255, 255, 255);
}

/* ナビゲーションボタンの矢印アイコンのサイズ調整 (Swiperのカスタムプロパティ) */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px; /* 矢印のサイズ */
  font-weight: bold;
}

.accordion {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #0E61AA;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.accordion_h2 {
  padding: 12px 24px;
  color: #004B8D;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background-image: url(../img/icon_bottom_spu.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 20px center;
}
.rakuten-card .accordion_h2 {
  background-image: url(../img/icon_bottom_card.png);
}
.rakuten-bank .accordion_h2 {
  background-image: url(../img/icon_bottom_bank.png);
}
.rakuten-shoken .accordion_h2 {
  background-image: url(../img/icon_bottom_shoken.png);
}

.accordion_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  color: #0E61AA;
  height: 0;
  transition: height 0.3s;
}
.accordion_content_h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.accordion_content_h3 span {
  color: #FF008C;
}
.accordion_content .tab-content_head {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.accordion_content .tab-content_text {
  font-size: 14px;
  margin-bottom: 16px;
}

.accordion_content.is-open {
  padding: 20px 24px 24px;
  height: auto;
}

.accordion_content_text {
  width: 100%;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.7;
}

.accordion_content_img {
  width: 100%;
  margin: 24px 0 0;
}

.text-link {
  color: #6C92FB;
  text-decoration: underline;
}
.lp-synergy .lp-card_detail_list .text-link {
  color: #FF008C;
}

.bank-text {
  margin-bottom: 30px;
}
.bank-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}