.common_page_main {
  height: 100%;
  background: url("https://pay-route.co.jp/wp-content/themes/child/image/common_page_img.jpg")
    center / cover no-repeat;
  position: relative;
  padding: 90px 0 20px;
  color: #fff;
}

.common_page_main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#1f2952 0%, #111111 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  pointer-events: none;
}

.common_page_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59vw;
  height: 100%;
  background: url("https://pay-route.co.jp/wp-content/themes/child/image/deco_page_bg.png")
    center / cover no-repeat;
}

.common_page_main .title_box {
  position: relative;
  text-align: center;
  z-index: 1;
}

.common_page_main .title_box::before {
  content: "";
  position: absolute;
  bottom: -35%;
  left: 50%;
  width: 2px;
  height: 120px;
  transform: translate(-50%, 100%);
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 33%,
    #1f2952 33%,
    #1f2952 100%
  );
}

.common_page_main .title_box .sub_title {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "LouisGeorgeCafeLight", sans-serif;
  text-transform: capitalize;
  color: #fff;
}

.common_page_main .title_box .title {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: #fff;
}

.breadcrumb {
  margin-top: 33px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  position: relative;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.common_page_wrap {
  padding: 100px 0;
}

.common_page_title.center {
  text-align: center;
}

.cbs-wrap {
  --max: 1180px;
  --gutter: 200px;
  --ink: #222;
  --muted: #44505f;
  --line: #e5e7eb;
  --brand: #122046;
}

.cbs-section {
  max-width: var(--max);
  margin: 100px auto 0;
  padding: 48px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.cbs-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--brand);
}

.cbs-lead {
  margin: 0 0 12px;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.55;
}

.cbs-list {
  margin: 12px 0; /* reduced */
  padding-left: 20px;
  font-size: 16px; /* increased */
}

.cbs-list li {
  margin: 4px 0; /* tighter */
  color: var(--muted);
}

.cbs-columns {
  display: grid;
  gap: 16px; /* reduced gap */
  font-size: 16px; /* increased */
}

.cbs-columns.two {
  grid-template-columns: 1fr 1fr;
}

.cbs-sub {
  margin: 20px 0 6px; /* reduced */
  font-weight: 800;
  font-size: 18px; /* increased */
  color: var(--brand);
}

