@charset "UTF-8";
* {
  font-family: "Noto Sans、Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro、メイリオ", sans-serif;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/campaign/vpoint/20260202_cp/assets/font/Noto_Sans_JP/static/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/campaign/vpoint/20260202_cp/assets/font/Noto_Sans_JP/static/NotoSansJP-Bold.woff") format("woff");
}
/* base start */
body.-active {
  overflow: hidden;
}
body a {
  text-decoration: none;
}
body a:hover {
  opacity: .5;
  transition: all 200ms ease;
}
body img {
  margin: 0 auto;
}
body section > h2 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 26px;
}
body section > h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 54px;
  height: 10px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/h2_decoration.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(-50%, 0);
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  main section > h2 {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 18px;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
/* base end */


/* headerArea start */
.headerArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 24px 0;
  z-index: 29999;
}
.headerArea_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 48px;
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
}
.headerArea_logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
}
.headerArea_logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #D3D3D3;
  transform: translate(-50%, 0);
}
.headerArea_logo .logo_atokara {
  max-width: 81px;
  width: 100%;
}
.headerArea_logo .logo_vpoint {
  max-width: 82px;
  width: 100%;
}
.headerArea_menu_inner,
.headerArea_menu_inner.-active {
  display: block;
}
.headerArea_menu_button {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.headerArea_menu_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/header_menu_hamburger.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.headerArea_menu_button.-active::before {
  background: url(/campaign/vpoint/20260202_cp/assets/images/header_menu_close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.headerArea_menu_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 32px;
}
.headerArea_menu_item > li {
  padding: 16px 0;
}
.headerArea_menu_item > li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #23272C;
}
@media screen and (max-width: 1399px) {
  .headerArea {
    padding: 0;
  }
  .headerArea_inner {
    padding: 4px 8px 4px 16px;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  }
  .headerArea_logo .logo_atokara {
    max-width: 69px;
    width: 100%;
  }
  .headerArea_logo .logo_vpoint {
    max-width: 70px;
    width: 100%;
  }
  .headerArea_menu_inner {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.50);
    z-index: 29999;
  }
  .headerArea_menu_inner.-active {
    display: block;
  }
  .headerArea_menu_button {
    display: block;
  }
  .headerArea_menu_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/campaign/vpoint/20260202_cp/assets/images/header_menu_hamburger.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .headerArea_menu_button.-active::before {
    background: url(/campaign/vpoint/20260202_cp/assets/images/header_menu_close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .headerArea_menu_item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 64px 40px;
    background: rgba(255, 255, 255, 0.95);
  }
  .headerArea_menu_item > li {
    position: relative;
    margin-top: 32px;
    padding: 0 0 0 24px;
  }
  .headerArea_menu_item > li:first-child {
    margin-top: 0;
  }
  .headerArea_menu_item > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/campaign/vpoint/20260202_cp/assets/images/headerArea_menu_item_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
  }
}
/* headerArea end */


/* kvArea start */
.kvArea {
  position: relative;
}
.kvArea_image img {
  width: 100%;
}
.kvArea_list {
  padding: 16px;
  background: #9CD1B9;
}
.kvArea_list ul {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.kvArea_list ul.kvArea_list-note {
  padding-left: 16px;
}
.kvArea_list ul.kvArea_list-note-num {
  padding-left: 23px;
  counter-reset: item;
}
.kvArea_list ul > li {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #424242;
}
.kvArea_list ul.kvArea_list-note > li::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: -16px;
}
.kvArea_list ul.kvArea_list-note-num > li::before {
  position: absolute;
  counter-increment: item;
  content: '※' counter(item);
  top: 0;
  left: -23px;
}

