.wrapper{
  width: 956px;
  margin: 0 auto;
  padding: 40px 0;
}
.wp-block-group{
  margin-bottom: 24px;
}
h1{
  font-size: 32px;
  color: #0E2B04;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 24px 0;
}
h2{
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  padding-left: 16px;
  border-bottom: 2px solid var(--main-color);
  text-align: left;
  margin-bottom: 16px;
}
h3{
  font-size: 16px;
  font-weight: bold;
  color: var(--title-color);
  padding: 16px 16px 16px 24px;
  background-color: var(--base-color);
  margin-bottom: 16px;

}
p{
  line-height: 2;
  margin-bottom: 24px;
}
.wp-block-image img{
  width: 500px;
  height: auto;
  margin: 0 auto 24px;
}
/* スマートホンスタイル */
@media screen and (max-width: 768px){
  .wrapper{
    width: 100%;
    padding: 0 16px;
    margin-bottom: 80px;
  }
}
