@charset "UTF-8";

/* archive */
.p-mv {
  background: url("../../../images/post/news/fv_news_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-news-container {
    padding: 0 30px;
}

.p-news-archive {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.p-news-archive tr {
  border-bottom: solid 1px #CCCCCC;
}

.p-news-archive th {
  text-align: left;
  padding: 26px 10px;
  color: #777777;
  font-size: 1.4rem;
  width: 160px;
  vertical-align: top;
  font-family: 'Sorts Mill Goudy', serif;
}

.p-news-archive td {
  font-size: 1.6rem;
  vertical-align: top;
  padding: 25px 0;
}

.p-news-archive td a {
  text-decoration: none;
}

@media screen and (min-width: 768px){

  .p-news-archive td a:hover {
    text-decoration: underline;
  }

}


@media screen and (max-width: 767px){

  .p-news-container {
      padding: 0 20px;
  }

  .p-mv {
    background: url("../../../images/post/news/fv_news_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-news-archive th {
    width: 100%;
    display: block;
    font-size: 1.3rem;
    padding: 20px 0 10px;
  }

  .p-news-archive td {
    display: block;
    font-size: 1.4rem;
    padding: 0 0 20px;
  }


}

/* single */

.p-single {
    max-width: 800px;
    margin: 0 auto;
}

.p-single-date {
  color: #777777;
  font-size: 1.4rem;
  padding: 0 0 25px;
}

.p-single-heading {
    font-size: 2.4rem;
    padding: 0 0 55px;
}

.p-single-thumbnail {
    margin: 0 auto 55px;
    text-align: center;
}

.p-single-content {
  font-size: 1.6rem;
  line-height: 1.7;
}

.p-single-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 35px;
}

.p-single-content h3 {
  font-size: 1.7rem;
  padding: 0 0 35px;
}

.p-single-content p {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 0 0 35px;
}


.p-single .wp-block-image {
  margin: 0 auto 35px;
}

.p-single-pager span {
  display: block;
  width: 90px;
}

.p-single-pager span a {
  display: block;
  text-decoration: none;
  transition: .3s;
}

.p-single-pager .is-prev {
  text-align: right;
  float: left;
  background: url('../../../images/post/news/ico_prev.svg')no-repeat;
  background-size: 50px;
  background-position: left top 8px;
}

.p-single-pager .is-next {
  text-align: left;
  float: right;
  background: url('../../../images/post/news/ico_next.svg')no-repeat;
  background-size: 50px;
  background-position: right top 8px;
}

@media screen and (min-width: 768px){

  .p-single-pager span a:hover {
    text-decoration: underline;
  }

}


@media screen and (max-width: 767px){
  .p-single-date {
    font-size: 1.3rem;
    padding: 0 0 15px;
  }

  .p-single-heading {
      font-size: 1.8rem;
      padding: 0 0 35px;
  }

  .p-single-thumbnail {
      margin: 0 auto 35px;
  }

  .p-single-content {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-single-content h2 {
    font-size: 1.6rem;
    padding: 0 0 25px;
  }

  .p-single-content h3 {
    font-size: 1.5rem;
    padding: 0 0 25px;
  }

  .p-single-content p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 25px;
  }


}
