.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: "Noto Sans", Arial, sans-serif;
  color: #fff;
  margin: 0;
}

.common_page_main .title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 10px 0 0;
  font-family: "Noto Sans", Arial, sans-serif;
}
.breadcrumb {
  margin-top: 30px;
  font-size: 12px;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans", Arial, sans-serif;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.common_page_wrap {
  padding: 80px 0 100px;
}
#page_contact .comment {
  padding: 40px 0;
  text-align: center;
  font-family: "Noto Sans", Arial, sans-serif;
}
#page_contact .comment .text {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0 0;
  font-family: "Noto Sans", Arial, sans-serif;
}

#page_contact .contact_info_area {
  text-align: center;
  padding: 32px 0 10px;
  font-family: "Noto Sans", Arial, sans-serif;
}

#page_contact .contact_info_area .index {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  background: #1f2952;
  width: 480px;
  margin: 0 auto;
  padding: 0.15em 70px;
  position: relative;
  font-family: "Noto Sans", Arial, sans-serif;
}

#page_contact .contact_info_area .index::before {
  top: 50%;
  left: -20px;
  translate: -100% -50%;
}

#page_contact .contact_info_area .index::after {
  top: 50%;
  right: -20px;
  translate: 100% -50%;
}

#page_contact .contact_info_area .tel a {
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #222;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  pointer-events: none;
  margin-top: 0.1em;
  font-family: "Noto Sans", Arial, sans-serif;
}

#page_contact .contact_info_area .tel a::before {
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #222;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  pointer-events: none;
  margin-top: 0.1em;
}

#page_contact .contact_info_area .time {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Noto Sans", Arial, sans-serif;
}

#page_contact .contact_info_area .text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 60px;
  font-family: "Noto Sans", Arial, sans-serif;
}

#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;
  font-family: "Noto Sans", Arial, sans-serif;
}
#page_contact th {
  width: 30%;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  font-family: "Noto Sans", Arial, sans-serif;
}
#page_contact th .tag {
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #bc0101;
  border-radius: 20px;
  font-family: "Noto Sans", Arial, sans-serif;
}
#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;
  font-family: "Noto Sans", Arial, sans-serif;
}
#page_contact textarea {
  min-height: 160px;
  resize: vertical;
  font-family: "Noto Sans", Arial, sans-serif;
}

.privacy_term_outer {
  position: relative;
  margin: 40px auto;
  padding: 30px;
  width: 90%;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-family: "Noto Sans", Arial, sans-serif;
}
.privacy_term_outer::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  background: #e0e0e0;
  font-family: "Noto Sans", Arial, sans-serif;
}
.privacy_term_inner {
  height: 220px;
  overflow-y: auto;
  font-family: "Noto Sans", Arial, sans-serif;
}
.privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 18px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.privacy_term_inner dt {
  font-weight: 600;
  margin-top: 12px;
  color: #1f2952;
  font-family: "Noto Sans", Arial, sans-serif;
}
.privacy_term_inner dd {
  font-size: 13px;
  margin-left: 0;
  font-family: "Noto Sans", Arial, sans-serif;
}

.privacy_check_list {
  margin: 20px 0;
  font-family: "Noto Sans", Arial, sans-serif;
}
.privacy_check_list label {
  font-size: 15px;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-family: "Noto Sans", Arial, sans-serif;
}
.privacy_check_list input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  font-family: "Noto Sans", Arial, sans-serif;
}
#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;
  font-family: "Noto Sans", Arial, sans-serif;
}
#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;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-download .prh-common-title .prh-en {
  font-size: 50px;
  line-height: 1.3;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-download .prh-common-title .prh-jp {
  font-size: 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-family: "Noto Sans", Arial, sans-serif;
}

