  .editor h2.wp-block-heading {
  background: var(--blue);
  color: #fff;
  padding: 1.3rem 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .editor h2.wp-block-heading {
    font-size: 1.4rem;
    padding: 1.3rem;
  }
}
.editor h2.wp-block-heading a {
  display: block;
  color: #fff;
}

.editor h3.wp-block-heading {
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.editor h3.wp-block-heading a {
  color: #00559C;
  text-decoration: underline;
}

.editor h4.wp-block-heading {
  font-size: 1.6rem;
  font-weight: 600;
  background: #4396DB;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.editor h5.wp-block-heading {
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.editor h6.wp-block-heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.editor .wp-block-table {
  border-left: 1px solid #c3c3c3;
}

.editor .wp-block-table table {
  width: 100%;
  border-top: 1px solid #c3c3c3;
  margin-bottom: 2rem;
}

.editor .c-table-single {
  border-left: 1px solid #c3c3c3;
}

.editor .wp-block-table table th {
  background: #ededed;
  text-align: left;
  vertical-align: top;
  
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  padding: 1rem 1.5rem;
  font-weight: 600;
}
.editor .wp-block-table table td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
}
.editor .has-text-align-center {
  text-align: center !important;
}
.editor .wp-block-table table td a {
  color: #00559C;
  text-decoration: underline;
}


.editor .wp-block-group {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .editor .wp-block-group {
    margin-bottom: 2rem;
  }
}



.editor .lower-main ul li {
  padding: 0 0 0 1.2rem;
  text-indent: -1.2rem;
  margin-bottom: 1rem;
}
.editor .lower-main ul li::before {
  content: "■";
}
.editor .lower-main ul li:last-child {
  margin-bottom: 0;
}

.editor .lower-main p {
  margin-bottom: 2rem;
}

.editor  p:not(.contact-tel) a,
.editor .wp-block-table a {
  background: transparent url("../img/common/icon_link.svg") no-repeat right center;
  padding: 0 2rem 0 0;
  text-decoration: underline;
}

.editor a.is-pdf {
  background: transparent url("../img/common/icon_pdf.svg") no-repeat right center !important;
  padding: 0 2rem 0 0;
  text-decoration: underline;
}

.editor .wp-block-media-text {
  display: flex;
  gap : 2rem;
  margin-bottom: 4rem;
}

.editor .wp-block-media-text .wp-block-media-text__media {
  max-width: 50%;
}

.editor .wp-block-media-text .wp-block-media-text__content {
  flex : 1;
}

.editor .is-type-video {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .editor .is-type-video {
    margin-bottom: 2rem;
  }
}
.editor .is-type-video iframe {
  width: 100%;

  height: 100%;
  aspect-ratio : 16 / 9;
}

.editor .wp-element-button{
  border: 1px solid var(--blue);
  border-radius: 5px;
  font-size: 1.1rem;
  color: var(--blue);
  padding: 1rem;
  max-width: 160px;
  width: 100%;
  display: block;
  transition: 0.1s all;
  text-align: center;
}
@media (max-width: 1000px) {
  .wp-element-button {
    max-width: 130px;
  }
}
@media (max-width: 768px) {
  .wp-element-button{
    max-width: 100%;
  }
}

.editor hr.is-style-dots {
  border: none;
  background-color: #fff;
  border-width: 1px 0 0 0;
  border-top: dotted;
  border-color: black;
}

.editor .wp-block-columns-is-layout-flex,
.editor .is-layout-flex {
  display: flex;
  gap : 20px;
}

.editor .wp-block-columns-is-layout-flex > div {
  width: 33.333%;
}

.editor .wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 > div {
  width: 50%;
}

.wp-block-verse,
.wp-block-quote {
  background: #EFEFEF;
  padding: 2rem;
  margin-bottom: 4rem;
}

.wp-block-verse {
  text-align: center;
}

@media (max-width: 768px) {
  .wp-block-verse,
  .wp-block-quote {
    margin-bottom: 2rem;
  }
}

.wp-block-verse a,
.wp-block-quote a {
  color: #00559C;
  text-decoration: underline;
  font-style: normal;
}