/* =====================
  c-columns__col
===================== */
@media screen and (min-width: 782px), print {
  .c-columns--col1 > .c-columns__col {
    margin: 0 auto;
    width: 1200px;
  }

  .l-main {
    margin-top: 0;
    width: 100%;
    min-width: 1240px;
  }

  .footer-button {
    width: 100%;
    min-width: 1240px;
  }
}

/* =====================
  other
===================== */

.c-columns--col1 {
  margin-bottom: 15px;
}

@media screen and (max-width: 781px), print {
  .l-main {
    width: 100%;
    padding-top: 0;
  }

  .p-main {
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-anchor-button {
    height: 100% !important;
    margin: 0;
  }
}

.c-modal__close_button span {
  background-color: #fff !important;
}

:not(:first-child) > .c-link_anchor {
  border-left: 1px solid #dfdfdf;
}

.kv-bg {
  background-color: #3561AD;
  position: relative;
}

.kv-button {
  position: absolute;
  top: 22vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1240px), print {
  .kv-button {
    position: absolute;
    top: 268px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 781px), print {
  .kv-button {
    top: auto;
    bottom: 6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}

.top-anchor-button {
  box-shadow: none;
  border-radius: 5px;
  border-color: #3561AD;
  height: auto;
}

.top-anchor-button > a {
  color: #3561AD !important;
  font-weight: normal;
  justify-content: flex-start;
  padding-left: 15px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
}

.color-blue {
  color: #3561AD;
}

.blue-bg {
  position: relative;
  padding: 50px 80px;
  overflow: hidden;
}

.blue-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 56%;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #E5ECF7CC;
  transform: translateX(-50%) skew(-50deg);
  z-index: -1;
}

.blue-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBF1F9;
  z-index: -2;
}

.blue-bg-gradation {
  background: linear-gradient(90deg, #0B2E6B 0%, #5E89D2 22.5%, #5580CA 50.5%, #2553A1 98%);
}

.blue-bg-dark-gradation {
  background: linear-gradient(153.77deg, #0A1E3B 0.5%, #285496 28.88%, #1A3153 96.7%);
}

@media screen and (max-width: 781px), print {
  .blue-bg {
    padding: 20px 15px;
  }

  .c-table tr > td {
    display: block;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.campaign-title > span {
  position: relative;
}

.campaign-title > span:after {
  content: "＼";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.campaign-title > span:before {
  content: "／";
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
}

.with-text {
  padding: 0 30px;
}

.with-text > span {
  display: block;
  position: relative;
}

.with-text > span:after {
  content: "＼";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

.with-text > span:before {
  content: "／";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}

.campaign-accordion {
  border: none;
}

.campaign-accordion .c-accordion__button {
  background-color: transparent;
  display: table;
  padding: 0;
  max-width: 300px;
}

.campaign-accordion .c-accordion__title {
  display: flex;
  justify-content: center;
}

.campaign-accordion .c-accordion__button:before {
  z-index: 2;
  background-image: url(/assets/images/icon_accordion_plus_white.svg);
  background-position: center;
  border-radius: 50%;
  background-color: #3561AD;
  width: 36px;
  height: 36px;
  margin-top: -20px;
  left: auto;
  right: 17px;
}

.campaign-accordion .c-accordion__button.is-open::before {
  background-image: url(/assets/images/icon_accordion_minus_white.svg);
}

.campaign-accordion .c-accordion__button .c-button__link:after {
  display: none;
}

.campaign-accordion .c-accordion__button:hover {
  background-color: transparent;
}

.title-bottom-border {
  border-bottom: 1px solid #DCDCDC;
}

.step-box {
  padding-left: 40px;
}

.step-detail {
  position: relative;
  padding-bottom: 20px;
}

.step-detail:before {
  position: absolute;
  display: block;
  content: "";
  top: -10px;
  left: -16px;
  background-color: #3561AD;
  width: 2px;
  height: calc(100% + 22px);
}

.step-text {
  position: relative;
  color: #3561AD;
  font-weight: bold;
}

.step-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: #3561AD;
  border-radius: 50%;
  width: 10px;
  margin-top: 2px;
  height: 10px;
}

@media screen and (max-width: 781px), print {
  .step-text:before {
    width: 15px;
    height: 15px;
    left: -26px;
  }

  .step-detail:before {
    left: -20px;
  }
}

.brackets-list .c-list__item:before {
  content: counter(list_number) ")";
  color: #333333;
}

.blue-text {
  color: #3561AD;
}

.online-process-list .c-list_enclosed__item {
  border: none;
  background-color: #fff;
  padding: 20px;
}

.online-process-list .c-list_enclosed__item h3:before {
  background-color: #3561AD;
}

.float-wrapper{
  position: relative;
}

.footer-button {
  position: fixed;
  display: none;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #00000040;
  z-index: 99;
  text-align: center;
  width: 100%;
}

.modal-button {
  text-align: center;
}

.modal-button .c-button {
  border-radius: 9999px;
}

.c-page_top {
  z-index: 98;
}

.footer-button .c-button {
  border-radius: 9999px;
}

.c-modal__contents,
.c-modal__inner {
  height: auto;
  max-height: calc(100vh - 160px);
}

@media screen and (min-width: 782px), print {
  .footer-button .c-button {
    width: 500px;
    max-width: 500px;
  }

  .modal-button .c-button {
    width: 350px;
    max-width: 350px;
  }
}

@media screen and (max-width: 781px), print {
  .footer-button .c-button__link:after {
    margin-top: 10px;
    transform: translateY(-50%);
  }

  .modal-button .c-button {
    width: 100%;
    max-width: 350px;
  }

  .modal-button .c-button__link:after {
    margin-top: 10px;
    transform: translateY(-50%);
  }
}

.l-footer {
  position: relative;
  z-index: 100;
}

.c-section.--footer{
  margin-bottom: 200px;
}

@media screen and (max-width: 781.9px) {
  /* 3カラムアンカーリンク */
  .c-columns--sp_col3 {
    margin-bottom: 40px;
  }

  .c-columns--sp_col3 > .c-columns__col {
    margin: 2% 0;
    width: 33.3%;
  }

  .c-columns--sp_col3 .c-link_anchor {
    padding-bottom: 20px;
  }

  .p-sp-full .c-figure {
    margin-left: -20px;
    margin-right: -20px;
  }

  .p-card-desc__button .c-button__link {
    padding: 6px;
  }
  .p-card-desc__button .c-button__link::after {
    right: 2px;
  }
}
@media screen and (min-width: 782px), print {
  /* 2カラムのガター */
  .c-columns--col2 .c-columns__col:not(:last-child) {
    margin-right: 60px;
  }
}
.c-table > table > tbody > tr > td {
  min-width: 94px;
}

.c-table > table > tbody > tr > td:first-child {
  background-color: #EBF1F9 !important;
}

.c-modal .c-columns {
  margin-bottom: 0;
}

.c-modal__contents_inner {
  padding-top: 0;
  padding-bottom: 0;
}

/* =====================
  p-modal
===================== */
.p-modal-title {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
  position: sticky;
  top: 0;
  font-size: 1.8rem;
  z-index: 1;
}

@media screen and (min-width: 782px), print {
  .p-modal-title {
    font-size: 2.8rem;
  }
}
/* =====================
  p-title
===================== */
.p-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 782px) {
  .p-title {
    font-size: 36px;
    margin-bottom: 80px;
  }
  .p-title::after {
    left: calc(50% - 100px / 2);
    width: 100px;
    height: 3px;
  }
}

/* =====================
  p-section-notice
===================== */

.p-section-notice .ttl {
  margin-bottom: 15px;
  color: #0065b1;
  font-size: 2rem;
}
.p-section-notice .c-text {
  font-size: 1.6rem;
}

.p-section-notice .ttl::before {
  content: '';
  position: relative;
  top: 2px;
  margin-right: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/lp/kb/ol230327/images/icon_excl.svg) no-repeat center/contain;
}

.tab-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type='radio'] {
  display: none;
}

input[type='radio']:checked + label {
  background-color: white;
}

.tab-content {
  display: none;
  width: 100%;
}

.brand-switch {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.brand-switch__item {
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 38px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.brand-switch__item::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 9px;
  border: 1px solid #d1d1d1;
}
.brand-switch__item::after {
  transition: all 0.5s;
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 6px;
}

input[type='radio']:checked + .brand-switch__item::after {
  background-color: #2b78bb;
}
.brand-switch__item:hover,
input[type='radio']:checked + .brand-switch__item {
  background-color: #fff9db;
  border-color: #2b78bb;
}
.brand-switch__item[for='visa-tab'] img {
  width: 73px;
}
.brand-switch__item[for='jcb-tab'] img {
  width: 40px;
}
@media screen and (min-width: 782px) {
  .brand-switch {
    gap: 50px;
    width: auto;
    margin-bottom: 30px;
  }
  .brand-switch__item {
    width: 250px;
    height: 75px;
  }
  .brand-switch__item[for='visa-tab'] img {
    width: 75px;
  }
  .brand-switch__item[for='jcb-tab'] img {
    width: 68px;
  }
  .brand-switch__item::before {
    left: 16px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
  .brand-switch__item::after {
    left: 20px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
}
.flow {
  counter-reset: step;
}
.flow__item {
  padding: 9px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
}
.flow__item:not(:last-child)::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 46px / 2);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 23px 0 23px;
  border-color: #0050a5 transparent transparent transparent;
  content: '';
}
.flow__item .wrap {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.flow__item .wrap .box {
  width: auto;
}
.flow__item li {
  text-indent: -1em;
  padding-left: 1em;
}
.flow__item li::before {
  content: '・';
  display: inline;
}

.flow .step {
  display: flex;
  color: #333333;
  font-size: 1.6rem;
  align-items: center;
}
.flow .step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-flex;
  padding: 0;
  margin-right: 10px;
  background: #1578bb;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 17px;
  height: 34px;
  width: 34px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  flex-shrink: 0;
}
.flow .step strong {
  background-color: #ea5b5b;
  font-weight: bold;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 4px;
}
.flow .step__text {
  margin-top: 4px;
}
.flow .box p {
  margin: 15px 0;
}
.flow .ttl_box {
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #999;
}
.flow .image {
  display: flex;
  align-items: center;
  align-self: center;
}
.flow .image img {
  width: 290px;
}
.flow .note {
  display: none;
  position: relative;
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #960000;
  font-size: 1.3rem;
}
.flow .ttl_note {
  position: absolute;
  top: -15px;
  left: 0;
  display: inline-block;
  padding: 5px 10px 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  color: #960000;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 782px) {
  .flow__item {
    padding: 8px 9px 7px;
  }
  .flow__item .wrap {
    flex-direction: row;
  }
  .flow .step {
    font-size: 2.2rem;
  }
  .flow .step__text {
    margin-top: 10px;
    margin-left: 45px;
    font-size: 1.4rem;
  }

  .flow .box {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .flow .note {
    display: block;
  }
  .flow .image {
    width: 213px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

.c-box_02_onlineLP {
  border: 1px solid #dfdfdf;
}

.camp-width {
  width: 640px;
}

@media screen and (max-width: 781px), print {
  .camp-width {
    width: 100%;
  }
}

@media screen and (min-width: 782px) {
  .pcnoly-leftmargin{
    padding-left: 59px;
  }
}
