.text-body {
  color: #444444 !important;
}

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F5949C;
}

.brown {
  color: #896957 !important;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #2C369A;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #367963;
}

.orange {
  color: #EC9035;
}

.lightgreen {
  color: #5B8A71;
}

.lightblue {
  color: #29B8CA;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #E7F1F9;
}

.bg-orange {
  background-color: #EC9035;
}

.bg-lightorange {
  background-color: #FBB65B;
}

.bg-lighterorange {
  background-color: #F9D5A6;
}

.bg-lightestorange {
  background-color: #FFF9E0;
}

.bg-green {
  background-color: #367963;
}

.bg-red {
  background-color: #EC5870;
}

.bg-blue {
  background-color: #2C369A;
}

.bg-pink {
  background-color: #F5949C;
}

.bg-yellow {
  background-color: #FFDA00;
}

.bg-brown {
  background-color: #896957;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-lightblue {
  background-color: #29B8CA;
}

.bg-lighterblue {
  background-color: #5864DB;
}

.bg-lightestblue {
  background-color: #E7F1F9;
}

.bg-lightestyellow {
  background-color: #FFFFEE;
}

.bg-lightgreen {
  background-color: #5B8A71;
}

.bg-lightergreen {
  background-color: #ddecd4;
}

.bg-lightestgreen {
  background-color: #D0EADC;
}

.bg-lightestpink {
  background-color: #FFF7F7;
}

.bg-light2 {
  background-color: #FBFAF8;
}

.bg-lightbrown {
  background-color: #B0937E;
}

.bg-lighterbrown {
  background-color: #A1846F;
}

.bg-transgreen {
  background-color: rgba(54, 121, 99, 0.9);
}

