@charset "utf-8";

/*----------------------------------------
    .main_area
----------------------------------------*/
.main_area {
  text-align: center;
  padding: 7px 0 38px 0;
  background: linear-gradient(to right, #ff4338, #c50102);
}
#topic_path {
  margin-bottom: 15px;
}
.section_title {
  font-size: 3.0rem;
}
.section_title .eng {
  font-size: 1.2rem;
}

/*----------------------------------------
    .news_section
----------------------------------------*/
.news_section {
  padding: 52px 0;
}
.block_inner {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 250px;
}
.block_inner .box_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  letter-spacing: -1px;
}
.block_inner .box_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #ff4338;
  bottom: -1px;
  left: 50%;
  margin-left: -30px;
}
.news_section .news_list {
  padding: 0 50px 20px 50px;
}
.news_section .news_list li {
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 0 15px 0;
}
.news_section .news_list dl {
  display: flex;
}
.news_section .news_list dt {
  flex: 0 0 130px;
  color: #9D9D9D;
  font-size: 1.2rem;
  padding-top: 6px;
  letter-spacing: 1px;
}
.news_section .news_list dd {
  font-size: 1.5rem;
  line-height: 2;
}
.news_section .news_list dd a {
  color: #414141;
}
.news_section .news_list dd a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .block_inner .box_title {
    font-size: 2.2rem;
  }
}
