.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%;
  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: -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: -moz-max-content;
  width: max-content;
}

.updateDate {
  margin: 0;
  padding: 0;
  list-style-type: none;
  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);
}

.aform {
  position: relative;
}
@media screen and (min-width: 768px) {
  .aform {
    padding: 48px 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .aform {
    margin-left: -3.9800995025vw;
    margin-right: -3.9800995025vw;
    padding: 40px 24px 0;
  }
}
.aform::after {
  content: "";
  display: block;
  background-color: var(--color-orange-100);
  position: absolute;
  top: 0;
  height: calc(100% - 90px);
  width: 100%;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 768px) {
  .aform::after {
    border-radius: 8px;
  }
}
.aform .aform-header {
  display: none;
}
.aform .aform-label {
  font-weight: 600;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-bottom: 8px;
}
.aform .aform-label .aform-required {
  font-size: calc(12rem / 10);
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: normal;
  color: var(--color-white);
  background-color: var(--color-orange-300);
  padding: 3px;
  border-radius: 4px;
}
.aform .aform-input {
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--color-gray-300);
  padding: 0;
  margin: 0;
  min-height: 48px;
  padding-inline: 16px 24px;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-gray-500);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.aform .aform-input.parts-5 {
  width: 240px;
  position: relative;
}
.aform .aform-input.parts-8 {
  width: 120px;
}
.aform .aform-input-example {
  color: var(--color-gray-500);
  font-size: calc(13rem / 10);
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.aform dl:not(:first-of-type) {
  margin-top: 24px;
}
.aform dl.dl_parts-5 dd {
  position: relative;
}
.aform dl.dl_parts-5 dd::after {
  content: "";
  display: block;
  position: absolute;
  left: 200px;
  top: 50%;
  width: 14px;
  height: 8px;
  background-image: 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 1L7.375 7L13 1" stroke="%230666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 0;
}
.aform .aform-textarea {
  padding-block: 16px;
}
.aform .aform-button-area {
  margin-inline: auto;
  text-align: center;
  margin-top: 80px;
}
.aform .aform-button-area input[type=submit] {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-orange-300);
  text-decoration: none;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 56px;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .aform .aform-button-area input[type=submit] {
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .aform .aform-button-area input[type=submit] {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.aform .aform-button-area input[type=submit]:hover {
  background-color: var(--color-orange-300);
  color: var(--color-white);
  border: 1px solid var(--color-orange-300);
}
.aform .aform-error {
  color: var(--color-red);
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.aform {
  margin: 24px 0;
}
.aform::after {
  background-color: var(--color-gray-100);
}
.aform .aform-button-area input[type=submit] {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-blueGreen-300);
}
.aform .aform-button-area input[type=submit]:hover {
  background-color: var(--color-blueGreen-300);
  color: var(--color-white);
  border: 1px solid var(--color-blueGreen-300);
}/*# sourceMappingURL=index.css.map */