@charset "UTF-8";
/*-------------------お知らせ一覧-------------------*/
.second.news .dl_box dl {
  margin: 0;
  display: flex;
  padding: 25px 0;
  position: relative;
}
.second.news .dl_box dl:after {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.second.news .dl_box dl dt {
  width: 25%;
}
.second.news .dl_box dl dd {
  margin: 0;
  width: 75%;
}
.second.news .dl_box dl dd a {
  display: block;
  text-decoration: none;
  color: #111;
}
.second.news .dl_box dl dd a:hover {
  color: #ed1c24;
  opacity: 1;
}
/*-------------------お知らせ詳細-------------------*/
.second.news.single article {
  width: 900px;
  margin: 0 auto;
}
.second.news.single article .date {
  margin: 0 auto 10px;
}
.second.news.single article h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 30px;
  position: relative;
}
.second.news.single article h3:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-position: center;
  background-size: 7px 5px;
  background-repeat: repeat-x;
}
.second.news.single article p {
  margin: 0;
  text-align: justify;
  line-height: 28px;
}
@media screen and (max-width:1050px) {
  /*-------------------お知らせ一覧-------------------*/
  .second.news .dl_box dl {
    display: block;
    padding: 20px 0;
  }
  .second.news .dl_box dl dt {
    width: auto;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .seconds.news .dl_box dl dd {
    width: auto;
  }
  /*-------------------お知らせ詳細-------------------*/
  .second.news.single article {
    width: 90%;
  }
  .second.news.single article .date {
    font-size: 13px;
    margin: 0 auto 5px;
  }
  .second.news.single article h3 {
    font-size: 20px;
    margin: 0 auto 30px;
  }
}