.contents.pay .col1Furikae {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
.contents.pay .col1FurikaeTable {
  width: 355px;
}
.contents.pay .col1FurikaeTable table {
  width: 100%;
}
.contents.pay .col1FurikaeTable table th, .contents.pay .col1FurikaeTable table td {
  width: 50%;
  padding: 10px;
  font-size: var(--fsize14);
}
.contents.pay .col1FurikaeTableTtl {
  font-size: var(--fsize14);
  font-weight: 500;
  margin-bottom: 5px;
}
.contents.pay .col1FurikaeCol {
  -ms-flex: 1;
      flex: 1;
}
.contents.pay .col1FurikaeNotes {
  margin-top: 10px;
}
.contents.pay .col1FurikaeNotes > li {
  text-align: left;
  font-size: var(--fsize12);
}
.contents.pay .btnPdf {
  font-size: var(--fsize20);
  font-weight: 500;
  margin: 40px auto 0;
}
.contents.pay .col1Notes {
  margin-top: 30px;
}
.contents.pay .col1Notes > li {
  text-align: left;
  font-size: var(--fsize12);
}
.contents.pay .entryNotes {
  padding: 0;
  margin-top: 40px;
}
.contents.pay .entryNotes_list {
  margin-top: 20px;
}
.contents.pay .entryNotes_list > li {
  text-align: left;
  font-size: var(--fsize12);
}
.contents.pay .col2Card {
  max-width: 480px;
  width: 100%;
  margin: 40px auto 0;
}
.contents.pay .col2Notes {
  margin-top: 20px;
}
.contents.pay .col2Notes > li {
  text-align: center;
  font-size: var(--fsize12);
}

@media screen and (max-width: 1024px) {
  .contents.pay .col1Furikae {
    margin-top: 40px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 20px;
  }
  .contents.pay .col1FurikaeTable {
    width: 100%;
  }
  .contents.pay .col1FurikaeTable table th, .contents.pay .col1FurikaeTable table td {
    padding: 10px;
    font-size: var(--fsize28);
  }
  .contents.pay .col1FurikaeTableTtl {
    font-size: var(--fsize28);
    margin-bottom: 5px;
  }
  .contents.pay .col1FurikaeNotes {
    margin-top: 10px;
  }
  .contents.pay .col1FurikaeNotes > li {
    font-size: var(--fsize20);
  }
  .contents.pay .btnPdf {
    font-size: var(--fsize28);
    margin: 40px auto 0;
  }
  .contents.pay .col1Notes {
    margin-top: 30px;
  }
  .contents.pay .col1Notes > li {
    font-size: var(--fsize20);
  }
  .contents.pay .entryNotes {
    margin-top: 40px;
  }
  .contents.pay .entryNotes_list {
    margin-top: 20px;
  }
  .contents.pay .entryNotes_list > li {
    text-align: left;
    font-size: var(--fsize20);
  }
  .contents.pay .col2Card {
    margin: 40px auto 0;
  }
  .contents.pay .col2Notes {
    margin-top: 20px;
  }
  .contents.pay .col2Notes > li {
    text-align: center;
    font-size: var(--fsize20);
  }
}
@media screen and (max-width: 767px) {
  .contents.pay .col1Furikae {
    margin-top: 5.22vw;
    gap: 2.61vw;
  }
  .contents.pay .col1FurikaeTable table th, .contents.pay .col1FurikaeTable table td {
    padding: 1.3vw;
    font-size: 3.65vw;
  }
  .contents.pay .col1FurikaeTableTtl {
    font-size: 3.65vw;
    margin-bottom: 0.65vw;
  }
  .contents.pay .col1FurikaeNotes {
    margin-top: 1.3vw;
  }
  .contents.pay .col1FurikaeNotes > li {
    font-size: 2.61vw;
  }
  .contents.pay .btnPdf {
    font-size: 3.65vw;
    margin: 5.22vw auto 0;
  }
  .contents.pay .col1Notes {
    margin-top: 3.91vw;
  }
  .contents.pay .col1Notes > li {
    font-size: 2.61vw;
  }
  .contents.pay .entryNotes {
    margin-top: 5.22vw;
  }
  .contents.pay .entryNotes_list {
    margin-top: 2.61vw;
  }
  .contents.pay .entryNotes_list > li {
    font-size: 2.61vw;
  }
  .contents.pay .col2Card {
    margin: 5.22vw auto 0;
  }
  .contents.pay .col2Notes {
    margin-top: 2.61vw;
  }
  .contents.pay .col2Notes > li {
    font-size: 2.61vw;
  }
}
.contents.tcard .contentsCorp {
  text-align: right;
  font-size: var(--fsize20);
  font-weight: bold;
}
.contents.tcard .col1List {
  margin: 40px 0;
}
.contents.tcard .col1List li {
  font-size: var(--fsize18);
  font-weight: bold;
}
.contents.tcard .col1Link {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
.contents.tcard .col1Link li {
  font-size: var(--fsize16);
}

@media screen and (max-width: 1024px) {
  .contents.tcard .contentsCorp {
    font-size: var(--fsize28);
  }
  .contents.tcard .col1List {
    margin: 40px 0;
  }
  .contents.tcard .col1List li {
    text-align: left;
    font-size: var(--fsize28);
  }
  .contents.tcard .col1Link {
    margin-top: 40px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 10px;
  }
  .contents.tcard .col1Link li {
    font-size: var(--fsize28);
  }
}
@media screen and (max-width: 767px) {
  .contents.tcard .contentsCorp {
    font-size: 3.65vw;
  }
  .contents.tcard .col1List {
    margin: 5.22vw 0;
  }
  .contents.tcard .col1List li {
    font-size: 3.65vw;
  }
  .contents.tcard .col1Link {
    margin-top: 5.22vw;
    gap: 1.3vw;
  }
  .contents.tcard .col1Link li {
    font-size: 3.65vw;
  }
}
.contents.confirmation .col1Contents {
  margin-top: 60px;
}
.contents.confirmation .col1Img1Kanto {
  width: 100%;
  max-width: 591px;
  margin: 0 0 0 192px;
}
.contents.confirmation .col1Img1Kansai {
  box-sizing: content-box;
  width: 100%;
  max-width: 442px;
  margin: 0 auto;
  padding-right: 156px;
}
.contents.confirmation .col1Img1Chubu {
  width: 100%;
  max-width: 602px;
  margin: 0 0 0 145px;
}
.contents.confirmation .col1Img1Hokuriku {
  width: 100%;
  max-width: 509px;
  margin: 0 auto;
}
.contents.confirmation .col1Img1Tohoku {
  width: 100%;
  max-width: 683px;
  margin: 0 auto;
}
.contents.confirmation .col1Img1Shikoku {
  width: 100%;
  max-width: 683px;
  margin: 0 auto;
}
.contents.confirmation .col1Img1Kyusyu {
  width: 100%;
  max-width: 509px;
  margin: 0 auto;
}
.contents.confirmation .col1Img1Hokkaido {
  width: 100%;
  max-width: 279px;
  margin: 0 auto;
}
.contents.confirmation .col1Img1Chugoku {
  width: 100%;
  max-width: 509px;
  margin: 0 auto;
}
.contents.confirmation .col1Box {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  background: #fffbe1;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 40px;
}
.contents.confirmation .col1BoxTtl {
  background: var(--color-orange);
  border-radius: var(--radius1);
  text-align: center;
  font-size: var(--fsize20);
  line-height: 1.4;
  padding: 15px 0;
}
.contents.confirmation .col1BoxList {
  margin-top: 30px;
}
.contents.confirmation .col1BoxList li {
  font-size: var(--fsize16);
  text-indent: -1em;
  padding-left: 1em;
}
.contents.confirmation .col1BoxList .red {
  color: #e60012;
}
.contents.confirmation .col1Detaile {
  margin-top: 40px;
  text-align: left;
}
.contents.confirmation .col1DetaileTtl {
  font-size: var(--fsize18);
  font-weight: bold;
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
}
.contents.confirmation .col1DetaileTtl .num {
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  font-size: var(--fsize14);
  line-height: 1;
  text-align: center;
  font-weight: normal;
  background: var(--color-orange);
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  border-radius: 50%;
  padding-top: 6px;
}
.contents.confirmation .col1DetaileNotes {
  margin-top: 10px;
}
.contents.confirmation .col1DetaileNotes li {
  font-size: var(--fsize12);
}
.contents.confirmation .col1Img2 {
  width: 100%;
  max-width: 622px;
  margin: 20px auto 0;
}

@media screen and (max-width: 1024px) {
  .contents.confirmation .col1Contents {
    margin-top: 40px;
  }
  .contents.confirmation .col1Img1Kanto {
    margin: 0 auto;
  }
  .contents.confirmation .col1Img1Kansai {
    padding-right: 0;
  }
  .contents.confirmation .col1Img1Chubu {
    margin: 0 auto;
  }
  .contents.confirmation .col1Box {
    padding: 30px;
    margin-top: 40px;
  }
  .contents.confirmation .col1BoxTtl {
    font-size: var(--fsize28);
    line-height: 1.4;
    padding: 15px 20px;
  }
  .contents.confirmation .col1BoxList {
    margin-top: 30px;
  }
  .contents.confirmation .col1BoxList li {
    font-size: var(--fsize28);
  }
  .contents.confirmation .col1Detaile {
    margin-top: 40px;
  }
  .contents.confirmation .col1DetaileTtl {
    font-size: var(--fsize28);
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .contents.confirmation .col1DetaileTtl .num {
    top: calc(50% - 15px);
    font-size: var(--fsize24);
    width: 32px;
    height: 32px;
    padding-top: 3px;
  }
  .contents.confirmation .col1DetaileNotes {
    margin-top: 10px;
  }
  .contents.confirmation .col1DetaileNotes li {
    font-size: var(--fsize20);
  }
  .contents.confirmation .col1Img2 {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contents.confirmation .col1Contents {
    margin-top: 5.22vw;
  }
  .contents.confirmation .col1Box {
    padding: 3.91vw;
    margin-top: 5.22vw;
  }
  .contents.confirmation .col1BoxTtl {
    font-size: 3.65vw;
    padding: 1.96vw 2.61vw;
  }
  .contents.confirmation .col1BoxList {
    margin-top: 3.91vw;
  }
  .contents.confirmation .col1BoxList li {
    font-size: 3.65vw;
  }
  .contents.confirmation .col1Detaile {
    margin-top: 5.22vw;
  }
  .contents.confirmation .col1DetaileTtl {
    font-size: 3.65vw;
    padding-left: 5.22vw;
    margin-bottom: 1.3vw;
  }
  .contents.confirmation .col1DetaileTtl .num {
    top: calc(50% - 1.96vw);
    font-size: 3.13vw;
    width: 4.17vw;
    height: 4.17vw;
    padding-top: 0.39vw;
  }
  .contents.confirmation .col1DetaileNotes {
    margin-top: 1.3vw;
  }
  .contents.confirmation .col1DetaileNotes li {
    font-size: 2.61vw;
  }
  .contents.confirmation .col1Img2 {
    margin: 2.61vw auto 0;
  }
}