@charset "UTF-8";
.f-theme-basic__wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 3rem;
  padding: 1rem 2rem;
}
@media (max-width: 575px) {
  .f-theme-basic__wrapper {
    padding: 1rem;
  }
}
.f-theme-basic__content {
  margin-bottom: 5rem;
}
.f-theme-basic__content:last-child {
  margin-bottom: 0;
}
.f-theme-basic__indent {
  text-indent: 1rem;
}
.f-theme-basic__signature {
  text-align: end;
}
.f-theme-basic__signature-name {
  font-size: 1.2rem;
}
.f-theme-basic__title-sub {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 2rem 0 0.5rem;
}
@media (max-width: 575px) {
  .f-theme-basic__title-sub {
    font-size: 1rem;
  }
}
.f-theme-basic__contact {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 2rem;
  width: 100%;
  max-width: 450px;
  justify-self: center;
}
.f-theme-basic--text-left {
  text-align: end;
}
.f-theme-basic--text-mb {
  margin-bottom: 1rem;
}
.f-theme-basic--text-mb-last {
  margin-bottom: 3rem;
}
.f-theme-basic {
  /* 資料リンク一覧（PDF）　日付 */
}
.f-theme-basic__head {
  display: flex;
  justify-content: center;
}
.f-theme-basic__date {
  color: #8ad58a;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=theme-basic.css.map */