.kvArea_download {
  padding: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #9CD1B9;
}
.kvArea_download a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0px;
  border-radius: 10px;
  background: #EA003D;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.kvArea_download a > span {
  position: relative;
  padding-left: 44px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.kvArea_download a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/kvArea_download_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.kvArea_modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 19999;
}
.kvArea_modal.-active {
  display: block;
}
.kvArea_modal_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.50);
}
.kvArea_modal_close {
  width: fit-content;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.kvArea_modal_contents {
  margin-top: 8px;
  padding: 80px 120px;
  border-radius: 10px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/kvArea_modal_bg.png);
  background-repeat: repeat;
  background-position: center;
}
.kvArea_modal_contents .item_title {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #23272C;
  color: #23272C;
}
.kvArea_modal_contents .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 16px auto 0;
}
.kvArea_modal_contents .item_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.kvArea_modal_contents .item_contents .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #23272C;
}
.kvArea_modal_contents .item_contents .text span {
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #004097;
}
.kvArea_modal_contents .link {
  margin-top: 24px;
  text-align: center;
}
.kvArea_modal_contents .link a {
  position: relative;
  padding-right: 14px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  color: #676767;
}
.kvArea_modal_contents .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/icon_link_gray.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .kvArea_list {
    padding: 8px 16px 16px 16px;
  }
  .kvArea_list ul {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .kvArea_list ul.kvArea_list-note {
    padding-left: 15px;
  }
  .kvArea_list ul.kvArea_list-note-num {
    padding-left: 22px;
  }
  .kvArea_list ul > li {
    font-size: 11px;
  }
  .kvArea_list ul.kvArea_list-note > li::before {
    left: -15px;
  }
  .kvArea_list ul.kvArea_list-note-num > li::before {
    left: -22px;
  }
  .kvArea_download {
    padding: 8px;
  }
  .kvArea_download a > span {
    font-size: 14px;
  }
}
/* kvArea end */


/* ecArea start */
.ecArea {
  background: #FFFFFF;
  padding: 80px 16px;
}
.ecArea_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 181px);
  justify-content: center;
  gap: 25px;
  max-width: 1005px;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
}
.ecArea_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 181px;
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
}
.ecArea_list > li img {
  zoom: .5;
}
.ecArea_summary {
  margin-top: 32px;
}
.ecArea_summary a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 16px 16px;
  border-radius: 10px;
  background: #1B5C9F;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.ecArea_summary a > span {
  position: relative;
  padding-right: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.ecArea_summary a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 11px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/icon_link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .ecArea {
    padding: 40px 16px;
  }
  .ecArea_list {
    grid-template-columns: repeat(auto-fit, 163.5px);
    gap: 16px;
  }
  .ecArea_list > li {
    max-width: 163.5px;
    height: 55px;
  }
  .ecArea_summary a > span {
    font-size: 14px;
  }
}
/* ecArea end */


