/* ==========================================================================
   parts
   ========================================================================== */
.p-btn.-secondary {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-btn.-secondary {
    font-size: 1.2rem;
    min-width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-btn.-secondary.-arrowD:after {
    right: 8%;
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.m-history .-pbtm {
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .m-history .-pbtm {
    padding-bottom: 25px;
  }
}

.m-history-left {
  width: 200px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .m-history-left {
    width: 25%;
  }
}

.m-history-left:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid #8b8558;
  left: 40px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .m-history-left:before {
    left: 2.8rem;
  }
}

.m-history-left.-barNone:before {
  content: none;
}

.m-history-year {
  text-align: center;
  color: #8b8558;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .m-history-year {
    font-size: 1.6rem;
  }
}

.m-history-era {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .m-history-era {
    font-size: 1.2rem;
  }
}

.m-history-right {
  width: 670px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .m-history-right {
    width: 75%;
    padding-bottom: 25px;
  }
}

.m-history-month {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 30px;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .m-history-month {
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
}

.m-history-txt {
  font-size: 1.6rem;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .m-history-txt {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
}

.m-history-img {
  width: 275px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .m-history-img {
    display: block;
    width: 100%;
  }
}

/* ==========================================================================
   components
   ========================================================================== */
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    margin-bottom: 60px;
  }
}

.c-historyContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-historyContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-historyContainer {
    width: 92%;
  }
}

.c-historyContainer-lead {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-historyContainer-lead {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-historyContainer-lead {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-historyContainer-lead {
    margin-bottom: 40px;
  }
}

.c-historyContainer-history {
  width: 870px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .c-historyContainer-history {
    width: 100%;
  }
}
