@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 59px 0;
}
.block_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.block_inner .box_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 31px;
  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_text {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2;
  margin-bottom: 38px;
		text-align: center;
}
.news_section .news_area {
  overflow: hidden;
  margin-bottom: 40px;
}
.news_section .news_area .news_photo {
  float: left;
  width: 48%;
  margin: 0 4% 20px 0;
}
.news_section .news_area .news_photo img {
  max-width: 100%;
}
.news_section .news_area.odd .news_photo {
  float: right;
  margin: 0 0 20px 4%;
}
.news_section .news_area p {
  font-size: 1.5rem;
  color: #414141;
  line-height: 2;
  margin-top: -7px;
}
.news_section .btn_link {
  width: 300px;
  margin: 82px auto 0 auto;
}
.news_section .btn_link a {
  font-size: 1.6rem;
  color: #414141;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #414141;
  border-radius: 10px;
  display: block;
}


@media screen and (max-width: 1000px) {
  .block_inner .box_title {
    font-size: 2.2rem;
  }
}
