/* =========================
   ニュースカード
========================= */
.news-item {
  background-color: #111;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 5px;
}

.news-item h1 {
  margin-top: 0;
  line-height: 1.3;
  font-size: 1.2rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  border-left: 8px solid #ff0000;
  padding-left: 15px;
}

.news-item h2 {
  margin-top: 0;
  line-height: 1.3;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 8px;
}

.news-image {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px;
}

.news-item p {
  color: #eee;
}

.news-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.news-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sub-heading{
  display: inline-block;
  margin-top: 20px;
  margin-left: -0.4em; 
  font-weight: bold;
  font-size: 1.1rem;
}

.artist {
  font-size: 1.3rem;
  font-weight: bold;
  color:#ffff00;
  line-height: 1.2;
}

p.surround {
  border: solid 1px;
  border-color: #999999;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 1.1rem;
  line-height: 1.3;
}

h3.sub-title {
  color: #ffff00;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 8px;
}