.bg-transwhite {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-watergreen {
  background: url("../images/bg-watergreen.jpg") top left #367963;
}

.bg-waterbrown {
  background: url("../images/bg-waterbrown.jpg") top left #896957;
}

.disabled a, a.disabled {
  pointer-events: none;
}

body {
  background: url("../images/bg.webp") center top repeat;
  color: #444444;
  overflow-wrap: anywhere;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
}

p, li, dd, .table td, .table-striped > tbody > tr:nth-of-type(2n+1) > *, captuion, figcaption, small {
  color: #444444;
}

h1, h2 {
  font-weight: 400;
  color: #555;
}

h3, h4, h5, h6 {
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #555;
}

.fw-bold, .bold, .bold li, strong, b, th, .table th, dt, .gnav a.mainmenu {
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #444444;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

*:focus:not(:focus-visible) {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

main img {
  height: auto;
  max-width: 100%;
}

.svh100 {
  height: 100svh;
}

.max1700 {
  max-width: 1700px !important;
}

.max1200 {
  max-width: 1200px !important;
}

.max1080 {
  max-width: 1080px !important;
}

.max980 {
  max-width: 980px !important;
}

.max880 {
  max-width: 880px !important;
}

.max780 {
  max-width: 780px !important;
}

.max650 {
  max-width: 650px !important;
}

.va0 {
  vertical-align: 0px;
}

.va-1 {
  vertical-align: -0.063rem;
}

.va-2 {
  vertical-align: -0.125rem;
}

.va-3 {
  vertical-align: -0.188rem;
}

.va-4 {
  vertical-align: -0.25rem;
}

.va-5 {
  vertical-align: -0.313rem;
}

.va1 {
  vertical-align: 0.063rem;
}

.va2 {
  vertical-align: 0.125rem;
}

.va3 {
  vertical-align: 0.188rem;
}

.va4 {
  vertical-align: 0.25rem;
}

.va5 {
  vertical-align: 0.313rem;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex100 {
  z-index: 100;
}

.zindex1031 {
  z-index: 1031;
}

.zindex1100 {
  z-index: 1100;
}

.smallest {
  font-size: 10px;
  letter-spacing: normal;
}

.fs9 {
  font-size: 0.9rem;
}

.fs8 {
  font-size: 0.8rem;
}

.rounded_top {
  border-radius: 1rem 1rem 0 0;
}

.rounded_bottom {
  border-radius: 0 0 1rem 1rem;
}

.rounded_topleft {
  border-top-left-radius: 0.5rem;
}

.rounded_bottomleft {
  border-bottom-left-radius: 0.5rem;
}

.rounded_topright {
  border-top-right-radius: 0.5rem;
}

.rounded_bottomright {
  border-bottom-right-radius: 0.5rem;
}

.gmap {
  min-height: 25rem;
}

.hamburger svg {
  width: 1.75rem;
  height: auto;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcf8e3), color-stop(90%, #fcf8e3), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(transparent 10%, #fcf8e3 10%, #fcf8e3 90%, transparent 90%, transparent 100%);
}

a {
  color: #367963;
}

@media (hover: hover) {
  a:hover {
    color: #367963;
    text-decoration: none;
  }
  a:hover img, a:hover svg, a:hover span {
    opacity: 0.75;
  }
}
.js-tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.mybtn, .btn_pageup, .mybtn_outline, .mybtn_brown {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: url("../images/bg-watergreen.jpg") top left no-repeat #367963;
  border-radius: 0.75rem;
  text-decoration: none;
  line-height: 1;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
.mybtn::after, .btn_pageup::after, .mybtn_outline::after, .mybtn_brown::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  top: calc(50% - 0.6rem);
  right: 1rem;
  background: url("../images/arrow-up-circle-fill.svg") center center/contain no-repeat;
}

.mybtn_brown {
  background: url("../images/bg-waterbrown.jpg") top left no-repeat #896957;
}

.mybtn_outline {
  background: transparent;
  border: 1px solid #367963;
  color: #367963;
}

.btn_pageup {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 1rem;
  position: relative;
}
.btn_pageup::after {
  content: none;
}
.btn_pageup svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (hover: hover) {
  .mybtn:hover, .mybtn_brown:hover, .mybtn_outline:hover, .btn_pageup:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 1rem 0.25rem #367963;
            box-shadow: 0 0 1rem 0.25rem #367963;
  }
  .mybtn_brown:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 1rem 0.25rem #896957;
            box-shadow: 0 0 1rem 0.25rem #896957;
  }
  .btn_pageup:hover {
    background: #fff;
    color: #444444;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
a.mainmenu {
  text-decoration: none;
}

.gnav a.mainmenu {
  display: block;
  padding: 1rem 0.75rem;
}

@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: #367963;
    text-decoration: none;
  }
  .gnav .dropdown-menu a:hover {
    color: #367963;
  }
  .footer_nav li a:hover {
    text-decoration: underline;
  }
}
.dropdown .dropdown-toggle.show::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  vertical-align: middle;
}

.dropdown .dropdown-toggle::after {
  width: 6px;
  height: 6px;
  border-left: none;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.gnav .dropdown-menu a {
  color: #444444;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0.5rem;
}

.gnav .dropdown-menu li:not(:first-child) a {
  border-top: 1px solid #ccc;
}

.offcanvas {
  border-radius: 1.5rem 0 0 1.5rem;
}
.offcanvas ul.offcanvas_nav {
  border-bottom: 1px solid #ddd;
}
.offcanvas a.mainmenu {
  border-top: 1px solid #ddd;
  color: #444444;
  display: block;
  padding: 1.25rem 0rem;
}
.offcanvas a.mainmenu.dropdown-toggle::after {
  display: none;
}
.offcanvas a.mainmenu.dropdown-toggle {
  background: url("../images/chevron-down.svg") right 1rem center/1rem no-repeat !important;
}
.offcanvas a.mainmenu.dropdown-toggle.show {
  background: url("../images/chevron-up.svg") right 1rem center/1rem no-repeat !important;
}
.offcanvas ul.dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 1rem 1rem !important;
  display: block;
}
.offcanvas ul.dropdown-menu.show a {
  color: #444444;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0rem;
}

.footer_nav li a {
  white-space: normal;
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
}

table.table.timetable th {
  background: #D0EADC;
}
table.table.timetable th, table.table.timetable td {
  padding: 0.75rem 0.25rem;
}
table.table.timetable tr:nth-child(n+2) td:nth-child(n+2) {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #367963;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background: #FBFAF8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.capshape {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif !important;
}

.collapsed.collapse_ttl {
  display: block;
  background: url("../images/chevron-down.svg") right 0.5rem center/1rem no-repeat;
  padding-right: 1.75rem;
}

.collapse_ttl {
  display: block;
  background: url("../images/chevron-up.svg") right 0.5rem center/1rem no-repeat;
  padding-right: 1.75rem;
}

main ol:not(.list-unstyled),
main ul:not(.nav-mytabs):not(.list-unstyled) {
  padding-left: 1.5rem;
}
main ol:not(.list-unstyled) li,
main ul:not(.nav-mytabs):not(.list-unstyled) li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
main ol:not(.list-unstyled) li::marker,
main ul:not(.nav-mytabs):not(.list-unstyled) li::marker {
  color: #367963;
}

ul.list50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.list50 li:nth-child(odd) {
  width: 47%;
  margin-right: 6%;
}
ul.list50 li:nth-child(even) {
  width: 47%;
}

ul.list_inline {
  padding-left: 0;
}
ul.list_inline li {
  display: inline;
}

ol.flowchart li {
  padding: 1.5rem;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}
ol.flowchart li:not(:last-child) {
  margin-bottom: 1rem;
}
ol.flowchart li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #367963;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 767.98px) {
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  header .logo {
    width: 16rem;
  }
  .s_small {
    font-size: 0.9rem !important;
  }
  .s_smaller {
    font-size: 0.8rem !important;
  }
  .s_smallest {
    font-size: 0.7rem !important;
  }
  table.table_break th {
    display: block;
  }
  table.table_break td {
    display: block;
    padding-top: 0;
  }
  footer {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  .js_sticky .gnav {
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }
  ul.list_md_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_md_50 li:nth-child(odd) {
    width: 47%;
    margin-right: 6%;
  }
  ul.list_md_50 li:nth-child(even) {
    width: 47%;
  }
  .m_large {
    font-size: 1.25rem;
  }
  .m_larger {
    font-size: 1.5rem;
  }
  .m_largest {
    font-size: 1.75rem;
  }
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: 380px;
  height: 35vw;
}

.kv1 {
  background: url("../images/kv1.jpg") center center/cover no-repeat;
}

.kv2 {
  background: url("../images/kv2.jpg") center center/cover no-repeat;
}

.kv3 {
  background: url("../images/kv3.jpg") center center/cover no-repeat;
}

.kv4 {
  background: url("../images/kv4.jpg") center center/cover no-repeat;
}

@media (max-width: 767.98px) {
  .kv {
    min-height: auto;
    height: 100vw;
  }
}
.index h1 {
  font-size: 2rem;
  text-shadow: 0 3px 1px #fff, 0 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0 1px #fff, 3px 0 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0 -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
}
.index h1 + p {
  text-shadow: 0 3px 1px #fff, 0 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0 1px #fff, 3px 0 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0 -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff;
}
.index h2 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}
.index h2 span {
  font-size: 0.9rem;
  color: #367963;
}
.index h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #896957;
}
.index .carousel-indicators button {
  background-color: #555 !important;
}

