/* =============================================================
    Page
============================================================= */
/* guide
------------------------------------------------------------- */
.p-page-guide .p-guide-title-heading4 {
  font-weight: bold;
  margin-bottom: .2em;
}
.p-page-guide .static-table{
  margin-top: 1em;
  font-size: 90%;
}
.p-page-guide .static-table .static-table__colgroup .static-table__col{
  width: 25%;
}
.p-page-guide .static-table .static-table__colgroup .static-table__col--wide{
  width: 50%;
}
.p-page-guide .static-table .static-table__header .static-table__row{
  border-bottom: 1px solid #575757;
}
.p-page-guide .static-table .static-table__body .static-table__row{
  border-bottom: 1px solid var(--color-gray);
}
.p-page-guide .static-table .static-table__body .static-table__row:last-child{
  border-bottom: none;
}
.p-page-guide .static-table .static-table__title,
.p-page-guide .static-table .static-table__data{
  padding: 1em .4em;
  text-align: center;
}
.p-page-guide .static-table .static-table__row .static-table__data:nth-child(2){
  text-align: left;
}
.p-page-guide .p-guide-img-box{
  width: 100%;
  margin-top: .5em;
  margin-bottom: 2em;
}

/* .p-page-guide .js-accordionTrigger[data-activeAccordion=active] + div{
  max-height: initial;
} */

.p-page-guide .js-accordionContent{
  font-family: var(--ff-noto-sans), sans-serif;
}

.p-page-guide .is-pc{
  display: block;
}
.p-page-guide .is-pc-dib{
  display: inline-block;
}

.p-page-guide .is-sp{
  display: none;
}
html{
  scroll-behavior: auto;
  scroll-padding-top: 7rem;
}
@media screen and (max-width: 991px) {
  .p-page-guide .js-accordionTrigger[data-activeAccordion=inactive] + div {
      max-height: unset;
      opacity: 1;
      visibility: unset;
  }

  .p-guide-section + .p-guide-section{
    margin-top: 1rem;
  }
  .p-guide-title{
    font-size: 1.5rem;
    font-weight: var(--fw-bold);
  }

}

@media screen and (max-width: 767px) {
  .p-page-guide .is-pc{
    display: none;
  }
  .p-page-guide .is-pc-dib{
    display: none;
  }

  .p-page-guide .is-sp{
    display: block;
  }
  
  .p-page-guide .p-guide-container {
    overflow-x: hidden;
  }

  .p-page-guide .static-table{
    font-size: 85%;
  }

  .p-page-guide .static-table .static-table__colgroup .static-table__col{
    width: 25%;
  }
  .p-page-guide .static-table .static-table__colgroup .static-table__col--wide{
    width: 50%;
  }

  .l-container.p-guideBody{
    padding-right: 0;
    padding-left: 0;
  }
}