@charset "UTF-8";
/* CSS Document */

/*武満ラベル色変更*/
._takemitsu.p-topicsPost__date::after {
  content: "武満徹作曲賞";
  background-color: #2c6d01;
}

._concert.p-topicsPost__date::after {
	 background-color: #2c6d01;
}

/*トピックスタイトル*/
.topics_ttl_concert,
.topics_ttl_ag,
.topics_ttl_general {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6818181818;
}
.topics_ttl_concert._small,
.topics_ttl_ag._small,
.topics_ttl_general._small {
  font-size: 16px;
  font-size: 1rem;
}

.topics_ttl_concert::after,
.topics_ttl_ag::after,
.topics_ttl_general::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #707070;
}

.topics_ttl_concert::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}

.topics_ttl_ag::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 4px;
  content: "";
  background: #e46a00;
}

.topics_ttl_general::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 4px;
  content: "";
  background: #001e46;
}