main#main {
    max-width: 1867px;
    margin: 0 auto;
}

.header-main .desktop-menu #nav-primary>.menu-item:hover>a::before,
.header-right .phone a:hover::before {
    transition: all 1s ease;
}
.header-main .desktop-menu #nav-primary>.menu-item:hover>a,
.header-main .desktop-menu #nav-primary>.menu-item:hover .menu-sub-label,
.header-right .phone a:hover {
    transition: all 1s ease;
}
.section-map iframe{
    width: 100%;
    max-height: 625px;
    border: none;
}
/* Block Editor Styles */
.static-content p{
    color: #113763;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 181.25% */
    letter-spacing: 0.8px;
}
.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.wp-block-list {
    border: 2px solid #113763;
    border-radius: 1.5rem;
    padding: 2rem 2rem;
    margin: 2rem 0;
}
.wp-block-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 24px;
  /* font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif; */
  color: #113763;
}
.wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #10325c; /* ネイビーブルー */
  border-radius: 5px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 20%;
  box-sizing: border-box;
  /* チェックマーク */
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='white'/%3E%3Cpath d='M7 13l3 3 7-7' stroke='%2310325c' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.wp-block-list mark.has-inline-color {
  font-size: 24px;
  font-weight: bold;
  color: #f57c00; /* オレンジ系 */
  background-color: transparent; /* 念のためリセット */
  display: inline-block;
  margin-bottom: 4px;
}

.wp-block-list li br + span,
.wp-block-list li br {
  display: block;
  margin-top: 4px;
}

.wp-block-list li br + * {
  font-size: 14px;
  margin-top: 4px;
}

.static-content .has-large-font-size {
    color: #113763;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 187.5% */
    letter-spacing: 3.2px;
}
.static-content .has-x-large-font-size {
    font-size: 2.25rem !important;
    line-height: 3.5rem;
}

.static-content .has-medium-font-size {
    margin: 1rem 0 1rem;
}
h2.wp-block-heading{
    font-size: 33px; /* または 1.75rem など */
    font-weight: bold;
    color: #113763; /* 濃いネイビーブルー */
    border-left: 5px solid #1a2f4c;
    padding: 1rem;
    margin-bottom: 24px;
    background: #F3F3F3;
}
h3.wp-block-heading {
    color: #113763;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 218.75% */
    letter-spacing: 1.6px;
    border-bottom: 2px solid #113763;
    padding: 0 !important;
}
h4.wp-block-heading {
    color: #113763;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.static-content p.tag {
    background: white;
    border: 2px solid #113763;
    display: inline-block;
    padding: 0 10px;
    border-radius: 7px;
    font-weight: bold;
    margin-bottom: 0;
}
.wp-block-columns p {
    line-height: 2;
}
@media (max-width: 768px) {
    .static-content .has-x-large-font-size {
        font-size: 1.5rem !important;
        line-height: 2rem;
    }
    .banner-secondary .page-header .page-title{
        letter-spacing: 2.8px;
    }
    h2.wp-block-heading{
        font-size: 24px;
    }
    h3.wp-block-heading {
        font-size: 20px;
    }
    .wp-block-list mark.has-inline-color{
        font-size: 16px;
    }
}