@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 18px;
  color: #231815;
  padding-top: 82px;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 20px;
    padding-top: 120px;
  }
}

a {
  color: #0081cc;
  text-decoration: none;
  transition: 0.25s;
  font-weight: bold;
}
a:hover {
  color: #33b4ff;
  text-decoration: underline;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #e50012;
}

p {
  margin: 20px 0;
}

.small {
  font-size: 70%;
}

.main {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.up {
  width: 65px;
  height: 118px;
  position: fixed;
  right: 20px;
  bottom: 10%;
  transition: 0.25s;
}

.table {
  border: 1px solid #231815;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .table {
    font-size: 20px;
  }
}
.table th, .table td {
  border: 1px solid #231815;
  padding: 5px 10px;
}
@media screen and (min-width: 600px) {
  .table th, .table td {
    padding: 10px 30px;
  }
}
.table th {
  background: #faf5c3;
  width: 150px;
}
@media screen and (min-width: 600px) {
  .table th {
    width: 256px;
  }
}

.banner-area-wrap {
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .banner-area-wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
  }
}

.banner-area {
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .banner-area {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    margin-bottom: 30px;
  }
}
.banner-area img {
  display: inline-block;
  width: 250px;
}
@media screen and (min-width: 600px) {
  .banner-area p {
    width: 780px;
    padding-right: 40px;
    font-size: 20px;
    margin: 0 !important;
  }
}

@media screen and (max-width: 599px) {
  map {
    display: none;
  }
}

area {
  border: none;
  outline: none;
}

.header {
  border-bottom: 5px solid #006934;
  position: fixed;
  z-index: 1;
  width: 100%;
  background: #fff;
  top: 0;
}
@media screen and (min-width: 600px) {
  .header {
    border-bottom-width: 11px;
  }
}
.header__content {
  margin: 0 auto;
  height: 82px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .header__content {
    height: 120px;
    justify-content: start;
    width: 1100px;
  }
}
.header__logo {
  width: 80%;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: 645px;
  }
}
.header__bar {
  display: flex;
  height: 82px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  right: 0;
}
.header__bar img {
  display: block;
  width: 47px;
  height: 37px;
}

.footer {
  border-top: 1px solid #231815;
  font-size: 15px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (min-width: 600px) {
  .footer {
    height: 160px;
  }
}
.footer__name {
  font-size: 30px;
  margin: 0 0 6px 0;
}
.footer__address {
  margin: 0;
}

.global-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 298px;
  position: absolute;
  top: 82px;
  right: 0;
  z-index: 9999;
}
.global-menu__item {
  border-top: 1px solid #231815;
}
.global-menu__item:first-child {
  border: none;
}
.global-menu__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #231815;
  font-size: 28px;
  height: 106px;
  background: #faf5c3;
}
.global-menu__item a:link, .global-menu__item a:hover, .global-menu__item a:active, .global-menu__item a:focus {
  text-decoration: none;
}
.global-menu__item a:hover {
  opacity: 0.7;
}

.global-menu-back {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.title-view-wrap {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .title-view-wrap {
    text-align: left;
    margin: 0;
  }
}

.title-view {
  width: 296px;
  height: 105px;
  border: 2px solid #006934;
  color: #006934;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .title-view {
    width: 345px;
    height: 122px;
    margin: 0 17px;
  }
}
.title-view--link:link, .title-view--link:hover, .title-view--link:active, .title-view--link:focus {
  text-decoration: none;
}
.title-view--link:hover {
  color: #006934;
  opacity: 0.6;
}

@media screen and (min-width: 600px) {
  .layer .title-view {
    width: 220px;
    height: 55px;
    margin: 0;
  }
}

.title {
  font-size: 28px;
  color: #006934;
  margin-top: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .title {
    font-size: 32px;
  }
}
.title--bar {
  display: flex;
  flex-direction: row;
}
.title--bar:after {
  display: block;
  content: "";
  border-top: 1px solid #006934;
  width: 100%;
  margin-right: 10px;
}
.title__content {
  margin-right: 10px;
}

