@charset "utf-8";
/* CSS Document */
.section-news{
  margin: 200px auto 0;
  width: 60vw;
  height: 470px;
}
.section-news h3{
  font-size: 3.2rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 55px;
}
.section-news time p{
  font-size: 1.4rem;
  text-align: left;
}
.section-news time{
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #999284;
}
.news-text{
  margin-top: 110px;
  margin-bottom: 40px;
}
.news-text p{
  font-size: 1.6rem;
  line-height: 3.0rem;
  text-align: left;
}
.news-btn{
  margin: 0 0 0 auto;
  width: 135px;
  height: 44px;
  position: relative;
}
.news-btn ::before{
  content: "";
  position: absolute;
  top: 30%;
  right: 115px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #999284;
  border-right: 1px solid #999284;
  transform: translate(0, -50%) rotate(45deg);
  transition: all .3s;
}
.news-btn :hover::before{
  right: 105px;
}
.news-btn a{
  font-size: 1.6rem;
  color: #121212;
}
.news-btn ::after{
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  width: 130px;
  height: 1px;
  background-color: #999284; 
}
@media(max-width:1000px){
  .section-news{
    margin-top: 60px;
  }
  .section-news h3{
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .section-news time{
    padding-bottom: 30px;
  }
  .news-text{
    margin-top: 75px;
  }
  .news-text p{
    font-size: 1.2rem;
  }
  .news-btn{
    width: 95px;
    height: 35px;
  }
  .news-btn ::before{
    right: 87px;
    width: 7px;
    height: 7px;
  }
  .news-btn a span{
    font-size: 1.4rem;
  }
  .news-btn a p{
    font-size: 1.4rem;
  }
  .news-btn ::after{
    width: 95px;
  }
}









