.commonTopTitleArea .gridArea .headTitleArea h1 {
  font-size: clamp(30px, 2.6vw, 36px);
}

.commonTopTitleAreaSimple h1 {
  letter-spacing: 0.23em;
}

h2 {
  font-size: clamp(26px, 1.9vw, 30px);
  color: #001A72;
  font-weight: bold;
  padding-bottom: 40px;
}

p {
  font-size: clamp(15px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 2.375;
}

.secCharter .charterTitleWrap h2 {
  text-align: center;
  letter-spacing: 0.12em;
}
.secCharter .charterTitleWrap h2 + p {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.7;
}
.secCharter .pdfTitleWrap h2 + p {
  text-align: center;
  margin-bottom: 34px;
}
.secCharter .innerWrap {
  display: grid;
  gap: 30px;
}
.secCharter .innerWrap h3 {
  color: #001A72;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  padding-bottom: 10px;
}
.secCharter .innerWrap .txArea {
  display: grid;
  gap: 8px;
  background: #CFE9FF;
  padding: 20px 30px;
}
.secCharter .innerWrap .txArea p {
  color: #001A72;
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 500;
  line-height: 2;
  text-indent: -2em;
  padding-left: 2em;
}
.secCharter .pdfWrap {
  display: grid;
  gap: 15px;
  justify-content: right;
}
.secCharter .pdfWrap a {
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  color: #001A72;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .secCharter .charterTitleWrap h2 + p {
    margin-bottom: 50px;
  }
  h2 {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .secCharter .innerWrap {
    gap: 25px;
  }
  .secCharter .innerWrap h3 {
    padding-bottom: 8px;
  }
  .secCharter .innerWrap .txArea {
    padding: 15px;
  }
  p {
    line-height: 2;
  }
  .secCharter .pdfTitleWrap h2 + p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .secCharter .pdfTitleWrap h2 + p {
    letter-spacing: 0;
  }
}
.nameWrap {
  margin-top: 30px;
  justify-content: right;
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.nameWrap .day {
  font-size: clamp(15px, 1.1vw, 16px);
  font-weight: bold;
}
.nameWrap .name {
  font-size: clamp(18px, 1.57vw, 20px);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .nameWrap {
    margin-top: 15px;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
  }
}/*# sourceMappingURL=style.css.map */