/* LESS Document */
.cmsArea {
  margin-bottom: 100px;
}
.cmsArea article {
  margin: 100px 0 0;
  padding: 32px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.cmsArea article::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .cmsArea article {
    margin-top: 50px;
    padding: 10px 15px 30px;
  }
}
.cmsArea article header {
  gap: 34px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 40px;
  padding: 0;
  position: static;
}
@media screen and (max-width: 767px) {
  .cmsArea article header {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.cmsArea h2 {
  width: 100%;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cmsArea h2 {
    font-size: 5.6vw;
  }
}
.cmsArea h3 {
  border-bottom: #3B8B8B 3px solid;
  margin: 30px 0 20px;
  padding: 0px 0 5px;
  line-height: 1.2;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .cmsArea h3 {
    font-size: 4.4vw;
  }
}
.cmsArea a {
  color: #1389EA;
}
.cmsArea img {
  max-width: 100%!important;
  height: auto!important;
}
.cmsArea img[style*="right"] {
  display: block;
  margin: 0 0 1em 1em;
}
@media screen and (max-width: 767px) {
  .cmsArea img[style*="right"] {
    float: none!important;
    margin: 0 auto 1em;
  }
}
.cmsArea img[style*="left"] {
  display: block;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .cmsArea img[style*="left"] {
    float: none!important;
    margin: 0 auto 1em;
  }
}
.cmsArea ul {
  padding: 0 0 0 20px;
}
.cmsArea ul li::before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 7px 0 -12px;
  border-radius: 8px;
  background: #3B8B8B;
  vertical-align: 4px;
}
.cmsArea ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.cmsArea blockquote {
  background: #EEE;
  position: relative;
  margin: 0 !important;
  padding: 32px;
}
.cmsArea blockquote::before,
.cmsArea blockquote::after {
  content: "“";
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  color: #787878;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}
.cmsArea blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  bottom: -30px;
  right: 5px;
}
