@charset "UTF-8";
/* -------------------------------------------------------------------------
	Foundation
------------------------------------------------------------------------- */
/* Vendor */
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; } }
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; } }

.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent); }

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent); }

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent); }

.scroll-hint-icon {
  position: absolute;
  top: min(50%, 80px);
  left: calc(50% - 70px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 20px 10px 10px 10px; }

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  display: none; }
  @media all and (max-width: 767px) {
    .scroll-hint-icon-wrap {
      display: block; } }

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1; }

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  top: -5px;
  position: relative;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/common/img/scroll-hint-icon_01.svg); }

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(/common/img/scroll-hint-icon_02.svg);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4); }

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==); }

.scroll-hint-icon-white .scroll-hint-text {
  color: #000; }

@media all and (max-width: 767px) {
  .scroll-hint-wrap {
    position: relative;
    width: calc(100vw - 16px); }
    .scroll-hint-wrap::before {
      content: "";
      width: 24px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 5; }
    .scroll-hint-wrap table {
      margin-right: 16px; }
    .scroll-hint-wrap .section_image {
      width: 960px; }
      .scroll-hint-wrap .section_image img {
        margin-right: 16px; } }

@media all and (max-width: 767px) {
  .scroll-hint--hrd .scroll-hint-icon {
    top: 98px; } }

@media all and (max-width: 767px) {
  .scroll-hint--hrd img {
    height: 392px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./font/../font/slick.eot");
  src: url("./font/../font/slick.eot?#iefix") format("embedded-opentype"), url("./font/../font/slick.woff") format("woff"), url("./font/../font/slick.ttf") format("truetype"), url("./font/../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Variable */
/*

brakepoints

*/
/*

base color

*/
#franchisee_1 {
  --color_main: #BC1B0F;
  --color_accent: #72C1EC;
  --color_catch: #ffffff;
  --color_btn: #72C1EC;
  --color_grad_color: #F55D58;
  --color_l_blue: #72C0EA;
  --color_hover: #F4D1CF; }

#franchisee_2 {
  --color_main: #599D30;
  --color_accent: #FFCA10;
  --color_catch: #ffffff;
  --color_btn: #FFCA10;
  --color_grad_color: #9DC814;
  --color_l_blue: #FFCA10;
  --color_hover: #DDEBD7; }

#franchisee_3 {
  --color_main: #0938B1;
  --color_accent: #40C4ED;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #40C4ED;
  --color_l_blue: #A1AFC4;
  --color_hover: #A4E4FF; }

#franchisee_4 {
  --color_main: #F66969;
  --color_accent: #FABEED;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #ECA5DC;
  --color_l_blue: #A1AFC4;
  --color_hover: #FCE7E7; }

#franchisee_5 {
  --color_main: #823CAD;
  --color_accent: #92B2D3;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #92B2D3;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_6 {
  --color_main: #18AB1E;
  --color_accent: #B0E310;
  --color_catch: #ffffff;
  --color_btn: #18AB1E;
  --color_grad_color: #c5e75a;
  --color_l_blue: #18AB1E;
  --color_hover: #D0EED5; }

#franchisee_7 {
  --color_main: #0068EE;
  --color_accent: #E5E5E5;
  --color_catch: #0068EE;
  --color_btn: #E5E5E5;
  --color_grad_color: #E5E5E5;
  --color_l_blue: #E5E5E5;
  --color_hover: #D4E1FC; }

#franchisee_8 {
  --color_main: #2A5BAE;
  --color_accent: #FC8A86;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #AECBFE;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_10 {
  --color_main: #0938B1;
  --color_accent: #40C4ED;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #40C4ED;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_11 {
  --color_main: #533780;
  --color_accent: #7CBFBB;
  --color_catch: #ffffff;
  --color_btn: #533780;
  --color_grad_color: #7CBFBB;
  --color_l_blue: #7CBFBB;
  --color_hover: #DDD7E6; }

#franchisee_12 {
  --color_main: #4E8AC0;
  --color_accent: #FFBE98;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #A1D5EA;
  --color_l_blue: #A1AFC4;
  --color_hover: #A1D5EA; }

#franchisee_13 {
  --color_main: #78167A;
  --color_accent: #FC8A86;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #FC8A86;
  --color_l_blue: #A1AFC4;
  --color_hover: #F9EBFE; }

#franchisee_14 {
  --color_main: #018237;
  --color_accent: #9FCA6C;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #9FCA6C;
  --color_l_blue: #A1AFC4;
  --color_hover: #c3daa6; }

#franchisee_16 {
  --color_main: #17428C;
  --color_accent: #9ADADA;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #9ADADA;
  --color_l_blue: #A1AFC4;
  --color_hover: #CDF0EB; }

#franchisee_17 {
  --color_main: #C40000;
  --color_accent: #D1BFAA;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #D1BFAA;
  --color_l_blue: #A1AFC4;
  --color_hover: #FFF0E5; }

#franchisee_18 {
  --color_main: #17428C;
  --color_accent: #92B2D3;
  --color_catch: #ffffff;
  --color_btn: #17428C;
  --color_grad_color: #92B2D3;
  --color_l_blue: #92B2D3;
  --color_hover: #D2D9E8; }

#franchisee_19 {
  --color_main: #C40000;
  --color_accent: #FFCA10;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #FFCA10;
  --color_l_blue: #A1AFC4;
  --color_hover: #FFE9D0; }

#franchisee_20 {
  --color_main: #17428C;
  --color_accent: #9ADADA;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #9ADADA;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_21 {
  --color_main: #17428C;
  --color_accent: #AACE70;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #AACE70;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_23 {
  --color_main: #293C8E;
  --color_accent: #81D2F1;
  --color_catch: #ffffff;
  --color_btn: #293C8E;
  --color_grad_color: #92B2D3;
  --color_l_blue: #81D2F1;
  --color_hover: #D5D8E9; }

#franchisee_24 {
  --color_main: #B3004B;
  --color_accent: #F9B9D6;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #F9B9D6;
  --color_l_blue: #A1AFC4;
  --color_hover: #FFEDF7; }

#franchisee_25 {
  --color_main: #17428C;
  --color_accent: #92B2D3;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #92B2D3;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_26 {
  --color_main: #FF6634;
  --color_accent: #CEC82E;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #FFCC81;
  --color_l_blue: #A1AFC4;
  --color_hover: #FFE8C7; }

#franchisee_27 {
  --color_main: #004190;
  --color_accent: #ffb018;
  --color_catch: #ffffff;
  --color_btn: #ffb018;
  --color_grad_color: #5989dc;
  --color_l_blue: #3CB4FF;
  --color_hover: #E0F0F9; }

#franchisee_28 {
  --color_main: #5E93CA;
  --color_accent: #FFB37B;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #BDD2E8;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_29 {
  --color_main: #18AB1E;
  --color_accent: #B7D4E9;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #B7D4E9;
  --color_l_blue: #A1AFC4;
  --color_hover: #EEFFB6; }

#franchisee_30 {
  --color_main: #17428C;
  --color_accent: #FFB547;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #4587F8;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_31 {
  --color_main: #18AB1E;
  --color_accent: #FFCA10;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #FFCA10;
  --color_l_blue: #A1AFC4;
  --color_hover: #DFFFD7; }

#franchisee_32 {
  --color_main: #009F20;
  --color_accent: #FFA53E;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #CBFF75;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_33 {
  --color_main: #C40000;
  --color_accent: #DCBBF1;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #C892E9;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

#franchisee_34 {
  --color_main: #1E4091;
  --color_accent: #f18e6a;
  --color_catch: #ffffff;
  --color_btn: #A1AFC4;
  --color_grad_color: #C9DCF0;
  --color_l_blue: #A1AFC4;
  --color_hover: #C9DCF0; }

/*

text color

*/
.color.main {
  color: var(--color_main); }

.color.base {
  color: #ffffff; }

.color.orange {
  color: #FF7A00; }

.color.accent {
  color: var(--color_accent); }

.color.btn {
  color: var(--color_btn); }

[class*="bg_color_#"] {
  background-color: var(--bg-color); }

[class*="text_color_#"] {
  color: var(--text-color); }

/*

base font size

*/
@font-face {
  font-family: '851Gkktt';
  src: url("../font/851Gkktt_005.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.font.bold {
  font-weight: 700; }

.font.middle {
  font-weight: 500; }

.font.color_main {
  color: var(--color_main); }

.font.color_accent {
  color: var(--color_accent); }

.font.mini {
  font-size: 14px; }

.font.en {
  font-family: "Lato", sans-serif; }

/* $basic_font_size : 13, 81.25%; */
/* $basic_font_size : 14, 87.5%; */
/* $basic_font_size : 15, 93.75%; */
/*

width

*/
/* Function */
/*

フォントサイズをパーセントに変換して返す関数

```sass
.heading_lv1{
	font-size:fs(30);
}
```

指定が2重になる場合は、第2引数に親要素で指定したサイズを入れる

```sass
.heading_lv1{
	font-size:fs(30);
	span{
		font-size:fs(14,30);
	}
}
```

*/
/*

パーセントを返す関数

```sass
.section{
	margin-bottom:per(30px, 960px);
}
```

*/
/* Mixin */
/*

clear

*/
/*

メディアクエリ

ブレークポイント定義
```sass
$breakpoints:(
	tablet: 959px,
	sp: 679px
);
```

● max-widthで指定する
```sass
@include mq(sp) {
	height:40px;
}
```
```output css
@media all and (max-width: 679px) {
	height: 40px;
}
```

● 範囲指定する場合は、引数に2つ入れる
```sass
@include mq(sp tablet) {
	height:40px;
}
```
```output css
@media all and (min-width: 680px) and (max-width: 959px) {
	height: 40px;
}
```

● min-widthで指定する場合は第2引数をtrueにする
```sass
@include mq(tablet, true) {
	height:40px;
}
```
```output css
@media all and (min-width: 960px) {
	height: 40px;
}
```

*/
/*

ブレイクポイントごとのキーワードとマージンの組み合わせを作る

```sass
@include create_margins(
	(
		default:(
			l:50px,
			m:40px,
			s:30px,
			xs:20px
		),
		tablet:(
			l:40px,
			m:30px,
			s:25px
		),
		sp:(
			l:30px,
			m:25px,
			s:20px,
			xs:15px
		)
	)
)
```

それぞれのキーワードに対する上下左右のマージン用クラスを
ブレークポイントの数だけ出力します

```output css
.rmb_l { margin-bottom: 50px !important; }
.rmt_l { margin-top: 50px !important; }
.rmr_l { margin-right: 50px !important; }
.rml_l { margin-left: 50px !important; }
～略～

@media screen and (max-width: 959px) {
  .rmb_l { margin-bottom: 40px !important; }
  .rmt_l { margin-top: 40px !important; }
  .rmr_l { margin-right: 40px !important; }
  .rml_l { margin-left: 40px !important; }
	～略～
}

@media screen and (max-width: 679px) {
  .rmb_l { margin-bottom: 30px !important; }
  .rmt_l { margin-top: 30px !important; }
  .rmr_l { margin-right: 30px !important; }
  .rml_l { margin-left: 30px !important; }
	～略～
}
```

*/
/*

章番号用mixin (IE8以上)

キャプションに章番号をつける場合
```sass
$counterName: oreoreCounter;
.parent-section {
	@include resetCounter($counterName);
	h2 {
		@include addCounter($counterName, '第', '章');
	}
}
```

入れ子になってるリストに通し番号(1-1-1など）を付ける場合
```sass
$counterName: listCounter;
ol {
	@include resetCounter($counterName);
	li {
		@include addCounters($counterName, '-');
	}
}
```

*/
/*

グリッドレイアウト用mixin (IE8以上)

引数で分割数を指定して呼び出す
```sass
@include grid_system(12);
```

```html
<div class="grid--12 gutter--2">  ← このdivへの幅指定はNG
	<div class="grid__col--4"></div> ┐
	<div class="grid__col--4"></div> ├ 子要素は合計が分割数になるようにクラス名を付ける
	<div class="grid__col--4"></div> ┘
</div>
```

グリッドの間隔は「gutter--N」で指定する
通常はパーセントですが、「gutter--Npx」にするとピクセルになります。

ブレークポイントで変える場合は、「tablet_」「sp_」など、$breakpointsで定義したキーの接頭辞を付ける
```html
<div class="grid--12 gutter--20px tablet-gutter--15px sp_gutter--10px">
	<div class="grid__col--4 tablet-grid__col--6 sp_grid__col--12"></div>
	<div class="grid__col--4 tablet-grid__col--6 sp_grid__col--12"></div>
	<div class="grid__col--4 tablet-grid__col--6 sp_grid__col--12"></div>
</div>
```

*/
/*

sp heighlight

*/
/* Base */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input, textarea {
  margin: 0;
  padding: 0; }

small {
  font-size: smaller; }

sup {
  font-size: 0.7em;
  vertical-align: top; }

sub {
  font-size: 0.7em;
  vertical-align: baseline; }

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 100%/1.231 arial, sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */ }

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,sans-serif; }

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none; }

/*

プロジェクトにおける基本的なスタイル
（ページ全体の背景や、基本的なタイポグラフィ）
※ クラスは使わない

*/
body {
  font-family: "M PLUS 1", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  word-wrap: break-word;
  line-break: strict;
  color: #3d3d3d;
  line-height: 1.4; }

img {
  vertical-align: bottom;
  max-width: 100%; }
  @media all and (max-width: 1200px) {
    img {
      height: auto; } }

a {
  color: var(--color_main);
  text-decoration: none; }
  @media all and (min-width: 784px) {
    a[href^="tel:"] {
      pointer-events: none;
      color: #3d3d3d; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

input, button, select, textarea {
  font-weight: 400;
  font-family: "M PLUS 1", sans-serif; }

/* -------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------- */
.l-breadcrumbs {
  margin: 10px 0 60px;
  padding: 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
  z-index: 3; }
  @media all and (max-width: 783px) {
    .l-breadcrumbs {
      margin: 10px 0 40px;
      padding: 0 16px;
      display: block; } }
  .l-breadcrumbs li {
    position: relative; }
    @media all and (max-width: 783px) {
      .l-breadcrumbs li {
        display: inline;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    .l-breadcrumbs li:not(:first-child) {
      margin-left: 8px;
      padding-left: 16px;
      position: relative; }
      .l-breadcrumbs li:not(:first-child)::before {
        content: "/";
        position: absolute;
        left: 0; }

.l-footer__main {
  background: #eff7e6;
  padding: 50px 20px 30px; }
  .l-footer__main-item {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto; }
    .l-footer__main-item + .l-footer__main-item {
      margin-top: 32px; }
    .l-footer__main-item > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-column-gap: 20px;
      column-gap: 20px; }
      .l-footer__main-item > ul > li {
        padding: 4px 0;
        white-space: pre-wrap;
        -ms-flex-item-align: start;
        align-self: flex-start; }
        .l-footer__main-item > ul > li a {
          font-size: 14px; }
      .l-footer__main-item > ul.l-footer__main-item--area {
        gap: 10px; }
        .l-footer__main-item > ul.l-footer__main-item--area > li {
          padding: 0; }
  .l-footer__main-title {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700; }

.l-footer__sub {
  padding: 30px 20px; }
  .l-footer__sub > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    column-gap: 10px; }
    .l-footer__sub > ul > li {
      padding: 4px 0; }
      .l-footer__sub > ul > li a {
        font-size: 14px;
        color: var(--color_main); }
      .l-footer__sub > ul > li:not(:last-child) {
        position: relative;
        padding: 4px 12px 4px 0; }
        .l-footer__sub > ul > li:not(:last-child)::after {
          content: "";
          width: 2px;
          height: calc(100% - 16px);
          display: block;
          background: #3d3d3d;
          position: absolute;
          right: 0;
          top: 9px; }
  .l-footer__sub-company {
    margin-top: 40px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 40px; }
    @media all and (max-width: 783px) {
      .l-footer__sub-company {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media all and (max-width: 783px) {
      .l-footer__sub-company-logo {
        width: 100%; } }
    .l-footer__sub-company-logo img {
      height: 100%;
      width: auto; }
    @media all and (max-width: 783px) {
      .l-footer__sub-company-data {
        width: 100%;
        text-align: center; } }
    .l-footer__sub-company-data-tel {
      font-size: 30px;
      font-weight: 500; }
      @media all and (max-width: 783px) {
        .l-footer__sub-company-data-tel {
          font-size: 24px; } }
      .l-footer__sub-company-data-tel .c-icon__tel {
        font-size: 32px;
        margin-right: 8px; }
        @media all and (max-width: 783px) {
          .l-footer__sub-company-data-tel .c-icon__tel {
            font-size: 26px; } }
    .l-footer__sub-company-data-time {
      margin-top: 8px;
      font-weight: 700; }

.l-footer__copyright {
  background: #3d3d3d;
  padding: 15px 20px;
  color: #ffffff;
  text-align: center; }
  @media all and (max-width: 400px) {
    .l-footer__copyright {
      text-align: left; } }
  .l-footer__copyright small {
    line-height: 1.4;
    font-size: 16px; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%; }
  .l-header.active {
    display: block; }
    .l-header.active .l-header__menu {
      display: block; }
      .l-header.active .l-header__menu-icon--open {
        display: none; }
      .l-header.active .l-header__menu-icon--close {
        display: block; }
    .l-header.active .l-header__navi-contents {
      display: none; }
  .l-header__scroll {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px 0px; }
    .l-header__scroll .l-header__info {
      display: none; }
    .l-header__scroll .l-header__logo {
      display: block !important; }
      @media all and (min-width: 1201px) {
        .l-header__scroll .l-header__logo {
          width: auto;
          max-height: 50px; } }
      .l-header__scroll .l-header__logo img {
        height: 100%;
        width: auto; }
  .l-header__inner {
    padding: 0 20px;
    height: 90px;
    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;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff; }
    @media all and (max-width: 1200px) {
      .l-header__inner {
        height: 65px; } }
  .l-header__logo {
    max-height: 50px;
    -ms-flex-item-align: center;
    align-self: center;
    width: 200px; }
    .l-header__logo a {
      height: 50px;
      display: block; }
      @media all and (max-width: 1200px) {
        .l-header__logo a {
          height: auto; } }
    @media all and (min-width: 1201px) {
      .l-header__logo {
        width: auto; } }
    .l-header__logo img {
      height: 100%;
      width: auto; }
  .l-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 8px;
    margin-left: 16px;
    display: none; }
    .l-header__info-number {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-column-gap: 40px;
      column-gap: 40px;
      margin-top: 12px; }
      .l-header__info-number-item {
        font-size: 14px; }
        .l-header__info-number-item span {
          font-family: "Lato", sans-serif;
          color: var(--color_main);
          font-size: 32px;
          font-weight: 700;
          display: inline-block; }
        .l-header__info-number-item--total span {
          margin: 0 3px 0 25px; }
        .l-header__info-number-item--new span {
          margin: 0 3px 0 10px; }
  .l-header__lead {
    font-size: 14px;
    color: var(--color_main);
    font-weight: 700; }
  .l-header__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    height: 100%; }
    .l-header__navi > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 14px;
      column-gap: 14px; }
      .l-header__navi > ul > li a {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 164px;
        background: #3d3d3d;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        min-height: 68px;
        font-size: 14px; }
      .l-header__navi > ul > li.l-header__navi-item--blue a {
        background: var(--color_main); }
  .l-header__menu {
    display: none; }
    .l-header__menu-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
      padding: 20px 20px 60px;
      max-height: 600px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: auto;
      background: #ffffff;
      width: 100%; }
      @media all and (max-width: 783px) {
        .l-header__menu-inner {
          max-height: calc(100vh - 65px); } }
    .l-header__menu-icon {
      width: 62px;
      -ms-flex-item-align: center;
      align-self: center;
      cursor: pointer; }
      @media all and (max-width: 1200px) {
        .l-header__menu-icon {
          width: 35px; } }
      .l-header__menu-icon--open {
        font-size: 68px;
        color: var(--color_main); }
        @media all and (max-width: 1200px) {
          .l-header__menu-icon--open {
            font-size: 42px; } }
        @media all and (max-width: 1200px) {
          .l-header__menu-icon--open.c-icon__menu {
            display: none; } }
        .l-header__menu-icon--open.c-icon__menu-sp {
          display: none; }
          @media all and (max-width: 1200px) {
            .l-header__menu-icon--open.c-icon__menu-sp {
              display: block; } }
      .l-header__menu-icon--close {
        display: none;
        font-size: 48px;
        color: var(--color_main); }
        @media all and (max-width: 1200px) {
          .l-header__menu-icon--close {
            font-size: 40px; } }
    .l-header__menu-main {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding-right: 20px;
      border-right: 1px solid #A1AFC4; }
      @media all and (max-width: 1200px) {
        .l-header__menu-main {
          width: 100%;
          max-width: 768px;
          border-right: none;
          padding-right: 0;
          padding-bottom: 56px;
          border-bottom: 1px solid #DDE2E9; } }
      @media all and (max-width: 783px) {
        .l-header__menu-main {
          padding-bottom: 24px; } }
      @media all and (max-width: 1200px) {
        .l-header__menu-main .l-search__inner {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .l-header__menu-main .l-search__title {
        margin-bottom: 20px; }
        @media all and (max-width: 783px) {
          .l-header__menu-main .l-search__title {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        @media all and (max-width: 783px) {
          .l-header__menu-main .l-search__title--sub {
            font-size: 18px; } }
      .l-header__menu-main .l-search__type {
        width: 100%; }
        @media all and (max-width: 1200px) {
          .l-header__menu-main .l-search__type > li {
            width: calc((100% - 14px) / 2); } }
        .l-header__menu-main .l-search__type > li > label {
          width: 143px;
          height: 140px; }
          @media all and (max-width: 1200px) {
            .l-header__menu-main .l-search__type > li > label {
              width: 100%;
              height: auto;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              border-radius: 45px; } }
        @media all and (max-width: 1200px) {
          .l-header__menu-main .l-search__type-image {
            display: none; } }
      @media all and (max-width: 1200px) {
        .l-header__menu-main .l-search__area {
          width: 100%;
          gap: 0;
          max-width: 100%; } }
      .l-header__menu-main .l-search__area-block {
        overflow: initial; }
        @media all and (max-width: 1200px) {
          .l-header__menu-main .l-search__area-block {
            display: none; } }
      .l-header__menu-main .l-search__area-select {
        margin-bottom: 24px; }
      @media all and (max-width: 1200px) {
        .l-header__menu-main .l-search__button {
          margin-top: 0; } }
    .l-header__menu-sub {
      min-width: 280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px; }
      @media all and (max-width: 1200px) {
        .l-header__menu-sub {
          width: 100%;
          max-width: 768px; } }
      .l-header__menu-sub-btn--black {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 14px; }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-btn--black {
            gap: 5px; } }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-btn--black > li {
            width: calc((100% - 5px) / 2); } }
        .l-header__menu-sub-btn--black > li a {
          display: block;
          background: #3d3d3d;
          width: 204px;
          color: #ffffff;
          font-weight: 700;
          text-align: center;
          border-radius: 40px;
          padding: 24px 8px;
          font-size: 14px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media all and (max-width: 1200px) {
            .l-header__menu-sub-btn--black > li a {
              width: 100%;
              border-radius: 10px; } }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-btn--black-3col > li {
            width: calc((100% - 5px) / 3); } }
        .l-header__menu-sub-btn--black-3col > li a {
          width: 124px;
          border-radius: 20px; }
          @media all and (max-width: 1200px) {
            .l-header__menu-sub-btn--black-3col > li a {
              width: 100%;
              border-radius: 10px; } }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-btn--black-border-b {
            border-bottom: 1px solid #DDE2E9; } }
      .l-header__menu-sub-btn--blue {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 14px; }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-btn--blue {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 10px; } }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-btn--blue > li {
            width: 100%; } }
        .l-header__menu-sub-btn--blue > li a {
          display: block;
          background: var(--color_main);
          width: 210px;
          color: #ffffff;
          font-weight: 700;
          text-align: center;
          border-radius: 10px;
          padding: 24px 8px;
          font-size: 18px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media all and (max-width: 1200px) {
            .l-header__menu-sub-btn--blue > li a {
              width: 100%;
              padding: 8px; } }
      .l-header__menu-sub-tenant-contents-txt-image {
        width: 236px;
        margin-bottom: 16px; }
      .l-header__menu-sub-tenant-contents-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-column-gap: 20px;
        column-gap: 20px; }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-tenant-contents-list {
            display: block; } }
        .l-header__menu-sub-tenant-contents-list > li {
          padding: 4px 0; }
          .l-header__menu-sub-tenant-contents-list > li a {
            font-size: 14px; }
      .l-header__menu-sub-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 26px; }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-contact {
            display: block; } }
        .l-header__menu-sub-contact > li > * {
          font-family: "Lato", sans-serif;
          color: var(--color_main);
          font-weight: 700;
          font-size: 30px; }
          .l-header__menu-sub-contact > li > * i {
            margin-right: 5px; }
        @media all and (max-width: 1200px) {
          .l-header__menu-sub-contact > li + li {
            margin-top: 10px; } }
        .l-header__menu-sub-contact-time {
          font-weight: 700;
          font-size: 15px; }

body.active {
  position: fixed;
  width: 100%; }

body.fixed {
  position: fixed;
  width: 100%; }
  body.fixed::before {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(61, 61, 61, 0.7);
    z-index: 9500;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }

.l-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px; }
  @media all and (max-width: 783px) {
    .l-search__inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.l-search__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 783px) {
    .l-search__title {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .l-search__title--sub {
    font-size: 18px;
    font-weight: 700;
    color: var(--color_main); }
    @media all and (max-width: 783px) {
      .l-search__title--sub {
        font-size: 14px; } }

.l-search__type {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  @media all and (max-width: 783px) {
    .l-search__type {
      width: 100%; } }
  @media all and (max-width: 783px) {
    .l-search__type > li {
      width: calc((100% - 14px) / 2); } }
  .l-search__type > li > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    border-width: 4px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 154px;
    height: 152px;
    border: 4px solid var(--color_main);
    border-radius: 20px;
    color: var(--color_main);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    background: #ffffff; }
    @media all and (max-width: 783px) {
      .l-search__type > li > label {
        width: 100%; } }
    .l-search__type > li > label input {
      display: none; }
    .l-search__type > li > label:has(input:checked) {
      background: var(--color_main);
      color: #ffffff; }
    .l-search__type > li > label:hover {
      border-color: var(--color_main);
      background: var(--color_hover);
      color: var(--color_main); }
  .l-search__type-image {
    width: 90px;
    height: 90px; }
    @media all and (max-width: 783px) {
      .l-search__type-image {
        margin: 0 auto; } }
    .l-search__type-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.l-search__area {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 342px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px; }
  @media all and (max-width: 783px) {
    .l-search__area {
      max-width: 100%;
      width: 100%; } }
  .l-search__area-block {
    overflow: auto; }
    @media all and (max-width: 783px) {
      .l-search__area-block {
        display: none; } }
    .l-search__area-block-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 10px; }
      .l-search__area-block-list > li label {
        display: block;
        border: 1px solid var(--color_btn);
        border-radius: 4px;
        width: 60px;
        text-align: center;
        padding: 4px 0;
        font-size: 14px;
        color: var(--color_btn); }
        .l-search__area-block-list > li label input {
          display: none; }
        .l-search__area-block-list > li label:has(input:checked) {
          background: var(--color_btn);
          color: #ffffff; }
        .l-search__area-block-list > li label:hover {
          background: var(--color_main) !important;
          color: #ffffff;
          border-color: var(--color_main); }
  .l-search__area-select select {
    width: 100%;
    border: 4px solid var(--color_main);
    font-size: 16px;
    border-radius: 8px;
    padding: 6px; }

.l-search__button {
  margin-top: 24px; }

.l-sub {
  padding: 0 16px;
  overflow: hidden; }
  .l-sub__inner {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px; }
  .l-sub__main {
    min-width: 300px;
    max-width: 950px;
    width: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .l-sub__side {
    width: 300px; }
    @media all and (max-width: 783px) {
      .l-sub__side {
        width: 100%; } }
    .l-sub__side-item {
      background: #ffffff; }
      .l-sub__side-item + * {
        margin-top: 50px; }
    .l-sub__side-tenant-contents-title {
      margin-bottom: 20px; }
    .l-sub__side-tenant-contents-list > li {
      margin-top: 20px; }
    .l-sub__side-border-box-contents {
      width: 100%;
      border: 1px solid var(--color_main);
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .l-sub__side-border-box-contents-title {
        color: var(--color_main);
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        padding-bottom: 16px;
        border-bottom: 1px dashed var(--color_main);
        margin-bottom: 16px; }
      .l-sub__side-border-box-contents-list > li {
        padding-top: 16px;
        padding-left: 32px;
        position: relative;
        font-weight: bold; }
        .l-sub__side-border-box-contents-list > li.l-sub__side-border-box-contents-list--no-border {
          padding-top: 0;
          border-top: none; }
          .l-sub__side-border-box-contents-list > li.l-sub__side-border-box-contents-list--no-border::before {
            top: 0; }
          .l-sub__side-border-box-contents-list > li.l-sub__side-border-box-contents-list--no-border::after {
            top: 6px; }
        .l-sub__side-border-box-contents-list > li:not(:last-child) {
          padding-bottom: 16px; }
        .l-sub__side-border-box-contents-list > li::before, .l-sub__side-border-box-contents-list > li::after {
          content: "";
          display: block;
          position: absolute;
          border-radius: 100%; }
        .l-sub__side-border-box-contents-list > li::before {
          width: 23px;
          height: 23px;
          background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--color_main)), to(var(--color_accent)));
          background: -webkit-linear-gradient(left, var(--color_main) 25%, var(--color_accent));
          background: -o-linear-gradient(left, var(--color_main) 25%, var(--color_accent));
          background: linear-gradient(to right, var(--color_main) 25%, var(--color_accent));
          left: 0;
          top: 16px; }
        .l-sub__side-border-box-contents-list > li::after {
          width: 11px;
          height: 11px;
          background: #ffffff;
          left: 6px;
          top: 22px; }
        .l-sub__side-border-box-contents-list > li a {
          color: #3d3d3d; }
        .l-sub__side-border-box-contents-list > li + li {
          border-top: 1px solid var(--color_main); }
      .l-sub__side-border-box-contents-list-sub {
        margin-top: 16px; }
        .l-sub__side-border-box-contents-list-sub > li a {
          color: #3d3d3d; }
        .l-sub__side-border-box-contents-list-sub > li + li {
          margin-top: 16px; }
      .l-sub__side-border-box-contents-now {
        color: var(--color_main) !important;
        pointer-events: none; }

/* -------------------------------------------------------------------------
	Object
------------------------------------------------------------------------- */
/* Component */
.c-bg__dots {
  position: relative;
  z-index: 0; }
  .c-bg__dots::before {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/bg_dots.svg) top center; }

.c-bg__color {
  background: #EEF4F2; }

.c-bg__image-town .st0 {
  fill: #a0d9f5; }

.c-bg__image-town .st1 {
  fill: #fff; }

.c-bg__image-town .st2 {
  fill: var(--color_main); }

.c-bg__image-town .st3 {
  fill: #eb5550; }

.c-bg__image-town .st4 {
  fill: #6cd000; }

.c-bg__image-town .st5 {
  fill: #919191; }

.c-bg__image-town .st6 {
  fill: #9dc814; }

.c-bg__image-town .st7 {
  fill: var(--color_accent); }

.c-bg__image-town .st8 {
  fill: #eaeaea; }

.c-bg__image-town .st9 {
  fill: #add337; }

/*

btn

*/
.c-button__gradation {
  background: -webkit-gradient(linear, left top, right top, from(var(--color_main)), to(var(--color_grad_color)));
  background: -webkit-linear-gradient(left, var(--color_main), var(--color_grad_color));
  background: -o-linear-gradient(left, var(--color_main), var(--color_grad_color));
  background: linear-gradient(to right, var(--color_main), var(--color_grad_color));
  color: #ffffff;
  border: none; }
  .c-button__gradation-sub {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--color_main)), to(var(--color_accent)));
    background: -webkit-linear-gradient(left, var(--color_main) 30%, var(--color_accent));
    background: -o-linear-gradient(left, var(--color_main) 30%, var(--color_accent));
    background: linear-gradient(to right, var(--color_main) 30%, var(--color_accent));
    color: #ffffff;
    border: none; }

.c-button__main {
  background: var(--color_main) !important;
  color: #ffffff !important; }

.c-button__btn {
  background: var(--color_btn) !important;
  color: #ffffff !important; }

.c-button__back {
  background: #ffffff;
  border: none;
  color: #A1AFC4; }

.c-button__base {
  background: #ffffff !important;
  color: var(--color_main) !important;
  border: none; }

.c-button__round {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 1px; }
  .c-button__round:hover {
    cursor: pointer; }

.c-button__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .c-button__arrow .c-icon__arrow {
    display: inline-block;
    margin-right: 16px; }

.c-faq__list > li + li {
  border-top: 1px solid #A1AFC4; }

.c-faq__list-q:hover {
  cursor: pointer; }

.c-faq__list-q.active .c-faq__list-q-ico {
  background: var(--color_main); }
  .c-faq__list-q.active .c-faq__list-q-ico::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.c-faq__list-q-title {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }
  .c-faq__list-q-title::before {
    content: "Q";
    display: block;
    font-size: 28px;
    color: var(--color_main);
    font-weight: 700; }
  .c-faq__list-q-title-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 24px;
    font-weight: 700;
    width: 120px; }
    @media all and (max-width: 783px) {
      .c-faq__list-q-title-text {
        font-size: 20px; } }

.c-faq__list-q-ico {
  display: block;
  width: 40px;
  height: 40px;
  background: var(--color_accent);
  border-radius: 50%;
  position: relative; }
  .c-faq__list-q-ico::before, .c-faq__list-q-ico::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .c-faq__list-q-ico::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }

.c-faq__list-a {
  padding-bottom: 20px;
  display: none; }
  .c-faq__list-a-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; }
    .c-faq__list-a-inner::before {
      content: "A";
      display: block;
      font-size: 28px;
      color: var(--color_btn);
      font-weight: 700; }

.c-form {
  margin-top: 50px; }
  .c-form__lead {
    font-size: 20px; }
  .c-form__inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 14px; }
    .c-form__inner dl + dl {
      margin-top: 27px; }
    .c-form__inner dl dt {
      font-weight: 700;
      min-width: 180px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media all and (min-width: 784px) {
        .c-form__inner dl dt {
          padding: 12px 0; } }
    .c-form__inner dl dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      min-width: 300px;
      width: 300px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      gap: 0 13px;
      -ms-flex-item-align: center;
      align-self: center; }
      .c-form__inner dl dd input, .c-form__inner dl dd select, .c-form__inner dl dd textarea {
        min-width: 300px;
        max-width: 452px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: 1px solid var(--color_main);
        padding: 12px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .c-form__inner dl dd input::-webkit-input-placeholder, .c-form__inner dl dd select::-webkit-input-placeholder, .c-form__inner dl dd textarea::-webkit-input-placeholder {
          color: #A1AFC4; }
        .c-form__inner dl dd input:-ms-input-placeholder, .c-form__inner dl dd select:-ms-input-placeholder, .c-form__inner dl dd textarea:-ms-input-placeholder {
          color: #A1AFC4; }
        .c-form__inner dl dd input::-ms-input-placeholder, .c-form__inner dl dd select::-ms-input-placeholder, .c-form__inner dl dd textarea::-ms-input-placeholder {
          color: #A1AFC4; }
        .c-form__inner dl dd input::placeholder, .c-form__inner dl dd select::placeholder, .c-form__inner dl dd textarea::placeholder {
          color: #A1AFC4; }
      .c-form__inner dl dd select:hover, .c-form__inner dl dd select:focus {
        border-color: var(--color_btn); }
      .c-form__inner dl dd textarea {
        min-height: 266px; }
      .c-form__inner dl dd.c-form__error input, .c-form__inner dl dd.c-form__error select, .c-form__inner dl dd.c-form__error textarea {
        border-color: #EB5550;
        -webkit-box-shadow: 0 0 10px #EB5550;
        box-shadow: 0 0 10px #EB5550; }
  .c-form__required-icon::before {
    content: "必須";
    width: 32px;
    display: block;
    font-family: "M PLUS 1", sans-serif;
    color: #EB5550; }
    @media all and (min-width: 784px) {
      .c-form__required-icon::before {
        padding: 12px 0; } }
  .c-form__radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 24px; }
  .c-form__radio-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .c-form__radio-label:before {
      content: '';
      border-radius: 100%;
      border: 1px solid #A1AFC4;
      display: inline-block;
      width: 30px;
      height: 30px;
      position: relative;
      top: 0;
      margin-right: 16px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      background: #ffffff; }
    .c-form__radio-label input[type="radio"] {
      display: none; }
    .c-form__radio-label:has(input:checked):before {
      background: -webkit-linear-gradient(60deg, var(--color_main) 30%, var(--color_grad_color));
      background: -o-linear-gradient(60deg, var(--color_main) 30%, var(--color_grad_color));
      background: linear-gradient(30deg, var(--color_main) 30%, var(--color_grad_color));
      -webkit-box-shadow: inset 0 0 0 5px #fff;
      box-shadow: inset 0 0 0 5px #fff; }
  .c-form__checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 24px; }
  .c-form__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .c-form__checkbox-label.no-item {
      color: #aaa;
      pointer-events: none; }
      .c-form__checkbox-label.no-item::before {
        border-color: #ddd;
        background: #ddd; }
      .c-form__checkbox-label.no-item::after {
        width: 16px;
        height: 2px;
        border-radius: 4px;
        background-color: #ffffff;
        top: 14px;
        left: 7px;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin-top: 0;
        opacity: 1;
        border: none; }
      .c-form__checkbox-label.no-item input[type="checkbox"] {
        pointer-events: none; }
    .c-form__checkbox-label:before {
      content: '';
      border-radius: 4px;
      border: 1px solid #A1AFC4;
      display: inline-block;
      width: 30px;
      height: 30px;
      position: relative;
      top: 0;
      margin-right: 16px;
      vertical-align: top;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #ffffff; }
    .c-form__checkbox-label::after {
      content: '';
      display: block;
      width: 5px;
      height: 13px;
      opacity: 0;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff;
      left: 11px;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(45deg) scale(2);
      -ms-transform: rotate(45deg) scale(2);
      transform: rotate(45deg) scale(2); }
    .c-form__checkbox-label input[type="checkbox"] {
      display: none; }
    .c-form__checkbox-label:has(input:checked)::before {
      border: none;
      background: -webkit-linear-gradient(60deg, var(--color_main) 30%, var(--color_grad_color));
      background: -o-linear-gradient(60deg, var(--color_main) 30%, var(--color_grad_color));
      background: linear-gradient(30deg, var(--color_main) 30%, var(--color_grad_color)); }
    .c-form__checkbox-label:has(input:checked)::after {
      opacity: 1;
      -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
      transform: rotate(45deg) scale(1); }
  .c-form__select {
    border: 1px solid var(--color_main);
    padding: 12px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3d3d3d; }
    .c-form__select:hover, .c-form__select:focus {
      border-color: var(--color_btn); }
  .c-form__button {
    max-width: 452px;
    min-width: 150px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
  .c-form__thanks {
    margin-top: 50px; }
    .c-form__thanks-title {
      font-size: 28px;
      margin-bottom: 16px; }
      @media all and (max-width: 783px) {
        .c-form__thanks-title {
          font-size: 24px; } }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?5eruf6");
  src: url("../font/icomoon.eot?5eruf6#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?5eruf6") format("truetype"), url("../font/icomoon.woff?5eruf6") format("woff"), url("../font/icomoon.svg?5eruf6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="c-icon__"]:before, [class^="c-icon__"]::after, [class*=" c-icon__"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.c-icon__arrow:before {
  content: "\e907"; }

.c-icon__slider-arrow:before {
  content: "\e906"; }

.c-icon__menu-sp:before {
  content: "\e905"; }

.c-icon__close:before {
  content: "\e903"; }

.c-icon__menu:before {
  content: "\e904"; }

.c-icon__mail:before {
  content: "\e902"; }

.c-icon__tel:before {
  content: "\e900"; }

.c-icon__fax:before {
  content: "\e901"; }

/*

標準のマーカーを使ったリスト

*/
.c-list_disc {
  margin-left: 1.2em;
  list-style: disc; }
  .c-list_disc > li {
    margin-bottom: 8px; }
    .c-list_disc > li:last-child {
      margin-bottom: 0; }

.c-list_decimal {
  margin-left: 1.7em;
  list-style: decimal; }
  .c-list_decimal > li {
    margin-bottom: 8px; }
    .c-list_decimal > li:last-child {
      margin-bottom: 0; }

.c-list_decimal_zero {
  margin-left: 2.3em;
  list-style: decimal-leading-zero; }
  .c-list_decimal_zero > li {
    margin-bottom: 8px; }
    .c-list_decimal_zero > li:last-child {
      margin-bottom: 0; }

/*

beforeでマーカーを作ったリスト (IE8以上)

*/
/* ---- ・ ---- */
.c-list_dot {
  margin: 16px 0; }
  .c-list_dot > li {
    position: relative;
    padding-left: 24px; }
    .c-list_dot > li:before {
      content: "・";
      position: absolute;
      left: 6px; }
    .c-list_dot > li > * {
      text-indent: 0; }
  .c-list_dot > li {
    margin-bottom: 8px; }
    .c-list_dot > li:last-child {
      margin-bottom: 0; }

/* ---- ● ---- */
.c-list_circle > li {
  text-indent: -1em;
  margin-left: 1em; }
  .c-list_circle > li:before {
    content: "● "; }
  .c-list_circle > li > * {
    text-indent: 0; }

.c-list_circle > li {
  margin-bottom: 8px; }
  .c-list_circle > li:last-child {
    margin-bottom: 0; }

/* ---- ■ ---- */
.c-list_square > li {
  text-indent: -1em;
  margin-left: 1em; }
  .c-list_square > li:before {
    content: "■ "; }
  .c-list_square > li > * {
    text-indent: 0; }

.c-list_square > li {
  margin-bottom: 8px; }
  .c-list_square > li:last-child {
    margin-bottom: 0; }

/* ---- 1. ---- */
.c-list_decimal_01 {
  counter-reset: decimal_01; }
  .c-list_decimal_01 > li {
    counter-increment: decimal_01;
    padding-left: 36px;
    position: relative; }
    .c-list_decimal_01 > li:before {
      content: counter(decimal_01) ". ";
      position: absolute;
      left: 0;
      text-align: right;
      width: 30px; }
    .c-list_decimal_01 > li > * {
      text-indent: 0; }
  .c-list_decimal_01 > li {
    margin-bottom: 8px; }
    .c-list_decimal_01 > li:last-child {
      margin-bottom: 0; }

/* ---- (1) ---- */
.c-list_decimal_02 > li {
  counter-increment: decimal_02;
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .c-list_decimal_02 > li:before {
    content: "(" counter(decimal_02) ") "; }
  .c-list_decimal_02 > li > * {
    text-indent: 0; }

.c-list_decimal_02 > li {
  margin-bottom: 8px; }
  .c-list_decimal_02 > li:last-child {
    margin-bottom: 0; }

/* ---- [1] ---- */
.c-list_decimal_03 > li {
  counter-increment: decimal_03;
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .c-list_decimal_03 > li:before {
    content: "[" counter(decimal_03) "] "; }
  .c-list_decimal_03 > li > * {
    text-indent: 0; }

.c-list_decimal_03 > li {
  margin-bottom: 8px; }
  .c-list_decimal_03 > li:last-child {
    margin-bottom: 0; }

/* ---- 丸数字 ---- */
.c-list_decimal_04 > li {
  counter-increment: decimal_04;
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .c-list_decimal_04 > li:before {
    content: counter(decimal_04);
    border: 1px solid #000;
    padding: 0 3px;
    font-size: 10px;
    margin-right: 5px;
    text-align: center;
    line-height: 1;
    border-radius: 50%; }
  .c-list_decimal_04 > li > * {
    text-indent: 0; }

.c-list_decimal_04 > li {
  margin-bottom: 8px; }
  .c-list_decimal_04 > li:last-child {
    margin-bottom: 0; }

/* ---- upper alpha ---- */
.c-list_upper_alpha_01 > li {
  counter-increment: upper_alpha_01;
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .c-list_upper_alpha_01 > li:before {
    content: counter(upper_alpha_01, upper-alpha) ") "; }
  .c-list_upper_alpha_01 > li > * {
    text-indent: 0; }

.c-list_upper_alpha_01 > li {
  margin-bottom: 8px; }
  .c-list_upper_alpha_01 > li:last-child {
    margin-bottom: 0; }

/*

no support message

*/
.noscript,
.legacy_ie_message {
  background-color: #fff9d7;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1px; }

.legacy_ie_message {
  display: none; }
  .regacy_ie .legacy_ie_message {
    display: block; }

.c-pagenation__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
  gap: 0 23px; }
  .c-pagenation__btn a {
    display: block;
    width: 60px;
    height: 60px;
    background: #3d3d3d;
    border-radius: 100%;
    position: relative; }
    .c-pagenation__btn a::before {
      content: "";
      width: 10px;
      height: 10px;
      border-bottom: 3px solid #ffffff;
      border-right: 3px solid #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-70%, -50%) rotate(-45deg);
      -ms-transform: translate(-70%, -50%) rotate(-45deg);
      transform: translate(-70%, -50%) rotate(-45deg); }
  .c-pagenation__btn-prev a::before {
    -webkit-transform: translate(-30%, -50%) rotate(-225deg);
    -ms-transform: translate(-30%, -50%) rotate(-225deg);
    transform: translate(-30%, -50%) rotate(-225deg); }
  .c-pagenation__btn-no-active a {
    pointer-events: none;
    opacity: .1; }

/*

slick

*/
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slick-slide {
  height: auto !important; }

@media all and (max-width: 783px) {
  .slick-dotted.slick-slider {
    margin-bottom: 14px; } }

.slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px; }
  .slick-arrow::before {
    font-family: 'icomoon' !important;
    content: "\e906";
    display: block;
    font-size: 40px;
    color: var(--color_main);
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1; }
  .slick-arrow.slick-prev {
    left: -40px; }
  .slick-arrow.slick-next {
    right: -40px; }
    .slick-arrow.slick-next::before {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg); }

/*

表 テーブル

*/
.c-table {
  margin: 32px 0 40px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow: hidden;
  max-width: 1160px; }
  @media all and (max-width: 783px) {
    .c-table {
      width: 100%;
      margin: 32px 0 24px;
      overflow: visible; } }
  .c-table thead th, .c-table thead td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    font-size: 14px; }
    @media all and (max-width: 783px) {
      .c-table thead th, .c-table thead td {
        padding: 10px 16px; }
        .c-table thead th.sp_table-cell, .c-table thead td.sp_table-cell {
          display: table-cell; } }
  .c-table thead th {
    color: #ffffff;
    background: #A1AFC4;
    font-weight: 400;
    vertical-align: middle; }
    .c-table thead th + th {
      border-left: solid 1px #ffffff; }
  .c-table tbody tr {
    border-top: solid 1px #A1AFC4; }
    .c-table tbody tr:last-child {
      border-bottom: solid 1px #A1AFC4; }
  .c-table tbody th, .c-table tbody td {
    padding: 24px;
    font-size: 14px; }
    @media all and (max-width: 783px) {
      .c-table tbody th, .c-table tbody td {
        padding: 10px 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .c-table tbody th {
    font-weight: 400;
    color: #ffffff;
    background: #A1AFC4;
    border-top: 1px solid #ffffff; }
  .c-table tbody td {
    border-right: 1px solid #A1AFC4; }
    @media all and (max-width: 783px) {
      .c-table tbody td {
        width: 100%; }
        .c-table tbody td.bold.sp_medium {
          font-family: "M PLUS 1", sans-serif; } }
  .c-table__inner {
    margin: 50px 0; }

/* -- ScrollHint -- */
@media all and (max-width: 783px) {
  .js-scrollable table, .js-scrollable .row-type {
    width: 640px; }
    .js-scrollable table thead th, .js-scrollable table thead td, .js-scrollable table tbody th, .js-scrollable table tbody td, .js-scrollable .row-type thead th, .js-scrollable .row-type thead td, .js-scrollable .row-type tbody th, .js-scrollable .row-type tbody td {
      width: auto;
      display: table-cell; } }

.c-title__large {
  font-size: 40px;
  color: var(--color_main);
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px; }
  @media all and (max-width: 783px) {
    .c-title__large {
      font-size: 28px; } }
  .c-title__large::after {
    content: "";
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--color_main)), to(var(--color_accent)));
    background: -webkit-linear-gradient(left, var(--color_main) 30%, var(--color_accent));
    background: -o-linear-gradient(left, var(--color_main) 30%, var(--color_accent));
    background: linear-gradient(to right, var(--color_main) 30%, var(--color_accent));
    position: absolute;
    bottom: 0;
    left: 0; }

.c-title__middle {
  font-size: 28px;
  padding-left: 33px;
  position: relative;
  margin: 50px 0 36px; }
  @media all and (max-width: 783px) {
    .c-title__middle {
      font-size: 20px; } }
  .c-title__middle::before {
    content: "";
    width: 13px;
    height: 35px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, var(--color_main)), color-stop(70%, var(--color_accent)));
    background: -webkit-linear-gradient(top, var(--color_main) 70%, var(--color_accent) 70%);
    background: -o-linear-gradient(top, var(--color_main) 70%, var(--color_accent) 70%);
    background: linear-gradient(to bottom, var(--color_main) 70%, var(--color_accent) 70%);
    position: absolute;
    top: 4px;
    left: 0; }
    @media all and (max-width: 783px) {
      .c-title__middle::before {
        top: -3px; } }

.c-title__normal {
  font-size: 30px;
  color: var(--color_main);
  margin-bottom: 50px;
  line-height: 1.2;
  margin-top: 50px; }
  @media all and (max-width: 783px) {
    .c-title__normal {
      font-size: 24px; } }
  .c-title__normal-medium {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 21px; }
    @media all and (max-width: 783px) {
      .c-title__normal-medium {
        font-size: 24px; } }
  .c-title__normal-small {
    font-size: 24px;
    margin-bottom: 21px; }
    @media all and (max-width: 783px) {
      .c-title__normal-small {
        font-size: 20px; } }
  .c-title__normal-mini {
    font-size: 20px;
    margin-bottom: 16px; }
    @media all and (max-width: 783px) {
      .c-title__normal-mini {
        font-size: 18px; } }

.c-title__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color_main);
  margin: 20px 0; }
  .c-title__border::before, .c-title__border::after {
    content: "";
    width: 2px;
    height: 2px;
    background: var(--color_main);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

/* Project */
@media all and (max-width: 783px) {
  .p-about .l-sub {
    padding: 0; } }

@media all and (max-width: 783px) {
  .p-about .l-sub__side {
    padding: 0 16px; } }

@media all and (max-width: 783px) {
  .p-about__inner {
    padding: 0 16px; } }

@media all and (max-width: 783px) {
  .p-about__bg-dots::before {
    content: none; } }

.p-about__relationship {
  margin-top: 56px;
  position: relative;
  padding-bottom: 20px; }
  @media all and (max-width: 783px) {
    .p-about__relationship {
      margin-top: 32px; } }
  .p-about__relationship-image {
    max-width: 780px;
    margin: 0 auto; }
    .p-about__relationship-image svg {
      display: block;
      margin: 0 auto; }
      .p-about__relationship-image svg path[fill="#FFB018"] {
        fill: var(--color_accent); }
      .p-about__relationship-image svg path[stroke="#FFB018"] {
        stroke: var(--color_accent); }
      .p-about__relationship-image svg path[fill="#004190"] {
        fill: var(--color_main); }
      @media all and (max-width: 783px) {
        .p-about__relationship-image svg path[fill="#FFB018"] {
          fill: var(--color_accent); }
        .p-about__relationship-image svg path[stroke="#FFB018"] {
          stroke: var(--color_accent); }
        .p-about__relationship-image svg path[stroke="#18438D"] {
          stroke: var(--color_main); }
        .p-about__relationship-image svg path[fill="#18438D"] {
          fill: var(--color_main); } }
  .p-about__relationship-logo {
    position: absolute;
    width: 220px;
    height: 100px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media all and (max-width: 783px) {
      .p-about__relationship-logo {
        position: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        height: auto;
        margin: 16px auto 0; } }
    .p-about__relationship-logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.p-about__contents {
  border-radius: 20px;
  padding: 40px;
  background: #ffffff; }
  @media all and (min-width: 784px) {
    .p-about__contents {
      border: 5px solid #DDE2E9; } }
  @media all and (max-width: 783px) {
    .p-about__contents {
      border-radius: 0;
      border-top: 5px solid #DDE2E9;
      border-bottom: 1px solid #DDE2E9;
      margin-top: 120px;
      position: relative;
      padding: 104px 32px 48px; } }
  .p-about__contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 40px; }
  .p-about__contents-ico {
    width: 134px; }
    @media all and (max-width: 783px) {
      .p-about__contents-ico {
        width: 160px;
        position: absolute;
        top: -85px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .p-about__contents-ico svg {
      display: block;
      width: 100%; }
      .p-about__contents-ico svg path[fill="#FFB018"] {
        fill: var(--color_accent); }
      .p-about__contents-ico svg path[fill="#17428C"] {
        fill: var(--color_main); }
  .p-about__contents-sentence {
    width: calc(100% - 174px); }
    @media all and (max-width: 783px) {
      .p-about__contents-sentence {
        width: 100%; } }
  .p-about__contents-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--color_main);
    margin-bottom: 40px;
    position: relative; }
    @media all and (min-width: 784px) {
      .p-about__contents-title {
        padding: 32px 0; } }
    @media all and (max-width: 783px) {
      .p-about__contents-title {
        font-size: 28px;
        margin-bottom: 32px; } }
    @media all and (min-width: 784px) {
      .p-about__contents-title::before, .p-about__contents-title::after {
        content: "";
        width: 70px;
        height: 2px;
        background: var(--color_main);
        display: block;
        position: absolute;
        left: 0; } }
    .p-about__contents-title::before {
      -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
      top: 10px; }
    .p-about__contents-title::after {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
      bottom: 10px; }

.p-building__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 25px; }
  .p-building__list-side {
    width: 250px;
    background: #eceff3;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #A1AFC4; }
    @media all and (max-width: 783px) {
      .p-building__list-side {
        width: calc(100% - 32px);
        height: calc(100% - 150px);
        position: fixed;
        z-index: 9999;
        top: 90px;
        overflow: auto;
        display: none; } }
    .p-building__list-side.p-building__list-side-pop-active::before {
      content: "";
      width: 100%;
      height: 100vh;
      background: rgba(61, 61, 61, 0.7);
      z-index: 9500;
      position: fixed;
      top: 0;
      left: 0;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); }
    .p-building__list-side-title {
      font-size: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #A1AFC4;
      margin-bottom: 16px;
      font-weight: 700;
      margin-top: 12px; }
      .p-building__list-side-title:not(:first-of-type) {
        margin-top: 32px; }
      .p-building__list-side-title-sub {
        font-weight: 700;
        margin: 20px 0; }
    .p-building__list-side-btn--small .c-button__gradation {
      font-size: 13px;
      padding: 8px 32px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 100%;
      position: relative;
      color: var(--color_main); }
      @media all and (max-width: 783px) {
        .p-building__list-side-btn--small .c-button__gradation {
          width: 100%;
          padding: 10px; } }
      .p-building__list-side-btn--small .c-button__gradation::before {
        content: "";
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 50px;
        background: #ffffff;
        position: absolute;
        z-index: 0;
        top: 2px;
        left: 2px; }
      .p-building__list-side-btn--small .c-button__gradation span {
        position: relative;
        z-index: 1; }
    .p-building__list-side-btn--small + .p-building__list-side-btn--small {
      margin-top: 10px; }
    .p-building__list-side-btn .c-button__round {
      padding: 10px; }
    .p-building__list-side-close {
      position: fixed;
      top: 20px;
      right: 16px;
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    .p-building__list-side > select {
      width: 100%;
      padding: 10px 8px 10px 0;
      font-size: 14px; }
      .p-building__list-side > select + select {
        margin-top: 16px; }
    .p-building__list-side .c-form__radio-list {
      font-size: 14px;
      gap: 10px 20px; }
    .p-building__list-side .c-form__radio-label::before {
      margin-right: 12px; }
    .p-building__list-side .c-form__checkbox-list {
      font-size: 14px; }
    .p-building__list-side .c-form__checkbox-label::before {
      margin-right: 12px; }
    .p-building__list-side-pop {
      position: fixed;
      width: 90%;
      max-width: 1260px;
      top: 10vh;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 9999;
      background: #ffffff;
      display: none; }
      @media all and (max-width: 783px) {
        .p-building__list-side-pop {
          width: calc(100% - 32px);
          top: 40px; } }
      .p-building__list-side-pop-close {
        position: absolute;
        right: 70px;
        top: 20px;
        width: 40px;
        font-size: 44px;
        color: var(--color_main); }
        @media all and (max-width: 783px) {
          .p-building__list-side-pop-close {
            top: 20px;
            right: 20px;
            font-size: 36px; } }
        .p-building__list-side-pop-close:hover {
          cursor: pointer; }
      .p-building__list-side-pop-item {
        overflow: auto;
        height: 70vh;
        padding: 32px 56px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media all and (max-width: 783px) {
          .p-building__list-side-pop-item {
            height: calc(100vh - 200px);
            padding: 24px 16px; } }
        @media all and (max-width: 783px) {
          .p-building__list-side-pop-item .p-search__table-unit {
            margin-left: 10px; } }
        .p-building__list-side-pop-item .p-search__table-range {
          margin: 0 8px; }
      .p-building__list-side-pop-result {
        background: var(--color_main);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px 20px;
        padding: 20px; }
        @media all and (max-width: 783px) {
          .p-building__list-side-pop-result {
            padding: 8px 8px 12px; } }
        .p-building__list-side-pop-result-count {
          color: #ffffff;
          font-weight: 700; }
          @media all and (max-width: 783px) {
            .p-building__list-side-pop-result-count {
              font-size: 14px; } }
          .p-building__list-side-pop-result-count-number {
            font-size: 32px; }
            @media all and (max-width: 783px) {
              .p-building__list-side-pop-result-count-number {
                font-size: 24px; } }
        .p-building__list-side-pop-result-btn .c-button__round {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          border: 3px solid #ffffff;
          font-size: 16px;
          padding: 8px 40px; }
  .p-building__list-main {
    width: calc(100% - 275px); }
    @media all and (max-width: 783px) {
      .p-building__list-main {
        width: 100%; } }
    .p-building__list-main--full {
      width: 100%; }
  .p-building__list-menu {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px; }
    .p-building__list-menu .c-form__select {
      padding: 8px 8px 8px 0;
      width: 300px;
      font-size: 14px; }
      @media all and (max-width: 783px) {
        .p-building__list-menu .c-form__select {
          width: 160px; } }
    .p-building__list-menu-count {
      font-weight: 700; }
      @media all and (max-width: 783px) {
        .p-building__list-menu-count {
          font-size: 13px; } }
      .p-building__list-menu-count-number {
        font-size: 40px;
        line-height: 1; }
        @media all and (max-width: 783px) {
          .p-building__list-menu-count-number {
            font-size: 28px; } }
  .p-building__list-item {
    display: grid;
    gap: 20px;
    grid-auto-rows: minmax(-webkit-max-content, 100px);
    grid-auto-rows: minmax(max-content, 100px);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
    .p-building__list-item-inner {
      border-radius: 10px;
      border: 1px solid #A1AFC4;
      padding: 24px; }
    .p-building__list-item-cost {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-building__list-item-cost-text {
        font-size: 14px;
        font-weight: 700; }
      .p-building__list-item-cost-value {
        font-size: 24px; }
    .p-building__list-item-image {
      width: 100%;
      height: 165px;
      background: #EEF4F2;
      margin: 16px 0; }
      .p-building__list-item-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .p-building__list-item-data * {
      font-size: 14px; }
    .p-building__list-item-name {
      font-size: 20px;
      font-weight: 700; }
    .p-building__list-item-btn a {
      display: block;
      text-align: center;
      font-weight: 700;
      color: var(--color_main);
      border: 1px solid var(--color_main);
      padding: 8px;
      margin-top: 24px;
      font-size: 15px;
      -webkit-transition: background-color .2s ease;
      -o-transition: background-color .2s ease;
      transition: background-color .2s ease; }
      @media all and (min-width: 784px) {
        .p-building__list-item-btn a:hover {
          background-color: var(--color_main);
          color: #ffffff; } }

.p-building__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
  font-size: 14px;
  margin-top: 24px; }
  .p-building__label > li {
    padding: 2px 4px;
    background: #d9d9d9; }

.p-building__other-area {
  border: 1px solid #A1AFC4;
  background: #FCFCFC;
  border-radius: 10px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 783px) {
    .p-building__other-area {
      padding: 20px; } }
  .p-building__other-area + .p-building__other-area {
    margin-top: 40px; }
    @media all and (max-width: 783px) {
      .p-building__other-area + .p-building__other-area {
        margin-top: 20px; } }
  .p-building__other-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .p-building__other-area dl dt {
      width: 200px;
      padding-right: 20px;
      font-weight: 500;
      border-right: 1px solid #A1AFC4;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media all and (max-width: 783px) {
        .p-building__other-area dl dt {
          width: 100px;
          font-size: 14px; } }
    .p-building__other-area dl dd {
      width: calc(100% - 240px); }
      @media all and (max-width: 783px) {
        .p-building__other-area dl dd {
          width: calc(100% - 120px);
          font-size: 14px; } }
  .p-building__other-area-list {
    display: grid;
    grid-auto-rows: minmax(-webkit-max-content, 20px);
    grid-auto-rows: minmax(max-content, 20px);
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px; }

.p-building__detail-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media all and (min-width: 784px) {
    .p-building__detail-inner {
      padding: 0 20px; } }

.p-building__detail-title {
  border-left: 12px solid var(--color_main);
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px; }
  @media all and (max-width: 783px) {
    .p-building__detail-title {
      border-left: 6px solid var(--color_main);
      padding-left: 12px; } }
  .p-building__detail-title--main {
    font-size: 40px;
    font-weight: bold;
    color: var(--color_main); }
    @media all and (max-width: 783px) {
      .p-building__detail-title--main {
        font-size: 20px; } }
  .p-building__detail-title--note {
    font-size: 24px; }
    @media all and (max-width: 783px) {
      .p-building__detail-title--note {
        font-size: 16px; } }
  .p-building__detail-title--small {
    border-left: 12px solid var(--color_main);
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    color: var(--color_main);
    margin: 24px 0; }
    @media all and (max-width: 783px) {
      .p-building__detail-title--small {
        border-left: 6px solid var(--color_main);
        padding-left: 12px; } }

.p-building__detail-section--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px 40px;
  width: 100%;
  margin-bottom: 24px; }
  .p-building__detail-section--main > * {
    width: calc(50% - 20px); }
    @media all and (max-width: 783px) {
      .p-building__detail-section--main > * {
        width: 100%; } }

.p-building__detail-image-main {
  width: 100%;
  height: 0;
  padding-bottom: 64%;
  position: relative; }
  .p-building__detail-image-main img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute; }

.p-building__detail-image-sub-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px; }
  .p-building__detail-image-sub-list > li {
    width: calc((100% - 20px) / 3);
    height: 0;
    padding-bottom: 20%;
    position: relative; }
    .p-building__detail-image-sub-list > li img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute; }

.p-building__detail-cost {
  font-size: 30px; }
  @media all and (max-width: 783px) {
    .p-building__detail-cost {
      font-size: 24px; } }

.p-building__detail-info tbody tr {
  border-bottom: 1px solid #A1AFC4; }

.p-building__detail-info tbody th, .p-building__detail-info tbody td {
  text-align: left;
  vertical-align: middle;
  padding: 10px 0; }

.p-building__detail-info tbody th {
  font-weight: 400;
  font-size: 14px;
  padding-right: 10px;
  width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.p-building__detail-contact-btn .c-button__round {
  font-size: 24px; }
  @media all and (max-width: 783px) {
    .p-building__detail-contact-btn .c-button__round {
      font-size: 18px; } }
  .p-building__detail-contact-btn .c-button__round i {
    font-size: 22px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: 2px; }
    @media all and (max-width: 783px) {
      .p-building__detail-contact-btn .c-button__round i {
        font-size: 20px;
        margin-right: 10px; } }

.p-building__detail-contact-tel {
  border: 1px solid #3d3d3d;
  background: url(/common/img/building/contact_bg.svg) center center/cover no-repeat;
  padding: 40px;
  text-align: center;
  margin-top: 24px; }
  @media all and (max-width: 783px) {
    .p-building__detail-contact-tel {
      padding: 30px; } }
  .p-building__detail-contact-tel-number {
    font-size: 40px;
    font-weight: 500; }
    @media all and (max-width: 783px) {
      .p-building__detail-contact-tel-number {
        font-size: 28px; } }
  .p-building__detail-contact-tel .c-title__normal-small {
    line-height: 1.8;
    margin-bottom: 0; }
    @media all and (max-width: 783px) {
      .p-building__detail-contact-tel .c-title__normal-small {
        font-size: 18px; } }
    @media all and (max-width: 783px) {
      .p-building__detail-contact-tel .c-title__normal-small span {
        font-size: 20px; } }

.p-building__detail-action-btn-list {
  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;
  margin-top: 24px;
  gap: 10px; }
  .p-building__detail-action-btn-list > li {
    width: calc((100% - 30px) / 4);
    max-width: 220px; }
    @media all and (max-width: 783px) {
      .p-building__detail-action-btn-list > li {
        width: calc((100% - 10px) / 2); } }
    .p-building__detail-action-btn-list > li .c-button__btn {
      font-size: 15px;
      padding: 8px 16px;
      -webkit-transition: opacity .2s ease;
      -o-transition: opacity .2s ease;
      transition: opacity .2s ease; }
      @media all and (min-width: 784px) {
        .p-building__detail-action-btn-list > li .c-button__btn:hover {
          opacity: .8; } }

.p-building__detail-map-inner {
  height: 460px;
  margin-top: 24px; }
  .p-building__detail-map-inner * {
    width: 100%;
    height: 100%; }

.p-building__detail-data {
  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; }
  .p-building__detail-data-inner {
    width: calc(50% - 20px); }
    @media all and (max-width: 783px) {
      .p-building__detail-data-inner {
        width: 100%; } }
    @media all and (max-width: 783px) {
      .p-building__detail-data-inner + .p-building__detail-data-inner {
        margin-top: 24px; } }
  .p-building__detail-data-table {
    width: 100%; }
    .p-building__detail-data-table + .p-building__detail-data-table {
      margin-top: 24px; }
    .p-building__detail-data-table thead {
      background: #3d3d3d;
      color: #ffffff; }
      .p-building__detail-data-table thead th {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        padding: 4px 8px;
        border: 1px solid #3d3d3d;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .p-building__detail-data-table thead th:first-child {
          width: 140px; }
    .p-building__detail-data-table tbody th, .p-building__detail-data-table tbody td {
      padding: 4px 8px;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      border: 1px solid #A1AFC4;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .p-building__detail-data-table tbody th {
      vertical-align: middle; }

.p-building__recommend {
  width: 100%; }
  .p-building__recommend .p-building__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px; }
    @media all and (max-width: 783px) {
      .p-building__recommend .p-building__list-item {
        gap: 16px; } }
    .p-building__recommend .p-building__list-item .slick-list {
      overflow: visible; }
    .p-building__recommend .p-building__list-item-inner {
      padding: 0;
      width: calc((100% - 68px) / 6);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 298px; }
      .p-building__recommend .p-building__list-item-inner a {
        display: block;
        padding: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 280px;
        color: #3d3d3d; }
      @media all and (max-width: 783px) {
        .p-building__recommend .p-building__list-item-inner {
          width: 100%;
          min-width: 100%; }
          .p-building__recommend .p-building__list-item-inner a {
            width: 100%; } }
    .p-building__recommend .p-building__list-item-cost {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media all and (max-width: 783px) {
        .p-building__recommend .p-building__list-item-cost {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: start; } }
  .p-building__recommend-title {
    margin-bottom: 40px; }
    @media all and (min-width: 784px) {
      .p-building__recommend-title {
        text-align: center; } }
    @media all and (max-width: 783px) {
      .p-building__recommend-title {
        margin-bottom: 24px; } }
  .p-building__recommend-inner + .p-building__recommend-inner {
    margin-top: 80px; }

.p-company__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px; }
  .p-company__company-image {
    width: 200px;
    min-width: 200px; }
  .p-company__company-info {
    min-width: 300px;
    width: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .p-company__company-info dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 0px 25px;
      padding: 8px 0;
      border-bottom: 1px solid #A1AFC4; }
      .p-company__company-info dl dt {
        font-weight: 700;
        min-width: 85px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
      .p-company__company-info dl dd a {
        color: #3d3d3d; }
  .p-company__company-name {
    font-size: 28px;
    margin-bottom: 20px; }

.p-company__access-map {
  margin-top: 50px; }
  .p-company__access-map * {
    width: 100%;
    height: 300px; }

.p-contact__other {
  margin-bottom: 50px; }
  .p-contact__other-title {
    font-size: 28px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
    max-width: 100%; }
    @media all and (max-width: 783px) {
      .p-contact__other-title {
        font-size: 24px; } }
  .p-contact__other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    padding: 16px 0;
    border-top: 1px dotted #3d3d3d;
    border-bottom: 1px dotted #3d3d3d; }
    @media all and (max-width: 783px) {
      .p-contact__other-list {
        padding: 12px 0; } }
    .p-contact__other-list i {
      margin-right: 16px; }
    @media all and (min-width: 784px) {
      .p-contact__other-list--tel {
        margin-right: 32px;
        padding-right: 32px;
        border-right: 1px solid var(--color_main); } }
    .p-contact__other-list--fax {
      color: var(--color_main); }
      @media all and (max-width: 783px) {
        .p-contact__other-list--fax {
          margin-top: 8px; } }
  .p-contact__other-text {
    font-weight: 700;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 20px auto 0; }

.p-glossary__tab {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  @media all and (max-width: 783px) {
    .p-glossary__tab {
      grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); } }
  .p-glossary__tab > li {
    width: 100%;
    text-align: center;
    border: 1px solid var(--color_main);
    border-radius: 10px;
    background: #FCFCFC;
    color: var(--color_main);
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
    @media all and (max-width: 783px) {
      .p-glossary__tab > li {
        padding: 32px 0; } }
    .p-glossary__tab > li.p-glossary__tab-active {
      background: var(--color_main);
      color: #ffffff; }

.p-glossary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px; }
  .p-glossary__list > li {
    width: calc((100% - 16px) / 2); }
    @media all and (max-width: 783px) {
      .p-glossary__list > li {
        width: 100%; } }
  .p-glossary__list-contents {
    min-height: 600px; }

.p-glossary__detail-inner {
  width: 90%;
  margin: 0 auto; }
  @media all and (max-width: 783px) {
    .p-glossary__detail-inner {
      width: 100%; } }

.p-guide__btn {
  max-width: 424px;
  margin: 0 auto; }
  .p-guide__btn a {
    font-size: 24px; }
    @media all and (max-width: 783px) {
      .p-guide__btn a {
        font-size: 20px; } }

.p-guide__table thead th:first-child {
  width: 200px; }

.p-guide__table tbody th {
  vertical-align: middle; }

.p-guide__table tbody td {
  padding: 12px; }

.p-information__list > li a {
  display: block;
  border-radius: 10px;
  background: #FCFCFC;
  padding: 37px 32px 48px 40px; }
  .p-information__list > li a:hover {
    background: #EEF4F2; }

.p-information__list > li + li {
  margin-top: 18px; }

.p-information__list-title {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700; }

.p-information__list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  margin-top: 14px; }
  .p-information__list-detail-text {
    color: #3d3d3d;
    width: calc(100% - 129px); }
  .p-information__list-detail-next {
    font-weight: 700;
    width: 105px; }

.p-information__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-information__date {
  font-size: 20px;
  color: var(--color_main); }

.p-information__label {
  padding: 6px 12px;
  color: #ffffff;
  font-size: 14px; }
  .p-information__label--seminar {
    background: var(--color_main); }
  .p-information__label--info {
    background: var(--color_accent); }
  .p-information__label--media {
    background: #3d3d3d; }

.p-information__detail-inner {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media all and (max-width: 783px) {
    .p-information__detail-inner {
      margin-top: 20px;
      width: 100%; } }

.p-network__table {
  margin: 32px 0 40px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow: hidden;
  max-width: 1160px;
  min-width: 860px; }
  @media all and (max-width: 783px) {
    .p-network__table {
      width: 100%;
      margin: 32px 0 24px;
      overflow: visible; } }
  .p-network__table thead tr {
    border-bottom: 1px solid #3d3d3d; }
  .p-network__table thead th, .p-network__table thead td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8; }
  .p-network__table thead th {
    font-weight: 500;
    vertical-align: bottom;
    text-align: left;
    padding-bottom: 10px; }
    .p-network__table thead th:not(:first-child) {
      padding-left: 16px; }
    .p-network__table thead th:nth-child(1) {
      padding-left: 20px;
      width: 70px; }
    .p-network__table thead th:nth-child(2) {
      width: 170px; }
    .p-network__table thead th:nth-child(3) {
      width: 180px; }
    .p-network__table thead th:nth-child(4) {
      width: 170px; }
    .p-network__table thead th:nth-child(5) {
      padding-right: 20px; }
  .p-network__table tbody tr {
    border-bottom: 1px solid #A1AFC4; }
  .p-network__table tbody th, .p-network__table tbody td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8; }
  .p-network__table tbody td {
    font-weight: 500;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px; }
    .p-network__table tbody td:not(:first-child) {
      padding-left: 16px; }
    .p-network__table tbody td:nth-child(1) {
      padding-left: 20px;
      font-weight: 700; }
    .p-network__table tbody td:nth-child(5) {
      padding-right: 20px; }
  .p-network__table-inner {
    min-width: 100%;
    overflow: auto; }
  .p-network__table-tel {
    color: #3d3d3d; }
  .p-network__table-button {
    display: block;
    background: var(--color_main);
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px; }

.p-open-guide__schedule > li {
  border-top: 1px solid var(--color_main);
  position: relative;
  padding: 28px 72px 28px 36px; }
  .p-open-guide__schedule > li::before {
    content: "";
    width: 7px;
    height: 51px;
    background: var(--color_main);
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.p-open-guide__schedule-inner {
  position: relative; }

.p-open-guide__schedule-term {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color_grad_color)), to(var(--color_main)));
  background: -webkit-linear-gradient(top, var(--color_grad_color), var(--color_main));
  background: -o-linear-gradient(top, var(--color_grad_color), var(--color_main));
  background: linear-gradient(to bottom, var(--color_grad_color), var(--color_main));
  position: absolute;
  right: 0;
  color: #ffffff;
  opacity: .95;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 16px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 5px;
  z-index: 2; }
  .p-open-guide__schedule-term::after {
    content: "";
    width: 1px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .p-open-guide__schedule-term--office {
    top: 13%;
    height: 60%; }
    .p-open-guide__schedule-term--office::after {
      height: calc(100% - 330px);
      bottom: 32px; }
  .p-open-guide__schedule-term--shop {
    top: 10px;
    height: 250px; }
    .p-open-guide__schedule-term--shop::after {
      height: calc(100% - 240px);
      bottom: 10px; }

.p-open-guide__schedule-months {
  font-weight: 700;
  font-size: 24px;
  line-height: 1; }
  @media all and (max-width: 783px) {
    .p-open-guide__schedule-months {
      font-size: 20px; } }

.p-open-guide__schedule-title {
  font-size: 30px;
  color: var(--color_main);
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.8; }
  @media all and (max-width: 783px) {
    .p-open-guide__schedule-title {
      font-size: 24px; } }

.p-open-guide__schedule-text {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.8; }

.p-open-guide__card > li {
  background: #EEF4F2;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px; }
  @media all and (max-width: 783px) {
    .p-open-guide__card > li {
      padding: 20px 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .p-open-guide__card > li + li {
    margin-top: 50px; }
    @media all and (max-width: 783px) {
      .p-open-guide__card > li + li {
        margin-top: 24px; } }

.p-open-guide__card-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media all and (min-width: 784px) {
    .p-open-guide__card-count {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .p-open-guide__card-count > * {
    display: inline-block;
    text-align: center;
    font-weight: 300; }
  .p-open-guide__card-count-type {
    font-size: 24px;
    line-height: 1.2; }
  .p-open-guide__card-count-number {
    font-size: 45px;
    color: var(--color_main);
    line-height: 0.9;
    margin-top: 3px; }

.p-open-guide__card-title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 30px; }
  @media all and (max-width: 783px) {
    .p-open-guide__card-title {
      font-size: 24px; } }

.p-open-guide__card-text {
  line-height: 1.8;
  margin-top: 10px; }
  @media all and (min-width: 784px) {
    .p-open-guide__card-text {
      font-size: 20px; } }

.p-open-guide__btn {
  margin-top: 50px; }

.p-open-guide__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 56px; }
  @media all and (max-width: 783px) {
    .p-open-guide__type {
      gap: 24px; } }
  .p-open-guide__type > li {
    width: 100%;
    border: 5px solid #DDE2E9;
    border-radius: 10px;
    background: #ffffff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 190px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 783px) {
      .p-open-guide__type > li {
        padding: 16px 8px;
        padding-left: min(calc(50% - 10px), 180px);
        width: 100%; } }
  .p-open-guide__type-label {
    width: calc(100% - 235px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    min-width: 230px; }
    @media all and (max-width: 783px) {
      .p-open-guide__type-label {
        width: 100%;
        min-width: initial; } }
  .p-open-guide__type-title-en {
    font-size: 40px;
    font-weight: 700;
    color: #ddd;
    line-height: 1;
    position: relative;
    top: 16px;
    z-index: 0; }
    @media all and (max-width: 783px) {
      .p-open-guide__type-title-en {
        font-size: 24px;
        top: 1px; } }
  .p-open-guide__type-title-jp {
    color: var(--color_main);
    font-size: 30px;
    font-weight: 700;
    padding-left: 40px;
    position: relative;
    z-index: 2; }
    @media all and (max-width: 783px) {
      .p-open-guide__type-title-jp {
        font-size: 19px;
        padding-left: 0; } }
  .p-open-guide__type-image {
    width: 180px;
    aspect-ratio: 3 / 2;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media all and (max-width: 783px) {
      .p-open-guide__type-image {
        width: calc(50% - 10px);
        aspect-ratio: 159 / 120;
        max-width: 156px; } }
    .p-open-guide__type-image img {
      width: 70%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top center;
      object-position: top center;
      display: block;
      margin: 0 auto;
      max-height: 120px; }
      @media all and (max-width: 783px) {
        .p-open-guide__type-image img {
          width: 80%; } }
  .p-open-guide__type-btn {
    width: 225px;
    -ms-flex-item-align: center;
    align-self: center; }
    @media all and (max-width: 783px) {
      .p-open-guide__type-btn {
        width: 100%; } }

.p-open-shop {
  counter-reset: flow-step; }
  .p-open-shop__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-open-shop__navi > li:not(:last-child) {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid #3d3d3d; }
    .p-open-shop__navi > li.is_active > a {
      pointer-events: none;
      font-weight: 700;
      color: var(--color_main); }
    .p-open-shop__navi > li > a {
      font-size: 28px;
      color: #3d3d3d;
      line-height: 1.6; }
      @media all and (max-width: 783px) {
        .p-open-shop__navi > li > a {
          font-size: 20px; } }
  .p-open-shop__type {
    background: #ffffff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 190px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 860px;
    margin: 56px auto 0; }
    @media all and (max-width: 783px) {
      .p-open-shop__type {
        padding: 16px 8px;
        padding-left: min(calc(50% - 10px), 180px);
        width: 100%;
        margin: 16px auto 0; } }
    .p-open-shop__type-label {
      width: calc(100% - 235px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: end;
      align-self: flex-end;
      min-width: 230px; }
      @media all and (max-width: 783px) {
        .p-open-shop__type-label {
          width: 100%;
          min-width: initial; } }
    .p-open-shop__type-title-en {
      font-size: 40px;
      font-weight: 700;
      color: #ddd;
      line-height: 1;
      position: relative;
      top: 16px;
      z-index: 0; }
      @media all and (max-width: 783px) {
        .p-open-shop__type-title-en {
          font-size: 24px;
          top: 1px; } }
    .p-open-shop__type-title-jp {
      color: var(--color_main);
      font-size: 30px;
      font-weight: 700;
      padding-left: 40px;
      position: relative;
      z-index: 2; }
      @media all and (max-width: 783px) {
        .p-open-shop__type-title-jp {
          font-size: 19px;
          padding-left: 0; } }
    .p-open-shop__type-image {
      width: 180px;
      aspect-ratio: 3 / 2;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media all and (max-width: 783px) {
        .p-open-shop__type-image {
          width: calc(50% - 10px);
          aspect-ratio: 159 / 120;
          max-width: 156px; } }
      .p-open-shop__type-image img {
        width: 70%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
        display: block;
        margin: 0 auto;
        max-height: 120px; }
        @media all and (max-width: 783px) {
          .p-open-shop__type-image img {
            width: 80%; } }
    .p-open-shop__type-btn {
      width: 225px;
      -ms-flex-item-align: center;
      align-self: center; }
      @media all and (max-width: 783px) {
        .p-open-shop__type-btn {
          width: 100%; } }
  .p-open-shop__flow {
    margin-top: 20px; }
    .p-open-shop__flow > li {
      background: #ffffff;
      border-radius: 10px;
      border: 5px solid #DDE2E9;
      padding: 16px 40px;
      counter-increment: flow-step; }
      @media all and (max-width: 783px) {
        .p-open-shop__flow > li {
          padding: 16px; } }
      .p-open-shop__flow > li + li {
        margin-top: 20px; }
    .p-open-shop__flow-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px;
      width: 100%; }
      @media all and (max-width: 783px) {
        .p-open-shop__flow-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .p-open-shop__flow-title {
      font-size: 24px;
      font-weight: 700;
      color: var(--color_main);
      margin-bottom: 8px; }
      @media all and (max-width: 783px) {
        .p-open-shop__flow-title {
          font-size: 20px; } }
      .p-open-shop__flow-title::before {
        content: "STEP " counter(flow-step);
        display: inline-block;
        margin-right: 20px; }
    .p-open-shop__flow-detail {
      width: calc(100% - 216px); }
      @media all and (max-width: 783px) {
        .p-open-shop__flow-detail {
          width: 100%; } }
    .p-open-shop__flow-image {
      width: 200px;
      height: 100px; }
      .p-open-shop__flow-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      .p-open-shop__flow-image.construction img {
        max-width: 100px;
        display: block;
        margin: 0 auto; }

.p-owner__management-list > li {
  background: #ffffff;
  border: 5px solid #DDE2E9;
  border-radius: 10px;
  padding: 24px 32px; }
  @media all and (max-width: 783px) {
    .p-owner__management-list > li {
      padding: 24px 16px; } }
  .p-owner__management-list > li + li {
    margin-top: 24px; }

.p-owner__management-list-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }
  .p-owner__management-list-contents + .p-owner__management-list-contents {
    margin-top: 32px; }
  .p-owner__management-list-contents-image {
    width: 150px;
    height: 100px; }
    @media all and (max-width: 783px) {
      .p-owner__management-list-contents-image {
        width: 100%; } }
    .p-owner__management-list-contents-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .p-owner__management-list-contents-inner {
    width: calc(100% - 174px); }
    @media all and (max-width: 783px) {
      .p-owner__management-list-contents-inner {
        width: 100%; } }

.p-owner__management-btn {
  margin-top: 32px; }
  @media all and (min-width: 784px) {
    .p-owner__management-btn {
      max-width: 400px;
      margin: 32px auto 0; } }

.p-owner-interview__inner > *:not([class^="c-title__"]):not(.p-owner-interview__contents-table):not(.c-table__inner) {
  margin-top: 24px;
  margin-bottom: 24px; }

.p-owner-interview__text {
  line-height: 1.8; }
  .p-owner-interview__text-large {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8; }
    .p-owner-interview__text-large:not(:first-of-type) {
      margin-top: 20px; }
    .p-owner-interview__text-large + * {
      margin-top: 0 !important; }

.p-owner-interview__note {
  font-size: 14px;
  margin-top: 4px;
  text-align: left; }

.p-owner-interview__image--center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.p-owner-interview__contents-table {
  background: #EAF9F5;
  padding: 0 45px 30px;
  border-radius: 20px;
  margin-top: 100px; }
  @media all and (max-width: 783px) {
    .p-owner-interview__contents-table {
      padding: 0 20px 30px; } }
  .p-owner-interview__contents-table-title {
    text-align: center;
    padding: 10px 0;
    font-size: 28px;
    color: var(--color_main);
    border-bottom: 2px dashed #A1AFC4; }
  .p-owner-interview__contents-table-list > li {
    margin-top: 20px; }
    .p-owner-interview__contents-table-list > li a {
      color: #3d3d3d;
      font-size: 20px;
      padding-left: 48px;
      position: relative;
      display: block; }
  .p-owner-interview__contents-table-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    background: var(--color_main);
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: 700; }

.p-owner-interview__bg-box {
  background: #EEF4F2;
  padding: 20px; }

.p-owner-interview__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 90px;
  margin-bottom: 50px !important; }
  @media all and (max-width: 783px) {
    .p-owner-interview__staff {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .p-owner-interview__staff-image {
    border-radius: 100%;
    overflow: hidden;
    max-width: 200px; }
  .p-owner-interview__staff-name {
    margin-top: 24px; }

.p-owner-interview__shop-info-title {
  font-size: 24px;
  margin-top: 21px;
  font-weight: 700;
  color: var(--color_main);
  line-height: 1.8; }

.p-owner-interview__shop-info-data {
  line-height: 1.8;
  font-weight: 700; }

.p-owner-interview__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px; }
  .p-owner-interview__col-2 > * {
    width: 280px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .p-owner-interview__col-2-image {
    max-width: 489px; }
    .p-owner-interview__col-2-image-text {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      min-width: 120px; }
  .p-owner-interview__col-2--baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.page_top {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 80px;
  display: none; }
  @media all and (max-width: 783px) {
    .page_top {
      bottom: 40px; } }
  .page_top .icon__arrow_type02 {
    width: 80px;
    height: 80px;
    background: #3d3d3d;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media all and (max-width: 783px) {
      .page_top .icon__arrow_type02 {
        width: 60px;
        height: 60px;
        font-size: 14px; } }
    .page_top .icon__arrow_type02::before {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.p-performance__list {
  margin-top: 56px; }
  .p-performance__list > li {
    border: 5px solid #DDE2E9;
    border-radius: 10px;
    background: #ffffff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px; }
    @media all and (max-width: 783px) {
      .p-performance__list > li {
        padding: 10px;
        gap: 16px; } }
    .p-performance__list > li + li {
      margin-top: 32px; }
      @media all and (max-width: 783px) {
        .p-performance__list > li + li {
          margin-top: 24px; } }
  .p-performance__list-image {
    width: 200px; }
    @media all and (max-width: 783px) {
      .p-performance__list-image {
        width: 100%; } }
    .p-performance__list-image img {
      width: 100%; }
  .p-performance__list-contents {
    width: calc(100% - 224px); }
    @media all and (max-width: 783px) {
      .p-performance__list-contents {
        width: 100%; } }
    .p-performance__list-contents-title {
      font-size: 20px;
      color: var(--color_main);
      font-weight: 700; }
      @media all and (max-width: 783px) {
        .p-performance__list-contents-title {
          font-size: 18px; } }
    .p-performance__list-contents-text {
      margin-top: 8px; }
      @media all and (max-width: 783px) {
        .p-performance__list-contents-text {
          font-size: 15px; } }
      .p-performance__list-contents-text > * + * {
        margin-top: 8px; }
    .p-performance__list-contents-inner {
      padding: 0 16px; }
      @media all and (max-width: 783px) {
        .p-performance__list-contents-inner {
          padding: 0; } }
    .p-performance__list-contents-data {
      margin-top: 16px;
      background: #EEF4F2;
      padding: 16px; }
      @media all and (max-width: 783px) {
        .p-performance__list-contents-data {
          padding: 8px; } }
      .p-performance__list-contents-data dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px 16px;
        font-size: 14px; }
        .p-performance__list-contents-data dl + dl {
          margin-top: 8px; }
        .p-performance__list-contents-data dl dt {
          background: #3d3d3d;
          color: #ffffff;
          font-weight: 700;
          text-align: center;
          width: 80px;
          padding: 4px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .p-performance__list-contents-data dl dd {
          width: calc(100% - 96px);
          -ms-flex-item-align: center;
          align-self: center; }

.p-privacy__contact {
  margin-top: 50px; }
  .p-privacy__contact-title {
    font-size: 20px;
    margin-bottom: 10px; }
  .p-privacy__contact-text {
    font-weight: 700; }
    .p-privacy__contact-text a {
      color: #3d3d3d; }

.p-reason__list > li {
  background: #EEF4F2;
  padding: 20px 30px; }
  @media all and (max-width: 783px) {
    .p-reason__list > li {
      padding: 20px 15px; } }
  .p-reason__list > li + li {
    margin-top: 50px; }

.p-reason__list-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media all and (min-width: 784px) {
    .p-reason__list-count {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .p-reason__list-count > * {
    display: inline-block;
    text-align: center;
    font-weight: 300; }
  .p-reason__list-count-type {
    font-size: 18px;
    line-height: 1.2; }
  .p-reason__list-count-number {
    font-size: 45px;
    color: var(--color_main);
    line-height: 0.9;
    margin-top: 3px; }

.p-reason__list-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px; }

.p-reason__list-text {
  font-weight: 700;
  color: var(--color_main);
  line-height: 1.8;
  margin-top: 20px; }

.p-reason__btn {
  margin-top: 50px; }

.p-search {
  padding-bottom: 120px; }
  @media all and (max-width: 783px) {
    .p-search {
      padding-bottom: 92px; } }
  .p-search__inner {
    width: 100%; }
  .p-search__section {
    padding: 32px 20px; }
    .p-search__section:not(:last-child) + .p-search__section {
      border-top: 1px solid #A1AFC4; }
  .p-search__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media all and (max-width: 783px) {
      .p-search__title {
        font-size: 24px;
        margin-bottom: 20px; } }
    .p-search__title:has( + .p-search__title-note) {
      margin-bottom: 16px; }
    .p-search__title-note {
      margin-bottom: 40px;
      font-weight: 700; }
      @media all and (max-width: 783px) {
        .p-search__title-note {
          margin-bottom: 20px; } }
  .p-search__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 20px; }
    @media all and (max-width: 783px) {
      .p-search__type > li {
        width: 100%; } }
    .p-search__type > li .c-button__gradation {
      width: 272px;
      font-size: 22px;
      font-weight: 500; }
      @media all and (max-width: 783px) {
        .p-search__type > li .c-button__gradation {
          font-size: 18px;
          width: 100%; } }
      .p-search__type > li .c-button__gradation span {
        position: relative;
        z-index: 1; }
    .p-search__type > li:not(:has(.active)) .c-button__gradation {
      color: var(--color_main);
      position: relative; }
      .p-search__type > li:not(:has(.active)) .c-button__gradation::before {
        content: "";
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        background: #ffffff;
        border-radius: 50px;
        position: absolute;
        z-index: 0;
        top: 3px;
        left: 3px; }
  .p-search__btn {
    min-width: 300px;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto; }
    @media all and (max-width: 783px) {
      .p-search__btn {
        width: 100%; } }
    .p-search__btn .c-button__round {
      font-size: 24px;
      padding: 12px 56px; }
      @media all and (max-width: 783px) {
        .p-search__btn .c-button__round {
          font-size: 20px;
          padding: 12px 24px; } }
  .p-search__table {
    width: 100%; }
    .p-search__table-range {
      display: inline-block;
      margin: 0 20px; }
      @media all and (max-width: 783px) {
        .p-search__table-range {
          margin: 0 10px; } }
    .p-search__table-unit {
      display: inline-block;
      margin-left: 40px; }
      @media all and (max-width: 783px) {
        .p-search__table-unit {
          margin-left: 20px; } }
    .p-search__table-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 20px 40px; }
    .p-search__table tbody tr:last-child th, .p-search__table tbody tr:last-child td {
      border-bottom: 1px solid #A1AFC4; }
    @media all and (max-width: 783px) {
      .p-search__table tbody tr:last-child th {
        border-bottom: none; } }
    .p-search__table tbody th, .p-search__table tbody td {
      padding: 27px 0;
      border-top: 1px solid #A1AFC4; }
      @media all and (max-width: 783px) {
        .p-search__table tbody th, .p-search__table tbody td {
          display: block;
          padding: 27px 12px; } }
    .p-search__table tbody th {
      width: 150px;
      text-align: left;
      color: var(--color_main);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      @media all and (min-width: 784px) {
        .p-search__table tbody th {
          padding-right: 40px; } }
      @media all and (max-width: 783px) {
        .p-search__table tbody th {
          width: 100%; } }
      .p-search__table tbody th::before {
        content: "";
        width: 1px;
        height: calc(100% - 54px);
        position: absolute;
        top: 27px;
        right: 0;
        background: #A1AFC4; }
        @media all and (max-width: 783px) {
          .p-search__table tbody th::before {
            width: calc(100% - 24px);
            height: 1px;
            top: auto;
            bottom: 0;
            right: 12px; } }
    @media all and (min-width: 784px) {
      .p-search__table tbody td {
        padding-left: 40px; } }
    @media all and (max-width: 783px) {
      .p-search__table tbody td {
        border-top: none; } }
    .p-search__table tbody td select {
      border: 1px solid var(--color_main);
      padding: 6px;
      color: #3d3d3d;
      font-size: 14px;
      min-width: 150px; }
      @media all and (max-width: 783px) {
        .p-search__table tbody td select {
          min-width: 100px; } }
      .p-search__table tbody td select:hover, .p-search__table tbody td select:focus {
        border-color: var(--color_btn); }
  .p-search__kodawari dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 20px; }
    .p-search__kodawari dl + dl {
      margin-top: 34px; }
  .p-search__kodawari dt {
    width: 120px;
    font-weight: 700; }
    @media all and (max-width: 783px) {
      .p-search__kodawari dt {
        width: 100%; } }
  .p-search__kodawari dd {
    width: calc(100% - 140px); }
    @media all and (max-width: 783px) {
      .p-search__kodawari dd {
        width: 100%;
        margin-top: 16px; } }
  .p-search__kodawari-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 34px 36px; }
    @media all and (max-width: 783px) {
      .p-search__kodawari-list {
        gap: 16px 30px; } }
  .p-search__fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--color_main);
    padding: 32px 20px;
    width: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 783px) {
      .p-search__fixed {
        padding: 24px 16px; } }
    .p-search__fixed-inner {
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px 40px; }
      @media all and (max-width: 783px) {
        .p-search__fixed-inner {
          gap: 10px 20px; } }
    .p-search__fixed-number {
      color: #ffffff;
      font-size: 40px;
      font-weight: 700;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media all and (max-width: 783px) {
        .p-search__fixed-number {
          font-size: 32px; } }
      .p-search__fixed-number-unit {
        font-size: 16px; }
    .p-search__fixed-text {
      font-size: 22px;
      color: #ffffff; }
      @media all and (max-width: 783px) {
        .p-search__fixed-text {
          width: 100%;
          font-size: 14px;
          text-align: center; } }
    .p-search__fixed-btn-building-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px; }
      @media all and (max-width: 783px) {
        .p-search__fixed-btn-building-list {
          width: 100%; } }
      .p-search__fixed-btn-building-list .c-button__base {
        width: 250px; }
        @media all and (max-width: 783px) {
          .p-search__fixed-btn-building-list .c-button__base {
            font-size: 14px;
            width: 48%;
            padding: 8px 12px; } }
    .p-search__fixed-btn .c-button__gradation {
      border: 3px solid #ffffff;
      font-weight: 500;
      font-size: 16px;
      padding: 10px 56px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media all and (max-width: 783px) {
        .p-search__fixed-btn .c-button__gradation {
          font-size: 14px;
          border: 2px solid #ffffff;
          padding: 8px 40px; } }
  .p-search__area-list {
    display: grid;
    grid-auto-rows: minmax(-webkit-max-content, 30px);
    grid-auto-rows: minmax(max-content, 30px);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px; }
    @media all and (max-width: 783px) {
      .p-search__area-list {
        gap: 10px; } }
    .p-search__area-list > li {
      font-size: 18px; }
      @media all and (max-width: 783px) {
        .p-search__area-list > li {
          font-size: 16px; } }
  .p-search__area-group-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  @media all and (max-width: 783px) {
    .p-search__map {
      padding-bottom: 112px; } }
  .p-search__map-inner {
    margin-top: 20px; }
    .p-search__map-inner iframe {
      width: 100%;
      height: 600px; }
      @media all and (max-width: 783px) {
        .p-search__map-inner iframe {
          height: 480px; } }

.l-section {
  width: 100%; }
  .l-section__main {
    display: block;
    margin-top: 90px; }
    @media all and (max-width: 1200px) {
      .l-section__main {
        margin-top: 65px; } }
  .l-section__mb {
    margin-bottom: 80px; }
  .l-section__box {
    background: #EEF4F2;
    padding: 40px 32px; }
    .l-section__box-round {
      padding: 32px;
      border-radius: 10px; }
      @media all and (max-width: 783px) {
        .l-section__box-round {
          padding: 32px 16px; } }
  .l-section__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 40px; }
    .l-section__col2 .l-section__col-item {
      width: calc((100% - 40px) / 2); }
      @media all and (max-width: 783px) {
        .l-section__col2 .l-section__col-item {
          width: 100%; } }
    .l-section__col2-align-c {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .l-section__text {
    line-height: 1.8; }
    .l-section__text-link {
      color: var(--color_accent) !important; }
      .l-section__text-link-border {
        text-decoration: underline; }
      @media all and (min-width: 784px) {
        .l-section__text-link-hover-line:hover {
          text-decoration: underline; } }
  .l-section__hidden {
    overflow: hidden; }
  .l-section__note {
    padding-left: 1.5em;
    position: relative;
    line-height: 1.5;
    text-align: left; }
    .l-section__note::before {
      content: "※";
      position: absolute;
      top: 0.25em;
      line-height: 1;
      left: 0; }

.p-sitemap__list > li > a {
  font-weight: 700; }

.p-sitemap__list > li + li {
  margin-top: 20px; }

.p-top__kv {
  position: relative; }
  .p-top__kv-inner {
    padding: 30px; }
  .p-top__kv-bg {
    position: absolute;
    bottom: 5%;
    z-index: -2;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .p-top__kv-bg svg {
      min-width: 100%;
      min-height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .p-top__kv-bg-color {
      fill: var(--color_accent);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .p-top__kv-image {
    width: 100%;
    margin-top: -5%;
    position: relative;
    z-index: -1; }
    .p-top__kv-image > * {
      width: 100%; }
  .p-top__kv-contents {
    max-width: 1018px;
    margin: 0 auto; }
  .p-top__kv-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px; }
    @media all and (max-width: 783px) {
      .p-top__kv-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .p-top__kv-title-text {
      text-align: center;
      font-weight: 700;
      letter-spacing: 4px;
      font-size: 20px; }
      @media all and (max-width: 783px) {
        .p-top__kv-title-text {
          font-size: 14px; } }
  .p-top__kv-catch {
    margin: 24px 0 40px;
    font-weight: 700; }
    .p-top__kv-catch-main {
      color: var(--color_catch);
      text-align: center;
      font-size: 20px; }
    .p-top__kv-catch-sub {
      text-align: center;
      font-size: 14px;
      margin-top: 10px; }
  .p-top__kv-logo {
    margin: 0 auto;
    max-width: 900px; }
    @media all and (min-width: 784px) {
      .p-top__kv-logo {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
    .p-top__kv-logo img {
      height: 100%;
      width: auto; }
  @media all and (min-width: 784px) {
    .p-top__kv-search {
      padding: 27px 33px 32px;
      background: #ffffff;
      border-radius: 20px;
      border: 4px solid var(--color_main);
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto; } }
  .p-top__kv-search-keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #DDE2E9; }
    .p-top__kv-search-keyword input {
      font-size: 14px;
      border: 1px solid var(--color_main);
      border-radius: 0;
      padding: 6px;
      max-width: 344px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .p-top__kv-search-keyword input:hover {
        border-color: var(--color_btn); }
    .p-top__kv-search-keyword button {
      background: var(--color_main);
      border-radius: 50px;
      border: none;
      color: #ffffff;
      font-weight: 700;
      font-size: 15px;
      width: 62px;
      height: 40px;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
      .p-top__kv-search-keyword button:hover {
        cursor: pointer;
        background: var(--color_accent); }

.p-top__reason {
  padding: 0 10px; }
  .p-top__reason-inner {
    max-width: 1250px;
    margin: 0 auto; }
  .p-top__reason-title {
    margin: 0 10px 32px; }
    @media all and (min-width: 784px) {
      .p-top__reason-title {
        height: 25px; } }
    @media all and (min-width: 784px) {
      .p-top__reason-title img {
        height: 100%;
        width: auto; } }
    @media all and (max-width: 783px) {
      .p-top__reason-title img {
        max-width: 372px;
        width: 100%; } }
  .p-top__reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px; }
    .p-top__reason-list > li {
      min-width: 300px;
      max-width: 390px;
      width: 300px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center; }
      @media all and (max-width: 783px) {
        .p-top__reason-list > li {
          min-width: auto; } }

.p-top__tenant-contents-inner {
  max-width: 1155px;
  margin: 0 auto;
  padding: 0 10px; }

.p-top__tenant-contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 32px; }
  @media all and (max-width: 783px) {
    .p-top__tenant-contents-title {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (min-width: 784px) {
    .p-top__tenant-contents-title-image {
      height: 25px; } }
  @media all and (max-width: 783px) {
    .p-top__tenant-contents-title-image {
      max-width: 450px;
      width: 100%; } }
  @media all and (min-width: 784px) {
    .p-top__tenant-contents-title-image img {
      height: 100%;
      width: auto; } }
  @media all and (max-width: 783px) {
    .p-top__tenant-contents-title-image img {
      width: 100%; } }
  .p-top__tenant-contents-title-text {
    font-size: 18px; }
    @media all and (min-width: 784px) {
      .p-top__tenant-contents-title-text {
        font-weight: 700; } }

.p-top__tenant-contents--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 80px; }
  @media all and (max-width: 783px) {
    .p-top__tenant-contents--main {
      gap: 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (min-width: 784px) {
    .p-top__tenant-contents--main > li {
      width: calc((100% - 80px ) / 3);
      min-width: 300px; } }
  @media all and (max-width: 783px) {
    .p-top__tenant-contents--main > li {
      width: 100%;
      max-width: 300px; } }
  .p-top__tenant-contents--main > li a {
    display: block;
    border-radius: 8px;
    position: relative; }
    @media all and (max-width: 783px) {
      .p-top__tenant-contents--main > li a {
        width: 100%; } }
    @media all and (min-width: 784px) {
      .p-top__tenant-contents--main > li a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 8px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        background: rgba(80, 80, 80, 0.2);
        opacity: 0;
        rotate: 0;
        top: 8%;
        left: 4%;
        z-index: -1; } }
    @media all and (min-width: 784px) {
      .p-top__tenant-contents--main > li a:hover::before {
        rotate: 3deg;
        opacity: 1; } }
    .p-top__tenant-contents--main > li a img {
      width: 100%; }

.p-top__info {
  padding: 0 10px; }
  .p-top__info-inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto; }
  .p-top__info-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 36px; }
  .p-top__info-list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 32px; }
    @media all and (max-width: 783px) {
      .p-top__info-list > li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .p-top__info-list > li + li {
    margin-top: 24px; }
  .p-top__info-list-date {
    width: 100px;
    color: #757575;
    font-family: "Lato", sans-serif;
    letter-spacing: .8px; }
  .p-top__info-btn {
    margin: 48px auto 0; }
    @media all and (min-width: 784px) {
      .p-top__info-btn {
        max-width: 795px; } }

.p-top__title-text {
  font-family: "851Gkktt", sans-serif;
  text-align: center;
  color: var(--color_main);
  font-size: 48px;
  margin-bottom: 48px; }
  @media all and (max-width: 783px) {
    .p-top__title-text {
      font-size: 36px;
      margin-bottom: 20px; } }

.p-top__new {
  padding: 0 16px; }
  .p-top__new .slick-list {
    width: 100%; }
  .p-top__new-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; }
    @media all and (min-width: 784px) {
      .p-top__new-list {
        width: calc(100% - 80px); } }
    .p-top__new-list-item {
      border-radius: 30px;
      border: 6px solid #DDE2E9;
      overflow: hidden;
      margin: 0 40px;
      width: 280px; }
      @media all and (max-width: 783px) {
        .p-top__new-list-item {
          max-width: 280px;
          margin: 0 10px; } }
      .p-top__new-list-item-image {
        width: 100%;
        height: 0;
        padding-bottom: 64%;
        position: relative; }
        .p-top__new-list-item-image img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .p-top__new-list-item-inner {
        padding: 10px 10px 20px; }
      .p-top__new-list-item-data {
        color: #3d3d3d;
        font-size: 14px; }
      .p-top__new-list-item-name {
        font-weight: 700;
        color: var(--color_main);
        font-size: 20px; }

.p-top__about-inner {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
  @media all and (min-width: 784px) {
    .p-top__about-inner {
      max-width: 1103px; } }
  @media all and (max-width: 783px) {
    .p-top__about-inner {
      padding: 0 16px; } }

.p-top__about-bnr {
  width: 100%; }
  @media all and (min-width: 784px) {
    .p-top__about-bnr {
      width: calc(100% - 340px);
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .p-top__about-bnr-list > li img {
    width: 100%; }
  .p-top__about-bnr-list > li + li {
    margin-top: 10px; }

.p-top__about-contents {
  width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--color_accent);
  border-radius: 24px;
  overflow: hidden;
  padding: 0 0 32px;
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto; }
  .p-top__about-contents::after {
    content: "";
    width: 110px;
    height: 225px;
    background: url(../img/top/about_illustration.svg) center center/contain no-repeat;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 10px;
    right: 40px; }
  .p-top__about-contents-sentence {
    padding: 32px 26px 56px;
    background: -webkit-linear-gradient(top, #E3F0EC calc(100% - 100px), transparent calc(100% - 101px));
    background: -o-linear-gradient(top, #E3F0EC calc(100% - 100px), transparent calc(100% - 101px));
    background: linear-gradient(to bottom, #E3F0EC calc(100% - 100px), transparent calc(100% - 101px));
    position: relative;
    z-index: -1; }
  .p-top__about-contents-title {
    color: var(--color_main);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4; }
  .p-top__about-contents-text {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px; }
  .p-top__about-contents-btn {
    margin: 100px 10px 0; }

.p-top__about-decoration {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: -1;
  display: block;
  -webkit-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2); }
  .p-top__about-decoration path {
    fill: #E3F0EC; }

.p-top__osusume {
  overflow: hidden; }
  .p-top__osusume-inner {
    padding: 0 16px; }
  .p-top__osusume-contents {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid #DDE2E9;
    border-radius: 30px;
    background: #ffffff;
    padding: 40px; }
    @media all and (max-width: 783px) {
      .p-top__osusume-contents {
        padding: 40px 16px; } }
  .p-top__osusume-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px; }
    .p-top__osusume-list-item {
      width: calc((100% - 64px) / 3); }
      @media all and (max-width: 783px) {
        .p-top__osusume-list-item {
          width: 260px;
          margin: 0 10px; } }
      .p-top__osusume-list-item-image {
        width: 100%;
        height: 0;
        padding-bottom: 64%;
        position: relative; }
        .p-top__osusume-list-item-image img {
          width: 100%;
          height: 100%;
          position: absolute;
          -o-object-fit: cover;
          object-fit: cover; }
      .p-top__osusume-list-item-data {
        padding: 16px 16px 0;
        font-size: 14px;
        color: #3d3d3d; }
      .p-top__osusume-list-item-name {
        color: var(--color_main);
        font-weight: 500; }

.p-top__bnr {
  padding: 0 16px; }
  .p-top__bnr-inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (min-width: 784px) {
      .p-top__bnr-inner {
        padding: 0 20px; } }
  .p-top__bnr-main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
    .p-top__bnr-main-list-item {
      width: calc(100vw - 32px);
      text-align: center; }
      .p-top__bnr-main-list-item img {
        max-width: 100%; }
  .p-top__bnr-sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }
    .p-top__bnr-sub-list-item {
      height: 85px !important;
      margin: 0 10px; }
      .p-top__bnr-sub-list-item a img {
        height: 100%;
        width: auto; }

.p-top .l-header__scroll .l-header__info {
  display: none; }

.p-top .l-header__scroll .l-header__logo {
  display: block !important; }

.p-top .l-header__info {
  display: block; }
  @media all and (max-width: 1200px) {
    .p-top .l-header__info {
      display: none; } }

.p-top .l-header__logo {
  display: none; }
  @media all and (max-width: 1200px) {
    .p-top .l-header__logo {
      display: block; } }

/* Scope */
/* Utility */
.align_l {
  text-align: left !important; }

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

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

@media all and (max-width: 783px) {
  .sp_align_c {
    text-align: center !important; } }

.valign_m {
  vertical-align: middle; }

.valign_t {
  vertical-align: top; }

.valign_b {
  vertical-align: bottom; }

/*for modern browser*/
.clear_fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden; }

/*for IE 5.5-7*/
.clear_fix {
  zoom: 1; }

.clear_both {
  clear: both;
  height: 1px;
  font-size: 1px;
  text-align: center;
  line-height: 0; }

.clear {
  clear: both; }

/*

display用クラス

PC向け
.none
.block
.inline_block
.inline
.table
.table_cell

タブレット向け
.tablet_none
.tablet_block
.tablet_inline_block
.tablet_inline
.tablet_table
.tablet_table_cell

スマホ向け
.sp_none
.sp_block
.sp_inline_block
.sp_inline
.sp_table
.sp_table_cell

*/
.none {
  display: none !important; }

.block {
  display: block !important; }

.inline_block {
  display: inline-block  !important; }

.inline {
  display: inline !important; }

.table {
  display: table !important; }

.table_cell {
  display: table-cell !important; }

@media all and (max-width: 1200px) {
  .liquid_none {
    display: none !important; } }

@media all and (max-width: 959px) {
  .tablet_none {
    display: none !important; } }

@media all and (max-width: 783px) {
  .sp_none {
    display: none !important; } }

@media all and (max-width: 400px) {
  .sp_small_none {
    display: none !important; } }

@media all and (max-width: 1200px) {
  .liquid_block {
    display: block !important; }
  .liquid_inline_block {
    display: inline-block !important; }
  .liquid_inline {
    display: inline !important; }
  .liquid_table {
    display: table !important; }
  .liquid_cell {
    display: table-cell !important; }
  .liquid_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media all and (max-width: 959px) {
  .tablet_block {
    display: block !important; }
  .tablet_inline_block {
    display: inline-block !important; }
  .tablet_inline {
    display: inline !important; }
  .tablet_table {
    display: table !important; }
  .tablet_cell {
    display: table-cell !important; }
  .tablet_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media all and (max-width: 783px) {
  .sp_block {
    display: block !important; }
  .sp_inline_block {
    display: inline-block !important; }
  .sp_inline {
    display: inline !important; }
  .sp_table {
    display: table !important; }
  .sp_cell {
    display: table-cell !important; }
  .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media all and (max-width: 400px) {
  .sp_small_block {
    display: block !important; }
  .sp_small_inline_block {
    display: inline-block !important; }
  .sp_small_inline {
    display: inline !important; }
  .sp_small_table {
    display: table !important; }
  .sp_small_cell {
    display: table-cell !important; }
  .sp_small_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.float_r {
  float: right;
  display: inline; }

.float_l {
  float: left;
  display: inline; }

/*

fluid image

*/
.fluid_img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* IE8 */ }

/*

justify layout

```html
<ul class="just_layout">
	<li class ="just_layout__item"></li>
	<li class ="just_layout__item"></li>
</ul>
```

*/
.just_layout {
  text-align: justify;
  text-justify: distribute-all-lines;
  zoom: 1;
  display: block;
  line-height: 0; }
  .just_layout:after {
    line-height: 0;
    visibility: hidden;
    content: "";
    display: inline-block;
    width: 100%; }
  .just_layout__item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    line-height: normal; }

* html .just_layout .just_layout__item {
  display: inline;
  zoom: 1; }

*:first-child + html .just_layout .just_layout__item {
  display: inline;
  zoom: 1; }

.line-height__18 {
  line-height: 1.8 !important; }

/*

margin and padding

4刻みで上下左右のマージンとパディングのクラスを定義
$start_value x 4の値から、$end_value x 4 までを設定

```class
.mb-4
.mt-4
.mr-4
.ml-4

.mb0
.mt0
.mr0
.ml0

.mb4
.mt4
.mr4
.ml4

.mb8
.mt8
.mr8
.ml8

.pb-4
.pt-4
.pr-4
.pl-4

.pb0
.pt0
.pr0
.pl0

.pb4
.pt4
.pr4
.pl4

.pb8
.pt8
.pr8
.pl8
```

レスポンシブ用に$breakpointsのキーを接頭辞にしたクラスも書き出します。
```class
.tablet_mb8
.sp_mb8
```

*/
.mb-80 {
  margin-bottom: -80px !important; }

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

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

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

.mb-76 {
  margin-bottom: -76px !important; }

.mt-76 {
  margin-top: -76px !important; }

.mr-76 {
  margin-right: -76px !important; }

.ml-76 {
  margin-left: -76px !important; }

.mb-72 {
  margin-bottom: -72px !important; }

.mt-72 {
  margin-top: -72px !important; }

.mr-72 {
  margin-right: -72px !important; }

.ml-72 {
  margin-left: -72px !important; }

.mb-68 {
  margin-bottom: -68px !important; }

.mt-68 {
  margin-top: -68px !important; }

.mr-68 {
  margin-right: -68px !important; }

.ml-68 {
  margin-left: -68px !important; }

.mb-64 {
  margin-bottom: -64px !important; }

.mt-64 {
  margin-top: -64px !important; }

.mr-64 {
  margin-right: -64px !important; }

.ml-64 {
  margin-left: -64px !important; }

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

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

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

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

.mb-56 {
  margin-bottom: -56px !important; }

.mt-56 {
  margin-top: -56px !important; }

.mr-56 {
  margin-right: -56px !important; }

.ml-56 {
  margin-left: -56px !important; }

.mb-52 {
  margin-bottom: -52px !important; }

.mt-52 {
  margin-top: -52px !important; }

.mr-52 {
  margin-right: -52px !important; }

.ml-52 {
  margin-left: -52px !important; }

.mb-48 {
  margin-bottom: -48px !important; }

.mt-48 {
  margin-top: -48px !important; }

.mr-48 {
  margin-right: -48px !important; }

.ml-48 {
  margin-left: -48px !important; }

.mb-44 {
  margin-bottom: -44px !important; }

.mt-44 {
  margin-top: -44px !important; }

.mr-44 {
  margin-right: -44px !important; }

.ml-44 {
  margin-left: -44px !important; }

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

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

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

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

.mb-36 {
  margin-bottom: -36px !important; }

.mt-36 {
  margin-top: -36px !important; }

.mr-36 {
  margin-right: -36px !important; }

.ml-36 {
  margin-left: -36px !important; }

.mb-32 {
  margin-bottom: -32px !important; }

.mt-32 {
  margin-top: -32px !important; }

.mr-32 {
  margin-right: -32px !important; }

.ml-32 {
  margin-left: -32px !important; }

.mb-28 {
  margin-bottom: -28px !important; }

.mt-28 {
  margin-top: -28px !important; }

.mr-28 {
  margin-right: -28px !important; }

.ml-28 {
  margin-left: -28px !important; }

.mb-24 {
  margin-bottom: -24px !important; }

.mt-24 {
  margin-top: -24px !important; }

.mr-24 {
  margin-right: -24px !important; }

.ml-24 {
  margin-left: -24px !important; }

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

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

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

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

.mb-16 {
  margin-bottom: -16px !important; }

.mt-16 {
  margin-top: -16px !important; }

.mr-16 {
  margin-right: -16px !important; }

.ml-16 {
  margin-left: -16px !important; }

.mb-12 {
  margin-bottom: -12px !important; }

.mt-12 {
  margin-top: -12px !important; }

.mr-12 {
  margin-right: -12px !important; }

.ml-12 {
  margin-left: -12px !important; }

.mb-8 {
  margin-bottom: -8px !important; }

.mt-8 {
  margin-top: -8px !important; }

.mr-8 {
  margin-right: -8px !important; }

.ml-8 {
  margin-left: -8px !important; }

.mb-4 {
  margin-bottom: -4px !important; }

.mt-4 {
  margin-top: -4px !important; }

.mr-4 {
  margin-right: -4px !important; }

.ml-4 {
  margin-left: -4px !important; }

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

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

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

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

.mb4 {
  margin-bottom: 4px !important; }

.mt4 {
  margin-top: 4px !important; }

.mr4 {
  margin-right: 4px !important; }

.ml4 {
  margin-left: 4px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mt8 {
  margin-top: 8px !important; }

.mr8 {
  margin-right: 8px !important; }

.ml8 {
  margin-left: 8px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mt12 {
  margin-top: 12px !important; }

.mr12 {
  margin-right: 12px !important; }

.ml12 {
  margin-left: 12px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mt16 {
  margin-top: 16px !important; }

.mr16 {
  margin-right: 16px !important; }

.ml16 {
  margin-left: 16px !important; }

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

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

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

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

.mb24 {
  margin-bottom: 24px !important; }

.mt24 {
  margin-top: 24px !important; }

.mr24 {
  margin-right: 24px !important; }

.ml24 {
  margin-left: 24px !important; }

.mb28 {
  margin-bottom: 28px !important; }

.mt28 {
  margin-top: 28px !important; }

.mr28 {
  margin-right: 28px !important; }

.ml28 {
  margin-left: 28px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mt32 {
  margin-top: 32px !important; }

.mr32 {
  margin-right: 32px !important; }

.ml32 {
  margin-left: 32px !important; }

.mb36 {
  margin-bottom: 36px !important; }

.mt36 {
  margin-top: 36px !important; }

.mr36 {
  margin-right: 36px !important; }

.ml36 {
  margin-left: 36px !important; }

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

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

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

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

.mb44 {
  margin-bottom: 44px !important; }

.mt44 {
  margin-top: 44px !important; }

.mr44 {
  margin-right: 44px !important; }

.ml44 {
  margin-left: 44px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mt48 {
  margin-top: 48px !important; }

.mr48 {
  margin-right: 48px !important; }

.ml48 {
  margin-left: 48px !important; }

.mb52 {
  margin-bottom: 52px !important; }

.mt52 {
  margin-top: 52px !important; }

.mr52 {
  margin-right: 52px !important; }

.ml52 {
  margin-left: 52px !important; }

.mb56 {
  margin-bottom: 56px !important; }

.mt56 {
  margin-top: 56px !important; }

.mr56 {
  margin-right: 56px !important; }

.ml56 {
  margin-left: 56px !important; }

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

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

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

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

.mb64 {
  margin-bottom: 64px !important; }

.mt64 {
  margin-top: 64px !important; }

.mr64 {
  margin-right: 64px !important; }

.ml64 {
  margin-left: 64px !important; }

.mb68 {
  margin-bottom: 68px !important; }

.mt68 {
  margin-top: 68px !important; }

.mr68 {
  margin-right: 68px !important; }

.ml68 {
  margin-left: 68px !important; }

.mb72 {
  margin-bottom: 72px !important; }

.mt72 {
  margin-top: 72px !important; }

.mr72 {
  margin-right: 72px !important; }

.ml72 {
  margin-left: 72px !important; }

.mb76 {
  margin-bottom: 76px !important; }

.mt76 {
  margin-top: 76px !important; }

.mr76 {
  margin-right: 76px !important; }

.ml76 {
  margin-left: 76px !important; }

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

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

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

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

.mb84 {
  margin-bottom: 84px !important; }

.mt84 {
  margin-top: 84px !important; }

.mr84 {
  margin-right: 84px !important; }

.ml84 {
  margin-left: 84px !important; }

.mb88 {
  margin-bottom: 88px !important; }

.mt88 {
  margin-top: 88px !important; }

.mr88 {
  margin-right: 88px !important; }

.ml88 {
  margin-left: 88px !important; }

.mb92 {
  margin-bottom: 92px !important; }

.mt92 {
  margin-top: 92px !important; }

.mr92 {
  margin-right: 92px !important; }

.ml92 {
  margin-left: 92px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.mt96 {
  margin-top: 96px !important; }

.mr96 {
  margin-right: 96px !important; }

.ml96 {
  margin-left: 96px !important; }

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

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

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

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

.mb104 {
  margin-bottom: 104px !important; }

.mt104 {
  margin-top: 104px !important; }

.mr104 {
  margin-right: 104px !important; }

.ml104 {
  margin-left: 104px !important; }

.mb108 {
  margin-bottom: 108px !important; }

.mt108 {
  margin-top: 108px !important; }

.mr108 {
  margin-right: 108px !important; }

.ml108 {
  margin-left: 108px !important; }

.mb112 {
  margin-bottom: 112px !important; }

.mt112 {
  margin-top: 112px !important; }

.mr112 {
  margin-right: 112px !important; }

.ml112 {
  margin-left: 112px !important; }

.mb116 {
  margin-bottom: 116px !important; }

.mt116 {
  margin-top: 116px !important; }

.mr116 {
  margin-right: 116px !important; }

.ml116 {
  margin-left: 116px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mb124 {
  margin-bottom: 124px !important; }

.mt124 {
  margin-top: 124px !important; }

.mr124 {
  margin-right: 124px !important; }

.ml124 {
  margin-left: 124px !important; }

.mb128 {
  margin-bottom: 128px !important; }

.mt128 {
  margin-top: 128px !important; }

.mr128 {
  margin-right: 128px !important; }

.ml128 {
  margin-left: 128px !important; }

.mb132 {
  margin-bottom: 132px !important; }

.mt132 {
  margin-top: 132px !important; }

.mr132 {
  margin-right: 132px !important; }

.ml132 {
  margin-left: 132px !important; }

.mb136 {
  margin-bottom: 136px !important; }

.mt136 {
  margin-top: 136px !important; }

.mr136 {
  margin-right: 136px !important; }

.ml136 {
  margin-left: 136px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mt140 {
  margin-top: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mb144 {
  margin-bottom: 144px !important; }

.mt144 {
  margin-top: 144px !important; }

.mr144 {
  margin-right: 144px !important; }

.ml144 {
  margin-left: 144px !important; }

.mb148 {
  margin-bottom: 148px !important; }

.mt148 {
  margin-top: 148px !important; }

.mr148 {
  margin-right: 148px !important; }

.ml148 {
  margin-left: 148px !important; }

.mb152 {
  margin-bottom: 152px !important; }

.mt152 {
  margin-top: 152px !important; }

.mr152 {
  margin-right: 152px !important; }

.ml152 {
  margin-left: 152px !important; }

.mb156 {
  margin-bottom: 156px !important; }

.mt156 {
  margin-top: 156px !important; }

.mr156 {
  margin-right: 156px !important; }

.ml156 {
  margin-left: 156px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mt160 {
  margin-top: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

@media all and (max-width: 1200px) {
  .liquid_mb-80 {
    margin-bottom: -80px !important; }
  .liquid_mt-80 {
    margin-top: -80px !important; }
  .liquid_mr-80 {
    margin-right: -80px !important; }
  .liquid_ml-80 {
    margin-left: -80px !important; }
  .liquid_mb-76 {
    margin-bottom: -76px !important; }
  .liquid_mt-76 {
    margin-top: -76px !important; }
  .liquid_mr-76 {
    margin-right: -76px !important; }
  .liquid_ml-76 {
    margin-left: -76px !important; }
  .liquid_mb-72 {
    margin-bottom: -72px !important; }
  .liquid_mt-72 {
    margin-top: -72px !important; }
  .liquid_mr-72 {
    margin-right: -72px !important; }
  .liquid_ml-72 {
    margin-left: -72px !important; }
  .liquid_mb-68 {
    margin-bottom: -68px !important; }
  .liquid_mt-68 {
    margin-top: -68px !important; }
  .liquid_mr-68 {
    margin-right: -68px !important; }
  .liquid_ml-68 {
    margin-left: -68px !important; }
  .liquid_mb-64 {
    margin-bottom: -64px !important; }
  .liquid_mt-64 {
    margin-top: -64px !important; }
  .liquid_mr-64 {
    margin-right: -64px !important; }
  .liquid_ml-64 {
    margin-left: -64px !important; }
  .liquid_mb-60 {
    margin-bottom: -60px !important; }
  .liquid_mt-60 {
    margin-top: -60px !important; }
  .liquid_mr-60 {
    margin-right: -60px !important; }
  .liquid_ml-60 {
    margin-left: -60px !important; }
  .liquid_mb-56 {
    margin-bottom: -56px !important; }
  .liquid_mt-56 {
    margin-top: -56px !important; }
  .liquid_mr-56 {
    margin-right: -56px !important; }
  .liquid_ml-56 {
    margin-left: -56px !important; }
  .liquid_mb-52 {
    margin-bottom: -52px !important; }
  .liquid_mt-52 {
    margin-top: -52px !important; }
  .liquid_mr-52 {
    margin-right: -52px !important; }
  .liquid_ml-52 {
    margin-left: -52px !important; }
  .liquid_mb-48 {
    margin-bottom: -48px !important; }
  .liquid_mt-48 {
    margin-top: -48px !important; }
  .liquid_mr-48 {
    margin-right: -48px !important; }
  .liquid_ml-48 {
    margin-left: -48px !important; }
  .liquid_mb-44 {
    margin-bottom: -44px !important; }
  .liquid_mt-44 {
    margin-top: -44px !important; }
  .liquid_mr-44 {
    margin-right: -44px !important; }
  .liquid_ml-44 {
    margin-left: -44px !important; }
  .liquid_mb-40 {
    margin-bottom: -40px !important; }
  .liquid_mt-40 {
    margin-top: -40px !important; }
  .liquid_mr-40 {
    margin-right: -40px !important; }
  .liquid_ml-40 {
    margin-left: -40px !important; }
  .liquid_mb-36 {
    margin-bottom: -36px !important; }
  .liquid_mt-36 {
    margin-top: -36px !important; }
  .liquid_mr-36 {
    margin-right: -36px !important; }
  .liquid_ml-36 {
    margin-left: -36px !important; }
  .liquid_mb-32 {
    margin-bottom: -32px !important; }
  .liquid_mt-32 {
    margin-top: -32px !important; }
  .liquid_mr-32 {
    margin-right: -32px !important; }
  .liquid_ml-32 {
    margin-left: -32px !important; }
  .liquid_mb-28 {
    margin-bottom: -28px !important; }
  .liquid_mt-28 {
    margin-top: -28px !important; }
  .liquid_mr-28 {
    margin-right: -28px !important; }
  .liquid_ml-28 {
    margin-left: -28px !important; }
  .liquid_mb-24 {
    margin-bottom: -24px !important; }
  .liquid_mt-24 {
    margin-top: -24px !important; }
  .liquid_mr-24 {
    margin-right: -24px !important; }
  .liquid_ml-24 {
    margin-left: -24px !important; }
  .liquid_mb-20 {
    margin-bottom: -20px !important; }
  .liquid_mt-20 {
    margin-top: -20px !important; }
  .liquid_mr-20 {
    margin-right: -20px !important; }
  .liquid_ml-20 {
    margin-left: -20px !important; }
  .liquid_mb-16 {
    margin-bottom: -16px !important; }
  .liquid_mt-16 {
    margin-top: -16px !important; }
  .liquid_mr-16 {
    margin-right: -16px !important; }
  .liquid_ml-16 {
    margin-left: -16px !important; }
  .liquid_mb-12 {
    margin-bottom: -12px !important; }
  .liquid_mt-12 {
    margin-top: -12px !important; }
  .liquid_mr-12 {
    margin-right: -12px !important; }
  .liquid_ml-12 {
    margin-left: -12px !important; }
  .liquid_mb-8 {
    margin-bottom: -8px !important; }
  .liquid_mt-8 {
    margin-top: -8px !important; }
  .liquid_mr-8 {
    margin-right: -8px !important; }
  .liquid_ml-8 {
    margin-left: -8px !important; }
  .liquid_mb-4 {
    margin-bottom: -4px !important; }
  .liquid_mt-4 {
    margin-top: -4px !important; }
  .liquid_mr-4 {
    margin-right: -4px !important; }
  .liquid_ml-4 {
    margin-left: -4px !important; }
  .liquid_mb0 {
    margin-bottom: 0px !important; }
  .liquid_mt0 {
    margin-top: 0px !important; }
  .liquid_mr0 {
    margin-right: 0px !important; }
  .liquid_ml0 {
    margin-left: 0px !important; }
  .liquid_mb4 {
    margin-bottom: 4px !important; }
  .liquid_mt4 {
    margin-top: 4px !important; }
  .liquid_mr4 {
    margin-right: 4px !important; }
  .liquid_ml4 {
    margin-left: 4px !important; }
  .liquid_mb8 {
    margin-bottom: 8px !important; }
  .liquid_mt8 {
    margin-top: 8px !important; }
  .liquid_mr8 {
    margin-right: 8px !important; }
  .liquid_ml8 {
    margin-left: 8px !important; }
  .liquid_mb12 {
    margin-bottom: 12px !important; }
  .liquid_mt12 {
    margin-top: 12px !important; }
  .liquid_mr12 {
    margin-right: 12px !important; }
  .liquid_ml12 {
    margin-left: 12px !important; }
  .liquid_mb16 {
    margin-bottom: 16px !important; }
  .liquid_mt16 {
    margin-top: 16px !important; }
  .liquid_mr16 {
    margin-right: 16px !important; }
  .liquid_ml16 {
    margin-left: 16px !important; }
  .liquid_mb20 {
    margin-bottom: 20px !important; }
  .liquid_mt20 {
    margin-top: 20px !important; }
  .liquid_mr20 {
    margin-right: 20px !important; }
  .liquid_ml20 {
    margin-left: 20px !important; }
  .liquid_mb24 {
    margin-bottom: 24px !important; }
  .liquid_mt24 {
    margin-top: 24px !important; }
  .liquid_mr24 {
    margin-right: 24px !important; }
  .liquid_ml24 {
    margin-left: 24px !important; }
  .liquid_mb28 {
    margin-bottom: 28px !important; }
  .liquid_mt28 {
    margin-top: 28px !important; }
  .liquid_mr28 {
    margin-right: 28px !important; }
  .liquid_ml28 {
    margin-left: 28px !important; }
  .liquid_mb32 {
    margin-bottom: 32px !important; }
  .liquid_mt32 {
    margin-top: 32px !important; }
  .liquid_mr32 {
    margin-right: 32px !important; }
  .liquid_ml32 {
    margin-left: 32px !important; }
  .liquid_mb36 {
    margin-bottom: 36px !important; }
  .liquid_mt36 {
    margin-top: 36px !important; }
  .liquid_mr36 {
    margin-right: 36px !important; }
  .liquid_ml36 {
    margin-left: 36px !important; }
  .liquid_mb40 {
    margin-bottom: 40px !important; }
  .liquid_mt40 {
    margin-top: 40px !important; }
  .liquid_mr40 {
    margin-right: 40px !important; }
  .liquid_ml40 {
    margin-left: 40px !important; }
  .liquid_mb44 {
    margin-bottom: 44px !important; }
  .liquid_mt44 {
    margin-top: 44px !important; }
  .liquid_mr44 {
    margin-right: 44px !important; }
  .liquid_ml44 {
    margin-left: 44px !important; }
  .liquid_mb48 {
    margin-bottom: 48px !important; }
  .liquid_mt48 {
    margin-top: 48px !important; }
  .liquid_mr48 {
    margin-right: 48px !important; }
  .liquid_ml48 {
    margin-left: 48px !important; }
  .liquid_mb52 {
    margin-bottom: 52px !important; }
  .liquid_mt52 {
    margin-top: 52px !important; }
  .liquid_mr52 {
    margin-right: 52px !important; }
  .liquid_ml52 {
    margin-left: 52px !important; }
  .liquid_mb56 {
    margin-bottom: 56px !important; }
  .liquid_mt56 {
    margin-top: 56px !important; }
  .liquid_mr56 {
    margin-right: 56px !important; }
  .liquid_ml56 {
    margin-left: 56px !important; }
  .liquid_mb60 {
    margin-bottom: 60px !important; }
  .liquid_mt60 {
    margin-top: 60px !important; }
  .liquid_mr60 {
    margin-right: 60px !important; }
  .liquid_ml60 {
    margin-left: 60px !important; }
  .liquid_mb64 {
    margin-bottom: 64px !important; }
  .liquid_mt64 {
    margin-top: 64px !important; }
  .liquid_mr64 {
    margin-right: 64px !important; }
  .liquid_ml64 {
    margin-left: 64px !important; }
  .liquid_mb68 {
    margin-bottom: 68px !important; }
  .liquid_mt68 {
    margin-top: 68px !important; }
  .liquid_mr68 {
    margin-right: 68px !important; }
  .liquid_ml68 {
    margin-left: 68px !important; }
  .liquid_mb72 {
    margin-bottom: 72px !important; }
  .liquid_mt72 {
    margin-top: 72px !important; }
  .liquid_mr72 {
    margin-right: 72px !important; }
  .liquid_ml72 {
    margin-left: 72px !important; }
  .liquid_mb76 {
    margin-bottom: 76px !important; }
  .liquid_mt76 {
    margin-top: 76px !important; }
  .liquid_mr76 {
    margin-right: 76px !important; }
  .liquid_ml76 {
    margin-left: 76px !important; }
  .liquid_mb80 {
    margin-bottom: 80px !important; }
  .liquid_mt80 {
    margin-top: 80px !important; }
  .liquid_mr80 {
    margin-right: 80px !important; }
  .liquid_ml80 {
    margin-left: 80px !important; }
  .liquid_mb84 {
    margin-bottom: 84px !important; }
  .liquid_mt84 {
    margin-top: 84px !important; }
  .liquid_mr84 {
    margin-right: 84px !important; }
  .liquid_ml84 {
    margin-left: 84px !important; }
  .liquid_mb88 {
    margin-bottom: 88px !important; }
  .liquid_mt88 {
    margin-top: 88px !important; }
  .liquid_mr88 {
    margin-right: 88px !important; }
  .liquid_ml88 {
    margin-left: 88px !important; }
  .liquid_mb92 {
    margin-bottom: 92px !important; }
  .liquid_mt92 {
    margin-top: 92px !important; }
  .liquid_mr92 {
    margin-right: 92px !important; }
  .liquid_ml92 {
    margin-left: 92px !important; }
  .liquid_mb96 {
    margin-bottom: 96px !important; }
  .liquid_mt96 {
    margin-top: 96px !important; }
  .liquid_mr96 {
    margin-right: 96px !important; }
  .liquid_ml96 {
    margin-left: 96px !important; }
  .liquid_mb100 {
    margin-bottom: 100px !important; }
  .liquid_mt100 {
    margin-top: 100px !important; }
  .liquid_mr100 {
    margin-right: 100px !important; }
  .liquid_ml100 {
    margin-left: 100px !important; }
  .liquid_mb104 {
    margin-bottom: 104px !important; }
  .liquid_mt104 {
    margin-top: 104px !important; }
  .liquid_mr104 {
    margin-right: 104px !important; }
  .liquid_ml104 {
    margin-left: 104px !important; }
  .liquid_mb108 {
    margin-bottom: 108px !important; }
  .liquid_mt108 {
    margin-top: 108px !important; }
  .liquid_mr108 {
    margin-right: 108px !important; }
  .liquid_ml108 {
    margin-left: 108px !important; }
  .liquid_mb112 {
    margin-bottom: 112px !important; }
  .liquid_mt112 {
    margin-top: 112px !important; }
  .liquid_mr112 {
    margin-right: 112px !important; }
  .liquid_ml112 {
    margin-left: 112px !important; }
  .liquid_mb116 {
    margin-bottom: 116px !important; }
  .liquid_mt116 {
    margin-top: 116px !important; }
  .liquid_mr116 {
    margin-right: 116px !important; }
  .liquid_ml116 {
    margin-left: 116px !important; }
  .liquid_mb120 {
    margin-bottom: 120px !important; }
  .liquid_mt120 {
    margin-top: 120px !important; }
  .liquid_mr120 {
    margin-right: 120px !important; }
  .liquid_ml120 {
    margin-left: 120px !important; }
  .liquid_mb124 {
    margin-bottom: 124px !important; }
  .liquid_mt124 {
    margin-top: 124px !important; }
  .liquid_mr124 {
    margin-right: 124px !important; }
  .liquid_ml124 {
    margin-left: 124px !important; }
  .liquid_mb128 {
    margin-bottom: 128px !important; }
  .liquid_mt128 {
    margin-top: 128px !important; }
  .liquid_mr128 {
    margin-right: 128px !important; }
  .liquid_ml128 {
    margin-left: 128px !important; }
  .liquid_mb132 {
    margin-bottom: 132px !important; }
  .liquid_mt132 {
    margin-top: 132px !important; }
  .liquid_mr132 {
    margin-right: 132px !important; }
  .liquid_ml132 {
    margin-left: 132px !important; }
  .liquid_mb136 {
    margin-bottom: 136px !important; }
  .liquid_mt136 {
    margin-top: 136px !important; }
  .liquid_mr136 {
    margin-right: 136px !important; }
  .liquid_ml136 {
    margin-left: 136px !important; }
  .liquid_mb140 {
    margin-bottom: 140px !important; }
  .liquid_mt140 {
    margin-top: 140px !important; }
  .liquid_mr140 {
    margin-right: 140px !important; }
  .liquid_ml140 {
    margin-left: 140px !important; }
  .liquid_mb144 {
    margin-bottom: 144px !important; }
  .liquid_mt144 {
    margin-top: 144px !important; }
  .liquid_mr144 {
    margin-right: 144px !important; }
  .liquid_ml144 {
    margin-left: 144px !important; }
  .liquid_mb148 {
    margin-bottom: 148px !important; }
  .liquid_mt148 {
    margin-top: 148px !important; }
  .liquid_mr148 {
    margin-right: 148px !important; }
  .liquid_ml148 {
    margin-left: 148px !important; }
  .liquid_mb152 {
    margin-bottom: 152px !important; }
  .liquid_mt152 {
    margin-top: 152px !important; }
  .liquid_mr152 {
    margin-right: 152px !important; }
  .liquid_ml152 {
    margin-left: 152px !important; }
  .liquid_mb156 {
    margin-bottom: 156px !important; }
  .liquid_mt156 {
    margin-top: 156px !important; }
  .liquid_mr156 {
    margin-right: 156px !important; }
  .liquid_ml156 {
    margin-left: 156px !important; }
  .liquid_mb160 {
    margin-bottom: 160px !important; }
  .liquid_mt160 {
    margin-top: 160px !important; }
  .liquid_mr160 {
    margin-right: 160px !important; }
  .liquid_ml160 {
    margin-left: 160px !important; } }

@media all and (max-width: 959px) {
  .tablet_mb-80 {
    margin-bottom: -80px !important; }
  .tablet_mt-80 {
    margin-top: -80px !important; }
  .tablet_mr-80 {
    margin-right: -80px !important; }
  .tablet_ml-80 {
    margin-left: -80px !important; }
  .tablet_mb-76 {
    margin-bottom: -76px !important; }
  .tablet_mt-76 {
    margin-top: -76px !important; }
  .tablet_mr-76 {
    margin-right: -76px !important; }
  .tablet_ml-76 {
    margin-left: -76px !important; }
  .tablet_mb-72 {
    margin-bottom: -72px !important; }
  .tablet_mt-72 {
    margin-top: -72px !important; }
  .tablet_mr-72 {
    margin-right: -72px !important; }
  .tablet_ml-72 {
    margin-left: -72px !important; }
  .tablet_mb-68 {
    margin-bottom: -68px !important; }
  .tablet_mt-68 {
    margin-top: -68px !important; }
  .tablet_mr-68 {
    margin-right: -68px !important; }
  .tablet_ml-68 {
    margin-left: -68px !important; }
  .tablet_mb-64 {
    margin-bottom: -64px !important; }
  .tablet_mt-64 {
    margin-top: -64px !important; }
  .tablet_mr-64 {
    margin-right: -64px !important; }
  .tablet_ml-64 {
    margin-left: -64px !important; }
  .tablet_mb-60 {
    margin-bottom: -60px !important; }
  .tablet_mt-60 {
    margin-top: -60px !important; }
  .tablet_mr-60 {
    margin-right: -60px !important; }
  .tablet_ml-60 {
    margin-left: -60px !important; }
  .tablet_mb-56 {
    margin-bottom: -56px !important; }
  .tablet_mt-56 {
    margin-top: -56px !important; }
  .tablet_mr-56 {
    margin-right: -56px !important; }
  .tablet_ml-56 {
    margin-left: -56px !important; }
  .tablet_mb-52 {
    margin-bottom: -52px !important; }
  .tablet_mt-52 {
    margin-top: -52px !important; }
  .tablet_mr-52 {
    margin-right: -52px !important; }
  .tablet_ml-52 {
    margin-left: -52px !important; }
  .tablet_mb-48 {
    margin-bottom: -48px !important; }
  .tablet_mt-48 {
    margin-top: -48px !important; }
  .tablet_mr-48 {
    margin-right: -48px !important; }
  .tablet_ml-48 {
    margin-left: -48px !important; }
  .tablet_mb-44 {
    margin-bottom: -44px !important; }
  .tablet_mt-44 {
    margin-top: -44px !important; }
  .tablet_mr-44 {
    margin-right: -44px !important; }
  .tablet_ml-44 {
    margin-left: -44px !important; }
  .tablet_mb-40 {
    margin-bottom: -40px !important; }
  .tablet_mt-40 {
    margin-top: -40px !important; }
  .tablet_mr-40 {
    margin-right: -40px !important; }
  .tablet_ml-40 {
    margin-left: -40px !important; }
  .tablet_mb-36 {
    margin-bottom: -36px !important; }
  .tablet_mt-36 {
    margin-top: -36px !important; }
  .tablet_mr-36 {
    margin-right: -36px !important; }
  .tablet_ml-36 {
    margin-left: -36px !important; }
  .tablet_mb-32 {
    margin-bottom: -32px !important; }
  .tablet_mt-32 {
    margin-top: -32px !important; }
  .tablet_mr-32 {
    margin-right: -32px !important; }
  .tablet_ml-32 {
    margin-left: -32px !important; }
  .tablet_mb-28 {
    margin-bottom: -28px !important; }
  .tablet_mt-28 {
    margin-top: -28px !important; }
  .tablet_mr-28 {
    margin-right: -28px !important; }
  .tablet_ml-28 {
    margin-left: -28px !important; }
  .tablet_mb-24 {
    margin-bottom: -24px !important; }
  .tablet_mt-24 {
    margin-top: -24px !important; }
  .tablet_mr-24 {
    margin-right: -24px !important; }
  .tablet_ml-24 {
    margin-left: -24px !important; }
  .tablet_mb-20 {
    margin-bottom: -20px !important; }
  .tablet_mt-20 {
    margin-top: -20px !important; }
  .tablet_mr-20 {
    margin-right: -20px !important; }
  .tablet_ml-20 {
    margin-left: -20px !important; }
  .tablet_mb-16 {
    margin-bottom: -16px !important; }
  .tablet_mt-16 {
    margin-top: -16px !important; }
  .tablet_mr-16 {
    margin-right: -16px !important; }
  .tablet_ml-16 {
    margin-left: -16px !important; }
  .tablet_mb-12 {
    margin-bottom: -12px !important; }
  .tablet_mt-12 {
    margin-top: -12px !important; }
  .tablet_mr-12 {
    margin-right: -12px !important; }
  .tablet_ml-12 {
    margin-left: -12px !important; }
  .tablet_mb-8 {
    margin-bottom: -8px !important; }
  .tablet_mt-8 {
    margin-top: -8px !important; }
  .tablet_mr-8 {
    margin-right: -8px !important; }
  .tablet_ml-8 {
    margin-left: -8px !important; }
  .tablet_mb-4 {
    margin-bottom: -4px !important; }
  .tablet_mt-4 {
    margin-top: -4px !important; }
  .tablet_mr-4 {
    margin-right: -4px !important; }
  .tablet_ml-4 {
    margin-left: -4px !important; }
  .tablet_mb0 {
    margin-bottom: 0px !important; }
  .tablet_mt0 {
    margin-top: 0px !important; }
  .tablet_mr0 {
    margin-right: 0px !important; }
  .tablet_ml0 {
    margin-left: 0px !important; }
  .tablet_mb4 {
    margin-bottom: 4px !important; }
  .tablet_mt4 {
    margin-top: 4px !important; }
  .tablet_mr4 {
    margin-right: 4px !important; }
  .tablet_ml4 {
    margin-left: 4px !important; }
  .tablet_mb8 {
    margin-bottom: 8px !important; }
  .tablet_mt8 {
    margin-top: 8px !important; }
  .tablet_mr8 {
    margin-right: 8px !important; }
  .tablet_ml8 {
    margin-left: 8px !important; }
  .tablet_mb12 {
    margin-bottom: 12px !important; }
  .tablet_mt12 {
    margin-top: 12px !important; }
  .tablet_mr12 {
    margin-right: 12px !important; }
  .tablet_ml12 {
    margin-left: 12px !important; }
  .tablet_mb16 {
    margin-bottom: 16px !important; }
  .tablet_mt16 {
    margin-top: 16px !important; }
  .tablet_mr16 {
    margin-right: 16px !important; }
  .tablet_ml16 {
    margin-left: 16px !important; }
  .tablet_mb20 {
    margin-bottom: 20px !important; }
  .tablet_mt20 {
    margin-top: 20px !important; }
  .tablet_mr20 {
    margin-right: 20px !important; }
  .tablet_ml20 {
    margin-left: 20px !important; }
  .tablet_mb24 {
    margin-bottom: 24px !important; }
  .tablet_mt24 {
    margin-top: 24px !important; }
  .tablet_mr24 {
    margin-right: 24px !important; }
  .tablet_ml24 {
    margin-left: 24px !important; }
  .tablet_mb28 {
    margin-bottom: 28px !important; }
  .tablet_mt28 {
    margin-top: 28px !important; }
  .tablet_mr28 {
    margin-right: 28px !important; }
  .tablet_ml28 {
    margin-left: 28px !important; }
  .tablet_mb32 {
    margin-bottom: 32px !important; }
  .tablet_mt32 {
    margin-top: 32px !important; }
  .tablet_mr32 {
    margin-right: 32px !important; }
  .tablet_ml32 {
    margin-left: 32px !important; }
  .tablet_mb36 {
    margin-bottom: 36px !important; }
  .tablet_mt36 {
    margin-top: 36px !important; }
  .tablet_mr36 {
    margin-right: 36px !important; }
  .tablet_ml36 {
    margin-left: 36px !important; }
  .tablet_mb40 {
    margin-bottom: 40px !important; }
  .tablet_mt40 {
    margin-top: 40px !important; }
  .tablet_mr40 {
    margin-right: 40px !important; }
  .tablet_ml40 {
    margin-left: 40px !important; }
  .tablet_mb44 {
    margin-bottom: 44px !important; }
  .tablet_mt44 {
    margin-top: 44px !important; }
  .tablet_mr44 {
    margin-right: 44px !important; }
  .tablet_ml44 {
    margin-left: 44px !important; }
  .tablet_mb48 {
    margin-bottom: 48px !important; }
  .tablet_mt48 {
    margin-top: 48px !important; }
  .tablet_mr48 {
    margin-right: 48px !important; }
  .tablet_ml48 {
    margin-left: 48px !important; }
  .tablet_mb52 {
    margin-bottom: 52px !important; }
  .tablet_mt52 {
    margin-top: 52px !important; }
  .tablet_mr52 {
    margin-right: 52px !important; }
  .tablet_ml52 {
    margin-left: 52px !important; }
  .tablet_mb56 {
    margin-bottom: 56px !important; }
  .tablet_mt56 {
    margin-top: 56px !important; }
  .tablet_mr56 {
    margin-right: 56px !important; }
  .tablet_ml56 {
    margin-left: 56px !important; }
  .tablet_mb60 {
    margin-bottom: 60px !important; }
  .tablet_mt60 {
    margin-top: 60px !important; }
  .tablet_mr60 {
    margin-right: 60px !important; }
  .tablet_ml60 {
    margin-left: 60px !important; }
  .tablet_mb64 {
    margin-bottom: 64px !important; }
  .tablet_mt64 {
    margin-top: 64px !important; }
  .tablet_mr64 {
    margin-right: 64px !important; }
  .tablet_ml64 {
    margin-left: 64px !important; }
  .tablet_mb68 {
    margin-bottom: 68px !important; }
  .tablet_mt68 {
    margin-top: 68px !important; }
  .tablet_mr68 {
    margin-right: 68px !important; }
  .tablet_ml68 {
    margin-left: 68px !important; }
  .tablet_mb72 {
    margin-bottom: 72px !important; }
  .tablet_mt72 {
    margin-top: 72px !important; }
  .tablet_mr72 {
    margin-right: 72px !important; }
  .tablet_ml72 {
    margin-left: 72px !important; }
  .tablet_mb76 {
    margin-bottom: 76px !important; }
  .tablet_mt76 {
    margin-top: 76px !important; }
  .tablet_mr76 {
    margin-right: 76px !important; }
  .tablet_ml76 {
    margin-left: 76px !important; }
  .tablet_mb80 {
    margin-bottom: 80px !important; }
  .tablet_mt80 {
    margin-top: 80px !important; }
  .tablet_mr80 {
    margin-right: 80px !important; }
  .tablet_ml80 {
    margin-left: 80px !important; }
  .tablet_mb84 {
    margin-bottom: 84px !important; }
  .tablet_mt84 {
    margin-top: 84px !important; }
  .tablet_mr84 {
    margin-right: 84px !important; }
  .tablet_ml84 {
    margin-left: 84px !important; }
  .tablet_mb88 {
    margin-bottom: 88px !important; }
  .tablet_mt88 {
    margin-top: 88px !important; }
  .tablet_mr88 {
    margin-right: 88px !important; }
  .tablet_ml88 {
    margin-left: 88px !important; }
  .tablet_mb92 {
    margin-bottom: 92px !important; }
  .tablet_mt92 {
    margin-top: 92px !important; }
  .tablet_mr92 {
    margin-right: 92px !important; }
  .tablet_ml92 {
    margin-left: 92px !important; }
  .tablet_mb96 {
    margin-bottom: 96px !important; }
  .tablet_mt96 {
    margin-top: 96px !important; }
  .tablet_mr96 {
    margin-right: 96px !important; }
  .tablet_ml96 {
    margin-left: 96px !important; }
  .tablet_mb100 {
    margin-bottom: 100px !important; }
  .tablet_mt100 {
    margin-top: 100px !important; }
  .tablet_mr100 {
    margin-right: 100px !important; }
  .tablet_ml100 {
    margin-left: 100px !important; }
  .tablet_mb104 {
    margin-bottom: 104px !important; }
  .tablet_mt104 {
    margin-top: 104px !important; }
  .tablet_mr104 {
    margin-right: 104px !important; }
  .tablet_ml104 {
    margin-left: 104px !important; }
  .tablet_mb108 {
    margin-bottom: 108px !important; }
  .tablet_mt108 {
    margin-top: 108px !important; }
  .tablet_mr108 {
    margin-right: 108px !important; }
  .tablet_ml108 {
    margin-left: 108px !important; }
  .tablet_mb112 {
    margin-bottom: 112px !important; }
  .tablet_mt112 {
    margin-top: 112px !important; }
  .tablet_mr112 {
    margin-right: 112px !important; }
  .tablet_ml112 {
    margin-left: 112px !important; }
  .tablet_mb116 {
    margin-bottom: 116px !important; }
  .tablet_mt116 {
    margin-top: 116px !important; }
  .tablet_mr116 {
    margin-right: 116px !important; }
  .tablet_ml116 {
    margin-left: 116px !important; }
  .tablet_mb120 {
    margin-bottom: 120px !important; }
  .tablet_mt120 {
    margin-top: 120px !important; }
  .tablet_mr120 {
    margin-right: 120px !important; }
  .tablet_ml120 {
    margin-left: 120px !important; }
  .tablet_mb124 {
    margin-bottom: 124px !important; }
  .tablet_mt124 {
    margin-top: 124px !important; }
  .tablet_mr124 {
    margin-right: 124px !important; }
  .tablet_ml124 {
    margin-left: 124px !important; }
  .tablet_mb128 {
    margin-bottom: 128px !important; }
  .tablet_mt128 {
    margin-top: 128px !important; }
  .tablet_mr128 {
    margin-right: 128px !important; }
  .tablet_ml128 {
    margin-left: 128px !important; }
  .tablet_mb132 {
    margin-bottom: 132px !important; }
  .tablet_mt132 {
    margin-top: 132px !important; }
  .tablet_mr132 {
    margin-right: 132px !important; }
  .tablet_ml132 {
    margin-left: 132px !important; }
  .tablet_mb136 {
    margin-bottom: 136px !important; }
  .tablet_mt136 {
    margin-top: 136px !important; }
  .tablet_mr136 {
    margin-right: 136px !important; }
  .tablet_ml136 {
    margin-left: 136px !important; }
  .tablet_mb140 {
    margin-bottom: 140px !important; }
  .tablet_mt140 {
    margin-top: 140px !important; }
  .tablet_mr140 {
    margin-right: 140px !important; }
  .tablet_ml140 {
    margin-left: 140px !important; }
  .tablet_mb144 {
    margin-bottom: 144px !important; }
  .tablet_mt144 {
    margin-top: 144px !important; }
  .tablet_mr144 {
    margin-right: 144px !important; }
  .tablet_ml144 {
    margin-left: 144px !important; }
  .tablet_mb148 {
    margin-bottom: 148px !important; }
  .tablet_mt148 {
    margin-top: 148px !important; }
  .tablet_mr148 {
    margin-right: 148px !important; }
  .tablet_ml148 {
    margin-left: 148px !important; }
  .tablet_mb152 {
    margin-bottom: 152px !important; }
  .tablet_mt152 {
    margin-top: 152px !important; }
  .tablet_mr152 {
    margin-right: 152px !important; }
  .tablet_ml152 {
    margin-left: 152px !important; }
  .tablet_mb156 {
    margin-bottom: 156px !important; }
  .tablet_mt156 {
    margin-top: 156px !important; }
  .tablet_mr156 {
    margin-right: 156px !important; }
  .tablet_ml156 {
    margin-left: 156px !important; }
  .tablet_mb160 {
    margin-bottom: 160px !important; }
  .tablet_mt160 {
    margin-top: 160px !important; }
  .tablet_mr160 {
    margin-right: 160px !important; }
  .tablet_ml160 {
    margin-left: 160px !important; } }

@media all and (max-width: 783px) {
  .sp_mb-80 {
    margin-bottom: -80px !important; }
  .sp_mt-80 {
    margin-top: -80px !important; }
  .sp_mr-80 {
    margin-right: -80px !important; }
  .sp_ml-80 {
    margin-left: -80px !important; }
  .sp_mb-76 {
    margin-bottom: -76px !important; }
  .sp_mt-76 {
    margin-top: -76px !important; }
  .sp_mr-76 {
    margin-right: -76px !important; }
  .sp_ml-76 {
    margin-left: -76px !important; }
  .sp_mb-72 {
    margin-bottom: -72px !important; }
  .sp_mt-72 {
    margin-top: -72px !important; }
  .sp_mr-72 {
    margin-right: -72px !important; }
  .sp_ml-72 {
    margin-left: -72px !important; }
  .sp_mb-68 {
    margin-bottom: -68px !important; }
  .sp_mt-68 {
    margin-top: -68px !important; }
  .sp_mr-68 {
    margin-right: -68px !important; }
  .sp_ml-68 {
    margin-left: -68px !important; }
  .sp_mb-64 {
    margin-bottom: -64px !important; }
  .sp_mt-64 {
    margin-top: -64px !important; }
  .sp_mr-64 {
    margin-right: -64px !important; }
  .sp_ml-64 {
    margin-left: -64px !important; }
  .sp_mb-60 {
    margin-bottom: -60px !important; }
  .sp_mt-60 {
    margin-top: -60px !important; }
  .sp_mr-60 {
    margin-right: -60px !important; }
  .sp_ml-60 {
    margin-left: -60px !important; }
  .sp_mb-56 {
    margin-bottom: -56px !important; }
  .sp_mt-56 {
    margin-top: -56px !important; }
  .sp_mr-56 {
    margin-right: -56px !important; }
  .sp_ml-56 {
    margin-left: -56px !important; }
  .sp_mb-52 {
    margin-bottom: -52px !important; }
  .sp_mt-52 {
    margin-top: -52px !important; }
  .sp_mr-52 {
    margin-right: -52px !important; }
  .sp_ml-52 {
    margin-left: -52px !important; }
  .sp_mb-48 {
    margin-bottom: -48px !important; }
  .sp_mt-48 {
    margin-top: -48px !important; }
  .sp_mr-48 {
    margin-right: -48px !important; }
  .sp_ml-48 {
    margin-left: -48px !important; }
  .sp_mb-44 {
    margin-bottom: -44px !important; }
  .sp_mt-44 {
    margin-top: -44px !important; }
  .sp_mr-44 {
    margin-right: -44px !important; }
  .sp_ml-44 {
    margin-left: -44px !important; }
  .sp_mb-40 {
    margin-bottom: -40px !important; }
  .sp_mt-40 {
    margin-top: -40px !important; }
  .sp_mr-40 {
    margin-right: -40px !important; }
  .sp_ml-40 {
    margin-left: -40px !important; }
  .sp_mb-36 {
    margin-bottom: -36px !important; }
  .sp_mt-36 {
    margin-top: -36px !important; }
  .sp_mr-36 {
    margin-right: -36px !important; }
  .sp_ml-36 {
    margin-left: -36px !important; }
  .sp_mb-32 {
    margin-bottom: -32px !important; }
  .sp_mt-32 {
    margin-top: -32px !important; }
  .sp_mr-32 {
    margin-right: -32px !important; }
  .sp_ml-32 {
    margin-left: -32px !important; }
  .sp_mb-28 {
    margin-bottom: -28px !important; }
  .sp_mt-28 {
    margin-top: -28px !important; }
  .sp_mr-28 {
    margin-right: -28px !important; }
  .sp_ml-28 {
    margin-left: -28px !important; }
  .sp_mb-24 {
    margin-bottom: -24px !important; }
  .sp_mt-24 {
    margin-top: -24px !important; }
  .sp_mr-24 {
    margin-right: -24px !important; }
  .sp_ml-24 {
    margin-left: -24px !important; }
  .sp_mb-20 {
    margin-bottom: -20px !important; }
  .sp_mt-20 {
    margin-top: -20px !important; }
  .sp_mr-20 {
    margin-right: -20px !important; }
  .sp_ml-20 {
    margin-left: -20px !important; }
  .sp_mb-16 {
    margin-bottom: -16px !important; }
  .sp_mt-16 {
    margin-top: -16px !important; }
  .sp_mr-16 {
    margin-right: -16px !important; }
  .sp_ml-16 {
    margin-left: -16px !important; }
  .sp_mb-12 {
    margin-bottom: -12px !important; }
  .sp_mt-12 {
    margin-top: -12px !important; }
  .sp_mr-12 {
    margin-right: -12px !important; }
  .sp_ml-12 {
    margin-left: -12px !important; }
  .sp_mb-8 {
    margin-bottom: -8px !important; }
  .sp_mt-8 {
    margin-top: -8px !important; }
  .sp_mr-8 {
    margin-right: -8px !important; }
  .sp_ml-8 {
    margin-left: -8px !important; }
  .sp_mb-4 {
    margin-bottom: -4px !important; }
  .sp_mt-4 {
    margin-top: -4px !important; }
  .sp_mr-4 {
    margin-right: -4px !important; }
  .sp_ml-4 {
    margin-left: -4px !important; }
  .sp_mb0 {
    margin-bottom: 0px !important; }
  .sp_mt0 {
    margin-top: 0px !important; }
  .sp_mr0 {
    margin-right: 0px !important; }
  .sp_ml0 {
    margin-left: 0px !important; }
  .sp_mb4 {
    margin-bottom: 4px !important; }
  .sp_mt4 {
    margin-top: 4px !important; }
  .sp_mr4 {
    margin-right: 4px !important; }
  .sp_ml4 {
    margin-left: 4px !important; }
  .sp_mb8 {
    margin-bottom: 8px !important; }
  .sp_mt8 {
    margin-top: 8px !important; }
  .sp_mr8 {
    margin-right: 8px !important; }
  .sp_ml8 {
    margin-left: 8px !important; }
  .sp_mb12 {
    margin-bottom: 12px !important; }
  .sp_mt12 {
    margin-top: 12px !important; }
  .sp_mr12 {
    margin-right: 12px !important; }
  .sp_ml12 {
    margin-left: 12px !important; }
  .sp_mb16 {
    margin-bottom: 16px !important; }
  .sp_mt16 {
    margin-top: 16px !important; }
  .sp_mr16 {
    margin-right: 16px !important; }
  .sp_ml16 {
    margin-left: 16px !important; }
  .sp_mb20 {
    margin-bottom: 20px !important; }
  .sp_mt20 {
    margin-top: 20px !important; }
  .sp_mr20 {
    margin-right: 20px !important; }
  .sp_ml20 {
    margin-left: 20px !important; }
  .sp_mb24 {
    margin-bottom: 24px !important; }
  .sp_mt24 {
    margin-top: 24px !important; }
  .sp_mr24 {
    margin-right: 24px !important; }
  .sp_ml24 {
    margin-left: 24px !important; }
  .sp_mb28 {
    margin-bottom: 28px !important; }
  .sp_mt28 {
    margin-top: 28px !important; }
  .sp_mr28 {
    margin-right: 28px !important; }
  .sp_ml28 {
    margin-left: 28px !important; }
  .sp_mb32 {
    margin-bottom: 32px !important; }
  .sp_mt32 {
    margin-top: 32px !important; }
  .sp_mr32 {
    margin-right: 32px !important; }
  .sp_ml32 {
    margin-left: 32px !important; }
  .sp_mb36 {
    margin-bottom: 36px !important; }
  .sp_mt36 {
    margin-top: 36px !important; }
  .sp_mr36 {
    margin-right: 36px !important; }
  .sp_ml36 {
    margin-left: 36px !important; }
  .sp_mb40 {
    margin-bottom: 40px !important; }
  .sp_mt40 {
    margin-top: 40px !important; }
  .sp_mr40 {
    margin-right: 40px !important; }
  .sp_ml40 {
    margin-left: 40px !important; }
  .sp_mb44 {
    margin-bottom: 44px !important; }
  .sp_mt44 {
    margin-top: 44px !important; }
  .sp_mr44 {
    margin-right: 44px !important; }
  .sp_ml44 {
    margin-left: 44px !important; }
  .sp_mb48 {
    margin-bottom: 48px !important; }
  .sp_mt48 {
    margin-top: 48px !important; }
  .sp_mr48 {
    margin-right: 48px !important; }
  .sp_ml48 {
    margin-left: 48px !important; }
  .sp_mb52 {
    margin-bottom: 52px !important; }
  .sp_mt52 {
    margin-top: 52px !important; }
  .sp_mr52 {
    margin-right: 52px !important; }
  .sp_ml52 {
    margin-left: 52px !important; }
  .sp_mb56 {
    margin-bottom: 56px !important; }
  .sp_mt56 {
    margin-top: 56px !important; }
  .sp_mr56 {
    margin-right: 56px !important; }
  .sp_ml56 {
    margin-left: 56px !important; }
  .sp_mb60 {
    margin-bottom: 60px !important; }
  .sp_mt60 {
    margin-top: 60px !important; }
  .sp_mr60 {
    margin-right: 60px !important; }
  .sp_ml60 {
    margin-left: 60px !important; }
  .sp_mb64 {
    margin-bottom: 64px !important; }
  .sp_mt64 {
    margin-top: 64px !important; }
  .sp_mr64 {
    margin-right: 64px !important; }
  .sp_ml64 {
    margin-left: 64px !important; }
  .sp_mb68 {
    margin-bottom: 68px !important; }
  .sp_mt68 {
    margin-top: 68px !important; }
  .sp_mr68 {
    margin-right: 68px !important; }
  .sp_ml68 {
    margin-left: 68px !important; }
  .sp_mb72 {
    margin-bottom: 72px !important; }
  .sp_mt72 {
    margin-top: 72px !important; }
  .sp_mr72 {
    margin-right: 72px !important; }
  .sp_ml72 {
    margin-left: 72px !important; }
  .sp_mb76 {
    margin-bottom: 76px !important; }
  .sp_mt76 {
    margin-top: 76px !important; }
  .sp_mr76 {
    margin-right: 76px !important; }
  .sp_ml76 {
    margin-left: 76px !important; }
  .sp_mb80 {
    margin-bottom: 80px !important; }
  .sp_mt80 {
    margin-top: 80px !important; }
  .sp_mr80 {
    margin-right: 80px !important; }
  .sp_ml80 {
    margin-left: 80px !important; }
  .sp_mb84 {
    margin-bottom: 84px !important; }
  .sp_mt84 {
    margin-top: 84px !important; }
  .sp_mr84 {
    margin-right: 84px !important; }
  .sp_ml84 {
    margin-left: 84px !important; }
  .sp_mb88 {
    margin-bottom: 88px !important; }
  .sp_mt88 {
    margin-top: 88px !important; }
  .sp_mr88 {
    margin-right: 88px !important; }
  .sp_ml88 {
    margin-left: 88px !important; }
  .sp_mb92 {
    margin-bottom: 92px !important; }
  .sp_mt92 {
    margin-top: 92px !important; }
  .sp_mr92 {
    margin-right: 92px !important; }
  .sp_ml92 {
    margin-left: 92px !important; }
  .sp_mb96 {
    margin-bottom: 96px !important; }
  .sp_mt96 {
    margin-top: 96px !important; }
  .sp_mr96 {
    margin-right: 96px !important; }
  .sp_ml96 {
    margin-left: 96px !important; }
  .sp_mb100 {
    margin-bottom: 100px !important; }
  .sp_mt100 {
    margin-top: 100px !important; }
  .sp_mr100 {
    margin-right: 100px !important; }
  .sp_ml100 {
    margin-left: 100px !important; }
  .sp_mb104 {
    margin-bottom: 104px !important; }
  .sp_mt104 {
    margin-top: 104px !important; }
  .sp_mr104 {
    margin-right: 104px !important; }
  .sp_ml104 {
    margin-left: 104px !important; }
  .sp_mb108 {
    margin-bottom: 108px !important; }
  .sp_mt108 {
    margin-top: 108px !important; }
  .sp_mr108 {
    margin-right: 108px !important; }
  .sp_ml108 {
    margin-left: 108px !important; }
  .sp_mb112 {
    margin-bottom: 112px !important; }
  .sp_mt112 {
    margin-top: 112px !important; }
  .sp_mr112 {
    margin-right: 112px !important; }
  .sp_ml112 {
    margin-left: 112px !important; }
  .sp_mb116 {
    margin-bottom: 116px !important; }
  .sp_mt116 {
    margin-top: 116px !important; }
  .sp_mr116 {
    margin-right: 116px !important; }
  .sp_ml116 {
    margin-left: 116px !important; }
  .sp_mb120 {
    margin-bottom: 120px !important; }
  .sp_mt120 {
    margin-top: 120px !important; }
  .sp_mr120 {
    margin-right: 120px !important; }
  .sp_ml120 {
    margin-left: 120px !important; }
  .sp_mb124 {
    margin-bottom: 124px !important; }
  .sp_mt124 {
    margin-top: 124px !important; }
  .sp_mr124 {
    margin-right: 124px !important; }
  .sp_ml124 {
    margin-left: 124px !important; }
  .sp_mb128 {
    margin-bottom: 128px !important; }
  .sp_mt128 {
    margin-top: 128px !important; }
  .sp_mr128 {
    margin-right: 128px !important; }
  .sp_ml128 {
    margin-left: 128px !important; }
  .sp_mb132 {
    margin-bottom: 132px !important; }
  .sp_mt132 {
    margin-top: 132px !important; }
  .sp_mr132 {
    margin-right: 132px !important; }
  .sp_ml132 {
    margin-left: 132px !important; }
  .sp_mb136 {
    margin-bottom: 136px !important; }
  .sp_mt136 {
    margin-top: 136px !important; }
  .sp_mr136 {
    margin-right: 136px !important; }
  .sp_ml136 {
    margin-left: 136px !important; }
  .sp_mb140 {
    margin-bottom: 140px !important; }
  .sp_mt140 {
    margin-top: 140px !important; }
  .sp_mr140 {
    margin-right: 140px !important; }
  .sp_ml140 {
    margin-left: 140px !important; }
  .sp_mb144 {
    margin-bottom: 144px !important; }
  .sp_mt144 {
    margin-top: 144px !important; }
  .sp_mr144 {
    margin-right: 144px !important; }
  .sp_ml144 {
    margin-left: 144px !important; }
  .sp_mb148 {
    margin-bottom: 148px !important; }
  .sp_mt148 {
    margin-top: 148px !important; }
  .sp_mr148 {
    margin-right: 148px !important; }
  .sp_ml148 {
    margin-left: 148px !important; }
  .sp_mb152 {
    margin-bottom: 152px !important; }
  .sp_mt152 {
    margin-top: 152px !important; }
  .sp_mr152 {
    margin-right: 152px !important; }
  .sp_ml152 {
    margin-left: 152px !important; }
  .sp_mb156 {
    margin-bottom: 156px !important; }
  .sp_mt156 {
    margin-top: 156px !important; }
  .sp_mr156 {
    margin-right: 156px !important; }
  .sp_ml156 {
    margin-left: 156px !important; }
  .sp_mb160 {
    margin-bottom: 160px !important; }
  .sp_mt160 {
    margin-top: 160px !important; }
  .sp_mr160 {
    margin-right: 160px !important; }
  .sp_ml160 {
    margin-left: 160px !important; } }

@media all and (max-width: 400px) {
  .sp_small_mb-80 {
    margin-bottom: -80px !important; }
  .sp_small_mt-80 {
    margin-top: -80px !important; }
  .sp_small_mr-80 {
    margin-right: -80px !important; }
  .sp_small_ml-80 {
    margin-left: -80px !important; }
  .sp_small_mb-76 {
    margin-bottom: -76px !important; }
  .sp_small_mt-76 {
    margin-top: -76px !important; }
  .sp_small_mr-76 {
    margin-right: -76px !important; }
  .sp_small_ml-76 {
    margin-left: -76px !important; }
  .sp_small_mb-72 {
    margin-bottom: -72px !important; }
  .sp_small_mt-72 {
    margin-top: -72px !important; }
  .sp_small_mr-72 {
    margin-right: -72px !important; }
  .sp_small_ml-72 {
    margin-left: -72px !important; }
  .sp_small_mb-68 {
    margin-bottom: -68px !important; }
  .sp_small_mt-68 {
    margin-top: -68px !important; }
  .sp_small_mr-68 {
    margin-right: -68px !important; }
  .sp_small_ml-68 {
    margin-left: -68px !important; }
  .sp_small_mb-64 {
    margin-bottom: -64px !important; }
  .sp_small_mt-64 {
    margin-top: -64px !important; }
  .sp_small_mr-64 {
    margin-right: -64px !important; }
  .sp_small_ml-64 {
    margin-left: -64px !important; }
  .sp_small_mb-60 {
    margin-bottom: -60px !important; }
  .sp_small_mt-60 {
    margin-top: -60px !important; }
  .sp_small_mr-60 {
    margin-right: -60px !important; }
  .sp_small_ml-60 {
    margin-left: -60px !important; }
  .sp_small_mb-56 {
    margin-bottom: -56px !important; }
  .sp_small_mt-56 {
    margin-top: -56px !important; }
  .sp_small_mr-56 {
    margin-right: -56px !important; }
  .sp_small_ml-56 {
    margin-left: -56px !important; }
  .sp_small_mb-52 {
    margin-bottom: -52px !important; }
  .sp_small_mt-52 {
    margin-top: -52px !important; }
  .sp_small_mr-52 {
    margin-right: -52px !important; }
  .sp_small_ml-52 {
    margin-left: -52px !important; }
  .sp_small_mb-48 {
    margin-bottom: -48px !important; }
  .sp_small_mt-48 {
    margin-top: -48px !important; }
  .sp_small_mr-48 {
    margin-right: -48px !important; }
  .sp_small_ml-48 {
    margin-left: -48px !important; }
  .sp_small_mb-44 {
    margin-bottom: -44px !important; }
  .sp_small_mt-44 {
    margin-top: -44px !important; }
  .sp_small_mr-44 {
    margin-right: -44px !important; }
  .sp_small_ml-44 {
    margin-left: -44px !important; }
  .sp_small_mb-40 {
    margin-bottom: -40px !important; }
  .sp_small_mt-40 {
    margin-top: -40px !important; }
  .sp_small_mr-40 {
    margin-right: -40px !important; }
  .sp_small_ml-40 {
    margin-left: -40px !important; }
  .sp_small_mb-36 {
    margin-bottom: -36px !important; }
  .sp_small_mt-36 {
    margin-top: -36px !important; }
  .sp_small_mr-36 {
    margin-right: -36px !important; }
  .sp_small_ml-36 {
    margin-left: -36px !important; }
  .sp_small_mb-32 {
    margin-bottom: -32px !important; }
  .sp_small_mt-32 {
    margin-top: -32px !important; }
  .sp_small_mr-32 {
    margin-right: -32px !important; }
  .sp_small_ml-32 {
    margin-left: -32px !important; }
  .sp_small_mb-28 {
    margin-bottom: -28px !important; }
  .sp_small_mt-28 {
    margin-top: -28px !important; }
  .sp_small_mr-28 {
    margin-right: -28px !important; }
  .sp_small_ml-28 {
    margin-left: -28px !important; }
  .sp_small_mb-24 {
    margin-bottom: -24px !important; }
  .sp_small_mt-24 {
    margin-top: -24px !important; }
  .sp_small_mr-24 {
    margin-right: -24px !important; }
  .sp_small_ml-24 {
    margin-left: -24px !important; }
  .sp_small_mb-20 {
    margin-bottom: -20px !important; }
  .sp_small_mt-20 {
    margin-top: -20px !important; }
  .sp_small_mr-20 {
    margin-right: -20px !important; }
  .sp_small_ml-20 {
    margin-left: -20px !important; }
  .sp_small_mb-16 {
    margin-bottom: -16px !important; }
  .sp_small_mt-16 {
    margin-top: -16px !important; }
  .sp_small_mr-16 {
    margin-right: -16px !important; }
  .sp_small_ml-16 {
    margin-left: -16px !important; }
  .sp_small_mb-12 {
    margin-bottom: -12px !important; }
  .sp_small_mt-12 {
    margin-top: -12px !important; }
  .sp_small_mr-12 {
    margin-right: -12px !important; }
  .sp_small_ml-12 {
    margin-left: -12px !important; }
  .sp_small_mb-8 {
    margin-bottom: -8px !important; }
  .sp_small_mt-8 {
    margin-top: -8px !important; }
  .sp_small_mr-8 {
    margin-right: -8px !important; }
  .sp_small_ml-8 {
    margin-left: -8px !important; }
  .sp_small_mb-4 {
    margin-bottom: -4px !important; }
  .sp_small_mt-4 {
    margin-top: -4px !important; }
  .sp_small_mr-4 {
    margin-right: -4px !important; }
  .sp_small_ml-4 {
    margin-left: -4px !important; }
  .sp_small_mb0 {
    margin-bottom: 0px !important; }
  .sp_small_mt0 {
    margin-top: 0px !important; }
  .sp_small_mr0 {
    margin-right: 0px !important; }
  .sp_small_ml0 {
    margin-left: 0px !important; }
  .sp_small_mb4 {
    margin-bottom: 4px !important; }
  .sp_small_mt4 {
    margin-top: 4px !important; }
  .sp_small_mr4 {
    margin-right: 4px !important; }
  .sp_small_ml4 {
    margin-left: 4px !important; }
  .sp_small_mb8 {
    margin-bottom: 8px !important; }
  .sp_small_mt8 {
    margin-top: 8px !important; }
  .sp_small_mr8 {
    margin-right: 8px !important; }
  .sp_small_ml8 {
    margin-left: 8px !important; }
  .sp_small_mb12 {
    margin-bottom: 12px !important; }
  .sp_small_mt12 {
    margin-top: 12px !important; }
  .sp_small_mr12 {
    margin-right: 12px !important; }
  .sp_small_ml12 {
    margin-left: 12px !important; }
  .sp_small_mb16 {
    margin-bottom: 16px !important; }
  .sp_small_mt16 {
    margin-top: 16px !important; }
  .sp_small_mr16 {
    margin-right: 16px !important; }
  .sp_small_ml16 {
    margin-left: 16px !important; }
  .sp_small_mb20 {
    margin-bottom: 20px !important; }
  .sp_small_mt20 {
    margin-top: 20px !important; }
  .sp_small_mr20 {
    margin-right: 20px !important; }
  .sp_small_ml20 {
    margin-left: 20px !important; }
  .sp_small_mb24 {
    margin-bottom: 24px !important; }
  .sp_small_mt24 {
    margin-top: 24px !important; }
  .sp_small_mr24 {
    margin-right: 24px !important; }
  .sp_small_ml24 {
    margin-left: 24px !important; }
  .sp_small_mb28 {
    margin-bottom: 28px !important; }
  .sp_small_mt28 {
    margin-top: 28px !important; }
  .sp_small_mr28 {
    margin-right: 28px !important; }
  .sp_small_ml28 {
    margin-left: 28px !important; }
  .sp_small_mb32 {
    margin-bottom: 32px !important; }
  .sp_small_mt32 {
    margin-top: 32px !important; }
  .sp_small_mr32 {
    margin-right: 32px !important; }
  .sp_small_ml32 {
    margin-left: 32px !important; }
  .sp_small_mb36 {
    margin-bottom: 36px !important; }
  .sp_small_mt36 {
    margin-top: 36px !important; }
  .sp_small_mr36 {
    margin-right: 36px !important; }
  .sp_small_ml36 {
    margin-left: 36px !important; }
  .sp_small_mb40 {
    margin-bottom: 40px !important; }
  .sp_small_mt40 {
    margin-top: 40px !important; }
  .sp_small_mr40 {
    margin-right: 40px !important; }
  .sp_small_ml40 {
    margin-left: 40px !important; }
  .sp_small_mb44 {
    margin-bottom: 44px !important; }
  .sp_small_mt44 {
    margin-top: 44px !important; }
  .sp_small_mr44 {
    margin-right: 44px !important; }
  .sp_small_ml44 {
    margin-left: 44px !important; }
  .sp_small_mb48 {
    margin-bottom: 48px !important; }
  .sp_small_mt48 {
    margin-top: 48px !important; }
  .sp_small_mr48 {
    margin-right: 48px !important; }
  .sp_small_ml48 {
    margin-left: 48px !important; }
  .sp_small_mb52 {
    margin-bottom: 52px !important; }
  .sp_small_mt52 {
    margin-top: 52px !important; }
  .sp_small_mr52 {
    margin-right: 52px !important; }
  .sp_small_ml52 {
    margin-left: 52px !important; }
  .sp_small_mb56 {
    margin-bottom: 56px !important; }
  .sp_small_mt56 {
    margin-top: 56px !important; }
  .sp_small_mr56 {
    margin-right: 56px !important; }
  .sp_small_ml56 {
    margin-left: 56px !important; }
  .sp_small_mb60 {
    margin-bottom: 60px !important; }
  .sp_small_mt60 {
    margin-top: 60px !important; }
  .sp_small_mr60 {
    margin-right: 60px !important; }
  .sp_small_ml60 {
    margin-left: 60px !important; }
  .sp_small_mb64 {
    margin-bottom: 64px !important; }
  .sp_small_mt64 {
    margin-top: 64px !important; }
  .sp_small_mr64 {
    margin-right: 64px !important; }
  .sp_small_ml64 {
    margin-left: 64px !important; }
  .sp_small_mb68 {
    margin-bottom: 68px !important; }
  .sp_small_mt68 {
    margin-top: 68px !important; }
  .sp_small_mr68 {
    margin-right: 68px !important; }
  .sp_small_ml68 {
    margin-left: 68px !important; }
  .sp_small_mb72 {
    margin-bottom: 72px !important; }
  .sp_small_mt72 {
    margin-top: 72px !important; }
  .sp_small_mr72 {
    margin-right: 72px !important; }
  .sp_small_ml72 {
    margin-left: 72px !important; }
  .sp_small_mb76 {
    margin-bottom: 76px !important; }
  .sp_small_mt76 {
    margin-top: 76px !important; }
  .sp_small_mr76 {
    margin-right: 76px !important; }
  .sp_small_ml76 {
    margin-left: 76px !important; }
  .sp_small_mb80 {
    margin-bottom: 80px !important; }
  .sp_small_mt80 {
    margin-top: 80px !important; }
  .sp_small_mr80 {
    margin-right: 80px !important; }
  .sp_small_ml80 {
    margin-left: 80px !important; }
  .sp_small_mb84 {
    margin-bottom: 84px !important; }
  .sp_small_mt84 {
    margin-top: 84px !important; }
  .sp_small_mr84 {
    margin-right: 84px !important; }
  .sp_small_ml84 {
    margin-left: 84px !important; }
  .sp_small_mb88 {
    margin-bottom: 88px !important; }
  .sp_small_mt88 {
    margin-top: 88px !important; }
  .sp_small_mr88 {
    margin-right: 88px !important; }
  .sp_small_ml88 {
    margin-left: 88px !important; }
  .sp_small_mb92 {
    margin-bottom: 92px !important; }
  .sp_small_mt92 {
    margin-top: 92px !important; }
  .sp_small_mr92 {
    margin-right: 92px !important; }
  .sp_small_ml92 {
    margin-left: 92px !important; }
  .sp_small_mb96 {
    margin-bottom: 96px !important; }
  .sp_small_mt96 {
    margin-top: 96px !important; }
  .sp_small_mr96 {
    margin-right: 96px !important; }
  .sp_small_ml96 {
    margin-left: 96px !important; }
  .sp_small_mb100 {
    margin-bottom: 100px !important; }
  .sp_small_mt100 {
    margin-top: 100px !important; }
  .sp_small_mr100 {
    margin-right: 100px !important; }
  .sp_small_ml100 {
    margin-left: 100px !important; }
  .sp_small_mb104 {
    margin-bottom: 104px !important; }
  .sp_small_mt104 {
    margin-top: 104px !important; }
  .sp_small_mr104 {
    margin-right: 104px !important; }
  .sp_small_ml104 {
    margin-left: 104px !important; }
  .sp_small_mb108 {
    margin-bottom: 108px !important; }
  .sp_small_mt108 {
    margin-top: 108px !important; }
  .sp_small_mr108 {
    margin-right: 108px !important; }
  .sp_small_ml108 {
    margin-left: 108px !important; }
  .sp_small_mb112 {
    margin-bottom: 112px !important; }
  .sp_small_mt112 {
    margin-top: 112px !important; }
  .sp_small_mr112 {
    margin-right: 112px !important; }
  .sp_small_ml112 {
    margin-left: 112px !important; }
  .sp_small_mb116 {
    margin-bottom: 116px !important; }
  .sp_small_mt116 {
    margin-top: 116px !important; }
  .sp_small_mr116 {
    margin-right: 116px !important; }
  .sp_small_ml116 {
    margin-left: 116px !important; }
  .sp_small_mb120 {
    margin-bottom: 120px !important; }
  .sp_small_mt120 {
    margin-top: 120px !important; }
  .sp_small_mr120 {
    margin-right: 120px !important; }
  .sp_small_ml120 {
    margin-left: 120px !important; }
  .sp_small_mb124 {
    margin-bottom: 124px !important; }
  .sp_small_mt124 {
    margin-top: 124px !important; }
  .sp_small_mr124 {
    margin-right: 124px !important; }
  .sp_small_ml124 {
    margin-left: 124px !important; }
  .sp_small_mb128 {
    margin-bottom: 128px !important; }
  .sp_small_mt128 {
    margin-top: 128px !important; }
  .sp_small_mr128 {
    margin-right: 128px !important; }
  .sp_small_ml128 {
    margin-left: 128px !important; }
  .sp_small_mb132 {
    margin-bottom: 132px !important; }
  .sp_small_mt132 {
    margin-top: 132px !important; }
  .sp_small_mr132 {
    margin-right: 132px !important; }
  .sp_small_ml132 {
    margin-left: 132px !important; }
  .sp_small_mb136 {
    margin-bottom: 136px !important; }
  .sp_small_mt136 {
    margin-top: 136px !important; }
  .sp_small_mr136 {
    margin-right: 136px !important; }
  .sp_small_ml136 {
    margin-left: 136px !important; }
  .sp_small_mb140 {
    margin-bottom: 140px !important; }
  .sp_small_mt140 {
    margin-top: 140px !important; }
  .sp_small_mr140 {
    margin-right: 140px !important; }
  .sp_small_ml140 {
    margin-left: 140px !important; }
  .sp_small_mb144 {
    margin-bottom: 144px !important; }
  .sp_small_mt144 {
    margin-top: 144px !important; }
  .sp_small_mr144 {
    margin-right: 144px !important; }
  .sp_small_ml144 {
    margin-left: 144px !important; }
  .sp_small_mb148 {
    margin-bottom: 148px !important; }
  .sp_small_mt148 {
    margin-top: 148px !important; }
  .sp_small_mr148 {
    margin-right: 148px !important; }
  .sp_small_ml148 {
    margin-left: 148px !important; }
  .sp_small_mb152 {
    margin-bottom: 152px !important; }
  .sp_small_mt152 {
    margin-top: 152px !important; }
  .sp_small_mr152 {
    margin-right: 152px !important; }
  .sp_small_ml152 {
    margin-left: 152px !important; }
  .sp_small_mb156 {
    margin-bottom: 156px !important; }
  .sp_small_mt156 {
    margin-top: 156px !important; }
  .sp_small_mr156 {
    margin-right: 156px !important; }
  .sp_small_ml156 {
    margin-left: 156px !important; }
  .sp_small_mb160 {
    margin-bottom: 160px !important; }
  .sp_small_mt160 {
    margin-top: 160px !important; }
  .sp_small_mr160 {
    margin-right: 160px !important; }
  .sp_small_ml160 {
    margin-left: 160px !important; } }

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

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

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

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

.pb4 {
  padding-bottom: 4px !important; }

.pt4 {
  padding-top: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pt12 {
  padding-top: 12px !important; }

.pr12 {
  padding-right: 12px !important; }

.pl12 {
  padding-left: 12px !important; }

.pb16 {
  padding-bottom: 16px !important; }

.pt16 {
  padding-top: 16px !important; }

.pr16 {
  padding-right: 16px !important; }

.pl16 {
  padding-left: 16px !important; }

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

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

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

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

.pb24 {
  padding-bottom: 24px !important; }

.pt24 {
  padding-top: 24px !important; }

.pr24 {
  padding-right: 24px !important; }

.pl24 {
  padding-left: 24px !important; }

.pb28 {
  padding-bottom: 28px !important; }

.pt28 {
  padding-top: 28px !important; }

.pr28 {
  padding-right: 28px !important; }

.pl28 {
  padding-left: 28px !important; }

.pb32 {
  padding-bottom: 32px !important; }

.pt32 {
  padding-top: 32px !important; }

.pr32 {
  padding-right: 32px !important; }

.pl32 {
  padding-left: 32px !important; }

.pb36 {
  padding-bottom: 36px !important; }

.pt36 {
  padding-top: 36px !important; }

.pr36 {
  padding-right: 36px !important; }

.pl36 {
  padding-left: 36px !important; }

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

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

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

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

.pb44 {
  padding-bottom: 44px !important; }

.pt44 {
  padding-top: 44px !important; }

.pr44 {
  padding-right: 44px !important; }

.pl44 {
  padding-left: 44px !important; }

.pb48 {
  padding-bottom: 48px !important; }

.pt48 {
  padding-top: 48px !important; }

.pr48 {
  padding-right: 48px !important; }

.pl48 {
  padding-left: 48px !important; }

.pb52 {
  padding-bottom: 52px !important; }

.pt52 {
  padding-top: 52px !important; }

.pr52 {
  padding-right: 52px !important; }

.pl52 {
  padding-left: 52px !important; }

.pb56 {
  padding-bottom: 56px !important; }

.pt56 {
  padding-top: 56px !important; }

.pr56 {
  padding-right: 56px !important; }

.pl56 {
  padding-left: 56px !important; }

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

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

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

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

.pb64 {
  padding-bottom: 64px !important; }

.pt64 {
  padding-top: 64px !important; }

.pr64 {
  padding-right: 64px !important; }

.pl64 {
  padding-left: 64px !important; }

.pb68 {
  padding-bottom: 68px !important; }

.pt68 {
  padding-top: 68px !important; }

.pr68 {
  padding-right: 68px !important; }

.pl68 {
  padding-left: 68px !important; }

.pb72 {
  padding-bottom: 72px !important; }

.pt72 {
  padding-top: 72px !important; }

.pr72 {
  padding-right: 72px !important; }

.pl72 {
  padding-left: 72px !important; }

.pb76 {
  padding-bottom: 76px !important; }

.pt76 {
  padding-top: 76px !important; }

.pr76 {
  padding-right: 76px !important; }

.pl76 {
  padding-left: 76px !important; }

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

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

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

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

.pb84 {
  padding-bottom: 84px !important; }

.pt84 {
  padding-top: 84px !important; }

.pr84 {
  padding-right: 84px !important; }

.pl84 {
  padding-left: 84px !important; }

.pb88 {
  padding-bottom: 88px !important; }

.pt88 {
  padding-top: 88px !important; }

.pr88 {
  padding-right: 88px !important; }

.pl88 {
  padding-left: 88px !important; }

.pb92 {
  padding-bottom: 92px !important; }

.pt92 {
  padding-top: 92px !important; }

.pr92 {
  padding-right: 92px !important; }

.pl92 {
  padding-left: 92px !important; }

.pb96 {
  padding-bottom: 96px !important; }

.pt96 {
  padding-top: 96px !important; }

.pr96 {
  padding-right: 96px !important; }

.pl96 {
  padding-left: 96px !important; }

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

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

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

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

.pb104 {
  padding-bottom: 104px !important; }

.pt104 {
  padding-top: 104px !important; }

.pr104 {
  padding-right: 104px !important; }

.pl104 {
  padding-left: 104px !important; }

.pb108 {
  padding-bottom: 108px !important; }

.pt108 {
  padding-top: 108px !important; }

.pr108 {
  padding-right: 108px !important; }

.pl108 {
  padding-left: 108px !important; }

.pb112 {
  padding-bottom: 112px !important; }

.pt112 {
  padding-top: 112px !important; }

.pr112 {
  padding-right: 112px !important; }

.pl112 {
  padding-left: 112px !important; }

.pb116 {
  padding-bottom: 116px !important; }

.pt116 {
  padding-top: 116px !important; }

.pr116 {
  padding-right: 116px !important; }

.pl116 {
  padding-left: 116px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.pb124 {
  padding-bottom: 124px !important; }

.pt124 {
  padding-top: 124px !important; }

.pr124 {
  padding-right: 124px !important; }

.pl124 {
  padding-left: 124px !important; }

.pb128 {
  padding-bottom: 128px !important; }

.pt128 {
  padding-top: 128px !important; }

.pr128 {
  padding-right: 128px !important; }

.pl128 {
  padding-left: 128px !important; }

.pb132 {
  padding-bottom: 132px !important; }

.pt132 {
  padding-top: 132px !important; }

.pr132 {
  padding-right: 132px !important; }

.pl132 {
  padding-left: 132px !important; }

.pb136 {
  padding-bottom: 136px !important; }

.pt136 {
  padding-top: 136px !important; }

.pr136 {
  padding-right: 136px !important; }

.pl136 {
  padding-left: 136px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pr140 {
  padding-right: 140px !important; }

.pl140 {
  padding-left: 140px !important; }

.pb144 {
  padding-bottom: 144px !important; }

.pt144 {
  padding-top: 144px !important; }

.pr144 {
  padding-right: 144px !important; }

.pl144 {
  padding-left: 144px !important; }

.pb148 {
  padding-bottom: 148px !important; }

.pt148 {
  padding-top: 148px !important; }

.pr148 {
  padding-right: 148px !important; }

.pl148 {
  padding-left: 148px !important; }

.pb152 {
  padding-bottom: 152px !important; }

.pt152 {
  padding-top: 152px !important; }

.pr152 {
  padding-right: 152px !important; }

.pl152 {
  padding-left: 152px !important; }

.pb156 {
  padding-bottom: 156px !important; }

.pt156 {
  padding-top: 156px !important; }

.pr156 {
  padding-right: 156px !important; }

.pl156 {
  padding-left: 156px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pr160 {
  padding-right: 160px !important; }

.pl160 {
  padding-left: 160px !important; }

@media all and (max-width: 1200px) {
  .liquid_pb0 {
    padding-bottom: 0px !important; }
  .liquid_pt0 {
    padding-top: 0px !important; }
  .liquid_pr0 {
    padding-right: 0px !important; }
  .liquid_pl0 {
    padding-left: 0px !important; }
  .liquid_pb4 {
    padding-bottom: 4px !important; }
  .liquid_pt4 {
    padding-top: 4px !important; }
  .liquid_pr4 {
    padding-right: 4px !important; }
  .liquid_pl4 {
    padding-left: 4px !important; }
  .liquid_pb8 {
    padding-bottom: 8px !important; }
  .liquid_pt8 {
    padding-top: 8px !important; }
  .liquid_pr8 {
    padding-right: 8px !important; }
  .liquid_pl8 {
    padding-left: 8px !important; }
  .liquid_pb12 {
    padding-bottom: 12px !important; }
  .liquid_pt12 {
    padding-top: 12px !important; }
  .liquid_pr12 {
    padding-right: 12px !important; }
  .liquid_pl12 {
    padding-left: 12px !important; }
  .liquid_pb16 {
    padding-bottom: 16px !important; }
  .liquid_pt16 {
    padding-top: 16px !important; }
  .liquid_pr16 {
    padding-right: 16px !important; }
  .liquid_pl16 {
    padding-left: 16px !important; }
  .liquid_pb20 {
    padding-bottom: 20px !important; }
  .liquid_pt20 {
    padding-top: 20px !important; }
  .liquid_pr20 {
    padding-right: 20px !important; }
  .liquid_pl20 {
    padding-left: 20px !important; }
  .liquid_pb24 {
    padding-bottom: 24px !important; }
  .liquid_pt24 {
    padding-top: 24px !important; }
  .liquid_pr24 {
    padding-right: 24px !important; }
  .liquid_pl24 {
    padding-left: 24px !important; }
  .liquid_pb28 {
    padding-bottom: 28px !important; }
  .liquid_pt28 {
    padding-top: 28px !important; }
  .liquid_pr28 {
    padding-right: 28px !important; }
  .liquid_pl28 {
    padding-left: 28px !important; }
  .liquid_pb32 {
    padding-bottom: 32px !important; }
  .liquid_pt32 {
    padding-top: 32px !important; }
  .liquid_pr32 {
    padding-right: 32px !important; }
  .liquid_pl32 {
    padding-left: 32px !important; }
  .liquid_pb36 {
    padding-bottom: 36px !important; }
  .liquid_pt36 {
    padding-top: 36px !important; }
  .liquid_pr36 {
    padding-right: 36px !important; }
  .liquid_pl36 {
    padding-left: 36px !important; }
  .liquid_pb40 {
    padding-bottom: 40px !important; }
  .liquid_pt40 {
    padding-top: 40px !important; }
  .liquid_pr40 {
    padding-right: 40px !important; }
  .liquid_pl40 {
    padding-left: 40px !important; }
  .liquid_pb44 {
    padding-bottom: 44px !important; }
  .liquid_pt44 {
    padding-top: 44px !important; }
  .liquid_pr44 {
    padding-right: 44px !important; }
  .liquid_pl44 {
    padding-left: 44px !important; }
  .liquid_pb48 {
    padding-bottom: 48px !important; }
  .liquid_pt48 {
    padding-top: 48px !important; }
  .liquid_pr48 {
    padding-right: 48px !important; }
  .liquid_pl48 {
    padding-left: 48px !important; }
  .liquid_pb52 {
    padding-bottom: 52px !important; }
  .liquid_pt52 {
    padding-top: 52px !important; }
  .liquid_pr52 {
    padding-right: 52px !important; }
  .liquid_pl52 {
    padding-left: 52px !important; }
  .liquid_pb56 {
    padding-bottom: 56px !important; }
  .liquid_pt56 {
    padding-top: 56px !important; }
  .liquid_pr56 {
    padding-right: 56px !important; }
  .liquid_pl56 {
    padding-left: 56px !important; }
  .liquid_pb60 {
    padding-bottom: 60px !important; }
  .liquid_pt60 {
    padding-top: 60px !important; }
  .liquid_pr60 {
    padding-right: 60px !important; }
  .liquid_pl60 {
    padding-left: 60px !important; }
  .liquid_pb64 {
    padding-bottom: 64px !important; }
  .liquid_pt64 {
    padding-top: 64px !important; }
  .liquid_pr64 {
    padding-right: 64px !important; }
  .liquid_pl64 {
    padding-left: 64px !important; }
  .liquid_pb68 {
    padding-bottom: 68px !important; }
  .liquid_pt68 {
    padding-top: 68px !important; }
  .liquid_pr68 {
    padding-right: 68px !important; }
  .liquid_pl68 {
    padding-left: 68px !important; }
  .liquid_pb72 {
    padding-bottom: 72px !important; }
  .liquid_pt72 {
    padding-top: 72px !important; }
  .liquid_pr72 {
    padding-right: 72px !important; }
  .liquid_pl72 {
    padding-left: 72px !important; }
  .liquid_pb76 {
    padding-bottom: 76px !important; }
  .liquid_pt76 {
    padding-top: 76px !important; }
  .liquid_pr76 {
    padding-right: 76px !important; }
  .liquid_pl76 {
    padding-left: 76px !important; }
  .liquid_pb80 {
    padding-bottom: 80px !important; }
  .liquid_pt80 {
    padding-top: 80px !important; }
  .liquid_pr80 {
    padding-right: 80px !important; }
  .liquid_pl80 {
    padding-left: 80px !important; }
  .liquid_pb84 {
    padding-bottom: 84px !important; }
  .liquid_pt84 {
    padding-top: 84px !important; }
  .liquid_pr84 {
    padding-right: 84px !important; }
  .liquid_pl84 {
    padding-left: 84px !important; }
  .liquid_pb88 {
    padding-bottom: 88px !important; }
  .liquid_pt88 {
    padding-top: 88px !important; }
  .liquid_pr88 {
    padding-right: 88px !important; }
  .liquid_pl88 {
    padding-left: 88px !important; }
  .liquid_pb92 {
    padding-bottom: 92px !important; }
  .liquid_pt92 {
    padding-top: 92px !important; }
  .liquid_pr92 {
    padding-right: 92px !important; }
  .liquid_pl92 {
    padding-left: 92px !important; }
  .liquid_pb96 {
    padding-bottom: 96px !important; }
  .liquid_pt96 {
    padding-top: 96px !important; }
  .liquid_pr96 {
    padding-right: 96px !important; }
  .liquid_pl96 {
    padding-left: 96px !important; }
  .liquid_pb100 {
    padding-bottom: 100px !important; }
  .liquid_pt100 {
    padding-top: 100px !important; }
  .liquid_pr100 {
    padding-right: 100px !important; }
  .liquid_pl100 {
    padding-left: 100px !important; }
  .liquid_pb104 {
    padding-bottom: 104px !important; }
  .liquid_pt104 {
    padding-top: 104px !important; }
  .liquid_pr104 {
    padding-right: 104px !important; }
  .liquid_pl104 {
    padding-left: 104px !important; }
  .liquid_pb108 {
    padding-bottom: 108px !important; }
  .liquid_pt108 {
    padding-top: 108px !important; }
  .liquid_pr108 {
    padding-right: 108px !important; }
  .liquid_pl108 {
    padding-left: 108px !important; }
  .liquid_pb112 {
    padding-bottom: 112px !important; }
  .liquid_pt112 {
    padding-top: 112px !important; }
  .liquid_pr112 {
    padding-right: 112px !important; }
  .liquid_pl112 {
    padding-left: 112px !important; }
  .liquid_pb116 {
    padding-bottom: 116px !important; }
  .liquid_pt116 {
    padding-top: 116px !important; }
  .liquid_pr116 {
    padding-right: 116px !important; }
  .liquid_pl116 {
    padding-left: 116px !important; }
  .liquid_pb120 {
    padding-bottom: 120px !important; }
  .liquid_pt120 {
    padding-top: 120px !important; }
  .liquid_pr120 {
    padding-right: 120px !important; }
  .liquid_pl120 {
    padding-left: 120px !important; }
  .liquid_pb124 {
    padding-bottom: 124px !important; }
  .liquid_pt124 {
    padding-top: 124px !important; }
  .liquid_pr124 {
    padding-right: 124px !important; }
  .liquid_pl124 {
    padding-left: 124px !important; }
  .liquid_pb128 {
    padding-bottom: 128px !important; }
  .liquid_pt128 {
    padding-top: 128px !important; }
  .liquid_pr128 {
    padding-right: 128px !important; }
  .liquid_pl128 {
    padding-left: 128px !important; }
  .liquid_pb132 {
    padding-bottom: 132px !important; }
  .liquid_pt132 {
    padding-top: 132px !important; }
  .liquid_pr132 {
    padding-right: 132px !important; }
  .liquid_pl132 {
    padding-left: 132px !important; }
  .liquid_pb136 {
    padding-bottom: 136px !important; }
  .liquid_pt136 {
    padding-top: 136px !important; }
  .liquid_pr136 {
    padding-right: 136px !important; }
  .liquid_pl136 {
    padding-left: 136px !important; }
  .liquid_pb140 {
    padding-bottom: 140px !important; }
  .liquid_pt140 {
    padding-top: 140px !important; }
  .liquid_pr140 {
    padding-right: 140px !important; }
  .liquid_pl140 {
    padding-left: 140px !important; }
  .liquid_pb144 {
    padding-bottom: 144px !important; }
  .liquid_pt144 {
    padding-top: 144px !important; }
  .liquid_pr144 {
    padding-right: 144px !important; }
  .liquid_pl144 {
    padding-left: 144px !important; }
  .liquid_pb148 {
    padding-bottom: 148px !important; }
  .liquid_pt148 {
    padding-top: 148px !important; }
  .liquid_pr148 {
    padding-right: 148px !important; }
  .liquid_pl148 {
    padding-left: 148px !important; }
  .liquid_pb152 {
    padding-bottom: 152px !important; }
  .liquid_pt152 {
    padding-top: 152px !important; }
  .liquid_pr152 {
    padding-right: 152px !important; }
  .liquid_pl152 {
    padding-left: 152px !important; }
  .liquid_pb156 {
    padding-bottom: 156px !important; }
  .liquid_pt156 {
    padding-top: 156px !important; }
  .liquid_pr156 {
    padding-right: 156px !important; }
  .liquid_pl156 {
    padding-left: 156px !important; }
  .liquid_pb160 {
    padding-bottom: 160px !important; }
  .liquid_pt160 {
    padding-top: 160px !important; }
  .liquid_pr160 {
    padding-right: 160px !important; }
  .liquid_pl160 {
    padding-left: 160px !important; } }

@media all and (max-width: 959px) {
  .tablet_pb0 {
    padding-bottom: 0px !important; }
  .tablet_pt0 {
    padding-top: 0px !important; }
  .tablet_pr0 {
    padding-right: 0px !important; }
  .tablet_pl0 {
    padding-left: 0px !important; }
  .tablet_pb4 {
    padding-bottom: 4px !important; }
  .tablet_pt4 {
    padding-top: 4px !important; }
  .tablet_pr4 {
    padding-right: 4px !important; }
  .tablet_pl4 {
    padding-left: 4px !important; }
  .tablet_pb8 {
    padding-bottom: 8px !important; }
  .tablet_pt8 {
    padding-top: 8px !important; }
  .tablet_pr8 {
    padding-right: 8px !important; }
  .tablet_pl8 {
    padding-left: 8px !important; }
  .tablet_pb12 {
    padding-bottom: 12px !important; }
  .tablet_pt12 {
    padding-top: 12px !important; }
  .tablet_pr12 {
    padding-right: 12px !important; }
  .tablet_pl12 {
    padding-left: 12px !important; }
  .tablet_pb16 {
    padding-bottom: 16px !important; }
  .tablet_pt16 {
    padding-top: 16px !important; }
  .tablet_pr16 {
    padding-right: 16px !important; }
  .tablet_pl16 {
    padding-left: 16px !important; }
  .tablet_pb20 {
    padding-bottom: 20px !important; }
  .tablet_pt20 {
    padding-top: 20px !important; }
  .tablet_pr20 {
    padding-right: 20px !important; }
  .tablet_pl20 {
    padding-left: 20px !important; }
  .tablet_pb24 {
    padding-bottom: 24px !important; }
  .tablet_pt24 {
    padding-top: 24px !important; }
  .tablet_pr24 {
    padding-right: 24px !important; }
  .tablet_pl24 {
    padding-left: 24px !important; }
  .tablet_pb28 {
    padding-bottom: 28px !important; }
  .tablet_pt28 {
    padding-top: 28px !important; }
  .tablet_pr28 {
    padding-right: 28px !important; }
  .tablet_pl28 {
    padding-left: 28px !important; }
  .tablet_pb32 {
    padding-bottom: 32px !important; }
  .tablet_pt32 {
    padding-top: 32px !important; }
  .tablet_pr32 {
    padding-right: 32px !important; }
  .tablet_pl32 {
    padding-left: 32px !important; }
  .tablet_pb36 {
    padding-bottom: 36px !important; }
  .tablet_pt36 {
    padding-top: 36px !important; }
  .tablet_pr36 {
    padding-right: 36px !important; }
  .tablet_pl36 {
    padding-left: 36px !important; }
  .tablet_pb40 {
    padding-bottom: 40px !important; }
  .tablet_pt40 {
    padding-top: 40px !important; }
  .tablet_pr40 {
    padding-right: 40px !important; }
  .tablet_pl40 {
    padding-left: 40px !important; }
  .tablet_pb44 {
    padding-bottom: 44px !important; }
  .tablet_pt44 {
    padding-top: 44px !important; }
  .tablet_pr44 {
    padding-right: 44px !important; }
  .tablet_pl44 {
    padding-left: 44px !important; }
  .tablet_pb48 {
    padding-bottom: 48px !important; }
  .tablet_pt48 {
    padding-top: 48px !important; }
  .tablet_pr48 {
    padding-right: 48px !important; }
  .tablet_pl48 {
    padding-left: 48px !important; }
  .tablet_pb52 {
    padding-bottom: 52px !important; }
  .tablet_pt52 {
    padding-top: 52px !important; }
  .tablet_pr52 {
    padding-right: 52px !important; }
  .tablet_pl52 {
    padding-left: 52px !important; }
  .tablet_pb56 {
    padding-bottom: 56px !important; }
  .tablet_pt56 {
    padding-top: 56px !important; }
  .tablet_pr56 {
    padding-right: 56px !important; }
  .tablet_pl56 {
    padding-left: 56px !important; }
  .tablet_pb60 {
    padding-bottom: 60px !important; }
  .tablet_pt60 {
    padding-top: 60px !important; }
  .tablet_pr60 {
    padding-right: 60px !important; }
  .tablet_pl60 {
    padding-left: 60px !important; }
  .tablet_pb64 {
    padding-bottom: 64px !important; }
  .tablet_pt64 {
    padding-top: 64px !important; }
  .tablet_pr64 {
    padding-right: 64px !important; }
  .tablet_pl64 {
    padding-left: 64px !important; }
  .tablet_pb68 {
    padding-bottom: 68px !important; }
  .tablet_pt68 {
    padding-top: 68px !important; }
  .tablet_pr68 {
    padding-right: 68px !important; }
  .tablet_pl68 {
    padding-left: 68px !important; }
  .tablet_pb72 {
    padding-bottom: 72px !important; }
  .tablet_pt72 {
    padding-top: 72px !important; }
  .tablet_pr72 {
    padding-right: 72px !important; }
  .tablet_pl72 {
    padding-left: 72px !important; }
  .tablet_pb76 {
    padding-bottom: 76px !important; }
  .tablet_pt76 {
    padding-top: 76px !important; }
  .tablet_pr76 {
    padding-right: 76px !important; }
  .tablet_pl76 {
    padding-left: 76px !important; }
  .tablet_pb80 {
    padding-bottom: 80px !important; }
  .tablet_pt80 {
    padding-top: 80px !important; }
  .tablet_pr80 {
    padding-right: 80px !important; }
  .tablet_pl80 {
    padding-left: 80px !important; }
  .tablet_pb84 {
    padding-bottom: 84px !important; }
  .tablet_pt84 {
    padding-top: 84px !important; }
  .tablet_pr84 {
    padding-right: 84px !important; }
  .tablet_pl84 {
    padding-left: 84px !important; }
  .tablet_pb88 {
    padding-bottom: 88px !important; }
  .tablet_pt88 {
    padding-top: 88px !important; }
  .tablet_pr88 {
    padding-right: 88px !important; }
  .tablet_pl88 {
    padding-left: 88px !important; }
  .tablet_pb92 {
    padding-bottom: 92px !important; }
  .tablet_pt92 {
    padding-top: 92px !important; }
  .tablet_pr92 {
    padding-right: 92px !important; }
  .tablet_pl92 {
    padding-left: 92px !important; }
  .tablet_pb96 {
    padding-bottom: 96px !important; }
  .tablet_pt96 {
    padding-top: 96px !important; }
  .tablet_pr96 {
    padding-right: 96px !important; }
  .tablet_pl96 {
    padding-left: 96px !important; }
  .tablet_pb100 {
    padding-bottom: 100px !important; }
  .tablet_pt100 {
    padding-top: 100px !important; }
  .tablet_pr100 {
    padding-right: 100px !important; }
  .tablet_pl100 {
    padding-left: 100px !important; }
  .tablet_pb104 {
    padding-bottom: 104px !important; }
  .tablet_pt104 {
    padding-top: 104px !important; }
  .tablet_pr104 {
    padding-right: 104px !important; }
  .tablet_pl104 {
    padding-left: 104px !important; }
  .tablet_pb108 {
    padding-bottom: 108px !important; }
  .tablet_pt108 {
    padding-top: 108px !important; }
  .tablet_pr108 {
    padding-right: 108px !important; }
  .tablet_pl108 {
    padding-left: 108px !important; }
  .tablet_pb112 {
    padding-bottom: 112px !important; }
  .tablet_pt112 {
    padding-top: 112px !important; }
  .tablet_pr112 {
    padding-right: 112px !important; }
  .tablet_pl112 {
    padding-left: 112px !important; }
  .tablet_pb116 {
    padding-bottom: 116px !important; }
  .tablet_pt116 {
    padding-top: 116px !important; }
  .tablet_pr116 {
    padding-right: 116px !important; }
  .tablet_pl116 {
    padding-left: 116px !important; }
  .tablet_pb120 {
    padding-bottom: 120px !important; }
  .tablet_pt120 {
    padding-top: 120px !important; }
  .tablet_pr120 {
    padding-right: 120px !important; }
  .tablet_pl120 {
    padding-left: 120px !important; }
  .tablet_pb124 {
    padding-bottom: 124px !important; }
  .tablet_pt124 {
    padding-top: 124px !important; }
  .tablet_pr124 {
    padding-right: 124px !important; }
  .tablet_pl124 {
    padding-left: 124px !important; }
  .tablet_pb128 {
    padding-bottom: 128px !important; }
  .tablet_pt128 {
    padding-top: 128px !important; }
  .tablet_pr128 {
    padding-right: 128px !important; }
  .tablet_pl128 {
    padding-left: 128px !important; }
  .tablet_pb132 {
    padding-bottom: 132px !important; }
  .tablet_pt132 {
    padding-top: 132px !important; }
  .tablet_pr132 {
    padding-right: 132px !important; }
  .tablet_pl132 {
    padding-left: 132px !important; }
  .tablet_pb136 {
    padding-bottom: 136px !important; }
  .tablet_pt136 {
    padding-top: 136px !important; }
  .tablet_pr136 {
    padding-right: 136px !important; }
  .tablet_pl136 {
    padding-left: 136px !important; }
  .tablet_pb140 {
    padding-bottom: 140px !important; }
  .tablet_pt140 {
    padding-top: 140px !important; }
  .tablet_pr140 {
    padding-right: 140px !important; }
  .tablet_pl140 {
    padding-left: 140px !important; }
  .tablet_pb144 {
    padding-bottom: 144px !important; }
  .tablet_pt144 {
    padding-top: 144px !important; }
  .tablet_pr144 {
    padding-right: 144px !important; }
  .tablet_pl144 {
    padding-left: 144px !important; }
  .tablet_pb148 {
    padding-bottom: 148px !important; }
  .tablet_pt148 {
    padding-top: 148px !important; }
  .tablet_pr148 {
    padding-right: 148px !important; }
  .tablet_pl148 {
    padding-left: 148px !important; }
  .tablet_pb152 {
    padding-bottom: 152px !important; }
  .tablet_pt152 {
    padding-top: 152px !important; }
  .tablet_pr152 {
    padding-right: 152px !important; }
  .tablet_pl152 {
    padding-left: 152px !important; }
  .tablet_pb156 {
    padding-bottom: 156px !important; }
  .tablet_pt156 {
    padding-top: 156px !important; }
  .tablet_pr156 {
    padding-right: 156px !important; }
  .tablet_pl156 {
    padding-left: 156px !important; }
  .tablet_pb160 {
    padding-bottom: 160px !important; }
  .tablet_pt160 {
    padding-top: 160px !important; }
  .tablet_pr160 {
    padding-right: 160px !important; }
  .tablet_pl160 {
    padding-left: 160px !important; } }

@media all and (max-width: 783px) {
  .sp_pb0 {
    padding-bottom: 0px !important; }
  .sp_pt0 {
    padding-top: 0px !important; }
  .sp_pr0 {
    padding-right: 0px !important; }
  .sp_pl0 {
    padding-left: 0px !important; }
  .sp_pb4 {
    padding-bottom: 4px !important; }
  .sp_pt4 {
    padding-top: 4px !important; }
  .sp_pr4 {
    padding-right: 4px !important; }
  .sp_pl4 {
    padding-left: 4px !important; }
  .sp_pb8 {
    padding-bottom: 8px !important; }
  .sp_pt8 {
    padding-top: 8px !important; }
  .sp_pr8 {
    padding-right: 8px !important; }
  .sp_pl8 {
    padding-left: 8px !important; }
  .sp_pb12 {
    padding-bottom: 12px !important; }
  .sp_pt12 {
    padding-top: 12px !important; }
  .sp_pr12 {
    padding-right: 12px !important; }
  .sp_pl12 {
    padding-left: 12px !important; }
  .sp_pb16 {
    padding-bottom: 16px !important; }
  .sp_pt16 {
    padding-top: 16px !important; }
  .sp_pr16 {
    padding-right: 16px !important; }
  .sp_pl16 {
    padding-left: 16px !important; }
  .sp_pb20 {
    padding-bottom: 20px !important; }
  .sp_pt20 {
    padding-top: 20px !important; }
  .sp_pr20 {
    padding-right: 20px !important; }
  .sp_pl20 {
    padding-left: 20px !important; }
  .sp_pb24 {
    padding-bottom: 24px !important; }
  .sp_pt24 {
    padding-top: 24px !important; }
  .sp_pr24 {
    padding-right: 24px !important; }
  .sp_pl24 {
    padding-left: 24px !important; }
  .sp_pb28 {
    padding-bottom: 28px !important; }
  .sp_pt28 {
    padding-top: 28px !important; }
  .sp_pr28 {
    padding-right: 28px !important; }
  .sp_pl28 {
    padding-left: 28px !important; }
  .sp_pb32 {
    padding-bottom: 32px !important; }
  .sp_pt32 {
    padding-top: 32px !important; }
  .sp_pr32 {
    padding-right: 32px !important; }
  .sp_pl32 {
    padding-left: 32px !important; }
  .sp_pb36 {
    padding-bottom: 36px !important; }
  .sp_pt36 {
    padding-top: 36px !important; }
  .sp_pr36 {
    padding-right: 36px !important; }
  .sp_pl36 {
    padding-left: 36px !important; }
  .sp_pb40 {
    padding-bottom: 40px !important; }
  .sp_pt40 {
    padding-top: 40px !important; }
  .sp_pr40 {
    padding-right: 40px !important; }
  .sp_pl40 {
    padding-left: 40px !important; }
  .sp_pb44 {
    padding-bottom: 44px !important; }
  .sp_pt44 {
    padding-top: 44px !important; }
  .sp_pr44 {
    padding-right: 44px !important; }
  .sp_pl44 {
    padding-left: 44px !important; }
  .sp_pb48 {
    padding-bottom: 48px !important; }
  .sp_pt48 {
    padding-top: 48px !important; }
  .sp_pr48 {
    padding-right: 48px !important; }
  .sp_pl48 {
    padding-left: 48px !important; }
  .sp_pb52 {
    padding-bottom: 52px !important; }
  .sp_pt52 {
    padding-top: 52px !important; }
  .sp_pr52 {
    padding-right: 52px !important; }
  .sp_pl52 {
    padding-left: 52px !important; }
  .sp_pb56 {
    padding-bottom: 56px !important; }
  .sp_pt56 {
    padding-top: 56px !important; }
  .sp_pr56 {
    padding-right: 56px !important; }
  .sp_pl56 {
    padding-left: 56px !important; }
  .sp_pb60 {
    padding-bottom: 60px !important; }
  .sp_pt60 {
    padding-top: 60px !important; }
  .sp_pr60 {
    padding-right: 60px !important; }
  .sp_pl60 {
    padding-left: 60px !important; }
  .sp_pb64 {
    padding-bottom: 64px !important; }
  .sp_pt64 {
    padding-top: 64px !important; }
  .sp_pr64 {
    padding-right: 64px !important; }
  .sp_pl64 {
    padding-left: 64px !important; }
  .sp_pb68 {
    padding-bottom: 68px !important; }
  .sp_pt68 {
    padding-top: 68px !important; }
  .sp_pr68 {
    padding-right: 68px !important; }
  .sp_pl68 {
    padding-left: 68px !important; }
  .sp_pb72 {
    padding-bottom: 72px !important; }
  .sp_pt72 {
    padding-top: 72px !important; }
  .sp_pr72 {
    padding-right: 72px !important; }
  .sp_pl72 {
    padding-left: 72px !important; }
  .sp_pb76 {
    padding-bottom: 76px !important; }
  .sp_pt76 {
    padding-top: 76px !important; }
  .sp_pr76 {
    padding-right: 76px !important; }
  .sp_pl76 {
    padding-left: 76px !important; }
  .sp_pb80 {
    padding-bottom: 80px !important; }
  .sp_pt80 {
    padding-top: 80px !important; }
  .sp_pr80 {
    padding-right: 80px !important; }
  .sp_pl80 {
    padding-left: 80px !important; }
  .sp_pb84 {
    padding-bottom: 84px !important; }
  .sp_pt84 {
    padding-top: 84px !important; }
  .sp_pr84 {
    padding-right: 84px !important; }
  .sp_pl84 {
    padding-left: 84px !important; }
  .sp_pb88 {
    padding-bottom: 88px !important; }
  .sp_pt88 {
    padding-top: 88px !important; }
  .sp_pr88 {
    padding-right: 88px !important; }
  .sp_pl88 {
    padding-left: 88px !important; }
  .sp_pb92 {
    padding-bottom: 92px !important; }
  .sp_pt92 {
    padding-top: 92px !important; }
  .sp_pr92 {
    padding-right: 92px !important; }
  .sp_pl92 {
    padding-left: 92px !important; }
  .sp_pb96 {
    padding-bottom: 96px !important; }
  .sp_pt96 {
    padding-top: 96px !important; }
  .sp_pr96 {
    padding-right: 96px !important; }
  .sp_pl96 {
    padding-left: 96px !important; }
  .sp_pb100 {
    padding-bottom: 100px !important; }
  .sp_pt100 {
    padding-top: 100px !important; }
  .sp_pr100 {
    padding-right: 100px !important; }
  .sp_pl100 {
    padding-left: 100px !important; }
  .sp_pb104 {
    padding-bottom: 104px !important; }
  .sp_pt104 {
    padding-top: 104px !important; }
  .sp_pr104 {
    padding-right: 104px !important; }
  .sp_pl104 {
    padding-left: 104px !important; }
  .sp_pb108 {
    padding-bottom: 108px !important; }
  .sp_pt108 {
    padding-top: 108px !important; }
  .sp_pr108 {
    padding-right: 108px !important; }
  .sp_pl108 {
    padding-left: 108px !important; }
  .sp_pb112 {
    padding-bottom: 112px !important; }
  .sp_pt112 {
    padding-top: 112px !important; }
  .sp_pr112 {
    padding-right: 112px !important; }
  .sp_pl112 {
    padding-left: 112px !important; }
  .sp_pb116 {
    padding-bottom: 116px !important; }
  .sp_pt116 {
    padding-top: 116px !important; }
  .sp_pr116 {
    padding-right: 116px !important; }
  .sp_pl116 {
    padding-left: 116px !important; }
  .sp_pb120 {
    padding-bottom: 120px !important; }
  .sp_pt120 {
    padding-top: 120px !important; }
  .sp_pr120 {
    padding-right: 120px !important; }
  .sp_pl120 {
    padding-left: 120px !important; }
  .sp_pb124 {
    padding-bottom: 124px !important; }
  .sp_pt124 {
    padding-top: 124px !important; }
  .sp_pr124 {
    padding-right: 124px !important; }
  .sp_pl124 {
    padding-left: 124px !important; }
  .sp_pb128 {
    padding-bottom: 128px !important; }
  .sp_pt128 {
    padding-top: 128px !important; }
  .sp_pr128 {
    padding-right: 128px !important; }
  .sp_pl128 {
    padding-left: 128px !important; }
  .sp_pb132 {
    padding-bottom: 132px !important; }
  .sp_pt132 {
    padding-top: 132px !important; }
  .sp_pr132 {
    padding-right: 132px !important; }
  .sp_pl132 {
    padding-left: 132px !important; }
  .sp_pb136 {
    padding-bottom: 136px !important; }
  .sp_pt136 {
    padding-top: 136px !important; }
  .sp_pr136 {
    padding-right: 136px !important; }
  .sp_pl136 {
    padding-left: 136px !important; }
  .sp_pb140 {
    padding-bottom: 140px !important; }
  .sp_pt140 {
    padding-top: 140px !important; }
  .sp_pr140 {
    padding-right: 140px !important; }
  .sp_pl140 {
    padding-left: 140px !important; }
  .sp_pb144 {
    padding-bottom: 144px !important; }
  .sp_pt144 {
    padding-top: 144px !important; }
  .sp_pr144 {
    padding-right: 144px !important; }
  .sp_pl144 {
    padding-left: 144px !important; }
  .sp_pb148 {
    padding-bottom: 148px !important; }
  .sp_pt148 {
    padding-top: 148px !important; }
  .sp_pr148 {
    padding-right: 148px !important; }
  .sp_pl148 {
    padding-left: 148px !important; }
  .sp_pb152 {
    padding-bottom: 152px !important; }
  .sp_pt152 {
    padding-top: 152px !important; }
  .sp_pr152 {
    padding-right: 152px !important; }
  .sp_pl152 {
    padding-left: 152px !important; }
  .sp_pb156 {
    padding-bottom: 156px !important; }
  .sp_pt156 {
    padding-top: 156px !important; }
  .sp_pr156 {
    padding-right: 156px !important; }
  .sp_pl156 {
    padding-left: 156px !important; }
  .sp_pb160 {
    padding-bottom: 160px !important; }
  .sp_pt160 {
    padding-top: 160px !important; }
  .sp_pr160 {
    padding-right: 160px !important; }
  .sp_pl160 {
    padding-left: 160px !important; } }

@media all and (max-width: 400px) {
  .sp_small_pb0 {
    padding-bottom: 0px !important; }
  .sp_small_pt0 {
    padding-top: 0px !important; }
  .sp_small_pr0 {
    padding-right: 0px !important; }
  .sp_small_pl0 {
    padding-left: 0px !important; }
  .sp_small_pb4 {
    padding-bottom: 4px !important; }
  .sp_small_pt4 {
    padding-top: 4px !important; }
  .sp_small_pr4 {
    padding-right: 4px !important; }
  .sp_small_pl4 {
    padding-left: 4px !important; }
  .sp_small_pb8 {
    padding-bottom: 8px !important; }
  .sp_small_pt8 {
    padding-top: 8px !important; }
  .sp_small_pr8 {
    padding-right: 8px !important; }
  .sp_small_pl8 {
    padding-left: 8px !important; }
  .sp_small_pb12 {
    padding-bottom: 12px !important; }
  .sp_small_pt12 {
    padding-top: 12px !important; }
  .sp_small_pr12 {
    padding-right: 12px !important; }
  .sp_small_pl12 {
    padding-left: 12px !important; }
  .sp_small_pb16 {
    padding-bottom: 16px !important; }
  .sp_small_pt16 {
    padding-top: 16px !important; }
  .sp_small_pr16 {
    padding-right: 16px !important; }
  .sp_small_pl16 {
    padding-left: 16px !important; }
  .sp_small_pb20 {
    padding-bottom: 20px !important; }
  .sp_small_pt20 {
    padding-top: 20px !important; }
  .sp_small_pr20 {
    padding-right: 20px !important; }
  .sp_small_pl20 {
    padding-left: 20px !important; }
  .sp_small_pb24 {
    padding-bottom: 24px !important; }
  .sp_small_pt24 {
    padding-top: 24px !important; }
  .sp_small_pr24 {
    padding-right: 24px !important; }
  .sp_small_pl24 {
    padding-left: 24px !important; }
  .sp_small_pb28 {
    padding-bottom: 28px !important; }
  .sp_small_pt28 {
    padding-top: 28px !important; }
  .sp_small_pr28 {
    padding-right: 28px !important; }
  .sp_small_pl28 {
    padding-left: 28px !important; }
  .sp_small_pb32 {
    padding-bottom: 32px !important; }
  .sp_small_pt32 {
    padding-top: 32px !important; }
  .sp_small_pr32 {
    padding-right: 32px !important; }
  .sp_small_pl32 {
    padding-left: 32px !important; }
  .sp_small_pb36 {
    padding-bottom: 36px !important; }
  .sp_small_pt36 {
    padding-top: 36px !important; }
  .sp_small_pr36 {
    padding-right: 36px !important; }
  .sp_small_pl36 {
    padding-left: 36px !important; }
  .sp_small_pb40 {
    padding-bottom: 40px !important; }
  .sp_small_pt40 {
    padding-top: 40px !important; }
  .sp_small_pr40 {
    padding-right: 40px !important; }
  .sp_small_pl40 {
    padding-left: 40px !important; }
  .sp_small_pb44 {
    padding-bottom: 44px !important; }
  .sp_small_pt44 {
    padding-top: 44px !important; }
  .sp_small_pr44 {
    padding-right: 44px !important; }
  .sp_small_pl44 {
    padding-left: 44px !important; }
  .sp_small_pb48 {
    padding-bottom: 48px !important; }
  .sp_small_pt48 {
    padding-top: 48px !important; }
  .sp_small_pr48 {
    padding-right: 48px !important; }
  .sp_small_pl48 {
    padding-left: 48px !important; }
  .sp_small_pb52 {
    padding-bottom: 52px !important; }
  .sp_small_pt52 {
    padding-top: 52px !important; }
  .sp_small_pr52 {
    padding-right: 52px !important; }
  .sp_small_pl52 {
    padding-left: 52px !important; }
  .sp_small_pb56 {
    padding-bottom: 56px !important; }
  .sp_small_pt56 {
    padding-top: 56px !important; }
  .sp_small_pr56 {
    padding-right: 56px !important; }
  .sp_small_pl56 {
    padding-left: 56px !important; }
  .sp_small_pb60 {
    padding-bottom: 60px !important; }
  .sp_small_pt60 {
    padding-top: 60px !important; }
  .sp_small_pr60 {
    padding-right: 60px !important; }
  .sp_small_pl60 {
    padding-left: 60px !important; }
  .sp_small_pb64 {
    padding-bottom: 64px !important; }
  .sp_small_pt64 {
    padding-top: 64px !important; }
  .sp_small_pr64 {
    padding-right: 64px !important; }
  .sp_small_pl64 {
    padding-left: 64px !important; }
  .sp_small_pb68 {
    padding-bottom: 68px !important; }
  .sp_small_pt68 {
    padding-top: 68px !important; }
  .sp_small_pr68 {
    padding-right: 68px !important; }
  .sp_small_pl68 {
    padding-left: 68px !important; }
  .sp_small_pb72 {
    padding-bottom: 72px !important; }
  .sp_small_pt72 {
    padding-top: 72px !important; }
  .sp_small_pr72 {
    padding-right: 72px !important; }
  .sp_small_pl72 {
    padding-left: 72px !important; }
  .sp_small_pb76 {
    padding-bottom: 76px !important; }
  .sp_small_pt76 {
    padding-top: 76px !important; }
  .sp_small_pr76 {
    padding-right: 76px !important; }
  .sp_small_pl76 {
    padding-left: 76px !important; }
  .sp_small_pb80 {
    padding-bottom: 80px !important; }
  .sp_small_pt80 {
    padding-top: 80px !important; }
  .sp_small_pr80 {
    padding-right: 80px !important; }
  .sp_small_pl80 {
    padding-left: 80px !important; }
  .sp_small_pb84 {
    padding-bottom: 84px !important; }
  .sp_small_pt84 {
    padding-top: 84px !important; }
  .sp_small_pr84 {
    padding-right: 84px !important; }
  .sp_small_pl84 {
    padding-left: 84px !important; }
  .sp_small_pb88 {
    padding-bottom: 88px !important; }
  .sp_small_pt88 {
    padding-top: 88px !important; }
  .sp_small_pr88 {
    padding-right: 88px !important; }
  .sp_small_pl88 {
    padding-left: 88px !important; }
  .sp_small_pb92 {
    padding-bottom: 92px !important; }
  .sp_small_pt92 {
    padding-top: 92px !important; }
  .sp_small_pr92 {
    padding-right: 92px !important; }
  .sp_small_pl92 {
    padding-left: 92px !important; }
  .sp_small_pb96 {
    padding-bottom: 96px !important; }
  .sp_small_pt96 {
    padding-top: 96px !important; }
  .sp_small_pr96 {
    padding-right: 96px !important; }
  .sp_small_pl96 {
    padding-left: 96px !important; }
  .sp_small_pb100 {
    padding-bottom: 100px !important; }
  .sp_small_pt100 {
    padding-top: 100px !important; }
  .sp_small_pr100 {
    padding-right: 100px !important; }
  .sp_small_pl100 {
    padding-left: 100px !important; }
  .sp_small_pb104 {
    padding-bottom: 104px !important; }
  .sp_small_pt104 {
    padding-top: 104px !important; }
  .sp_small_pr104 {
    padding-right: 104px !important; }
  .sp_small_pl104 {
    padding-left: 104px !important; }
  .sp_small_pb108 {
    padding-bottom: 108px !important; }
  .sp_small_pt108 {
    padding-top: 108px !important; }
  .sp_small_pr108 {
    padding-right: 108px !important; }
  .sp_small_pl108 {
    padding-left: 108px !important; }
  .sp_small_pb112 {
    padding-bottom: 112px !important; }
  .sp_small_pt112 {
    padding-top: 112px !important; }
  .sp_small_pr112 {
    padding-right: 112px !important; }
  .sp_small_pl112 {
    padding-left: 112px !important; }
  .sp_small_pb116 {
    padding-bottom: 116px !important; }
  .sp_small_pt116 {
    padding-top: 116px !important; }
  .sp_small_pr116 {
    padding-right: 116px !important; }
  .sp_small_pl116 {
    padding-left: 116px !important; }
  .sp_small_pb120 {
    padding-bottom: 120px !important; }
  .sp_small_pt120 {
    padding-top: 120px !important; }
  .sp_small_pr120 {
    padding-right: 120px !important; }
  .sp_small_pl120 {
    padding-left: 120px !important; }
  .sp_small_pb124 {
    padding-bottom: 124px !important; }
  .sp_small_pt124 {
    padding-top: 124px !important; }
  .sp_small_pr124 {
    padding-right: 124px !important; }
  .sp_small_pl124 {
    padding-left: 124px !important; }
  .sp_small_pb128 {
    padding-bottom: 128px !important; }
  .sp_small_pt128 {
    padding-top: 128px !important; }
  .sp_small_pr128 {
    padding-right: 128px !important; }
  .sp_small_pl128 {
    padding-left: 128px !important; }
  .sp_small_pb132 {
    padding-bottom: 132px !important; }
  .sp_small_pt132 {
    padding-top: 132px !important; }
  .sp_small_pr132 {
    padding-right: 132px !important; }
  .sp_small_pl132 {
    padding-left: 132px !important; }
  .sp_small_pb136 {
    padding-bottom: 136px !important; }
  .sp_small_pt136 {
    padding-top: 136px !important; }
  .sp_small_pr136 {
    padding-right: 136px !important; }
  .sp_small_pl136 {
    padding-left: 136px !important; }
  .sp_small_pb140 {
    padding-bottom: 140px !important; }
  .sp_small_pt140 {
    padding-top: 140px !important; }
  .sp_small_pr140 {
    padding-right: 140px !important; }
  .sp_small_pl140 {
    padding-left: 140px !important; }
  .sp_small_pb144 {
    padding-bottom: 144px !important; }
  .sp_small_pt144 {
    padding-top: 144px !important; }
  .sp_small_pr144 {
    padding-right: 144px !important; }
  .sp_small_pl144 {
    padding-left: 144px !important; }
  .sp_small_pb148 {
    padding-bottom: 148px !important; }
  .sp_small_pt148 {
    padding-top: 148px !important; }
  .sp_small_pr148 {
    padding-right: 148px !important; }
  .sp_small_pl148 {
    padding-left: 148px !important; }
  .sp_small_pb152 {
    padding-bottom: 152px !important; }
  .sp_small_pt152 {
    padding-top: 152px !important; }
  .sp_small_pr152 {
    padding-right: 152px !important; }
  .sp_small_pl152 {
    padding-left: 152px !important; }
  .sp_small_pb156 {
    padding-bottom: 156px !important; }
  .sp_small_pt156 {
    padding-top: 156px !important; }
  .sp_small_pr156 {
    padding-right: 156px !important; }
  .sp_small_pl156 {
    padding-left: 156px !important; }
  .sp_small_pb160 {
    padding-bottom: 160px !important; }
  .sp_small_pt160 {
    padding-top: 160px !important; }
  .sp_small_pr160 {
    padding-right: 160px !important; }
  .sp_small_pl160 {
    padding-left: 160px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb105 {
  margin-bottom: 105px !important; }

.mt105 {
  margin-top: 105px !important; }

.mr105 {
  margin-right: 105px !important; }

.ml105 {
  margin-left: 105px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mt110 {
  margin-top: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.mt115 {
  margin-top: 115px !important; }

.mr115 {
  margin-right: 115px !important; }

.ml115 {
  margin-left: 115px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.mt125 {
  margin-top: 125px !important; }

.mr125 {
  margin-right: 125px !important; }

.ml125 {
  margin-left: 125px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mt130 {
  margin-top: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.mt135 {
  margin-top: 135px !important; }

.mr135 {
  margin-right: 135px !important; }

.ml135 {
  margin-left: 135px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mt140 {
  margin-top: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.mt145 {
  margin-top: 145px !important; }

.mr145 {
  margin-right: 145px !important; }

.ml145 {
  margin-left: 145px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mt150 {
  margin-top: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.mt155 {
  margin-top: 155px !important; }

.mr155 {
  margin-right: 155px !important; }

.ml155 {
  margin-left: 155px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mt160 {
  margin-top: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.mt165 {
  margin-top: 165px !important; }

.mr165 {
  margin-right: 165px !important; }

.ml165 {
  margin-left: 165px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.mt170 {
  margin-top: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.mt175 {
  margin-top: 175px !important; }

.mr175 {
  margin-right: 175px !important; }

.ml175 {
  margin-left: 175px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mt180 {
  margin-top: 180px !important; }

.mr180 {
  margin-right: 180px !important; }

.ml180 {
  margin-left: 180px !important; }

.mb185 {
  margin-bottom: 185px !important; }

.mt185 {
  margin-top: 185px !important; }

.mr185 {
  margin-right: 185px !important; }

.ml185 {
  margin-left: 185px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.mt190 {
  margin-top: 190px !important; }

.mr190 {
  margin-right: 190px !important; }

.ml190 {
  margin-left: 190px !important; }

.mb195 {
  margin-bottom: 195px !important; }

.mt195 {
  margin-top: 195px !important; }

.mr195 {
  margin-right: 195px !important; }

.ml195 {
  margin-left: 195px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mt200 {
  margin-top: 200px !important; }

.mr200 {
  margin-right: 200px !important; }

.ml200 {
  margin-left: 200px !important; }

@media all and (max-width: 1200px) {
  .liquid_mb-100 {
    margin-bottom: -100px !important; }
  .liquid_mt-100 {
    margin-top: -100px !important; }
  .liquid_mr-100 {
    margin-right: -100px !important; }
  .liquid_ml-100 {
    margin-left: -100px !important; }
  .liquid_mb-95 {
    margin-bottom: -95px !important; }
  .liquid_mt-95 {
    margin-top: -95px !important; }
  .liquid_mr-95 {
    margin-right: -95px !important; }
  .liquid_ml-95 {
    margin-left: -95px !important; }
  .liquid_mb-90 {
    margin-bottom: -90px !important; }
  .liquid_mt-90 {
    margin-top: -90px !important; }
  .liquid_mr-90 {
    margin-right: -90px !important; }
  .liquid_ml-90 {
    margin-left: -90px !important; }
  .liquid_mb-85 {
    margin-bottom: -85px !important; }
  .liquid_mt-85 {
    margin-top: -85px !important; }
  .liquid_mr-85 {
    margin-right: -85px !important; }
  .liquid_ml-85 {
    margin-left: -85px !important; }
  .liquid_mb-80 {
    margin-bottom: -80px !important; }
  .liquid_mt-80 {
    margin-top: -80px !important; }
  .liquid_mr-80 {
    margin-right: -80px !important; }
  .liquid_ml-80 {
    margin-left: -80px !important; }
  .liquid_mb-75 {
    margin-bottom: -75px !important; }
  .liquid_mt-75 {
    margin-top: -75px !important; }
  .liquid_mr-75 {
    margin-right: -75px !important; }
  .liquid_ml-75 {
    margin-left: -75px !important; }
  .liquid_mb-70 {
    margin-bottom: -70px !important; }
  .liquid_mt-70 {
    margin-top: -70px !important; }
  .liquid_mr-70 {
    margin-right: -70px !important; }
  .liquid_ml-70 {
    margin-left: -70px !important; }
  .liquid_mb-65 {
    margin-bottom: -65px !important; }
  .liquid_mt-65 {
    margin-top: -65px !important; }
  .liquid_mr-65 {
    margin-right: -65px !important; }
  .liquid_ml-65 {
    margin-left: -65px !important; }
  .liquid_mb-60 {
    margin-bottom: -60px !important; }
  .liquid_mt-60 {
    margin-top: -60px !important; }
  .liquid_mr-60 {
    margin-right: -60px !important; }
  .liquid_ml-60 {
    margin-left: -60px !important; }
  .liquid_mb-55 {
    margin-bottom: -55px !important; }
  .liquid_mt-55 {
    margin-top: -55px !important; }
  .liquid_mr-55 {
    margin-right: -55px !important; }
  .liquid_ml-55 {
    margin-left: -55px !important; }
  .liquid_mb-50 {
    margin-bottom: -50px !important; }
  .liquid_mt-50 {
    margin-top: -50px !important; }
  .liquid_mr-50 {
    margin-right: -50px !important; }
  .liquid_ml-50 {
    margin-left: -50px !important; }
  .liquid_mb-45 {
    margin-bottom: -45px !important; }
  .liquid_mt-45 {
    margin-top: -45px !important; }
  .liquid_mr-45 {
    margin-right: -45px !important; }
  .liquid_ml-45 {
    margin-left: -45px !important; }
  .liquid_mb-40 {
    margin-bottom: -40px !important; }
  .liquid_mt-40 {
    margin-top: -40px !important; }
  .liquid_mr-40 {
    margin-right: -40px !important; }
  .liquid_ml-40 {
    margin-left: -40px !important; }
  .liquid_mb-35 {
    margin-bottom: -35px !important; }
  .liquid_mt-35 {
    margin-top: -35px !important; }
  .liquid_mr-35 {
    margin-right: -35px !important; }
  .liquid_ml-35 {
    margin-left: -35px !important; }
  .liquid_mb-30 {
    margin-bottom: -30px !important; }
  .liquid_mt-30 {
    margin-top: -30px !important; }
  .liquid_mr-30 {
    margin-right: -30px !important; }
  .liquid_ml-30 {
    margin-left: -30px !important; }
  .liquid_mb-25 {
    margin-bottom: -25px !important; }
  .liquid_mt-25 {
    margin-top: -25px !important; }
  .liquid_mr-25 {
    margin-right: -25px !important; }
  .liquid_ml-25 {
    margin-left: -25px !important; }
  .liquid_mb-20 {
    margin-bottom: -20px !important; }
  .liquid_mt-20 {
    margin-top: -20px !important; }
  .liquid_mr-20 {
    margin-right: -20px !important; }
  .liquid_ml-20 {
    margin-left: -20px !important; }
  .liquid_mb-15 {
    margin-bottom: -15px !important; }
  .liquid_mt-15 {
    margin-top: -15px !important; }
  .liquid_mr-15 {
    margin-right: -15px !important; }
  .liquid_ml-15 {
    margin-left: -15px !important; }
  .liquid_mb-10 {
    margin-bottom: -10px !important; }
  .liquid_mt-10 {
    margin-top: -10px !important; }
  .liquid_mr-10 {
    margin-right: -10px !important; }
  .liquid_ml-10 {
    margin-left: -10px !important; }
  .liquid_mb-5 {
    margin-bottom: -5px !important; }
  .liquid_mt-5 {
    margin-top: -5px !important; }
  .liquid_mr-5 {
    margin-right: -5px !important; }
  .liquid_ml-5 {
    margin-left: -5px !important; }
  .liquid_mb0 {
    margin-bottom: 0px !important; }
  .liquid_mt0 {
    margin-top: 0px !important; }
  .liquid_mr0 {
    margin-right: 0px !important; }
  .liquid_ml0 {
    margin-left: 0px !important; }
  .liquid_mb5 {
    margin-bottom: 5px !important; }
  .liquid_mt5 {
    margin-top: 5px !important; }
  .liquid_mr5 {
    margin-right: 5px !important; }
  .liquid_ml5 {
    margin-left: 5px !important; }
  .liquid_mb10 {
    margin-bottom: 10px !important; }
  .liquid_mt10 {
    margin-top: 10px !important; }
  .liquid_mr10 {
    margin-right: 10px !important; }
  .liquid_ml10 {
    margin-left: 10px !important; }
  .liquid_mb15 {
    margin-bottom: 15px !important; }
  .liquid_mt15 {
    margin-top: 15px !important; }
  .liquid_mr15 {
    margin-right: 15px !important; }
  .liquid_ml15 {
    margin-left: 15px !important; }
  .liquid_mb20 {
    margin-bottom: 20px !important; }
  .liquid_mt20 {
    margin-top: 20px !important; }
  .liquid_mr20 {
    margin-right: 20px !important; }
  .liquid_ml20 {
    margin-left: 20px !important; }
  .liquid_mb25 {
    margin-bottom: 25px !important; }
  .liquid_mt25 {
    margin-top: 25px !important; }
  .liquid_mr25 {
    margin-right: 25px !important; }
  .liquid_ml25 {
    margin-left: 25px !important; }
  .liquid_mb30 {
    margin-bottom: 30px !important; }
  .liquid_mt30 {
    margin-top: 30px !important; }
  .liquid_mr30 {
    margin-right: 30px !important; }
  .liquid_ml30 {
    margin-left: 30px !important; }
  .liquid_mb35 {
    margin-bottom: 35px !important; }
  .liquid_mt35 {
    margin-top: 35px !important; }
  .liquid_mr35 {
    margin-right: 35px !important; }
  .liquid_ml35 {
    margin-left: 35px !important; }
  .liquid_mb40 {
    margin-bottom: 40px !important; }
  .liquid_mt40 {
    margin-top: 40px !important; }
  .liquid_mr40 {
    margin-right: 40px !important; }
  .liquid_ml40 {
    margin-left: 40px !important; }
  .liquid_mb45 {
    margin-bottom: 45px !important; }
  .liquid_mt45 {
    margin-top: 45px !important; }
  .liquid_mr45 {
    margin-right: 45px !important; }
  .liquid_ml45 {
    margin-left: 45px !important; }
  .liquid_mb50 {
    margin-bottom: 50px !important; }
  .liquid_mt50 {
    margin-top: 50px !important; }
  .liquid_mr50 {
    margin-right: 50px !important; }
  .liquid_ml50 {
    margin-left: 50px !important; }
  .liquid_mb55 {
    margin-bottom: 55px !important; }
  .liquid_mt55 {
    margin-top: 55px !important; }
  .liquid_mr55 {
    margin-right: 55px !important; }
  .liquid_ml55 {
    margin-left: 55px !important; }
  .liquid_mb60 {
    margin-bottom: 60px !important; }
  .liquid_mt60 {
    margin-top: 60px !important; }
  .liquid_mr60 {
    margin-right: 60px !important; }
  .liquid_ml60 {
    margin-left: 60px !important; }
  .liquid_mb65 {
    margin-bottom: 65px !important; }
  .liquid_mt65 {
    margin-top: 65px !important; }
  .liquid_mr65 {
    margin-right: 65px !important; }
  .liquid_ml65 {
    margin-left: 65px !important; }
  .liquid_mb70 {
    margin-bottom: 70px !important; }
  .liquid_mt70 {
    margin-top: 70px !important; }
  .liquid_mr70 {
    margin-right: 70px !important; }
  .liquid_ml70 {
    margin-left: 70px !important; }
  .liquid_mb75 {
    margin-bottom: 75px !important; }
  .liquid_mt75 {
    margin-top: 75px !important; }
  .liquid_mr75 {
    margin-right: 75px !important; }
  .liquid_ml75 {
    margin-left: 75px !important; }
  .liquid_mb80 {
    margin-bottom: 80px !important; }
  .liquid_mt80 {
    margin-top: 80px !important; }
  .liquid_mr80 {
    margin-right: 80px !important; }
  .liquid_ml80 {
    margin-left: 80px !important; }
  .liquid_mb85 {
    margin-bottom: 85px !important; }
  .liquid_mt85 {
    margin-top: 85px !important; }
  .liquid_mr85 {
    margin-right: 85px !important; }
  .liquid_ml85 {
    margin-left: 85px !important; }
  .liquid_mb90 {
    margin-bottom: 90px !important; }
  .liquid_mt90 {
    margin-top: 90px !important; }
  .liquid_mr90 {
    margin-right: 90px !important; }
  .liquid_ml90 {
    margin-left: 90px !important; }
  .liquid_mb95 {
    margin-bottom: 95px !important; }
  .liquid_mt95 {
    margin-top: 95px !important; }
  .liquid_mr95 {
    margin-right: 95px !important; }
  .liquid_ml95 {
    margin-left: 95px !important; }
  .liquid_mb100 {
    margin-bottom: 100px !important; }
  .liquid_mt100 {
    margin-top: 100px !important; }
  .liquid_mr100 {
    margin-right: 100px !important; }
  .liquid_ml100 {
    margin-left: 100px !important; }
  .liquid_mb105 {
    margin-bottom: 105px !important; }
  .liquid_mt105 {
    margin-top: 105px !important; }
  .liquid_mr105 {
    margin-right: 105px !important; }
  .liquid_ml105 {
    margin-left: 105px !important; }
  .liquid_mb110 {
    margin-bottom: 110px !important; }
  .liquid_mt110 {
    margin-top: 110px !important; }
  .liquid_mr110 {
    margin-right: 110px !important; }
  .liquid_ml110 {
    margin-left: 110px !important; }
  .liquid_mb115 {
    margin-bottom: 115px !important; }
  .liquid_mt115 {
    margin-top: 115px !important; }
  .liquid_mr115 {
    margin-right: 115px !important; }
  .liquid_ml115 {
    margin-left: 115px !important; }
  .liquid_mb120 {
    margin-bottom: 120px !important; }
  .liquid_mt120 {
    margin-top: 120px !important; }
  .liquid_mr120 {
    margin-right: 120px !important; }
  .liquid_ml120 {
    margin-left: 120px !important; }
  .liquid_mb125 {
    margin-bottom: 125px !important; }
  .liquid_mt125 {
    margin-top: 125px !important; }
  .liquid_mr125 {
    margin-right: 125px !important; }
  .liquid_ml125 {
    margin-left: 125px !important; }
  .liquid_mb130 {
    margin-bottom: 130px !important; }
  .liquid_mt130 {
    margin-top: 130px !important; }
  .liquid_mr130 {
    margin-right: 130px !important; }
  .liquid_ml130 {
    margin-left: 130px !important; }
  .liquid_mb135 {
    margin-bottom: 135px !important; }
  .liquid_mt135 {
    margin-top: 135px !important; }
  .liquid_mr135 {
    margin-right: 135px !important; }
  .liquid_ml135 {
    margin-left: 135px !important; }
  .liquid_mb140 {
    margin-bottom: 140px !important; }
  .liquid_mt140 {
    margin-top: 140px !important; }
  .liquid_mr140 {
    margin-right: 140px !important; }
  .liquid_ml140 {
    margin-left: 140px !important; }
  .liquid_mb145 {
    margin-bottom: 145px !important; }
  .liquid_mt145 {
    margin-top: 145px !important; }
  .liquid_mr145 {
    margin-right: 145px !important; }
  .liquid_ml145 {
    margin-left: 145px !important; }
  .liquid_mb150 {
    margin-bottom: 150px !important; }
  .liquid_mt150 {
    margin-top: 150px !important; }
  .liquid_mr150 {
    margin-right: 150px !important; }
  .liquid_ml150 {
    margin-left: 150px !important; }
  .liquid_mb155 {
    margin-bottom: 155px !important; }
  .liquid_mt155 {
    margin-top: 155px !important; }
  .liquid_mr155 {
    margin-right: 155px !important; }
  .liquid_ml155 {
    margin-left: 155px !important; }
  .liquid_mb160 {
    margin-bottom: 160px !important; }
  .liquid_mt160 {
    margin-top: 160px !important; }
  .liquid_mr160 {
    margin-right: 160px !important; }
  .liquid_ml160 {
    margin-left: 160px !important; }
  .liquid_mb165 {
    margin-bottom: 165px !important; }
  .liquid_mt165 {
    margin-top: 165px !important; }
  .liquid_mr165 {
    margin-right: 165px !important; }
  .liquid_ml165 {
    margin-left: 165px !important; }
  .liquid_mb170 {
    margin-bottom: 170px !important; }
  .liquid_mt170 {
    margin-top: 170px !important; }
  .liquid_mr170 {
    margin-right: 170px !important; }
  .liquid_ml170 {
    margin-left: 170px !important; }
  .liquid_mb175 {
    margin-bottom: 175px !important; }
  .liquid_mt175 {
    margin-top: 175px !important; }
  .liquid_mr175 {
    margin-right: 175px !important; }
  .liquid_ml175 {
    margin-left: 175px !important; }
  .liquid_mb180 {
    margin-bottom: 180px !important; }
  .liquid_mt180 {
    margin-top: 180px !important; }
  .liquid_mr180 {
    margin-right: 180px !important; }
  .liquid_ml180 {
    margin-left: 180px !important; }
  .liquid_mb185 {
    margin-bottom: 185px !important; }
  .liquid_mt185 {
    margin-top: 185px !important; }
  .liquid_mr185 {
    margin-right: 185px !important; }
  .liquid_ml185 {
    margin-left: 185px !important; }
  .liquid_mb190 {
    margin-bottom: 190px !important; }
  .liquid_mt190 {
    margin-top: 190px !important; }
  .liquid_mr190 {
    margin-right: 190px !important; }
  .liquid_ml190 {
    margin-left: 190px !important; }
  .liquid_mb195 {
    margin-bottom: 195px !important; }
  .liquid_mt195 {
    margin-top: 195px !important; }
  .liquid_mr195 {
    margin-right: 195px !important; }
  .liquid_ml195 {
    margin-left: 195px !important; }
  .liquid_mb200 {
    margin-bottom: 200px !important; }
  .liquid_mt200 {
    margin-top: 200px !important; }
  .liquid_mr200 {
    margin-right: 200px !important; }
  .liquid_ml200 {
    margin-left: 200px !important; } }

@media all and (max-width: 959px) {
  .tablet_mb-100 {
    margin-bottom: -100px !important; }
  .tablet_mt-100 {
    margin-top: -100px !important; }
  .tablet_mr-100 {
    margin-right: -100px !important; }
  .tablet_ml-100 {
    margin-left: -100px !important; }
  .tablet_mb-95 {
    margin-bottom: -95px !important; }
  .tablet_mt-95 {
    margin-top: -95px !important; }
  .tablet_mr-95 {
    margin-right: -95px !important; }
  .tablet_ml-95 {
    margin-left: -95px !important; }
  .tablet_mb-90 {
    margin-bottom: -90px !important; }
  .tablet_mt-90 {
    margin-top: -90px !important; }
  .tablet_mr-90 {
    margin-right: -90px !important; }
  .tablet_ml-90 {
    margin-left: -90px !important; }
  .tablet_mb-85 {
    margin-bottom: -85px !important; }
  .tablet_mt-85 {
    margin-top: -85px !important; }
  .tablet_mr-85 {
    margin-right: -85px !important; }
  .tablet_ml-85 {
    margin-left: -85px !important; }
  .tablet_mb-80 {
    margin-bottom: -80px !important; }
  .tablet_mt-80 {
    margin-top: -80px !important; }
  .tablet_mr-80 {
    margin-right: -80px !important; }
  .tablet_ml-80 {
    margin-left: -80px !important; }
  .tablet_mb-75 {
    margin-bottom: -75px !important; }
  .tablet_mt-75 {
    margin-top: -75px !important; }
  .tablet_mr-75 {
    margin-right: -75px !important; }
  .tablet_ml-75 {
    margin-left: -75px !important; }
  .tablet_mb-70 {
    margin-bottom: -70px !important; }
  .tablet_mt-70 {
    margin-top: -70px !important; }
  .tablet_mr-70 {
    margin-right: -70px !important; }
  .tablet_ml-70 {
    margin-left: -70px !important; }
  .tablet_mb-65 {
    margin-bottom: -65px !important; }
  .tablet_mt-65 {
    margin-top: -65px !important; }
  .tablet_mr-65 {
    margin-right: -65px !important; }
  .tablet_ml-65 {
    margin-left: -65px !important; }
  .tablet_mb-60 {
    margin-bottom: -60px !important; }
  .tablet_mt-60 {
    margin-top: -60px !important; }
  .tablet_mr-60 {
    margin-right: -60px !important; }
  .tablet_ml-60 {
    margin-left: -60px !important; }
  .tablet_mb-55 {
    margin-bottom: -55px !important; }
  .tablet_mt-55 {
    margin-top: -55px !important; }
  .tablet_mr-55 {
    margin-right: -55px !important; }
  .tablet_ml-55 {
    margin-left: -55px !important; }
  .tablet_mb-50 {
    margin-bottom: -50px !important; }
  .tablet_mt-50 {
    margin-top: -50px !important; }
  .tablet_mr-50 {
    margin-right: -50px !important; }
  .tablet_ml-50 {
    margin-left: -50px !important; }
  .tablet_mb-45 {
    margin-bottom: -45px !important; }
  .tablet_mt-45 {
    margin-top: -45px !important; }
  .tablet_mr-45 {
    margin-right: -45px !important; }
  .tablet_ml-45 {
    margin-left: -45px !important; }
  .tablet_mb-40 {
    margin-bottom: -40px !important; }
  .tablet_mt-40 {
    margin-top: -40px !important; }
  .tablet_mr-40 {
    margin-right: -40px !important; }
  .tablet_ml-40 {
    margin-left: -40px !important; }
  .tablet_mb-35 {
    margin-bottom: -35px !important; }
  .tablet_mt-35 {
    margin-top: -35px !important; }
  .tablet_mr-35 {
    margin-right: -35px !important; }
  .tablet_ml-35 {
    margin-left: -35px !important; }
  .tablet_mb-30 {
    margin-bottom: -30px !important; }
  .tablet_mt-30 {
    margin-top: -30px !important; }
  .tablet_mr-30 {
    margin-right: -30px !important; }
  .tablet_ml-30 {
    margin-left: -30px !important; }
  .tablet_mb-25 {
    margin-bottom: -25px !important; }
  .tablet_mt-25 {
    margin-top: -25px !important; }
  .tablet_mr-25 {
    margin-right: -25px !important; }
  .tablet_ml-25 {
    margin-left: -25px !important; }
  .tablet_mb-20 {
    margin-bottom: -20px !important; }
  .tablet_mt-20 {
    margin-top: -20px !important; }
  .tablet_mr-20 {
    margin-right: -20px !important; }
  .tablet_ml-20 {
    margin-left: -20px !important; }
  .tablet_mb-15 {
    margin-bottom: -15px !important; }
  .tablet_mt-15 {
    margin-top: -15px !important; }
  .tablet_mr-15 {
    margin-right: -15px !important; }
  .tablet_ml-15 {
    margin-left: -15px !important; }
  .tablet_mb-10 {
    margin-bottom: -10px !important; }
  .tablet_mt-10 {
    margin-top: -10px !important; }
  .tablet_mr-10 {
    margin-right: -10px !important; }
  .tablet_ml-10 {
    margin-left: -10px !important; }
  .tablet_mb-5 {
    margin-bottom: -5px !important; }
  .tablet_mt-5 {
    margin-top: -5px !important; }
  .tablet_mr-5 {
    margin-right: -5px !important; }
  .tablet_ml-5 {
    margin-left: -5px !important; }
  .tablet_mb0 {
    margin-bottom: 0px !important; }
  .tablet_mt0 {
    margin-top: 0px !important; }
  .tablet_mr0 {
    margin-right: 0px !important; }
  .tablet_ml0 {
    margin-left: 0px !important; }
  .tablet_mb5 {
    margin-bottom: 5px !important; }
  .tablet_mt5 {
    margin-top: 5px !important; }
  .tablet_mr5 {
    margin-right: 5px !important; }
  .tablet_ml5 {
    margin-left: 5px !important; }
  .tablet_mb10 {
    margin-bottom: 10px !important; }
  .tablet_mt10 {
    margin-top: 10px !important; }
  .tablet_mr10 {
    margin-right: 10px !important; }
  .tablet_ml10 {
    margin-left: 10px !important; }
  .tablet_mb15 {
    margin-bottom: 15px !important; }
  .tablet_mt15 {
    margin-top: 15px !important; }
  .tablet_mr15 {
    margin-right: 15px !important; }
  .tablet_ml15 {
    margin-left: 15px !important; }
  .tablet_mb20 {
    margin-bottom: 20px !important; }
  .tablet_mt20 {
    margin-top: 20px !important; }
  .tablet_mr20 {
    margin-right: 20px !important; }
  .tablet_ml20 {
    margin-left: 20px !important; }
  .tablet_mb25 {
    margin-bottom: 25px !important; }
  .tablet_mt25 {
    margin-top: 25px !important; }
  .tablet_mr25 {
    margin-right: 25px !important; }
  .tablet_ml25 {
    margin-left: 25px !important; }
  .tablet_mb30 {
    margin-bottom: 30px !important; }
  .tablet_mt30 {
    margin-top: 30px !important; }
  .tablet_mr30 {
    margin-right: 30px !important; }
  .tablet_ml30 {
    margin-left: 30px !important; }
  .tablet_mb35 {
    margin-bottom: 35px !important; }
  .tablet_mt35 {
    margin-top: 35px !important; }
  .tablet_mr35 {
    margin-right: 35px !important; }
  .tablet_ml35 {
    margin-left: 35px !important; }
  .tablet_mb40 {
    margin-bottom: 40px !important; }
  .tablet_mt40 {
    margin-top: 40px !important; }
  .tablet_mr40 {
    margin-right: 40px !important; }
  .tablet_ml40 {
    margin-left: 40px !important; }
  .tablet_mb45 {
    margin-bottom: 45px !important; }
  .tablet_mt45 {
    margin-top: 45px !important; }
  .tablet_mr45 {
    margin-right: 45px !important; }
  .tablet_ml45 {
    margin-left: 45px !important; }
  .tablet_mb50 {
    margin-bottom: 50px !important; }
  .tablet_mt50 {
    margin-top: 50px !important; }
  .tablet_mr50 {
    margin-right: 50px !important; }
  .tablet_ml50 {
    margin-left: 50px !important; }
  .tablet_mb55 {
    margin-bottom: 55px !important; }
  .tablet_mt55 {
    margin-top: 55px !important; }
  .tablet_mr55 {
    margin-right: 55px !important; }
  .tablet_ml55 {
    margin-left: 55px !important; }
  .tablet_mb60 {
    margin-bottom: 60px !important; }
  .tablet_mt60 {
    margin-top: 60px !important; }
  .tablet_mr60 {
    margin-right: 60px !important; }
  .tablet_ml60 {
    margin-left: 60px !important; }
  .tablet_mb65 {
    margin-bottom: 65px !important; }
  .tablet_mt65 {
    margin-top: 65px !important; }
  .tablet_mr65 {
    margin-right: 65px !important; }
  .tablet_ml65 {
    margin-left: 65px !important; }
  .tablet_mb70 {
    margin-bottom: 70px !important; }
  .tablet_mt70 {
    margin-top: 70px !important; }
  .tablet_mr70 {
    margin-right: 70px !important; }
  .tablet_ml70 {
    margin-left: 70px !important; }
  .tablet_mb75 {
    margin-bottom: 75px !important; }
  .tablet_mt75 {
    margin-top: 75px !important; }
  .tablet_mr75 {
    margin-right: 75px !important; }
  .tablet_ml75 {
    margin-left: 75px !important; }
  .tablet_mb80 {
    margin-bottom: 80px !important; }
  .tablet_mt80 {
    margin-top: 80px !important; }
  .tablet_mr80 {
    margin-right: 80px !important; }
  .tablet_ml80 {
    margin-left: 80px !important; }
  .tablet_mb85 {
    margin-bottom: 85px !important; }
  .tablet_mt85 {
    margin-top: 85px !important; }
  .tablet_mr85 {
    margin-right: 85px !important; }
  .tablet_ml85 {
    margin-left: 85px !important; }
  .tablet_mb90 {
    margin-bottom: 90px !important; }
  .tablet_mt90 {
    margin-top: 90px !important; }
  .tablet_mr90 {
    margin-right: 90px !important; }
  .tablet_ml90 {
    margin-left: 90px !important; }
  .tablet_mb95 {
    margin-bottom: 95px !important; }
  .tablet_mt95 {
    margin-top: 95px !important; }
  .tablet_mr95 {
    margin-right: 95px !important; }
  .tablet_ml95 {
    margin-left: 95px !important; }
  .tablet_mb100 {
    margin-bottom: 100px !important; }
  .tablet_mt100 {
    margin-top: 100px !important; }
  .tablet_mr100 {
    margin-right: 100px !important; }
  .tablet_ml100 {
    margin-left: 100px !important; }
  .tablet_mb105 {
    margin-bottom: 105px !important; }
  .tablet_mt105 {
    margin-top: 105px !important; }
  .tablet_mr105 {
    margin-right: 105px !important; }
  .tablet_ml105 {
    margin-left: 105px !important; }
  .tablet_mb110 {
    margin-bottom: 110px !important; }
  .tablet_mt110 {
    margin-top: 110px !important; }
  .tablet_mr110 {
    margin-right: 110px !important; }
  .tablet_ml110 {
    margin-left: 110px !important; }
  .tablet_mb115 {
    margin-bottom: 115px !important; }
  .tablet_mt115 {
    margin-top: 115px !important; }
  .tablet_mr115 {
    margin-right: 115px !important; }
  .tablet_ml115 {
    margin-left: 115px !important; }
  .tablet_mb120 {
    margin-bottom: 120px !important; }
  .tablet_mt120 {
    margin-top: 120px !important; }
  .tablet_mr120 {
    margin-right: 120px !important; }
  .tablet_ml120 {
    margin-left: 120px !important; }
  .tablet_mb125 {
    margin-bottom: 125px !important; }
  .tablet_mt125 {
    margin-top: 125px !important; }
  .tablet_mr125 {
    margin-right: 125px !important; }
  .tablet_ml125 {
    margin-left: 125px !important; }
  .tablet_mb130 {
    margin-bottom: 130px !important; }
  .tablet_mt130 {
    margin-top: 130px !important; }
  .tablet_mr130 {
    margin-right: 130px !important; }
  .tablet_ml130 {
    margin-left: 130px !important; }
  .tablet_mb135 {
    margin-bottom: 135px !important; }
  .tablet_mt135 {
    margin-top: 135px !important; }
  .tablet_mr135 {
    margin-right: 135px !important; }
  .tablet_ml135 {
    margin-left: 135px !important; }
  .tablet_mb140 {
    margin-bottom: 140px !important; }
  .tablet_mt140 {
    margin-top: 140px !important; }
  .tablet_mr140 {
    margin-right: 140px !important; }
  .tablet_ml140 {
    margin-left: 140px !important; }
  .tablet_mb145 {
    margin-bottom: 145px !important; }
  .tablet_mt145 {
    margin-top: 145px !important; }
  .tablet_mr145 {
    margin-right: 145px !important; }
  .tablet_ml145 {
    margin-left: 145px !important; }
  .tablet_mb150 {
    margin-bottom: 150px !important; }
  .tablet_mt150 {
    margin-top: 150px !important; }
  .tablet_mr150 {
    margin-right: 150px !important; }
  .tablet_ml150 {
    margin-left: 150px !important; }
  .tablet_mb155 {
    margin-bottom: 155px !important; }
  .tablet_mt155 {
    margin-top: 155px !important; }
  .tablet_mr155 {
    margin-right: 155px !important; }
  .tablet_ml155 {
    margin-left: 155px !important; }
  .tablet_mb160 {
    margin-bottom: 160px !important; }
  .tablet_mt160 {
    margin-top: 160px !important; }
  .tablet_mr160 {
    margin-right: 160px !important; }
  .tablet_ml160 {
    margin-left: 160px !important; }
  .tablet_mb165 {
    margin-bottom: 165px !important; }
  .tablet_mt165 {
    margin-top: 165px !important; }
  .tablet_mr165 {
    margin-right: 165px !important; }
  .tablet_ml165 {
    margin-left: 165px !important; }
  .tablet_mb170 {
    margin-bottom: 170px !important; }
  .tablet_mt170 {
    margin-top: 170px !important; }
  .tablet_mr170 {
    margin-right: 170px !important; }
  .tablet_ml170 {
    margin-left: 170px !important; }
  .tablet_mb175 {
    margin-bottom: 175px !important; }
  .tablet_mt175 {
    margin-top: 175px !important; }
  .tablet_mr175 {
    margin-right: 175px !important; }
  .tablet_ml175 {
    margin-left: 175px !important; }
  .tablet_mb180 {
    margin-bottom: 180px !important; }
  .tablet_mt180 {
    margin-top: 180px !important; }
  .tablet_mr180 {
    margin-right: 180px !important; }
  .tablet_ml180 {
    margin-left: 180px !important; }
  .tablet_mb185 {
    margin-bottom: 185px !important; }
  .tablet_mt185 {
    margin-top: 185px !important; }
  .tablet_mr185 {
    margin-right: 185px !important; }
  .tablet_ml185 {
    margin-left: 185px !important; }
  .tablet_mb190 {
    margin-bottom: 190px !important; }
  .tablet_mt190 {
    margin-top: 190px !important; }
  .tablet_mr190 {
    margin-right: 190px !important; }
  .tablet_ml190 {
    margin-left: 190px !important; }
  .tablet_mb195 {
    margin-bottom: 195px !important; }
  .tablet_mt195 {
    margin-top: 195px !important; }
  .tablet_mr195 {
    margin-right: 195px !important; }
  .tablet_ml195 {
    margin-left: 195px !important; }
  .tablet_mb200 {
    margin-bottom: 200px !important; }
  .tablet_mt200 {
    margin-top: 200px !important; }
  .tablet_mr200 {
    margin-right: 200px !important; }
  .tablet_ml200 {
    margin-left: 200px !important; } }

@media all and (max-width: 783px) {
  .sp_mb-100 {
    margin-bottom: -100px !important; }
  .sp_mt-100 {
    margin-top: -100px !important; }
  .sp_mr-100 {
    margin-right: -100px !important; }
  .sp_ml-100 {
    margin-left: -100px !important; }
  .sp_mb-95 {
    margin-bottom: -95px !important; }
  .sp_mt-95 {
    margin-top: -95px !important; }
  .sp_mr-95 {
    margin-right: -95px !important; }
  .sp_ml-95 {
    margin-left: -95px !important; }
  .sp_mb-90 {
    margin-bottom: -90px !important; }
  .sp_mt-90 {
    margin-top: -90px !important; }
  .sp_mr-90 {
    margin-right: -90px !important; }
  .sp_ml-90 {
    margin-left: -90px !important; }
  .sp_mb-85 {
    margin-bottom: -85px !important; }
  .sp_mt-85 {
    margin-top: -85px !important; }
  .sp_mr-85 {
    margin-right: -85px !important; }
  .sp_ml-85 {
    margin-left: -85px !important; }
  .sp_mb-80 {
    margin-bottom: -80px !important; }
  .sp_mt-80 {
    margin-top: -80px !important; }
  .sp_mr-80 {
    margin-right: -80px !important; }
  .sp_ml-80 {
    margin-left: -80px !important; }
  .sp_mb-75 {
    margin-bottom: -75px !important; }
  .sp_mt-75 {
    margin-top: -75px !important; }
  .sp_mr-75 {
    margin-right: -75px !important; }
  .sp_ml-75 {
    margin-left: -75px !important; }
  .sp_mb-70 {
    margin-bottom: -70px !important; }
  .sp_mt-70 {
    margin-top: -70px !important; }
  .sp_mr-70 {
    margin-right: -70px !important; }
  .sp_ml-70 {
    margin-left: -70px !important; }
  .sp_mb-65 {
    margin-bottom: -65px !important; }
  .sp_mt-65 {
    margin-top: -65px !important; }
  .sp_mr-65 {
    margin-right: -65px !important; }
  .sp_ml-65 {
    margin-left: -65px !important; }
  .sp_mb-60 {
    margin-bottom: -60px !important; }
  .sp_mt-60 {
    margin-top: -60px !important; }
  .sp_mr-60 {
    margin-right: -60px !important; }
  .sp_ml-60 {
    margin-left: -60px !important; }
  .sp_mb-55 {
    margin-bottom: -55px !important; }
  .sp_mt-55 {
    margin-top: -55px !important; }
  .sp_mr-55 {
    margin-right: -55px !important; }
  .sp_ml-55 {
    margin-left: -55px !important; }
  .sp_mb-50 {
    margin-bottom: -50px !important; }
  .sp_mt-50 {
    margin-top: -50px !important; }
  .sp_mr-50 {
    margin-right: -50px !important; }
  .sp_ml-50 {
    margin-left: -50px !important; }
  .sp_mb-45 {
    margin-bottom: -45px !important; }
  .sp_mt-45 {
    margin-top: -45px !important; }
  .sp_mr-45 {
    margin-right: -45px !important; }
  .sp_ml-45 {
    margin-left: -45px !important; }
  .sp_mb-40 {
    margin-bottom: -40px !important; }
  .sp_mt-40 {
    margin-top: -40px !important; }
  .sp_mr-40 {
    margin-right: -40px !important; }
  .sp_ml-40 {
    margin-left: -40px !important; }
  .sp_mb-35 {
    margin-bottom: -35px !important; }
  .sp_mt-35 {
    margin-top: -35px !important; }
  .sp_mr-35 {
    margin-right: -35px !important; }
  .sp_ml-35 {
    margin-left: -35px !important; }
  .sp_mb-30 {
    margin-bottom: -30px !important; }
  .sp_mt-30 {
    margin-top: -30px !important; }
  .sp_mr-30 {
    margin-right: -30px !important; }
  .sp_ml-30 {
    margin-left: -30px !important; }
  .sp_mb-25 {
    margin-bottom: -25px !important; }
  .sp_mt-25 {
    margin-top: -25px !important; }
  .sp_mr-25 {
    margin-right: -25px !important; }
  .sp_ml-25 {
    margin-left: -25px !important; }
  .sp_mb-20 {
    margin-bottom: -20px !important; }
  .sp_mt-20 {
    margin-top: -20px !important; }
  .sp_mr-20 {
    margin-right: -20px !important; }
  .sp_ml-20 {
    margin-left: -20px !important; }
  .sp_mb-15 {
    margin-bottom: -15px !important; }
  .sp_mt-15 {
    margin-top: -15px !important; }
  .sp_mr-15 {
    margin-right: -15px !important; }
  .sp_ml-15 {
    margin-left: -15px !important; }
  .sp_mb-10 {
    margin-bottom: -10px !important; }
  .sp_mt-10 {
    margin-top: -10px !important; }
  .sp_mr-10 {
    margin-right: -10px !important; }
  .sp_ml-10 {
    margin-left: -10px !important; }
  .sp_mb-5 {
    margin-bottom: -5px !important; }
  .sp_mt-5 {
    margin-top: -5px !important; }
  .sp_mr-5 {
    margin-right: -5px !important; }
  .sp_ml-5 {
    margin-left: -5px !important; }
  .sp_mb0 {
    margin-bottom: 0px !important; }
  .sp_mt0 {
    margin-top: 0px !important; }
  .sp_mr0 {
    margin-right: 0px !important; }
  .sp_ml0 {
    margin-left: 0px !important; }
  .sp_mb5 {
    margin-bottom: 5px !important; }
  .sp_mt5 {
    margin-top: 5px !important; }
  .sp_mr5 {
    margin-right: 5px !important; }
  .sp_ml5 {
    margin-left: 5px !important; }
  .sp_mb10 {
    margin-bottom: 10px !important; }
  .sp_mt10 {
    margin-top: 10px !important; }
  .sp_mr10 {
    margin-right: 10px !important; }
  .sp_ml10 {
    margin-left: 10px !important; }
  .sp_mb15 {
    margin-bottom: 15px !important; }
  .sp_mt15 {
    margin-top: 15px !important; }
  .sp_mr15 {
    margin-right: 15px !important; }
  .sp_ml15 {
    margin-left: 15px !important; }
  .sp_mb20 {
    margin-bottom: 20px !important; }
  .sp_mt20 {
    margin-top: 20px !important; }
  .sp_mr20 {
    margin-right: 20px !important; }
  .sp_ml20 {
    margin-left: 20px !important; }
  .sp_mb25 {
    margin-bottom: 25px !important; }
  .sp_mt25 {
    margin-top: 25px !important; }
  .sp_mr25 {
    margin-right: 25px !important; }
  .sp_ml25 {
    margin-left: 25px !important; }
  .sp_mb30 {
    margin-bottom: 30px !important; }
  .sp_mt30 {
    margin-top: 30px !important; }
  .sp_mr30 {
    margin-right: 30px !important; }
  .sp_ml30 {
    margin-left: 30px !important; }
  .sp_mb35 {
    margin-bottom: 35px !important; }
  .sp_mt35 {
    margin-top: 35px !important; }
  .sp_mr35 {
    margin-right: 35px !important; }
  .sp_ml35 {
    margin-left: 35px !important; }
  .sp_mb40 {
    margin-bottom: 40px !important; }
  .sp_mt40 {
    margin-top: 40px !important; }
  .sp_mr40 {
    margin-right: 40px !important; }
  .sp_ml40 {
    margin-left: 40px !important; }
  .sp_mb45 {
    margin-bottom: 45px !important; }
  .sp_mt45 {
    margin-top: 45px !important; }
  .sp_mr45 {
    margin-right: 45px !important; }
  .sp_ml45 {
    margin-left: 45px !important; }
  .sp_mb50 {
    margin-bottom: 50px !important; }
  .sp_mt50 {
    margin-top: 50px !important; }
  .sp_mr50 {
    margin-right: 50px !important; }
  .sp_ml50 {
    margin-left: 50px !important; }
  .sp_mb55 {
    margin-bottom: 55px !important; }
  .sp_mt55 {
    margin-top: 55px !important; }
  .sp_mr55 {
    margin-right: 55px !important; }
  .sp_ml55 {
    margin-left: 55px !important; }
  .sp_mb60 {
    margin-bottom: 60px !important; }
  .sp_mt60 {
    margin-top: 60px !important; }
  .sp_mr60 {
    margin-right: 60px !important; }
  .sp_ml60 {
    margin-left: 60px !important; }
  .sp_mb65 {
    margin-bottom: 65px !important; }
  .sp_mt65 {
    margin-top: 65px !important; }
  .sp_mr65 {
    margin-right: 65px !important; }
  .sp_ml65 {
    margin-left: 65px !important; }
  .sp_mb70 {
    margin-bottom: 70px !important; }
  .sp_mt70 {
    margin-top: 70px !important; }
  .sp_mr70 {
    margin-right: 70px !important; }
  .sp_ml70 {
    margin-left: 70px !important; }
  .sp_mb75 {
    margin-bottom: 75px !important; }
  .sp_mt75 {
    margin-top: 75px !important; }
  .sp_mr75 {
    margin-right: 75px !important; }
  .sp_ml75 {
    margin-left: 75px !important; }
  .sp_mb80 {
    margin-bottom: 80px !important; }
  .sp_mt80 {
    margin-top: 80px !important; }
  .sp_mr80 {
    margin-right: 80px !important; }
  .sp_ml80 {
    margin-left: 80px !important; }
  .sp_mb85 {
    margin-bottom: 85px !important; }
  .sp_mt85 {
    margin-top: 85px !important; }
  .sp_mr85 {
    margin-right: 85px !important; }
  .sp_ml85 {
    margin-left: 85px !important; }
  .sp_mb90 {
    margin-bottom: 90px !important; }
  .sp_mt90 {
    margin-top: 90px !important; }
  .sp_mr90 {
    margin-right: 90px !important; }
  .sp_ml90 {
    margin-left: 90px !important; }
  .sp_mb95 {
    margin-bottom: 95px !important; }
  .sp_mt95 {
    margin-top: 95px !important; }
  .sp_mr95 {
    margin-right: 95px !important; }
  .sp_ml95 {
    margin-left: 95px !important; }
  .sp_mb100 {
    margin-bottom: 100px !important; }
  .sp_mt100 {
    margin-top: 100px !important; }
  .sp_mr100 {
    margin-right: 100px !important; }
  .sp_ml100 {
    margin-left: 100px !important; }
  .sp_mb105 {
    margin-bottom: 105px !important; }
  .sp_mt105 {
    margin-top: 105px !important; }
  .sp_mr105 {
    margin-right: 105px !important; }
  .sp_ml105 {
    margin-left: 105px !important; }
  .sp_mb110 {
    margin-bottom: 110px !important; }
  .sp_mt110 {
    margin-top: 110px !important; }
  .sp_mr110 {
    margin-right: 110px !important; }
  .sp_ml110 {
    margin-left: 110px !important; }
  .sp_mb115 {
    margin-bottom: 115px !important; }
  .sp_mt115 {
    margin-top: 115px !important; }
  .sp_mr115 {
    margin-right: 115px !important; }
  .sp_ml115 {
    margin-left: 115px !important; }
  .sp_mb120 {
    margin-bottom: 120px !important; }
  .sp_mt120 {
    margin-top: 120px !important; }
  .sp_mr120 {
    margin-right: 120px !important; }
  .sp_ml120 {
    margin-left: 120px !important; }
  .sp_mb125 {
    margin-bottom: 125px !important; }
  .sp_mt125 {
    margin-top: 125px !important; }
  .sp_mr125 {
    margin-right: 125px !important; }
  .sp_ml125 {
    margin-left: 125px !important; }
  .sp_mb130 {
    margin-bottom: 130px !important; }
  .sp_mt130 {
    margin-top: 130px !important; }
  .sp_mr130 {
    margin-right: 130px !important; }
  .sp_ml130 {
    margin-left: 130px !important; }
  .sp_mb135 {
    margin-bottom: 135px !important; }
  .sp_mt135 {
    margin-top: 135px !important; }
  .sp_mr135 {
    margin-right: 135px !important; }
  .sp_ml135 {
    margin-left: 135px !important; }
  .sp_mb140 {
    margin-bottom: 140px !important; }
  .sp_mt140 {
    margin-top: 140px !important; }
  .sp_mr140 {
    margin-right: 140px !important; }
  .sp_ml140 {
    margin-left: 140px !important; }
  .sp_mb145 {
    margin-bottom: 145px !important; }
  .sp_mt145 {
    margin-top: 145px !important; }
  .sp_mr145 {
    margin-right: 145px !important; }
  .sp_ml145 {
    margin-left: 145px !important; }
  .sp_mb150 {
    margin-bottom: 150px !important; }
  .sp_mt150 {
    margin-top: 150px !important; }
  .sp_mr150 {
    margin-right: 150px !important; }
  .sp_ml150 {
    margin-left: 150px !important; }
  .sp_mb155 {
    margin-bottom: 155px !important; }
  .sp_mt155 {
    margin-top: 155px !important; }
  .sp_mr155 {
    margin-right: 155px !important; }
  .sp_ml155 {
    margin-left: 155px !important; }
  .sp_mb160 {
    margin-bottom: 160px !important; }
  .sp_mt160 {
    margin-top: 160px !important; }
  .sp_mr160 {
    margin-right: 160px !important; }
  .sp_ml160 {
    margin-left: 160px !important; }
  .sp_mb165 {
    margin-bottom: 165px !important; }
  .sp_mt165 {
    margin-top: 165px !important; }
  .sp_mr165 {
    margin-right: 165px !important; }
  .sp_ml165 {
    margin-left: 165px !important; }
  .sp_mb170 {
    margin-bottom: 170px !important; }
  .sp_mt170 {
    margin-top: 170px !important; }
  .sp_mr170 {
    margin-right: 170px !important; }
  .sp_ml170 {
    margin-left: 170px !important; }
  .sp_mb175 {
    margin-bottom: 175px !important; }
  .sp_mt175 {
    margin-top: 175px !important; }
  .sp_mr175 {
    margin-right: 175px !important; }
  .sp_ml175 {
    margin-left: 175px !important; }
  .sp_mb180 {
    margin-bottom: 180px !important; }
  .sp_mt180 {
    margin-top: 180px !important; }
  .sp_mr180 {
    margin-right: 180px !important; }
  .sp_ml180 {
    margin-left: 180px !important; }
  .sp_mb185 {
    margin-bottom: 185px !important; }
  .sp_mt185 {
    margin-top: 185px !important; }
  .sp_mr185 {
    margin-right: 185px !important; }
  .sp_ml185 {
    margin-left: 185px !important; }
  .sp_mb190 {
    margin-bottom: 190px !important; }
  .sp_mt190 {
    margin-top: 190px !important; }
  .sp_mr190 {
    margin-right: 190px !important; }
  .sp_ml190 {
    margin-left: 190px !important; }
  .sp_mb195 {
    margin-bottom: 195px !important; }
  .sp_mt195 {
    margin-top: 195px !important; }
  .sp_mr195 {
    margin-right: 195px !important; }
  .sp_ml195 {
    margin-left: 195px !important; }
  .sp_mb200 {
    margin-bottom: 200px !important; }
  .sp_mt200 {
    margin-top: 200px !important; }
  .sp_mr200 {
    margin-right: 200px !important; }
  .sp_ml200 {
    margin-left: 200px !important; } }

@media all and (max-width: 400px) {
  .sp_small_mb-100 {
    margin-bottom: -100px !important; }
  .sp_small_mt-100 {
    margin-top: -100px !important; }
  .sp_small_mr-100 {
    margin-right: -100px !important; }
  .sp_small_ml-100 {
    margin-left: -100px !important; }
  .sp_small_mb-95 {
    margin-bottom: -95px !important; }
  .sp_small_mt-95 {
    margin-top: -95px !important; }
  .sp_small_mr-95 {
    margin-right: -95px !important; }
  .sp_small_ml-95 {
    margin-left: -95px !important; }
  .sp_small_mb-90 {
    margin-bottom: -90px !important; }
  .sp_small_mt-90 {
    margin-top: -90px !important; }
  .sp_small_mr-90 {
    margin-right: -90px !important; }
  .sp_small_ml-90 {
    margin-left: -90px !important; }
  .sp_small_mb-85 {
    margin-bottom: -85px !important; }
  .sp_small_mt-85 {
    margin-top: -85px !important; }
  .sp_small_mr-85 {
    margin-right: -85px !important; }
  .sp_small_ml-85 {
    margin-left: -85px !important; }
  .sp_small_mb-80 {
    margin-bottom: -80px !important; }
  .sp_small_mt-80 {
    margin-top: -80px !important; }
  .sp_small_mr-80 {
    margin-right: -80px !important; }
  .sp_small_ml-80 {
    margin-left: -80px !important; }
  .sp_small_mb-75 {
    margin-bottom: -75px !important; }
  .sp_small_mt-75 {
    margin-top: -75px !important; }
  .sp_small_mr-75 {
    margin-right: -75px !important; }
  .sp_small_ml-75 {
    margin-left: -75px !important; }
  .sp_small_mb-70 {
    margin-bottom: -70px !important; }
  .sp_small_mt-70 {
    margin-top: -70px !important; }
  .sp_small_mr-70 {
    margin-right: -70px !important; }
  .sp_small_ml-70 {
    margin-left: -70px !important; }
  .sp_small_mb-65 {
    margin-bottom: -65px !important; }
  .sp_small_mt-65 {
    margin-top: -65px !important; }
  .sp_small_mr-65 {
    margin-right: -65px !important; }
  .sp_small_ml-65 {
    margin-left: -65px !important; }
  .sp_small_mb-60 {
    margin-bottom: -60px !important; }
  .sp_small_mt-60 {
    margin-top: -60px !important; }
  .sp_small_mr-60 {
    margin-right: -60px !important; }
  .sp_small_ml-60 {
    margin-left: -60px !important; }
  .sp_small_mb-55 {
    margin-bottom: -55px !important; }
  .sp_small_mt-55 {
    margin-top: -55px !important; }
  .sp_small_mr-55 {
    margin-right: -55px !important; }
  .sp_small_ml-55 {
    margin-left: -55px !important; }
  .sp_small_mb-50 {
    margin-bottom: -50px !important; }
  .sp_small_mt-50 {
    margin-top: -50px !important; }
  .sp_small_mr-50 {
    margin-right: -50px !important; }
  .sp_small_ml-50 {
    margin-left: -50px !important; }
  .sp_small_mb-45 {
    margin-bottom: -45px !important; }
  .sp_small_mt-45 {
    margin-top: -45px !important; }
  .sp_small_mr-45 {
    margin-right: -45px !important; }
  .sp_small_ml-45 {
    margin-left: -45px !important; }
  .sp_small_mb-40 {
    margin-bottom: -40px !important; }
  .sp_small_mt-40 {
    margin-top: -40px !important; }
  .sp_small_mr-40 {
    margin-right: -40px !important; }
  .sp_small_ml-40 {
    margin-left: -40px !important; }
  .sp_small_mb-35 {
    margin-bottom: -35px !important; }
  .sp_small_mt-35 {
    margin-top: -35px !important; }
  .sp_small_mr-35 {
    margin-right: -35px !important; }
  .sp_small_ml-35 {
    margin-left: -35px !important; }
  .sp_small_mb-30 {
    margin-bottom: -30px !important; }
  .sp_small_mt-30 {
    margin-top: -30px !important; }
  .sp_small_mr-30 {
    margin-right: -30px !important; }
  .sp_small_ml-30 {
    margin-left: -30px !important; }
  .sp_small_mb-25 {
    margin-bottom: -25px !important; }
  .sp_small_mt-25 {
    margin-top: -25px !important; }
  .sp_small_mr-25 {
    margin-right: -25px !important; }
  .sp_small_ml-25 {
    margin-left: -25px !important; }
  .sp_small_mb-20 {
    margin-bottom: -20px !important; }
  .sp_small_mt-20 {
    margin-top: -20px !important; }
  .sp_small_mr-20 {
    margin-right: -20px !important; }
  .sp_small_ml-20 {
    margin-left: -20px !important; }
  .sp_small_mb-15 {
    margin-bottom: -15px !important; }
  .sp_small_mt-15 {
    margin-top: -15px !important; }
  .sp_small_mr-15 {
    margin-right: -15px !important; }
  .sp_small_ml-15 {
    margin-left: -15px !important; }
  .sp_small_mb-10 {
    margin-bottom: -10px !important; }
  .sp_small_mt-10 {
    margin-top: -10px !important; }
  .sp_small_mr-10 {
    margin-right: -10px !important; }
  .sp_small_ml-10 {
    margin-left: -10px !important; }
  .sp_small_mb-5 {
    margin-bottom: -5px !important; }
  .sp_small_mt-5 {
    margin-top: -5px !important; }
  .sp_small_mr-5 {
    margin-right: -5px !important; }
  .sp_small_ml-5 {
    margin-left: -5px !important; }
  .sp_small_mb0 {
    margin-bottom: 0px !important; }
  .sp_small_mt0 {
    margin-top: 0px !important; }
  .sp_small_mr0 {
    margin-right: 0px !important; }
  .sp_small_ml0 {
    margin-left: 0px !important; }
  .sp_small_mb5 {
    margin-bottom: 5px !important; }
  .sp_small_mt5 {
    margin-top: 5px !important; }
  .sp_small_mr5 {
    margin-right: 5px !important; }
  .sp_small_ml5 {
    margin-left: 5px !important; }
  .sp_small_mb10 {
    margin-bottom: 10px !important; }
  .sp_small_mt10 {
    margin-top: 10px !important; }
  .sp_small_mr10 {
    margin-right: 10px !important; }
  .sp_small_ml10 {
    margin-left: 10px !important; }
  .sp_small_mb15 {
    margin-bottom: 15px !important; }
  .sp_small_mt15 {
    margin-top: 15px !important; }
  .sp_small_mr15 {
    margin-right: 15px !important; }
  .sp_small_ml15 {
    margin-left: 15px !important; }
  .sp_small_mb20 {
    margin-bottom: 20px !important; }
  .sp_small_mt20 {
    margin-top: 20px !important; }
  .sp_small_mr20 {
    margin-right: 20px !important; }
  .sp_small_ml20 {
    margin-left: 20px !important; }
  .sp_small_mb25 {
    margin-bottom: 25px !important; }
  .sp_small_mt25 {
    margin-top: 25px !important; }
  .sp_small_mr25 {
    margin-right: 25px !important; }
  .sp_small_ml25 {
    margin-left: 25px !important; }
  .sp_small_mb30 {
    margin-bottom: 30px !important; }
  .sp_small_mt30 {
    margin-top: 30px !important; }
  .sp_small_mr30 {
    margin-right: 30px !important; }
  .sp_small_ml30 {
    margin-left: 30px !important; }
  .sp_small_mb35 {
    margin-bottom: 35px !important; }
  .sp_small_mt35 {
    margin-top: 35px !important; }
  .sp_small_mr35 {
    margin-right: 35px !important; }
  .sp_small_ml35 {
    margin-left: 35px !important; }
  .sp_small_mb40 {
    margin-bottom: 40px !important; }
  .sp_small_mt40 {
    margin-top: 40px !important; }
  .sp_small_mr40 {
    margin-right: 40px !important; }
  .sp_small_ml40 {
    margin-left: 40px !important; }
  .sp_small_mb45 {
    margin-bottom: 45px !important; }
  .sp_small_mt45 {
    margin-top: 45px !important; }
  .sp_small_mr45 {
    margin-right: 45px !important; }
  .sp_small_ml45 {
    margin-left: 45px !important; }
  .sp_small_mb50 {
    margin-bottom: 50px !important; }
  .sp_small_mt50 {
    margin-top: 50px !important; }
  .sp_small_mr50 {
    margin-right: 50px !important; }
  .sp_small_ml50 {
    margin-left: 50px !important; }
  .sp_small_mb55 {
    margin-bottom: 55px !important; }
  .sp_small_mt55 {
    margin-top: 55px !important; }
  .sp_small_mr55 {
    margin-right: 55px !important; }
  .sp_small_ml55 {
    margin-left: 55px !important; }
  .sp_small_mb60 {
    margin-bottom: 60px !important; }
  .sp_small_mt60 {
    margin-top: 60px !important; }
  .sp_small_mr60 {
    margin-right: 60px !important; }
  .sp_small_ml60 {
    margin-left: 60px !important; }
  .sp_small_mb65 {
    margin-bottom: 65px !important; }
  .sp_small_mt65 {
    margin-top: 65px !important; }
  .sp_small_mr65 {
    margin-right: 65px !important; }
  .sp_small_ml65 {
    margin-left: 65px !important; }
  .sp_small_mb70 {
    margin-bottom: 70px !important; }
  .sp_small_mt70 {
    margin-top: 70px !important; }
  .sp_small_mr70 {
    margin-right: 70px !important; }
  .sp_small_ml70 {
    margin-left: 70px !important; }
  .sp_small_mb75 {
    margin-bottom: 75px !important; }
  .sp_small_mt75 {
    margin-top: 75px !important; }
  .sp_small_mr75 {
    margin-right: 75px !important; }
  .sp_small_ml75 {
    margin-left: 75px !important; }
  .sp_small_mb80 {
    margin-bottom: 80px !important; }
  .sp_small_mt80 {
    margin-top: 80px !important; }
  .sp_small_mr80 {
    margin-right: 80px !important; }
  .sp_small_ml80 {
    margin-left: 80px !important; }
  .sp_small_mb85 {
    margin-bottom: 85px !important; }
  .sp_small_mt85 {
    margin-top: 85px !important; }
  .sp_small_mr85 {
    margin-right: 85px !important; }
  .sp_small_ml85 {
    margin-left: 85px !important; }
  .sp_small_mb90 {
    margin-bottom: 90px !important; }
  .sp_small_mt90 {
    margin-top: 90px !important; }
  .sp_small_mr90 {
    margin-right: 90px !important; }
  .sp_small_ml90 {
    margin-left: 90px !important; }
  .sp_small_mb95 {
    margin-bottom: 95px !important; }
  .sp_small_mt95 {
    margin-top: 95px !important; }
  .sp_small_mr95 {
    margin-right: 95px !important; }
  .sp_small_ml95 {
    margin-left: 95px !important; }
  .sp_small_mb100 {
    margin-bottom: 100px !important; }
  .sp_small_mt100 {
    margin-top: 100px !important; }
  .sp_small_mr100 {
    margin-right: 100px !important; }
  .sp_small_ml100 {
    margin-left: 100px !important; }
  .sp_small_mb105 {
    margin-bottom: 105px !important; }
  .sp_small_mt105 {
    margin-top: 105px !important; }
  .sp_small_mr105 {
    margin-right: 105px !important; }
  .sp_small_ml105 {
    margin-left: 105px !important; }
  .sp_small_mb110 {
    margin-bottom: 110px !important; }
  .sp_small_mt110 {
    margin-top: 110px !important; }
  .sp_small_mr110 {
    margin-right: 110px !important; }
  .sp_small_ml110 {
    margin-left: 110px !important; }
  .sp_small_mb115 {
    margin-bottom: 115px !important; }
  .sp_small_mt115 {
    margin-top: 115px !important; }
  .sp_small_mr115 {
    margin-right: 115px !important; }
  .sp_small_ml115 {
    margin-left: 115px !important; }
  .sp_small_mb120 {
    margin-bottom: 120px !important; }
  .sp_small_mt120 {
    margin-top: 120px !important; }
  .sp_small_mr120 {
    margin-right: 120px !important; }
  .sp_small_ml120 {
    margin-left: 120px !important; }
  .sp_small_mb125 {
    margin-bottom: 125px !important; }
  .sp_small_mt125 {
    margin-top: 125px !important; }
  .sp_small_mr125 {
    margin-right: 125px !important; }
  .sp_small_ml125 {
    margin-left: 125px !important; }
  .sp_small_mb130 {
    margin-bottom: 130px !important; }
  .sp_small_mt130 {
    margin-top: 130px !important; }
  .sp_small_mr130 {
    margin-right: 130px !important; }
  .sp_small_ml130 {
    margin-left: 130px !important; }
  .sp_small_mb135 {
    margin-bottom: 135px !important; }
  .sp_small_mt135 {
    margin-top: 135px !important; }
  .sp_small_mr135 {
    margin-right: 135px !important; }
  .sp_small_ml135 {
    margin-left: 135px !important; }
  .sp_small_mb140 {
    margin-bottom: 140px !important; }
  .sp_small_mt140 {
    margin-top: 140px !important; }
  .sp_small_mr140 {
    margin-right: 140px !important; }
  .sp_small_ml140 {
    margin-left: 140px !important; }
  .sp_small_mb145 {
    margin-bottom: 145px !important; }
  .sp_small_mt145 {
    margin-top: 145px !important; }
  .sp_small_mr145 {
    margin-right: 145px !important; }
  .sp_small_ml145 {
    margin-left: 145px !important; }
  .sp_small_mb150 {
    margin-bottom: 150px !important; }
  .sp_small_mt150 {
    margin-top: 150px !important; }
  .sp_small_mr150 {
    margin-right: 150px !important; }
  .sp_small_ml150 {
    margin-left: 150px !important; }
  .sp_small_mb155 {
    margin-bottom: 155px !important; }
  .sp_small_mt155 {
    margin-top: 155px !important; }
  .sp_small_mr155 {
    margin-right: 155px !important; }
  .sp_small_ml155 {
    margin-left: 155px !important; }
  .sp_small_mb160 {
    margin-bottom: 160px !important; }
  .sp_small_mt160 {
    margin-top: 160px !important; }
  .sp_small_mr160 {
    margin-right: 160px !important; }
  .sp_small_ml160 {
    margin-left: 160px !important; }
  .sp_small_mb165 {
    margin-bottom: 165px !important; }
  .sp_small_mt165 {
    margin-top: 165px !important; }
  .sp_small_mr165 {
    margin-right: 165px !important; }
  .sp_small_ml165 {
    margin-left: 165px !important; }
  .sp_small_mb170 {
    margin-bottom: 170px !important; }
  .sp_small_mt170 {
    margin-top: 170px !important; }
  .sp_small_mr170 {
    margin-right: 170px !important; }
  .sp_small_ml170 {
    margin-left: 170px !important; }
  .sp_small_mb175 {
    margin-bottom: 175px !important; }
  .sp_small_mt175 {
    margin-top: 175px !important; }
  .sp_small_mr175 {
    margin-right: 175px !important; }
  .sp_small_ml175 {
    margin-left: 175px !important; }
  .sp_small_mb180 {
    margin-bottom: 180px !important; }
  .sp_small_mt180 {
    margin-top: 180px !important; }
  .sp_small_mr180 {
    margin-right: 180px !important; }
  .sp_small_ml180 {
    margin-left: 180px !important; }
  .sp_small_mb185 {
    margin-bottom: 185px !important; }
  .sp_small_mt185 {
    margin-top: 185px !important; }
  .sp_small_mr185 {
    margin-right: 185px !important; }
  .sp_small_ml185 {
    margin-left: 185px !important; }
  .sp_small_mb190 {
    margin-bottom: 190px !important; }
  .sp_small_mt190 {
    margin-top: 190px !important; }
  .sp_small_mr190 {
    margin-right: 190px !important; }
  .sp_small_ml190 {
    margin-left: 190px !important; }
  .sp_small_mb195 {
    margin-bottom: 195px !important; }
  .sp_small_mt195 {
    margin-top: 195px !important; }
  .sp_small_mr195 {
    margin-right: 195px !important; }
  .sp_small_ml195 {
    margin-left: 195px !important; }
  .sp_small_mb200 {
    margin-bottom: 200px !important; }
  .sp_small_mt200 {
    margin-top: 200px !important; }
  .sp_small_mr200 {
    margin-right: 200px !important; }
  .sp_small_ml200 {
    margin-left: 200px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb105 {
  padding-bottom: 105px !important; }

.pt105 {
  padding-top: 105px !important; }

.pr105 {
  padding-right: 105px !important; }

.pl105 {
  padding-left: 105px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pr110 {
  padding-right: 110px !important; }

.pl110 {
  padding-left: 110px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.pt115 {
  padding-top: 115px !important; }

.pr115 {
  padding-right: 115px !important; }

.pl115 {
  padding-left: 115px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.pt125 {
  padding-top: 125px !important; }

.pr125 {
  padding-right: 125px !important; }

.pl125 {
  padding-left: 125px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pr130 {
  padding-right: 130px !important; }

.pl130 {
  padding-left: 130px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.pt135 {
  padding-top: 135px !important; }

.pr135 {
  padding-right: 135px !important; }

.pl135 {
  padding-left: 135px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pr140 {
  padding-right: 140px !important; }

.pl140 {
  padding-left: 140px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.pt145 {
  padding-top: 145px !important; }

.pr145 {
  padding-right: 145px !important; }

.pl145 {
  padding-left: 145px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pr150 {
  padding-right: 150px !important; }

.pl150 {
  padding-left: 150px !important; }

.pb155 {
  padding-bottom: 155px !important; }

.pt155 {
  padding-top: 155px !important; }

.pr155 {
  padding-right: 155px !important; }

.pl155 {
  padding-left: 155px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pr160 {
  padding-right: 160px !important; }

.pl160 {
  padding-left: 160px !important; }

.pb165 {
  padding-bottom: 165px !important; }

.pt165 {
  padding-top: 165px !important; }

.pr165 {
  padding-right: 165px !important; }

.pl165 {
  padding-left: 165px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pr170 {
  padding-right: 170px !important; }

.pl170 {
  padding-left: 170px !important; }

.pb175 {
  padding-bottom: 175px !important; }

.pt175 {
  padding-top: 175px !important; }

.pr175 {
  padding-right: 175px !important; }

.pl175 {
  padding-left: 175px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pr180 {
  padding-right: 180px !important; }

.pl180 {
  padding-left: 180px !important; }

.pb185 {
  padding-bottom: 185px !important; }

.pt185 {
  padding-top: 185px !important; }

.pr185 {
  padding-right: 185px !important; }

.pl185 {
  padding-left: 185px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pr190 {
  padding-right: 190px !important; }

.pl190 {
  padding-left: 190px !important; }

.pb195 {
  padding-bottom: 195px !important; }

.pt195 {
  padding-top: 195px !important; }

.pr195 {
  padding-right: 195px !important; }

.pl195 {
  padding-left: 195px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pr200 {
  padding-right: 200px !important; }

.pl200 {
  padding-left: 200px !important; }

@media all and (max-width: 1200px) {
  .liquid_pb0 {
    padding-bottom: 0px !important; }
  .liquid_pt0 {
    padding-top: 0px !important; }
  .liquid_pr0 {
    padding-right: 0px !important; }
  .liquid_pl0 {
    padding-left: 0px !important; }
  .liquid_pb5 {
    padding-bottom: 5px !important; }
  .liquid_pt5 {
    padding-top: 5px !important; }
  .liquid_pr5 {
    padding-right: 5px !important; }
  .liquid_pl5 {
    padding-left: 5px !important; }
  .liquid_pb10 {
    padding-bottom: 10px !important; }
  .liquid_pt10 {
    padding-top: 10px !important; }
  .liquid_pr10 {
    padding-right: 10px !important; }
  .liquid_pl10 {
    padding-left: 10px !important; }
  .liquid_pb15 {
    padding-bottom: 15px !important; }
  .liquid_pt15 {
    padding-top: 15px !important; }
  .liquid_pr15 {
    padding-right: 15px !important; }
  .liquid_pl15 {
    padding-left: 15px !important; }
  .liquid_pb20 {
    padding-bottom: 20px !important; }
  .liquid_pt20 {
    padding-top: 20px !important; }
  .liquid_pr20 {
    padding-right: 20px !important; }
  .liquid_pl20 {
    padding-left: 20px !important; }
  .liquid_pb25 {
    padding-bottom: 25px !important; }
  .liquid_pt25 {
    padding-top: 25px !important; }
  .liquid_pr25 {
    padding-right: 25px !important; }
  .liquid_pl25 {
    padding-left: 25px !important; }
  .liquid_pb30 {
    padding-bottom: 30px !important; }
  .liquid_pt30 {
    padding-top: 30px !important; }
  .liquid_pr30 {
    padding-right: 30px !important; }
  .liquid_pl30 {
    padding-left: 30px !important; }
  .liquid_pb35 {
    padding-bottom: 35px !important; }
  .liquid_pt35 {
    padding-top: 35px !important; }
  .liquid_pr35 {
    padding-right: 35px !important; }
  .liquid_pl35 {
    padding-left: 35px !important; }
  .liquid_pb40 {
    padding-bottom: 40px !important; }
  .liquid_pt40 {
    padding-top: 40px !important; }
  .liquid_pr40 {
    padding-right: 40px !important; }
  .liquid_pl40 {
    padding-left: 40px !important; }
  .liquid_pb45 {
    padding-bottom: 45px !important; }
  .liquid_pt45 {
    padding-top: 45px !important; }
  .liquid_pr45 {
    padding-right: 45px !important; }
  .liquid_pl45 {
    padding-left: 45px !important; }
  .liquid_pb50 {
    padding-bottom: 50px !important; }
  .liquid_pt50 {
    padding-top: 50px !important; }
  .liquid_pr50 {
    padding-right: 50px !important; }
  .liquid_pl50 {
    padding-left: 50px !important; }
  .liquid_pb55 {
    padding-bottom: 55px !important; }
  .liquid_pt55 {
    padding-top: 55px !important; }
  .liquid_pr55 {
    padding-right: 55px !important; }
  .liquid_pl55 {
    padding-left: 55px !important; }
  .liquid_pb60 {
    padding-bottom: 60px !important; }
  .liquid_pt60 {
    padding-top: 60px !important; }
  .liquid_pr60 {
    padding-right: 60px !important; }
  .liquid_pl60 {
    padding-left: 60px !important; }
  .liquid_pb65 {
    padding-bottom: 65px !important; }
  .liquid_pt65 {
    padding-top: 65px !important; }
  .liquid_pr65 {
    padding-right: 65px !important; }
  .liquid_pl65 {
    padding-left: 65px !important; }
  .liquid_pb70 {
    padding-bottom: 70px !important; }
  .liquid_pt70 {
    padding-top: 70px !important; }
  .liquid_pr70 {
    padding-right: 70px !important; }
  .liquid_pl70 {
    padding-left: 70px !important; }
  .liquid_pb75 {
    padding-bottom: 75px !important; }
  .liquid_pt75 {
    padding-top: 75px !important; }
  .liquid_pr75 {
    padding-right: 75px !important; }
  .liquid_pl75 {
    padding-left: 75px !important; }
  .liquid_pb80 {
    padding-bottom: 80px !important; }
  .liquid_pt80 {
    padding-top: 80px !important; }
  .liquid_pr80 {
    padding-right: 80px !important; }
  .liquid_pl80 {
    padding-left: 80px !important; }
  .liquid_pb85 {
    padding-bottom: 85px !important; }
  .liquid_pt85 {
    padding-top: 85px !important; }
  .liquid_pr85 {
    padding-right: 85px !important; }
  .liquid_pl85 {
    padding-left: 85px !important; }
  .liquid_pb90 {
    padding-bottom: 90px !important; }
  .liquid_pt90 {
    padding-top: 90px !important; }
  .liquid_pr90 {
    padding-right: 90px !important; }
  .liquid_pl90 {
    padding-left: 90px !important; }
  .liquid_pb95 {
    padding-bottom: 95px !important; }
  .liquid_pt95 {
    padding-top: 95px !important; }
  .liquid_pr95 {
    padding-right: 95px !important; }
  .liquid_pl95 {
    padding-left: 95px !important; }
  .liquid_pb100 {
    padding-bottom: 100px !important; }
  .liquid_pt100 {
    padding-top: 100px !important; }
  .liquid_pr100 {
    padding-right: 100px !important; }
  .liquid_pl100 {
    padding-left: 100px !important; }
  .liquid_pb105 {
    padding-bottom: 105px !important; }
  .liquid_pt105 {
    padding-top: 105px !important; }
  .liquid_pr105 {
    padding-right: 105px !important; }
  .liquid_pl105 {
    padding-left: 105px !important; }
  .liquid_pb110 {
    padding-bottom: 110px !important; }
  .liquid_pt110 {
    padding-top: 110px !important; }
  .liquid_pr110 {
    padding-right: 110px !important; }
  .liquid_pl110 {
    padding-left: 110px !important; }
  .liquid_pb115 {
    padding-bottom: 115px !important; }
  .liquid_pt115 {
    padding-top: 115px !important; }
  .liquid_pr115 {
    padding-right: 115px !important; }
  .liquid_pl115 {
    padding-left: 115px !important; }
  .liquid_pb120 {
    padding-bottom: 120px !important; }
  .liquid_pt120 {
    padding-top: 120px !important; }
  .liquid_pr120 {
    padding-right: 120px !important; }
  .liquid_pl120 {
    padding-left: 120px !important; }
  .liquid_pb125 {
    padding-bottom: 125px !important; }
  .liquid_pt125 {
    padding-top: 125px !important; }
  .liquid_pr125 {
    padding-right: 125px !important; }
  .liquid_pl125 {
    padding-left: 125px !important; }
  .liquid_pb130 {
    padding-bottom: 130px !important; }
  .liquid_pt130 {
    padding-top: 130px !important; }
  .liquid_pr130 {
    padding-right: 130px !important; }
  .liquid_pl130 {
    padding-left: 130px !important; }
  .liquid_pb135 {
    padding-bottom: 135px !important; }
  .liquid_pt135 {
    padding-top: 135px !important; }
  .liquid_pr135 {
    padding-right: 135px !important; }
  .liquid_pl135 {
    padding-left: 135px !important; }
  .liquid_pb140 {
    padding-bottom: 140px !important; }
  .liquid_pt140 {
    padding-top: 140px !important; }
  .liquid_pr140 {
    padding-right: 140px !important; }
  .liquid_pl140 {
    padding-left: 140px !important; }
  .liquid_pb145 {
    padding-bottom: 145px !important; }
  .liquid_pt145 {
    padding-top: 145px !important; }
  .liquid_pr145 {
    padding-right: 145px !important; }
  .liquid_pl145 {
    padding-left: 145px !important; }
  .liquid_pb150 {
    padding-bottom: 150px !important; }
  .liquid_pt150 {
    padding-top: 150px !important; }
  .liquid_pr150 {
    padding-right: 150px !important; }
  .liquid_pl150 {
    padding-left: 150px !important; }
  .liquid_pb155 {
    padding-bottom: 155px !important; }
  .liquid_pt155 {
    padding-top: 155px !important; }
  .liquid_pr155 {
    padding-right: 155px !important; }
  .liquid_pl155 {
    padding-left: 155px !important; }
  .liquid_pb160 {
    padding-bottom: 160px !important; }
  .liquid_pt160 {
    padding-top: 160px !important; }
  .liquid_pr160 {
    padding-right: 160px !important; }
  .liquid_pl160 {
    padding-left: 160px !important; }
  .liquid_pb165 {
    padding-bottom: 165px !important; }
  .liquid_pt165 {
    padding-top: 165px !important; }
  .liquid_pr165 {
    padding-right: 165px !important; }
  .liquid_pl165 {
    padding-left: 165px !important; }
  .liquid_pb170 {
    padding-bottom: 170px !important; }
  .liquid_pt170 {
    padding-top: 170px !important; }
  .liquid_pr170 {
    padding-right: 170px !important; }
  .liquid_pl170 {
    padding-left: 170px !important; }
  .liquid_pb175 {
    padding-bottom: 175px !important; }
  .liquid_pt175 {
    padding-top: 175px !important; }
  .liquid_pr175 {
    padding-right: 175px !important; }
  .liquid_pl175 {
    padding-left: 175px !important; }
  .liquid_pb180 {
    padding-bottom: 180px !important; }
  .liquid_pt180 {
    padding-top: 180px !important; }
  .liquid_pr180 {
    padding-right: 180px !important; }
  .liquid_pl180 {
    padding-left: 180px !important; }
  .liquid_pb185 {
    padding-bottom: 185px !important; }
  .liquid_pt185 {
    padding-top: 185px !important; }
  .liquid_pr185 {
    padding-right: 185px !important; }
  .liquid_pl185 {
    padding-left: 185px !important; }
  .liquid_pb190 {
    padding-bottom: 190px !important; }
  .liquid_pt190 {
    padding-top: 190px !important; }
  .liquid_pr190 {
    padding-right: 190px !important; }
  .liquid_pl190 {
    padding-left: 190px !important; }
  .liquid_pb195 {
    padding-bottom: 195px !important; }
  .liquid_pt195 {
    padding-top: 195px !important; }
  .liquid_pr195 {
    padding-right: 195px !important; }
  .liquid_pl195 {
    padding-left: 195px !important; }
  .liquid_pb200 {
    padding-bottom: 200px !important; }
  .liquid_pt200 {
    padding-top: 200px !important; }
  .liquid_pr200 {
    padding-right: 200px !important; }
  .liquid_pl200 {
    padding-left: 200px !important; } }

@media all and (max-width: 959px) {
  .tablet_pb0 {
    padding-bottom: 0px !important; }
  .tablet_pt0 {
    padding-top: 0px !important; }
  .tablet_pr0 {
    padding-right: 0px !important; }
  .tablet_pl0 {
    padding-left: 0px !important; }
  .tablet_pb5 {
    padding-bottom: 5px !important; }
  .tablet_pt5 {
    padding-top: 5px !important; }
  .tablet_pr5 {
    padding-right: 5px !important; }
  .tablet_pl5 {
    padding-left: 5px !important; }
  .tablet_pb10 {
    padding-bottom: 10px !important; }
  .tablet_pt10 {
    padding-top: 10px !important; }
  .tablet_pr10 {
    padding-right: 10px !important; }
  .tablet_pl10 {
    padding-left: 10px !important; }
  .tablet_pb15 {
    padding-bottom: 15px !important; }
  .tablet_pt15 {
    padding-top: 15px !important; }
  .tablet_pr15 {
    padding-right: 15px !important; }
  .tablet_pl15 {
    padding-left: 15px !important; }
  .tablet_pb20 {
    padding-bottom: 20px !important; }
  .tablet_pt20 {
    padding-top: 20px !important; }
  .tablet_pr20 {
    padding-right: 20px !important; }
  .tablet_pl20 {
    padding-left: 20px !important; }
  .tablet_pb25 {
    padding-bottom: 25px !important; }
  .tablet_pt25 {
    padding-top: 25px !important; }
  .tablet_pr25 {
    padding-right: 25px !important; }
  .tablet_pl25 {
    padding-left: 25px !important; }
  .tablet_pb30 {
    padding-bottom: 30px !important; }
  .tablet_pt30 {
    padding-top: 30px !important; }
  .tablet_pr30 {
    padding-right: 30px !important; }
  .tablet_pl30 {
    padding-left: 30px !important; }
  .tablet_pb35 {
    padding-bottom: 35px !important; }
  .tablet_pt35 {
    padding-top: 35px !important; }
  .tablet_pr35 {
    padding-right: 35px !important; }
  .tablet_pl35 {
    padding-left: 35px !important; }
  .tablet_pb40 {
    padding-bottom: 40px !important; }
  .tablet_pt40 {
    padding-top: 40px !important; }
  .tablet_pr40 {
    padding-right: 40px !important; }
  .tablet_pl40 {
    padding-left: 40px !important; }
  .tablet_pb45 {
    padding-bottom: 45px !important; }
  .tablet_pt45 {
    padding-top: 45px !important; }
  .tablet_pr45 {
    padding-right: 45px !important; }
  .tablet_pl45 {
    padding-left: 45px !important; }
  .tablet_pb50 {
    padding-bottom: 50px !important; }
  .tablet_pt50 {
    padding-top: 50px !important; }
  .tablet_pr50 {
    padding-right: 50px !important; }
  .tablet_pl50 {
    padding-left: 50px !important; }
  .tablet_pb55 {
    padding-bottom: 55px !important; }
  .tablet_pt55 {
    padding-top: 55px !important; }
  .tablet_pr55 {
    padding-right: 55px !important; }
  .tablet_pl55 {
    padding-left: 55px !important; }
  .tablet_pb60 {
    padding-bottom: 60px !important; }
  .tablet_pt60 {
    padding-top: 60px !important; }
  .tablet_pr60 {
    padding-right: 60px !important; }
  .tablet_pl60 {
    padding-left: 60px !important; }
  .tablet_pb65 {
    padding-bottom: 65px !important; }
  .tablet_pt65 {
    padding-top: 65px !important; }
  .tablet_pr65 {
    padding-right: 65px !important; }
  .tablet_pl65 {
    padding-left: 65px !important; }
  .tablet_pb70 {
    padding-bottom: 70px !important; }
  .tablet_pt70 {
    padding-top: 70px !important; }
  .tablet_pr70 {
    padding-right: 70px !important; }
  .tablet_pl70 {
    padding-left: 70px !important; }
  .tablet_pb75 {
    padding-bottom: 75px !important; }
  .tablet_pt75 {
    padding-top: 75px !important; }
  .tablet_pr75 {
    padding-right: 75px !important; }
  .tablet_pl75 {
    padding-left: 75px !important; }
  .tablet_pb80 {
    padding-bottom: 80px !important; }
  .tablet_pt80 {
    padding-top: 80px !important; }
  .tablet_pr80 {
    padding-right: 80px !important; }
  .tablet_pl80 {
    padding-left: 80px !important; }
  .tablet_pb85 {
    padding-bottom: 85px !important; }
  .tablet_pt85 {
    padding-top: 85px !important; }
  .tablet_pr85 {
    padding-right: 85px !important; }
  .tablet_pl85 {
    padding-left: 85px !important; }
  .tablet_pb90 {
    padding-bottom: 90px !important; }
  .tablet_pt90 {
    padding-top: 90px !important; }
  .tablet_pr90 {
    padding-right: 90px !important; }
  .tablet_pl90 {
    padding-left: 90px !important; }
  .tablet_pb95 {
    padding-bottom: 95px !important; }
  .tablet_pt95 {
    padding-top: 95px !important; }
  .tablet_pr95 {
    padding-right: 95px !important; }
  .tablet_pl95 {
    padding-left: 95px !important; }
  .tablet_pb100 {
    padding-bottom: 100px !important; }
  .tablet_pt100 {
    padding-top: 100px !important; }
  .tablet_pr100 {
    padding-right: 100px !important; }
  .tablet_pl100 {
    padding-left: 100px !important; }
  .tablet_pb105 {
    padding-bottom: 105px !important; }
  .tablet_pt105 {
    padding-top: 105px !important; }
  .tablet_pr105 {
    padding-right: 105px !important; }
  .tablet_pl105 {
    padding-left: 105px !important; }
  .tablet_pb110 {
    padding-bottom: 110px !important; }
  .tablet_pt110 {
    padding-top: 110px !important; }
  .tablet_pr110 {
    padding-right: 110px !important; }
  .tablet_pl110 {
    padding-left: 110px !important; }
  .tablet_pb115 {
    padding-bottom: 115px !important; }
  .tablet_pt115 {
    padding-top: 115px !important; }
  .tablet_pr115 {
    padding-right: 115px !important; }
  .tablet_pl115 {
    padding-left: 115px !important; }
  .tablet_pb120 {
    padding-bottom: 120px !important; }
  .tablet_pt120 {
    padding-top: 120px !important; }
  .tablet_pr120 {
    padding-right: 120px !important; }
  .tablet_pl120 {
    padding-left: 120px !important; }
  .tablet_pb125 {
    padding-bottom: 125px !important; }
  .tablet_pt125 {
    padding-top: 125px !important; }
  .tablet_pr125 {
    padding-right: 125px !important; }
  .tablet_pl125 {
    padding-left: 125px !important; }
  .tablet_pb130 {
    padding-bottom: 130px !important; }
  .tablet_pt130 {
    padding-top: 130px !important; }
  .tablet_pr130 {
    padding-right: 130px !important; }
  .tablet_pl130 {
    padding-left: 130px !important; }
  .tablet_pb135 {
    padding-bottom: 135px !important; }
  .tablet_pt135 {
    padding-top: 135px !important; }
  .tablet_pr135 {
    padding-right: 135px !important; }
  .tablet_pl135 {
    padding-left: 135px !important; }
  .tablet_pb140 {
    padding-bottom: 140px !important; }
  .tablet_pt140 {
    padding-top: 140px !important; }
  .tablet_pr140 {
    padding-right: 140px !important; }
  .tablet_pl140 {
    padding-left: 140px !important; }
  .tablet_pb145 {
    padding-bottom: 145px !important; }
  .tablet_pt145 {
    padding-top: 145px !important; }
  .tablet_pr145 {
    padding-right: 145px !important; }
  .tablet_pl145 {
    padding-left: 145px !important; }
  .tablet_pb150 {
    padding-bottom: 150px !important; }
  .tablet_pt150 {
    padding-top: 150px !important; }
  .tablet_pr150 {
    padding-right: 150px !important; }
  .tablet_pl150 {
    padding-left: 150px !important; }
  .tablet_pb155 {
    padding-bottom: 155px !important; }
  .tablet_pt155 {
    padding-top: 155px !important; }
  .tablet_pr155 {
    padding-right: 155px !important; }
  .tablet_pl155 {
    padding-left: 155px !important; }
  .tablet_pb160 {
    padding-bottom: 160px !important; }
  .tablet_pt160 {
    padding-top: 160px !important; }
  .tablet_pr160 {
    padding-right: 160px !important; }
  .tablet_pl160 {
    padding-left: 160px !important; }
  .tablet_pb165 {
    padding-bottom: 165px !important; }
  .tablet_pt165 {
    padding-top: 165px !important; }
  .tablet_pr165 {
    padding-right: 165px !important; }
  .tablet_pl165 {
    padding-left: 165px !important; }
  .tablet_pb170 {
    padding-bottom: 170px !important; }
  .tablet_pt170 {
    padding-top: 170px !important; }
  .tablet_pr170 {
    padding-right: 170px !important; }
  .tablet_pl170 {
    padding-left: 170px !important; }
  .tablet_pb175 {
    padding-bottom: 175px !important; }
  .tablet_pt175 {
    padding-top: 175px !important; }
  .tablet_pr175 {
    padding-right: 175px !important; }
  .tablet_pl175 {
    padding-left: 175px !important; }
  .tablet_pb180 {
    padding-bottom: 180px !important; }
  .tablet_pt180 {
    padding-top: 180px !important; }
  .tablet_pr180 {
    padding-right: 180px !important; }
  .tablet_pl180 {
    padding-left: 180px !important; }
  .tablet_pb185 {
    padding-bottom: 185px !important; }
  .tablet_pt185 {
    padding-top: 185px !important; }
  .tablet_pr185 {
    padding-right: 185px !important; }
  .tablet_pl185 {
    padding-left: 185px !important; }
  .tablet_pb190 {
    padding-bottom: 190px !important; }
  .tablet_pt190 {
    padding-top: 190px !important; }
  .tablet_pr190 {
    padding-right: 190px !important; }
  .tablet_pl190 {
    padding-left: 190px !important; }
  .tablet_pb195 {
    padding-bottom: 195px !important; }
  .tablet_pt195 {
    padding-top: 195px !important; }
  .tablet_pr195 {
    padding-right: 195px !important; }
  .tablet_pl195 {
    padding-left: 195px !important; }
  .tablet_pb200 {
    padding-bottom: 200px !important; }
  .tablet_pt200 {
    padding-top: 200px !important; }
  .tablet_pr200 {
    padding-right: 200px !important; }
  .tablet_pl200 {
    padding-left: 200px !important; } }

@media all and (max-width: 783px) {
  .sp_pb0 {
    padding-bottom: 0px !important; }
  .sp_pt0 {
    padding-top: 0px !important; }
  .sp_pr0 {
    padding-right: 0px !important; }
  .sp_pl0 {
    padding-left: 0px !important; }
  .sp_pb5 {
    padding-bottom: 5px !important; }
  .sp_pt5 {
    padding-top: 5px !important; }
  .sp_pr5 {
    padding-right: 5px !important; }
  .sp_pl5 {
    padding-left: 5px !important; }
  .sp_pb10 {
    padding-bottom: 10px !important; }
  .sp_pt10 {
    padding-top: 10px !important; }
  .sp_pr10 {
    padding-right: 10px !important; }
  .sp_pl10 {
    padding-left: 10px !important; }
  .sp_pb15 {
    padding-bottom: 15px !important; }
  .sp_pt15 {
    padding-top: 15px !important; }
  .sp_pr15 {
    padding-right: 15px !important; }
  .sp_pl15 {
    padding-left: 15px !important; }
  .sp_pb20 {
    padding-bottom: 20px !important; }
  .sp_pt20 {
    padding-top: 20px !important; }
  .sp_pr20 {
    padding-right: 20px !important; }
  .sp_pl20 {
    padding-left: 20px !important; }
  .sp_pb25 {
    padding-bottom: 25px !important; }
  .sp_pt25 {
    padding-top: 25px !important; }
  .sp_pr25 {
    padding-right: 25px !important; }
  .sp_pl25 {
    padding-left: 25px !important; }
  .sp_pb30 {
    padding-bottom: 30px !important; }
  .sp_pt30 {
    padding-top: 30px !important; }
  .sp_pr30 {
    padding-right: 30px !important; }
  .sp_pl30 {
    padding-left: 30px !important; }
  .sp_pb35 {
    padding-bottom: 35px !important; }
  .sp_pt35 {
    padding-top: 35px !important; }
  .sp_pr35 {
    padding-right: 35px !important; }
  .sp_pl35 {
    padding-left: 35px !important; }
  .sp_pb40 {
    padding-bottom: 40px !important; }
  .sp_pt40 {
    padding-top: 40px !important; }
  .sp_pr40 {
    padding-right: 40px !important; }
  .sp_pl40 {
    padding-left: 40px !important; }
  .sp_pb45 {
    padding-bottom: 45px !important; }
  .sp_pt45 {
    padding-top: 45px !important; }
  .sp_pr45 {
    padding-right: 45px !important; }
  .sp_pl45 {
    padding-left: 45px !important; }
  .sp_pb50 {
    padding-bottom: 50px !important; }
  .sp_pt50 {
    padding-top: 50px !important; }
  .sp_pr50 {
    padding-right: 50px !important; }
  .sp_pl50 {
    padding-left: 50px !important; }
  .sp_pb55 {
    padding-bottom: 55px !important; }
  .sp_pt55 {
    padding-top: 55px !important; }
  .sp_pr55 {
    padding-right: 55px !important; }
  .sp_pl55 {
    padding-left: 55px !important; }
  .sp_pb60 {
    padding-bottom: 60px !important; }
  .sp_pt60 {
    padding-top: 60px !important; }
  .sp_pr60 {
    padding-right: 60px !important; }
  .sp_pl60 {
    padding-left: 60px !important; }
  .sp_pb65 {
    padding-bottom: 65px !important; }
  .sp_pt65 {
    padding-top: 65px !important; }
  .sp_pr65 {
    padding-right: 65px !important; }
  .sp_pl65 {
    padding-left: 65px !important; }
  .sp_pb70 {
    padding-bottom: 70px !important; }
  .sp_pt70 {
    padding-top: 70px !important; }
  .sp_pr70 {
    padding-right: 70px !important; }
  .sp_pl70 {
    padding-left: 70px !important; }
  .sp_pb75 {
    padding-bottom: 75px !important; }
  .sp_pt75 {
    padding-top: 75px !important; }
  .sp_pr75 {
    padding-right: 75px !important; }
  .sp_pl75 {
    padding-left: 75px !important; }
  .sp_pb80 {
    padding-bottom: 80px !important; }
  .sp_pt80 {
    padding-top: 80px !important; }
  .sp_pr80 {
    padding-right: 80px !important; }
  .sp_pl80 {
    padding-left: 80px !important; }
  .sp_pb85 {
    padding-bottom: 85px !important; }
  .sp_pt85 {
    padding-top: 85px !important; }
  .sp_pr85 {
    padding-right: 85px !important; }
  .sp_pl85 {
    padding-left: 85px !important; }
  .sp_pb90 {
    padding-bottom: 90px !important; }
  .sp_pt90 {
    padding-top: 90px !important; }
  .sp_pr90 {
    padding-right: 90px !important; }
  .sp_pl90 {
    padding-left: 90px !important; }
  .sp_pb95 {
    padding-bottom: 95px !important; }
  .sp_pt95 {
    padding-top: 95px !important; }
  .sp_pr95 {
    padding-right: 95px !important; }
  .sp_pl95 {
    padding-left: 95px !important; }
  .sp_pb100 {
    padding-bottom: 100px !important; }
  .sp_pt100 {
    padding-top: 100px !important; }
  .sp_pr100 {
    padding-right: 100px !important; }
  .sp_pl100 {
    padding-left: 100px !important; }
  .sp_pb105 {
    padding-bottom: 105px !important; }
  .sp_pt105 {
    padding-top: 105px !important; }
  .sp_pr105 {
    padding-right: 105px !important; }
  .sp_pl105 {
    padding-left: 105px !important; }
  .sp_pb110 {
    padding-bottom: 110px !important; }
  .sp_pt110 {
    padding-top: 110px !important; }
  .sp_pr110 {
    padding-right: 110px !important; }
  .sp_pl110 {
    padding-left: 110px !important; }
  .sp_pb115 {
    padding-bottom: 115px !important; }
  .sp_pt115 {
    padding-top: 115px !important; }
  .sp_pr115 {
    padding-right: 115px !important; }
  .sp_pl115 {
    padding-left: 115px !important; }
  .sp_pb120 {
    padding-bottom: 120px !important; }
  .sp_pt120 {
    padding-top: 120px !important; }
  .sp_pr120 {
    padding-right: 120px !important; }
  .sp_pl120 {
    padding-left: 120px !important; }
  .sp_pb125 {
    padding-bottom: 125px !important; }
  .sp_pt125 {
    padding-top: 125px !important; }
  .sp_pr125 {
    padding-right: 125px !important; }
  .sp_pl125 {
    padding-left: 125px !important; }
  .sp_pb130 {
    padding-bottom: 130px !important; }
  .sp_pt130 {
    padding-top: 130px !important; }
  .sp_pr130 {
    padding-right: 130px !important; }
  .sp_pl130 {
    padding-left: 130px !important; }
  .sp_pb135 {
    padding-bottom: 135px !important; }
  .sp_pt135 {
    padding-top: 135px !important; }
  .sp_pr135 {
    padding-right: 135px !important; }
  .sp_pl135 {
    padding-left: 135px !important; }
  .sp_pb140 {
    padding-bottom: 140px !important; }
  .sp_pt140 {
    padding-top: 140px !important; }
  .sp_pr140 {
    padding-right: 140px !important; }
  .sp_pl140 {
    padding-left: 140px !important; }
  .sp_pb145 {
    padding-bottom: 145px !important; }
  .sp_pt145 {
    padding-top: 145px !important; }
  .sp_pr145 {
    padding-right: 145px !important; }
  .sp_pl145 {
    padding-left: 145px !important; }
  .sp_pb150 {
    padding-bottom: 150px !important; }
  .sp_pt150 {
    padding-top: 150px !important; }
  .sp_pr150 {
    padding-right: 150px !important; }
  .sp_pl150 {
    padding-left: 150px !important; }
  .sp_pb155 {
    padding-bottom: 155px !important; }
  .sp_pt155 {
    padding-top: 155px !important; }
  .sp_pr155 {
    padding-right: 155px !important; }
  .sp_pl155 {
    padding-left: 155px !important; }
  .sp_pb160 {
    padding-bottom: 160px !important; }
  .sp_pt160 {
    padding-top: 160px !important; }
  .sp_pr160 {
    padding-right: 160px !important; }
  .sp_pl160 {
    padding-left: 160px !important; }
  .sp_pb165 {
    padding-bottom: 165px !important; }
  .sp_pt165 {
    padding-top: 165px !important; }
  .sp_pr165 {
    padding-right: 165px !important; }
  .sp_pl165 {
    padding-left: 165px !important; }
  .sp_pb170 {
    padding-bottom: 170px !important; }
  .sp_pt170 {
    padding-top: 170px !important; }
  .sp_pr170 {
    padding-right: 170px !important; }
  .sp_pl170 {
    padding-left: 170px !important; }
  .sp_pb175 {
    padding-bottom: 175px !important; }
  .sp_pt175 {
    padding-top: 175px !important; }
  .sp_pr175 {
    padding-right: 175px !important; }
  .sp_pl175 {
    padding-left: 175px !important; }
  .sp_pb180 {
    padding-bottom: 180px !important; }
  .sp_pt180 {
    padding-top: 180px !important; }
  .sp_pr180 {
    padding-right: 180px !important; }
  .sp_pl180 {
    padding-left: 180px !important; }
  .sp_pb185 {
    padding-bottom: 185px !important; }
  .sp_pt185 {
    padding-top: 185px !important; }
  .sp_pr185 {
    padding-right: 185px !important; }
  .sp_pl185 {
    padding-left: 185px !important; }
  .sp_pb190 {
    padding-bottom: 190px !important; }
  .sp_pt190 {
    padding-top: 190px !important; }
  .sp_pr190 {
    padding-right: 190px !important; }
  .sp_pl190 {
    padding-left: 190px !important; }
  .sp_pb195 {
    padding-bottom: 195px !important; }
  .sp_pt195 {
    padding-top: 195px !important; }
  .sp_pr195 {
    padding-right: 195px !important; }
  .sp_pl195 {
    padding-left: 195px !important; }
  .sp_pb200 {
    padding-bottom: 200px !important; }
  .sp_pt200 {
    padding-top: 200px !important; }
  .sp_pr200 {
    padding-right: 200px !important; }
  .sp_pl200 {
    padding-left: 200px !important; } }

@media all and (max-width: 400px) {
  .sp_small_pb0 {
    padding-bottom: 0px !important; }
  .sp_small_pt0 {
    padding-top: 0px !important; }
  .sp_small_pr0 {
    padding-right: 0px !important; }
  .sp_small_pl0 {
    padding-left: 0px !important; }
  .sp_small_pb5 {
    padding-bottom: 5px !important; }
  .sp_small_pt5 {
    padding-top: 5px !important; }
  .sp_small_pr5 {
    padding-right: 5px !important; }
  .sp_small_pl5 {
    padding-left: 5px !important; }
  .sp_small_pb10 {
    padding-bottom: 10px !important; }
  .sp_small_pt10 {
    padding-top: 10px !important; }
  .sp_small_pr10 {
    padding-right: 10px !important; }
  .sp_small_pl10 {
    padding-left: 10px !important; }
  .sp_small_pb15 {
    padding-bottom: 15px !important; }
  .sp_small_pt15 {
    padding-top: 15px !important; }
  .sp_small_pr15 {
    padding-right: 15px !important; }
  .sp_small_pl15 {
    padding-left: 15px !important; }
  .sp_small_pb20 {
    padding-bottom: 20px !important; }
  .sp_small_pt20 {
    padding-top: 20px !important; }
  .sp_small_pr20 {
    padding-right: 20px !important; }
  .sp_small_pl20 {
    padding-left: 20px !important; }
  .sp_small_pb25 {
    padding-bottom: 25px !important; }
  .sp_small_pt25 {
    padding-top: 25px !important; }
  .sp_small_pr25 {
    padding-right: 25px !important; }
  .sp_small_pl25 {
    padding-left: 25px !important; }
  .sp_small_pb30 {
    padding-bottom: 30px !important; }
  .sp_small_pt30 {
    padding-top: 30px !important; }
  .sp_small_pr30 {
    padding-right: 30px !important; }
  .sp_small_pl30 {
    padding-left: 30px !important; }
  .sp_small_pb35 {
    padding-bottom: 35px !important; }
  .sp_small_pt35 {
    padding-top: 35px !important; }
  .sp_small_pr35 {
    padding-right: 35px !important; }
  .sp_small_pl35 {
    padding-left: 35px !important; }
  .sp_small_pb40 {
    padding-bottom: 40px !important; }
  .sp_small_pt40 {
    padding-top: 40px !important; }
  .sp_small_pr40 {
    padding-right: 40px !important; }
  .sp_small_pl40 {
    padding-left: 40px !important; }
  .sp_small_pb45 {
    padding-bottom: 45px !important; }
  .sp_small_pt45 {
    padding-top: 45px !important; }
  .sp_small_pr45 {
    padding-right: 45px !important; }
  .sp_small_pl45 {
    padding-left: 45px !important; }
  .sp_small_pb50 {
    padding-bottom: 50px !important; }
  .sp_small_pt50 {
    padding-top: 50px !important; }
  .sp_small_pr50 {
    padding-right: 50px !important; }
  .sp_small_pl50 {
    padding-left: 50px !important; }
  .sp_small_pb55 {
    padding-bottom: 55px !important; }
  .sp_small_pt55 {
    padding-top: 55px !important; }
  .sp_small_pr55 {
    padding-right: 55px !important; }
  .sp_small_pl55 {
    padding-left: 55px !important; }
  .sp_small_pb60 {
    padding-bottom: 60px !important; }
  .sp_small_pt60 {
    padding-top: 60px !important; }
  .sp_small_pr60 {
    padding-right: 60px !important; }
  .sp_small_pl60 {
    padding-left: 60px !important; }
  .sp_small_pb65 {
    padding-bottom: 65px !important; }
  .sp_small_pt65 {
    padding-top: 65px !important; }
  .sp_small_pr65 {
    padding-right: 65px !important; }
  .sp_small_pl65 {
    padding-left: 65px !important; }
  .sp_small_pb70 {
    padding-bottom: 70px !important; }
  .sp_small_pt70 {
    padding-top: 70px !important; }
  .sp_small_pr70 {
    padding-right: 70px !important; }
  .sp_small_pl70 {
    padding-left: 70px !important; }
  .sp_small_pb75 {
    padding-bottom: 75px !important; }
  .sp_small_pt75 {
    padding-top: 75px !important; }
  .sp_small_pr75 {
    padding-right: 75px !important; }
  .sp_small_pl75 {
    padding-left: 75px !important; }
  .sp_small_pb80 {
    padding-bottom: 80px !important; }
  .sp_small_pt80 {
    padding-top: 80px !important; }
  .sp_small_pr80 {
    padding-right: 80px !important; }
  .sp_small_pl80 {
    padding-left: 80px !important; }
  .sp_small_pb85 {
    padding-bottom: 85px !important; }
  .sp_small_pt85 {
    padding-top: 85px !important; }
  .sp_small_pr85 {
    padding-right: 85px !important; }
  .sp_small_pl85 {
    padding-left: 85px !important; }
  .sp_small_pb90 {
    padding-bottom: 90px !important; }
  .sp_small_pt90 {
    padding-top: 90px !important; }
  .sp_small_pr90 {
    padding-right: 90px !important; }
  .sp_small_pl90 {
    padding-left: 90px !important; }
  .sp_small_pb95 {
    padding-bottom: 95px !important; }
  .sp_small_pt95 {
    padding-top: 95px !important; }
  .sp_small_pr95 {
    padding-right: 95px !important; }
  .sp_small_pl95 {
    padding-left: 95px !important; }
  .sp_small_pb100 {
    padding-bottom: 100px !important; }
  .sp_small_pt100 {
    padding-top: 100px !important; }
  .sp_small_pr100 {
    padding-right: 100px !important; }
  .sp_small_pl100 {
    padding-left: 100px !important; }
  .sp_small_pb105 {
    padding-bottom: 105px !important; }
  .sp_small_pt105 {
    padding-top: 105px !important; }
  .sp_small_pr105 {
    padding-right: 105px !important; }
  .sp_small_pl105 {
    padding-left: 105px !important; }
  .sp_small_pb110 {
    padding-bottom: 110px !important; }
  .sp_small_pt110 {
    padding-top: 110px !important; }
  .sp_small_pr110 {
    padding-right: 110px !important; }
  .sp_small_pl110 {
    padding-left: 110px !important; }
  .sp_small_pb115 {
    padding-bottom: 115px !important; }
  .sp_small_pt115 {
    padding-top: 115px !important; }
  .sp_small_pr115 {
    padding-right: 115px !important; }
  .sp_small_pl115 {
    padding-left: 115px !important; }
  .sp_small_pb120 {
    padding-bottom: 120px !important; }
  .sp_small_pt120 {
    padding-top: 120px !important; }
  .sp_small_pr120 {
    padding-right: 120px !important; }
  .sp_small_pl120 {
    padding-left: 120px !important; }
  .sp_small_pb125 {
    padding-bottom: 125px !important; }
  .sp_small_pt125 {
    padding-top: 125px !important; }
  .sp_small_pr125 {
    padding-right: 125px !important; }
  .sp_small_pl125 {
    padding-left: 125px !important; }
  .sp_small_pb130 {
    padding-bottom: 130px !important; }
  .sp_small_pt130 {
    padding-top: 130px !important; }
  .sp_small_pr130 {
    padding-right: 130px !important; }
  .sp_small_pl130 {
    padding-left: 130px !important; }
  .sp_small_pb135 {
    padding-bottom: 135px !important; }
  .sp_small_pt135 {
    padding-top: 135px !important; }
  .sp_small_pr135 {
    padding-right: 135px !important; }
  .sp_small_pl135 {
    padding-left: 135px !important; }
  .sp_small_pb140 {
    padding-bottom: 140px !important; }
  .sp_small_pt140 {
    padding-top: 140px !important; }
  .sp_small_pr140 {
    padding-right: 140px !important; }
  .sp_small_pl140 {
    padding-left: 140px !important; }
  .sp_small_pb145 {
    padding-bottom: 145px !important; }
  .sp_small_pt145 {
    padding-top: 145px !important; }
  .sp_small_pr145 {
    padding-right: 145px !important; }
  .sp_small_pl145 {
    padding-left: 145px !important; }
  .sp_small_pb150 {
    padding-bottom: 150px !important; }
  .sp_small_pt150 {
    padding-top: 150px !important; }
  .sp_small_pr150 {
    padding-right: 150px !important; }
  .sp_small_pl150 {
    padding-left: 150px !important; }
  .sp_small_pb155 {
    padding-bottom: 155px !important; }
  .sp_small_pt155 {
    padding-top: 155px !important; }
  .sp_small_pr155 {
    padding-right: 155px !important; }
  .sp_small_pl155 {
    padding-left: 155px !important; }
  .sp_small_pb160 {
    padding-bottom: 160px !important; }
  .sp_small_pt160 {
    padding-top: 160px !important; }
  .sp_small_pr160 {
    padding-right: 160px !important; }
  .sp_small_pl160 {
    padding-left: 160px !important; }
  .sp_small_pb165 {
    padding-bottom: 165px !important; }
  .sp_small_pt165 {
    padding-top: 165px !important; }
  .sp_small_pr165 {
    padding-right: 165px !important; }
  .sp_small_pl165 {
    padding-left: 165px !important; }
  .sp_small_pb170 {
    padding-bottom: 170px !important; }
  .sp_small_pt170 {
    padding-top: 170px !important; }
  .sp_small_pr170 {
    padding-right: 170px !important; }
  .sp_small_pl170 {
    padding-left: 170px !important; }
  .sp_small_pb175 {
    padding-bottom: 175px !important; }
  .sp_small_pt175 {
    padding-top: 175px !important; }
  .sp_small_pr175 {
    padding-right: 175px !important; }
  .sp_small_pl175 {
    padding-left: 175px !important; }
  .sp_small_pb180 {
    padding-bottom: 180px !important; }
  .sp_small_pt180 {
    padding-top: 180px !important; }
  .sp_small_pr180 {
    padding-right: 180px !important; }
  .sp_small_pl180 {
    padding-left: 180px !important; }
  .sp_small_pb185 {
    padding-bottom: 185px !important; }
  .sp_small_pt185 {
    padding-top: 185px !important; }
  .sp_small_pr185 {
    padding-right: 185px !important; }
  .sp_small_pl185 {
    padding-left: 185px !important; }
  .sp_small_pb190 {
    padding-bottom: 190px !important; }
  .sp_small_pt190 {
    padding-top: 190px !important; }
  .sp_small_pr190 {
    padding-right: 190px !important; }
  .sp_small_pl190 {
    padding-left: 190px !important; }
  .sp_small_pb195 {
    padding-bottom: 195px !important; }
  .sp_small_pt195 {
    padding-top: 195px !important; }
  .sp_small_pr195 {
    padding-right: 195px !important; }
  .sp_small_pl195 {
    padding-left: 195px !important; }
  .sp_small_pb200 {
    padding-bottom: 200px !important; }
  .sp_small_pt200 {
    padding-top: 200px !important; }
  .sp_small_pr200 {
    padding-right: 200px !important; }
  .sp_small_pl200 {
    padding-left: 200px !important; } }

/*

font

*/
.smaller {
  font-size: 85% !important; }

.larger {
  font-size: larger !important; }

.bold {
  font-weight: bold !important; }

.weight_normal {
  font-weight: normal !important; }

.style_normal {
  font-style: normal !important; }

/*

line height

*/
.lh_l {
  line-height: 1.75 !important; }

.lh_m {
  line-height: 1.5 !important; }

.lh_s {
  line-height: 1.3 !important; }

.lh_xs {
  line-height: 1 !important; }

/*

font-feature-settings

*/
.ffs_palt {
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
  letter-spacing: .08em; }

.ffs_normal {
  -webkit-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
  letter-spacing: .08em; }
