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

#top {
  background: url(../img/news/top_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
}
#top .container {
}
#top .text01 {
  position: absolute;
  bottom: 220px;
  right: 115px;
  color: #fff;
  font-size: 30px;
  line-height: 1.75;
  transform: rotate(0.05deg);
}
@media only screen and (max-width: 767px) {
  #top {
    background: url(../img/news/top_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 90%;
    margin-top: 60px;
  }
  #top .text01 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 15px;
  }
  .snsList {
    display: none;
  }
}

#news {
  padding: 80px 0 125px;
}
#news .c_title01:before {
  display: none;
}
#news dl {
  text-align: center;
  margin-bottom: 150px;
}
#news dt {
  position: relative;
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
  line-height: 1.2;
}
#news dt span {
  display: block;
  text-align: center;
  color: #FF0004;
  font-size: 20px;
}
#news dt:before {
  content: "";
  position: absolute;
  background: url(../img/common/title_u01.png) no-repeat 0 0;
  width: 124px;
  height: 24px;
  bottom: -34px;
  left: 50%;
  margin-left: -62px;
}
#news dd {
  width: 620px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #news {
    padding: 40px 0 50px;
  }
  #news dl {
    margin-bottom: 70px;
    line-height: 1.5;
  }
  #news dt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #news dt:before {
    background: url(../img/common/title_u01.png) no-repeat 0 0;
    background-size: 90px auto;
    width: 90px;
    bottom: -24px;
    margin-left: -45px;
  }
  #news dd {
    width: 100%;
    text-align: left;
  }
}