.sub-title {
  font-weight: normal;
  width: 300px;
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
}

.sub-title-wrap {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .sub-title-wrap {
    text-align: left;
  }
}

.small-title {
  font-weight: normal;
  margin-bottom: 10px;
  color: #006934;
}

.button {
  color: #fff;
  background: #717071;
  line-height: 35px;
  border-radius: 35px;
  padding: 4px 20px;
}
.button:link, .button:hover, .button:active, .button:focus {
  text-decoration: none;
}
.button:hover {
  color: #fff;
  opacity: 0.7;
}

.top {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top .header__content {
    height: 120px;
    justify-content: center;
    border-bottom-width: 11px;
  }
}
@media screen and (min-width: 600px) {
  .top .header__logo {
    text-align: center;
    width: 934px;
  }
}

.mv {
  border-bottom: 12px solid #006934;
  font-size: 0;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .mv {
    border-bottom-width: 25px;
  }
}
.mv__item {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .mv__item {
    height: 373px;
  }
}
.mv__item--1 {
  background-image: url(../images/top1.jpg);
}
.mv__item--2 {
  background-image: url(../images/top2.jpg);
}
.mv__item--3 {
  background-image: url(../images/top3.jpg);
}

@media screen and (min-width: 600px) {
  .top-text {
    font-size: 29px;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .top-menu {
    flex-direction: row;
  }
}
.top-menu__item {
  margin-bottom: 10px;
}

.jinzai {
  color: #e50012;
  font-weight: bold;
  font-size: 30px;
  width: 290px;
  height: 80px;
  border: 2px solid #e50012;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .jinzai {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .jinzai-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 600px) {
  .jinzai-wrap p {
    font-size: 29px;
    text-align: left;
    padding-left: 30px;
  }
}

.photo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .photo-list {
    flex-flow: wrap;
  }
}
.photo-list__item {
  width: 300px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .photo-list__item {
    margin-right: 16px;
    width: 266px;
  }
}
.photo-list__item img {
  display: block;
  margin-bottom: 4px;
  width: 100%;
}

