/* NEWS
*********************/
.type_post {
  padding: 0 15px 40px 15px;
}

body#lower h1.head_img {
  width: 50%;
  max-width: 180px;
}
body#lower h1.head_img img {
  height: 29px;
}
@media screen and (max-width: 900px) {
  body#lower h1.head_img {
    max-width: 180px;
  }
}

.single_detail .eye_catch {
  margin: 0 0 50px;
}
.single_detail .eye_catch img {
  width: 100%;
  height: auto;
  margin: 0;
}

.single_head .time {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 14px;
  color: #10325c;
  letter-spacing: 0.12em;
}
.single_head h3 {
  margin: 0 0 45px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  color: #10325c;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}

.single_body {
  margin-bottom: 108px;
}
.single_body img {
  margin: 0 0 50px;
}
.single_body p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 15px;
}
.single_body a {
  color: #10325c;
  text-decoration: underline;
}
.single_body h2 {
  background: none;
  display: block;
}

#topics {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  #topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    margin-bottom: 100px;
  }
}
#topics img {
  width: 170px;
}
#topics .topics_box ul li {
  line-height: 1.5em;
  letter-spacing: 0.12em;
  margin: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 14px;
}
#topics .topics_box ul li time {
  white-space: nowrap;
}
#topics .topics_box ul li a {
  color: #10325c;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  #topics .topics_box ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
  }
}/*# sourceMappingURL=news_style.css.map */