@charset "UTF-8";
.is-tglTrigger {
  cursor: pointer;
}
.is-tglTrigger + .p-agreement-inner {
  display: none;
}

.p-tgl-ttl {
  position: relative;
  background: #F7F7F5;
  padding: 20px 40px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-tgl-btn {
  margin-left: auto;
  width: 30px;
  height: 30px;
  background-color: #231816;
  position: relative;
  cursor: pointer;
}
.p-tgl-btn::before, .p-tgl-btn::after {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-tgl-btn::before {
  width: 2px;
  height: 13px;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-tgl-btn::after {
  width: 13px;
  height: 2px;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-tgl-btn.is-open::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.p-tgl-btn.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .p-tgl-ttl {
    padding: 5.3333333333vw;
    font-size: 6.4vw;
  }

  .p-tgl-btn {
    margin-left: auto;
    width: 8vw;
    height: 8vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-tgl-btn::before, .p-tgl-btn::after {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 9999px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-tgl-btn::before {
    width: 0.5333333333vw;
    height: 3.4666666667vw;
    top: 2.4vw;
    left: 52%;
  }
  .p-tgl-btn::after {
    width: 3.4666666667vw;
    height: 0.5333333333vw;
    top: 50%;
    left: 2.4vw;
  }
}
.p-bnr-to-top {
  margin-bottom: 80px;
}

.p-sinsa {
  position: relative;
  width: 100%;
  background: #F7F7F5;
  border: 6px solid #E8E8E4;
  margin-bottom: 120px;
}
.p-sinsa.--mbml {
  margin-bottom: 60px;
}
.p-sinsa.--mbsm {
  margin-bottom: 15px;
}
.p-sinsa::before {
  position: absolute;
  z-index: 10;
  top: -6px;
  left: -6px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(135deg, #000, #000 50%, transparent 50%, transparent 100%);
}
.p-sinsa::after {
  position: absolute;
  z-index: 10;
  right: -6px;
  bottom: -6px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(315deg, #000, #000 50%, transparent 50%, transparent 100%);
}

.p-sinsa-inner {
  padding: 40px 100px;
}

.p-sinsa-inner-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.p-sinsa-inner-main-ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-sinsa-inner-main-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-sinsa-inner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 400px;
}

.p-sinsa-inner-btn-link {
  position: relative;
  display: block;
  font-size: 2.3rem;
  line-height: 1.4782608696;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 20px 50px 20px 80px;
  background: #fff;
  color: #333;
  border: 1px solid #000;
}
.p-sinsa-inner-btn-link::before {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/icn_glasses.svg") center/100% 100% no-repeat;
}

.p-sinsa-inner-bottom {
  background: #E8E8E4;
  padding: 20px;
}
.p-sinsa-inner-bottom p {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.p-sinsa-inner-bottom.--mb {
  margin-bottom: 20px;
}

.p-agreement-ttl {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  letter-spacing: 0.04em;
  font-weight: 700;
  background: #fff;
  margin-bottom: 20px;
}

.p-agreement-ttl--deco {
  padding-left: 60px;
  position: relative;
}
.p-agreement-ttl--deco::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/icn_exclamation.svg") center/100% 100% no-repeat;
}

.p-agreement-inner {
  padding: 1em 0;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.049em;
  font-weight: 400;
}
.p-agreement-inner.--scroll {
  height: 20em;
  overflow-y: scroll;
  padding: 0 1em 0 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
.p-agreement-inner.--scroll {
  height: 10em;
}

}

.p-agreement-inner-cat {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 20px;
}
.p-agreement-inner-cat:first-of-type {
  margin-top: 0;
}

.p-agreement-download-pdf {
  position: relative;
  color: #000;
  padding-right: 1.8em;
  display: inline-block;
  margin: 2em 0 2em;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-agreement-download-pdf:hover {
  border-bottom: 1px solid transparent;
}
.p-agreement-download-pdf::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  content: "";
  display: block;
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/icn_pdf.svg") center/100% 100% no-repeat;
}

.p-agreement-inner-table {
  width: 100%;
  margin: 30px 0;
  border: 1px solid #acacac;
}
.p-agreement-inner-table.--col2 tr {
  border-bottom: 1px solid #acacac;
}
.p-agreement-inner-table.--col2 tr *:not(:last-child) {
  border-right: 1px solid #acacac;
}
.p-agreement-inner-table.--col2 th {
  padding: 10px;
  width: 50%;
}
.p-agreement-inner-table.--col2 td {
  padding: 10px;
  width: 50%;
}
.p-agreement-inner-table.--col3 tr {
  border-bottom: 1px solid #acacac;
}
.p-agreement-inner-table.--col3 tr *:not(:last-child) {
  border-right: 1px solid #acacac;
}
.p-agreement-inner-table.--col3 th {
  padding: 10px;
  width: 33%;
}
.p-agreement-inner-table.--col3 td {
  padding: 10px;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .p-bnr-to-top {
    margin-bottom: 32vw;
  }

  .p-sinsa {
    border-width: 1.3333333333vw;
  }
  .p-sinsa::before {
    top: -1.3333333333vw;
    left: -1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
  .p-sinsa::after {
    position: absolute;
    z-index: 10;
    right: -1.3333333333vw;
    bottom: -1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
  .p-sinsa.--mbml {
    margin-bottom: 16vw;
  }
  .p-sinsa.--mbsm {
    margin-bottom: 4vw;
  }

  .p-sinsa-inner-main-ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .p-sinsa-inner-main-text {
    font-size: 4.2666666667vw;
    word-break: break-word;
  }

  .p-sinsa-inner {
    padding: 8vw 4vw;
  }

  .p-sinsa-inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw 0;
    margin-bottom: 8vw;
  }

  .p-sinsa-inner-btn {
    width: 100%;
  }

  .p-sinsa-inner-btn-link {
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw 10.6666666667vw;
    font-size: 5.0666666667vw;
    letter-spacing: 0.02em;
    width: 100%;
  }
  .p-sinsa-inner-btn-link::before {
    left: 4.2666666667vw;
  }

  .p-sinsa-inner-bottom {
    padding: 5.3333333333vw;
  }

  .p-agreement-ttl {
    font-size: 4.8vw;
  }

  .p-agreement-ttl--deco {
    padding-left: 12.2666666667vw;
  }
  .p-agreement-ttl--deco::before {
    left: 3.2vw;
    width: 1.5em;
    height: 1.5em;
  }

  .p-agreement-inner {
    font-size: 3.4666666667vw;
  }
  .p-agreement-inner p {
    font-size: 3.4666666667vw;
  }
  .p-agreement-inner--.scroll {
    padding-right: 0;
  }

  .p-agreement-inner-cat {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-agreement-inner-cat:first-of-type {
    margin-top: 0;
  }

  .p-agreement-download-pdf {
    font-size: 4vw;
  }

  .p-agreement-inner-table {
    margin: 8vw 0;
    font-size: 3.2vw;
  }
  .p-agreement-inner-table.--col2 th {
    padding: 1.3333333333vw;
  }
  .p-agreement-inner-table.--col2 td {
    padding: 1.3333333333vw;
    width: 50%;
  }
  .p-agreement-inner-table.--col3 th {
    padding: 1.3333333333vw;
  }
  .p-agreement-inner-table.--col3 td {
    padding: 1.3333333333vw;
  }
}
.p-mv-sub-carloan {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-mv-sub-carloan span {
  font-size: 1.7rem;
  line-height: 1;
}

.p-rainbow-deco--carloan::before {
  top: -100px;
}

.p-carloan-mv-img img {
  width: 198px;
}

.p-carloan-lead {
  margin-bottom: 30px;
}

.p-cardloan-lead-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-mv-sub-carloan {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-sub-carloan span {
    font-size: 4vw;
  }

  .p-rainbow-deco--carloan::before {
    top: -25vw;
  }

  .p-carloan-mv-img img {
    width: 26.6666666667vw;
  }

  .p-carloan-lead {
    margin-bottom: 6.6666666667vw;
  }

  .p-cardloan-lead-txt {
    margin-bottom: 16vw;
    font-size: 4.2666666667vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-reason {
  width: 100%;
  margin-bottom: 180px;
}

.p-reason-inner {
  margin-right: 5%;
  margin-left: 5%;
}

.p-content-ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 70px;
  position: relative;
}
.p-content-ttl::before {
  position: absolute;
  content: "";
  display: block;
  width: 73px;
  height: 12px;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/img_rainbow-decoration.png") center/100% 100% no-repeat;
}

.p-reason-ttl span {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-reason-list-item {
  position: relative;
  padding: 80px 0;
}
.p-reason-list-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.p-reason-list-item:last-of-type::after {
  display: none;
}
.p-reason-list-item:first-of-type {
  padding-top: 0;
}
.p-reason-list-item::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: repeating-linear-gradient(90deg, #858585, #858585 5px, #fff 5px, #fff 15px);
}

.p-reason-list-item-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.p-reason-list-item-inner.--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-reason-list-item-inner.--rev .p-reason-list-item-thumb {
  margin-left: 0px;
}

.p-reason-list-item-thumb {
  margin-right: 0px;
  max-width: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-reason-list-item-ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 1em;
}
.p-reason-list-item-ttl:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 9999px;
}
.p-reason-list-item-ttl.--red::before {
  background: #E50112;
}
.p-reason-list-item-ttl.--blue::before {
  background: #00A6E4;
}
.p-reason-list-item-ttl.--green::before {
  background: #009A44;
}
.p-reason-list-item-ttl.--yellow::before {
  background: #f7da00;
}
.p-reason-list-item-ttl.--orange::before {
  background: #e55205;
}
.p-reason-list-item-ttl.--pink::before {
  background: #ff66c4;
}

.p-reason-list-item-ttl span {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-reason-list-item-middle-description {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 11px;
}
.p-reason-list-item-middle-description:first-of-type {
  margin-bottom: 20px;
}
.p-reason-list-item-middle-description .--ssm {
  font-size: 1.6rem;
}
.p-reason-list-item-middle-description .--ml {
  font-size: 2.6rem;
}
.p-reason-list-item-middle-description .--lg {
  font-size: 3rem;
}
.p-reason-list-item-middle-description .--orange {
  color: #E55205;
}
.p-reason-list-item-middle-description .--red{
  color: #E50112;
}
.p-reason-list-item-middle-description .--blue{
  color: #00A6E4;
}
.p-reason-list-item-middle-description .--green{
  color: #009A44;
}
.p-reason-list-item-middle-description .--yellow {
  color: #f7da00;
}
.p-reason-list-item-middle-description .--pink {
  color: #ff66c4;
}

.p-reason-list-item-middle-description .--bold {
  font-weight: 700;
}
.p-reason-list-item-middle-description .--medium {
  font-weight: 500;
}
.p-reason-list-item-middle-description .--caution {
  font-size: 1rem;
}
.p-reason-list-item-middle-description .--ml.--magin {
  margin-bottom: 10px;
  display: inline-block;
}

.p-reason-list-item-description {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 20px;
}

.p-reason-list-item-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-reason-list-item-link-txt {
  position: relative;
  color: #fff;
  background: #333;
  padding: 15px 70px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-reason-list-item-link-txt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/icn_arrow-right-white.svg") center/100% 100% no-repeat;
}

.p-reason-list-item-bnr {
  width: 100%;
}
.p-reason-list-item-bnr img {
  display: block;
  width: 100%;
}

.p-reason-list-item-caution {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-reason {
    width: 100%;
    margin-bottom: 18.6666666667vw;
  }

  .p-reason-ttl {
    line-height: 1.3;
  }
  .p-reason-ttl span {
    line-height: 1.5;
    display: inline-block;
  }

  .p-reason-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .p-content-ttl {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .p-content-ttl::before {
    top: -8vw;
    width: 26.6666666667vw;
    height: 4.2666666667vw;
  }

  .p-reason-ttl span {
    font-size: 5.8666666667vw;
  }

  .p-reason-list {
    margin-right: 0;
    margin-left: 0;
  }

  .p-reason-list-item {
    padding: 10.6666666667vw 0;
  }
  .p-reason-list-item:first-of-type {
    padding-top: 0;
  }

  .p-reason-list-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason-list-item-inner.--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason-list-item-inner.--rev .p-reason-list-item-thumb {
    margin-left: 0;
  }

  .p-reason-list-item-thumb {
    width: 85%;
    margin-bottom: 8vw;
    margin-right: auto;
  }

  .p-reason-list-item-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-reason-list-item-ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
  .p-reason-list-item-ttl::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 9999px;
  }

  .p-reason-list-item-middle-description {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-reason-list-item-middle-description::first-of-type {
    margin-bottom: 5.3333333333vw;
  }
  .p-reason-list-item-middle-description .--ssm {
    font-size: 4vw;
  }
  .p-reason-list-item-middle-description .--ml {
    font-size: 6.4vw;
  }
  .p-reason-list-item-middle-description .--lg {
    font-size: 7.4666666667vw;
  }
  .p-reason-list-item-middle-description .--caution {
    font-size: 3.2vw;
  }
  .p-reason-list-item-middle-description .--ml.--magin {
    margin-bottom: 10px;
    display: inline-block;
  }
  .p-reason-list-item-middle-description .--ssm.--medium {
    margin-top: 4vw;
    display: inline-block;
  }

  .p-reason-list-item-description {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }

  .p-reason-list-item-link {
    margin: 0 auto;
  }

  .p-reason-list-item-link-txt {
    padding: 4vw 20vw;
    padding-right: 24vw;
    font-size: 4.2666666667vw;
  }
  .p-reason-list-item-link-txt::after {
    right: 6.6666666667vw;
  }

  .p-reason-list-item-caution {
    font-size: 3.7333333333vw;
  }
}
.p-use {
  width: 100%;
  margin-bottom: 160px;
  border: 2px solid #E8E8E4;
}

.p-use-inner {
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 0 40px;
}

.p-use-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  position: relative;
  top: -50px;
}
.p-use-ttl span {
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-use-ttl::before {
  top: -20px;
}

.p-use-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 70px;
  max-width: 950px;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-use-list-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-use-list-item-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-use-list-item-thumb {
  position: relative;
  width: 165px;
  height: 165px;
  background: #F7F7F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 9999px;
  margin-bottom: 20px;
}

.p-use-list-item-description {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-use-list-item-description span {
  font-size: 1.1rem;
  vertical-align: top;
}
.p-use-list-item-description .no1 {
  position: relative;
  top: 15px;
}

.p-use-caution-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.p-use-caution {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-use {
    margin-bottom: 22.6666666667vw;
  }

  .p-use-inner {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }

  .p-use-ttl {
    padding: 0 4vw;
    top: -10.6666666667vw;
  }
  .p-use-ttl span {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
  }

  .p-use-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw 6.6666666667vw;
    margin: 0;
    width: 100%;
    margin-top: -8vw;
  }
  .p-use-list::before {
    display: none;
  }

  .p-use-list-item {
    width: 45%;
  }

  .p-use-list-item-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-use-list-item-thumb {
    width: 30.9333333333vw;
    height: 30.9333333333vw;
    margin-bottom: 4vw;
    border-width: 1.0666666667vw;
  }
  .p-use-list-item-thumb > p {
    font-size: 6.6666666667vw;
  }

  .p-use-list-item-description {
    font-size: 4.2666666667vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-use-list-item-description span {
    font-size: 2.9333333333vw;
  }
  .p-use-list-item-description span.no1 {
    top: 4vw;
  }

  .p-use-caution {
    text-indent: -2.5em;
    margin-left: 2.5em;
    line-height: 1.9;
  }
}
.p-zanka {
  margin-bottom: 100px;
}

.p-zanka-inner {
  display: none;
  padding-top: 40px;
}

.p-zanka-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 30px 30px;
}

.p-zanka-list-item {
  position: relative;
  border: 6px solid #E8E8E4;
  padding: 40px;
  width: calc((100% - 30px) / 2);
}

.p-zanka-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background: #fff;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-zanka-list-item-ttl span {
  margin-right: 20px;
}

.p-zanka-list-item-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 80px;
}

.p-zanka-list-item-inner-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-zanka-list-item-inner-txt span {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-zanka {
    margin-bottom: 16vw;
  }

  .p-zanka-inner {
    padding-top: 8vw;
  }

  .p-zanka-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw 0;
    padding-top: 8vw;
  }

  .p-zanka-list-item {
    width: 100%;
    padding: 8vw 5.3333333333vw;
    border-width: 1.3333333333vw;
  }

  .p-zanka-list-item-ttl {
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 5.3333333333vw;
    top: -6.1333333333vw;
  }
  .p-zanka-list-item-ttl span {
    margin-right: 4vw;
  }

  .p-zanka-list-item-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw 0;
  }

  .p-zanka-list-item-inner-txt {
    font-size: 4.2666666667vw;
  }
}
.p-flow {
  width: 100%;
  margin-bottom: 160px;
}

.p-flow-inner {
  margin-left: 5%;
  margin-right: 5%;
}

.p-flow-ttl span {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #706D64;
}
.p-flow-ttl::before {
  top: -20px;
}

.p-flow-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 60px;
  max-width: 950px;
  width: 100%;
  margin: 0 auto 40px;
}
.p-flow-list::before {
  content: "";
  position: absolute;
  display: block;
  width: 95%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  left: 50%;
  top: 30%;
  background: #706D64;
}

.p-flow-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow-list-item-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-flow-list-item-thumb {
  position: relative;
  width: 165px;
  height: 165px;
  background: #fff;
  border: 2px solid #E8E8E4;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 9999px;
  margin-bottom: 35px;
}
.p-flow-list-item-thumb > p {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  position: absolute;
  isolation: isolate;
  top: calc(100% - 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 4rem;
  line-height: 1;
}
.p-flow-list-item-thumb > p.--blue {
  color: #00A6E4;
}
.p-flow-list-item-thumb > p.--red {
  color: #E50112;
}
.p-flow-list-item-thumb > p.--green {
  color: #009A44;
}
.p-flow-list-item-thumb > p.--orange {
  color: #E55205;
}
.p-flow-list-item-thumb img {
  display: block;
  max-width: 93px;
  max-height: 80px;
  width: 100%;
}

.p-flow-list-item-description {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-flow-list-item-description .no1 {
  position: relative;
  top: 15px;
}
.p-flow-list-item-description--caution {
  position: absolute;
  top: 100%;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

.p-flow-caution-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.p-flow-caution {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-flow {
    margin-bottom: 14.6666666667vw;
  }

  .p-flow-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .p-flow-ttl span {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
  }
  .p-flow-ttl::before {
    top: -6vw;
  }

  .p-flow-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw 6.6666666667vw;
  }
  .p-flow-list::before {
    display: none;
  }

  .p-flow-list-item {
    width: 100%;
  }

  .p-flow-list-item-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .p-flow-list-item-thumb {
    width: 30.9333333333vw;
    height: 30.9333333333vw;
    margin-right: 4vw;
    margin-bottom: 0;
    border-width: 1.0666666667vw;
  }
  .p-flow-list-item-thumb > p {
    font-size: 6.6666666667vw;
  }
  .p-flow-list-item-thumb img {
    max-width: 17.3333333333vw;
    max-height: 14.6666666667vw;
  }

  .p-flow-list-item-description {
    font-size: 5.3333333333vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
  }
  .p-flow-list-item-description span {
    font-size: 2.9333333333vw;
  }
  .p-flow-list-item-description span.no1 {
    top: 4vw;
  }
  .p-flow-list-item-description--caution {
    line-height: 1.7;
  }
  .p-flow-list-item-description.--spais {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  .p-flow-caution {
    text-indent: -2.5em;
    margin-left: 2.5em;
    line-height: 1.9;
  }
}
.p-comparison {
  margin-bottom: 100px;
}

.p-comparison-inner {
  padding-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  display: none;
}

.p-comparison-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 20px 20px;
  margin-bottom: 40px;
}

.p-comparison-list-item {
  border: 1px solid #E8E8E4;
  padding: 20px;
  width: calc((100% - 20px) / 2);
}

.p-comparison-list-item-inner {
  padding-top: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.p-comparison-list-item-inner-icn {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-comparison-list-item-inner-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-comparison-list-item-top {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #E8E8E4;
}

.p-comparison-menu {
  position: relative;
  padding-left: 0.8em;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.p-comparison-menu::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 100%;
  content: "";
  display: block;
  background: #E50112;
}

@media screen and (max-width: 767px) {
  .p-comparison {
    margin-bottom: 21.3333333333vw;
  }

  .p-comparison-inner {
    margin-left: 0;
    margin-right: 0;
    padding-top: 9.3333333333vw;
  }

  .p-comparison-menu {
    font-size: 5.3333333333vw;
  }

  .p-comparison-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-bottom: 10.6666666667vw;
  }

  .p-comparison-list-item {
    width: 100%;
    margin-bottom: 0;
    padding: 5.3333333333vw;
  }

  .p-comparison-list-item-top {
    font-size: 4.2666666667vw;
  }

  .p-comparison-list-item-inner {
    padding-top: 4vw;
  }

  .p-comparison-list-item-inner-icn {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .p-comparison-list-item-inner-icn img {
    width: 100%;
  }

  .p-comparison-list-item-inner-txt {
    font-size: 4.2666666667vw;
  }
}
.p-product {
  margin-bottom: 160px;
}

.p-product-inner {
  padding-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  display: none;
}

.p-product-detail-menu {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-product-detail-description {
  margin-bottom: 40px;
}
.p-product-detail-description .m-base-txt-sm {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 2;
}
.p-product-detail-description:last-of-type {
  margin-bottom: 0;
}

.p-product-detail-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-table {
  border: 1px solid #E8E8E4;
  width: 100%;
}

.p-table-row {
  border-bottom: 1px solid #E8E8E4;
}

.p-table-head-company {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: left;
  width: 220px;
  padding: 20px 30px 20px 20px;
  border-right: 1px solid #E8E8E4;
  background: #F7F7F5;
}

.p-table-desc-company {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-bottom: 2px;
  background: #fff;
  padding: 20px 30px 20px 20px;
}
.p-table-desc-company span {
  text-indent: -1em;
  margin-left: 1em;
  display: inline-block;
}
.p-table-desc-company .--bold {
  font-weight: 700;
}
.p-table-desc-company .--lg {
  font-size: 18px;
}

.p-table-desc-company--pdf a {
  position: relative;
  color: #706D64;
  border-bottom: 1px solid #706D64;
  padding-right: 1.5em;
}
.p-table-desc-company--pdf a::before {
  position: absolute;
  top: 50%;
  right: 0em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1.2em;
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/icn_external-link-pdf.svg") center/100% 100% no-repeat;
}
.p-table-desc-company--pdf a:hover {
  border-bottom: none;
}

.p-table-desc-company-nopd {
  padding-bottom: 0;
}

.p-industry-details {
  margin-left: 1em;
  display: inline-block;
}

.p-industry-desc {
  margin-left: 2em;
  display: inline-block;
}

.p-industry-desc:last-of-type {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-product {
    margin-bottom: 21.3333333333vw;
  }

  .p-product-inner {
    padding-top: 5.3333333333vw;
    margin-left: 0;
    margin-right: 0;
  }

  .p-product-detail-menu {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-product-detail-menu::before {
    width: 1.0666666667vw;
  }

  .p-product-detail-description {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
  }

  .p-product-detail-txt {
    font-size: 4.2666666667vw;
  }

  .p-product-detail-inner {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10.6666666667vw;
  }
  .p-product-detail-inner ::-webkit-scrollbar-track {
    background-color: #EFEFEF;
    border-radius: 24vw;
  }
  .p-product-detail-inner::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 24vw;
  }
  .p-product-detail-inner::-webkit-scrollbar {
    height: 5.3333333333vw;
  }

  .p-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-simulate {
  position: relative;
  width: 100%;
  background: #F7F7F5;
  border: 6px solid #E8E8E4;
}
.p-simulate.--mbml {
  margin-bottom: 100px;
}
.p-simulate::before {
  position: absolute;
  z-index: 10;
  top: -6px;
  left: -6px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(135deg, #000, #000 50%, transparent 50%, transparent 100%);
}
.p-simulate::after {
  position: absolute;
  z-index: 10;
  right: -6px;
  bottom: -6px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(315deg, #000, #000 50%, transparent 50%, transparent 100%);
}

.p-simulate-inner {
  padding: 40px 100px;
}

.p-simulate-inner-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-simulate-inner-main-ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-simulate-inner-main-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-simulate-inner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-simulate-inner-btn-link {
  position: relative;
  display: block;
  font-size: 2.3rem;
  line-height: 1.4782608696;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 20px 50px 20px 80px;
  background: #fff;
  color: #333;
  border: 1px solid #000;
}
.p-simulate-inner-btn-link::before {
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1.2em;
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/icn_calculator.svg") center/100% 100% no-repeat;
}

.p-simulate-inner-bottom {
  background: #E8E8E4;
  padding: 20px;
}
.p-simulate-inner-bottom p {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.p-simulate-inner-bottom.--mb {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-simulate {
    border-width: 1.3333333333vw;
  }
  .p-simulate::before {
    top: -1.3333333333vw;
    left: -1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
  .p-simulate::after {
    position: absolute;
    z-index: 10;
    right: -1.3333333333vw;
    bottom: -1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }

  .p-simulate-inner-main-ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .p-simulate-inner-main-text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .p-simulate-inner {
    padding: 8vw 4vw;
  }

  .p-simulate-inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw 0;
  }

  .p-simulate-inner-btn {
    width: 100%;
  }

  .p-simulate-inner-btn-link {
    padding: 4vw 4.2666666667vw 4vw 10.6666666667vw;
    font-size: 5.0666666667vw;
    letter-spacing: 0.02em;
    width: 100%;
  }
  .p-simulate-inner-btn-link::before {
    left: 4.2666666667vw;
  }

  .p-simulate-inner-bottom {
    padding: 5.3333333333vw;
  }
}

input[type="checkbox"] {
    background-color: #fff;
    border: 4px solid #00a651;
    border-radius: 6px;
    -webkit-appearance: none;
    height: 34px;
    margin: 0 34px 0 0;
    position: relative;
    vertical-align: middle;
    width: 34px;
}
input[type="checkbox"]:checked::before {
    position: absolute;
    left: -3px;
    top: 18px;
    display: block;
    content: "";
    width: 15px;
    height: 4px;
    background: #ea4800;
    transform: rotate(45deg);
    transform-origin: right center;
}
input[type="checkbox"]:checked::after {
    display: block;
    position: absolute;
    left: 10px;
    top: 19px;
    content: "";
    width: 24px;
    height: 4px;
    background: #ea4800;
    transform: rotate(-53deg);
    transform-origin: left center;
}




label {
    margin: 0 10px 30px;
    font-weight: 600;
}

.layer {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 100;
    background: transparent;
}

.next > *[id="yes"][disabled] {
    background-color: #e0e0e0;
    cursor: default;
    color: #fff;
}
.next > *[id="yes1"][style="pointer-events:none;"] {
    background-color: #e0e0e0;
    cursor: default;
    color: #fff;
}

.next > *[id="yes2"][style="pointer-events:none;"] {
    background-color: #e0e0e0;
    cursor: default;
    color: #fff;
}


@media screen and (max-width: 767px) {
input[type="checkbox"] {
    height: 30px;
    margin-right: 0px;
    width: 30px;
    border: 2px solid #afafaf;
}

.layer {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 100;
    background: transparent;
}

}


/*-------岡田 20230417追記-------*/
.p-feature-sec {
  margin: 60px auto 80px;
}
@media screen and (max-width: 767px) {
  .p-feature-sec {
    margin: 8vw auto 10.6666666667vw;
  }
}


/* p-feature
---------------------------------------------------------------------------- */
.p-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}

.p-feature-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 214px;
}
.p-feature-list-item:nth-child(1) {
  width: 208px;
}
.p-feature-list-item:nth-child(1) img {
  width: 80%;
}
.p-feature-list-item:nth-child(1) .p-feature-list-txt::before {
  background-color: #009A44;
}
.p-feature-list-item:nth-child(2) {
  width: 155px;
}
.p-feature-list-item:nth-child(2) img {
  width: 93%;
}
.p-feature-list-item:nth-child(2) .p-feature-list-txt::before {
  background-color: #F7DA00;
}
.p-feature-list-item:nth-child(3) {
  width: 172px;
}
.p-feature-list-item:nth-child(3) img {
  width: 80%;
}
.p-feature-list-item:nth-child(3) .p-feature-list-txt::before {
  background-color: #E66AA0;
}
.p-feature-list-item:nth-child(4) {
  width: 155px;
}
.p-feature-list-item:nth-child(4) img {
  width: 68%;
}
.p-feature-list-item:nth-child(4) .p-feature-list-txt::before {
  background-color: #00A6E4;
}
.p-feature-list-item img {
  display: block;
  margin: auto;
}

.p-feature-list-txt-wrap {
  height: 57px;
  line-height: 57px;
  margin-top: auto;
}

.p-feature-list-txt {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 20px;
  position: relative;
}
.p-feature-list-txt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 57px;
}

.p-feature-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}

.p-feature-link-txt {
  position: relative;
  color: #fff;
  background: #333;
  padding: 15px 70px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-feature-link-txt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/wp-pe3atrj7db2s/wp-content/themes/shimagin/assets/images/kojin/netbank/spbranch/icn_arrow-right-white.svg") center/100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .p-feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }

  .p-feature-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
  .p-feature-list-item:nth-child(1) {
    width: 100%;
  }
  .p-feature-list-item:nth-child(1) img {
    width: 33%;
  }
  .p-feature-list-item:nth-child(2) {
    width: 100%;
  }
  .p-feature-list-item:nth-child(2) img {
    width: 40%;
  }
  .p-feature-list-item:nth-child(3) {
    width: 100%;
  }
  .p-feature-list-item:nth-child(3) img {
    width: 45%;
  }
  .p-feature-list-item:nth-child(4) {
    width: 100%;
  }
  .p-feature-list-item:nth-child(4) img {
    width: 45%;
  }
  .p-feature-list-item img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 24vw;
  }

  .p-feature-list-txt-wrap {
    width: 55%;
    margin-top: 0;
  }

  .p-feature-list-txt {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
  }
  .p-feature-list-txt::before {
    width: 0.5333333333vw;
    height: 15.2vw;
  }

  .p-feature-link {
    margin: 16vw auto 0;
  }

  .p-feature-link-txt {
    padding: 4vw 20vw;
    padding-right: 24vw;
    font-size: 4.2666666667vw;
  }
  .p-feature-link-txt::after {
    right: 6.6666666667vw;
  }
}







