@charset "UTF-8";
.p-topicsPost__date {
  display: flex;
  gap: 5px;
  align-items: baseline;
  font-size: 14px;
  font-size: 0.875rem;
  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: 28px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  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: 32px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  border-bottom: 1px solid #707070;
}
.p-topicsPost__body {
  margin-top: 50px;
  line-height: 2;
}
.p-topicsPost__body > p:not(:first-child) {
  margin-top: 40px;
}
.p-topicsPost__body ul:not(:first-child) {
  margin-top: 40px;
}
.p-topicsPost__section {
  padding-top: 46px;
  margin-top: 46px;
  line-height: 2;
  border-top: 1px solid #707070;
}