@charset "UTF-8";
/* color */
/* -------------------------- */
/* news_post  新着*/
/* -------------------------- */
.news_post {
  padding: 8rem 0 5rem;
}
@media screen and (min-width: 1024px) {
  .news_post {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 10rem 0 15rem;
  }
}
.news_post .contents {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .news_post .contents {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 70%;
  }
}
.news_post .contents .news_post-head .ymd {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-head .ymd {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.news_post .contents .news_post-head .cat {
  color: #005e43;
  border: #005e43 1px solid;
  padding: 0 1.5rem;
}
.news_post .contents h1 {
  color: #000;
  border-bottom: 1px solid #005e43;
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .news_post .contents h1 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 1rem;
    font-size: 2.5rem;
  }
}
.news_post .contents figure {
  padding: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .news_post .contents figure {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 1rem 0;
  }
}
.news_post .contents figure img {
  /*object-fit: contain;*/
  /*max-height: 30vh;*/
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .news_post .contents figure img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    max-height: 400px;
    width: auto;
  }
}
.news_post .contents .news_post-box {
  margin-top: 2rem;
  background-color: #fff;
  border: 1rem solid #fff;
  /*padding: 1rem;*/
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    padding: 2rem;
  }
}
.news_post .contents .news_post-box h2 {
  margin: 3rem 0;
  padding: 1rem;
  color: #000;
  font-size: 1.8rem;
  border-left: 4px solid #005e43;
  background-color: #fafafa;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box h2 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.5rem;
  }
}
.news_post .contents .news_post-box h3 {
  color: #000;
  font-size: 1.5rem;
  background-color: #fafafa;
  margin: 2rem 0;
  padding: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box h3 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2rem;
  }
}
.news_post .contents .news_post-box h4 {
  color: #005e43;
  padding: 1rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box h4 {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.2rem;
  }
}
.news_post .contents .news_post-box P {
  font-size: 1.6rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box P {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.news_post .contents .news_post-box a {
  text-decoration: underline;
  color: #33a5cb;
}
.news_post .contents .news_post-box .has-large-font-size {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box .has-large-font-size {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 2.3rem;
  }
}
.news_post .contents .news_post-box .liquid-speech-balloon-text p {
  padding-bottom: 0;
}
.news_post .contents .news_post-box p.has-background {
  padding: 20px 30px;
}
.news_post .contents .news_post-box ul, .news_post .contents .news_post-box ol, .news_post .contents .news_post-box li {
  list-style: inside square;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box ul, .news_post .contents .news_post-box ol, .news_post .contents .news_post-box li {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    font-size: 1.8rem;
  }
}
.news_post .contents .news_post-box img {
  /*width: 100%;*/
  height: auto;
  max-height: 40vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .news_post .contents .news_post-box img {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: auto;
    max-height: 400px;
  }
}
.news_post .news-btn {
  margin: 3rem auto 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .news_post .news-btn {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.news_post .news-btn button {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 0;
  /*background-color: #005e43;*/
  background: linear-gradient(to bottom, #000000, #333333, #666666);
  border: unset;
  display: block;
  margin: 0 auto;
  width: 20rem;
}
@media screen and (min-width: 1024px) {
  .news_post .news-btn button {
    /* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    width: 20rem;
    font-size: 1.8rem;
  }
}
.news_post .news-btn button .icon {
  padding-left: 1rem;
}
.news_post .news-btn button .icon i:before {
  font-size: 2rem;
}/*# sourceMappingURL=post.css.map */