#heading {
  background-color: #fbf9fa;
  border: 1px solid #e9e7e8;
  padding: 40px 50px;
  text-align: center;
  margin-bottom: 60px;
}

#heading h1 {
  color: #c83842;
  font-size: 20px;
  margin-top: 0;
}

#heading p {
  line-height: 2;
  margin-bottom: 0;
}

#history {
  position: relative;
}

.wrap {
  position: relative;
  margin-bottom: 35px;
}

.wrap:before, .wrap:after {
  content: " ";
  display: table;
}

.wrap:after {
  clear: both;
}

.year {
  float: left;
  width: 50%;
  position: relative;
  font-size: 24px;
  color: #c83842;
  font-weight: bold;
  padding-right: 34px;
  text-align: right;
}

.year::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  right: -12px;
  border: 5px solid #c83842;
  background-color: #fff;
}

.year.right {
  float: right;
  padding-left: 34px;
  padding-right: 0;
  text-align: left;
}

.year.right::before {
  right: auto;
  left: -12px;
}

.month-wrap {
  float: left;
  width: 50%;
  position: relative;
  text-align: right;
}

.month-wrap::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 3px solid #b9b9b9;
  background-color: #fff;
  right: -5px;
}

.month-wrap.red-dot::before {
  width: 14px;
  height: 14px;
  border: 0;
  background-color: #c83842;
  right: -8px;
}

.month-wrap .month {
  font-size: 14px;
  font-weight: bold;
  color: #c83842;
  width: 68px;
  float: right;
  text-align: left;
}

.month-wrap .detail {
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 76px;
  line-height: 1.2;
}

.month-wrap.right {
  float: right;
  text-align: left;
}

.month-wrap.right::before {
  left: -5px;
  right: auto;
}

.month-wrap.right.red-dot::before {
  left: -6px;
  right: auto;
}

.month-wrap.right .month {
  float: left;
  text-align: right;
}

.month-wrap.right .detail {
  margin-left: 76px;
  margin-right: 0;
}

.month-wrap strong {
  font-size: 16px;
  margin: 0 2px;
  color: #c83842;
}

.month-wrap em {
  font-style: normal;
  color: #000;
}

.year,
.month-wrap {
  line-height: 1;
}

.wrap .photo {
  position: absolute;
  top: 100%;
  left: 0;
  width: 266px;
  padding: 10px;
  border: 1px solid #e9e7e8;
  background-color: #fff;
}

.wrap .photo.right {
  right: 0;
  left: auto;
}

.wrap .photo img {
  width: 100%;
  vertical-align: middle;
}

.wrap .photo-caption {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

#middleLine {
  position: absolute;
  top: 0;
  bottom: 36px;
  left: 50%;
  z-index: -1;
  width: 1px;
  background-color: #ccc;
}
