@charset "UTF-8";
.post-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 14.58% 80px;
}
@media screen and (max-width: 767px) {
  .post-content {
    padding: 0 4vw 40px;
  }
}
.post-content h2 {
  margin-bottom: 3.5rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.4rem, 1.88vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .post-content h2 {
    margin-bottom: 1.6rem;
  }
}
.post-content p {
  line-height: 2.67;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .post-content p {
    line-height: 2.25;
    font-size: 1.6rem;
  }
}

.btn-return {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 360px;
  margin: 0 auto 80px;
  padding: 12px 0;
  background-color: #101649;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn-return {
    width: 80%;
  }
	
	br.pc{
	display:none;
}
}
.btn-return:after {
  content: "──＞＞";
  display: block;
  font-size: 1.6rem;
}

/*# sourceMappingURL=single-news.css.map */

h2.news_ttl {
    text-align: left;
	margin-bottom: 0;
		    display: none;

}

span.news_fnt {
    font-size: 2rem;
}

table.news_table-sp {
    min-width: 100%;
}

@media screen and (max-width: 767px) {
span.news_margin {
    margin: 35px;
}
}

@media screen and (min-width: 768px) {
span.news_margin {
    margin: 38px;
}
}