/* campaignArea start */
.campaignArea {
  padding: 80px 16px;
  background: #D7F0ED;
}
.campaignArea_tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}
.campaignArea_headline {
  margin-top: 18px;
}
.campaignArea_description {
  margin-top: 40px;
  padding-bottom: 16px;
}
.campaignArea_description_table {
  margin-top: 12px;
}
.campaignArea_description .campaignArea_arrow{
  margin-top: 12px;
}
.campaignArea_description .campaignArea_headline{
  margin-top: 12px;
}
.campaignArea_info {
  max-width: 880px;
  width: 100%;
  margin: 16px auto 0;
}
.campaignArea_info_contents {
  padding: 24px 16px;
  border-bottom: 1px solid #8AA1C0;
}
.campaignArea_info_contents:first-child {
  border-top: 1px solid #8AA1C0;
}
.campaignArea_info_contents sup {
  font-size: 10px;
  line-height: 1;
}
.campaignArea_info_contents .title > span {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #004097;
}
.campaignArea_info_contents .title > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/campaignArea_info_contents_title_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.campaignArea_info_contents .title + .text {
  margin-top: 4px;
}
.campaignArea_info_contents .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #23272C;
}
.campaignArea_info_contents .text + .text {
  margin-top: 8px;
  margin-bottom: 8px;
}
.campaignArea_info_contents .list-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #23272C;
}
.campaignArea_info_contents .list-dots {
  margin-top: 4px;
  padding-left: 20px;
}
.campaignArea_info_contents .list-dots > li {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #23272C;
}
.campaignArea_info_contents .list-dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
  font-weight: 700;
}
.campaignArea_info_contents .list-note,
.campaignArea_info_contents .list-note-num {
  margin-top: 16px;
}
.campaignArea_info_contents .list-note {
  padding-left: 16px;
}
.campaignArea_info_contents .list-note-num {
  padding-left: 23px;
  counter-reset: item;
}
.campaignArea_info_contents .list-note > li,
.campaignArea_info_contents .list-note-num > li {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #676767;
}
.campaignArea_info_contents .list-note > li::before {
  position: absolute;
  content: '\203B';
  top: 0;
  left: -16px;
}
.campaignArea_info_contents .list-note-num > li::before {
  position: absolute;
  counter-increment: item;
  content: '※' counter(item);
  top: 0;
  left: -23px;
}
.campaignArea_info_contents .sample {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}
.campaignArea_info_contents .sample_contents {
  width: 50%;
}
.campaignArea_info_contents .sample_contents > table {
  width: 100%;
  text-align: left;
  border-spacing: 4px;
}
.campaignArea_info_contents .sample_contents > table caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: #23272C;
}
.campaignArea_info_contents .sample_contents > table th {
  width: 180px;
  padding: 8px;
  background: #6B787A;
}
.campaignArea_info_contents .sample_contents > table th .main {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}
.campaignArea_info_contents .sample_contents > table th .sub {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}
.campaignArea_info_contents .sample_contents > table td {
  padding: 4px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: #FFFFFF;
  color: #373D43;
}
@media screen and (max-width: 767px) {
  .campaignArea {
    padding: 40px 16px;
  }
  .campaignArea_tag {
    margin: 0 16px;
  }
  .campaignArea_tag li img {
    zoom: .65;
  }
  .campaignArea_headline {
    margin-top: 12px;
  }
  .campaignArea_description {
    margin-top: 24px;
    padding-bottom: 16px;
  }
  .campaignArea_description_table img {
    inline-size: 100%;
    max-inline-size: 353px;
  }
  .campaignArea_info_contents {
    padding: 24px 8px;
  }
  .campaignArea_info_contents .title > span {
    font-size: 14px;
  }
  .campaignArea_info_contents .text {
    font-size: 14px;
  }
  .campaignArea_info_contents .list-title {
    font-size: 14px;
  }
  .campaignArea_info_contents .list-dots {
    padding-left: 18px;
  }
  .campaignArea_info_contents .list-dots > li {
    font-size: 14px;
  }
  .campaignArea_info_contents .list-dots > li::before {
    left: -18px;
  }
  .campaignArea_info_contents .list-note {
    padding-left: 15px;
  }
  .campaignArea_info_contents .list-note-num {
    padding-left: 22px;
  }
  .campaignArea_info_contents .list-note > li,
  .campaignArea_info_contents .list-note-num > li {
    font-size: 11px;
  }
  .campaignArea_info_contents .list-note > li::before {
    left: -15px;
  }
  .campaignArea_info_contents .list-note-num > li::before {
    left: -22px;
  }
  .campaignArea_info_contents .sample {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
  }
  .campaignArea_info_contents .sample_contents {
    width: 100%;
  }
  .campaignArea_info_contents .sample_contents > table {
    width: 100%;
  }
  .campaignArea_info_contents .sample_contents > table caption {
    font-size: 12px;
  }
  .campaignArea_info_contents .sample_contents > table th {
    width: 155px;
    padding: 4px 8px;
  }
  .campaignArea_info_contents .sample_contents > table th .main {
    font-size: 12px;
  }
  .campaignArea_info_contents .sample_contents > table th .sub {
    font-size: 10px;
  }
  .campaignArea_info_contents .sample_contents > table td {
    padding: 4px 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .campaignArea_tag li img {
    max-width: 462px;
  }

  .campaignArea_description_table img {
    max-width: 740px;
  }
}
/* campaignArea end */


/* atokaraArea start */
.atokaraArea {
  padding: 80px 16px;
  background: #F4F4F4;
}
.atokaraArea_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}
.atokaraArea_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #23272C;
}
.atokaraArea_list-note {
  width: fit-content;
  margin: 8px auto 0;
  padding-left: 16px;
}
.atokaraArea_list-note > li {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #676767;
}
.atokaraArea_list-note > li::before {
  position: absolute;
  content: '\203B';
  top: 0;
  left: -16px;
}
.atokaraArea_item {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 800px;
  width: 100%;
  margin: 48px auto 0;
}
.atokaraArea_item_contents {
  width: 33%;
}
.atokaraArea_item_contents .title {
  margin-top: 16px;
}
.atokaraArea_item_contents .title > .main {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.48px;
  background: linear-gradient(180deg, #00B6C7 0.01%, #87C8AA 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.atokaraArea_item_contents .title > .sub {
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.42px;
  color: #23272C;
}
.atokaraArea_item_contents .text {
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #23272C;
}
.atokaraArea_item_contents .list-note {
  margin: 8px auto 0;
  padding-left: 16px;
}
.atokaraArea_item_contents .list-note > li {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #676767;
}
.atokaraArea_item_contents .list-note > li::before {
  position: absolute;
  content: '\203B';
  top: 0;
  left: -16px;
}
.atokaraArea_item_contents .details {
  margin-top: 14px;
}
.atokaraArea_item_contents .details a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 16px 16px;
  border-radius: 10px;
  background: #676767;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.atokaraArea_item_contents .details a > span {
  position: relative;
  padding-right: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.atokaraArea_item_contents .details a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 11px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/icon_link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.atokaraArea_vpoint {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  border-radius: 20px;
  background: #D7F0ED;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.atokaraArea_vpoint_title {
  position: relative;
  margin-bottom: 9.25px;
  padding: 16px 0;
  border-radius: 20px 20px 0px 0px;
  background: #1B5C9F;
}
.atokaraArea_vpoint_title::after {
  content: "";
  position: absolute;
  bottom: -9.25px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11.25px solid #1B5C9F;
  border-bottom: 0;
  transform: translate(-50%, 0);
}
.atokaraArea_vpoint_title .main {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}
.atokaraArea_vpoint_title .sub {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}
.atokaraArea_vpoint_item {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 16px 16px 32px 16px;
}
.atokaraArea_vpoint_item_contents {
  width: 33%;
}
.atokaraArea_vpoint_item_contents .text {
  margin-top: 8px;
}
.atokaraArea_vpoint_item_contents .text .main {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-color: #FFFFFF;
  text-decoration-thickness: 8px;
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
  color: #004097;
}
.atokaraArea_vpoint_item_contents .text .main > span {
  font-size: 20px;
  font-weight: 700;
}
.atokaraArea_vpoint_item_contents .text .main > span > span {
  font-size: 18px;
}
.atokaraArea_vpoint_item_contents .text .sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #23272C;
}
.atokaraArea_payment {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  padding: 40px 64px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.atokaraArea_payment .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #23272C;
}
.atokaraArea_payment .text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #23272C;
}
.atokaraArea_payment_item {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  padding: 16px 0;
}
.atokaraArea_payment_item_contents {
  position: relative;
  max-width: 156px;
  width: 100%;
}
.atokaraArea_payment_item_contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 2px;
  height: 100%;
  background: url(/campaign/vpoint/20260202_cp/assets/images/atokaraArea_payment_item_border.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.atokaraArea_payment_item_contents .name {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #23272C;
}
.atokaraArea_payment .list-note {
  margin: 24px auto 0;
  padding-left: 16px;
}
.atokaraArea_payment .list-note > li {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #676767;
}
.atokaraArea_payment .list-note > li::before {
  position: absolute;
  content: '\203B';
  top: 0;
  left: -16px;
}
.atokaraArea_details {
  margin-top: 40px;
}
.atokaraArea_details a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 16px 16px;
  border-radius: 10px;
  background: #1B5C9F;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.atokaraArea_details a > span {
  position: relative;
  padding-right: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.atokaraArea_details a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 11px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/icon_link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .atokaraArea {
    padding: 64px 0 40px;
  }
  .atokaraArea_inner {
    padding: 0 16px;
  }
  .atokaraArea_title {
    gap: 12px;
    margin-bottom: 24px;
  }
  .atokaraArea_title_logo {
    max-width: 84px;
  }
  .atokaraArea_text {
    font-size: 14px;
    text-align: left;
  }
  .atokaraArea_list-note {
    padding-left: 15px;
  }
  .atokaraArea_list-note > li {
    font-size: 11px;
  }
  .atokaraArea_list-note > li::before {
    left: -15px;
  }
  .atokaraArea_item {
    flex-wrap: wrap;
    gap: 32px;
    margin: 24px auto 0;
  }
  .atokaraArea_item_contents {
    width: 100%;
    padding-inline: 16px;
  }
  .atokaraArea_item_contents .title {
    margin-top: 16px;
  }
  .atokaraArea_item_contents .title > .main {
    font-size: 22px;
    letter-spacing: 0.66px;
  }
  .atokaraArea_item_contents .title > .sub {
    margin-bottom: 0;
    line-height: 140%;
    letter-spacing: 0;
  }
  .atokaraArea_item_contents .text {
    margin-top: 16px;
    line-height: 150%;
    text-align: center;
  }
  .atokaraArea_item_contents .list-note {
    width: fit-content;
    padding-left: 15px;
  }
  .atokaraArea_item_contents .list-note > li {
    font-size: 11px;
  }
  .atokaraArea_item_contents .list-note > li::before {
    left: -15px;
  }
  .atokaraArea_item_contents .details {
    margin-top: 14px;
  }
  .atokaraArea_item_contents .details a > span {
    font-size: 14px;
  }
  .atokaraArea_vpoint {
    margin: 24px auto 0;
    border-radius: 0;
    box-shadow: none;
  }
  .atokaraArea_vpoint_title {
    padding: 16px 0;
    border-radius: 0;
  }
  .atokaraArea_vpoint_title .main {
    font-size: 18px;
  }
  .atokaraArea_vpoint_title .sub {
    font-size: 16px;
  }
  .atokaraArea_vpoint_item {
    display: grid;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 16px 24px;
  }
  .atokaraArea_vpoint_item_contents {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .atokaraArea_vpoint_item_contents .text {
    margin-top: 0;
  }
  .atokaraArea_vpoint_item_contents .text .main {
    text-align: left;
  }
  .atokaraArea_vpoint_item_contents .text .sub {
    text-align: left;
  }
  .atokaraArea_payment {
    margin: 24px auto 0;
    padding: 32px 24px;
    border-radius: 20px;
  }
  .atokaraArea_payment .title {
    font-size: 22px;
  }
  .atokaraArea_payment .text {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
  }
  .atokaraArea_payment_item {
    margin-top: 16px;
    padding: 16px 0;
  }
  .atokaraArea_payment_item_contents {
    position: relative;
    max-width: 156px;
    width: 100%;
  }
  .atokaraArea_payment_item_contents::after {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    width: 2px;
    height: 100%;
    background: url(/campaign/vpoint/20260202_cp/assets/images/atokaraArea_payment_item_border.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
  }
  .atokaraArea_payment_item_contents .name {
    font-size: 14px;
  }
  .atokaraArea_payment .list-note {
    margin: 16px auto 0;
    padding-left: 15px;
  }
  .atokaraArea_payment .list-note > li {
    font-size: 11px;
  }
  .atokaraArea_payment .list-note > li::before {
    left: -15px;
  }
  .atokaraArea_details {
    margin-top: 24px;
  }
  .atokaraArea_details a > span {
    font-size: 14px;
  }
}
/* atokaraArea end */


/* flowArea start */
.flowArea {
  padding: 80px 16px;
  background: #D7F0ED;
}
.flowArea_tab {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
}
.flowArea_tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.flowArea_tab_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 4px;
  width: 50%;
  padding: 16px 8px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}
.flowArea_tab_list > li.-active {
  cursor: default;
}
.flowArea_tab_list > li.tab-atokara {
  background: #1BA8B2;
}
.flowArea_tab_list > li.tab-vpoint {
  background: #1B5C9F;
}
.flowArea_tab_list > li .num,
.flowArea_tab_list > li .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.flowArea_tab_item {
  display: none;
  position: relative;
  padding: 24px 32px 112px;
  border-radius: 0px 0px 10px 10px;
}
.flowArea_tab_item.-active {
  display: block;
}
.flowArea_tab_item.tab-atokara {
  background: #1BA8B2;
}
.flowArea_tab_item.tab-vpoint {
  background: #1B5C9F;
}
.flowArea_tab_item_inner {
  position: relative;
}
.flowArea_tab_item_contents .step {
  max-width: 85px;
  width: 100%;
  margin: 0 auto;
}
.flowArea_tab_item_contents .image {
  max-width: 200px;
  width: 100%;
  margin: 16px auto 0;
}
.flowArea_tab_item_contents .text {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
.flowArea_tab_item_contents .list-note {
  margin: 8px auto 0;
  padding-left: 16px;
}
.flowArea_tab_item_contents .list-note > li {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #FFFFFF;
}
.flowArea_tab_item_contents .list-note > li::before {
  position: absolute;
  content: '\203B';
  top: 0;
  left: -16px;
}
.flowArea_tab_item_contents .list-note > li a.blank {
  position: relative;
  text-decoration: underline;
}
.flowArea_tab_item_contents .list-note > li a.blank img {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.flowArea_tab_item .swiper-options {
  position: absolute;
  bottom: 40px;
  left: 50%;
  height: 56px;
  transform: translate(-50%, 0);
}
.flowArea_tab_item .swiper-options .swiper-button-prev,
.flowArea_tab_item .swiper-options .swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.flowArea_tab_item .swiper-options .swiper-button-prev {
  left: -146px;
}
.flowArea_tab_item .swiper-options .swiper-button-next {
  right: -146px;
}
.flowArea_tab_item .swiper-options .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  transform: rotate(180deg);
}
.flowArea_tab_item .swiper-options-atokara .swiper-button-prev::after {
  background: url(/campaign/vpoint/20260202_cp/assets/images/slick_arrow_atokara_pc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.flowArea_tab_item .swiper-options-vpoint .swiper-button-prev::after {
  background: url(/campaign/vpoint/20260202_cp/assets/images/slick_arrow_vpoint_pc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.flowArea_tab_item .swiper-options .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
}
.flowArea_tab_item .swiper-options-atokara .swiper-button-next::after {
  background: url(/campaign/vpoint/20260202_cp/assets/images/slick_arrow_atokara_pc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.flowArea_tab_item .swiper-options-vpoint .swiper-button-next::after {
  background: url(/campaign/vpoint/20260202_cp/assets/images/slick_arrow_vpoint_pc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.flowArea_tab_item .swiper-options .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  padding: 0 56px;
  transform: translate(-50%, 0);
}
.flowArea_tab_item .swiper-options .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
.flowArea_tab_item .swiper-options-atokara .swiper-pagination-bullet-active {
  background: #1B5C9F;
}
.flowArea_tab_item .swiper-options-vpoint .swiper-pagination-bullet-active {
  background: #1BA8B2;
}
@media screen and (max-width: 767px) {
  .flowArea {
    padding: 40px 0 0;
  }
  .flowArea_tab {
    padding-top: 16px;
  }
  .flowArea_tab_list > li .num,
  .flowArea_tab_list > li .name {
    font-size: 14px;
  }
  .flowArea_tab_item {
    padding: 24px 16px 40px;
    border-radius: 0;
  }
  .flowArea_tab_item_inner {
    display: flex;
    padding: 0 0 16px;
  }
  .flowArea_tab_item_contents {
    width: 100%;
    flex-shrink: 0;
  }
  .flowArea_tab_item_contents .image {
    max-width: 270px;
  }
  .flowArea_tab_item_contents .list-note {
    padding-left: 15px;
  }
  .flowArea_tab_item_contents .list-note > li {
    font-size: 11px;
  }
  .flowArea_tab_item_contents .list-note > li::before {
    left: -15px;
  }
  .flowArea_tab_item .swiper-options {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    transform: translate(0, 0);
  }
  .flowArea_tab_item .swiper-options .swiper-scrollbar {
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    height: 7px;
    border-radius: 100px;
    background: #E7E7E7;
  }
  .flowArea_tab_item .swiper-options .swiper-scrollbar-drag {
    border-radius: 100px;
    background: #23272C;
  }
}
/* flowArea end */


/* appArea start */
.appArea {
  padding: 48px 0;
  background: url(/campaign/vpoint/20260202_cp/assets/images/appArea_bg.svg);
  background-repeat: repeat;
  background-position: center;
}
.appArea_item_title {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #23272C;
  color: #23272C;
}
.appArea_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 16px auto 0;
}
.appArea_item_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.appArea_item_contents .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #23272C;
}
.appArea_item_contents .text span {
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #004097;
}
.appArea_download {
  display: none;
}
.appArea_link {
  margin-top: 24px;
  text-align: center;
}
.appArea_link a {
  position: relative;
  padding-right: 14px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  color: #676767;
}
.appArea_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/icon_link_gray.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .appArea {
    padding: 40px 16px;
  }
  .appArea_item_title {
    display: none;
  }
  .appArea_item {
    display: none
  }
  .appArea_download {
    display: block;
    margin-top: 24px;
  }
  .appArea_download a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 16px;
    border-radius: 10px;
    background: #EA003D;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15) inset;
  }
  .appArea_download a > span {
    position: relative;
    padding-right: 22px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
  }
  .appArea_download a > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(/campaign/vpoint/20260202_cp/assets/images/icon_download.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
  }
}
/* appArea end */


/* qaArea start */
.qaArea {
  background: #FFFFFF;
  padding: 80px 16px;
}
.qaArea_item {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
}
.qaArea_item_contents {
  border-bottom: 1px solid #D9D9D9;
}
.qaArea_item_contents:first-child {
  border-top: 1px solid #D9D9D9;
}
.qaArea_item_contents .question {
  position: relative;
  padding: 32px 88px 32px 66px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #23272C;
  cursor: pointer;
}
.qaArea_item_contents .question::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 32px;
  width: 18px;
  height: 19px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/qaArea_item_contents_logo_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.qaArea_item_contents .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 32px;
  height: 32px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/qaArea_item_contents_plus_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.qaArea_item_contents .question.-active::after {
  background: url(/campaign/vpoint/20260202_cp/assets/images/qaArea_item_contents_minus_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.qaArea_item_contents .answer {
  display: none;
  padding: 0 88px 32px 66px;
}
.qaArea_item_contents .answer > *:nth-child(n + 2) {
  margin-top: 16px;
}
.qaArea_item_contents .answer .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #23272C;
}
.qaArea_item_contents .answer .sample {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.qaArea_item_contents .answer .sample_contents {
  width: 100%;
}
.qaArea_item_contents .answer .sample_contents > table {
  width: calc(100% + 8px);
  margin: -4px;
  text-align: center;
  border-spacing: 4px;
}
.qaArea_item_contents .answer .sample_contents > table th:first-of-type {
  width: 164px;
}
.qaArea_item_contents .answer .sample_contents > table caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: #23272C;
}
.qaArea_item_contents .answer .sample_contents > table th {
  padding: 8px;
  background: #6B787A;
}
.qaArea_item_contents .answer .sample_contents > table th .main {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}
.qaArea_item_contents .answer .sample_contents > table th .sub {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}
.qaArea_item_contents .answer .sample_contents > table th.empty_cell {
  background-color: transparent;
}
.qaArea_item_contents .answer .sample_contents > table td {
  padding: 4px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: #EAEAEA;
  color: #373D43;
}
.qaArea_item_contents .answer .sample_contents > table:not(:has(tr:nth-of-type(n + 2))) td {
  padding: 13px 8px;
}
@media screen and (max-width: 767px) {
  .qaArea {
    padding: 40px 16px;
  }
  .qaArea_item_contents .question {
    padding: 24px 48px 24px 40px;
    font-size: 14px;
  }
  .qaArea_item_contents .question::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 16px;
    width: 15px;
    height: 16px;
    background: url(/campaign/vpoint/20260202_cp/assets/images/qaArea_item_contents_logo_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .qaArea_item_contents .question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url(/campaign/vpoint/20260202_cp/assets/images/qaArea_item_contents_plus_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
  }
  .qaArea_item_contents .question.-active::after {
    background: url(/campaign/vpoint/20260202_cp/assets/images/qaArea_item_contents_minus_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .qaArea_item_contents .answer {
    padding: 0 48px 24px 40px;
  }
  .qaArea_item_contents .answer > *:nth-child(n + 2) {
    margin-top: 8px;
  }
  .qaArea_item_contents .answer .text {
    font-size: 13px;
  }
  .qaArea_item_contents .answer .sample {
    flex-wrap: wrap;
    gap: 8px;
  }
  .qaArea_item_contents .answer .sample_contents {
    width: 100%;
  }
  .qaArea_item_contents .answer .sample_contents > table {
    text-align: center;
  }
  .qaArea_item_contents .answer .sample_contents > table caption {
    font-size: 12px;
  }
  .qaArea_item_contents .answer .sample_contents > table th {
    padding: 4px 8px;
  }
  .qaArea_item_contents .answer .sample_contents > table th:first-of-type {
    width: 65px;
  }
  .qaArea_item_contents .answer .sample_contents > table th.empty_cell {
    width: 76px;
  }
  .qaArea_item_contents .answer .sample_contents > table th .main {
    font-size: 12px;
  }
  .qaArea_item_contents .answer .sample_contents > table th .sub {
    font-size: 10px;
  }
  .qaArea_item_contents .answer .sample_contents > table td {
    font-size: 12px;
  }
  .qaArea_item_contents .answer .sample_contents > table:not(:has(tr:nth-of-type(n + 2))) td {
    padding: 4px 8px;
  }
}
/* qaArea end */


/* attentionArea start */
.attentionArea {
  padding: 80px 16px;
  background: #D7F0ED;
}
.attentionArea_contents {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
}
.attentionArea_contents .list-note {
  padding-left: 16px;
}
.attentionArea_contents .list-note > li {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #676767;
}
.attentionArea_contents .list-note > li::before {
  position: absolute;
  content: '\203B';
  top: 0;
  left: -16px;
}
.attentionArea_contents .list-note > li a.blank {
  position: relative;
  text-decoration: underline;
}
.attentionArea_contents .list-note > li a.blank img {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .attentionArea {
    padding: 40px 16px;
  }
  .attentionArea_contents .list-note {
    padding-left: 15px;
  }
  .attentionArea_contents .list-note > li {
    font-size: 11px;
  }
  .attentionArea_contents .list-note > li::before {
    left: -15px;
  }
}
/* attentionArea end */


/* floatingArea start */
.floatingArea {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.30);
  z-index: 9999;
}
.floatingArea.-fixed {
  display: block;
}
.floatingArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0px;
  border-radius: 10px;
  background: #EA003D;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.floatingArea a > span {
  position: relative;
  padding-left: 44px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.floatingArea a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/kvArea_download_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .floatingArea a > span {
    font-size: 14px;
  }
}
/* floatingArea end */


/* footerArea start */
.footerArea {
  padding: 32px 16px;
  background: #23272C;
}
.footerArea .link {
  text-align: center;
}
.footerArea .link a {
  position: relative;
  padding-right: 14px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  color: #FFFFFF;
}
.footerArea .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 11px;
  background: url(/campaign/vpoint/20260202_cp/assets/images/icon_link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.footerArea .copy {
  margin-top: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footerArea {
    padding: 24px 16px;
  }
  .footerArea .link {
    text-align: center;
  }
  .footerArea .link a {
    padding-right: 18px;
    font-size: 12px;
    line-height: 150%;
  }
  .footerArea .copy {
    margin-top: 8px;
    font-size: 10px;
  }
}
/* footerArea end */