#mv {
  width: 100%;
  position: relative;
  height: 330px;
  background: url(../images/news/mv_pc.jpg) center center/cover no-repeat;
}
@media (max-width: 750px) {
  #mv {
    height: 270px;
    background: url(../images/news/mv_sp.jpg) center center/cover no-repeat;
  }
}
@media (max-width: 480px) {
  #mv {
    height: 150px;
  }
}

#news1 {
  padding: 50px 0 100px 0;
}
@media (max-width: 750px) {
  #news1 {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 480px) {
  #news1 {
    padding: 30px 0 40px 0;
  }
}

#news_details1 {
  padding: 70px 0 100px 0;
}
@media (max-width: 750px) {
  #news_details1 {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 480px) {
  #news_details1 {
    padding: 40px 0 30px 0;
  }
}
#news_details1 h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
}
@media (max-width: 750px) {
  #news_details1 h2 {
    font-size: 1.8rem;
  }
}
#news_details1 .date {
  margin-top: 30px;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 750px) {
  #news_details1 .date {
    font-size: 1.3rem;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
#news_details1 .the_body {
  margin-bottom: 30px;
}
#news_details1 .the_body p {
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #news_details1 .the_body p {
    font-size: 1.3rem;
  }
}
#news_details1 .the_body a {
  color: #4d3525;
  text-decoration: underline;
}
#news_details1 .the_body a:hover {
  opacity: 0.7;
}
#news_details1 .the_body .img_center {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 750px) {
  #news_details1 .the_body .img_center {
    margin-top: 30px;
  }
}