.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 .sub_title {
    font-size: 50px;
  }
  .common_page_main .title {
    font-size: 40px;
  }

  .breadcrumb {
    margin-top: 30px;
    font-size: 18px;
    text-align: right;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-right: 40px;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }

  #page_contact .comment {
    padding: 40px 0;
    text-align: center;
  }
  #page_contact .comment .text {
    font-size: 22px;
    line-height: 1.6;
    margin: 20px 0 0;
  }

  #page_contact .contact_info_area .index {
    font-size: 28px;
    width: 520px;
    padding: 0.25em 80px;
  }
  #page_contact .contact_info_area .tel a {
    font-size: 68px;
  }
  #page_contact .contact_info_area .time {
    font-size: 22px;
  }
  #page_contact .contact_info_area .text {
    font-size: 20px;
  }

  .privacy_check_list label {
    font-size: 18px;
    position: relative;
    padding-left: 90px;
    cursor: pointer;
  }

  #page_contact table tr {
    padding: 20px 48px;
  }
  #page_contact th {
    font-size: 22px;
  }
  #page_contact input[type="text"],
  #page_contact input[type="email"],
  #page_contact input[type="tel"],
  #page_contact td textarea {
    font-size: 22px;
    padding: 16px;
  }
  #page_contact th .tag {
    font-size: 18px;
    padding: 3px 12px;
  }
  .privacy_term_outer {
    width: 90%;
    padding: 36px;
    font-size: 22px;
  }
  .privacy_term_inner {
    height: 260px;
    font-size: 22px;
  }
  #btn_wrap button {
    padding: 18px 48px;
    font-size: 20px;
  }

  .privacy_check_list input[type="checkbox"] {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 20px;
    height: 20px;
  }

  .prh-top-download {
    padding: 80px 0;
  }
  .prh-top-download .prh-common-title {
    gap: 24px;
  }
  .prh-top-download .prh-en {
    font-size: 64px;
  }
  .prh-top-download .prh-jp {
    font-size: 20px;
    gap: 32px 0;
  }
  .prh-top-download .prh-jp::after {
    width: 52px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .common_page_main .sub_title {
    font-size: 32px;
  }
  .common_page_main .title {
    font-size: 28px;
  }

  #page_contact .contact_info_area .index {
    font-size: 24px;
    width: 460px;
  }
  #page_contact .contact_info_area .tel a {
    font-size: 60px;
  }
  #page_contact .contact_info_area .time {
    font-size: 20px;
  }
  #page_contact .contact_info_area .text {
    font-size: 18px;
  }

  #page_contact th {
    width: 40%;
  }
  #page_contact td {
    width: 75%;
  }
  #page_contact table tr {
    padding: 18px 40px;
  }
  #page_contact td input,
  #page_contact td textarea {
    padding: 14px;
    font-size: 15px;
  }
  .privacy_term_outer {
    width: 90%;
  }

  .privacy_term_inner {
    height: 280px;
    font-size: 22px;
    width: 100%;
  }
  #btn_wrap button {
    padding: 18px 48px;
    font-size: 20px;
  }

  .privacy_check_list label {
    margin-left: 100px;
  }

  .privacy_check_list input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 20px;
    height: 20px;
  }

  .prh-top-download {
    padding: 64px 0;
  }
  .prh-top-download .prh-en {
    font-size: 56px;
  }
  .prh-top-download .prh-jp {
    font-size: 18px;
  }
  .prh-top-download .prh-jp::after {
    width: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common_page_main {
    padding: 120px 0 20px;
  }
  .common_page_main .sub_title {
    font-size: 35px;
  }
  .common_page_main .title {
    font-size: 28px;
  }

  .breadcrumb {
    margin-top: 30px;
    font-size: 16px;
    text-align: right;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-right: 80px;
  }
  .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }

  #page_contact .comment {
    padding: 40px 0;
    text-align: center;
  }
  #page_contact .comment .text {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0 0;
  }

  #page_contact .contact_info_area .index {
    font-size: 20px;
    width: 40%;
    padding: 0.3em 40px;
  }
  #page_contact .contact_info_area .tel a {
    font-size: 46px;
    flex-direction: column;
    gap: 8px;
  }
  #page_contact .contact_info_area .time {
    font-size: 18px;
  }
  #page_contact .contact_info_area .text {
    font-size: 16px;
    margin-top: 40px;
  }

  #page_contact table tr {
    flex-direction: row;
    padding: 16px 22px;
    gap: 8px 0;
  }
  #page_contact th,
  #page_contact td {
    width: 40%;
    padding: 8px 0;
  }
  #page_contact th {
    font-size: 18px;
  }
  #page_contact th .tag {
    font-size: 14px;
    padding: 10px 10px;
  }
  #page_contact input[type="text"],
  #page_contact input[type="email"],
  #page_contact input[type="tel"],
  #page_contact textarea {
    font-size: 18px;
    padding: 14px;
    width: 100%;
  }
  .privacy_term_outer {
    width: 85%;
    padding: 20px;
    margin: 0 30px;
  }
  .privacy_term_inner {
    height: 250px;
  }
  .privacy_check_list label {
    padding-left: 80px;
    font-size: 18px;
  }
  .privacy_check_list input[type="checkbox"] {
    width: 20px;
    height: 20px;
    top: 0px;
    margin-left: 40px;
  }
  #btn_wrap button {
    width: 30%;
    padding: 14px;
  }
  .prh-top-download {
    padding: 56px 0;
  }
  .prh-top-download .prh-en {
    font-size: 44px;
  }
  .prh-top-download .prh-jp {
    font-size: 16px;
    gap: 24px 0;
  }
  .prh-top-download .prh-jp::after {
    width: 36px;
  }
}

