@charset "utf-8";
/* CSS Document */
/*お知らせリスト*/
.fontred {
  margin-bottom: 40px;
}
.newssection {
  text-align: center;
}
.newssection h2 {
  display: inline-block;
  border-bottom: double #171717;
}
.newssection li {
  width: min(90%,900px);
  margin: 60px auto;
  background-color: #E3DADA;
  color: #171717;
  list-style: none;
  text-align: left;
  padding: 5px;
}
.newssection h3 {
  border-left: 5px solid #333;
  border-bottom: double #333;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
}
.newssection span {
  font-size: 10px;
}
/*下イメージ*/
.infoimg {
  background-image: url("../img/top/top.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  opacity: 0.4;
}
@media (max-width:700px) {
  .newssection h3 {
    font-size: 16px;
  }
  .newssection p {
    font-size: 14px;
  }
}
@media (min-width:600px) {
  .brsp {
    display: none;
  }
}

