/*---------------------------------------------------
  rikujo__h2
---------------------------------------------------*/
.rikujo__topicsEntry h2 {
  margin: 20px 0;
  padding: 12px 14px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  background-color: #ffff00;
}
@media print, screen and (min-width: 1000px) {
  .rikujo__topicsEntry h2 {
    padding: 16px 16px 16px 20px;
    font-size: 20px;
    font-size: 1.42857rem;
    font-size: 2rem;
  }
}
.rikujo__topicsEntry h2:before {
  width: 6px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #b7b701;
}
@media print, screen and (min-width: 1000px) {
  .rikujo__topicsEntry h2:before {
    top: 16px;
  }
}
.rikujo__topicsEntry h2:first-child {
  margin-top: 0;
}

/*---------------------------------------------------
  rikujo__topicsEntry h3
---------------------------------------------------*/
.rikujo__topicsEntry h3 {
  margin: 20px 0;
  padding-bottom: 0.6rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #f1f1f0;
}
@media print, screen and (min-width: 1000px) {
  .rikujo__topicsEntry h3 {
    font-size: 1.8rem;
  }
}
.rikujo__topicsEntry h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #ffff00;
}
@media print, screen and (min-width: 1000px) {
  .rikujo__topicsEntry h3::after {
    width: 140px;
  }
}

/*---------------------------------------------------
  rikujo__topicsEntry h4
---------------------------------------------------*/
.rikujo__topicsEntry h4 {
  margin: 20px 0;
  padding: 0 0 10px 17px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
}
.rikujo__topicsEntry h4:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #ffff00;
}

/*---------------------------------------------------
  rikujo__topicsEntry h5
---------------------------------------------------*/
.rikujo__topicsEntry h5 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.rikujo__topicsEntry h5:before {
  width: 13px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #ffff00;
}

/*---------------------------------------------------
  rikujo__h6
---------------------------------------------------*/
.rikujo__topicsEntry h6 {
  margin: 20px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}

/*# sourceMappingURL=rikujo_topics.css.map */