.cbs-kv {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.cbs-kv td {
  vertical-align: top;
  padding: 4px 0; /* reduced */
  font-size: 15px; /* bigger */
}

.cbs-kv td:first-child {
  width: 170px;
  color: var(--muted);
  font-weight: 600;
}

.cbs-grid {
  max-width: 1200px;
  margin: 0 auto;
}
.cbs-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.prh-top-download {
  position: relative;
  z-index: 0;
}
.prh-top-download::before {
  content: "";
  background: url("https://pay-route.co.jp/wp-content/themes/child/image/download_bg.jpg")
    no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.prh-top-download a {
  display: block;
  padding: 80px 0 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.prh-top-download .prh-common-title .prh-en {
  font-size: 50px;
  line-height: 1.3;
}
.prh-top-download .prh-common-title .prh-jp {
  font-size: 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.prh-top-download .prh-common-title .prh-jp::after {
  content: "";
  background: url("https://pay-route.co.jp/wp-content/themes/child/image/icon_download_white.svg")
    no-repeat;
  background-size: contain;
  width: 43.5px;
  aspect-ratio: 1/1;
  display: block;
}

@media screen and (min-width: 1920px) {
  .common_page_main {
    padding: 140px 0 48px;
  }
  .common_page_main .title_box .sub_title {
    font-size: 36px;
  }
  .common_page_main .title_box .title {
    font-size: 36px;
  }
  .common_page_main .title_box::before {
    height: 160px;
  }
  .common_page_main::after {
    width: 52vw;
  }

  .cbs-section {
    padding: 64px var(--gutter);
  }
  .cbs-title {
    font-size: clamp(28px, 2vw, 40px);
  }
  .cbs-kv td:first-child {
    width: 220px;
  }
  .cbs-columns.two {
    grid-template-columns: 1.2fr 1fr;
  }
  .cbs-grid {
    max-width: none;
    width: 90vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .cbs-grid img {
    width: 100%;
  }

  .prh-top-download .prh-common-title .prh-en {
    font-size: 56px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 20px;
    gap: 36px 0;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 52px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .common_page_main {
    padding: 110px 0 36px;
  }
  .common_page_main .title_box .sub_title {
    font-size: 30px;
  }
  /* .common_page_main .title_box .title {
    font-size: 30px;
  } */
  .common_page_main .title_box::before {
    height: 140px;
  }
  .common_page_main::after {
    width: 56vw;
  }
  .breadcrumb {
    margin-top: 33px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    color: #fff;
    position: relative;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }

  .cbs-section {
    padding: 46px var(--gutter);
  }

  .cbs--software-section {
    padding: 46px var(--gutter);
  }

  .cbs--banking-development-section {
    padding: 46px var(--gutter);
  }
  .cbs-title {
    font-size: clamp(35px, 2.2vw, 36px);
  }
  .cbs-lead {
    margin-top: 20px;
    font-size: 22px;
    color: var(--muted);
    line-height: 2;
  }

   strong {
    font-size: 32px;
    color: var(--brand)
  }

  .cbs-list {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.8;
  }
  .cbs-sub {
    font-size: 22px;
    margin-top: 40px;
  }
  .cbs-kv td {
    font-size: 20px;
    line-height: 2;
  }
    .cbs-kv td strong {
      font-size: 20px;
    }
  .cbs-kv td:first-child {
    width: 250px;
    font-size: 24px;
  }
  .cbs-columns.two {
    grid-template-columns: 1fr 1fr;
  }
  .cbs-grid {
    max-width: 1400px;
    transform: translateY(-150px);
    width: 100%;
  }

  .cbs-sub-section {
    font-size: 24px;
    margin-top: 50px;
    color: var(--brand);
  }

  .cbs-sub-section-list {
    font-size: 20px;
    line-height: 1.8;
  }

  .cbs--software-section .cbs-title {
    font-size: 28px;
  }

  .cbs--banking-development-section .cbs-title {
    font-size: 28px;
    transform: translateY(-30px);
 }

  .cbs-sub-section-list strong {
    font-size: 22px;
  }

  .prh-top-download .prh-common-title .prh-en {
    font-size: 52px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 18px;
    gap: 30px 0;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common_page_main {
    padding: 96px 0 28px;
    background-position: center top;
  }
  .common_page_main .title_box .sub_title {
    font-size: 26px;
  }
  .common_page_main .title_box .title {
    font-size: 24px;
    line-height: 1.6;
  }
  .common_page_main .title_box::before {
    height: 110px;
    bottom: -30%;
  }
  .common_page_main::after {
    width: 50vw;
  }

  .breadcrumb {
    font-size: 11px;
    margin-top: 24px;
  }
  .common_page_wrap {
    padding: 72px 0;
  }

  .cbs-section {
    padding: 40px calc(var(--gutter) + 4px);
  }
  .cbs-title {
    font-size: clamp(22px, 2.6vw, 30px);
  }
  .cbs-lead {
    font-size: 15px;
  }

  .cbs-columns.two {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .cbs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .cbs-kv td:first-child {
    width: 160px;
  }

  .prh-top-download .prh-common-title .prh-en {
    font-size: 42px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 16px;
    gap: 22px 0;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 38px;
  }
}

@media screen and (max-width: 767px) {
  .common_page_main {
    padding: 72px 0 24px;
    background-position: center;
    height: 10vh;
  }
  .common_page_main::after {
    display: none;
  }

  .common_page_main .title_box .sub_title {
    font-size: 18px;
    line-height: 1.3;
  }
  .common_page_main .title_box .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .common_page_main .title_box::before {
    height: 80px;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .breadcrumb {
    font-size: 10px;
    margin-top: 16px;
    margin-right: 30px;
    text-align: end;
  }
  .common_page_wrap {
    padding: 48px 0;
  }

  .cbs-section {
    padding: 28px 16px;
    margin-top: 48px;
  }
  .cbs-title {
    font-size: 20px;
  }
  .cbs-lead {
    font-size: 14px;
    margin: 0 10px;
    transform: translateX(-10px);
  }
  .cbs-list {
    padding-left: 18px;
    font-size: 14px;
    margin: 30px 10px;
  }

  .cbs-title {
    font-size: 16px;
  }

  .cbs-columns,
  .cbs-columns.two {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 14px;
  }

  .cbs-grid {
    width: 100%;
    max-width: 100%;
    transform: translateX(-18px);
  }
  .cbs-grid img {
    display: block;
    width: 100%;
    height: auto;
  }

  .cbs-kv {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }

  .cbs-kv tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e8edf3;
  }

  .cbs-kv td {
    display: block;
    width: 100%;
    padding: 2px 0;
    font-size: 14px;
    line-height: 1.55;
    box-sizing: border-box;
  }
  .cbs-kv td:first-child {
    font-weight: 700;
    color: #475569;
    margin: 0 0 4px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .cbs-kv td:last-child {
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .prh-top-download .prh-common-title .prh-en {
    font-size: 18px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 14px;
    gap: 16px 0;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 28px;
  }
}
