@import url("/css/1.0.0/base.css");

@media screen and (min-width: 834px) {
  section.ptn17-contents .container {
    padding-top: 11.5rem;
    padding-bottom: 20.7rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn17-contents .container {
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 834px) {
  section.ptn17-contents .post-block {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 4.2rem;
  }
  section.ptn17-contents .post-block .image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: solid 1px #666;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 5.4rem;
  }
  section.ptn17-contents .post-block .image picture {
    display: contents;
  }
  section.ptn17-contents .post-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.ptn17-contents .post-block .category {
    display: inline-block;
    background: #008800;
    color: #fff;
    padding: 0.2rem 1.3rem;
    margin-right: 0.6rem;
  }
  section.ptn17-contents .post-block .date {
    display: inline-block;
    font-size: 1.5rem;
  }
  section.ptn17-contents .post-block .title {
    margin-top: 1.6rem;
    font-size: 3.0rem;
    margin-bottom: 2.8rem;
  }
  section.ptn17-contents .post-block .more-read {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn17-contents .post-block {
    margin-top: 7.3rem;
  }
  section.ptn17-contents .post-block .image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 -2.9rem;
    margin-bottom: 7.9rem;
  }
  section.ptn17-contents .post-block .image picture {
    display: contents;
  }
  section.ptn17-contents .post-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.ptn17-contents .post-block .category {
    display: inline-block;
    background: #008800;
    color: #fff;
    padding: 1.2rem 3.8rem;
    margin-right: 2.6rem;
    font-size: 2.0rem;
  }
  section.ptn17-contents .post-block .date {
    display: inline-block;
    font-size: 2.0rem;
  }
  section.ptn17-contents .post-block .title {
    margin-top: 1.8rem;
    font-size: 4.0rem;
    margin-bottom: 2.8rem;
  }
  section.ptn17-contents .post-block .more-read {
    margin-top: 8.0rem;
  }
  section.ptn17-contents .post-block .more-read .c-button {
    max-width: 49.5rem;
    margin: 0 auto;
  }
}
