
#news {
  margin-top: -60px;
  padding: 90px 0;
  background-color: #fdf3ed;
  width: 100%;
}

.news__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.news__header img {
  width: 60px
}
.news__header_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.news__header_text_js {
  font-size: 30px;
  font-weight: bold;
}
.news__header_text_en {
  font-size: 21px;
  font-weight: bold;
  color: #e63037;
}

.news__list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news__list .news__list-detail {
  filter: drop-shadow(0px 2px 3px #0000000f);
  height: 114px;
  width: 85vw;
  margin: 0;
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #ffffff;
}
.news__list .news__list-detail a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333;
  padding-left: 16px;
  height: 100%;
  align-content: center;
}
.news__list .news__list-detail .news__list-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.news__list .news__list-detail .news__list-info .news__list-date {
  font-size: 14px;
  line-height: 1.36;
  color: #e63037;
  margin-right: 9.5px;
}
.news__list .news__list-detail .news__list-info .news__list-line {
  width: 2px;
  height: 15px;
  background-color: #d3d3d3;
}
.news__list .news__list-detail .news__list-info .news__list-category {
  font-size: 12px;
  line-height: 2;
  color: #999999;
  margin-left: 9.5px;
}
.news__list .news__list-detail .news__list-title {
  width: 65vw;
  font-size: 14px;
  line-height: 1.42;
  color: #222222;
  margin-top: 0.7vw;
}
.news__list-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  color: #fff;
  background-color: #e63037;
  border-radius: 30px;
  text-align: center;
  padding-top: 11px;
  padding-left: 3px;
}

/* PC用 **/
@media screen and (min-width: 768px) {
  #news {
    margin-top: -50px;
    padding-top: 9.5vw;
    width: 92vw;
    border-radius: 0 0 30px 0;
  }

  .news__header {
    flex-direction: row;
    margin-left: 8vw;
  }
  .news__header img {
    width: 4vw;
  }
  .news__header_text {
    margin-left: 20px;
  }
  .news__header_text_js {
    font-size: 34px;
    font-weight: bold;
  }
  .news__header_text_en {
    font-size: 18px;
    font-weight: bold;
    color: #e63037;
  }

  .news__list {
    margin-left: 6vw;
  }
  .news__list .news__list-detail {
    width: 1000px;
  }
  .news__list .news__list-detail a {
    padding-left: 1.8vw;
  }
  .news__list .news__list-detail .news__list-info .news__list-date {
    font-size: 16px;
    line-height: 1.31;
    margin-right: 1vw;
  }
  .news__list .news__list-detail .news__list-info .news__list-category {
    font-size: 14px;
    line-height: 1.71;
    margin-left: 1vw;
  }
  .news__list .news__list-detail .news__list-title {
    font-size: 16px;
    line-height: 1.5;
    width: 72vw;
    padding-right: 5%;
  }

  .news__button {
    width: 100%;
    margin-left: 6vw;
  }
  .news__list-icon {
    padding-top: 7px;
    padding-left: 3px;
  }
}
