@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  line-height: 1.5;
  word-wrap: break-word;
  color: #333;
  background-color: #fafafa;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 999px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 999px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
}
@media screen and (min-width: 601px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.home) nav {
    display: none;
  }
}
main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 600px) {
  main {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0 4%;
  }
}
@media screen and (max-width: 600px) {
  iframe {
    width: 100%;
    height: auto;
  }
}
a {
  color: #5c5c5c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #038;
}
a[href*="tel:"] {
  text-decoration: none;
}
a:hover img {
  -webkit-filter: contrast(115%);
          filter: contrast(115%);
}

hr {
  border: 0;
  border-bottom: 1px dotted #d9d9d9;
  background: #fff;
  margin: 2% 0;
}

#slider {
  width: 100%;
  margin: 0 auto;
  background: #dbebff;
}

@media screen and (max-width: 600px) {
  .sp-arrows, .sp-fade-arrows {
    display: none;
  }
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 93%;
}
#pagetop a {
  background: #1e8de9;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pagetop a:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #1e8de9;
  color: #1e8de9;
}

#modal-open {
  cursor: pointer;
}

/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  width: 540px;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #666;
  position: fixed;
  z-index: 2;
}
#modal-main img {
  width: 100% !important;
}

/* モーダル 背景エリア */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  #modal-main {
    display: none;
    width: 100%;
    height: auto;
  }
  #modal-main img {
    width: 100% !important;
  }
  #modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
h1 {
  margin: 2% auto 0;
  color: #038;
}
h1.entrytit {
  font-size: 1.5em;
  padding: 1%;
  background: #e0e0e0;
}

h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  color: #038;
  font-size: 1.3em;
  background: #c7dcff;
}
h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c7dcff;
}

