@charset "utf-8";
.s-post .inner {
  max-width: 960px;
}
.s-post h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  margin-top: 30px;
  margin-bottom: 15px;
}
.s-post p {
  font-size: 18px;
  line-height: 1.555555;
  margin-bottom: 20px;
}

.s-post__ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}

.s-post__date {
  text-align: right;
  margin-bottom: 30px;
}

.s-post__img {
  margin-bottom: 40px;
  text-align: center;
}

.s-post-sub__img {
  margin: 30px auto 40px;
  text-align: center;
}

.s-post__video {
  margin: 30px auto 0;
  text-align: center;
}

@media (max-width: 769px) {
  .s-post h3 {
	font-size: 22px;
  }
  .s-post p {
	font-size: 16px;
  }
  .s-post__ttl {
	font-size: 26px;
  }

  .s-post__video iframe{
    width: 100%;
  }
}