@charset "UTF-8";
/*----------------------------------

historyCSS

----------------------------------*/
body.history main .historyList {
  max-width: 780px;
  margin: auto;
}
body.history main .historyList li {
  padding: 40px 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
}
body.history main .historyList li:last-of-type {
  padding-bottom: 0;
}
body.history main .historyList h2 {
  font-size: 4rem;
  line-height: 0.7;
}
body.history main .historyList .imgList .img {
  width: 100%;
  margin-bottom: 27px;
}
body.history main .historyList .imgList .img img {
  max-width: 480px;
  width: 100%;
  margin: auto;
  display: block;
}
body.history main .historyList .imgList .txt {
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
body.history main .historyList .imgList .txt h2 {
  margin-bottom: 26px;
  font-size: 5rem;
}
body.history main .historyList .imgList .txt h3 {
  margin-bottom: 17px;
  font-size: 1.9rem;
}
body.history main .historyList .imgList .toggleWrap {
  width: 100%;
  margin-top: 24px;
}
body.history main .historyList .txtList h2 {
  width: 190px;
}
body.history main .historyList .txtList dl {
  width: calc(100% - 190px);
}
body.history main .historyList .txtList dt {
  margin-bottom: 9px;
  font-weight: 700;
  line-height: 1;
}
body.history main .historyList .txtList dd + dt {
  margin-top: 27px;
}

@media (max-width: 919px) {
  body.history main .historyList {
    border-top: 1px solid #d9d9d9;
  }
  body.history main .historyList li {
    border: none;
  }
  body.history main .historyList .imgList {
    padding: 23px 0 15px;
  }
  body.history main .historyList .imgList .txt {
    width: 100%;
    margin-bottom: 15px;
  }
  body.history main .historyList .imgList .txt h2 {
    margin-bottom: 21px;
    font-size: 4rem;
  }
  body.history main .historyList .imgList .txt h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  body.history main .historyList .imgList .toggleWrap {
    margin-top: 26px;
  }
  body.history main .historyList .txtList {
    padding: 25px 0 19px;
  }
  body.history main .historyList .txtList h2 {
    font-size: 3.1rem;
    margin-bottom: 19px;
  }
  body.history main .historyList .txtList dl {
    width: 100%;
  }
}
