﻿
.p-main-guideline {
  border-bottom-style: solid;
  border-bottom-width: 0.2rem;
  border-bottom-color: #d9d9d9;
}
.p-quaternary-heading {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width:48em) {
  .p-quaternary-heading {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.p-quinary-heading {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width:48em) {
  .p-quinary-heading {
    font-size: 1.5rem;
  }
}
.p-text {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (max-width:48em) {
  .p-text {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.p-text.is-align-center {
  text-align: center;
}
.p-text.is-align-right {
  text-align: right;
}
@media (min-width:48em) {
  .p-text.is-indent-level-1 {
    padding-left: 2em;
  }
}
.p-box {
  padding: 4rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9d9d9;
}
@media (max-width:48em) {
  .p-box {
    padding: 3rem;
  }
}
.p-notes {
  margin-top: 2rem;
}
.p-notes__item {
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.p-notes__item::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  margin-left: 0rem;
  width: 1em;
}
.p-ordered {
  counter-reset: list;
}
@media (max-width:48em) {
  .p-ordered {
    padding: 1.2rem;
    font-size: 1.7rem;
  }
}
.p-ordered__item {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding-left: 4rem;
  font-size: 1.6rem;
  color: var(--c-text-dark);
}
@media (max-width:48em) {
  .p-ordered__item {
    font-size: 1.7rem;
  }
}
.p-ordered__item::before {
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 2.4rem;
  text-align: right;
}
.p-table {
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9d9d9;
}
@media (min-width:48em) {
  .p-table__col.is-header-col {
    width: 16%;
  }
}
@media (max-width:48em) {
  .p-table__col.is-header-col {
    width: 18%;
  }
}
@media (min-width:48em) {
  .p-table__col.is-wide-header-col {
    width: 35%;
  }
}
@media (max-width:48em) {
  .p-table__col.is-wide-header-col {
    width: 35%;
  }
}
@media (min-width:48em) {
  .p-table__col.is-content-col1 {
    width: 22%;
  }
}
@media (min-width:48em) {
  .p-table__col.is-content-col2 {
    width: 50%;
  }
}
@media (max-width:48em) {
  .p-table__col.is-content-col2 {
    width: 30%;
  }
}
.p-table__thead-tr-th, .p-table__thead-tr-td, .p-table__tbody-tr-th, .p-table__tbody-tr-td {
  padding: 2rem;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9d9d9;
  vertical-align: middle;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
@media (max-width:48em) {
  .p-table__thead-tr-th, .p-table__thead-tr-td, .p-table__tbody-tr-th, .p-table__tbody-tr-td {
    padding: 1.2rem 0.8rem;
    font-size: 1.5rem;
  }
}
.p-table__thead-tr-th.is-align-center, .p-table__thead-tr-td.is-align-center, .p-table__tbody-tr-th.is-align-center, .p-table__tbody-tr-td.is-align-center {
  text-align: center;
}
.p-table__thead-tr-th {
  background-color: #f2f2f2;
  font-weight: 700;
}
.p-table__tbody-tr-th {
  background-color: #fcfcfc;
  font-weight: 700;
}
.p-table.has-header-column-align-left .p-table__tbody-tr-th {
  text-align: left;
}
.p-table__tbody-tr-td {
  background-color: #ffffff;
}
.p-message {
  padding: 3rem 4.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 3rem;
  border-radius: 0.5rem;
  background-color: #F2F2F2;
}
@media (max-width:48em) {
  .p-message {
    padding: 2rem 1.5rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.p-message__primary {
  margin-top: 4rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width:48em) {
  .p-message__primary {
    font-size: 2.8rem;
  }
}
.p-message.has-wide-contents {
  padding: 4rem 2rem;
}
@media (max-width:48em) {
  .p-message.has-wide-contents {
    padding: 4rem 1.5rem;
  }
}
.p-button {
  padding: 4rem 0rem;
}
@media (max-width:48em) {
  .p-button {
    padding: 3rem 0rem;
  }
}
.p-button__button {
  display: block;
  position: relative;
  width: fit-content;
  padding: 2rem 3rem;
  padding-right: 5.2rem;
  margin: auto;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #E8B1B5;
  border-radius: 0.5rem;
  word-break: keep-all;
}
.p-button__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  margin-right: 2.4rem;
  width: 2rem;
  height: 2rem;
  background-image: url("https://www.hokugin.co.jp/guideline/financial_transaction/images/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-button__button.is-pdf::after {
  background-image: url("../image/icon_pdf.svg");
}
.p-button__button.is-link-external::after {
  background-image: url("../image/icon_window.svg");
}
.p-buttons {
  padding: 4rem 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1rem 4rem;
}
@media (max-width:48em) {
  .p-buttons {
    padding: 3rem 0rem;
  }
}
.p-buttons__button {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 40rem;
  padding: 2rem 3rem;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #E8B1B5;
  border-radius: 0.5rem;
  text-align: center;
  word-break: keep-all;
}
.p-buttons__button::after {
  content: "";
  display: inline-block;
  margin-left: 0.2em;
  width: 2rem;
  height: 2rem;
  background-image: url("https://www.hokugin.co.jp/guideline/financial_transaction/images/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: -0.25em;
}
.p-buttons__button.is-pdf::after {
  background-image: url("../image/icon_pdf.svg");
}
.p-buttons__button.is-link-external::after {
  background-image: url("https://www.hokugin.co.jp/guideline/financial_transaction/css/common/images/icon_window.svg");
}
.p-contact {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding: 3rem 2rem;
  max-width: 100rem;
  width: 100%;
  background-color: #FFF0F0;
  border-radius: 0.5rem;
  text-align: center;
  color: var(--c-text-dark);
}
.p-contact__heading {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media (max-width:48em) {
  .p-contact__heading {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}
.p-contact__title {
  margin-bottom: 1rem;
  text-align: left;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media (max-width:48em) {
  .p-contact__title {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}
.p-contact__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 2rem 4rem;
}
.p-contact__columns-column {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
@media (min-width:48em) {
  .p-contact__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.8rem 2rem;
  }
}
.p-contact__tel-item {
  font-size: 4.4rem;
  line-height: 6.6rem;
  color: var(--c-primary);
  font-family: Thasadith, sans-serif;
}
@media (max-width:48em) {
  .p-contact__tel-item {
    font-size: 3.7rem;
    line-height: 5.6rem;
  }
}
.p-contact__tel-item-icon {
  display: inline-block;
  width: auto;
  height: 0.8em;
  vertical-align: 0em;
}
.p-contact__tel-item-suffix {
  font-size: 2rem;
  color: var(--c-text-dark);
}
@media (max-width:48em) {
  .p-contact__tel-item-suffix {
    font-size: 1.9rem;
  }
}
.p-contact__tel-text {
  font-size: 1.6rem;
}
.p-contact__desc {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width:48em) {
  .p-contact__desc {
    font-size: 1.5rem;
  }
}
.p-contact__lead {
  margin-top: 1rem;
  font-size: 1.6rem;
  word-break: keep-all;
}
.p-contact__text {
  margin-top: 1rem;
  font-size: 1.4rem;
  word-break: keep-all;
}
.p-contact__links {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  grid-gap: 0.8rem 4rem;
}
.p-contact__links-item-link {
  display: block;
  position: relative;
  padding-bottom: 1.2rem;
  padding-left: 1.5em;
  border-bottom-style: dotted;
  border-bottom-width: 0.1rem;
  border-bottom-color: #DFDFDF;
  text-align: left;
  font-size: 1.6rem;
  text-decoration-line: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.p-contact__links-item-link:hover {
  color: var(--c-primary);
}
.p-contact__links-item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../image/icon_chevron_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-contact__annotation {
  display: block;
  position: relative;
  padding-left: 1.5em;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
@media (max-width:48em) {
  .p-contact__annotation {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
.p-contact__annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.p-annotation {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.6rem 1fr;
  grid-template-columns: 3.6rem 1fr;
  grid-gap: 0.4rem 0rem;
}
.p-defs {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0.4rem 0rem;
  font-size: 1.2rem;
}
@media (min-width:48em) {
  .p-guide-items {
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
    grid-gap: 1rem 5rem;
  }
}
@media (max-width:48em) {
  .p-guide-items {
    padding: 0rem;
  }
}
.p-guide-items-item {
  border-bottom-style: dotted;
  border-bottom-width: 0.1rem;
  border-bottom-color: #DFDFDF;
}
.p-guide-items-item-link {
  display: block;
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
  text-decoration-line: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.p-guide-items-item-link:hover {
  color: var(--c-primary);
}
.p-guide-items-item-link.is-link-internal, .p-guide-items-item-link.is-link-external, .p-guide-items-item-link.is-anchor-link {
  position: relative;
  padding-left: 1.5em;
  text-decoration-line: underline;
}
.p-guide-items-item-link.is-link-internal::before, .p-guide-items-item-link.is-link-external::before, .p-guide-items-item-link.is-anchor-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0rem;
  width: 2rem;
  height: 1rem;
}
.p-guide-items-item-link.is-link-internal::before, .p-guide-items-item-link.is-link-external::before {
  background-image: url("../image/icon_chevron_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-guide-items-item-link.is-anchor-link::before {
  background-image: url("../image/icon_chevron_down.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-guide-items-item-link.is-link-external::after, .p-guide-items-item-link.is-link-pdf::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.2em;
}
.p-guide-items-item-link.is-link-pdf::after {
  background-image: url("../image/icon_pdf.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-guide-items-item-link.is-link-external::after {
  background-image: url("../image/icon_window.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width:48em) {
  .p-guide-items-item-link {
    font-size: 1.5rem;
  }
}
.p-rtf-annotation {
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin: 0.5em 0rem;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
@media (max-width:48em) {
  .p-rtf-annotation {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
.p-rtf-annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.p-rtf-ul {
  margin: 1.6rem 0rem;
}
.p-rtf-ul__li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
.p-rtf-ul__li::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0.6em;
  left: 0rem;
  border-radius: 50%;
  background-color: var(--c-primary);
}
.p-rtf-dl {
  margin: 1.6rem 0rem;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0rem 0.8rem;
}
.p-rtf-title {
  margin-bottom: 1em;
  font-weight: 700;
}
.p-rtf-link {
  text-decoration-line: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.p-rtf-link:hover {
  color: var(--c-primary);
}
.p-rtf-em {
  color: var(--c-primary);
}
.p-rtf-image {
  display: inline-block;
  width: auto;
  height: 1.25em;
  margin: 0rem 0.1em;
  vertical-align: -0.2em;
}
.p-rtf-link {
  text-decoration-line: underline;
}
.l-buttons {
  max-width: 90rem;
  width: auto;
  margin: 4rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 2rem;
}
.l-buttons__column {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40rem;
}
.c-button-link--wide {
  width: 100%;
  justify-items: center;
}
.c-button-link--wide .c-button-link__text {
  text-align: center;
}
.c-button-link--bared {
  border-style: none;
}
.c-button-link--center {
  min-width: 24rem;
}
.c-button-link--center .c-button-link__text {
  text-align: center;
}
.c-button-link__icon--arrow, .c-button-link__icon--window {
  width: 1.5rem;
}
.c-contact__mailto {
  display: block;
  position: relative;
  padding-left: 3rem;
  text-decoration-line: underline;
}
.c-contact__mailto::before {
  content: "";
  padding: b;
  position: absolute;
  top: 0.5rem;
  left: 0rem;
  width: 2.3rem;
  height: 1.5rem;
  background-image: url("../image/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width:480px) {
  .c-contact__btns .c-contact__btn:only-child {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 26rem;
  }
}
.u-mxw-750 {
  max-width: 75rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=./style.css.map */