@charset "UTF-8";


body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}

.post_wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.post_content_inner {
  background: #fff;
  padding: 60px;
  border-radius: 12px;
}

.post_title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.post_content {
  font-size: 1.6rem;
  line-height: 1.8;
}

.post_content img {
  display: block;
  margin: 40px auto;
  max-width: 50%;
  height: auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  border-radius: 24px;
}

.post_wrapper h2 {
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .post_content img {
    margin: 40px auto;
    max-width: 400px;
  }



}




@media (max-width: 767px) {
  .post_wrapper {
    padding: 0;
}

  .post_content_inner {
    padding: 30px;
    border-radius: 12px;
  }

  .post_content img {
    margin: 40px auto;
    max-width: 300px;
  }



 }

