@charset "UTF-8";
/**scss共通***/
#main #section_01 {
  text-align: left;
}
#main .topic_detail h1, #main .topic_detail h2, #main .topic_detail h3, #main .topic_detail h4, #main .topic_detail h5, #main .topic_detail h6 {
  color: #1B2388;
  font-weight: 700;
  padding-left: 0.5em;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
}
#main .topic_detail h1::before, #main .topic_detail h2::before, #main .topic_detail h3::before, #main .topic_detail h4::before, #main .topic_detail h5::before, #main .topic_detail h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1B2388;
}
#main .topic_detail p, #main .topic_detail div:not([class]) {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  #main .topic_detail p, #main .topic_detail div:not([class]) {
    font-size: 4.0vw;
  }
}
#main .topic_detail a {
  color: #1B2388;
}

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