@media screen and (max-width: 767px) {
  .common_page_main {
    padding: 60px 0 20px;
    background-position: center top;
  }
  .common_page_main .sub_title {
    font-size: 22px;
    margin-top: 50px;
  }
  .common_page_main .title {
    font-size: 18px;
  }
  .breadcrumb {
    text-align: end;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 10px;
  }
  #page_contact .comment {
    padding: 40px 0;
    text-align: center;
  }
  #page_contact .comment .text {
    font-size: 18px;
    line-height: 1.4;
    margin: 20px 20px;
  }

  #page_contact .contact_info_area .index {
    font-size: 16px;
    width: 50%;
    padding: 0.4em 20px;
  }
  #page_contact .contact_info_area .tel a {
    font-size: 32px;
    flex-direction: column;
    gap: 6px;
  }
  #page_contact .contact_info_area .time {
    font-size: 16px;
  }
  #page_contact .contact_info_area .text {
    font-size: 15px;
    margin-top: 30px;
  }

  #page_contact table tr {
    flex-direction: column;
    padding: 12px 14px;
    gap: 10px 0;
  }
  #page_contact th,
  #page_contact td {
    width: 100%;
    padding: 6px 0;
  }
  #page_contact th {
    font-size: 16px;
    text-align: center;
  }
  #page_contact th .tag {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 16px;
  }
  #page_contact input[type="text"],
  #page_contact input[type="email"],
  #page_contact input[type="tel"],
  #page_contact textarea {
    font-size: 14px;
    padding: 20px;
    width: 80%;
    margin-left: 20px;
  }
  #page_contact textarea {
    min-height: 150px;
  }
  .privacy_term_outer {
    width: 80%;
    padding: 18px;
  }
  .privacy_term_outer::before {
    right: 2%;
    height: 60%;
  }
  .privacy_term_inner {
    height: 200px;
  }
  .privacy_check_list label {
    padding-left: 50px;
    font-size: 12px;
  }
  .privacy_check_list input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    transform: translateY(-5px);
  }

  .privacy_check_list label .mwform-checkbox-field-text {
    font-size: 12px;
    padding-right: 10px;
  }
  #btn_wrap button {
    width: 50%;
    font-size: 16px;
    padding: 14px;
  }
  .prh-top-download {
    padding: 40px 0;
  }
  .prh-top-download .prh-common-title {
    padding: 0 16px;
  }
.prh-top-download .prh-common-title .prh-en {
    font-size: 18px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 16px;
    gap: 16px;
  }
  .prh-top-download .prh-jp::after {
    width: 28px;
  }
  .prh-top-download::before {
    background-position: center;
  }
}
