@media (min-width: 768px) {
  .c_mv {
    background-image: url("../../img/pages/history/img_mv.png");
    background-position: center bottom;
  }
}

@media (max-width: 767px) {
  .c_mv {
    background-image: url("../../img/pages/history/img_mv_sp.png");
  }
}

.c_pageTtl__ttl {
  width: auto;
}

.p_ankerLink__list {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .p_ankerLink__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p_ankerLink__list {
    width: 88.93vw;
  }
}

@media (min-width: 768px) {
  .p_ankerLink__list__item {
    width: calc((100% - 45px) / 4);
    height: 70px;
  }
}

@media (max-width: 767px) {
  .p_ankerLink__list__item {
    margin-bottom: 4vw;
  }
}

@media (max-width: 767px) {
  .p_ankerLink__list__item:last-child {
    margin-bottom: 0;
  }
}

.p_ankerLink__list__item a {
  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;
  color: #babecf;
  background: url("../../img/pages/history/ico_allow_blue.svg") 95% center no-repeat #e6edf5;
  letter-spacing: .1em;
}

@media (min-width: 768px) {
  .p_ankerLink__list__item a {
    -webkit-transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    font-size: 18px;
    width: 100%;
    height: 100%;
    background-size: 15px 12px;
    background-size: 15px 12px;
  }
}

@media (max-width: 767px) {
  .p_ankerLink__list__item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 16vw;
    font-size: 20px;
    font-size: 5.33333vw;
    background-position: 93% center;
    background-size: 3.33vw 2.8vw;
  }
}

.p_ankerLink__list__item.is_active a {
  color: #fff;
  background: url("../../img/pages/history/ico_allow_white.svg") 95% center no-repeat #192860;
}

@media (max-width: 767px) {
  .p_ankerLink__list__item.is_active a {
    background-position: 93% center;
    background-size: 3.33vw 2.8vw;
  }
}

@media (min-width: 768px) {
  .p_ankerLink__list__item.is_active a:hover {
    background-position: 95% 55%;
  }
}

@media (min-width: 768px) {
  .p_ankerLink__list__item:hover a {
    background-position: 95% 55%;
  }
}

.p_history {
  color: #192860;
}

@media (min-width: 768px) {
  .p_history {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .p_history {
    padding-bottom: 13.33vw;
  }
}

.p_history__table {
  width: 100%;
}

@media (min-width: 768px) {
  .p_history__table {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .p_history__table {
    margin-top: 13.33vw;
  }
}

.p_history__table__caption {
  text-align: left;
}

@media (min-width: 768px) {
  .p_history__table__caption {
    font-size: 60px;
    padding-left: 11%;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p_history__table__caption {
    font-size: 30px;
    font-size: 8vw;
    padding-bottom: 7.33vw;
    padding-left: 7.33vw;
  }
}

.p_history__table tr {
  width: 100%;
  border-top: 1px solid #d1d4df;
}

.p_history__table tr:last-child {
  border-bottom: 1px solid #d1d4df;
}

@media (min-width: 768px) {
  .p_history__table__date {
    min-width: 290px;
    width: 30%;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 11%;
    padding-right: 7%;
  }
}

@media (max-width: 767px) {
  .p_history__table__date {
    width: 32.93vw;
    font-size: 13px;
    font-size: 3.46667vw;
    padding-left: 7.33vw;
    padding-right: 5.33vw;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
}

@media (min-width: 768px) {
  .p_history__table__desc {
    width: 69%;
    font-size: 18px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p_history__table__desc {
    width: 56.13vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.91667;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
}

.p_history__table__desc:last-child {
  border-bottom: 1px solid #d1d4df;
}