.f-red {
  color: #FF1142;
}

.f-blue {
  color: #117DD8;
}

.f-vermilion {
  color: #FF5611;
}

.f-yellow {
  color: #FDFD6D;
}

.b-anlerlink {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 16vw;
}
.b-anlerlink a {
  display: block;
  position: relative;
  width: 47.7611940299%;
  padding: 2.1333333333vw 0;
  border-bottom: 1px solid #A1A1A1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.b-anlerlink a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4vw;
  height: 4vw;
          transform: translateY(-50%) rotate(90deg);
  background: url(../images/common/icon_circle_right.svg) center/contain no-repeat;
  content: '';
}

.histories + .histories {
  margin-top: 80px;
}
.histories#anker04 {
  margin-bottom: 120px;
}
.histories .e-lists {
  border-bottom: 1px solid #BBB;
}
.histories .e-lists li {
  position: relative;
  padding: 6.6666666667vw 0;
}
.histories .e-lists li + li {
  border-top: 1px solid #BBB;
}
.histories .e-year {
  color: #FF5611;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
}
.histories .e-wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.histories .e-month {
  position: relative;
  width: 19.4029850746%;
  padding-left: 4.5333333333vw;
  font-size: 14px;
  line-height: 2;
}
.histories .e-month::before {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF5611;
  content: '';
}
.histories .e-month.is-none::before {
  content: none;
}
.histories .e-item {
  width: 80.5970149254%;
  font-size: 14px;
  line-height: 2;
}
.histories .e-item:not(:last-of-type) {
  margin-bottom: 6.6666666667vw;
}
.histories .e-image {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
  margin-top: 5.3333333333vw;
}
.histories .e-image figcaption {
  width: 29.6296296296%;
  margin-right: auto;
  font-size: 12px;
}
.histories .e-image picture {
  width: 68.5185185185%;
}
@media (min-width: 768px) {
  .b-anlerlink {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1100px;
    margin: 0 auto 125px;
  }
  .b-anlerlink a {
    width: 260px;
    padding: 20px 10px;
    font-size: 16px;
  }
  .b-anlerlink a::after {
    right: 6px;
    width: 20px;
    height: 20px;
  }
  .histories .e-lists {
    margin-left: 100px;
  }
  .histories .e-lists li {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    padding: 25px 0;
    border-top: 1px solid #BBB;
  }
  .histories .e-lists li.minh {
    min-height: 185px;
  }
  .histories .e-year {
    width: 157px;
    font-size: 24px;
    text-align: center;
  }
  .histories .e-wrap {
    width: 943px;
  }
  .histories .e-month {
    width: 142px;
    padding-left: 0;
    font-size: 15px;
    text-align: center;
  }
  .histories .e-month::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 11px;
  }
  .histories .e-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .histories .e-image figcaption {
    padding-right: 10px;
    white-space: nowrap;
  }
  .histories .e-image picture {
    width: 180px;
  }
  .histories .e-image {
    position: absolute;
    right: 0;
    margin: 0;
  }
  .histories .e-image.is-top {
    top: 25px;
  }
  .histories .e-image.is-middle {
    -webkit-transform: translateY(-50%);
    top: 50%;
            transform: translateY(-50%);
  }
  .histories .e-image.is-bottom {
    bottom: 25px;
  }
  .histories .e-image.is-bottom0 {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .b-anlerlink a:nth-of-type(even) {
    margin-left: auto;
  }
  .b-anlerlink a:nth-of-type(-n+2) {
    margin-bottom: 1.8666666667vw;
  }
  .histories .e-year {
    margin-bottom: 6.6666666667vw;
  }
  .histories .e-year.is-absolute {
    position: absolute;
  }
  .histories .e-month::before {
    position: absolute;
    top: 12px;
    left: 6px;
  }
}
