/* p-direct
-----------------------------------------*/
.p-direct {
  padding-bottom: 90px;
}
@media (max-width: 766px) {
  .p-direct {
    padding-bottom: calc(180 / 900 * 100vw);
  }
}
.p-direct__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px 0;
  padding: 50px;
  background-color: #FFF;
  border-radius: 30px;
}
@media (max-width: 766px) {
  .p-direct__list {
    padding: calc(50 / 900 * 100vw);
    gap: calc(50 / 900 * 100vw) 0;
    border-radius: calc(30 / 900 * 100vw);
  }
}
.p-direct__list .item {
  position: relative;
  width: 100%;
}
.p-direct__list .item:not(:last-of-type) {
  padding-bottom: 55px;
  border-bottom: 1px solid #ececee;
}
@media (max-width: 766px) {
  .p-direct__list .item:not(:last-of-type) {
    padding-bottom: calc(50 / 900 * 100vw);
  }
}
.p-direct__list .img {
  position: absolute;
  top: -85px;
  right: 0;
}
@media (max-width: 766px) {
  .p-direct__list .img {
    top: calc(-180 / 900 * 100vw);
    width: calc(160 / 900 * 100vw);
  }
}
.p-direct__list .sbj {
  margin-bottom: 20px;
  color: #37383e;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 766px) {
  .p-direct__list .sbj {
    font-size: calc(50 / 900 * 100vw);
    margin-bottom: calc(20 / 900 * 100vw);
  }
}
.p-direct__list .desc {
  color: #37383e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 766px) {
  .p-direct__list .desc {
    font-size: calc(32 / 900 * 100vw);
  }
}
.p-direct__list .note {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #37383e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 766px) {
  .p-direct__list .note {
    border-radius: calc(28 / 900 * 100vw);
  }
}
.p-direct__list table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #888898;
}
@media (max-width: 766px) {
  .p-direct__list table {
    display: flex;
    margin-bottom: calc(80 / 900 * 100vw);
  }
}
@media (max-width: 766px) {
  .p-direct__list table thead {
    width: 36%;
    flex-shrink: 0;
  }
}
.p-direct__list table thead tr {
  background-color: #005480;
}
@media (max-width: 766px) {
  .p-direct__list table thead tr {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.p-direct__list table thead tr th {
  padding: 10px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 766px) {
  .p-direct__list table thead tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    flex: 1;
    font-size: calc(32 / 900 * 100vw);
  }
}
.p-direct__list table thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 766px) {
  .p-direct__list table thead tr th:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 766px) {
  .p-direct__list table tbody {
    width: 64%;
  }
}
@media (max-width: 766px) {
  .p-direct__list table tbody tr {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.p-direct__list table tbody tr td {
  padding: 10px;
  color: #37383e;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #888898;
}
@media (max-width: 766px) {
  .p-direct__list table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    flex: 1;
    font-size: calc(32 / 900 * 100vw);
  }
}
.p-direct__list table tbody tr td:not(:last-child) {
  border-right: 1px solid #888898;
}
@media (max-width: 766px) {
  .p-direct__list table tbody tr td:not(:last-child) {
    border-right: 0;
  }
}
@media (max-width: 766px) {
  .p-direct__list table tbody tr td:last-child {
    border-bottom: 0;
  }
}
.p-direct__list .img {
  margin: 20px auto;
}
@media (max-width: 766px) {
  .p-direct__list .img {
    margin: calc(40 / 900 * 100vw) auto;
  }
}
.p-direct__list .img figcaption {
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .p-direct__list .img figcaption {
    padding-bottom: calc(30 / 900 * 100vw);
    font-size: calc(36 / 900 * 100vw);
    line-height: 1.4;
  }
}

/* p-electronic
-----------------------------------------*/
.p-electronic {
  padding-bottom: 60px;
}
@media (max-width: 766px) {
  .p-electronic {
    padding-bottom: calc(120 / 900 * 100vw);
  }
}
.p-electronic__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px 0;
  padding: 50px;
  background-color: #FFF;
  border-radius: 30px;
}
@media (max-width: 766px) {
  .p-electronic__list {
    padding: calc(50 / 900 * 100vw);
    gap: calc(50 / 900 * 100vw) 0;
    border-radius: calc(30 / 900 * 100vw);
  }
}
.p-electronic__list .item {
  position: relative;
  width: 100%;
}
.p-electronic__list .item:not(:last-of-type) {
  padding-bottom: 55px;
  border-bottom: 1px solid #ececee;
}
@media (max-width: 766px) {
  .p-electronic__list .item:not(:last-of-type) {
    padding-bottom: calc(50 / 900 * 100vw);
  }
}
.p-electronic__list .img {
  position: absolute;
  top: -85px;
  right: 0;
}
@media (max-width: 766px) {
  .p-electronic__list .img {
    top: calc(-180 / 900 * 100vw);
    width: calc(160 / 900 * 100vw);
  }
}
.p-electronic__list .sbj {
  margin-bottom: 20px;
  color: #37383e;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 766px) {
  .p-electronic__list .sbj {
    font-size: calc(50 / 900 * 100vw);
    margin-bottom: calc(20 / 900 * 100vw);
  }
}
.p-electronic__list .text {
  color: #37383e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 766px) {
  .p-electronic__list .text {
    font-size: calc(32 / 900 * 100vw);
  }
}
.p-electronic__list .note {
  margin-top: 20px;
  color: #37383e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 766px) {
  .p-electronic__list .note {
    margin-top: calc(40 / 900 * 100vw);
    font-size: calc(28 / 900 * 100vw);
  }
}
.p-electronic__list ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-electronic__list ul li {
  padding: 40px;
  background-color: #e7f6f9;
  border-radius: 30px;
  counter-increment: number 1;
}
@media (max-width: 766px) {
  .p-electronic__list ul li {
    padding: calc(40 / 900 * 100vw);
    border-radius: calc(30 / 900 * 100vw);
  }
}
.p-electronic__list ul li h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  margin: 0 0 10px 0;
  color: #005480;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.36;
}
@media (max-width: 766px) {
  .p-electronic__list ul li h4 {
    gap: 0 calc(30 / 900 * 100vw);
    font-size: calc(44 / 900 * 100vw);
  }
}
.p-electronic__list ul li h4::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(number);
  width: 40px;
  height: 40px;
  background-color: #005480;
  border-radius: 40px;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 766px) {
  .p-electronic__list ul li h4::before {
    width: calc(80 / 900 * 100vw);
    height: calc(80 / 900 * 100vw);
    border-radius: calc(80 / 900 * 100vw);
    font-size: calc(40 / 900 * 100vw);
  }
}
@media (max-width: 766px) {
  .p-electronic__list ul li h4 p {
    flex: 1;
  }
}
.p-electronic__list ul li .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 766px) {
  .p-electronic__list ul li .desc {
    font-size: calc(32 / 900 * 100vw);
  }
}
.p-electronic__list .img {
  margin: 20px auto;
}
@media (max-width: 766px) {
  .p-electronic__list .img {
    margin: calc(40 / 900 * 100vw) auto;
  }
}
.p-electronic__list .img figcaption {
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .p-electronic__list .img figcaption {
    padding-bottom: calc(30 / 900 * 100vw);
    font-size: calc(36 / 900 * 100vw);
    line-height: 1.4;
  }
}

