/*-------------------------------------------------------------------
newsstyle.css
お知らせ
-------------------------------------------------------------------*/

@charset "utf-8";


#information {
  padding: 30px 0 50px;
  color: #222;
  text-align: center;
}

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

#information h1 {
  display: inline-block;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 4px solid #222;
}

#information article {
  margin-bottom: 20px;
  padding: 20px 20px 15px;
  text-align: left;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #2e6da4;
}

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

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

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