h3 {
  margin: 0 auto;
  border-bottom: #038 1px solid;
}
h3 + p {
  margin-top: 1%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.col2 img:nth-child(1) {
  width: 325px;
}
.col2 div:nth-child(2) {
  width: calc(100% - 325px - 2%);
}
.col2 div:nth-child(1),
.col2 div:nth-child(1) + div {
  width: 49%;
}

/*@include media_sp_l {
  .col2 {
    img { width:100%; }
    table {
      tr th,tr td {
        display: block;width: calc(100% / 2);
      }
    }
  }
}*/
/*@include media_sp {
.col2 {//2カラム
  flex-direction:column;
    //img + div の場合
    img:nth-child(1) { max-width:100%; }
    div:nth-child(2) { width:100%; }
    //div + div の場合
    div:nth-child(1),
    div:nth-child(1) + div { width:100%; }
    div:nth-child(1) + div { margin-top: 30px; }
    table {
      tr th,tr td { width: 100%; display: block; }
    }
  }
}*/
.flo_r {
  float: right;
}
.flo_l {
  float: left;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

table {
  width: 100%;
  margin: 1% auto;
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
}
table * {
  padding: 1%;
  text-align: center;
}
table caption {
  font-size: 1.2em;
  padding: 0;
  margin: 0 0.5%;
  text-align: left;
  color: #333;
  border-bottom: 2px solid #038;
}
table tr th {
  background: #dae8ff;
  text-align: center;
  font-weight: normal;
}
table tr td {
  background: #ececec;
}
table + table {
  margin: 1% 0 0;
}
table .tbl_layout_auto {
  table-layout: auto;
}

.abtn {
  display: block;
  width: 100%;
  border: 1px solid #c22;
  background: #c22;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1%;
  text-decoration: none;
}
.abtn:hover {
  background: #fff;
  color: #c22;
}

.error {
  color: #c22;
  background-color: #fee;
}

@media screen and (max-width: 600px) {
  [class*=error] br {
    display: none;
  }
}
.kome {
  color: #a3a3a3;
  font-size: 0.75em;
}
.kome .fc_red {
  color: #ea7f7f;
}

.txt_c {
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.txt_r {
  text-align: right !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.txt_l {
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.ver_t {
  vertical-align: top !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.ver_m {
  vertical-align: middle !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.ver_b {
  vertical-align: bottom !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.fc_blue {
  color: #038;
}
.fc_red {
  color: #c22;
}

@media screen and (max-width: 600px) {
  .fs10 {
    font-size: 0.8rem;
  }
  .fs11 {
    font-size: 0.9rem;
  }
  .fs12 {
    font-size: 1rem;
  }
  .fs13 {
    font-size: 1.1rem;
  }
  .fs14 {
    font-size: 1.2rem;
  }
  .fs15 {
    font-size: 1.3rem;
  }
  .fs16 {
    font-size: 1.4rem;
  }
  .fs17 {
    font-size: 1.5rem;
  }
  .fs18 {
    font-size: 1.6rem;
  }
  .fs19 {
    font-size: 1.7rem;
  }
  .fs20 {
    font-size: 1.8rem;
  }
  .fs21 {
    font-size: 1.9rem;
  }
  .fs22 {
    font-size: 2rem;
  }
  .fs23 {
    font-size: 2.1rem;
  }
  .fs24 {
    font-size: 2.2rem;
  }
  .fs25 {
    font-size: 2.3rem;
  }
  .fs26 {
    font-size: 2.4rem;
  }
  .fs27 {
    font-size: 2.5rem;
  }
  .fs28 {
    font-size: 2.6rem;
  }
  .fs29 {
    font-size: 2.7rem;
  }
  .fs30 {
    font-size: 2.8rem;
  }
  .fs31 {
    font-size: 2.9rem;
  }
  .fs32 {
    font-size: 3rem;
  }
  .fs33 {
    font-size: 3.1rem;
  }
  .fs34 {
    font-size: 3.2rem;
  }
  .fs35 {
    font-size: 3.3rem;
  }
  .fs36 {
    font-size: 3.4rem;
  }
  .fs37 {
    font-size: 3.5rem;
  }
  .fs38 {
    font-size: 3.6rem;
  }
  .fs39 {
    font-size: 3.7rem;
  }
  .fs40 {
    font-size: 3.8rem;
  }
  .fs41 {
    font-size: 3.9rem;
  }
  .fs42 {
    font-size: 4rem;
  }
  .fs43 {
    font-size: 4.1rem;
  }
  .fs44 {
    font-size: 4.2rem;
  }
  .fs45 {
    font-size: 4.3rem;
  }
  .fs46 {
    font-size: 4.4rem;
  }
  .fs47 {
    font-size: 4.5rem;
  }
  .fs48 {
    font-size: 4.6rem;
  }
  .fs49 {
    font-size: 4.7rem;
  }
  .fs50 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 999px) {
  .fs10 {
    font-size: 0.9rem;
  }
  .fs11 {
    font-size: 1rem;
  }
  .fs12 {
    font-size: 1.1rem;
  }
  .fs13 {
    font-size: 1.2rem;
  }
  .fs14 {
    font-size: 1.3rem;
  }
  .fs15 {
    font-size: 1.4rem;
  }
  .fs16 {
    font-size: 1.5rem;
  }
  .fs17 {
    font-size: 1.6rem;
  }
  .fs18 {
    font-size: 1.7rem;
  }
  .fs19 {
    font-size: 1.8rem;
  }
  .fs20 {
    font-size: 1.9rem;
  }
  .fs21 {
    font-size: 2rem;
  }
  .fs22 {
    font-size: 2.1rem;
  }
  .fs23 {
    font-size: 2.2rem;
  }
  .fs24 {
    font-size: 2.3rem;
  }
  .fs25 {
    font-size: 2.4rem;
  }
  .fs26 {
    font-size: 2.5rem;
  }
  .fs27 {
    font-size: 2.6rem;
  }
  .fs28 {
    font-size: 2.7rem;
  }
  .fs29 {
    font-size: 2.8rem;
  }
  .fs30 {
    font-size: 2.9rem;
  }
  .fs31 {
    font-size: 3rem;
  }
  .fs32 {
    font-size: 3.1rem;
  }
  .fs33 {
    font-size: 3.2rem;
  }
  .fs34 {
    font-size: 3.3rem;
  }
  .fs35 {
    font-size: 3.4rem;
  }
  .fs36 {
    font-size: 3.5rem;
  }
  .fs37 {
    font-size: 3.6rem;
  }
  .fs38 {
    font-size: 3.7rem;
  }
  .fs39 {
    font-size: 3.8rem;
  }
  .fs40 {
    font-size: 3.9rem;
  }
  .fs41 {
    font-size: 4rem;
  }
  .fs42 {
    font-size: 4.1rem;
  }
  .fs43 {
    font-size: 4.2rem;
  }
  .fs44 {
    font-size: 4.3rem;
  }
  .fs45 {
    font-size: 4.4rem;
  }
  .fs46 {
    font-size: 4.5rem;
  }
  .fs47 {
    font-size: 4.6rem;
  }
  .fs48 {
    font-size: 4.7rem;
  }
  .fs49 {
    font-size: 4.8rem;
  }
  .fs50 {
    font-size: 4.9rem;
  }
}
@media screen and (min-width: 1000px) {
  .fs10 {
    font-size: 1rem;
  }
  .fs11 {
    font-size: 1.1rem;
  }
  .fs12 {
    font-size: 1.2rem;
  }
  .fs13 {
    font-size: 1.3rem;
  }
  .fs14 {
    font-size: 1.4rem;
  }
  .fs15 {
    font-size: 1.5rem;
  }
  .fs16 {
    font-size: 1.6rem;
  }
  .fs17 {
    font-size: 1.7rem;
  }
  .fs18 {
    font-size: 1.8rem;
  }
  .fs19 {
    font-size: 1.9rem;
  }
  .fs20 {
    font-size: 2rem;
  }
  .fs21 {
    font-size: 2.1rem;
  }
  .fs22 {
    font-size: 2.2rem;
  }
  .fs23 {
    font-size: 2.3rem;
  }
  .fs24 {
    font-size: 2.4rem;
  }
  .fs25 {
    font-size: 2.5rem;
  }
  .fs26 {
    font-size: 2.6rem;
  }
  .fs27 {
    font-size: 2.7rem;
  }
  .fs28 {
    font-size: 2.8rem;
  }
  .fs29 {
    font-size: 2.9rem;
  }
  .fs30 {
    font-size: 3rem;
  }
  .fs31 {
    font-size: 3.1rem;
  }
  .fs32 {
    font-size: 3.2rem;
  }
  .fs33 {
    font-size: 3.3rem;
  }
  .fs34 {
    font-size: 3.4rem;
  }
  .fs35 {
    font-size: 3.5rem;
  }
  .fs36 {
    font-size: 3.6rem;
  }
  .fs37 {
    font-size: 3.7rem;
  }
  .fs38 {
    font-size: 3.8rem;
  }
  .fs39 {
    font-size: 3.9rem;
  }
  .fs40 {
    font-size: 4rem;
  }
  .fs41 {
    font-size: 4.1rem;
  }
  .fs42 {
    font-size: 4.2rem;
  }
  .fs43 {
    font-size: 4.3rem;
  }
  .fs44 {
    font-size: 4.4rem;
  }
  .fs45 {
    font-size: 4.5rem;
  }
  .fs46 {
    font-size: 4.6rem;
  }
  .fs47 {
    font-size: 4.7rem;
  }
  .fs48 {
    font-size: 4.8rem;
  }
  .fs49 {
    font-size: 4.9rem;
  }
  .fs50 {
    font-size: 5rem;
  }
}
.fs_small {
  font-size: 0.8em;
}
.fs_large {
  font-size: 1.2em;
}

.fw_normal {
  font-weight: 400;
}
.fw_bold {
  font-weight: 700;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.mg0 {
  margin: 0rem !important;
}

.pd0 {
  padding: 0rem !important;
}

.mg5 {
  margin: 0.5rem !important;
}

.pd5 {
  padding: 0.5rem !important;
}

.mg10 {
  margin: 1rem !important;
}

.pd10 {
  padding: 1rem !important;
}

.mg15 {
  margin: 1.5rem !important;
}

.pd15 {
  padding: 1.5rem !important;
}

.mg20 {
  margin: 2rem !important;
}

.pd20 {
  padding: 2rem !important;
}

.mg25 {
  margin: 2.5rem !important;
}

.pd25 {
  padding: 2.5rem !important;
}

.mg30 {
  margin: 3rem !important;
}

.pd30 {
  padding: 3rem !important;
}

.mg35 {
  margin: 3.5rem !important;
}

.pd35 {
  padding: 3.5rem !important;
}

.mg40 {
  margin: 4rem !important;
}

.pd40 {
  padding: 4rem !important;
}

.mg45 {
  margin: 4.5rem !important;
}

.pd45 {
  padding: 4.5rem !important;
}

.mg50 {
  margin: 5rem !important;
}

.pd50 {
  padding: 5rem !important;
}