/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 900;
  padding-bottom: 10px;
}
.info .topicsText {
  line-height: 1.6rem;
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .info p.item-image img {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
  }
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 0 auto 30px;
  background-color: #fff;
}
.info .topics {
  margin-bottom: 25px;
}
