@charset "UTF-8";
@-webkit-keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =====================

common

===================== */
:root {
  --key-color: #90b95e;
  --dark-green: #ff6600;
  --light-bg: #eaf5dd;
  --orange: #fe893a;
  --blue: #1b8bb9;
  --dark-brown: #b9691b;
  --brown: #efd9ac;
  --light-brown: #fef7df;
  --gray01: #444;
  --border: #ddd;
}

@keyframes imgFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

section {
  margin-top: 0;
}

section:not(:last-child) {
  margin-bottom: clamp(50px, 4.16884vw, 80px);
}

a {
  color: var(--key-color);
  text-decoration: underline;
}

a:hover {
  color: var(--key-color);
}

address {
  margin-bottom: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* 背景色 */
.bg-white {
  background-color: #fff !important;
}

.bg-light {
  width: 100%;
  background-color: var(--light-brown) !important;
  padding: 50px 0;
  margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

h3.h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(20px, 1.35487vw, 26px);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #444;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: clamp(30px, 3.12663vw, 60px);
  position: relative;
  z-index: 1;
}

h3.h3::before {
  content: "";
  position: absolute;
  width: 80px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(../img/title-bg-green.svg) center center no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  z-index: -1;
  opacity: .3;
}

h4.h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: clamp(20px, 1.04221vw, 20px);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #444;
  position: relative;
  padding-left: 24px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

h4.h4::before {
  content: "";
  position: absolute;
  top: clamp(3.5px, 0.33872vw, 6.5px);
  left: 0;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/title-bg-green.svg) no-repeat;
  background-size: contain;
  opacity: .7;
}

p {
  font-size: clamp(14px, 1.33445vw, 16px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1.5em;
}

p:empty {
  display: none;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.left-text-center {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  float: left;
  margin-bottom: 0.75em;
  margin-right: 2em;
}

.aligncenter {
  display: block;
  margin: 0 auto 0.75em;
}

.alignright {
  display: block;
  float: right;
  margin-bottom: 0.75em;
  margin-left: 2em;
}

@media screen and (max-width: 500px) {
  .aligncenter,
  .alignleft,
  .alignright {
    width: 100% !important;
    text-align: center;
    margin: 0 auto 0.75em;
  }
}

.wp-caption img {
  margin-bottom: 0.5em;
}

.wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
}

.wp-caption p {
  margin-bottom: 0;
}

/* 2段カラム */
.columns-two {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 2em;
          column-gap: 2em;
}

@media screen and (max-width: 767px) {
  .columns-two {
    -webkit-columns: 1;
            columns: 1;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe365));
  background: linear-gradient(transparent 70%, #ffe365 70%);
}

.fz-s {
  font-size: 12px !important;
}

.fz-m {
  font-size: 20px !important;
}

.fz-l {
  font-size: 36px !important;
}

.red {
  color: #ff5a3b !important;
}

.blue {
  color: #2f3da7 !important;
}

.brawn {
  color: #863926 !important;
}

.purple {
  color: #612fa7 !important;
}

.green {
  color: #2fa776 !important;
}

table tr,
table td {
  border: 1px solid #eee;
  padding: 0.5em 0.75em;
}

th {
  background: rgba(144, 185, 94, 0.1) !important;
}

/* 2カラムレスポンシブテーブル */
table.two-cols {
  border-collapse: collapse;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

table.two-cols tbody th {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  font-weight: 500;
  width: auto;
  white-space: nowrap;
}

table.two-cols tbody td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  table.two-cols tbody tr th {
    white-space: normal;
  }
}

@media (max-width: 576px) {
  table.two-cols {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
  }
  table.two-cols tbody tr {
    border: 0 !important;
  }
  table.two-cols tbody tr:last-child td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0 !important;
  }
  table.two-cols tbody tr th,
  table.two-cols tbody tr td {
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  table.two-cols tbody tr th {
    width: 100%;
    text-align: center;
  }
  table.two-cols tbody tr td {
    text-align: left;
  }
}

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1em;
}

ul.def {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.def li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 1.5em;
}

ul.def li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: var(--key-color);
  margin-right: 7px;
}

dl.dls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 40px;
}

