@charset "UTF-8";
/* CSS Document */

#news .lower-header {
  background-image: url("../image/news/news-bg-sp.jpg");
  margin-bottom: 0;
}

.main-bg {
  background: #f2f2f2;
}

.inner {
  padding: 18.667vw 4.667vw 13.333vw;
}
.news-list {
  padding: 6.667vw 0 13.333vw;
}
.news-list dl {
  background: #fff;
  padding: 8vw 16vw 8vw 4.667vw;
  margin-bottom: 2.667vw;
  border-radius: 0.667vw;
  position: relative;
}
.news-list dl::after {
  content: "";
  display: block;
  width: 6.267vw;
  height: 6.267vw;
  background: url("../image/news/arrow-sp.png") center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 4.667vw;
  transform: translateY(-50%);
}
.news-list dt {
  margin-bottom: 2.667vw;
}




/* お知らせ　詳細 */

.news-detail {
  background: #fff;
  padding: 9.333vw 4.667vw;
  border-radius: 0.667vw;
}
.news-detail h3 {
  font-size: 5.067vw;
  padding-bottom: 3.333vw;
  margin-bottom: 8vw;
  position: relative;
}
.news-detail h3 span {
  display: block;
  font-size: 3.733vw;
}
.news-detail h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.267vw;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-detail h3::after {
  content: "";
  display: block;
  width: 4.533vw;
  height: 0.667vw;
  background: var(--red);
  position: absolute;
  bottom: -0.15vw;
  left: 0;
}
.news-detail p {
  margin-bottom: 10vw;
}
.news-detail p:last-child {
  margin-bottom: 0;
}

.goNewsList {
  padding: 14.667vw 0 26.667vw;
}
.goNewsList a {
  display: block;
  width: 62vw;
  height: 15.333vw;
  line-height: 15.333vw;
  background: var(--red);
  color: #fff;
  padding-left: 4vw;
  margin: 0 auto;
  position: relative;
}
.goNewsList a::after {
  content: "";
  display: block;
  width: 6.267vw;
  height: 6.267vw;
  background: url("../image/news/arrow-wh-sp.png") center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}






