.editor-style h2 {
  font-weight: bold;
  /* font-family: "Cormorant Garamond", "Times New Roman", serif; */
  font-family: "Sedan SC Regular",serif;
  font-size: clamp(15px, 4vw, 23px);
  line-height: 1.5;
}

.editor-style h3 {
  /* font-family: "Cormorant Garamond", "Times New Roman", serif; */
  font-family: "Sedan SC Regular",serif;
  font-size: clamp(20px, 4vw, 23px);
  border-bottom: solid 1px #4b4b4b;
  padding: 5px 0;
  line-height: 1.5;
}

.editor-style p {
  line-height: 1.5;
}

/* リスト表示 */
.editor-style ol,
.editor-style ul{
  list-style: auto;
  margin-left: 30px;
  line-height: 1.5;
}

.privacy-policy ol, 
.privacy-policy ul{
  list-style: auto !important;
  margin-left: 30px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    margin-top: 10px;
  }
}

.f-serif {
  /* font-family: "Cormorant Garamond", "Times New Roman", serif; */
  font-family: "Sedan SC Regular",serif;
}

/* テーブル */

.wp-block-table td {
  /* border: solid 1px #c8c8c8; */
  border: none;
  padding-left: 1em;
  padding-right: 0;
  vertical-align: middle;
}

.wp-block-table tr {
  border-bottom: solid 1px #bdbdbd;
}

@media screen and (max-width: 600px) {
  .wp-block-table td {
    font-size: 14px;
  }
  #post-50 p {
    font-size: 14px;
  }
}

.wp-block-table td:first-child {
  /* background-color: #eee; */
  width: 30%;
  white-space: nowrap;
}

.wp-block-heading {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(20px, 4vw, 23px);
}

/* ホバー */

.hover07:hover {
  opacity: 0.7;
}

.hover-blue {
  background: #eaf0f8;
}
.hover-blue:hover {
  background: #cfdbee;
  transition: 0.5s;
}

/* ボタン */

.wp-block-button a {
  background-color: #080a3c;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-block-button a:hover {
  background-color: #bc3925;
}

/* ヘッダーのドロップダウンメニュー */

.l-header__nav-list .dropdown-menu {
  position: relative;
  display: inline-block;
}

.l-header__nav-list .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 1;
  padding: 10px 30px;
  left: -50%;
}

.l-header__nav-list .sub-menu li:not(:last-child) {
  border-bottom: #080a3c solid 1px;
  padding-bottom: 10px;
}

.l-header__nav-list .sub-menu li {
  margin-bottom: 10px;
  white-space: nowrap;
}

.l-header__nav-list .dropdown-menu:hover .sub-menu {
  display: block;
}

/* ふっだーメニュー */

.l-footer__list .sub-menu li {
  font-size: 10px;
  /* margin-left: 5px; */
}

#menu-footer-manu li a:not(.sub-menu li a) {
  font-weight: bold;
}
