.categorySect {
  container-type: inline-size;
}
.categorySect__inner {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .categorySect__inner {
    max-width: 848px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__inner {
    padding: 0 3.9800995025vw;
  }
}
.categorySect__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .categorySect__head {
    box-sizing: content-box;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__head {
    padding-block: 28px;
  }
}
.categorySect__head:before {
  content: "";
  display: block;
  background-color: var(--color-gray-100);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100cqw;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .categorySect__body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__body {
    padding-bottom: 40px;
  }
}
.categorySect__body .updateDate {
  margin-top: 24px;
}

.importantSect__head {
  margin-top: 24px;
}
.importantSect__head .heading {
  word-wrap: break-word;
  border-bottom: 2px solid var(--color-black);
  margin-inline: auto;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: calc(22rem / 10);
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .importantSect__head .heading {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.importantSect__body {
  margin-top: 48px;
}
.importantSect__body .txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.importantSect__body .txt--indent {
  text-indent: 1em;
}
.importantSect__body .txt--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .importantSect__body .txt + .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .importantSect__body .txt + .txt {
    margin-top: 10px;
  }
}
.importantSect__body .txtLink {
  color: inherit;
  transition: opacity 0.3s ease;
}
.importantSect__body .txtLink:hover {
  opacity: 0.7;
}
.importantSect__body .txtLink[href$=".pdf"]::after {
  content: url(/info/privacy/image/icon_pdf.png);
  width: 10px;
  height: auto;
}
.importantSect__body .generalButton {
  margin-top: 48px;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.updateDate {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.updateDate__item {
  font-size: calc(13rem / 10);
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  color: var(--color-gray-600);
}

@media screen and (min-width: 768px) {
  .shingikaiAbout {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shingikaiAbout {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .shingikaiAbout__item .infoGeneralSect .horizontalLayout {
    justify-content: left;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .shingikaiAbout__item .infoGeneralSect .horizontalLayout {
    justify-content: left;
    flex-direction: row;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .shingikaiAbout__item:first-of-type {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .shingikaiAbout__item:first-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .shingikaiAbout__item:last-of-type {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .shingikaiAbout__item:last-of-type {
    width: 100%;
  }
}

.shingikaiReport {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.shingikaiReport__wrap {
  margin-top: 40px;
  padding: 24px;
  background-color: #eee;
  border-radius: 8px;
  text-align: center;
}
.shingikaiReport::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: var(--color-gray-600);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.shingikaiReport select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 260px;
  padding: 0.6em calc(0.8em + 30px) 0.6em 1em;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: var(--color-gray-700);
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */