.news-mv {
  background-image: url(../img/news-mv.jpg);
}

@media screen and (min-width: 1201px) {
  .news-wrap {
    margin-top: 200px;
  }

  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 100px auto 100px;
    width: 1080px;
    text-align: center;
  }
  .news div {
    width: 300px;
    margin-right: 90px;
    text-align: left;
  }
  .news div img {
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
  }
  .news div:nth-of-type(-n+9) {
    margin-bottom: 30px;
  }
  .news div:nth-of-type(3n) {
    margin-right: 0;
  }

  .post-date {
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }

  .post-title {
    height: 42px;
    font-size: 1.4rem;
    color: #000 !important;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .news-wrap {
    margin-top: 200px;
  }

  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 100px auto 100px;
    padding: 0 5%;
    max-width: 1080px;
    text-align: center;
  }
  .news div {
    width: 45%;
    margin-right: auto;
    text-align: left;
  }
  .news div img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .news div:nth-of-type(-n+10) {
    margin-bottom: 30px;
  }
  .news div:nth-of-type(2n) {
    margin-right: 0;
  }

  .post-date {
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }

  .post-title {
    height: 42px;
    font-size: 1.4rem;
    color: #000 !important;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .news-wrap {
    margin-top: 100px;
  }

  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 40px;
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .news div {
    width: 49%;
    text-align: left;
  }
  .news div img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .news div:nth-of-type(-n+10) {
    margin-bottom: 30px;
  }
  .news div:nth-of-type(3n) {
    margin-right: 0;
  }

  .post-date {
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }

  .post-title {
    max-height: 42px;
    font-size: 1.4rem;
    color: #000 !important;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
    overflow: hidden;
  }
}
@media screen and (min-width: 1201px) {
  .single-wrap {
    width: 960px;
    margin: 200px auto auto;
  }

  .contents {
    width: 960px;
  }

  .single-date {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }

  .single-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
  }

  .contents-txt p {
    color: #000;
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
  }

  .thumbnail {
    margin-bottom: 30px;
    text-align: center;
  }
  .thumbnail img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .single-wrap {
    max-idth: 960px;
    margin: 200px auto auto;
  }

  .contents {
    max-width: 960px;
    padding: 0 30px;
  }

  .single-date {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }

  .single-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
  }

  .contents-txt p {
    color: #000;
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
  }

  .thumbnail {
    margin-bottom: 30px;
    text-align: center;
  }
  .thumbnail img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .single-wrap {
    width: 100%;
    margin: 100px auto auto;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents {
    width: 100%;
    margin-bottom: 30px;
  }

  .right-navi {
    width: 100%;
  }

  .single-date {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }

  .single-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
  }

  .contents-txt p {
    color: #000;
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: source-han-sans-japanese, sans-serif;
  }

  .thumbnail {
    margin-bottom: 30px;
    text-align: center;
  }
  .thumbnail img {
    max-width: 100%;
    height: auto;
  }
}