.number {
  font-weight: normal;
  color: #2C369A;
  font-size: 4rem;
  display: block;
  line-height: 1;
  letter-spacing: -0.1rem;
}

.news_title {
  padding-bottom: 0.5rem;
}

.news_body {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.index_philosophy {
  position: relative;
}
.index_philosophy::before {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  content: "";
  display: block;
  width: 191px;
  height: 197px;
  background: url("../images/index3.png") left top/contain no-repeat;
}
.index_philosophy::after {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  content: "";
  display: block;
  width: 191px;
  height: 197px;
  background: url("../images/index4.png") right top/contain no-repeat;
}

.bg_tree {
  background: url("../images/index5.jpg") center center/contain no-repeat;
}

.index_features h2 {
  background: url("../images/index7.png") left 12.5% top/contain no-repeat, url("../images/index8.png") right 12.5% top/contain no-repeat;
}

.index_features_item {
  max-width: 300px;
  margin: 0 auto;
}

.index_symptoms h2 {
  padding: 0.5rem 4rem;
  background: url("../images/index14.png") left bottom/contain no-repeat, url("../images/index15.png") right bottom/contain no-repeat;
}

.index_area h2::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  width: 5.125rem;
  height: 5.3125rem;
  background: url("../images/index17.png") top center/contain no-repeat;
}

