/*================================================================================

media query mixin

================================================================================*/
.p-history-hist__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1;
  letter-spacing: 0.07em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-history-hist__box dl:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-history-hist__box dl dt {
  font-size: 1.2rem;
  line-height: 1;
  background-color: rgba(46, 47, 51, 0.08);
  width: 160px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  letter-spacing: 0;
}
.p-history-hist__box dl dt:nth-of-type(n+2) {
  margin-top: 15px;
}
.p-history-hist__box dl dd {
  font-size: 1.4rem;
  width: calc(100% - 180px);
}
.p-history-hist__box dl dd:nth-of-type(n+2) {
  margin-top: 15px;
}
.p-history-hist__box dl dd a {
  color: inherit;
  text-decoration: none;
}
.p-history-hist__box dl dd .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.p-history-hist__box dl dd .imgBox img {
  width: 48.2%;
}

@media screen and (max-width: 768px) {
  .p-history-hist {
    padding-top: 10px;
  }
  .p-history-hist__box dl {
    display: block;
  }
  .p-history-hist__box dl:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .p-history-hist__box dl dt {
    margin-right: 0;
  }
  .p-history-hist__box dl dt:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .p-history-hist__box dl dd {
    width: 100%;
    line-height: 1.5;
    margin-top: 10px;
  }
  .p-history-hist__box dl dd:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .p-history-hist__box dl dd .imgBox {
    display: block;
    margin-top: 10px;
  }
  .p-history-hist__box dl dd .imgBox img {
    width: 100%;
  }
  .p-history-hist__box dl dd .imgBox img:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=history.css.map */