/* line 4, sass/style-single.scss */
.cp_timeline03 {
  position: relative;
  margin: 3em auto;
}

/* line 8, sass/style-single.scss */
.cp_timeline03:before {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  content: '';
  background-color: #4CB7A3;
  left: 30px;
}

/* line 17, sass/style-single.scss */
.cp_timeline03 .timeline_group {
  position: relative;
  padding-top: 55px;
}

/* line 21, sass/style-single.scss */
.cp_timeline03 .timeline_group:not(:first-of-type) {
  margin-top: 4rem;
}

/* line 24, sass/style-single.scss */
.cp_timeline03 .time_year {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #4CB7A3;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 35, sass/style-single.scss */
.cp_timeline03 .timeline_item {
  margin-bottom: 1em;
  position: relative;
  padding-left: 80px;
}

/* line 40, sass/style-single.scss */
.cp_timeline03 .timeline_item:not(:last-of-type) {
  margin-bottom: 2em;
}

/* line 43, sass/style-single.scss */
.cp_timeline03 .time {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  min-width: 65px;
  min-height: 65px;
  padding: 0.5em 0.5em;
  text-align: center;
  color: #fff;
  background-color: #26C6DA;
  top: 50%;
  margin-top: -33px;
  border-radius: 65px;
}

/* line 57, sass/style-single.scss */
.cp_timeline03 .time_day {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: 700;
  display: block;
}

/* line 66, sass/style-single.scss */
.cp_timeline03 .time_month {
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
}

/* line 71, sass/style-single.scss */
.cp_timeline03 .desc {
  padding: 0.5em 1em;
  border-left: 3px solid #26C6DA;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
}

/* line 79, sass/style-single.scss */
.cp_timeline03 .desc .flag {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 0.3em;
}

@media only screen and (max-width: 767px) {
  /* line 87, sass/style-single.scss */
  .cp_timeline03:before {
    left: 0;
  }

  /* line 90, sass/style-single.scss */
  .cp_timeline03 .timeline_group {
    padding-top: 40px;
  }

  /* line 93, sass/style-single.scss */
  .cp_timeline03 .timeline_item {
    padding-top: 60px;
    padding-left: 20px;
  }

  /* line 97, sass/style-single.scss */
  .cp_timeline03 .timeline_item:before {
    top: 90px;
  }

  /* line 100, sass/style-single.scss */
  .cp_timeline03 .time {
    top: 40px;
    border-radius: 0 20px 20px 0;
    min-height: 2em;
  }

  /* line 105, sass/style-single.scss */
  .cp_timeline03 .time_day,
  .cp_timeline03 .time_month {
    display: inline-block;
  }

  /* line 109, sass/style-single.scss */
  .cp_timeline03 .desc {
    font-size: 0.8em;
  }
}