.index_treatments ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  padding: 8rem 0.25rem 2rem;
  height: 100% !important;
  border-radius: 0 0 0.75rem 0.75rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-size: 6.5rem;
  background-position: top 2rem center;
  background-repeat: no-repeat;
}
.index_treatments .index_treatment1 li a {
  border-top: 3px solid #367963;
}
.index_treatments .index_treatment1 li:first-child a {
  background-image: url("../images/menu1.svg");
}
.index_treatments .index_treatment1 li:nth-child(2) a {
  background-image: url("../images/menu2.svg");
}
.index_treatments .index_treatment1 li:nth-child(3) a {
  background-image: url("../images/menu10.svg");
}
.index_treatments .index_treatment1 li:nth-child(4) a {
  background-image: url("../images/menu3.svg");
}
.index_treatments .index_treatment1 li:nth-child(5) a {
  background-image: url("../images/menu4.svg");
}
.index_treatments .index_treatment2 li a {
  border-top: 3px solid #896957;
}
.index_treatments .index_treatment2 li:first-child a {
  background-image: url("../images/menu5.svg");
}
.index_treatments .index_treatment2 li:nth-child(2) a {
  background-image: url("../images/menu6.svg");
}
.index_treatments .index_treatment2 li:nth-child(3) a {
  background-image: url("../images/menu7.svg");
}
.index_treatments .index_treatment2 li:nth-child(4) a {
  background-image: url("../images/menu8.svg");
}
.index_treatments .index_treatment2 li:nth-child(5) a {
  background-image: url("../images/menu9.svg");
}

.index_gmap {
  max-width: 435px !important;
}

@media (hover: hover) {
  .index_treatment1 li a:hover {
    background-color: #DAF5E7;
  }
  .index_treatment2 li a:hover {
    background-color: #FCEAE0;
  }
}
@media (max-width: 767.98px) {
  .index h1 {
    font-size: 1.35rem;
  }
  .index h2 {
    font-size: 1.5rem;
  }
  .index h3 {
    font-size: 1.25rem;
  }
  .date_tag {
    display: block;
  }
  .kv_item {
    width: 8rem;
    height: auto;
  }
  .index_philosophy::before {
    width: 5rem;
    height: 5rem;
    top: -0.5rem;
    left: 0rem;
  }
  .index_philosophy::after {
    width: 5rem;
    height: 5rem;
    top: -0.5rem;
    right: 0rem;
  }
  .index_features h2 {
    background-position: left top, right top;
  }
  .index_symptoms h2 {
    padding: 0.5rem 3.5rem;
    background: url("../images/index14.png") left center/3rem no-repeat, url("../images/index15.png") right center/3rem no-repeat;
  }
  .index_area h2::before {
    width: 3rem;
    height: 3rem;
  }
  .index_treatments ul li a {
    padding: 5rem 0.5rem 1.25rem;
    background-size: 4rem;
    background-position: top 1.25rem center;
  }
}
.subpages aside img {
  height: auto;
  max-width: 100%;
}
.subpages .title {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url("../images/title1.png") left 0.5rem center/auto 75% no-repeat, url("../images/title2.png") right 0.5rem center/auto 75% no-repeat;
}
.subpages h1 {
  font-size: 2.25rem;
}
.subpages h1 span {
  color: #367963;
  font-size: 0.8rem;
}
.subpages .container-xxl h2:first-child {
  margin-top: 0;
}
.subpages h2 {
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
  border-bottom: solid 3px #367963;
  padding: 0rem 0rem 0.5rem;
}
.subpages h3 {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  background: #D0EADC;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #367963;
}
.subpages h3 + h4 {
  margin-top: 1rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #367963;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  border-radius: 50%;
}
.subpages .carousel-indicators {
  bottom: -2rem;
}

.checklist li {
  background: url("../images/check-circle-fill.svg") left center/1.2rem no-repeat;
  padding: 0.5rem 0 0.5rem 2rem;
}

.shadowinset {
  position: relative;
  width: 100%;
  height: 100%;
}

.shadowinset::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0 0.5rem 0.5rem #fff;
          box-shadow: inset 0 0 0.5rem 0.5rem #fff;
}

@media (max-width: 767.98px) {
  .subpages .title {
    padding: 3rem 0;
    background: url("../images/title1.png") left 0.5rem center/auto 50% no-repeat, url("../images/title2.png") right 0.5rem center/auto 50% no-repeat;
  }
  .subpages h1 {
    font-size: 1.5rem;
  }
  .subpages h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .subpages h2 + h3 {
    margin-top: 1.5rem;
  }
  .subpages h3 {
    font-size: 1.15rem;
  }
  .subpages h4 {
    font-size: 1.1rem;
  }
  .subpages h5 {
    font-size: 1.05rem;
  }
  .subpages h6 {
    font-size: 1rem;
  }
}