﻿.section-newslist .news, .section-newsdetail .news {
  padding-bottom: 25px;
  border-bottom: solid #d9d9d9 1px; }
  .section-newslist .news .news-title, .section-newsdetail .news .news-title {
    border-left: #d82727 6px solid;
    margin-bottom: 20px;
    padding-left: 15px; }
    .section-newslist .news .news-title span, .section-newsdetail .news .news-title span {
      display: block; }
    .section-newslist .news .news-title .news-title-main, .section-newsdetail .news .news-title .news-title-main {
      font-size: 1.5rem;
      font-weight: bold; }
    .section-newslist .news .news-title .news-view-date, .section-newsdetail .news .news-title .news-view-date {
      font-size: 0.8rem;
      color: #999; }
  .section-newslist .news .news-content .readmore, .section-newsdetail .news .news-content .readmore {
    display: block;
    width: 100px;
    padding-top: 10px; }

.section-newslist .news-thumbnail {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: cover; }

.section-newsdetail {
  padding-top: 0; }
  .section-newsdetail .news-thumbnail {
    width: 100%;
    height: auto; }
    .section-newsdetail .news-thumbnail img {
      height: auto;
      max-width: 100%;
      max-height: 400px;
      display: block;
      margin: 0 auto; }
  .section-newsdetail .news-sns {
    font-size: 0.9rem;
    background-color: #e5e5e5;
    margin: 25px 0;
    padding: 20px 10px; }
    .section-newsdetail .news-sns .share-label, .section-newsdetail .news-sns .twitter-share-button, .section-newsdetail .news-sns .fb_iframe_widget {
      margin: 5px 2px; }
    .section-newsdetail .news-sns .share-label {
      line-height: 20px;
      font-weight: bold; }
  .section-newsdetail .news-prevnext {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    position: relative;
    padding: 20px 0; }
    .section-newsdetail .news-prevnext p {
      font-weight: bold;
      display: inline-block;
      margin-bottom: 0;
      position: absolute;
      top: calc(50% - 0.5rem);
      line-height: 1rem; }
      .section-newsdetail .news-prevnext p a {
        color: #000; }
      .section-newsdetail .news-prevnext p.news-prev {
        left: 10px; }
      .section-newsdetail .news-prevnext p.news-list {
        left: calc(50% - 40px);
        width: 80px;
        text-align: center; }
      .section-newsdetail .news-prevnext p.news-next {
        right: 10px; }

@media (min-width: 992px) {
  .section-newsdetail .news-thumbnail img {
    max-height: 600px; }
  .section-newsdetail .news-prevnext p.news-list {
    left: calc(50% - 100px);
    width: 200px; } }

