@charset "UTF-8";
.p-topicsPost__date {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #626262;
}
._en .p-topicsPost__date {
  gap: 14px;
}
.p-topicsPost__date::after {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  height: 26px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  background: #001e46;
  border-radius: 5px;
}
._general.p-topicsPost__date::after {
  content: "総合案内";
}
._ag.p-topicsPost__date::after {
  content: "アートギャラリー";
  background-color: #e46a00;
}
._concert.p-topicsPost__date::after {
  content: "コンサート";
  background-color: #0c3b2c;
}
._takemitsu.p-topicsPost__date::after {
  content: "武満徹作曲賞";
  background-color: #0c3b2c;
}
._en ._general.p-topicsPost__date::after {
  content: "General Info";
}
._en ._ag.p-topicsPost__date::after {
  content: "Art Gallery";
}
._en ._concert.p-topicsPost__date::after {
  content: "Concert";
}
._en ._takemitsu.p-topicsPost__date::after {
  content: "Award";
}
.p-topicsPost__title {
  padding-bottom: 8px;
  margin-top: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4545454545;
  border-bottom: 1px solid #707070;
}
.p-topicsPost__body {
  margin-top: 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.p-topicsPost__body > p:not(:first-child) {
  margin-top: 32px;
}
.p-topicsPost__body ul:not(:first-child) {
  margin-top: 32px;
}
.p-topicsPost__section {
  padding-top: 34px;
  margin-top: 34px;
  line-height: 2;
  border-top: 1px solid #707070;
}