@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;
}

/*----------------------------------------
    .sitemap_section
----------------------------------------*/
.sitemap_section {
  padding: 52px 0 48px 0;
}
.sitemap_section .inner {
  max-width: 1000px;
}
.sitemap_section .sitemap_list > li {
  margin-bottom: 52px;
}
.sitemap_section .sitemap_list > li .title {
  border-bottom: 1px solid #d9d9d9;
}
.sitemap_section .sitemap_list > li .title a {
  font-size: 2.2rem;
  font-weight: bold;
  background: url(/jp/img/sitemap/ico-arrow_1.jpg) no-repeat left 12px;
  padding: 0 0 12px 15px;
}
.sitemap_section .list {
  display: flex;
  margin-top: 13px;
}
.sitemap_section .list li {
  flex: 0 1 25%;
}
.sitemap_section .list a {
  font-size: 1.5rem;
  color: #414141;
  background: url(/jp/img/sitemap/ico-arrow_2.jpg) no-repeat left 6px;
  padding-left: 15px;
}
.sitemap_section .sitemap_list a {
  display: block;
}
.sitemap_section .sitemap_list a:hover {
  text-decoration: underline;
  opacity: 1;
}