@charset "UTF-8";
.infoLocalNav {
  border: 1px solid var(--color-gray-300);
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.infoLocalNav__list {
  margin: 0;
  list-style-type: none;
  display: flex;
}
@media screen and (min-width: 768px) {
  .infoLocalNav__list {
    padding: 8px 24px 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .infoLocalNav__list {
    padding: 0 16px 16px;
    flex-wrap: wrap;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.infoLocalNav__item {
  border-bottom: 1px solid var(--color-blueGreen-300);
}
@media screen and (max-width: 767px) {
  .infoLocalNav__item {
    width: calc(50% - 9px);
  }
}
.infoLocalNav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  height: 100%;
  text-decoration: none;
  color: var(--color-black);
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .infoLocalNav__link {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .infoLocalNav__link {
    font-weight: 600;
    font-size: calc(14rem / 10);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    padding-right: 16px;
  }
}
.infoLocalNav__link[target=_blank]::after {
  display: none;
}
.infoLocalNav__link .svgIcon {
  stroke: var(--color-blueGreen-300);
  transition: all 0.3s 0.1s ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.infoLocalNav__link:hover {
  opacity: 0.7;
}
.infoLocalNav__link:hover .svgIcon {
  transform: translate(5px, -50%);
}

@media screen and (min-width: 768px) {
  .infoGeneralSect {
    scroll-margin-top: 165px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect {
    scroll-margin-top: 128px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect[data-section-lv="1"] .infoGeneralSect__head {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect[data-section-lv="1"] .infoGeneralSect__head {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect[data-section-lv="1"] .infoGeneralSect__body {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect[data-section-lv="1"] .infoGeneralSect__body {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect[data-section-lv="2"] .infoGeneralSect__head {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect[data-section-lv="2"] .infoGeneralSect__head {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect[data-section-lv="2"] .infoGeneralSect__body {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect[data-section-lv="2"] .infoGeneralSect__body {
    margin-top: 24px;
  }
}
.infoGeneralSect[data-section-lv="2"] .infoGeneralSect__body .backPageTop {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect[data-section-lv="3"] .infoGeneralSect__head {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect[data-section-lv="3"] .infoGeneralSect__head {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect[data-section-lv="4"] .infoGeneralSect__head {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect[data-section-lv="4"] .infoGeneralSect__head {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect[data-section-lv="4"] .infoGeneralSect__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect[data-section-lv="4"] .infoGeneralSect__body {
    margin-top: 10px;
  }
}
.infoGeneralSect .revisionHistory {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect .revisionHistory {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect .revisionHistory {
    margin-bottom: 20px;
  }
}
.infoGeneralSect .heading {
  word-wrap: break-word;
}
.infoGeneralSect .heading .small {
  display: block;
  font-size: 0.95em;
}
.infoGeneralSect h1.heading {
  border-bottom: 2px solid var(--color-blueGreen-300);
  margin-inline: auto;
  padding-bottom: 18px;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  font-size: calc(32rem / 10);
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
.infoGeneralSect h2.heading {
  background-color: var(--color-gray-100);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect h2.heading {
    font-weight: 600;
    font-size: calc(22rem / 10);
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect h2.heading {
    font-weight: 600;
    font-size: calc(20rem / 10);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.infoGeneralSect h3.heading {
  font-weight: 600;
  font-size: calc(18rem / 10);
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  border-left: 6px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  padding: 8px 10px;
}
.infoGeneralSect h4.heading {
  font-weight: 600;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.infoGeneralSect .txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.infoGeneralSect .txt--indent {
  text-indent: 1em;
}
.infoGeneralSect .txt--indent .txtLink[target=_blank]::after {
  text-indent: 0;
}
.infoGeneralSect .txt--center {
  text-align: center;
}
.infoGeneralSect .txt--right {
  text-align: right;
}
.infoGeneralSect .txt--leaveLine {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect .txt + .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect .txt + .txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect .txt + .infoGeneralTable {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect .txt + .infoGeneralTable {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralSect .txt + .orderList {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect .txt + .orderList {
    margin-top: 10px;
  }
}
.infoGeneralSect .photo__image {
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect .infoGeneralTable + .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect .infoGeneralTable + .txt {
    margin-top: 10px;
  }
}
.infoGeneralSect .txtLink {
  word-break: break-all;
  color: inherit;
  transition: opacity 0.3s ease;
}
.infoGeneralSect .txtLink:hover {
  opacity: 0.7;
}
.infoGeneralSect .bulletList__item {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.infoGeneralSect .referenceList {
  list-style-type: "※";
}
.infoGeneralSect .referenceList__item {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.infoGeneralSect .orderList__item {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.infoGeneralSect .orderList--pattern2 {
  list-style-type: none;
  position: relative;
}
.infoGeneralSect .orderList--pattern2 li::before {
  content: "(" counter(list-item) ")";
  position: absolute;
  left: 0.5em;
}
.infoGeneralSect .horizontalLayout {
  display: flex;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect .horizontalLayout {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect .horizontalLayout {
    flex-direction: column;
  }
}
.infoGeneralSect .ctaArea {
  border: 1px solid var(--color-gray-300);
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .infoGeneralSect .ctaArea {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralSect .ctaArea {
    margin-top: 30px;
  }
}
.infoGeneralSect .ctaArea__ttl {
  font-weight: 600;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.infoGeneralSect .ctaArea .txt {
  margin: 0;
}

.revisionHistory {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.revisionHistory__item {
  text-align: left;
  font-size: calc(14rem / 10);
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}

.infoGeneralTable {
  border-collapse: collapse;
  width: 100%;
}
.infoGeneralTable__row {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infoGeneralTable__row {
    border-top: 1px solid var(--color-gray-300);
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralTable__row {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .infoGeneralTable__row:last-child {
    border-bottom: 1px solid var(--color-gray-300);
  }
}
.infoGeneralTable__head {
  text-align: left;
  background: var(--color-gray-100);
}
@media screen and (min-width: 768px) {
  .infoGeneralTable__head {
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
    padding: 16px;
    width: 28.5714285714%;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralTable__head {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 8px 12px;
    width: 100%;
  }
}
.infoGeneralTable__head + .infoGeneralTable__head {
  width: auto;
}
.infoGeneralTable__conts {
  background-color: var(--color-white);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .infoGeneralTable__conts {
    padding: 16px 0 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralTable__conts {
    padding: 8px 12px;
    width: 100%;
  }
}
.infoGeneralTable__conts .photo {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .infoGeneralTable__conts .photo {
    margin-left: 1.6rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .infoGeneralTable__conts .photo {
    display: none;
  }
}
.infoGeneralTable__conts:has(.address) {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.infoGeneralTable__conts:has(.address) .address {
  margin-bottom: 8px;
}
.infoGeneralTable__caption {
  caption-side: bottom;
  text-align: right;
  padding-top: 10px;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.infoGeneralTable + .infoGeneralTable {
  margin-top: 40px;
}

.tableOfIndex {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.tableOfIndex__link {
  text-decoration: none;
  color: var(--color-black);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 600;
  font-size: calc(18rem / 10);
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
}
.tableOfIndex__link::before {
  content: url('data:image/svg+xml;utf8,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.999999 0.999999L8.5 9L16 1" stroke="%2329B19D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
}
.tableOfIndex__link:hover {
  opacity: 0.7;
}

.backPageTopSect {
  display: flex;
  justify-content: right;
}

.backPageTop {
  font-weight: 600;
  font-size: calc(12rem / 10);
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: var(--color-blueGreen-300);
  text-decoration: none;
  border-bottom: 1px solid var(--color-blueGreen-300);
  display: flex;
  align-items: center;
  justify-self: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: opacity 0.3s ease;
}
.backPageTop::before {
  content: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 7L7.375 1L13 7" stroke="%2329B19D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
}
.backPageTop:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .bread-crumb {
    max-width: 1104px;
    margin-inline: auto;
    padding: 17px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    padding: 12px 3.9800995025vw;
  }
}

.info-contents {
  display: grid;
}
@media screen and (min-width: 768px) {
  .info-contents {
    grid-template-columns: minmax(0, 1fr) 308px;
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
    -moz-column-gap: 48px;
         column-gap: 48px;
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 767px) {
  .info-contents {
    grid-template-columns: 1fr;
    padding: 0 3.9800995025vw;
    margin-bottom: 92px;
  }
}

@media screen and (max-width: 767px) {
  .info-localNav {
    margin-top: 56px;
  }
}/*# sourceMappingURL=common.css.map */