* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #000;
}

#vct_convano_page .row.spaced_row.main_content {
  padding: 70px 20px 0;
  text-align: center;
}

.content_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.content_wrapper_lg {
  max-width: 1000px;
  margin: 0 auto;
}

h2.content_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1.44px;
  padding: 16px;
  margin: 0 0 40px;
  text-align: center;
}
h2.content_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1A63D9;
  width: 40px;
  height: 4px;
}

@media screen and (max-width: 767px) {
  #vct_convano_page .row.spaced_row.main_content {
    padding-bottom: 0 !important;
  }
}

/* mv */
.mv {
  padding-top: 70px;
}
.mv .mv_img img {
  width: 100%;
}

/* btns */
.btns_wrapper {
  margin-bottom: 113px;
}
.btns_wrapper.btns_custom {
  margin-bottom: 123px;
}
.btns_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 25px;
}
.btns_wrapper .btn_text {
  font-size: 16px;
  align-items: center;
  letter-spacing: -0.32px;
  line-height: 24px;
  margin-bottom: 13px;
  font-weight: bold;
}
.btns_wrapper .btn {
  min-width: 368px;
}

@media screen and (max-width: 767px) {
  .btns_wrapper {
    margin-bottom: 50px;
  }
  .btns_wrapper.btns_custom {
    margin-bottom: 66px;
  }
}

/* entry_btn */
.entry_btn_wrapper {
  position: relative;
}

.entry_btn_wrapper .entry_btn {
  color: #fff !important;
  background-color: #ccc;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
}

.entry_btn_wrapper .entry_btn_notes {
  font-size: 14px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  line-height: normal;
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
  white-space: nowrap;
}

@media screen and (max-width: 850px) {
  .entry_btn_wrapper {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .entry_btn_wrapper .entry_btn {
    font-size: 20px;
    width: 100%;
    padding: 25px 0;
  }
}

/* open_btn */
.open_btn_wrapper .open_btn {
  color: #fff !important;
  background-color: #FA304E;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 767px) {
  .open_btn_wrapper .entry_btn {
    font-size: 20px;
    width: 100%;
    padding: 25px 0;
  }
}

/* introduction */
.introduction .intro_title {
  display: flex;
  justify-content: center;
}
.introduction .intro_title h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: -0.48px;
  background-color: black;
  margin: 0;
  margin-bottom: 20px;
  padding: 4px 10px;
}

.introduction p {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: -0.6px;
}
.introduction span {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.02em;
  padding-bottom: 2px;
  border-bottom: 1px solid #707070 ;
}

@media screen and (max-width: 767px) {
  .introduction .intro_title h1 {
    width: 100%;
    padding: 4px 0 4px 10px;
  }

  .introduction p {
    font-size: 26px;
    line-height: 37px;
    letter-spacing: -0.52px;
  }
  .introduction span {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.02em;
    padding-bottom: 2px;
    border-bottom: 1px solid #707070 ;
  }
}

/* special_offer */
.special_offer .table_caption {
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.special_offer .table_note {
  color: #666;
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-top: 16px;
}

.special_offer .table_wrapper {
  margin-bottom: 40px;
}
.special_offer .table_wrapper table {
  width: 100%;
  table-layout: fixed;
}
.special_offer .table_wrapper table th,
.special_offer .table_wrapper table td {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding: 8px;
}
.special_offer .table_wrapper table th {
  color: #fff;
  background-color: #2175DF;
  border-bottom: 1px solid #fff;
}
.special_offer .table_wrapper table td {
  color: #333;
  background-color: #EEF2F5;
}
.special_offer .table_wrapper table th:first-of-type,
.special_offer .table_wrapper table td:first-of-type {
  border-right: 1px solid #fff;
  width: 50%;
}
.special_offer .table_wrapper table tr:not(:last-of-type) td {
  border-bottom: 1px solid #fff;
}

.special_offer_desc {
  margin-bottom: 60px;
}

.special_offer_desc .desc_content:not(:last-of-type) {
  margin-bottom: 40px;
}

.special_offer_desc .desc_title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}
.special_offer_desc p {
  font-size: 16px;
  margin: 0;
}

