.l-main {
  min-width: 375px;
}
/* =====================
  c-columns__col
===================== */
@media screen and (min-width: 782px), print {
  .c-columns--col1 > .c-columns__col {
    margin: 0 auto;
    width: 1200px;
  }
}

/* =====================
  other
===================== */
.l-main {
  margin-top: 0;
}
:not(:first-child) > .c-link_anchor {
  border-left: 1px solid #dfdfdf;
}

@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-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 {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.p-title::after {
  content: '';
  left: calc(50% - 60px / 2);
  bottom: 0;
  position: absolute;
  width: 60px;
  height: 2px;
  background: #1578bb;
}
@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-card-desc
===================== */
.p-card-desc__card-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.p-card-desc__card-type-visa {
  width: 78px;
}
.p-card-desc__card-type-jcb {
  width: 59px;
}
.p-card-desc__wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.p-card-desc {
  display: flex;
  flex-direction: column;
}
.p-card-desc__title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background: #3485c8;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-card-desc__body {
  display: flex;
  margin: 30px 0 0 /* 10px - 9px */;
  align-items: flex-start;
  gap: 11px; /* 20px - 9px */
}
.p-card-desc__img {
  /* width: 138px; */
  width: 36%;
}
.p-card-desc__text {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #333;
}
.p-card-desc__text-title {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-self: center;
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #002c6b;
  color: #002c6b;
  margin-bottom: 8px;
}
.p-card-desc__text-body .strong {
  color: #ff0000;
}
.p-card-desc__red-box {
  height: 32px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #f00;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  border: 1px solid #ff0000;
  margin-top: 20px;
}
.p-card-desc__button {
  display: flex;
  gap: 15px;
}
.p-card-desc__button .c-button {
  font-size: 14px;
}

@media screen and (min-width: 782px) {
  .p-card-desc__card-type {
    height: 100px;
    margin-bottom: 15px;
  }
  .p-card-desc__card-type-visa {
    width: 130px;
  }
  .p-card-desc__card-type-jcb {
    width: 117px;
  }

  .p-card-desc__wrap {
    gap: 30px;
  }
  .p-card-desc__title {
    font-size: 24px;
    height: 60px;
  }
  .p-card-desc__body {
    margin: 40px 20px 0 11px /* 10px - 9px */;
    gap: 39px;
  }
  .p-card-desc__img {
    width: 236px /* 218px + 9px * 2 */;
  }
  .p-card-desc__text {
    font-size: 16px;
  }
  .p-card-desc__text-title {
    margin-bottom: 11px;
  }
  .p-card-desc__red-box {
    font-size: 28px;
    height: 50px;
  }
  .p-card-desc__button {
    gap: 30px;
    margin: 0 20px;
  }
}

/* =====================
  p-section-online
===================== */
.p-section-online__inner {
  max-width: 1028px;
  margin: auto;
  padding: 60px 0;
}
.p-section-online {
  background-color: rgb(206 226 237 / 50%);
}
@media screen and (min-width: 782px) {
  .p-section-online__inner {
    padding: 40px 0;
  }
}
.r-box {
  padding: 20px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #c1c1c1;
  border-radius: 9px;
  margin-bottom: 30px;
  background-color: #fff;
  gap: 20px;
}
.r-box__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.r-box__list {
  font-size: 1.4rem;
  line-height: 1.57;
}
.r-box__list-item {
  text-indent: -1em;
  padding-left: 1em;
}
.r-box__list-item::before {
  content: '・';
  display: inline;
}

@media screen and (min-width: 782px) {
  .r-box {
    padding: 21px 36px;
    flex-direction: row;
    gap: 28px;
    align-items: center;
  }
  .r-box__title {
    font-size: 2rem;
    width: auto;
  }
  .r-box__list {
    font-size: 1.8rem;
  }
}

/* =====================
  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;
}

.u-fc_ff0000 {
  color: #002c6b!important;
}

.c-modal__contents, .c-modal__inner {
    height: auto;
    max-height: calc(100vh - 160px);
}

/* =====================
  c-info
===================== */
.c-info__notice{
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 20px;
}