@charset "utf-8";

.main-visual {
  width: 100%;
  background: url("../images/news/h-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.post .body:after {
  content: "";
  display: block;
  clear: both;
}

.post .body a {
  text-decoration: underline;
}

.post .body a:hover {
  text-decoration: none;
}

.post img {
  max-width: 100%;
}

.pagination a {
  position: relative;
}

.pagination .prev:before,
.pagination .next:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  display: block;
  border-style: solid;
  border-width: 5px 7px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pagination .prev:before {
  border-color: transparent #1a9fc8 transparent transparent;
  left: 6px;
}

.pagination .next:after {
  border-color: transparent transparent transparent #1a9fc8;
  right: 6px;
}

@media (max-width: 600px) {

  .main-visual {
    height: 120px;
  }

  .post {
    padding: 15px;
  }

  .post .date {
    font-size: 1.2rem;
    color: #1a9fc8;
    line-height: 1;
  }

  .post .title {
    margin-bottom: 15px;
    font-size: 1.6rem;
    color: #1a9fc8;
    border-bottom: 1px solid #007196;
  }

  .post .body {
    font-size: 1.3rem;
    margin-bottom: 50px;
  }

  .post .comment {
    margin-bottom: 10px;
  }

  .post .image {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  .post .image:nth-child(2n) {
    margin-right: 0;
  }

  .post .image:nth-child(2) ~ .image {
    margin-top: 2%;
  }

  .pagination {
    margin-bottom: 60px;
    padding: 0 15px;
    font-size: 0;
    text-align: center;
  }

  .pagination a {
    width: 49%;
    height: 40px;
    font-size: 1.3rem;
    color: #1a9fc8;
    line-height: 40px;
    display: inline-block;
    background: #dcf3f9;
  }

  .pagination .prev + .next {
    margin-left: 2%;
  }

}

@media (min-width: 601px) {

  .main-visual {
    height: 300px;
  }

  .post {
    width: 1000px;
    padding: 30px 0;
    margin: 0 auto;
  }

  .post .date {
    font-size: 1.3rem;
    color: #1a9fc8;
    line-height: 1;
  }

  .post .title {
    margin-bottom: 25px;
    font-size: 2rem;
    color: #1a9fc8;
    border-bottom: 1px solid #007196;
  }

  .post .body {
    font-size: 1.4rem;
    margin-bottom: 50px;
    padding: 0 30px;
  }

  .post .comment {
    width: 600px;
    float: left;
  }

  .post .images {
    width: 320px;
    float: right;
  }

  .post .image {
    margin-bottom: 15px;
  }

  .pagination {
    margin-bottom: 100px;
    font-size: 0;
    text-align: center;
  }

  .pagination a {
    width: 220px;
    height: 60px;
    font-size: 1.6rem;
    color: #1a9fc8;
    text-align: center;
    line-height: 60px;
    background: #dcf3f9;
    display: inline-block;
  }

  .pagination a:hover {
    opacity: .8;
  }

  .pagination .prev + .next {
    margin-left: 30px;
  }

}