.special_offer_desc .desc_detail {
  font-size: 16px;
  text-align: start;
  line-height: 28px;
}
.special_offer_desc .desc_detail ol {
  list-style: none;
}
.special_offer_desc .desc_detail ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.special_offer_desc .desc_detail ol li span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  .special_offer .table_wrapper table th,
  .special_offer .table_wrapper table td {
    font-size: 14px;
    padding: 10px;
  }
  .special_offer .table_wrapper table th:first-of-type,
  .special_offer .table_wrapper table td:first-of-type {
    width: 38%;
  }

  .special_offer .table_note {
    font-size: 12px;
    line-height: 17px;
    text-align: start;
  }

  .special_offer_desc .desc_detail {
    line-height: 24px;
  }
  .special_offer_desc .desc_detail ol {
    margin-top: 10px;
  }
  .special_offer_desc .desc_detail ol li:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .special_offer_desc .desc_detail ol li span {
    font-size: 12px;
    margin-left: 0;
    margin-right: -10px;
    text-indent: 0;
  }
  .special_offer_desc p {
    font-size: 16px;
    margin: 0;
  }
  .special_offer_desc .schedule_text {
    margin: 0 -10px;
  }
}

/* account_open */
.account_open_flow_wrapper {
  margin-bottom: 50px;
}

.account_open_flow {
  display: flex;
  justify-content: space-between;
}
.account_open_flow .open_flow_content {
  position: relative;
  width: calc(100% / 3 - 75px);
}
.account_open_flow .open_flow_content:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -67px;
  transform: translateY(-50%);
  background: url(../img/open_flow_arrow_hn.png) 0 0 / contain no-repeat;
  width: 14px;
  height: 30px;
}

.account_open_flow .open_flow_heading {
  display: flex;
  align-items: center;
  background-color: #2175DF;
  color: #fff;
  font-size: 18px;
  border-radius: 25px;
}
.account_open_flow .open_flow_heading p {
  flex: 1;
  text-align: center;
  margin: 0;
}
.account_open_flow .open_flow_heading span {
  font-size: 24px;
  margin-left: 20px;
}

.account_open_flow .open_flow_img {
  height: 100px;
  margin: 30px 0;
}
.account_open_flow .open_flow_img img {
  height: 100%;
}

.account_open_flow .open_flow_text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: start;
  margin: 0;
}

.account_open_flow_wrapper .open_flow_note {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: start;
  margin: 0;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .account_open_flow {
    flex-direction: column;
    align-items: center;
  }

  .account_open_flow .open_flow_content {
    width: 100%;
    max-width: 450px;
  }
  .account_open_flow .open_flow_content:not(:last-of-type) {
    margin-bottom: 28px;
    padding-bottom: 44px;
  }
  .account_open_flow .open_flow_content:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/open_flow_arrow_vt.png) 0 0 / contain no-repeat;
    width: 30px;
    height: 14px;
  }

  .account_open_flow_wrapper .open_flow_note {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .account_open_flow .open_flow_content {
    max-width: 260px;
  }

  .account_open_flow .open_flow_text p {
    padding: 0 10px;
  }
}

.account_open_conditions_wrapper {
  max-width: 800px;
  margin: 0 auto 50px;
}

.account_open_conditions .conditions_acc_btn {
  position: relative;
  background-color: #6D9BD5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding: 8px 0;
}
.account_open_conditions .conditions_acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  width: 15px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.account_open_conditions .conditions_acc_btn.open::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.account_open_conditions .conditions_acc_body {
  background-color: #EFF5FD;
  height: 0;
  overflow: hidden;
  transition: .5s;
}
.account_open_conditions .conditions_acc_body .acc_body_inner {
  color: #333;
  text-align: start;
  padding: 40px;
  border: 1px solid #8FB1DB;
}

