/*============================
#section
============================*/
div#section.section_1 {
  background: url(../../../assets/images/intro/new_history_top.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 40rem;
  margin-top: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#section.section_1 div {}

div#section.section_1 div h1 {
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  font-family: noto_M;
}

div#section.section_1 div h2 {
  text-align: center;
  font-family: noto_R;
  color: #fff;
  margin-top: 2.5rem;
  font-size: 1.125rem;
}

ul.history_page_changer {
  text-align: center;
  font-size: 0;
}

ul.history_page_changer li.history_page_changer_active {
  color: #fff;
  background-color: #1d56bc;
}

ul.history_page_changer li:first-of-type {
  border-left: 1px solid #eaeaea;
}

ul.history_page_changer li {
  display: inline-block;
  font-size: 1.375rem;
  font-family: noto_M;
  width: 410px;
  padding: 2rem 0;
  border-right: 1px solid #eaeaea;
  color: #808080;
  cursor: pointer;
}

div.history_1 {
  background: #1D56BC;
  color: #fff;
  padding-bottom: 7rem;
}

div.history_1 h1.history_title {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  padding: 5rem 0;
  font-family: noto_M;
}

div.history_1 div.history_list {
  max-width: 1130px;
  margin: 0 auto;
  margin-top: 3rem;
  width: 90%;
}

div.history_1 div.history_list h1 {
  font-size: 2rem;
  font-family: noto_B;
  color: #fff;
  padding: 0.75rem 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.75rem;
}

div.history_1 div.history_list h2 {
  font-size: 1.05rem;
  /* margin-top: 1.5rem; */
  margin-top: 0rem;
  line-height: 1.8;
  color: #fff;
  word-break: keep-all;
}
div.history_1 div.history_list h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 1.8;
  display:block;
  color: #fff;
  word-break: keep-all;
}

div.history_1 div.history_list div.history_list_inline {
  font-size: 0;
}

div.history_1 div.history_list div.history_list_inline h2 {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  vertical-align: top;
  word-break: keep-all;
}

@media(max-width:650px) {
  div.history_1 div.history_list div.history_list_inline h2 {
    width: 100%;
    display: block;
  }
}

@media(max-width:1200px) {
  ul.history_page_changer {
    text-align: center;
    font-size: 0;
    width: 450px;
    margin: 0 auto;
    margin: 2rem auto !IMPORTANT;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }

  ul.history_page_changer li {
    width: 150px;
  }

  ul.history_page_changer li:nth-of-type(4) {
    border-left: 1px solid #eaeaea;
  }

  ul.history_page_changer li:nth-of-type(4) {
    border-top: 1px solid #eaeaea;
  }

  ul.history_page_changer li:nth-of-type(5) {
    border-top: 1px solid #eaeaea;
  }

  ul.history_page_changer li:nth-of-type(6) {
    border-top: 1px solid #eaeaea;
  }
}

@media(max-width:500px) {
  ul.history_page_changer {
    text-align: center;
    font-size: 0;
    width: 300px;
    margin: 0 auto;
  }

  ul.history_page_changer li {
    width: 150px;
  }

  ul.history_page_changer li:nth-of-type(3) {
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
  }

  ul.history_page_changer li:nth-of-type(4) {
    border-left: 0;
  }

  ul.history_page_changer li:nth-of-type(4) {
    border-top: 1px solid #eaeaea;
  }

  ul.history_page_changer li:nth-of-type(5) {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
  }

  ul.history_page_changer li:nth-of-type(6) {
    border-top: 1px solid #eaeaea;
  }
}