/* p-about
-----------------------------------------*/
.p-about {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #004880;
  background-image: url(../img/payment/img-about01.png), url(../img/payment/bg-about.png);
  background-repeat: no-repeat, repeat;
  background-position: bottom left, center top;
}
@media (max-width: 766px) {
  .p-about {
    background-size: 35%, auto;
    padding-top: calc(70 / 900 * 100vw);
    padding-bottom: calc(80 / 900 * 100vw);
  }
}
.p-about .link-list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 30px;
}
@media (max-width: 766px) {
  .p-about .link-list {
    flex-direction: column;
    gap: calc(40 / 900 * 100vw) 0;
    margin-top: calc(45 / 900 * 100vw);
    padding-left: 25%;
  }
}
.p-about .link-list li {
  max-width: 456px;
  width: 50%;
}
@media (max-width: 766px) {
  .p-about .link-list li {
    width: 100%;
  }
}
.p-about .link-list .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  background-color: #FFF;
  border: 2px solid #005480;
  border-radius: 20px;
  color: #005480;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .p-about .link-list .link {
    justify-content: flex-start;
    height: auto;
    padding: calc(30 / 900 * 100vw) calc(45 / 900 * 100vw);
    border-radius: calc(30 / 900 * 100vw);
    font-size: calc(36 / 900 * 100vw);
  }
}
.p-about .link-list .link .icn {
  position: absolute;
  width: 15px;
  right: 30px;
}
@media (max-width: 766px) {
  .p-about .link-list .link .icn {
    width: calc(30 / 900 * 100vw);
    right: calc(30 / 900 * 100vw);
  }
}
.p-about .link-list .link:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=payment.css.map */
