@charset "UTF-8";
.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);
}

/* Safari 数字にリンク付与無効 */
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.charityHero__logo img {
  display: block;
  margin: 24px auto;
}
.charityHero__mv {
  margin-top: 16px;
}
.charityHero__head {
  margin-top: 16px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.charityHero__head small {
  font-size: 20px;
}
.charityHero__body .paragraph {
  margin-top: 24px;
}
.charityHero__body .title {
  font-size: 18px;
}

/* 支援が必要な理由 */
.charityReason {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .charityReason {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .charityReason__txt {
    width: 65%;
  }
  .charityReason__img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .charityReason__txt {
    width: 100%;
    order: 2;
  }
  .charityReason__img {
    width: 100%;
    order: 1;
  }
}

/* 寄付の使い道 */
.charityUse {
  background-color: var(--color-yellow-100);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .charityUse {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .charityUse {
    padding: 16px;
  }
}
.charityUse__head {
  font-weight: 600;
  font-size: calc(22rem / 10);
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  color: var(--color-pink-300);
}
.charityUse__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .charityUse__list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .charityUse__list {
    gap: 8px;
  }
}
.charityUse__item {
  padding: 16px;
  background-color: var(--color-white);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .charityUse__item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .charityUse__item {
    width: 100%;
  }
}
.charityUse__item .title {
  padding-bottom: 4px;
  font-weight: 600;
  font-size: calc(22rem / 10);
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  color: var(--color-pink-300);
  border-bottom: 1px solid var(--color-pink-300);
  line-height: 0.8;
}
.charityUse__item .title small {
  font-weight: 600;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.charityUse__item .txt {
  margin-top: 10px;
  line-height: 1.5;
}

/* 事務局連絡先 */
.infoGeneralSect .ctaArea .txt {
  margin-top: 8px;
}/*# sourceMappingURL=index.css.map */