main div.main_content article div.ttl h2 {
  margin-bottom: 10px;
}
main div.main_content article div.ttl small.date {
  display: block;
  margin-bottom: 40px;
  text-align: right;
  font-size: 1.6rem;
}
main div.main_content article section p {
  font-size: 18px;
  line-height: 2;
}
main div.main_content article section div.banner_area {
  margin-top: 50px;
}
@media screen and (min-width: 480px) {
  main div.main_content article section div.banner_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main div.main_content article section div.banner_area div.img {
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  main div.main_content article section div.banner_area div.img {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin-bottom: 0;
  }
}
main div.main_content article section div.banner_area div.img a {
  display: block;
  font-size: 1.6rem;
  word-break: break-all;
}
main div.main_content article section div.banner_area div.img a + a {
  margin-top: 10px;
}
.col_content .banner_area {
  margin-top: 50px;
}

.col_content .banner_area .img {
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .col_content .banner_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .col_content .banner_area .img {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=news.css.map */