/*
******************************
** History Styles
******************************
*/
/*
** Color Values
*/
/*
** Font Sizes
*/
/* 12px */
/* 14px */
/* 18px */
/* 20px */
/* 30px */
/* 40px */
/*
** Fonts
*/
/*
** Width Variables
*/
/*
******************************
** Media Query Mixin
******************************
*/
.history {
  position: relative;
}
.history-center:before {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #f9d303;
  top: 50px;
  bottom: 50px;
  left: 50%;
  margin-left: -2px;
}
@media screen and (max-width: 1000px) {
  .history-center:before {
    right: 100px;
    left: auto;
    margin-left: 0;
  }
}
.history-year {
  padding: 5px 20px;
  background-color: #f9d303;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .history-year {
    margin-left: calc(100% - 100px);
  }
}
.history-year--content .history-month {
  position: relative;
}
.history-year--content .history-month:after {
  content: "";
  display: block;
  clear: both;
}
.history-year--content .history-month--label {
  font-size: 1.25rem;
  color: #f9d303;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .history-year--content .history-month--label {
    left: calc(100% - 100px);
  }
}
.history-year--content .history-month--ce {
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .history-year--content .history-month--ce {
    width: calc(100% - 126px);
  }
}
.history-year--content .history-month--ce {
  margin-top: 30px;
  margin-bottom: 30px;
}
.history-year--content .history-month--ce:before {
  content: "";
  height: 4px;
  background-color: #f9d303;
  position: absolute;
  top: 20px;
  width: 20px;
}
.history-year--content .history-month--ce:after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #f9d303;
  position: absolute;
  top: 16px;
}
.history-year--content .history-month .history-month--ce {
  margin-left: calc(50% - 400px - 20px);
}
@media screen and (max-width: 1000px) {
  .history-year--content .history-month .history-month--ce {
    margin-left: 0;
  }
}
.history-year--content .history-month .history-month--ce:before {
  right: 50%;
}
@media screen and (max-width: 1000px) {
  .history-year--content .history-month .history-month--ce:before {
    right: 106px;
    width: 20px;
  }
}
.history-year--content .history-month .history-month--ce:after {
  right: 50%;
  margin-right: -6px;
}
@media screen and (max-width: 1000px) {
  .history-year--content .history-month .history-month--ce:after {
    margin-right: -4px;
    right: 100px;
  }
}
.history-year--content .history-month .history-month--label {
  transform: translateX(20px);
}
.history-year--content .history-month.invert .history-month--ce {
  margin-left: calc(50% + 20px);
}
.history-year--content .history-month.invert .history-month--ce:before {
  left: 50%;
  right: auto;
}
.history-year--content .history-month.invert .history-month--ce:after {
  right: 50%;
  margin-right: -6px;
}
.history-year--content .history-month.invert .history-month--label {
  transform: translateX(calc(-100% - 20px));
}
@media screen and (max-width: 1000px) {
  .history-year--content .history-month.invert .history-month--ce {
    margin-left: 0;
  }
  .history-year--content .history-month.invert .history-month--ce:before {
    right: 106px;
    left: auto;
    width: 20px;
  }
  .history-year--content .history-month.invert .history-month--ce:after {
    margin-right: -4px;
    right: 100px;
  }
  .history-year--content .history-month.invert .history-month--label {
    transform: translateX(20px);
  }
}
.history-year--content .history-ce--title {
  background-color: #f9d303;
  padding: 10px 15px;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.history-year--content .history-ce--title + .history-ce-bodytext {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.history-year--content .history-ce-bodytext {
  background-color: #beccd8;
  padding: 15px;
}
.history-year--content .history-ce-bodytext .space-top-default {
  padding-top: 15px;
  padding-bottom: 15px;
}
.history-year--content .history-ce-bodytext p:last-of-type {
  margin-bottom: 0;
}
.history-year--content .history-ce-bodytext:first-of-type {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.history-year--content .history-ce-bodytext:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.history .history-wrapper.hidden {
  display: none;
}

.mask_history a.loadmore-history {
  background-color: #fff;
  border-color: #f9d303;
  padding: 15px 30px;
  color: #f9d303;
  border: 1px solid !important;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mask_history a.loadmore-history {
    float: right;
  }
}
.mask_history a.loadmore-history:hover {
  background-color: #f9d303;
  border-color: #f9d303;
  color: #fff !important;
}