.conditions_acc_body ul {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -0.02em;
  list-style: none;
  margin: 10px 0 30px;
}
.conditions_acc_body ul li {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  width: 50%;
  height: 3em;
  margin-bottom: 8px;
  padding-left: 20px;
}
.conditions_acc_body ul li::before {
  content: "";
  background-color: #2175DF;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.conditions_acc_body ul li p {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 24px;
}
.conditions_acc_body ul li p span {
  font-size: 12px;
  line-height: 17px;
  text-align: start;
  margin-left: 5px;
}
.conditions_acc_body ul li p span.acc_body_note {
  margin-left: -10px;
}
.conditions_acc_body ul li p span:not(.acc_body_note) {
  position: absolute;
  top: 4px;
  left: 100%;
}
.conditions_acc_body .acc_body_text p {
  font-size: 13px;
  margin: 0;
}
.conditions_acc_body .acc_body_text p:not(:last-of-type) {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .account_open_conditions .conditions_acc_body .acc_body_inner {
    padding: 30px;
  }

  .conditions_acc_body ul li {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  .conditions_acc_body ul li:last-of-type {
    margin-bottom: 0;
  }
}

.account_apply_flow_wrapper__pc {
  display: block;
}
.account_apply_flow_wrapper__sp {
  display: none;
}
.account_apply_flow_wrapper__sp .application_apply {
  margin-top: 70px;
  padding-top: 58px;
}

@media screen and (max-width: 991px) {
  .account_apply_flow_wrapper__pc {
    display: none;
  }
  .account_apply_flow_wrapper__sp {
    display: block;
  }
}

.account_apply_flow {
  padding-top: 58px;
}

.apply_flow_row {
  display: flex;
  justify-content: space-between;
}
.account_apply_flow .apply_flow_row .apply_flow_content {
  width: calc(100% / 2 - 20px);
}
.account_apply_flow .apply_flow_row:not(:last-of-type) .apply_flow_content:not(.flow_title),
.account_apply_flow_wrapper__sp .apply_flow_content_wrapper .apply_flow_content:not(.flow_title):not(:last-of-type) {
  position: relative;
  margin-bottom: 50px;
}
.account_apply_flow .apply_flow_row:not(:last-of-type) .apply_flow_content:not(.flow_title)::after,
.account_apply_flow_wrapper__sp .apply_flow_content_wrapper .apply_flow_content:not(.flow_title):not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  background: url(../img/open_flow_arrow_vt.png) 0 0 / contain no-repeat;
  width: 30px;
  height: 14px;
}

.account_apply_flow .apply_flow_heading {
  background-color: #119EB1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.02em;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 6px 0;
  border-radius: 50px;
}
.account_apply_flow_wrapper__pc .account_apply_flow .apply_flow_content:nth-child(2) .apply_flow_heading,
.account_apply_flow_wrapper__sp .application_apply .apply_flow_heading {
  position: relative;
  background-color: #003399;
}
.account_apply_flow_wrapper__pc .account_apply_flow .apply_flow_content:nth-child(2) .apply_flow_heading_balloon,
.account_apply_flow_wrapper__sp .application_apply .apply_flow_heading_balloon {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 16px 0 20px;
  background-color: #D9085A;
  font-size: 20px;
  letter-spacing: -0.4px;
  border-radius: 8px;
}
.account_apply_flow .apply_flow_content:nth-child(2) .apply_flow_heading_balloon .heading_balloon_num,
.account_apply_flow_wrapper__sp .application_apply .apply_flow_heading_balloon .heading_balloon_num {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: -0.6px;
  vertical-align: -2px;
  margin: 0 3px;
}
.account_apply_flow .apply_flow_content:nth-child(2) .apply_flow_heading_balloon span:not(.heading_balloon_num),
.account_apply_flow_wrapper__sp .application_apply .apply_flow_heading_balloon span:not(.heading_balloon_num) {
  letter-spacing: -4px;
}
.account_apply_flow .apply_flow_content:nth-child(2) .apply_flow_heading_balloon::before,
.account_apply_flow_wrapper__sp .application_apply .apply_flow_heading_balloon::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 18px;
  bottom: -14px;
  border-right: 12px solid transparent;
  border-top: 11px solid #fff;
  transform: skew(-10deg);
}
.account_apply_flow .apply_flow_content:nth-child(2) .apply_flow_heading_balloon::after,
.account_apply_flow_wrapper__sp .application_apply .apply_flow_heading_balloon::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -11px;
  border-right: 12px solid transparent;
  border-top: 11px solid #D9085A;
  transform: skew(-10deg);
}

.account_apply_flow .apply_flow_list {
  list-style: none;
}

