body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

h1 {
  color: var(--colorBlack);
  font-family: var(--familyCormorant);
  font-size: var(--fontMax49Min38);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

h2 {
  font-size: var(--fontMax24Min18);
  font-weight: 600;
  line-height: 1.21;
  margin-top: 2.5em;
  padding-left: 38px;
  position: relative;
}

h2::before {
  background-color: #dfdfdf;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

h3 {
  font-size: var(--fontMax20Min18);
  font-weight: 600;
  line-height: 1.45;
  margin-block: 2.5em 32px;
  position: relative;
}

h3::before {
  background-color: #707070;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 12%;
}

h3::after {
  background-color: #707070;
  bottom: -10px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 88%;
}

p {
  color: var(--colorBlack);
  font-family: var(--familyNotoSans);
  font-size: var(--fontMax18Min16);
  font-weight: 300;
  line-height: 1.7;
  margin-top: 1.5em;
}


.wp-block-table th {
  font-family: var(--familyNotoSans);
  font-size: var(--fontMax18Min16);
  font-weight: 300;
  line-height: 1.67;
  padding: 18px 15px;
  text-align: center;
}

.wp-block-table td {
  font-family: var(--familyNotoSans);
  font-size: var(--fontMax18Min16);
  font-weight: 300;
  line-height: 1.67;
  padding: 18px 15px !important;
}

.wp-block-image {
  margin-top: 33px;
}

.wp-block-quote {
  padding: 1em;
}

.wp-block-quote  * {
  margin: 0;
}

.wp-block-quote p {
  line-height: 2;
}

.wp-block-button.is-style-outline--1 .wp-block-button__link {
  border-width: 1px;
}

.wp-block-list {
  display: grid;
  gap: 8px;
  margin-top: 2em;
  padding-left: 24px;
}

.wp-block-list ul {
  margin-top: 0;
}

.wp-block-list li {
  margin-top: 0.5em;
}

.wp-block-list li ul {
  margin-top: 0.5em;
}

ul.wp-block-list {
  list-style: disc;
}

ol.wp-block-list {
  list-style: decimal;
}

.postContent {
  margin-top: 40px;
  padding-bottom: 93px;
}




