@charset "UTF-8";


#information {
  padding: 80px 0 100px;
  color: #222;
  text-align: center;
  background-color: #e9e279;
}

#information .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.news_font{
  display: inline-block;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-weight: 700;
  font-family: 'DIN Next LT Pro Regular', serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .15em;
}

#information article {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 40px;
  padding: 40px 40px 35px;
  text-align: left;
  background-color: #fff;
}

#information article .text_date {
  font-size: 0.85rem;
}

#information article h2 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 1.15rem;
  line-height: 1.8em;
  border-bottom: 2px solid #d5c800;
}

#information article .text_content {
  line-height: 2.0em;
  font-size: 0.85rem;
}

