.common_page_main {
  position: relative;
  height: auto;
  padding: 90px 0 30px;
  background: url("https://pay-route.co.jp/wp-content/themes/child/image/common_page_img.jpg")
    center/cover no-repeat;
  color: #fff;
}

.common_page_main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#1f2952 0%, #111 100%);
  opacity: 0.7;
  mix-blend-mode: multiply;
}

.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%;
  transform: translate(-50%, 100%);
  width: 2px;
  height: 120px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 33%,
    #1f2952 33%,
    #1f2952 100%
  );
}

.common_page_main .sub_title {
  font-size: 30px;
  font-family: "LouisGeorgeCafeLight", sans-serif;
  color: #fff;
  margin: 0;
}

.common_page_main .title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 10px 0 0;
}
.breadcrumb {
  margin-top: 30px;
  font-size: 12px;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 1;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.common_page_wrap {
  padding: 80px 0 100px;
}
#page_contact .comment {
  padding: 40px 0;
  text-align: center;
}
#page_contact .comment .text {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0 0;
}

#page_contact .contact_info_area {
  text-align: center;
  padding: 30px 0;
}
#page_contact .contact_info_area .index {
  position: relative;
  margin: 0 auto 20px;
  padding: 0.4em 60px;
  max-width: 480px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #1f2952;
  border-radius: 30px;
}
#page_contact .contact_info_area .index::before,
#page_contact .contact_info_area .index::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 280px;
  height: 3px;
  background: #1f2952;
}
#page_contact .contact_info_area .index::before {
  left: -20px;
  transform: translate(-100%, -50%);
}
#page_contact .contact_info_area .index::after {
  right: -20px;
  transform: translate(100%, -50%);
}

#page_contact .contact_info_area .tel {
  margin: 15px 0;
}
#page_contact .contact_info_area .tel a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 52px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
}
#page_contact .contact_info_area .tel a::before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 1;
  background: url("https://pay-route.co.jp/wp-content/themes/child/image/icon_tel_green.svg")
    center/contain no-repeat;
}
#page_contact .contact_info_area .time {
  font-size: 18px;
  margin-top: 6px;
}
#page_contact .contact_info_area .text {
  font-size: 16px;
  margin-top: 20px;
}

#page_contact form {
  margin-top: 40px;
}
#page_contact table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
#page_contact table tr {
  display: flex;
  align-items: flex-start;
  padding: 16px 40px;
  border-bottom: 1px solid #e5e7eb;
}
#page_contact th {
  width: 30%;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
#page_contact th .hissu {
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #bc0101;
  border-radius: 20px;
}
#page_contact td {
  width: 70%;
}
#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact input[type="tel"],
#page_contact textarea {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #f7f7f7;
}
#page_contact textarea {
  min-height: 160px;
  resize: vertical;
}

.privacy_term_outer {
  position: relative;
  margin: 40px auto;
  padding: 30px;
  width: 90%;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.privacy_term_outer::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  background: #e0e0e0;
}
.privacy_term_inner {
  height: 220px;
  overflow-y: auto;
}
.privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 18px;
}
.privacy_term_inner dt {
  font-weight: 600;
  margin-top: 12px;
  color: #1f2952;
}
.privacy_term_inner dd {
  font-size: 13px;
  margin-left: 0;
}

.privacy_check_list {
  margin: 20px 0;
}
.privacy_check_list label {
  font-size: 15px;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.privacy_check_list input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}
#btn_wrap {
  text-align: center;
  margin-top: 30px;
}
#btn_wrap button {
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #1f2952;
  border: 2px solid #1f2952;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.2s;
}
#btn_wrap button:hover {
  background: #121a3c;
}

