@charset "utf-8";
.second-mainimg-area .title-area,
.second-mainimg-area .title-area::before {
    background-color: #00a9eb;
}

.second-mainimg-area .title-area span {
    background: #f8e300;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    width: 7em;
    color: #222;
}
.second-mainimg-area {
  background-image: url(../images/fp/bg_fp.jpg);
}
.cms-area h2,
.editor-visual-editor h2 {
  font-size: 2.6rem;
  color: #094e9e;
}
.cms-area h3,
.editor-visual-editor h3 {
  font-size: 2.2rem;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #094e9e;
  margin-bottom: 0.5em;
}
.cms-area h4,
.editor-visual-editor h4 {
  font-size: 2rem;
  color: #094e9e;
  border-left: 5px solid #094e9e;
  padding-left: 0.5em;
  margin-bottom: 15px;
  line-height: 1;
  padding-bottom: 0.2em;
}
.cms-area h5,
.editor-visual-editor h5 {
  color: #094e9e;
}
.cms-area p {
  margin-bottom: 1em;
}
.cms-area .wp-block-image {
  margin-bottom: 1em;
}
@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
  .cms-area h2 {
    font-size: 2.4rem;
  }
  .cms-area h3 {
    font-size: 2rem;
  }
  .cms-area h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {

}