.introduction-banner {
  width: 250px;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .introduction-banner {
    width: auto;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .introduction-banner p {
    width: 400px;
  }
}

@media screen and (min-width: 600px) {
  .introduction-photo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1140px;
  }
}
.office {
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (min-width: 600px) {
  .office {
    font-size: 20px;
    line-height: 1.3;
    width: 50%;
  }
}
.office__ws {
  margin-left: 3em;
  display: block;
}
@media screen and (min-width: 600px) {
  .office__wspc {
    margin-left: 3em;
    display: block;
  }
}

.office-photo {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (min-width: 600px) {
  .office-photo {
    width: 46%;
    margin-right: 4%;
  }
}
.office-photo__photo {
  width: 146px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .office-photo__photo {
    width: 154px;
    margin-right: 30px;
  }
}
.office-photo__content {
  flex: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .office-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 600px) {
  .office-link p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 600px) {
  .office-link a {
    font-size: 24px;
    width: 330px;
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: inherit;
  }
}

.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.u-text-align-left {
  text-align: left !important;
}

.u-text-align-right {
  text-align: right !important;
}

.u-text-align-center {
  text-align: center !important;
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-none {
  float: none !important;
}

.u-margin-top-0 {
  margin-top: 0px !important;
}

.u-margin-top-5 {
  margin-top: 5px !important;
}

.u-margin-top-10 {
  margin-top: 10px !important;
}

.u-margin-top-15 {
  margin-top: 15px !important;
}

.u-margin-top-20 {
  margin-top: 20px !important;
}

.u-margin-top-25 {
  margin-top: 25px !important;
}

.u-margin-top-30 {
  margin-top: 30px !important;
}

.u-margin-top-35 {
  margin-top: 35px !important;
}

.u-margin-top-40 {
  margin-top: 40px !important;
}

.u-margin-top-45 {
  margin-top: 45px !important;
}

.u-margin-top-50 {
  margin-top: 50px !important;
}

.u-margin-top-55 {
  margin-top: 55px !important;
}

.u-margin-top-60 {
  margin-top: 60px !important;
}

.u-margin-top-65 {
  margin-top: 65px !important;
}

.u-margin-top-70 {
  margin-top: 70px !important;
}

.u-margin-top-75 {
  margin-top: 75px !important;
}

.u-margin-top-80 {
  margin-top: 80px !important;
}

.u-margin-top-85 {
  margin-top: 85px !important;
}

.u-margin-top-90 {
  margin-top: 90px !important;
}

.u-margin-top-95 {
  margin-top: 95px !important;
}

.u-margin-top-100 {
  margin-top: 100px !important;
}

.u-margin-bottom-0 {
  margin-bottom: 0px !important;
}

.u-margin-bottom-5 {
  margin-bottom: 5px !important;
}

.u-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.u-margin-bottom-15 {
  margin-bottom: 15px !important;
}

.u-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.u-margin-bottom-25 {
  margin-bottom: 25px !important;
}

.u-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.u-margin-bottom-35 {
  margin-bottom: 35px !important;
}

.u-margin-bottom-40 {
  margin-bottom: 40px !important;
}

.u-margin-bottom-45 {
  margin-bottom: 45px !important;
}

.u-margin-bottom-50 {
  margin-bottom: 50px !important;
}

.u-margin-bottom-55 {
  margin-bottom: 55px !important;
}

.u-margin-bottom-60 {
  margin-bottom: 60px !important;
}

.u-margin-bottom-65 {
  margin-bottom: 65px !important;
}

.u-margin-bottom-70 {
  margin-bottom: 70px !important;
}

.u-margin-bottom-75 {
  margin-bottom: 75px !important;
}

.u-margin-bottom-80 {
  margin-bottom: 80px !important;
}

.u-margin-bottom-85 {
  margin-bottom: 85px !important;
}

.u-margin-bottom-90 {
  margin-bottom: 90px !important;
}

.u-margin-bottom-95 {
  margin-bottom: 95px !important;
}

.u-margin-bottom-100 {
  margin-bottom: 100px !important;
}

.u-margin-right-0 {
  margin-right: 0px !important;
}

.u-margin-right-5 {
  margin-right: 5px !important;
}

.u-margin-right-10 {
  margin-right: 10px !important;
}

.u-margin-right-15 {
  margin-right: 15px !important;
}

.u-margin-right-20 {
  margin-right: 20px !important;
}

.u-margin-right-25 {
  margin-right: 25px !important;
}

.u-margin-right-30 {
  margin-right: 30px !important;
}

.u-margin-right-35 {
  margin-right: 35px !important;
}

.u-margin-right-40 {
  margin-right: 40px !important;
}

.u-margin-right-45 {
  margin-right: 45px !important;
}

.u-margin-right-50 {
  margin-right: 50px !important;
}

.u-margin-right-55 {
  margin-right: 55px !important;
}

.u-margin-right-60 {
  margin-right: 60px !important;
}

.u-margin-right-65 {
  margin-right: 65px !important;
}

.u-margin-right-70 {
  margin-right: 70px !important;
}

.u-margin-right-75 {
  margin-right: 75px !important;
}

.u-margin-right-80 {
  margin-right: 80px !important;
}

.u-margin-right-85 {
  margin-right: 85px !important;
}

.u-margin-right-90 {
  margin-right: 90px !important;
}

.u-margin-right-95 {
  margin-right: 95px !important;
}

.u-margin-right-100 {
  margin-right: 100px !important;
}

.u-margin-left-0 {
  margin-left: 0px !important;
}

.u-margin-left-5 {
  margin-left: 5px !important;
}

.u-margin-left-10 {
  margin-left: 10px !important;
}

.u-margin-left-15 {
  margin-left: 15px !important;
}

.u-margin-left-20 {
  margin-left: 20px !important;
}

.u-margin-left-25 {
  margin-left: 25px !important;
}

.u-margin-left-30 {
  margin-left: 30px !important;
}

.u-margin-left-35 {
  margin-left: 35px !important;
}

.u-margin-left-40 {
  margin-left: 40px !important;
}

.u-margin-left-45 {
  margin-left: 45px !important;
}

.u-margin-left-50 {
  margin-left: 50px !important;
}

.u-margin-left-55 {
  margin-left: 55px !important;
}

.u-margin-left-60 {
  margin-left: 60px !important;
}

.u-margin-left-65 {
  margin-left: 65px !important;
}

.u-margin-left-70 {
  margin-left: 70px !important;
}

.u-margin-left-75 {
  margin-left: 75px !important;
}

.u-margin-left-80 {
  margin-left: 80px !important;
}

.u-margin-left-85 {
  margin-left: 85px !important;
}

.u-margin-left-90 {
  margin-left: 90px !important;
}

.u-margin-left-95 {
  margin-left: 95px !important;
}

.u-margin-left-100 {
  margin-left: 100px !important;
}

.u-padding-top-0 {
  padding-top: 0px !important;
}

.u-padding-top-5 {
  padding-top: 5px !important;
}

.u-padding-top-10 {
  padding-top: 10px !important;
}

.u-padding-top-15 {
  padding-top: 15px !important;
}

.u-padding-top-20 {
  padding-top: 20px !important;
}

.u-padding-top-25 {
  padding-top: 25px !important;
}

.u-padding-top-30 {
  padding-top: 30px !important;
}

.u-padding-top-35 {
  padding-top: 35px !important;
}

.u-padding-top-40 {
  padding-top: 40px !important;
}

.u-padding-top-45 {
  padding-top: 45px !important;
}

.u-padding-top-50 {
  padding-top: 50px !important;
}

.u-padding-top-55 {
  padding-top: 55px !important;
}

.u-padding-top-60 {
  padding-top: 60px !important;
}

.u-padding-top-65 {
  padding-top: 65px !important;
}

.u-padding-top-70 {
  padding-top: 70px !important;
}

.u-padding-top-75 {
  padding-top: 75px !important;
}

.u-padding-top-80 {
  padding-top: 80px !important;
}

.u-padding-top-85 {
  padding-top: 85px !important;
}

.u-padding-top-90 {
  padding-top: 90px !important;
}

.u-padding-top-95 {
  padding-top: 95px !important;
}

.u-padding-top-100 {
  padding-top: 100px !important;
}

.u-padding-bottom-0 {
  padding-bottom: 0px !important;
}

.u-padding-bottom-5 {
  padding-bottom: 5px !important;
}

.u-padding-bottom-10 {
  padding-bottom: 10px !important;
}

.u-padding-bottom-15 {
  padding-bottom: 15px !important;
}

.u-padding-bottom-20 {
  padding-bottom: 20px !important;
}

.u-padding-bottom-25 {
  padding-bottom: 25px !important;
}

.u-padding-bottom-30 {
  padding-bottom: 30px !important;
}

.u-padding-bottom-35 {
  padding-bottom: 35px !important;
}

.u-padding-bottom-40 {
  padding-bottom: 40px !important;
}

.u-padding-bottom-45 {
  padding-bottom: 45px !important;
}

.u-padding-bottom-50 {
  padding-bottom: 50px !important;
}

.u-padding-bottom-55 {
  padding-bottom: 55px !important;
}

.u-padding-bottom-60 {
  padding-bottom: 60px !important;
}

.u-padding-bottom-65 {
  padding-bottom: 65px !important;
}

.u-padding-bottom-70 {
  padding-bottom: 70px !important;
}

.u-padding-bottom-75 {
  padding-bottom: 75px !important;
}

.u-padding-bottom-80 {
  padding-bottom: 80px !important;
}

.u-padding-bottom-85 {
  padding-bottom: 85px !important;
}

.u-padding-bottom-90 {
  padding-bottom: 90px !important;
}

.u-padding-bottom-95 {
  padding-bottom: 95px !important;
}

.u-padding-bottom-100 {
  padding-bottom: 100px !important;
}

.u-padding-right-0 {
  padding-right: 0px !important;
}

.u-padding-right-5 {
  padding-right: 5px !important;
}

.u-padding-right-10 {
  padding-right: 10px !important;
}

.u-padding-right-15 {
  padding-right: 15px !important;
}

.u-padding-right-20 {
  padding-right: 20px !important;
}

.u-padding-right-25 {
  padding-right: 25px !important;
}

.u-padding-right-30 {
  padding-right: 30px !important;
}

.u-padding-right-35 {
  padding-right: 35px !important;
}

.u-padding-right-40 {
  padding-right: 40px !important;
}

.u-padding-right-45 {
  padding-right: 45px !important;
}

.u-padding-right-50 {
  padding-right: 50px !important;
}

.u-padding-right-55 {
  padding-right: 55px !important;
}

.u-padding-right-60 {
  padding-right: 60px !important;
}

.u-padding-right-65 {
  padding-right: 65px !important;
}

.u-padding-right-70 {
  padding-right: 70px !important;
}

.u-padding-right-75 {
  padding-right: 75px !important;
}

.u-padding-right-80 {
  padding-right: 80px !important;
}

.u-padding-right-85 {
  padding-right: 85px !important;
}

.u-padding-right-90 {
  padding-right: 90px !important;
}

.u-padding-right-95 {
  padding-right: 95px !important;
}

.u-padding-right-100 {
  padding-right: 100px !important;
}

.u-padding-left-0 {
  padding-left: 0px !important;
}

.u-padding-left-5 {
  padding-left: 5px !important;
}

.u-padding-left-10 {
  padding-left: 10px !important;
}

.u-padding-left-15 {
  padding-left: 15px !important;
}

.u-padding-left-20 {
  padding-left: 20px !important;
}

.u-padding-left-25 {
  padding-left: 25px !important;
}

.u-padding-left-30 {
  padding-left: 30px !important;
}

.u-padding-left-35 {
  padding-left: 35px !important;
}

.u-padding-left-40 {
  padding-left: 40px !important;
}

.u-padding-left-45 {
  padding-left: 45px !important;
}

.u-padding-left-50 {
  padding-left: 50px !important;
}

.u-padding-left-55 {
  padding-left: 55px !important;
}

.u-padding-left-60 {
  padding-left: 60px !important;
}

.u-padding-left-65 {
  padding-left: 65px !important;
}

.u-padding-left-70 {
  padding-left: 70px !important;
}

.u-padding-left-75 {
  padding-left: 75px !important;
}

.u-padding-left-80 {
  padding-left: 80px !important;
}

.u-padding-left-85 {
  padding-left: 85px !important;
}

.u-padding-left-90 {
  padding-left: 90px !important;
}

.u-padding-left-95 {
  padding-left: 95px !important;
}

.u-padding-left-100 {
  padding-left: 100px !important;
}

.u-font-size-10 {
  font-size: 10px !important;
}

.u-font-size-11 {
  font-size: 11px !important;
}

.u-font-size-12 {
  font-size: 12px !important;
}

.u-font-size-13 {
  font-size: 13px !important;
}

.u-font-size-14 {
  font-size: 14px !important;
}

.u-font-size-15 {
  font-size: 15px !important;
}

.u-font-size-16 {
  font-size: 16px !important;
}

.u-font-size-17 {
  font-size: 17px !important;
}

.u-font-size-18 {
  font-size: 18px !important;
}

.u-font-size-19 {
  font-size: 19px !important;
}

.u-font-size-20 {
  font-size: 20px !important;
}