.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: 120px 0 60px;
  }
  .common_page_main .sub_title {
    font-size: 36px;
  }
  .common_page_main .title {
    font-size: 34px;
  }
  .common_page_main .title_box::before {
    height: 160px;
  }

  #page_contact .contact_info_area .index {
    font-size: 26px;
  }
  #page_contact .contact_info_area .tel a {
    font-size: 64px;
  }
  #page_contact .contact_info_area .tel a::before {
    width: 56px;
  }
  #page_contact th,
  #page_contact td {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .common_page_main {
    padding: 100px 0 50px;
  }
  .common_page_main .sub_title {
    font-size: 32px;
  }
  .common_page_main .title {
    font-size: 30px;
  }
  .common_page_main .title_box::before {
    height: 140px;
  }

  .breadcrumb {
    margin-top: 30px;
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
  }

  #page_contact .contact_info_area .index {
    font-size: 24px;
  }
  #page_contact .contact_info_area .tel a {
    font-size: 52px;
  }
  #page_contact .contact_info_area .tel a::before {
    width: 48px;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 14px;
    padding-left: 30px;
    padding-left: 50px;
  }
  .privacy_check_list input[type="checkbox"] {
    width: 18px;
    height: 18px;
    top: -4px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common_page_main {
    padding: 80px 0 40px;
  }
  .common_page_main .sub_title {
    font-size: 24px;
  }
  .common_page_main .title {
    font-size: 24px;
  }
  .common_page_main .title_box::before {
    height: 110px;
    bottom: -28%;
  }

  .common_page_wrap {
    padding: 70px 0 90px;
  }

  #page_contact .contact_info_area .index {
    font-size: 22px;
  }
  #page_contact .contact_info_area .index::before,
  #page_contact .contact_info_area .index::after {
    width: 200px;
  }
  #page_contact .contact_info_area .tel a {
    font-size: 40px;
  }
  #page_contact .contact_info_area .tel a::before {
    width: 36px;
  }
  #page_contact .contact_info_area .time {
    font-size: 16px;
  }

  #page_contact table tr {
    padding: 16px 24px;
  }
  #page_contact th {
    width: 32%;
  }
  #page_contact td {
    width: 68%;
  }
}

@media screen and (max-width: 767px) {
  .common_page_main {
    padding: 64px 0 20px;
    height: 15vh;
  }
  .common_page_main::after {
    content: none;
  }
  .common_page_main .sub_title {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 40px;
  }
  .common_page_main .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .common_page_main .title_box::before {
    height: 80px;
    bottom: -20%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .breadcrumb {
    font-size: 12px;
    margin-top: 12px;
    text-align: end;
    margin-right: 20px;
  }

  .common_page_wrap {
    padding: 56px 0 80px;
  }

  #page_contact table {
    border-collapse: separate;
    border-spacing: 0;
  }
  #page_contact table tr {
    display: block;
    padding: 12px 14px;
    margin: 10px 0;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
  }
  #page_contact th,
  #page_contact td {
    display: block;
    width: 90%;
    padding: 0;
  }
  #page_contact th {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #page_contact td {
    font-size: 14px;
  }

  #page_contact input[type="text"],
  #page_contact input[type="email"],
  #page_contact input[type="tel"],
  #page_contact textarea {
    font-size: 16px;
    padding: 12px;
  }
  #page_contact textarea {
    min-height: 140px;
  }

  .privacy_term_outer {
    width: 90%;
    padding: 16px;
    margin: 24px 0;
  }
  .privacy_term_outer::before {
    content: none;
  }
  .privacy_term_inner {
    height: 180px;
  }
  .privacy_term_inner .main_text,
  .privacy_term_inner dd {
    font-size: 13px;
  }

  .privacy_check_list label {
    font-size: 14px;
    padding-left: 30px;
  }
  .privacy_check_list input[type="checkbox"] {
    width: 18px;
    height: 18px;
    top: -4px;
  }

  #btn_wrap {
    margin-top: 20px;
  }
  #btn_wrap button {
    width: 100%;
    max-width: 340px;
    padding: 14px 24px;
    font-size: 16px;
  }

  .prh-top-download .prh-common-title .prh-en {
    font-size: 18px;
    text-decoration: none;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 16px;
    gap: 16px;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 28px;
  }
}