.account_apply_flow .flow_content_inner {
  display: flex;
  flex-direction: column;
  text-align: start;
  height: 100%;
  padding: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.flow_content_inner .flow_heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.flow_content_inner .flow_heading p {
  flex: 1;
  color: #119EB1;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin: 0;
  margin-right: -20px;
}
.account_apply_flow_wrapper__pc .apply_flow_content:nth-child(2) .flow_content_inner .flow_heading p,
.account_apply_flow_wrapper__sp .application_apply .flow_content_inner .flow_heading p {
  color: #003399;
}
.flow_content_inner .flow_heading span {
  display: grid;
  place-items: center;
  background-color: #119EB1;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  width: 48px;
  height: 48px;
  letter-spacing: -0.02em;
  margin-right: 14px;
  border-radius: 10px;
}
.account_apply_flow_wrapper__pc .apply_flow_content:nth-child(2) .flow_content_inner  .flow_heading span,
.account_apply_flow_wrapper__sp .application_apply .flow_content_inner .flow_heading span {
  background-color: #003399;
}

.flow_content_inner .flow_detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.flow_content_inner .flow_text {
  flex: 1;
  line-height: 24px;
  margin: 0;
}
.flow_content_inner .flow_text a {
  color: #000;
}
.flow_content_inner .flow_text .flow_note {
  display: inline-block;
  color: #030303;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-top: 10px;
}

.flow_content_inner .flow_img {
  position: relative;
  margin-top: 15px;
  padding-top: 30px;
  height: 134px;
  text-align: center;
}
.flow_content_inner .flow_img img {
  height: 100%;
}
.flow_content_inner .flow_img img.flow_img_icon {
  padding-bottom: 10px;
}
.flow_content_inner .flow_img img:not(:last-of-type) {
  margin-right: 20px;
}
.flow_content_inner .flow_img_caption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .account_apply_flow .apply_flow_heading {
    width: 100%;
  }

  .flow_content_inner .flow_img {
    height: 120px;
  }
  .flow_content_inner .flow_img img:not(:last-of-type) {
    margin-right: 15px;
  }
}

/* contact */
#vct_convano_page .contact_wrapper {
  background-color: #F4F5F8;
  margin-top: 30px;
  padding: 80px 0 40px;
}
#vct_convano_page .contact_wrapper .content_wrapper {
  max-width: 840px;
}

#vct_convano_page .contact_wrapper .contact_content {
  display: flex;
  align-items: center;
}
#vct_convano_page .contact_wrapper .contact_content:not(:last-of-type) {
  margin-bottom: 40px;
}

#vct_convano_page .contact_wrapper .contact_detail {
  color: #030303;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 30px;
}
#vct_convano_page .contact_wrapper .contact_detail p {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: -0.02em;
  margin: 0;
}
#vct_convano_page .contact_wrapper .contact_detail a {
  color: #030303;
  text-decoration: underline;
}
#vct_convano_page .contact_wrapper .contact_detail .contact_note {
  margin-top: 8px;
}
#vct_convano_page .contact_wrapper .contact_detail .contact_note p {
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  text-align: start;
}

#vct_convano_page .contact_wrapper .contact_icon {
  width: 103px;
}
#vct_convano_page .contact_wrapper .contact_qr {
  width: 103px;
  display: flex;
  flex-direction: column;
}
#vct_convano_page .contact_wrapper .contact_qr p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}
#vct_convano_page .contact_wrapper .contact_icon img,
#vct_convano_page .contact_wrapper .contact_qr img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #vct_convano_page .contact_wrapper .contact_content {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
  #vct_convano_page .contact_wrapper .contact_content:not(:last-of-type) {
    margin: 60px auto;
  }

  #vct_convano_page .contact_wrapper .contact_detail {
    align-items: center;
    margin-left: 0;
  }

  #vct_convano_page .contact_wrapper .contact_detail .contact_heading {
    margin: 16px 0 8px;
  }
  #vct_convano_page .contact_wrapper .contact_detail .contact_note {
    margin: 16px 0 8px;
  }

  #vct_convano_page .contact_wrapper .contact_qr {
    margin-top: 20px;
  }
  #vct_convano_page .contact_wrapper .contact_qr p {
    margin-bottom: 5px;
  }
}
