@charset "UTF-8";

/* --------------------------------
ニュース
---------------------------------*/

#news {
  background-color: #fff;
}

#news .news_content {
  padding: 1rem 2rem;
}

@media screen and (max-width: 800px) {
  #news .news_content {
    padding: 0.5rem 1rem;
  }
}

#news .web_icon {
  height: 13px;
  width: 12px;
}

#news h1 {
  color: #262626;
  margin: 10px 0;
  font-size: 26px;
}

@media screen and (max-width: 800px) {
  #news h1 {
    font-size: 16px;
  }
}

#news h2 {
  color: #333333;
  font-size: 19px;
  letter-spacing: 0.1em;
  border-left: 5px solid #262626;
  padding-left: 10px;
}

#news .relation h2 {
  margin-top: 3rem;
}

#news .post_content p {
  font-size: 14px;
  line-height: 2em;
  margin: 10px 0 20px;
}

