@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald|Roboto:400,700");
.container {
  max-width: 910px;
  width: calc(95% - 1.2em);
  margin: 0 0 0 1.2em;
}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
  font-family: "Oswald", sans-serif;
}

.container h1 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.container h2 {
  font-size: 1.5rem;
  margin: 0;
}

.container p {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  margin: 10px 0 0;
}
@media (max-width: 750px) {
  .container p {
    font-size: 1.15rem;
  }
}

.timeline-item {
  padding: 2.3em 0 1em 2em;
  position: relative;
  color: #333;
  border-left: 2px solid #B82343;
}
.timeline-item h3 {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  border-left: none;
}
.timeline-item h3:nth-child(1) {
  margin-top: 0.5em;
}
.timeline-item h3:nth-child(n+2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  .timeline-item h3 {
    font-size: 1.3rem;
  }
}
.timeline-item p {
  font-size: 1rem;
  margin-top: 0.25em;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .timeline-item p {
    font-size: 1.05rem;
  }
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 1.5em;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
}
@media (max-width: 750px) {
  .timeline-item::before {
    font-size: 1.2rem;
  }
}
.timeline-item::after {
  width: 20px;
  height: 20px;
  display: block;
  top: 1em;
  position: absolute;
  left: -12px;
  border-radius: 20px;
  content: "";
  border: 2px solid #B82343;
  background: white;
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, #B82343 60%, rgba(184, 35, 67, 0)) 1 100%;
     border-image: linear-gradient(to bottom, #B82343 60%, rgba(184, 35, 67, 0)) 1 100%;
}

/* 道長コラム用 */
h3.column-timeline {
  font-size: 1.1rem !important;
  margin: 0;
  margin-top: 0.8em !important;
  padding: 0;
  border-left: none;
}
@media (max-width: 780px) {
  h3.column-timeline {
    font-size: 1.24rem !important;
  }
}/*# sourceMappingURL=timeline.css.map */