dl.dls dt {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  dl.dls dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

dl.dls dd {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  dl.dls dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

@media screen and (max-width: 576px) {
  dl.dls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  dl.dls dt,
  dl.dls dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  dl.dls dt {
    padding: 20px 0;
  }
  dl.dls dd {
    padding: 20px 0 40px;
  }
}

dl.dls-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 40px;
}

dl.dls-02 dt {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  dl.dls-02 dt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

dl.dls-02 dd {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  dl.dls-02 dd {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 576px) {
  dl.dls-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  dl.dls-02 dt,
  dl.dls-02 dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  dl.dls-02 dt {
    padding: 20px 0;
  }
  dl.dls-02 dd {
    padding: 20px 0 40px;
  }
}

.border_box {
  padding: 1em;
  border: 1px solid var(--border);
  margin-bottom: 30px;
}

/* ========= 画像サイズ固定(500px)2列 ========= */
.two-column {
  display: -ms-grid;
  display: grid;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (minmax(500px, 500px))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(500px, 500px));
  grid-gap: 30px;
}

.two-column .cell > img {
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .two-column {
    -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* ========= 画像サイズ固定(330px)3列 ========= */
.three-column {
  display: -ms-grid;
  display: grid;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (minmax(330px, 330px))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(330px, 330px));
  grid-gap: 30px;
}

.three-column .cell > img {
  max-width: 100%;
}

@media screen and (max-width: 375px) {
  .three-column {
    -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* ========= レスポンシブ4列 ========= */
.responsive-four-column {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(235px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.responsive-four-column > div {
  text-align: center;
}

.responsive-four-column > div > img {
  width: 100%;
  height: auto;
}

.responsive-four-column p {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* ========= ボタン ========= */
*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ========= ボタン ========= */
a.btn {
  display: table;
  vertical-align: middle;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-color: var(--dark-green);
  border: 1px solid var(--dark-green);
  border-top-left-radius: 50vh;
  border-bottom-left-radius: 50vh;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  text-decoration: none;
  /* padding: clamp(20px, 2.08507vw, 25px) clamp(70px, 7.50626vw, 90px); */
  padding: clamp(7px, 2.08507vw, 15px) clamp(35px, 7.50626vw, 45px);
  position: relative;
}

a.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 33px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn:hover {
  color: var(--dark-green) !important;
  background-color: #fff;
}

a.btn:hover::after, a.btn:hover::before {
  right: 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn:hover::before {
  border-color: var(--dark-green);
}

a.btn:hover::after {
  background-color: var(--dark-green);
}

a.btn.radius {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  border: 1px solid var(--dark-green);
  width: 170px;
  height: 170px;
  padding: 15px 15px;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
  background-color: var(--dark-green);
}

a.btn.radius > span {
  display: block;
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}

a.btn.radius::before, a.btn.radius::after {
  top: calc(100% - 40px);
  right: initial;
}

a.btn.radius::before {
  left: 50% !important;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

a.btn.radius::after {
  left: calc(50% + 3px) !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a.btn.radius:hover {
  background-color: #fff;
}

a.btn.radius:hover::before {
  left: calc(50% + 6px) !important;
}

a.btn.radius:hover::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 28px;
}

a.btn.blue {
  background-color: var(--blue);
  border: 1px solid var(--blue);
}

a.btn.blue:hover {
  background-color: #fff;
  color: var(--blue) !important;
}

a.btn.blue:hover::before {
  border-color: var(--blue) !important;
}

a.btn.blue:hover::after {
  background-color: var(--blue);
}

a.btn.dbrown {
  background-color: var(--dark-brown);
  border: 1px solid var(--dark-brown);
}

a.btn.dbrown:hover {
  background-color: #fff;
  color: var(--dark-brown) !important;
  border-color: var(--dark-brown) !important;
}

a.btn.dbrown:hover::before {
  border-color: var(--dark-brown) !important;
}

a.btn.dbrown:hover::after {
  background-color: var(--dark-brown) !important;
}

/* ========= ボタン横並び ========= */
.horizontal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 30px auto;
}

@media screen and (max-width: 992px) {
  .horizontal_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ========= //ボタン横並び ========= */
/* ========= テキストリンク ========= */
.text-arrow-right::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-left: 0.25em;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--key-color);
  border-right: 1px solid var(--key-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text-arrow-right:hover {
  text-decoration: none;
}

/* ========= テーブル幅スクロール ========= */
.scroll-x {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.scroll-x table {
  width: auto;
}

.scroll-x table thead tr th {
  text-align: center !important;
}

.scroll-x table th,
.scroll-x table tr,
.scroll-x table td {
  border: 1px solid #eee;
  padding: 0.5em 0.75em;
}

.scroll-x table th,
.scroll-x table td {
  vertical-align: top;
  padding: 15px;
  border-color: #dedede;
}

.scroll-x table tbody tr:nth-child(2n) {
  background: rgba(234, 245, 221, 0.3) !important;
}

.simplebar-track {
  background-color: #efefef;
}

/* ========= スクロールリスト ========= */
.scroll-y {
  width: 100%;
  height: 500px;
  overflow-y: auto;
}

.scroll-y #archives {
  padding: 0 !important;
}

.scroll-y #archives .container ul.archives {
  width: calc(100% - 30px);
}

/* =================================================

タブ

================================================= */
.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
  gap: 2px;
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  list-style: none;
  color: #fff;
  background-color: var(--key-color);
  border: 1px solid var(--key-color);
  text-align: center;
  cursor: pointer;
  font-size: clamp(12px, 1.33445vw, 16px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tab:hover, .tab:active {
  text-decoration: none;
  color: var(--key-color);
  background-color: #fff;
}

.tab:last-child {
  color: #fff;
  background-color: #34c5b1;
  border: 1px solid #34c5b1;
}

.tab:last-child:hover, .tab:last-child:active {
  color: #34c5b1;
  border: 1px solid #34c5b1;
  background-color: #fff;
}

.tab:last-child.is-active {
  text-decoration: none;
  color: #34c5b1;
  background-color: #fff;
}

.tab:last-child.is-active:hover, .tab:last-child.is-active:active {
  text-decoration: none;
  color: #34c5b1;
  background-color: #fff;
}

.panel-group {
  min-height: 100px;
  border: solid 1px #fff;
  background: #fff;
  padding: 15px 0;
}

.panel {
  display: none;
}

.panel > table.two-cols {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.tab.is-active {
  text-decoration: none;
  color: var(--key-color);
  background-color: #fff;
}

.tab.is-active:hover, .tab.is-active:active {
  text-decoration: none;
  color: var(--key-color);
  background-color: #fff;
}

.panel.is-show {
  display: block;
}

/* ========= 電話リンク ========= */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}
