.archi-bnr{
  max-width: 976px;
  margin: 0 auto;
  
}
.catalog__img{
  justify-content: center;
}
.mt-120{
  margin-top: 120px;
}
@media screen and (max-width: 47.99em) {
  .mt-120{
    margin-top: 60px;
  }
}
.l-section--small{
  max-width: 550px;
  margin: 0 auto;
}
.l-section--mid{
  max-width: 826px;
  margin: 0 auto;
}
.u-lh-150{
  line-height: 150%;
}
.p-table_no-border{
  border: none !important;
}
.p-table_img{
  width: 50%;
}
@media screen and (max-width: 47.99em) {
  .p-table_img{
    width: 80%;
  }
}
.c-agree {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-agree__control {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.btn__link:disabled,
.btn__link.is-disabled {
  background-color: #BCBCBC !important;
  border-color: #BCBCBC !important;
  color: #333333 !important;
  cursor: default;
}

.btn__link:disabled:hover,
.btn__link.is-disabled:hover {
  opacity: 1 !important;
  background-color: #BCBCBC !important;
  border-color: #333333 !important;
  color: #333333 !important;
}

.btn__link--catalog-dark.is-disabled,
.btn__link--catalog-dark:disabled {
  background-image: url(/jp/common/v4/img/icon-blank.svg), url(/jp/common/v4/img/icon-catalog.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(100% - 16px) calc(50% - 1px), 20px 50%;
  background-size: 22px auto, 22px auto;
}

/*.btn__link--catalog-dark {
  background-image: url(/jp/common/v4/img/icon-catalog-wh.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 20px 50% !important;
  background-size: 22px auto !important;
} */

.p-note-list--start-4 {
  counter-reset: note-list-counter 3;
}

.c-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.c-modal.is-open {
  display: flex;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.c-modal__content {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 640px;
  background: #fff;
  padding: 32px 24px 40px;
  border-radius: 8px;
}

.c-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.is-modal-open {
  overflow: hidden;
}
.p-faq__summary.jc-center{
  justify-content: center;
}
.p-faq__contents.no-icon{
  padding: 20px 0 ;
}

/* ul.p-list {
  display: grid;
  row-gap: 16px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

ul.p-list li{
  list-style: none;
  padding-left: 0;
} */
