.timeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #505050;
  left: 39px;
  margin-left: 0px;
}

.timeline > li {
  position: relative;
}

.timeline > li .content {
  margin: 0 0 15px 100px;
  background: #eff7ff;
  border: #ccc;
  color: #000;
  padding: 20px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

.timeline > li:nth-child(odd) .content {
  background: #fff4ea;
}

.timeline > li .content h2 {
  font-size: 1.2em;
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.timeline > li .content p {
  padding-top: 10px;
}

.timeline > li:nth-child(odd) .content:after {
  border-right-color: #6cbfee;
}

.timeline > li .time {
  width: 80px;
  height: 30px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  font-size: 1.0em;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #3b3b3b;
  background: #f0f0f0;
  border-radius: 10px;
  border: 3px solid #505050;
  text-align: center;
  left: 0;
  top: 0;
  margin: 0 0 0 0;
}

@media screen and (max-width: 1000px) {
  #contents.interview .timeline {
    margin-top: 60px;
  }
  #contents.interview .timeline:before {
    display: none;
  }

  #contents.interview .timeline > li .content {
    margin: 0 0 60px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  #contents.interview .timeline > li .content:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #ffffff;
    top: -20px;
  }

  #contents.interview .timeline > li:nth-child(odd) .content:after {
    border-right-color: transparent;
    border-bottom-color: #ffffff;
  }

  #contents.interview .timeline > li .time {
    position: relative;
    float: left;
    right: auto;
    margin: -40px 5px 0 0;
    z-index: 2;
  }

  #contents.interview .timeline .time span {
    font-size: 1.2em;
  }
  #contents.interview .timeline .content h2 {
    font-size: 1.8em;
    margin: 0;
  }
  #contents.interview .timeline .content p {
    font-size: 1.4em;
    margin: 0;
    padding: 10px 0 0 0;
  }
}
