/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* 
   ========================================================================== */
.m-button {
  margin: 40px auto 0;
}
.m-button a {
  background-color: transparent;
}
/* history_list
   ========================================================================== */
.history_list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .history_list li:not(:first-child) {
    margin-top: 5px;
  }
}
.history_list li .history_list_year {
  font-family: 'Barlow';
  font-size: 1.875em;
  width: 120px;
}
.history_list li .history_list_year span {
  display: inline-block;
  font-size: 0.46em;
  margin-left: 5px;
  vertical-align: middle;
}
.history_list li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f2f6;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 75px 30px 35px;
  width: 1000px;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.history_list li a figure {
  margin-left: auto;
}
@media (min-width: 769px) {
  .history_list li a figure {
    width: 240px;
  }
}
.history_list li a:before {
  background: url(/company/history/img/index_bg.svg) no-repeat 0 0;
  content: '';
  height: 12px;
  width: 15px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .history_list li a:hover {
    background-color: #e3e6f1;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .history_list li {
    display: block;
  }
  .history_list li:not(:first-child) {
    margin-top: 14px;
  }
  .history_list li .history_list_year {
    font-size: 1.6em;
  }
  .history_list li .history_list_year span {
    font-size: 0.58em;
  }
  .history_list li a {
    display: block;
    padding: 25px 15px 30px;
    width: auto;
  }
  .history_list li a .history_list_title {
    background: url(/company/history/img/index_bg.svg) no-repeat 100% 50%;
    background-size: 15px;
  }
  .history_list li a figure {
    margin: 22px 10px 0;
  }
  .history_list li a:before {
    content: none;
  }
}
