@charset "UTF-8";
/* -------------------------------------------------------------------------
	Web font
------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
	Foundation
------------------------------------------------------------------------- */
/* Vendor */
/* 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; }

@-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, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

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

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

.scroll-hint-icon {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  height: 85px;
  border-radius: 8px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 12px 10px 10px 10px; }

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none; }

.scroll-hint-text {
  font-size: 12px;
  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: 2px;
  position: relative;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../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(../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; }

/* Variable */
/*

brakepoints

*/
/*

base color

*/
/* $color_sub : ; */
/*

text color

*/
.color.red {
  color: #E22E00; }

.color.main {
  color: #e95404; }

.color.base {
  color: #ffffff; }

/*

base font size

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

.font.color_main {
  color: #e95404; }

.font.color_accent {
  color: #EE822E; }

.font.color_red {
  color: #E22E00; }

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

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

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

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

width

*/
.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

/* 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: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  line-break: strict;
  color: #1a1916;
  min-width: 1260px; }
  @media all and (max-width: 430px) {
    body {
      min-width: auto; } }

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

a {
  color: #1a1916;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  a:hover {
    text-decoration: none; }

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

/* -------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------- */
.breadcrumbs {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -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;
  margin-bottom: 16px !important; }
  @media all and (max-width: 430px) {
    .breadcrumbs {
      margin-bottom: 0 !important;
      margin-top: 8px;
      display: block;
      font-size: 12px; } }
  .breadcrumbs li {
    position: relative;
    letter-spacing: 0.08em; }
    @media all and (max-width: 430px) {
      .breadcrumbs li {
        display: inline;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    .breadcrumbs li:not(:first-child) {
      margin-left: 16px;
      padding-left: 22px; }
      .breadcrumbs li:not(:first-child):before {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        left: 3px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #ed6f16;
        border-right: 1px solid #ed6f16;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .breadcrumbs li .icon__arrow_type03 {
      color: #1a1916;
      font-size: 8px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      transform: translateY(-40%); }

.site_footer {
  min-width: 1080px;
  background: #a0a0a0; }
  .site_footer__top {
    background: #e95404; }
  @media all and (max-width: 430px) {
    .site_footer {
      min-width: 100%; } }
  .site_footer__inner {
    padding: 48px calc(80vw / 1080 * 100) 80px; }
    @media all and (min-width: 431px) {
      .site_footer__inner {
        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; } }
    @media all and (max-width: 430px) {
      .site_footer__inner {
        padding: 40px 32px 24px; } }
  .site_footer__bottom {
    padding: 48px calc(80vw / 1080 * 100) 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #535353; }
  .site_footer__logo {
    max-width: calc(240vw / 1080 * 100);
    width: 285px; }
    @media all and (max-width: 430px) {
      .site_footer__logo {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .site_footer__logo img {
      width: 100%; }
  .site_footer__icon-list {
    width: 100%;
    margin-top: 16px;
    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-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px; }
    @media all and (max-width: 430px) {
      .site_footer__icon-list {
        margin-top: 0; } }
    @media all and (max-width: 430px) {
      .site_footer__icon-list > li {
        margin: 0 16px;
        margin-bottom: 16px; } }
    .site_footer__icon-list > li a {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .site_footer__icon-list > li a:hover {
        opacity: 0.8; }
    .site_footer__icon-list > li + li {
      margin-left: 64px; }
      @media all and (max-width: 430px) {
        .site_footer__icon-list > li + li {
          margin: 0 16px;
          margin-bottom: 16px; } }
    .site_footer__icon-list > li.text-link {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      border-radius: 0;
      height: auto; }
  .site_footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto; }
    .site_footer__menu-list {
      display: -ms-grid;
      display: grid;
      grid-auto-flow: column;
      -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      text-align: center; }
      @media all and (max-width: 430px) {
        .site_footer__menu-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media all and (max-width: 430px) {
        .site_footer__menu-list > li {
          width: 50%; } }
      .site_footer__menu-list > li > a {
        position: relative;
        font-size: 16px;
        display: block;
        color: #ffffff; }
        @media all and (max-width: 430px) {
          .site_footer__menu-list > li > a {
            font-size: 14px; } }
      .site_footer__menu-list > li:not(:nth-child(4n)) {
        margin-bottom: 20px; }
      .site_footer__menu-list > li:nth-child(n+5) {
        margin-left: clamp(calc(150px * 0.75), calc(40vw / 1680 * 100), 150px); }
        @media all and (max-width: 430px) {
          .site_footer__menu-list > li:nth-child(n+5) {
            margin-left: 0; } }
    .site_footer__menu .btn__normal {
      min-width: auto; }
      @media all and (max-width: 430px) {
        .site_footer__menu .btn__normal {
          margin: 24px auto 0; } }
      .site_footer__menu .btn__normal > a {
        font-size: 12px;
        padding: 16px; }
  .site_footer__copyright {
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    display: block;
    padding: 16px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #a0a0a0; }
    @media all and (max-width: 430px) {
      .site_footer__copyright {
        font-size: 10px;
        text-align: center;
        width: calc(100% - 32px); } }

.tablet .site_footer__menu .btn__normal {
  min-width: 233px; }

.global_nav {
  width: 50%;
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity .3s ease .1s, visibility .3s ease .1s, -webkit-transform 0s ease 0s;
  transition: opacity .3s ease .1s, visibility .3s ease .1s, -webkit-transform 0s ease 0s;
  -o-transition: transform 0s ease 0s, opacity .3s ease .1s, visibility .3s ease .1s;
  transition: transform 0s ease 0s, opacity .3s ease .1s, visibility .3s ease .1s;
  transition: transform 0s ease 0s, opacity .3s ease .1s, visibility .3s ease .1s, -webkit-transform 0s ease 0s; }
  @media all and (min-width: 431px) {
    .global_nav {
      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: 430px) {
    .global_nav {
      width: 100%;
      padding-top: 82px; } }
  .global_nav.active {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .global_nav__inner {
    margin: 0 auto; }
    @media all and (min-width: 431px) {
      .global_nav__inner {
        width: 600px;
        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; } }
    @media all and (max-width: 430px) {
      .global_nav__inner {
        padding: 32px 32px 0;
        height: calc(100vh - 114px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; } }
  .global_nav__list {
    padding-bottom: 280px; }
    .global_nav__list > li + li {
      margin-top: 2px; }
    .global_nav__list > li > a {
      color: #e95404;
      text-decoration: none;
      background: #f2f3f3;
      height: 58px;
      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-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .global_nav__list > li a {
      color: #e95404;
      text-align: center; }
      .global_nav__list > li a span {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 10px; }
    .global_nav__list_sub {
      margin-top: 32px; }
      @media all and (max-width: 430px) {
        .global_nav__list_sub {
          padding-bottom: 96px; } }
      .global_nav__list_sub > li a {
        color: #e95404; }
      .global_nav__list_sub > li + li {
        margin-top: 16px; }
  .global_nav__accordion {
    position: relative; }
    .global_nav__accordion a:hover {
      text-decoration: none; }
    .global_nav__accordion_list {
      display: none; }
      .global_nav__accordion_list > ul {
        margin-top: 16px; }
        .global_nav__accordion_list > ul > li {
          padding-left: 26px;
          margin: 16px 0; }

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

@media all and (min-width: 431px) {
  .tablet .global_nav {
    display: block !important;
    padding: 160px 80px; } }

.f-lang #site-translate-header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10000;
  top: 0; }
  @media all and (max-width: 430px) {
    .f-lang #site-translate-header-wrapper {
      height: 35px; } }

.f-lang .site_header {
  top: 24px; }
  @media all and (max-width: 430px) {
    .f-lang .site_header {
      top: 35px; } }

.f-lang .section__main {
  padding-top: 80px; }
  @media all and (max-width: 430px) {
    .f-lang .section__main {
      padding-top: 60px; } }

.site_header {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#69aee9), color-stop(40%, white));
  background-image: -webkit-linear-gradient(top, #69aee9, white 40%);
  background-image: -o-linear-gradient(top, #69aee9, white 40%);
  background-image: linear-gradient(180deg, #69aee9, white 40%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 10000;
  top: 0; }
  .site_header_inner {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 50px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: auto; }
    @media all and (max-width: 430px) {
      .site_header_inner {
        padding-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media all and (max-width: 430px) {
    .site_header {
      padding: 0 16px; } }
  .site_header__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 430px) {
      .site_header__logo {
        max-width: 40%;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    .site_header__logo span {
      border-left: 1px solid #e95404;
      padding-left: 16px;
      color: #e95404; }
      @media all and (max-width: 430px) {
        .site_header__logo span {
          border: none;
          padding-left: 0;
          font-size: 14px;
          display: block; } }
    .site_header__logo a {
      display: inline-block;
      margin-right: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media all and (max-width: 430px) {
        .site_header__logo a {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 8px; } }
      .site_header__logo a img {
        width: 100%; }
        .site_header__logo a img:first-child {
          margin-right: 16px; }
  @media all and (max-width: 430px) {
    .site_header__nav_box {
      width: 30%; } }
  .site_header__nav_image {
    margin-bottom: 12px;
    text-align: right; }
    @media all and (max-width: 430px) {
      .site_header__nav_image {
        margin-bottom: 0; } }
  .site_header__nav_list {
    margin-top: 12px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media all and (max-width: 430px) {
      .site_header__nav_list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .site_header__nav_list > li {
      font-size: 14px;
      position: relative;
      width: calc(12.5% - 2px);
      text-align: center; }
      @media all and (max-width: 430px) {
        .site_header__nav_list > li {
          width: calc(50% - 2px);
          margin-bottom: 4px; } }
      .site_header__nav_list > li > a {
        position: relative;
        height: 58px;
        background: #f2f3f3;
        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-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none; }
        .site_header__nav_list > li > a span {
          width: 100%;
          text-align: center;
          display: block;
          font-size: 10px; }
      .site_header__nav_list > li:hover > a {
        text-decoration: none;
        background: #cfcfcf; }
        @media all and (min-width: 431px) {
          .site_header__nav_list > li:hover > a {
            color: #e95404; } }
      .site_header__nav_list > li.current > a::before {
        content: "";
        width: 100% !important;
        height: 1px;
        background: rgba(233, 84, 4, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0; }
      .site_header__nav_list > li a {
        color: #e95404;
        letter-spacing: .1em; }
      .site_header__nav_list > li + li {
        margin-left: Min(2vw, 2px); }
        @media all and (max-width: 430px) {
          .site_header__nav_list > li + li {
            margin-left: 0; } }
      .site_header__nav_list > li > input {
        border-radius: 50px;
        padding: 8px 40px 8px 16px;
        width: 16vw;
        max-width: 220px;
        height: 40px;
        border: 1px solid #D1D1D1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px; }
      .site_header__nav_list > li > button {
        height: 40px;
        width: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        background: #EE822E;
        border: none;
        position: absolute;
        top: 0;
        right: 0; }
        .site_header__nav_list > li > button .icon__search {
          text-align: center;
          line-height: 42px;
          font-size: 18px; }
    .site_header__nav_list__inner {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      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; }
    .site_header__nav_list__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      color: #e95404; }
      @media all and (max-width: 430px) {
        .site_header__nav_list__top {
          display: none; } }
      .site_header__nav_list__top li a {
        color: #e95404; }
      .site_header__nav_list__top li:not(:first-child) {
        border-left: 1px solid #e95404;
        padding-left: Min(2vw, 20px);
        margin-left: Min(2vw, 20px); }
    .site_header__nav_list__contact {
      margin-left: Min(2vw, 40px); }
      .site_header__nav_list__contact.pre {
        margin-left: Min(4vw, 80px); }
      .site_header__nav_list__contact > a {
        display: block;
        font-weight: 700;
        letter-spacing: 0.1em;
        background-color: #EE822E;
        border-radius: 50px;
        color: #ffffff;
        padding: 0 clamp(calc(40px * 0.75), calc(40vw / 1680 * 100), 40px);
        font-size: Min(1.1vw, 16px);
        position: relative;
        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;
        height: 48px;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        @media all and (max-width: 430px) {
          .site_header__nav_list__contact > a {
            font-size: 11px;
            padding: 0 32px;
            height: 35px;
            margin-right: 16px; } }
        .site_header__nav_list__contact > a:hover {
          text-decoration: none; }
          @media all and (min-width: 431px) {
            .site_header__nav_list__contact > a:hover {
              background-color: #1a1916; } }
        @media all and (min-width: 431px) {
          .site_header__nav_list__contact > a::before {
            content: "";
            width: 78px;
            height: 80px;
            background: url(../img/icon/icon_character.png) center center/cover no-repeat;
            position: absolute;
            top: -16px;
            left: -32px; } }
  .site_header__nav_lang {
    margin-left: Min(2vw, 32px);
    position: relative;
    padding-left: Min(2vw, 32px); }
    @media all and (max-width: 430px) {
      .site_header__nav_lang {
        margin-left: auto;
        margin-right: 0;
        padding: 0;
        display: inline-block; } }
    .site_header__nav_lang > a {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 500 !important; }
    @media all and (min-width: 431px) {
      .site_header__nav_lang::before {
        content: "";
        width: 1px;
        height: calc(100% + 16px);
        position: absolute;
        background: rgba(209, 209, 209, 0.5);
        left: 0;
        top: -8px; } }
    .site_header__nav_lang .icon__lang {
      font-size: 20px;
      display: inline-block;
      margin-right: 8px; }
      @media all and (max-width: 430px) {
        .site_header__nav_lang .icon__lang {
          margin-top: 2px; } }
    .site_header__nav_lang .icon__arrow_type01 {
      font-size: 8px;
      display: inline-block;
      margin-left: 16px;
      margin-top: 2px; }
  .site_header__nav_accordion {
    cursor: pointer; }
    .site_header__nav_accordion > a {
      text-decoration: none; }
    .site_header__nav_accordion_list {
      display: block;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      padding-top: 40px;
      padding-bottom: 16px;
      background: #ffffff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media all and (max-width: 430px) {
        .site_header__nav_accordion_list {
          padding-top: 4px;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; } }
      .site_header__nav_accordion_list li {
        font-size: Min(1.1vw, 14px);
        display: block; }
        @media all and (max-width: 430px) {
          .site_header__nav_accordion_list li {
            font-size: 16px; } }
        .site_header__nav_accordion_list li a {
          position: relative;
          display: block;
          -webkit-transition: color 0.3s ease;
          -o-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          @media all and (min-width: 431px) {
            .site_header__nav_accordion_list li a {
              padding-left: 20px; } }
          @media all and (max-width: 430px) {
            .site_header__nav_accordion_list li a {
              display: inline-block; } }
          .site_header__nav_accordion_list li a:hover {
            text-decoration: none; }
            @media all and (min-width: 431px) {
              .site_header__nav_accordion_list li a:hover {
                color: #e95404; } }
        .site_header__nav_accordion_list li + li {
          margin-top: 16px; }
      .site_header__nav_accordion_list_inner {
        position: absolute;
        left: 18px;
        top: 36px;
        width: 100%;
        display: none; }
        @media all and (max-width: 430px) {
          .site_header__nav_accordion_list_inner {
            width: 100%;
            left: 26px; } }
  .site_header__btn {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 32px;
    height: 18px;
    display: block;
    z-index: 100;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none; }
    .site_header__btn span {
      height: 2px;
      width: 32px;
      background: #1a1916;
      display: block;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
      transition: opacity .2s ease, -webkit-transform .2s ease;
      -o-transition: opacity .2s ease, transform .2s ease;
      transition: opacity .2s ease, transform .2s ease;
      transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease; }
    .site_header__btn::before, .site_header__btn::after {
      content: '';
      position: absolute;
      left: 50%;
      display: block;
      width: 32px;
      height: 2px;
      background: #1a1916;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: top .2s, bottom .2s, -webkit-transform .2s ease;
      transition: top .2s, bottom .2s, -webkit-transform .2s ease;
      -o-transition: top .2s, bottom .2s, transform .2s ease;
      transition: top .2s, bottom .2s, transform .2s ease;
      transition: top .2s, bottom .2s, transform .2s ease, -webkit-transform .2s ease; }
    .site_header__btn::before {
      top: 0; }
    .site_header__btn::after {
      bottom: 0; }
    .site_header__btn.active span {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
      -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
      transition: opacity .2s ease, -webkit-transform .2s ease;
      -o-transition: opacity .2s ease, transform .2s ease;
      transition: opacity .2s ease, transform .2s ease;
      transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease; }
    .site_header__btn.active::before {
      -webkit-transform: translateX(-50%) rotate(35deg);
      -ms-transform: translateX(-50%) rotate(35deg);
      transform: translateX(-50%) rotate(35deg);
      -webkit-box-shadow: 0 0 0 0 transparent;
      box-shadow: 0 0 0 0 transparent;
      top: 8.5px; }
      @media all and (max-width: 430px) {
        .site_header__btn.active::before {
          top: 7.5px; } }
    .site_header__btn.active::after {
      -webkit-transform: translateX(-50%) rotate(-35deg);
      -ms-transform: translateX(-50%) rotate(-35deg);
      transform: translateX(-50%) rotate(-35deg);
      bottom: 9.5px; }
      @media all and (max-width: 430px) {
        .site_header__btn.active::after {
          bottom: 8.5px; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_list {
    display: none; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_list__contact > a {
    margin-right: 16px; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_list__contact > a:hover {
    background-color: #EE822E; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_list__contact > a::before {
    content: none; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_lang {
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    display: inline-block; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_lang::before {
    content: none; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_accordion_list {
    padding-top: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_accordion_list li {
    font-size: 16px; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_accordion_list li a {
    display: inline-block;
    padding-left: 0; } }

@media all and (min-width: 431px) {
  .tablet .site_header__nav_accordion_list_inner {
    left: 26px;
    width: 100%; } }

@media all and (min-width: 431px) {
  .tablet .site_header__btn {
    display: block !important; } }

/* -------------------------------------------------------------------------
	Object
------------------------------------------------------------------------- */
/* Component */
/*

bg

*/
.bg__inner {
  background: initial;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.bg__gray {
  background: #F3F3F3; }

.bg__main {
  background: #e95404; }
  .bg__main .title__main--en {
    color: #ffffff; }
    .bg__main .title__main--en .icon__car::before {
      color: #ffffff; }
  .bg__main .title__main--jp {
    color: #ffffff; }

/*

btn

*/
.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: .1em;
  vertical-align: top;
  font-weight: 700; }
  .btn > * {
    display: block;
    position: relative;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none; }
    .btn > *:hover {
      text-decoration: none; }
  .btn__inner {
    margin-top: 40px;
    width: 100%; }
    @media all and (max-width: 430px) {
      .btn__inner {
        margin-top: 32px; } }
  .btn__download {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .btn__download > * {
      padding: 16px 80px 16px 40px;
      background-color: #e95404;
      color: #ffffff;
      text-align: left;
      border-radius: 8px;
      letter-spacing: 0.1em;
      position: relative;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      font-size: 24px; }
      .btn__download > *:hover {
        background: #9f3903; }
      .btn__download > *::before {
        position: absolute;
        content: "";
        height: 69px;
        width: 43px;
        background: url(../../common/img/icon_touch_01.svg) no-repeat;
        background-size: cover;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media all and (max-width: 430px) {
          .btn__download > *::before {
            height: 35px;
            width: 22px;
            right: 12px; } }
      @media all and (max-width: 430px) {
        .btn__download > * {
          font-size: 14px;
          padding: 15px 40px 15px 25px; } }
  @media all and (max-width: 430px) {
    .btn__normal {
      min-width: auto;
      width: 100%; } }
  .btn__normal > * {
    padding: 16px 40px 16px 40px;
    background-color: #e95404;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 24px; }
    @media all and (max-width: 430px) {
      .btn__normal > * {
        font-size: 14px;
        padding: 15px 25px 15px 25px; } }
    .btn__normal > * .icon__arrow_type02 {
      font-size: 12px;
      position: absolute;
      right: 24px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .btn__normal > * .icon__pdf {
      font-size: 24px;
      position: absolute;
      right: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .btn__normal > * .icon__blank {
      font-size: 16px;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .btn__normal > *:hover {
      text-decoration: none;
      background: #9f3903; }
  .btn__normal.prev > * {
    padding: 18px 16px 18px 40px; }
    @media all and (max-width: 430px) {
      .btn__normal.prev > * {
        padding: 15px 25px 15px 48px; } }
    .btn__normal.prev > * .icon__arrow_type02 {
      font-size: 12px;
      position: absolute;
      left: 24px;
      right: auto;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
  .btn__normal.short {
    min-width: 250px; }
  .btn__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .btn__link > * {
      padding: 8px 80px 8px 80px;
      background-color: #e95404;
      display: block;
      color: #ffffff;
      text-align: center;
      border-radius: 8px;
      position: relative;
      font-size: 28px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      text-decoration: none; }
      @media all and (max-width: 430px) {
        .btn__link > * {
          font-size: 18px;
          padding: 8px 40px; } }
      .btn__link > *:hover {
        text-decoration: none;
        background: #9f3903; }

/*

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

*/
.list_disc > li, .list_square > li, .list_decimal > li, .list_decimal_zero > li, .list_dot > li, .list_circle > li, .list_decimal_01 > li, .list_decimal_02 > li, .list_decimal_03 > li, .list_decimal_04 > li, .list_upper_alpha_01 > li {
  margin-bottom: 8px; }
  .list_disc > li:last-child, .list_square > li:last-child, .list_decimal > li:last-child, .list_decimal_zero > li:last-child, .list_dot > li:last-child, .list_circle > li:last-child, .list_decimal_01 > li:last-child, .list_decimal_02 > li:last-child, .list_decimal_03 > li:last-child, .list_decimal_04 > li:last-child, .list_upper_alpha_01 > li:last-child {
    margin-bottom: 0; }

.list_disc {
  margin-left: 1.2em;
  list-style: disc; }

.list_square {
  margin-left: 1.2em;
  list-style: square; }

.list_decimal {
  margin-left: 1.7em;
  list-style: decimal; }

.list_decimal_zero {
  margin-left: 2.3em;
  list-style: decimal-leading-zero; }

/*

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

*/
/* ---- ・ ---- */
.list_dot {
  margin: 16px 0; }
  .list_dot > li {
    position: relative;
    padding-left: 32px;
    line-height: 2; }
    .list_dot > li:before {
      content: "・";
      position: absolute;
      left: 6px; }
    .list_dot > li > * {
      text-indent: 0; }

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

/* ---- 1. ---- */
.list_decimal_01 {
  margin: 16px 0; }
  .list_decimal_01 > li {
    counter-increment: decimal_01;
    padding-left: 32px;
    position: relative; }
    .list_decimal_01 > li:before {
      content: counter(decimal_01) ". ";
      position: absolute;
      left: 0;
      text-align: right;
      width: 20px; }
    .list_decimal_01 > li > * {
      text-indent: 0; }

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

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

/* ---- 丸数字 ---- */
.list_decimal_04 > li {
  counter-increment: decimal_04;
  padding-left: 32px;
  position: relative; }
  @media all and (max-width: 430px) {
    .list_decimal_04 > li {
      padding-left: 24px; } }
  .list_decimal_04 > li:before {
    content: counter(decimal_04);
    border: 1px solid #000;
    font-size: 13px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    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: 430px) {
      .list_decimal_04 > li:before {
        font-size: 10px;
        width: 14px;
        height: 14px;
        top: 0px; } }
  .list_decimal_04 > li > * {
    text-indent: 0; }

/* ---- upper alpha ---- */
.list_upper_alpha_01 > li {
  counter-increment: upper_alpha_01;
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .list_upper_alpha_01 > li:before {
    content: counter(upper_alpha_01, upper-alpha) ") "; }
  .list_upper_alpha_01 > li > * {
    text-indent: 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; }

/*

slick

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

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

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

/*

title

*/
.title__main {
  font-size: 36px;
  margin-bottom: 80px;
  line-height: 1.6; }
  @media all and (max-width: 430px) {
    .title__main {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 24px; } }
  .title__main--en {
    font-size: 20px;
    font-weight: 700;
    color: #EE822E;
    letter-spacing: .05em;
    margin-top: 8px; }
    @media all and (max-width: 430px) {
      .title__main--en {
        font-size: 12px; } }
    .title__main--en .icon__car {
      font-size: 14px;
      margin-right: 8px;
      position: relative;
      top: -1px; }
      @media all and (max-width: 430px) {
        .title__main--en .icon__car {
          font-size: 10px;
          top: 0;
          margin-right: 4px; } }
  .title__main--jp {
    font-size: 36px;
    font-weight: 700;
    color: #e95404;
    line-height: 1.6; }
    @media all and (max-width: 430px) {
      .title__main--jp {
        font-size: 24px; } }

.title__normal {
  font-size: 32px;
  letter-spacing: .05em;
  margin-bottom: 40px;
  line-height: 1.5; }
  @media all and (max-width: 430px) {
    .title__normal {
      font-size: 18px;
      margin-bottom: 16px; } }
  .title__normal-main {
    color: #e95404; }
  .title__normal-large {
    font-size: 40px;
    margin-bottom: 48px;
    line-height: 1.5; }
    @media all and (max-width: 430px) {
      .title__normal-large {
        font-size: 24px;
        margin-bottom: 32px; } }
  .title__normal-middle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.5;
    margin-top: 40px; }
    @media all and (max-width: 430px) {
      .title__normal-middle {
        font-size: 18px; } }
  .title__normal-small {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.5;
    margin-top: 40px; }
    @media all and (max-width: 430px) {
      .title__normal-small {
        font-size: 16px; } }

.title__large {
  padding-bottom: 16px;
  border-bottom: 1px solid #D1D1D1;
  font-weight: 700;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 32px;
  position: relative; }
  @media all and (max-width: 430px) {
    .title__large {
      font-size: 20px;
      margin-top: 40px;
      margin-bottom: 24px; } }
  .title__large::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 4px;
    background: #e95404;
    position: absolute;
    bottom: -2px;
    left: 0; }

.title__middle {
  font-size: 24px;
  padding-left: 24px;
  position: relative;
  font-weight: 700;
  margin-top: 64px;
  margin-bottom: 24px; }
  @media all and (max-width: 430px) {
    .title__middle {
      font-size: 18px;
      padding-left: 16px;
      margin-top: 32px;
      margin-bottom: 16px; } }
  .title__middle::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #e95404;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 2px; }

.title__bar {
  border-radius: 100px;
  padding: 16px 40px;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1; }
  @media all and (max-width: 430px) {
    .title__bar {
      font-size: 18px;
      margin-bottom: 16px;
      padding: 16px 20px; } }
  .title__bar-main {
    color: #ffffff;
    background: #e95404; }
  .title__bar-gray {
    color: #ffffff;
    background: #707070; }
  .title__bar-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 40px; }
  .title__bar-waku {
    color: #e95404;
    background: #ffffff;
    border: 2px solid #e95404;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .title__bar-waku--gray {
      background: #f6f6f6; }
    .title__bar-waku--fit {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }

.title__underbar {
  color: #e95404;
  position: relative;
  border-bottom: 2px solid #e95404;
  padding-left: 16px;
  padding-bottom: 16px;
  margin-bottom: 40px; }
  .title__underbar-white {
    color: #ffffff;
    border-bottom: 2px solid #ffffff; }

.title__leftbar {
  position: relative;
  padding-left: 24px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px; }
  @media all and (max-width: 430px) {
    .title__leftbar {
      font-size: 18px; } }
  .title__leftbar:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    border-radius: 4px;
    background: #68A1FF; }

/* Project */
@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^="icon__"]:before, [class^="icon__"]::after, [class*=" icon__"], [target="_blank"] > span::after, [target="_blank"]::after, [href$=".pdf"]::after {
  /* 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; }

.icon__pdf:before {
  content: "\e908";
  color: #fff; }

.icon__blank:before {
  content: "\e907";
  color: #fff; }

.icon__calendar:before {
  content: "\e906";
  color: #fff; }

.icon__car:before {
  content: "\e905";
  color: #ee7100; }

.icon__arrow_type03:before {
  content: "\e904"; }

.icon__arrow_type02:before {
  content: "\e900"; }

.icon__attention:before {
  content: "\e901";
  color: #e22e00; }

.icon__lang:before {
  content: "\e902"; }

.icon__arrow_type01:before {
  content: "\e903"; }

.icon__plane:before {
  content: "\e909"; }

.icon__bus:before {
  content: "\e90a"; }

.icon__train:before {
  content: "\e90b"; }

.news__kv {
  background: url(../img/kv/img_kv_news.jpg) center center/cover no-repeat; }

.news__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px; }
  @media all and (max-width: 430px) {
    .news__cat {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media all and (max-width: 430px) {
    .news__cat > li {
      width: 32%; }
      .news__cat > li:not(:nth-child(3n)) {
        margin-right: 2%; } }
  .news__cat > li > a {
    background-color: #F3F3F3;
    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;
    width: 132px;
    height: 34px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease; }
    @media all and (max-width: 430px) {
      .news__cat > li > a {
        width: 100%; } }
    .news__cat > li > a:hover {
      text-decoration: none;
      background-color: #43B9F6;
      color: #ffffff; }
  .news__cat > li.active > a {
    background: #43B9F6;
    color: #ffffff; }
  @media all and (min-width: 431px) {
    .news__cat > li + li {
      margin-left: 16px; } }
  @media all and (max-width: 430px) {
    .news__cat > li:nth-child(n+4) {
      margin-top: 8px; } }

.news__list li {
  padding: 48px 0;
  border-bottom: 1px solid #D1D1D1; }
  @media all and (max-width: 430px) {
    .news__list li {
      padding: 24px 0; } }
  .news__list li a {
    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; }
    @media all and (max-width: 430px) {
      .news__list li a {
        position: relative; } }
    .news__list li a:hover {
      text-decoration: none; }
      @media all and (min-width: 431px) {
        .news__list li a:hover .news__list-image img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }
      @media all and (min-width: 431px) {
        .news__list li a:hover .news__list-text {
          opacity: 0.5; } }
      @media all and (min-width: 431px) {
        .news__list li a:hover .news__list-info .icon__arrow_type02 {
          background-color: #1a1916;
          color: #ffffff; } }

.news__list-image {
  border-radius: 8px;
  width: 250px;
  padding-bottom: 16.6%;
  height: 0;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 430px) {
    .news__list-image {
      width: 30%;
      padding-bottom: 19.9%; } }
  .news__list-image:has(.no-image) {
    border: 3px solid #F3F3F3; }
  .news__list-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.news__list-info {
  width: calc(100% - 330px);
  padding-right: 124px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media all and (max-width: 430px) {
    .news__list-info {
      width: calc(70% - 24px);
      padding-right: 0; } }
  .news__list-info .icon__arrow_type02 {
    width: 50px;
    height: 50px;
    background-color: #F3F3F3;
    display: block;
    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;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1a1916;
    -webkit-transition: background-color 0.3s ease , color 0.3s ease;
    -o-transition: background-color 0.3s ease , color 0.3s ease;
    transition: background-color 0.3s ease , color 0.3s ease; }
    @media all and (max-width: 430px) {
      .news__list-info .icon__arrow_type02 {
        width: 35px;
        height: 35px;
        font-size: 9px;
        top: auto;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        bottom: 0; } }

.news__list-data {
  letter-spacing: 0.08em;
  width: 100%;
  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;
  margin-bottom: 16px;
  margin-top: -4px; }
  @media all and (max-width: 430px) {
    .news__list-data {
      margin-bottom: 14px; } }
  .news__list-data--cat {
    font-size: 12px;
    font-weight: 700;
    width: 100px;
    color: #ffffff;
    background: #43B9F6;
    border-radius: 16px;
    padding: 4px;
    text-align: center;
    margin-right: 8px;
    margin-top: 4px; }
    @media all and (max-width: 430px) {
      .news__list-data--cat {
        font-size: 10px;
        width: 90px; } }
    .news__list-data--cat:nth-last-child(2) {
      margin-right: 16px; }
  .news__list-data--date {
    font-weight: 700;
    margin-top: 4px; }
    @media all and (max-width: 430px) {
      .news__list-data--date {
        font-size: 14px; } }

.news__list-text {
  font-size: 20px;
  line-height: 2;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media all and (max-width: 430px) {
    .news__list-text {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 48px; } }

.news__pagination {
  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;
  margin-top: 64px; }
  @media all and (max-width: 430px) {
    .news__pagination {
      margin-top: 40px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .news__pagination > li:not(:first-of-type) {
    margin-left: 8px; }
    @media all and (max-width: 430px) {
      .news__pagination > li:not(:first-of-type) {
        margin-left: 4px; } }
  .news__pagination > li > a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #F3F3F3;
    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;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease; }
    @media all and (max-width: 430px) {
      .news__pagination > li > a {
        width: 35px;
        height: 35px;
        font-size: 12px; } }
    .news__pagination > li > a:hover {
      text-decoration: none;
      background-color: #1a1916;
      color: #ffffff; }
    .news__pagination > li > a .icon__arrow_type02 {
      font-size: 10px; }
  .news__pagination > li.active > a {
    background: #1a1916;
    color: #ffffff; }
  .news__pagination > li.dots {
    width: 30px;
    text-align: center; }
  .news__pagination > li.prev .icon__arrow_type02 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.news__detail-title {
  margin-top: 56px; }
  @media all and (max-width: 430px) {
    .news__detail-title {
      margin-top: 32px; } }

.news__detail-data {
  letter-spacing: 0.08em;
  width: 100%;
  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;
  margin-bottom: 16px;
  margin-top: -4px; }
  .news__detail-data--cat {
    font-size: 12px;
    font-weight: 700;
    width: 100px;
    color: #ffffff;
    background: #43B9F6;
    border-radius: 16px;
    padding: 4px;
    text-align: center;
    margin-right: 8px;
    margin-top: 4px; }
    @media all and (max-width: 430px) {
      .news__detail-data--cat {
        font-size: 10px;
        width: 90px; } }
    .news__detail-data--cat:nth-last-child(2) {
      margin-right: 16px; }
  .news__detail-data--date {
    font-weight: 700;
    margin-top: 4px; }
    @media all and (max-width: 430px) {
      .news__detail-data--date {
        font-size: 14px; } }

.news__detail-image {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px; }
  .news__detail-image img {
    border-radius: 16px; }
    @media all and (max-width: 430px) {
      .news__detail-image img {
        border-radius: 8px; } }

.news__detail-inner {
  padding: 48px 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1; }
  .news__detail-inner .btn__normal {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%; }
    .news__detail-inner .btn__normal * {
      padding: 0; }
    .news__detail-inner .btn__normal a {
      color: #ffffff;
      text-decoration: none;
      padding: 18px 40px 18px 16px;
      border-radius: 50px;
      letter-spacing: 0.1em;
      position: relative;
      display: block;
      line-height: 1.2; }
      .news__detail-inner .btn__normal a::before {
        content: "\e900";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
        position: absolute;
        right: 24px;
        top: calc(50% + 2px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .news__detail-inner .btn__normal a[target="_blank"]::before {
        content: "\e907";
        font-size: 16px;
        right: 20px;
        top: 50%; }

@media all and (min-width: 431px) {
  .news__detail-contents.pre {
    width: 900px;
    margin: 0 auto; } }

.news__detail-contents * {
  line-height: 2;
  font-size: 16px; }
  .news__detail-contents *:first-child {
    margin-top: 0; }
  .news__detail-contents *:not(:first-child):not(h2):not(h3):not(h4):not(hr):not(li):not(.mt-be-column) {
    margin-top: 16px;
    line-height: 2; }

.news__detail-contents img {
  display: inline-block; }

.news__detail-contents blockquote {
  background: #F3F3F3;
  padding: 32px;
  border-radius: 16px; }
  @media all and (max-width: 430px) {
    .news__detail-contents blockquote {
      border-radius: 8px; } }

.news__detail-contents .mt-be-columns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news__detail-contents .mt-be-columns .mt-be-column:first-child:nth-last-child(2), .news__detail-contents .mt-be-columns .mt-be-column:first-child:nth-last-child(2) ~ .mt-be-column {
    width: 49%; }
  .news__detail-contents .mt-be-columns .mt-be-column:first-child:nth-last-child(3), .news__detail-contents .mt-be-columns .mt-be-column:first-child:nth-last-child(3) ~ .mt-be-column {
    width: 32%; }
  .news__detail-contents .mt-be-columns .mt-be-column:first-child:nth-last-child(4), .news__detail-contents .mt-be-columns .mt-be-column:first-child:nth-last-child(4) ~ .mt-be-column {
    width: 23%; }

.news__detail-contents hr {
  margin: 40px 0; }

.news__detail-contents h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
  margin-top: 40px; }
  @media all and (max-width: 430px) {
    .news__detail-contents h2 {
      font-size: 18px; } }

.news__detail-contents h3 {
  font-size: 20px;
  padding-left: 16px;
  position: relative;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 24px;
  line-height: 1.5; }
  @media all and (max-width: 430px) {
    .news__detail-contents h3 {
      font-size: 18px;
      padding-left: 16px;
      margin-top: 32px;
      margin-bottom: 16px; } }
  .news__detail-contents h3::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #e95404;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 2px; }

.news__detail-contents h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
  margin-top: 40px; }
  @media all and (max-width: 430px) {
    .news__detail-contents h4 {
      font-size: 16px; } }

.news__detail-contents a {
  color: #211F83;
  text-decoration: underline; }
  .news__detail-contents a::after {
    color: #211F83; }
  .news__detail-contents a:hover {
    text-decoration: none; }

.news__detail-contents ul > li {
  position: relative;
  padding-left: 32px;
  line-height: 2;
  margin-bottom: 8px; }
  .news__detail-contents ul > li:last-child {
    margin-bottom: 0; }
  .news__detail-contents ul > li:before {
    content: "・";
    position: absolute;
    left: 6px; }
  .news__detail-contents ul > li > * {
    text-indent: 0; }

.news__detail-contents ol > li {
  counter-increment: decimal_01;
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px; }
  .news__detail-contents ol > li:last-child {
    margin-bottom: 0; }
  .news__detail-contents ol > li:before {
    content: counter(decimal_01) ". ";
    position: absolute;
    left: 0;
    text-align: right;
    width: 20px; }
  .news__detail-contents ol > li > * {
    text-indent: 0; }

.news__detail-text {
  font-size: 16px;
  line-height: 2; }

.news__detail .title__large {
  margin-top: 40px; }

.news__detail .title__middle {
  margin-top: 40px; }

.section__main {
  padding-top: 200px;
  position: relative;
  z-index: 0; }
  @media all and (max-width: 430px) {
    .section__main {
      padding-top: 110px; } }
  @media all and (max-width: 430px) {
    .section__main-text {
      text-align: left; } }

.section__inner {
  width: 1080px;
  margin: 0 auto; }
  @media all and (max-width: 430px) {
    .section__inner {
      width: calc(100% - 32px); } }
  .section__inner-gray {
    background: #F3F3F3;
    border-radius: 16px; }
  .section__inner-white {
    background: #ffffff;
    border-radius: 16px; }

.section__padding-top {
  padding-top: 80px; }
  @media all and (max-width: 430px) {
    .section__padding-top {
      padding-top: 48px; } }

.section__padding-bottom {
  padding-bottom: 80px; }
  @media all and (max-width: 430px) {
    .section__padding-bottom {
      padding-bottom: 48px; } }

.section__padding-sub--top {
  padding-top: 64px; }
  @media all and (max-width: 430px) {
    .section__padding-sub--top {
      padding-top: 32px; } }

.section__padding-sub--bottom {
  padding-bottom: 64px; }
  @media all and (max-width: 430px) {
    .section__padding-sub--bottom {
      padding-bottom: 32px; } }

.section__margin-top {
  margin-top: 80px; }
  @media all and (max-width: 430px) {
    .section__margin-top {
      margin-top: 48px; } }

.section__margin-bottom {
  margin-bottom: 80px; }
  @media all and (max-width: 430px) {
    .section__margin-bottom {
      margin-bottom: 48px; } }

.section__margin-sub--top {
  margin-top: 64px; }
  @media all and (max-width: 430px) {
    .section__margin-sub--top {
      margin-top: 32px; } }

.section__margin-sub--bottom {
  margin-bottom: 64px; }
  @media all and (max-width: 430px) {
    .section__margin-sub--bottom {
      margin-bottom: 32px; } }

.section__margin-text--top {
  margin-top: 32px; }
  @media all and (max-width: 430px) {
    .section__margin-text--top {
      margin-top: 16px; } }

.section__margin-text--bottom {
  margin-bottom: 32px; }
  @media all and (max-width: 430px) {
    .section__margin-text--bottom {
      margin-bottom: 16px; } }

.section__sub-kv {
  height: 300px;
  position: relative;
  z-index: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media all and (max-width: 430px) {
    .section__sub-kv {
      height: auto;
      min-height: 150px; } }
  .section__sub-kv::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(26, 25, 22, 0.4);
    display: block;
    z-index: -1; }
  .section__sub-kv_title-jp {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: .05em;
    text-align: center; }
    @media all and (max-width: 430px) {
      .section__sub-kv_title-jp {
        font-size: 24px; } }
  .section__sub-kv_title-en {
    font-size: 20px;
    margin-top: 8px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .05em; }
    @media all and (max-width: 430px) {
      .section__sub-kv_title-en {
        font-size: 14px;
        margin-top: 0; } }

.section__text {
  line-height: 2; }
  .section__text-contents {
    font-size: 18px;
    padding: 0 40px;
    margin-bottom: 40px;
    line-height: 2; }
    @media all and (max-width: 430px) {
      .section__text-contents {
        font-size: 16px;
        line-height: 1.6; } }
  .section__text.note {
    font-size: 12px;
    padding-left: 16px;
    position: relative; }
    .section__text.note::before {
      content: "※";
      position: absolute;
      left: 0; }
  .section__text-list {
    line-height: 2;
    padding-left: 1em;
    list-style-type: disc;
    list-style-position: outside; }
    .section__text-list li::marker {
      font-size: 0.4em; }

.section__link-text {
  color: #211F83;
  text-decoration: underline; }
  .section__link-text::after {
    color: #211F83; }
  .section__link-text:hover {
    text-decoration: none; }

.section__pre {
  border-bottom: 1px solid #D1D1D1; }

.section__under-line {
  text-decoration: underline; }

.section__box-bg {
  background: #f6f6f6;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 16px; }
  @media all and (max-width: 430px) {
    .section__box-bg {
      padding: 20px; } }
  .section__box-bg--orange {
    background: #fce6da; }
  .section__box-bg:last-child {
    margin-bottom: 0 !important; }
  .section__box-bg-linetit {
    overflow: hidden; }
    .section__box-bg-linetit .title__bar {
      position: relative; }
      .section__box-bg-linetit .title__bar::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -840px;
        display: inline-block;
        width: 800px;
        height: 1px;
        background-color: #e95404; }

.section__box-waku {
  border: 2px solid #1a1916;
  position: relative;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 16px; }
  @media all and (max-width: 430px) {
    .section__box-waku {
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .section__box-waku--kaku {
    border-radius: 0; }
  .section__box-waku--radi16 {
    border-radius: 16px; }
  .section__box-waku--title {
    position: absolute;
    color: #ffffff;
    background: #e95404;
    font-size: 24px;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 40px;
    width: 80%;
    text-align: center;
    border-radius: 100px; }
    @media all and (max-width: 430px) {
      .section__box-waku--title {
        font-size: 16px;
        top: -18px; } }
  .section__box-waku--main {
    border: 2px solid #e95404; }

.section__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 430px) {
    .section__col2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .section__col2-image {
    width: 30%;
    text-align: center; }
    @media all and (max-width: 430px) {
      .section__col2-image {
        width: 100%; } }
  .section__col2-text {
    width: calc(70% - 80px);
    line-height: 2;
    font-size: 22px; }
    @media all and (max-width: 430px) {
      .section__col2-text {
        width: 100%;
        font-size: 16px;
        line-height: 1.6; } }

.section__tel {
  padding: 24px; }
  @media all and (max-width: 430px) {
    .section__tel {
      padding: 16px; } }
  .section__tel.bg__main {
    color: #ffffff; }
  .section__tel-bar {
    background: #ffffff;
    border-radius: 100px;
    padding: 8px 80px 8px 176px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto; }
    @media all and (max-width: 430px) {
      .section__tel-bar {
        padding: 8px 16px 8px 56px; } }
    .section__tel-bar p {
      position: relative;
      font-size: 56px;
      color: #1a1916;
      font-weight: 800; }
      .section__tel-bar p a {
        text-decoration: none; }
      @media all and (max-width: 430px) {
        .section__tel-bar p {
          font-size: 32px; } }
      .section__tel-bar p::before {
        position: absolute;
        content: "";
        background: url(../../common/img/icon_tel_02.svg) no-repeat;
        background-size: contain;
        height: 56px;
        width: 60px;
        top: 50%;
        left: -96px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media all and (max-width: 430px) {
          .section__tel-bar p::before {
            height: 28px;
            width: 30px;
            left: -40px; } }
    .section__tel-bar--title {
      font-size: 28px;
      margin-bottom: 16px; }
      @media all and (max-width: 430px) {
        .section__tel-bar--title {
          font-size: 20px; } }
  .section__tel-text--title {
    margin: auto;
    margin-bottom: 32px; }
    @media all and (max-width: 430px) {
      .section__tel-text--title {
        margin-bottom: 0; } }
  .section__tel-text--tel {
    position: relative;
    font-size: 48px; }
    .section__tel-text--tel::before {
      position: absolute;
      content: "";
      background: url(../../common/img/icon_tel_04.svg) no-repeat;
      background-size: contain;
      height: 40px;
      width: 26px;
      top: 50%;
      left: -50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media all and (max-width: 430px) {
        .section__tel-text--tel::before {
          left: 0; } }
    .section__tel-text--tel a {
      color: #ffffff;
      text-decoration: none; }
    @media all and (max-width: 430px) {
      .section__tel-text--tel {
        font-size: 40px;
        margin-bottom: 16px;
        padding-left: 40px; } }
  .section__tel-text--time {
    font-size: 20px; }
    @media all and (max-width: 430px) {
      .section__tel-text--time {
        display: block;
        font-size: 10px; } }
  .section__tel-text--contact {
    position: relative;
    font-size: 28px;
    text-decoration: none;
    color: #ffffff; }
    .section__tel-text--contact::before {
      position: absolute;
      content: "";
      background: url(../../common/img/icon_contact_01.svg) no-repeat;
      background-size: contain;
      height: 23px;
      width: 32px;
      top: 50%;
      left: -52px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media all and (max-width: 430px) {
        .section__tel-text--contact::before {
          left: 0; } }
    @media all and (max-width: 430px) {
      .section__tel-text--contact {
        font-size: 16px;
        padding-left: 40px; } }

.col4__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  padding-top: 16px; }
  @media all and (max-width: 430px) {
    .col4__contents {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .col4__contents-item {
    line-height: 1.6;
    position: relative;
    width: calc(25% - 16px);
    border: 2px solid #ffffff;
    border-radius: 16px;
    padding: 32px 16px 24px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
    .col4__contents-item > div {
      margin-bottom: 40px; }
    @media all and (max-width: 430px) {
      .col4__contents-item {
        width: 100%; }
        .col4__contents-item:not(:first-child) {
          margin-top: 40px; } }
  .col4__contents-list {
    list-style: disc;
    padding-left: 20px; }
  .col4__contents-title {
    position: absolute;
    background: #e95404;
    font-size: 24px;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    text-align: center; }
  .col4__contents-image {
    width: 100%;
    text-align: center; }

main > * {
  min-width: 1080px; }
  @media all and (max-width: 430px) {
    main > * {
      min-width: auto; } }

.top.active .site_header::before {
  content: none; }

.top__kv {
  position: relative; }
  .top__kv-catch {
    position: absolute;
    color: #e95404;
    font-size: 48px;
    line-height: 1.6;
    letter-spacing: 2.8px;
    left: 132px;
    top: 304px; }
    @media all and (max-width: 1280px) {
      .top__kv-catch {
        min-width: auto;
        font-size: 32px;
        line-height: 1.6;
        letter-spacing: 2.8px;
        left: 86px;
        top: 200px; } }
    @media all and (max-width: 430px) {
      .top__kv-catch {
        position: static;
        font-size: 18px;
        text-align: center;
        margin-bottom: 16px; } }
  @media all and (max-width: 430px) {
    .top__kv {
      margin-top: 16px; } }
  .top__kv_inner {
    width: 100%;
    position: relative; }
  .top__kv-slider--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0 !important; }
    .top__kv-slider--main-item {
      width: 100vw;
      min-width: 100vw; }
      @media all and (max-width: 1080px) {
        .top__kv-slider--main-item {
          min-width: 1080px; } }
      @media all and (max-width: 430px) {
        .top__kv-slider--main-item {
          min-width: 100vw; } }
    .top__kv-slider--main .slick-dots {
      bottom: 0; }
      .top__kv-slider--main .slick-dots li {
        width: 25px;
        height: 40px; }
        .top__kv-slider--main .slick-dots li button {
          width: 25px;
          height: 40px;
          position: relative; }
          .top__kv-slider--main .slick-dots li button::before {
            width: 25px;
            height: 40px;
            font-size: 55px;
            color: #ffffff; }
    .top__kv-slider--main .slick-slide {
      width: 100vw;
      margin: 0px;
      padding-bottom: 41.5vw;
      height: 0 !important;
      position: relative;
      min-width: 1080px; }
      @media all and (max-width: 1080px) {
        .top__kv-slider--main .slick-slide {
          min-width: 1080px;
          padding-bottom: 449px; } }
      @media all and (max-width: 430px) {
        .top__kv-slider--main .slick-slide {
          padding-bottom: 139vw;
          margin: 0;
          min-width: 100vw; } }
      .top__kv-slider--main .slick-slide img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute; }
  .top__kv_business-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

@media all and (max-width: 430px) {
  .top__menu {
    background: #ffffff; } }

.top__menu-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;
  margin-bottom: 80px; }
  .top__menu-list > li:nth-child(n+5) {
    margin-top: 80px; }
    @media all and (max-width: 430px) {
      .top__menu-list > li:nth-child(n+5) {
        margin-top: 0; } }
  .top__menu-list > li a {
    display: block; }
    .top__menu-list > li a span {
      display: block;
      font-size: 10px; }
    @media all and (max-width: 430px) {
      .top__menu-list > li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .top__menu-list > li a:hover .top__menu-list--image {
      background: #dddddd; }
  .top__menu-list--item {
    width: 25%;
    text-align: center; }
    @media all and (max-width: 430px) {
      .top__menu-list--item {
        width: 100%;
        border: 1px solid #535353;
        margin-bottom: 0; }
        .top__menu-list--item:not(:first-child) {
          border-top: none; }
        .top__menu-list--item a {
          padding: 16px;
          display: block; } }
  .top__menu-list--image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #535353;
    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;
    margin: auto;
    margin-bottom: 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    @media all and (max-width: 430px) {
      .top__menu-list--image {
        max-height: 40px;
        width: auto;
        border-radius: 0;
        border: none;
        margin-bottom: 0; }
        .top__menu-list--image img {
          max-height: 100%; } }
  @media all and (max-width: 430px) {
    .top__menu-list--title {
      width: 70%; } }

.top__news {
  max-width: 1402px; }
  .top__news-title {
    background: #e95404;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    padding: 16px 40px;
    font-size: 24px; }
  .top__news-important {
    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;
    border-radius: 4px;
    border: 2px solid #E22E00;
    background: #ffffff;
    padding: 16px; }
    @media all and (max-width: 430px) {
      .top__news-important {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .top__news-important--title {
      padding: 16px 48px;
      position: relative;
      font-size: 18px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media all and (min-width: 431px) {
        .top__news-important--title {
          width: 260px; } }
      @media all and (min-width: 431px) {
        .top__news-important--title::after {
          content: "";
          width: 1px;
          height: 100%;
          background: #D1D1D1;
          position: absolute;
          right: 0;
          top: 0; } }
      .top__news-important--title .icon__attention {
        font-size: 20px;
        margin-right: 16px;
        position: relative;
        top: 2px; }
    .top__news-important--list {
      padding: 20px 48px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px; }
      @media all and (min-width: 431px) {
        .top__news-important--list {
          width: calc(100% - 260px); } }
      @media all and (max-width: 430px) {
        .top__news-important--list {
          padding: 0 8px 20px;
          width: 100%; } }
      .top__news-important--list > li + li {
        margin-top: 16px; }
      .top__news-important--list > li > a {
        text-decoration: underline;
        display: block;
        padding-left: 24px;
        position: relative;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .top__news-important--list > li > a .icon__arrow_type03 {
          font-size: 12px;
          position: absolute;
          left: 0;
          top: 1px; }
        @media all and (min-width: 431px) {
          .top__news-important--list > li > a:hover {
            opacity: 0.5; } }
  .top__news-normal .news__list > li {
    padding: 24px 0; }
  .top__news-normal .news__list-info {
    width: 100%;
    padding-right: 84px; }
    @media all and (max-width: 430px) {
      .top__news-normal .news__list-info {
        padding-right: 56px; } }
    .top__news-normal .news__list-info .icon__arrow_type02 {
      background: #ffffff; }
      @media all and (max-width: 430px) {
        .top__news-normal .news__list-info .icon__arrow_type02 {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  @media all and (max-width: 430px) {
    .top__news-normal .news__list-data {
      left: 0; } }
  .top__news-normal .news__list-text {
    font-size: 16px;
    line-height: 1.5; }
    @media all and (max-width: 430px) {
      .top__news-normal .news__list-text {
        margin-bottom: 0; } }
  .top__news-pickup .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 430px) {
      .top__news-pickup .news__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%; } }
    .top__news-pickup .news__list li {
      padding: 0;
      width: 320px;
      border: none; }
      @media all and (max-width: 430px) {
        .top__news-pickup .news__list li {
          width: 310px;
          min-width: 310px; } }
      .top__news-pickup .news__list li + li {
        margin-left: 60px; }
        @media all and (max-width: 430px) {
          .top__news-pickup .news__list li + li {
            margin: 0 8px; } }
      .top__news-pickup .news__list li a {
        padding: 0; }
    .top__news-pickup .news__list-image {
      width: 100%;
      padding-bottom: 66.6%; }
    .top__news-pickup .news__list-info {
      width: 100%;
      padding-right: 0;
      margin-top: 16px; }
      .top__news-pickup .news__list-info .icon__arrow_type02 {
        background: #ffffff; }
    .top__news-pickup .news__list-data {
      margin-bottom: 8px; }
      @media all and (max-width: 430px) {
        .top__news-pickup .news__list-data {
          left: 0;
          position: relative;
          top: 0; } }
      .top__news-pickup .news__list-data--cat {
        font-size: 10px;
        width: 85px; }
      .top__news-pickup .news__list-data--date {
        font-size: 14px; }
    .top__news-pickup .news__list-text {
      font-size: 16px;
      line-height: 1.8; }
      @media all and (max-width: 430px) {
        .top__news-pickup .news__list-text {
          margin-bottom: 0; } }

.top__about {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 160px; }
  @media all and (max-width: 430px) {
    .top__about {
      padding-bottom: 120px; } }
  .top__about::after {
    content: "";
    width: 175px;
    height: 146px;
    position: absolute;
    bottom: 64px;
    right: 0;
    background: url(../img/bg/bg_07.png) center center/cover no-repeat;
    z-index: -1; }
    @media all and (max-width: 430px) {
      .top__about::after {
        width: calc(175px / 2);
        height: calc(146px / 2);
        bottom: 320px; } }
  .top__about-bg {
    position: absolute;
    z-index: -1;
    opacity: .5;
    top: 64px;
    left: -40px; }
    @media all and (max-width: 430px) {
      .top__about-bg {
        top: 44px;
        left: -15px; } }
    .top__about-bg--item {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .top__about-bg--item p {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 250px;
        line-height: 0.8;
        font-weight: 700;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 185, 246, 0.3)), color-stop(90%, rgba(67, 185, 246, 0)));
        background: -webkit-linear-gradient(top, rgba(67, 185, 246, 0.3) 0%, rgba(67, 185, 246, 0) 90%);
        background: -o-linear-gradient(top, rgba(67, 185, 246, 0.3) 0%, rgba(67, 185, 246, 0) 90%);
        background: linear-gradient(180deg, rgba(67, 185, 246, 0.3) 0%, rgba(67, 185, 246, 0) 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        white-space: nowrap;
        margin-right: 100px; }
        @media all and (max-width: 430px) {
          .top__about-bg--item p {
            font-size: 80px; } }
        .top__about-bg--item p:nth-of-type(odd) {
          -webkit-animation: MoveLeft var(--tick-duration, 100s) var(--tick-delay, -50s) infinite linear;
          animation: MoveLeft var(--tick-duration, 100s) var(--tick-delay, -50s) infinite linear; }
        .top__about-bg--item p:nth-of-type(even) {
          -webkit-animation: MoveLeft2 var(--tick-duration, 100s) infinite linear;
          animation: MoveLeft2 var(--tick-duration, 100s) infinite linear; }
  .top__about-inner {
    position: relative; }
    @media all and (min-width: 431px) {
      .top__about-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right; } }
  @media all and (min-width: 431px) {
    .top__about-item {
      width: 52%;
      margin-top: 72px; } }
  .top__about-item--image {
    width: 228px;
    height: 134px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); }
    @media all and (max-width: 430px) {
      .top__about-item--image {
        width: 127px;
        height: 75px;
        margin-right: 0;
        margin-bottom: 16px; } }
  .top__about-title {
    text-align: center; }
    @media all and (max-width: 430px) {
      .top__about-title {
        font-size: 20px;
        text-align: left; } }
  .top__about-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    text-align: center; }
    @media all and (max-width: 430px) {
      .top__about-text {
        font-size: 14px;
        text-align: left; } }
  .top__about-image {
    position: absolute;
    width: 40vw;
    left: calc(-50vw + 530px);
    margin-top: 160px; }
    @media all and (max-width: 430px) {
      .top__about-image {
        position: relative;
        width: 70%;
        left: -25px;
        margin-top: 40px; } }
    .top__about-image img {
      border-radius: 8px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); }
    .top__about-image::before {
      content: "";
      width: 246px;
      height: 146px;
      background: url(../img/top/top_about_03.jpg) center center/cover no-repeat;
      border-radius: 8px;
      overflow: hidden;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
      z-index: 1;
      position: absolute;
      right: -60px;
      bottom: -100px; }
      @media all and (max-width: 430px) {
        .top__about-image::before {
          width: calc(246px / 2);
          height: calc(146px / 2);
          right: -80px;
          bottom: -50px; } }
    .top__about-image::after {
      content: "";
      width: 436px;
      height: 201px;
      position: absolute;
      bottom: -120px;
      left: 0;
      background: url(../img/bg/bg_06.png) center center/cover no-repeat;
      z-index: 1; }
      @media all and (max-width: 430px) {
        .top__about-image::after {
          width: calc(436px / 2);
          height: calc(201px / 2);
          bottom: -60px; } }
  .top__about-bnr {
    width: 820px;
    border-radius: 8px;
    overflow: hidden;
    margin: 80px auto 0; }
    @media all and (max-width: 430px) {
      .top__about-bnr {
        width: 100%;
        margin: 40px auto 0; } }
    .top__about-bnr > a {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      @media all and (min-width: 431px) {
        .top__about-bnr > a:hover {
          opacity: 0.8; } }

.top__shop-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;
  font-size: 18px; }
  @media all and (max-width: 430px) {
    .top__shop-list {
      font-size: 14px; } }

.top__shop-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 420px;
  line-height: 1.6; }
  @media all and (max-width: 430px) {
    .top__shop-item {
      width: 100%;
      margin-bottom: 32px; } }
  .top__shop-item:first-child {
    width: 612px; }
    @media all and (max-width: 430px) {
      .top__shop-item:first-child {
        width: 100%; } }
  .top__shop-item:nth-child(n+3) {
    margin-top: 80px; }
    @media all and (max-width: 430px) {
      .top__shop-item:nth-child(n+3) {
        margin-top: 0; } }

.top__shop-title {
  background: #e95404;
  color: #ffffff;
  font-size: 22px;
  border-radius: 100px;
  padding: 8px 16px;
  text-align: center;
  margin-bottom: 40px; }

.top__shop-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 296px; }
  .top__shop-image--list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .top__shop-image--list > div {
      width: 296px; }
      @media all and (max-width: 430px) {
        .top__shop-image--list > div {
          margin-left: auto;
          margin-right: auto; } }
  @media all and (max-width: 430px) {
    .top__shop-image {
      display: block; } }

.top__information-text {
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  line-height: 2; }
  @media all and (max-width: 430px) {
    .top__information-text {
      text-align: left; } }

.top__information-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 430px) {
    .top__information-image {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .top__information-image li {
        width: 46%;
        text-align: center; }
        .top__information-image li:first-child {
          margin: 0 17%; } }

.top__information-bnr {
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-width: 315px; }
  @media all and (min-width: 431px) {
    .top__information-bnr:hover {
      opacity: 0.8; } }

.top__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 430px) {
    .top__bottom-link {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top__bottom-link .btn__normal {
        width: 40%;
        margin: auto; }
        .top__bottom-link .btn__normal a {
          display: block; } }
    @media all and (max-width: 430px) and (max-width: 430px) {
      .top__bottom-link .btn__normal {
        width: 60%; } }
  .top__bottom-link--text {
    font-size: 30px;
    margin-right: 80px; }
    @media all and (max-width: 430px) {
      .top__bottom-link--text {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 20px; } }

.top__news-frame {
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #e95404;
  border-radius: 0 0 8px 8px;
  line-height: 1.6; }
  .top__news-frame--inner {
    height: 400px;
    padding: 20px;
    overflow: auto; }
  .top__news-frame dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .top__news-frame dl dt {
      width: 10%;
      margin-bottom: 8px; }
      @media all and (max-width: 430px) {
        .top__news-frame dl dt {
          width: 100%;
          font-weight: 700; } }
    .top__news-frame dl dd {
      width: 90%;
      margin-bottom: 8px; }
      @media all and (max-width: 430px) {
        .top__news-frame dl dd {
          width: 100%;
          margin-bottom: 16px; } }

.creater__list {
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  font-size: 12px; }
  .creater__list a {
    color: #ffffff; }
  @media all and (max-width: 430px) {
    .creater__list {
      text-align: left;
      float: none;
      font-size: 12px;
      margin-top: 24px;
      margin-bottom: -24px; } }

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.page_top {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 80px;
  display: none; }
  @media all and (max-width: 430px) {
    .page_top {
      bottom: 40px; } }
  .page_top a:hover {
    text-decoration: none; }
  .page_top .icon__arrow_type02 {
    width: 80px;
    height: 80px;
    background-color: #1a1916;
    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;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    @media all and (max-width: 430px) {
      .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); }
    @media all and (min-width: 431px) {
      .page_top .icon__arrow_type02:hover {
        background-color: #e95404; } }

.owner__top-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;
  margin-bottom: 80px; }
  @media all and (max-width: 430px) {
    .owner__top-list {
      margin-bottom: 0; } }
  .owner__top-list--item {
    width: 40%;
    text-align: center; }
    @media all and (max-width: 430px) {
      .owner__top-list--item:first-child {
        width: 100%; } }
  .owner__top-list--image {
    width: 265px;
    height: 265px;
    border-radius: 50%;
    border: 1px solid #535353;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 40px; }
    @media all and (max-width: 430px) {
      .owner__top-list--image {
        width: 120px;
        height: 120px;
        margin-bottom: 16px; }
        .owner__top-list--image img {
          max-width: 40px;
          max-height: 40px; } }
    .owner__top-list--image > div > p {
      width: 100%;
      margin-bottom: 20px;
      font-size: 24px; }
      @media all and (max-width: 430px) {
        .owner__top-list--image > div > p {
          font-size: 12px; } }
  .owner__top-list--title {
    font-size: 32px; }
    @media all and (max-width: 430px) {
      .owner__top-list--title {
        font-size: 16px; } }

.owner__information {
  position: relative;
  padding-bottom: 224px; }
  @media all and (max-width: 430px) {
    .owner__information {
      padding-bottom: 160px; } }
  .owner__information-list {
    font-size: 22px;
    list-style: disc;
    padding: 40px 80px;
    border: 2px solid #535353;
    border-radius: 32px;
    width: 64%; }
    @media all and (max-width: 430px) {
      .owner__information-list {
        width: 100%;
        padding: 20px 20px 20px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        font-size: 16px; } }
  .owner__information::after {
    position: absolute;
    content: "";
    width: 565px;
    height: 284px;
    background: url(../../common/img/owner/img_owner_information_01.png) no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0; }
    @media all and (max-width: 430px) {
      .owner__information::after {
        width: 300px;
        height: 150px; } }

.owner__about {
  position: relative; }
  .owner__about .title__normal {
    color: #ffffff; }
  .owner__about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
    padding-top: 16px; }
    @media all and (max-width: 430px) {
      .owner__about-contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .owner__about-contents--item {
      position: relative;
      width: calc(25% - 16px);
      border: 2px solid #ffffff;
      border-radius: 16px;
      padding: 32px 16px 8px 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: justify;
      align-content: space-between; }
      @media all and (max-width: 430px) {
        .owner__about-contents--item {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .owner__about-contents--item:not(:first-child) {
            margin-top: 40px; } }
    .owner__about-contents--list {
      list-style: disc;
      padding-left: 20px;
      margin-bottom: 40px; }
      @media all and (max-width: 430px) {
        .owner__about-contents--list {
          width: 50%;
          margin-bottom: 0;
          font-size: 14px; } }
    @media all and (max-width: 430px) {
      .owner__about-contents--image {
        width: calc(50% - 20px); }
        .owner__about-contents--image img {
          width: 100%; } }
    .owner__about-contents--title {
      position: absolute;
      background: #e95404;
      font-size: 24px;
      top: -16px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80%;
      text-align: center; }

.owner__event-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 430px) {
    .owner__event-contents {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .owner__event-contents--item {
    width: calc(33% - 16px); }
    .owner__event-contents--item .title__bar {
      margin-bottom: 24px; }
      @media all and (max-width: 430px) {
        .owner__event-contents--item .title__bar {
          margin-bottom: 16px;
          border: none;
          padding: 0;
          text-align: left; } }
    @media all and (max-width: 430px) {
      .owner__event-contents--item {
        width: 100%;
        margin-bottom: 40px; } }
  .owner__event-contents--image {
    text-align: center;
    margin-bottom: 8px; }
    @media all and (max-width: 430px) {
      .owner__event-contents--image {
        width: 100%; }
        .owner__event-contents--image img {
          max-width: 100%; } }
  .owner__event-contents--text {
    font-size: 12px; }

.owner__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 430px) {
    .owner__contact {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .owner__contact-text {
    margin-right: 40px; }
    @media all and (max-width: 430px) {
      .owner__contact-text {
        font-size: 20px;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
  .owner__contact-tel {
    font-size: 48px;
    position: relative;
    padding-left: 64px; }
    .owner__contact-tel .tel {
      color: #ffffff; }
      .owner__contact-tel .tel a {
        text-decoration: none;
        color: #ffffff; }
    @media all and (max-width: 430px) {
      .owner__contact-tel {
        font-size: 40px;
        padding-left: 48px; } }
    .owner__contact-tel::before {
      position: absolute;
      content: "";
      background: url(../../common/img/icon_tel_01.svg) no-repeat;
      width: 64px;
      height: 64px;
      left: 0; }
      @media all and (max-width: 430px) {
        .owner__contact-tel::before {
          width: 40px;
          height: 40px;
          bottom: 0;
          background-size: cover; } }

.btob .section__text.note {
  font-size: 16px; }
  @media all and (max-width: 430px) {
    .btob .section__text.note {
      font-size: 14px; } }

.btob .section__margin-text--top {
  text-align: left;
  font-size: 16px; }

.btob__about {
  position: relative; }

.sdgs__icon-list {
  width: 30%; }
  @media all and (max-width: 430px) {
    .sdgs__icon-list {
      width: 100%; } }
  .sdgs__icon-list > ul {
    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; }
    @media all and (max-width: 430px) {
      .sdgs__icon-list > ul {
        margin-bottom: 16px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 25% 25%;
        grid-template-columns: 25% 25%; } }
    .sdgs__icon-list > ul > li {
      padding: 0 8px; }
      .sdgs__icon-list > ul > li:nth-child(n+3) {
        margin-top: 16px; }
      @media all and (max-width: 430px) {
        .sdgs__icon-list > ul > li {
          width: 20%;
          width: calc(100% - 8px); }
          .sdgs__icon-list > ul > li:nth-child(n+3) {
            margin-top: 8px; } }
  .sdgs__icon-list--wide {
    width: 40%; }
    @media all and (max-width: 430px) {
      .sdgs__icon-list--wide {
        width: 100%; } }
  .sdgs__icon-list--reverse {
    width: 40%; }
    @media all and (max-width: 430px) {
      .sdgs__icon-list--reverse {
        width: 100%; } }
    .sdgs__icon-list--reverse > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
      @media all and (max-width: 430px) {
        .sdgs__icon-list--reverse > ul {
          margin-bottom: 16px; } }
      .sdgs__icon-list--reverse > ul > li {
        padding: 0 8px;
        margin-top: 16px; }
        .sdgs__icon-list--reverse > ul > li:nth-child(n+4) {
          margin-top: 0; }
        @media all and (max-width: 430px) {
          .sdgs__icon-list--reverse > ul > li {
            width: 22%;
            margin-top: 8px;
            padding: 0 4px; }
            .sdgs__icon-list--reverse > ul > li:nth-child(4) {
              margin-left: calc(100% - 78%); }
            .sdgs__icon-list--reverse > ul > li:nth-child(5) {
              margin-right: calc(100% - 78%); } }

.sdgs__col2-text {
  width: 56%; }
  .sdgs__col2-text .title__normal-small {
    margin-top: 0; }
  @media all and (max-width: 430px) {
    .sdgs__col2-text {
      width: 100%; } }

.sdgs__col2-list {
  list-style: disc;
  padding-left: 20px; }
  .sdgs__col2-list > li {
    margin-bottom: 8px;
    line-height: 2; }

.about__top {
  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; }
  .about__top-item {
    position: relative;
    width: 400px;
    height: 400px;
    z-index: 0;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px;
    line-height: 2; }
    @media all and (max-width: 430px) {
      .about__top-item {
        width: 300px;
        height: auto; } }
    .about__top-item:first-child {
      margin: 0 calc(50% - 200px); }
    .about__top-item:nth-of-type(2) .about__top-item--image {
      margin-bottom: 0; }
    .about__top-item:before {
      position: absolute;
      content: "";
      width: 380px;
      height: 380px;
      background: #f6f6f6;
      border-radius: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1; }
      @media all and (max-width: 430px) {
        .about__top-item:before {
          width: 280px;
          height: 280px; } }
    .about__top-item--title {
      margin-bottom: 40px;
      font-size: 24px; }
    .about__top-item--image {
      margin-bottom: 20px; }

.about .creator__list {
  text-align: left;
  color: #999999;
  float: right;
  font-size: 12px; }
  .about .creator__list a {
    color: #999999;
    float: none; }

.about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 430px) {
    .about__info {
      display: block; } }
  .about__info-image {
    width: 30%;
    margin-right: 80px; }
    .about__info-image img {
      width: 100%; }
    @media all and (max-width: 430px) {
      .about__info-image {
        width: 50%;
        margin-right: 0; } }
  .about__info-text {
    width: calc(70% - 80px);
    line-height: 2;
    font-size: 18px; }
    @media all and (max-width: 430px) {
      .about__info-text {
        font-size: 16px;
        width: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

.about__col2 {
  display: -ms-grid;
  display: grid; }
  .about__col2-image {
    width: 260px;
    margin-right: 48px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4; }
    @media all and (max-width: 430px) {
      .about__col2-image {
        width: calc(100% - 20px);
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .about__col2-content {
    width: 800px;
    line-height: 1.6;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3; }
    @media all and (max-width: 430px) {
      .about__col2-content {
        width: 100%;
        -ms-grid-column: 2;
        grid-column: 2 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .about__col2-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
    @media all and (max-width: 430px) {
      .about__col2-title {
        display: block; } }
    .about__col2-title--box {
      margin-right: 80px; }
      @media all and (max-width: 430px) {
        .about__col2-title--box {
          margin-right: 0; } }
    .about__col2-title--position {
      margin-bottom: 16px;
      font-size: 20px; }
      @media all and (max-width: 430px) {
        .about__col2-title--position {
          margin-bottom: 14px; } }
    .about__col2-title--name {
      font-size: 22px; }
      .about__col2-title--name span {
        font-size: 18px; }
      @media all and (max-width: 430px) {
        .about__col2-title--name {
          font-size: 18px; }
          .about__col2-title--name span {
            font-size: 14px; } }
    .about__col2-title--list li::before {
      content: "■"; }
  .about__col2-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    grid-row: 3 / 3;
    line-height: 2; }
    @media all and (max-width: 430px) {
      .about__col2-text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3; } }
    .about__col2-text--title::before {
      content: "■"; }
    .about__col2-text--title:not(:first-child) {
      margin-top: 8px; }

.about__shoplist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px; }
  .about__shoplist li:not(:first-child) {
    margin-top: 16px; }
  .about__shoplist li:not(:last-child) {
    border-bottom: 1px dotted #e95404; }
  @media all and (max-width: 430px) {
    .about__shoplist li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.about__shoplist-image {
  width: 20%; }
  @media all and (max-width: 430px) {
    .about__shoplist-image {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 16px; } }

.about__shoplist-data {
  width: calc(80% - 16px); }
  @media all and (max-width: 430px) {
    .about__shoplist-data {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; } }

.web .col4__contents-item:nth-child(1) .col4__contents-image {
  margin-top: 20px; }

.web .col4__contents-item:nth-child(2) .col4__contents-image {
  padding-left: 20px; }

.web .col4__contents-item:nth-child(3) .col4__contents-image {
  margin-top: 20px; }

.web .col4__contents-item:nth-child(4) .col4__contents-image {
  margin-top: 40px; }

.houjin .section__margin-text--top {
  text-align: left; }

.houjin__about .section__box-bg {
  overflow: hidden; }
  .houjin__about .section__box-bg .title__bar {
    position: relative; }
    .houjin__about .section__box-bg .title__bar::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -840px;
      display: inline-block;
      width: 800px;
      height: 1px;
      background-color: #e95404; }

@media all and (max-width: 430px) {
  .houjin__about .section__col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.houjin__about .section__col2-text {
  width: 56%;
  font-size: 20px; }
  @media all and (max-width: 430px) {
    .houjin__about .section__col2-text {
      width: 100%;
      font-size: 16px;
      margin-bottom: 20px; } }

.houjin__about .section__col2-image {
  width: calc(44% - 80px); }
  @media all and (max-width: 430px) {
    .houjin__about .section__col2-image {
      width: 100%; } }

.houjin__flow .section__box-bg {
  margin-bottom: 80px;
  position: relative; }
  .houjin__flow .section__box-bg::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #999999;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .houjin__flow .section__box-bg:last-child::after {
    content: none; }

.houjin__flow .section__col2-title {
  font-size: 26px;
  margin-bottom: 20px; }
  @media all and (max-width: 430px) {
    .houjin__flow .section__col2-title {
      font-size: 18px;
      margin-bottom: 8px; } }

.houjin__flow .section__col2-text {
  font-size: 20px;
  width: calc(100% - 140px); }
  @media all and (max-width: 430px) {
    .houjin__flow .section__col2-text {
      font-size: 14px;
      width: calc(100% - 80px);
      line-height: 1.6; } }

.houjin__flow .section__col2-image {
  width: 100px;
  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: 430px) {
    .houjin__flow .section__col2-image {
      width: 60px; } }

.houjin__contact {
  font-size: 20px; }
  @media all and (max-width: 430px) {
    .houjin__contact {
      font-size: 16px; } }
  .houjin__contact p {
    margin-bottom: 10px; }
  .houjin__contact-tel {
    font-size: 48px;
    position: relative;
    padding-left: 64px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto !important; }
    @media all and (max-width: 430px) {
      .houjin__contact-tel {
        padding-left: 48px;
        font-size: 40px; } }
    .houjin__contact-tel::before {
      position: absolute;
      content: "";
      background: url(../../common/img/icon_free_tel_01.svg) no-repeat;
      width: 64px;
      height: 64px;
      left: 0; }
      @media all and (max-width: 430px) {
        .houjin__contact-tel::before {
          width: 40px;
          height: 40px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background-size: cover; } }
  .houjin__contact .btn__link {
    margin: auto; }
    .houjin__contact .btn__link a {
      background: #999999; }
      @media all and (max-width: 430px) {
        .houjin__contact .btn__link a {
          font-size: 16px;
          padding: 8px 16px; } }

.houjin__achievement-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 80px; }
  @media all and (max-width: 430px) {
    .houjin__achievement-title {
      font-size: 16px;
      padding: 8px 24px; } }

.houjin__achievement-list {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .houjin__achievement-list li {
    width: 33%; }
    @media all and (max-width: 430px) {
      .houjin__achievement-list li {
        width: auto;
        font-size: 14px; } }

.resident__top-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; }
  .resident__top-list--item {
    width: 33%;
    text-align: center; }
    @media all and (max-width: 430px) {
      .resident__top-list--item {
        width: 50%; } }
  .resident__top-list--image {
    width: 265px;
    height: 265px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 40px;
    background: #ffffff; }
    @media all and (max-width: 430px) {
      .resident__top-list--image {
        width: 140px;
        height: 140px; } }
    @media all and (max-width: 430px) {
      .resident__top-list--image > div {
        padding-top: 20px; }
        .resident__top-list--image > div img {
          max-width: 50%; } }
    .resident__top-list--image > div > p {
      width: 100%;
      margin-top: 20px;
      font-size: 18px; }
      @media all and (max-width: 430px) {
        .resident__top-list--image > div > p {
          font-size: 14px; } }
  .resident__top-list--title {
    font-size: 32px; }
    @media all and (max-width: 430px) {
      .resident__top-list--title {
        font-size: 18px; } }

.resident__about .section__box-bg {
  font-size: 18px;
  line-height: 2; }
  @media all and (max-width: 430px) {
    .resident__about .section__box-bg {
      font-size: 16px;
      line-height: 1.6; } }

.resident__list .section__box-waku {
  font-size: 18px;
  line-height: 2; }
  @media all and (max-width: 430px) {
    .resident__list .section__box-waku {
      font-size: 16px;
      line-height: 1.6; } }

.resident__list .section__col2-text {
  font-size: 18px; }
  @media all and (max-width: 430px) {
    .resident__list .section__col2-text {
      font-size: 16px; } }

.resident__list .section__col2-title {
  font-size: 26px;
  margin-bottom: 20px; }

.resident__list .section__col2-image {
  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; }
  @media all and (max-width: 430px) {
    .resident__list .section__col2-image {
      margin-top: 16px; } }

.dm__col2 {
  display: -ms-grid;
  display: grid; }
  .dm__col2-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    margin-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 430px) {
      .dm__col2-image {
        -ms-grid-column: 1;
        grid-column: 1 / 1;
        -ms-grid-row: 3;
        grid-row: 3 / 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
        margin-right: 0; } }
  .dm__col2-title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3; }
    @media all and (max-width: 430px) {
      .dm__col2-title {
        -ms-grid-column: 1;
        grid-column: 1 / 1;
        text-align: center; } }
  .dm__col2-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    grid-row: 3 / 3;
    font-size: 22px;
    line-height: 2; }
    @media all and (max-width: 430px) {
      .dm__col2-text {
        -ms-grid-column: 1;
        grid-column: 1 / 1;
        -ms-grid-row: 4;
        grid-row: 4 / 4;
        text-align: left;
        font-size: 16px;
        line-height: 1.6; } }

.dm .section__text.note {
  font-size: 16px; }
  @media all and (max-width: 430px) {
    .dm .section__text.note {
      font-size: 14px; } }

.dm .section__margin-text--top {
  text-align: left; }

.dm__about {
  position: relative; }

@media all and (max-width: 430px) {
  .dm .section__col2-text {
    text-align: center; } }

.souzoku__col2 {
  display: -ms-grid;
  display: grid; }
  .souzoku__col2-image--01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    margin-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 430px) {
      .souzoku__col2-image--01 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
        margin-right: 0; } }
  .souzoku__col2-image--02 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    margin-right: 100px; }
    @media all and (max-width: 430px) {
      .souzoku__col2-image--02 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 5;
        grid-row-start: 5;
        -ms-grid-row-span: 2;
        grid-row-end: 7;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
        margin-right: 20px; } }
  .souzoku__col2-title {
    -ms-grid-column: 2;
    grid-column: 2 / 2;
    -ms-grid-row: 1;
    grid-row: 1 / 1; }
    @media all and (max-width: 430px) {
      .souzoku__col2-title {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        text-align: center; } }
  .souzoku__col2-name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    padding-top: 40px;
    font-size: 18px; }
    @media all and (max-width: 430px) {
      .souzoku__col2-name {
        -ms-grid-column: 2;
        grid-column: 2 / 2;
        text-align: center; } }
  .souzoku__col2-text {
    font-size: 22px;
    line-height: 2; }
    .souzoku__col2-text--01 {
      -ms-grid-column: 2;
      grid-column: 2 / 2; }
      @media all and (max-width: 430px) {
        .souzoku__col2-text--01 {
          -ms-grid-column: 1;
          grid-column-start: 1;
          -ms-grid-column-span: 2;
          grid-column-end: 3;
          -ms-grid-row: 3;
          grid-row-start: 3; } }
    .souzoku__col2-text--02 {
      -ms-grid-column: 2;
      grid-column: 2 / 2;
      margin-top: 40px; }
      @media all and (max-width: 430px) {
        .souzoku__col2-text--02 {
          -ms-grid-column: 1;
          grid-column-start: 1;
          -ms-grid-column-span: 2;
          grid-column-end: 3;
          -ms-grid-row: 4;
          grid-row-start: 4;
          margin-bottom: 40px; } }
    .souzoku__col2-text--03 {
      -ms-grid-column: 2;
      grid-column: 2 / 2; }
      @media all and (max-width: 430px) {
        .souzoku__col2-text--03 {
          -ms-grid-column: 1;
          grid-column-start: 1;
          -ms-grid-column-span: 2;
          grid-column-end: 3; } }
    @media all and (max-width: 430px) {
      .souzoku__col2-text {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 40px; } }
  .souzoku__col2-btn {
    -ms-grid-column: 2;
    grid-column: 2 / 2;
    margin-top: 0; }
    .souzoku__col2-btn.btn__download {
      width: 100%; }
      .souzoku__col2-btn.btn__download > * {
        padding: 32px 80px 32px 40px; }
    @media all and (max-width: 430px) {
      .souzoku__col2-btn {
        -ms-grid-column: 2;
        grid-column: 2 / 2; }
        .souzoku__col2-btn.btn__download {
          width: 100%; }
          .souzoku__col2-btn.btn__download > * {
            padding: 15px 40px 15px 25px; } }

.souzoku .section__text.note {
  font-size: 16px; }
  @media all and (max-width: 430px) {
    .souzoku .section__text.note {
      font-size: 14px; } }

.souzoku .section__margin-text--top {
  text-align: left; }

.souzoku__about {
  position: relative; }

@media all and (max-width: 430px) {
  .souzoku .section__col2-text {
    text-align: center; } }

.contact__header {
  overflow: hidden;
  padding: 0;
  margin-bottom: 80px; }
  @media all and (max-width: 430px) {
    .contact__header {
      margin-top: 16px;
      margin-bottom: 40px; }
      .contact__header .section__inner {
        padding: 40px 0 80px 0 !important; } }
  .contact__header-title {
    font-size: 32px;
    position: relative; }
    @media all and (max-width: 430px) {
      .contact__header-title {
        font-size: 24px; } }
  .contact__header-text {
    margin-bottom: 40px; }
  .contact__header .section__inner {
    padding: 80px 0 160px 0;
    position: relative; }
    .contact__header .section__inner::before {
      position: absolute;
      content: "";
      background: url(../../common/img/img_contact_head.svg) no-repeat;
      width: 139px;
      height: 163px;
      right: 0px;
      bottom: 40px; }
      @media all and (max-width: 430px) {
        .contact__header .section__inner::before {
          background-size: cover;
          width: 80px;
          height: 80px; } }
    .contact__header .section__inner::after {
      position: absolute;
      content: "";
      bottom: 80px;
      right: 200px;
      width: 100vw;
      height: 8px;
      background: #707070; }
      @media all and (max-width: 430px) {
        .contact__header .section__inner::after {
          bottom: 60px;
          height: 4px; } }

.contact__table-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2; }

.contact__table.table__form table tr th {
  width: calc(30% - 40px); }
  @media all and (max-width: 430px) {
    .contact__table.table__form table tr th {
      width: 100%;
      margin-bottom: 16px; } }

.contact__table.table__form table tr td {
  width: 70%; }
  @media all and (max-width: 430px) {
    .contact__table.table__form table tr td {
      width: 100%; } }

.contact__table th {
  text-align: left;
  color: #e95404; }

.contact__table input[type="text"], .contact__table select {
  height: 48px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #e95404;
  font-size: 16px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 8px; }
  @media all and (max-width: 430px) {
    .contact__table input[type="text"], .contact__table select {
      margin-bottom: 8px; } }
  .contact__table input[type="text"].short, .contact__table select.short {
    width: 220px; }
  .contact__table input[type="text"].middle, .contact__table select.middle {
    width: 400px; }
    @media all and (max-width: 430px) {
      .contact__table input[type="text"].middle, .contact__table select.middle {
        width: 100%; } }
  .contact__table input[type="text"].long, .contact__table select.long {
    width: 600px; }
    @media all and (max-width: 430px) {
      .contact__table input[type="text"].long, .contact__table select.long {
        width: 100%; } }

.contact__table textarea {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #e95404;
  font-size: 16px;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.contact__table select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.contact__table-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 430px) {
    .contact__table-section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .contact__table-section:not(:last-child) {
    margin-bottom: 8px; }
    @media all and (max-width: 430px) {
      .contact__table-section:not(:last-child) {
        margin-bottom: 0; } }
  .contact__table-section > div:not(:last-child) {
    margin-right: 16px; }

.contact__table-checklist tr th {
  width: calc(50% - 40px) !important; }
  @media all and (max-width: 430px) {
    .contact__table-checklist tr th {
      width: 100% !important; } }

.contact__table-checklist tr td {
  width: 50% !important; }
  @media all and (max-width: 430px) {
    .contact__table-checklist tr td {
      width: 100% !important; } }

.contact__bottom {
  margin: 80px 0; }
  .contact__bottom .btn__link {
    margin: auto; }

.contact__back {
  color: #e95404;
  margin-top: 40px;
  font-weight: 800;
  font-size: 24px; }

.contact__attention {
  color: #e95404;
  margin-bottom: 4px; }
  .contact__attention-bg input, .contact__attention-bg select {
    background: #FFF3F3; }

.contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }
  .contact__step li {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #a0a0a0;
    position: relative;
    padding: 8px;
    height: 52px;
    width: 330px;
    margin-right: 27px;
    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;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px; }
    @media all and (max-width: 430px) {
      .contact__step li {
        width: calc(33% - 8px);
        margin-right: 32px;
        font-size: 12px; } }
    .contact__step li.select {
      background: #494b4d; }
      .contact__step li.select:after {
        background: #494b4d; }
    .contact__step li:after {
      content: "";
      height: 36px;
      width: 36px;
      display: block;
      position: absolute;
      right: -16px;
      top: 8px;
      z-index: -1;
      -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
      background: #a0a0a0;
      border-radius: 4px; }
    .contact__step li:last-child {
      margin-right: 0; }
      .contact__step li:last-child::after {
        content: none; }

.contact__top {
  margin-bottom: 40px; }

.contact__privacy {
  background: #b5b5b5;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 16px; }
  .contact__privacy input {
    margin-right: 8px; }
  .contact__privacy-box {
    height: 360px;
    overflow: auto;
    line-height: 2;
    background: #ffffff;
    padding: 16px;
    border-radius: 8px; }

.contact label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .contact label:not(:last-child) {
    margin-right: 4px; }
  .contact label input {
    margin-right: 4px; }

.contact__agree > div {
  width: 80%;
  margin-right: 16px; }

.contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 16px; }
  .contact__radio li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact__radio li:not(:last-child) {
      margin-right: 8px; }
    .contact__radio li input {
      margin-right: 4px; }
    @media all and (max-width: 430px) {
      .contact__radio li {
        font-size: 16px;
        margin-bottom: 8px; } }
  .contact__radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px; }
    .contact__radio-list li {
      width: 33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 8px; }
      @media all and (max-width: 430px) {
        .contact__radio-list li {
          width: 50%; } }
      .contact__radio-list li input {
        margin-right: 4px; }

.parking_cancellation__header .section__inner::before {
  height: 174px;
  width: 217px;
  background: url(../../common/img/img_parking_cancellation_head.svg) top/cover no-repeat !important; }
  @media all and (max-width: 430px) {
    .parking_cancellation__header .section__inner::before {
      width: 100px;
      height: 80px; } }

.cancellation_form__header .section__inner::before {
  height: 160px;
  width: 165px;
  background: url(../../common/img/img_cancellation_form_head.svg) top/cover no-repeat !important; }
  @media all and (max-width: 430px) {
    .cancellation_form__header .section__inner::before {
      width: 80px;
      height: 80px; } }

.checkbox__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .checkbox__big input {
    height: 40px;
    width: 40px; }

.require {
  font-size: 16px;
  color: #ffffff;
  background: #707070;
  margin: 0 8px;
  padding: 0 16px;
  border-radius: 100px;
  display: inline-block; }

.title__bar .require {
  line-height: 1.6; }

/*

表 テーブル

*/
.table {
  margin: 0 auto;
  width: 1080px;
  table-layout: fixed;
  overflow: hidden; }
  @media all and (max-width: 430px) {
    .table {
      width: 100%;
      overflow: visible; } }
  .table__note {
    font-size: 13px; }
    @media all and (max-width: 430px) {
      .table__note {
        font-size: 12px;
        line-height: 1.4; } }
  .table__form table {
    line-height: 1.6;
    width: 100%; }
    .table__form table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 8px 0; }
      .table__form table tr th {
        width: calc(20% - 16px);
        vertical-align: middle;
        margin-right: 16px; }
      .table__form table tr td {
        width: 80%; }
  .table__data {
    line-height: 1.6; }
    .table__data tr {
      border-bottom: 1px dotted #e95404;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .table__data tr th, .table__data tr td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px;
        font-weight: 500;
        font-size: 18px;
        text-align: left; }
        @media all and (max-width: 430px) {
          .table__data tr th, .table__data tr td {
            font-size: 16px; } }
      .table__data tr th {
        width: 20%; }
        @media all and (max-width: 430px) {
          .table__data tr th {
            width: 100%;
            position: relative; }
            .table__data tr th::before {
              position: absolute;
              content: "";
              height: 50%;
              width: 4px;
              left: 0;
              background: #e95404; } }
      .table__data tr td {
        width: 80%; }
        @media all and (max-width: 430px) {
          .table__data tr td {
            width: 100%; } }
        .table__data tr td p {
          margin-bottom: 16px; }
  .table.row-type thead tr td:nth-of-type(1) {
    width: 270px; }
  .table.row-type thead tr td:nth-of-type(2) {
    width: 80px; }
  .table.row-type thead tr .border-r-blue {
    border-right: 1px solid #e95404; }
  .table.row-type thead tr .border-r-gray {
    border-right: 1px solid #F3F3F3; }
  .table.row-type thead tr .border-l-gray {
    border-left: 1px solid #F3F3F3; }
  .table.row-type thead th, .table.row-type thead td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    background: #e95404;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid #F3F3F3;
    font-size: 18px; }
  .table.row-type thead th {
    vertical-align: middle;
    border-left: 1px solid #ffffff; }
  .table.row-type thead td {
    width: 350px;
    vertical-align: middle; }
    @media all and (max-width: 430px) {
      .table.row-type thead td {
        width: 100px; } }
  .table.row-type tbody th, .table.row-type tbody td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D1D1D1; }
  .table.row-type tbody th {
    background: #F6FCFF;
    font-weight: 500;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
    vertical-align: middle;
    text-align: left;
    line-height: 1.5; }
    @media all and (max-width: 430px) {
      .table.row-type tbody th {
        width: 100px;
        font-size: 13px;
        padding: 16px; } }
    .table.row-type tbody th.v-top {
      vertical-align: top; }
    .table.row-type tbody th.w270 {
      width: 270px; }
    .table.row-type tbody th.w80 {
      padding: 16px !important;
      font-size: 14px;
      text-align: center;
      width: 80px; }
  .table.row-type tbody td {
    padding: 40px 64px; }
    @media all and (max-width: 430px) {
      .table.row-type tbody td {
        padding: 16px;
        font-size: 13px; } }
  .table__price tbody th {
    padding: 38px !important;
    width: 270px; }
  .table__price tbody td {
    text-align: center;
    font-size: 18px;
    padding: 24px !important; }
    .table__price tbody td .cost {
      font-weight: 700;
      font-size: 28px;
      display: inline-block;
      margin-right: 4px; }

/* -- ScrollHint -- */
@media all and (max-width: 430px) {
  .js-scrollable table, .js-scrollable .row-type {
    width: 1000px; } }

::-webkit-full-page-media, :future, :root .table {
  table-layout: auto; }

::-webkit-full-page-media, :future, :root .table.row-type tbody.schedule_row_type .schedule_row2 {
  height: 115px; }
  @media all and (max-width: 430px) {
    ::-webkit-full-page-media, :future, :root .table.row-type tbody.schedule_row_type .schedule_row2 {
      height: auto; } }

.fade__up {
  opacity: 0; }
  .fade__up.active {
    -webkit-animation: fade-up 0.8s;
    -moz-animation: fade-up 0.8s;
    animation: fade-up 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.cookie__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .05em;
  font-size: 14px;
  visibility: hidden;
  z-index: 1001; }
  @media all and (max-width: 430px) {
    .cookie__consent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 12px; } }
  .cookie__consent a {
    color: #ffffff; }

.cookie__text {
  line-height: 1.5; }
  @media all and (min-width: 431px) {
    .cookie__text {
      width: calc(100% - 257px); } }
  @media all and (max-width: 430px) {
    .cookie__text {
      margin-bottom: 1em; } }
  .cookie__text a {
    text-decoration: underline; }
    @media all and (min-width: 431px) {
      .cookie__text a:hover {
        text-decoration: none; } }

.cookie__agree-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cookie__agree + .cookie__agree {
  margin-left: 16px; }

.cookie__agree a {
  display: block;
  background: dodgerblue;
  padding: .5em 1.5em; }

.cookie__agree:hover {
  cursor: pointer; }

.cookie__agree.white a {
  background: #ffffff;
  color: #1a1916; }

.evcart-caution__tag {
  text-align: center;
  display: inline-block;
  padding: 0 16px;
  margin-right: 8px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px; }
  .evcart-caution__tag.blue {
    background: #74B5E4; }
  .evcart-caution__tag.yellow {
    background: #FBC93E; }

.evcart-caution__attention {
  padding: 64px 80px;
  margin-top: 40px; }
  @media all and (max-width: 430px) {
    .evcart-caution__attention {
      padding: 40px 24px;
      margin-top: 32px; } }
  .evcart-caution__attention-inner {
    width: 650px;
    margin: 0 auto; }
    @media all and (max-width: 430px) {
      .evcart-caution__attention-inner {
        width: 100%; } }
  .evcart-caution__attention-title {
    text-align: center; }
    .evcart-caution__attention-title img {
      max-width: 120px; }
    .evcart-caution__attention-title .title__normal {
      margin-top: 8px; }
  .evcart-caution__attention-item {
    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: 300px;
    margin: 24px auto 0; }
    @media all and (max-width: 430px) {
      .evcart-caution__attention-item {
        width: 100%;
        max-width: 300px; } }
    .evcart-caution__attention-item--icon {
      width: 120px; }
      @media all and (max-width: 430px) {
        .evcart-caution__attention-item--icon {
          width: 48%;
          max-width: 120px; } }
      .evcart-caution__attention-item--icon p {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        margin-top: 8px; }
      .evcart-caution__attention-item--icon:first-of-type p {
        color: #232088; }
      .evcart-caution__attention-item--icon:nth-of-type(2) p {
        color: #E72C19; }
    .evcart-caution__attention-item--text {
      margin-top: 16px;
      text-align: center;
      padding: 2px 16px;
      border: 1px solid #E72C19;
      color: #E72C19;
      width: 100%;
      font-weight: bold; }
  .evcart-caution__attention .list_dot {
    margin: 8px auto; }
    @media all and (min-width: 431px) {
      .evcart-caution__attention .list_dot {
        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: 600px; } }
    .evcart-caution__attention .list_dot li {
      margin: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media all and (min-width: 431px) {
        .evcart-caution__attention .list_dot li {
          width: 48%; } }
  .evcart-caution__attention .section__text.note {
    font-size: 16px; }

/* 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: 430px) {
  .sp_align_l {
    text-align: left !important; } }

@media all and (max-width: 430px) {
  .sp_align_r {
    text-align: right !important; } }

@media all and (max-width: 430px) {
  .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: 430px) {
  .sp__none {
    display: none; } }

@media all and (max-width: 430px) {
  .sp__block {
    display: block; } }

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

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

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

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

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

@media all and (max-width: 1280px) {
  .web_small_block {
    display: block !important; }
  .web_small_inline_block {
    display: inline-block !important; }
  .web_small_inline {
    display: inline !important; }
  .web_small_table {
    display: table !important; }
  .web_small_cell {
    display: table-cell !important; }
  .web_small_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media all and (max-width: 1080px) {
  .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: 430px) {
  .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: 320px) {
  .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; }

/*

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: 1280px) {
  .web_small_mb-80 {
    margin-bottom: -80px !important; }
  .web_small_mt-80 {
    margin-top: -80px !important; }
  .web_small_mr-80 {
    margin-right: -80px !important; }
  .web_small_ml-80 {
    margin-left: -80px !important; }
  .web_small_mb-76 {
    margin-bottom: -76px !important; }
  .web_small_mt-76 {
    margin-top: -76px !important; }
  .web_small_mr-76 {
    margin-right: -76px !important; }
  .web_small_ml-76 {
    margin-left: -76px !important; }
  .web_small_mb-72 {
    margin-bottom: -72px !important; }
  .web_small_mt-72 {
    margin-top: -72px !important; }
  .web_small_mr-72 {
    margin-right: -72px !important; }
  .web_small_ml-72 {
    margin-left: -72px !important; }
  .web_small_mb-68 {
    margin-bottom: -68px !important; }
  .web_small_mt-68 {
    margin-top: -68px !important; }
  .web_small_mr-68 {
    margin-right: -68px !important; }
  .web_small_ml-68 {
    margin-left: -68px !important; }
  .web_small_mb-64 {
    margin-bottom: -64px !important; }
  .web_small_mt-64 {
    margin-top: -64px !important; }
  .web_small_mr-64 {
    margin-right: -64px !important; }
  .web_small_ml-64 {
    margin-left: -64px !important; }
  .web_small_mb-60 {
    margin-bottom: -60px !important; }
  .web_small_mt-60 {
    margin-top: -60px !important; }
  .web_small_mr-60 {
    margin-right: -60px !important; }
  .web_small_ml-60 {
    margin-left: -60px !important; }
  .web_small_mb-56 {
    margin-bottom: -56px !important; }
  .web_small_mt-56 {
    margin-top: -56px !important; }
  .web_small_mr-56 {
    margin-right: -56px !important; }
  .web_small_ml-56 {
    margin-left: -56px !important; }
  .web_small_mb-52 {
    margin-bottom: -52px !important; }
  .web_small_mt-52 {
    margin-top: -52px !important; }
  .web_small_mr-52 {
    margin-right: -52px !important; }
  .web_small_ml-52 {
    margin-left: -52px !important; }
  .web_small_mb-48 {
    margin-bottom: -48px !important; }
  .web_small_mt-48 {
    margin-top: -48px !important; }
  .web_small_mr-48 {
    margin-right: -48px !important; }
  .web_small_ml-48 {
    margin-left: -48px !important; }
  .web_small_mb-44 {
    margin-bottom: -44px !important; }
  .web_small_mt-44 {
    margin-top: -44px !important; }
  .web_small_mr-44 {
    margin-right: -44px !important; }
  .web_small_ml-44 {
    margin-left: -44px !important; }
  .web_small_mb-40 {
    margin-bottom: -40px !important; }
  .web_small_mt-40 {
    margin-top: -40px !important; }
  .web_small_mr-40 {
    margin-right: -40px !important; }
  .web_small_ml-40 {
    margin-left: -40px !important; }
  .web_small_mb-36 {
    margin-bottom: -36px !important; }
  .web_small_mt-36 {
    margin-top: -36px !important; }
  .web_small_mr-36 {
    margin-right: -36px !important; }
  .web_small_ml-36 {
    margin-left: -36px !important; }
  .web_small_mb-32 {
    margin-bottom: -32px !important; }
  .web_small_mt-32 {
    margin-top: -32px !important; }
  .web_small_mr-32 {
    margin-right: -32px !important; }
  .web_small_ml-32 {
    margin-left: -32px !important; }
  .web_small_mb-28 {
    margin-bottom: -28px !important; }
  .web_small_mt-28 {
    margin-top: -28px !important; }
  .web_small_mr-28 {
    margin-right: -28px !important; }
  .web_small_ml-28 {
    margin-left: -28px !important; }
  .web_small_mb-24 {
    margin-bottom: -24px !important; }
  .web_small_mt-24 {
    margin-top: -24px !important; }
  .web_small_mr-24 {
    margin-right: -24px !important; }
  .web_small_ml-24 {
    margin-left: -24px !important; }
  .web_small_mb-20 {
    margin-bottom: -20px !important; }
  .web_small_mt-20 {
    margin-top: -20px !important; }
  .web_small_mr-20 {
    margin-right: -20px !important; }
  .web_small_ml-20 {
    margin-left: -20px !important; }
  .web_small_mb-16 {
    margin-bottom: -16px !important; }
  .web_small_mt-16 {
    margin-top: -16px !important; }
  .web_small_mr-16 {
    margin-right: -16px !important; }
  .web_small_ml-16 {
    margin-left: -16px !important; }
  .web_small_mb-12 {
    margin-bottom: -12px !important; }
  .web_small_mt-12 {
    margin-top: -12px !important; }
  .web_small_mr-12 {
    margin-right: -12px !important; }
  .web_small_ml-12 {
    margin-left: -12px !important; }
  .web_small_mb-8 {
    margin-bottom: -8px !important; }
  .web_small_mt-8 {
    margin-top: -8px !important; }
  .web_small_mr-8 {
    margin-right: -8px !important; }
  .web_small_ml-8 {
    margin-left: -8px !important; }
  .web_small_mb-4 {
    margin-bottom: -4px !important; }
  .web_small_mt-4 {
    margin-top: -4px !important; }
  .web_small_mr-4 {
    margin-right: -4px !important; }
  .web_small_ml-4 {
    margin-left: -4px !important; }
  .web_small_mb0 {
    margin-bottom: 0px !important; }
  .web_small_mt0 {
    margin-top: 0px !important; }
  .web_small_mr0 {
    margin-right: 0px !important; }
  .web_small_ml0 {
    margin-left: 0px !important; }
  .web_small_mb4 {
    margin-bottom: 4px !important; }
  .web_small_mt4 {
    margin-top: 4px !important; }
  .web_small_mr4 {
    margin-right: 4px !important; }
  .web_small_ml4 {
    margin-left: 4px !important; }
  .web_small_mb8 {
    margin-bottom: 8px !important; }
  .web_small_mt8 {
    margin-top: 8px !important; }
  .web_small_mr8 {
    margin-right: 8px !important; }
  .web_small_ml8 {
    margin-left: 8px !important; }
  .web_small_mb12 {
    margin-bottom: 12px !important; }
  .web_small_mt12 {
    margin-top: 12px !important; }
  .web_small_mr12 {
    margin-right: 12px !important; }
  .web_small_ml12 {
    margin-left: 12px !important; }
  .web_small_mb16 {
    margin-bottom: 16px !important; }
  .web_small_mt16 {
    margin-top: 16px !important; }
  .web_small_mr16 {
    margin-right: 16px !important; }
  .web_small_ml16 {
    margin-left: 16px !important; }
  .web_small_mb20 {
    margin-bottom: 20px !important; }
  .web_small_mt20 {
    margin-top: 20px !important; }
  .web_small_mr20 {
    margin-right: 20px !important; }
  .web_small_ml20 {
    margin-left: 20px !important; }
  .web_small_mb24 {
    margin-bottom: 24px !important; }
  .web_small_mt24 {
    margin-top: 24px !important; }
  .web_small_mr24 {
    margin-right: 24px !important; }
  .web_small_ml24 {
    margin-left: 24px !important; }
  .web_small_mb28 {
    margin-bottom: 28px !important; }
  .web_small_mt28 {
    margin-top: 28px !important; }
  .web_small_mr28 {
    margin-right: 28px !important; }
  .web_small_ml28 {
    margin-left: 28px !important; }
  .web_small_mb32 {
    margin-bottom: 32px !important; }
  .web_small_mt32 {
    margin-top: 32px !important; }
  .web_small_mr32 {
    margin-right: 32px !important; }
  .web_small_ml32 {
    margin-left: 32px !important; }
  .web_small_mb36 {
    margin-bottom: 36px !important; }
  .web_small_mt36 {
    margin-top: 36px !important; }
  .web_small_mr36 {
    margin-right: 36px !important; }
  .web_small_ml36 {
    margin-left: 36px !important; }
  .web_small_mb40 {
    margin-bottom: 40px !important; }
  .web_small_mt40 {
    margin-top: 40px !important; }
  .web_small_mr40 {
    margin-right: 40px !important; }
  .web_small_ml40 {
    margin-left: 40px !important; }
  .web_small_mb44 {
    margin-bottom: 44px !important; }
  .web_small_mt44 {
    margin-top: 44px !important; }
  .web_small_mr44 {
    margin-right: 44px !important; }
  .web_small_ml44 {
    margin-left: 44px !important; }
  .web_small_mb48 {
    margin-bottom: 48px !important; }
  .web_small_mt48 {
    margin-top: 48px !important; }
  .web_small_mr48 {
    margin-right: 48px !important; }
  .web_small_ml48 {
    margin-left: 48px !important; }
  .web_small_mb52 {
    margin-bottom: 52px !important; }
  .web_small_mt52 {
    margin-top: 52px !important; }
  .web_small_mr52 {
    margin-right: 52px !important; }
  .web_small_ml52 {
    margin-left: 52px !important; }
  .web_small_mb56 {
    margin-bottom: 56px !important; }
  .web_small_mt56 {
    margin-top: 56px !important; }
  .web_small_mr56 {
    margin-right: 56px !important; }
  .web_small_ml56 {
    margin-left: 56px !important; }
  .web_small_mb60 {
    margin-bottom: 60px !important; }
  .web_small_mt60 {
    margin-top: 60px !important; }
  .web_small_mr60 {
    margin-right: 60px !important; }
  .web_small_ml60 {
    margin-left: 60px !important; }
  .web_small_mb64 {
    margin-bottom: 64px !important; }
  .web_small_mt64 {
    margin-top: 64px !important; }
  .web_small_mr64 {
    margin-right: 64px !important; }
  .web_small_ml64 {
    margin-left: 64px !important; }
  .web_small_mb68 {
    margin-bottom: 68px !important; }
  .web_small_mt68 {
    margin-top: 68px !important; }
  .web_small_mr68 {
    margin-right: 68px !important; }
  .web_small_ml68 {
    margin-left: 68px !important; }
  .web_small_mb72 {
    margin-bottom: 72px !important; }
  .web_small_mt72 {
    margin-top: 72px !important; }
  .web_small_mr72 {
    margin-right: 72px !important; }
  .web_small_ml72 {
    margin-left: 72px !important; }
  .web_small_mb76 {
    margin-bottom: 76px !important; }
  .web_small_mt76 {
    margin-top: 76px !important; }
  .web_small_mr76 {
    margin-right: 76px !important; }
  .web_small_ml76 {
    margin-left: 76px !important; }
  .web_small_mb80 {
    margin-bottom: 80px !important; }
  .web_small_mt80 {
    margin-top: 80px !important; }
  .web_small_mr80 {
    margin-right: 80px !important; }
  .web_small_ml80 {
    margin-left: 80px !important; }
  .web_small_mb84 {
    margin-bottom: 84px !important; }
  .web_small_mt84 {
    margin-top: 84px !important; }
  .web_small_mr84 {
    margin-right: 84px !important; }
  .web_small_ml84 {
    margin-left: 84px !important; }
  .web_small_mb88 {
    margin-bottom: 88px !important; }
  .web_small_mt88 {
    margin-top: 88px !important; }
  .web_small_mr88 {
    margin-right: 88px !important; }
  .web_small_ml88 {
    margin-left: 88px !important; }
  .web_small_mb92 {
    margin-bottom: 92px !important; }
  .web_small_mt92 {
    margin-top: 92px !important; }
  .web_small_mr92 {
    margin-right: 92px !important; }
  .web_small_ml92 {
    margin-left: 92px !important; }
  .web_small_mb96 {
    margin-bottom: 96px !important; }
  .web_small_mt96 {
    margin-top: 96px !important; }
  .web_small_mr96 {
    margin-right: 96px !important; }
  .web_small_ml96 {
    margin-left: 96px !important; }
  .web_small_mb100 {
    margin-bottom: 100px !important; }
  .web_small_mt100 {
    margin-top: 100px !important; }
  .web_small_mr100 {
    margin-right: 100px !important; }
  .web_small_ml100 {
    margin-left: 100px !important; }
  .web_small_mb104 {
    margin-bottom: 104px !important; }
  .web_small_mt104 {
    margin-top: 104px !important; }
  .web_small_mr104 {
    margin-right: 104px !important; }
  .web_small_ml104 {
    margin-left: 104px !important; }
  .web_small_mb108 {
    margin-bottom: 108px !important; }
  .web_small_mt108 {
    margin-top: 108px !important; }
  .web_small_mr108 {
    margin-right: 108px !important; }
  .web_small_ml108 {
    margin-left: 108px !important; }
  .web_small_mb112 {
    margin-bottom: 112px !important; }
  .web_small_mt112 {
    margin-top: 112px !important; }
  .web_small_mr112 {
    margin-right: 112px !important; }
  .web_small_ml112 {
    margin-left: 112px !important; }
  .web_small_mb116 {
    margin-bottom: 116px !important; }
  .web_small_mt116 {
    margin-top: 116px !important; }
  .web_small_mr116 {
    margin-right: 116px !important; }
  .web_small_ml116 {
    margin-left: 116px !important; }
  .web_small_mb120 {
    margin-bottom: 120px !important; }
  .web_small_mt120 {
    margin-top: 120px !important; }
  .web_small_mr120 {
    margin-right: 120px !important; }
  .web_small_ml120 {
    margin-left: 120px !important; }
  .web_small_mb124 {
    margin-bottom: 124px !important; }
  .web_small_mt124 {
    margin-top: 124px !important; }
  .web_small_mr124 {
    margin-right: 124px !important; }
  .web_small_ml124 {
    margin-left: 124px !important; }
  .web_small_mb128 {
    margin-bottom: 128px !important; }
  .web_small_mt128 {
    margin-top: 128px !important; }
  .web_small_mr128 {
    margin-right: 128px !important; }
  .web_small_ml128 {
    margin-left: 128px !important; }
  .web_small_mb132 {
    margin-bottom: 132px !important; }
  .web_small_mt132 {
    margin-top: 132px !important; }
  .web_small_mr132 {
    margin-right: 132px !important; }
  .web_small_ml132 {
    margin-left: 132px !important; }
  .web_small_mb136 {
    margin-bottom: 136px !important; }
  .web_small_mt136 {
    margin-top: 136px !important; }
  .web_small_mr136 {
    margin-right: 136px !important; }
  .web_small_ml136 {
    margin-left: 136px !important; }
  .web_small_mb140 {
    margin-bottom: 140px !important; }
  .web_small_mt140 {
    margin-top: 140px !important; }
  .web_small_mr140 {
    margin-right: 140px !important; }
  .web_small_ml140 {
    margin-left: 140px !important; }
  .web_small_mb144 {
    margin-bottom: 144px !important; }
  .web_small_mt144 {
    margin-top: 144px !important; }
  .web_small_mr144 {
    margin-right: 144px !important; }
  .web_small_ml144 {
    margin-left: 144px !important; }
  .web_small_mb148 {
    margin-bottom: 148px !important; }
  .web_small_mt148 {
    margin-top: 148px !important; }
  .web_small_mr148 {
    margin-right: 148px !important; }
  .web_small_ml148 {
    margin-left: 148px !important; }
  .web_small_mb152 {
    margin-bottom: 152px !important; }
  .web_small_mt152 {
    margin-top: 152px !important; }
  .web_small_mr152 {
    margin-right: 152px !important; }
  .web_small_ml152 {
    margin-left: 152px !important; }
  .web_small_mb156 {
    margin-bottom: 156px !important; }
  .web_small_mt156 {
    margin-top: 156px !important; }
  .web_small_mr156 {
    margin-right: 156px !important; }
  .web_small_ml156 {
    margin-left: 156px !important; }
  .web_small_mb160 {
    margin-bottom: 160px !important; }
  .web_small_mt160 {
    margin-top: 160px !important; }
  .web_small_mr160 {
    margin-right: 160px !important; }
  .web_small_ml160 {
    margin-left: 160px !important; } }

@media all and (max-width: 1080px) {
  .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: 430px) {
  .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: 320px) {
  .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: 1280px) {
  .web_small_pb0 {
    padding-bottom: 0px !important; }
  .web_small_pt0 {
    padding-top: 0px !important; }
  .web_small_pr0 {
    padding-right: 0px !important; }
  .web_small_pl0 {
    padding-left: 0px !important; }
  .web_small_pb4 {
    padding-bottom: 4px !important; }
  .web_small_pt4 {
    padding-top: 4px !important; }
  .web_small_pr4 {
    padding-right: 4px !important; }
  .web_small_pl4 {
    padding-left: 4px !important; }
  .web_small_pb8 {
    padding-bottom: 8px !important; }
  .web_small_pt8 {
    padding-top: 8px !important; }
  .web_small_pr8 {
    padding-right: 8px !important; }
  .web_small_pl8 {
    padding-left: 8px !important; }
  .web_small_pb12 {
    padding-bottom: 12px !important; }
  .web_small_pt12 {
    padding-top: 12px !important; }
  .web_small_pr12 {
    padding-right: 12px !important; }
  .web_small_pl12 {
    padding-left: 12px !important; }
  .web_small_pb16 {
    padding-bottom: 16px !important; }
  .web_small_pt16 {
    padding-top: 16px !important; }
  .web_small_pr16 {
    padding-right: 16px !important; }
  .web_small_pl16 {
    padding-left: 16px !important; }
  .web_small_pb20 {
    padding-bottom: 20px !important; }
  .web_small_pt20 {
    padding-top: 20px !important; }
  .web_small_pr20 {
    padding-right: 20px !important; }
  .web_small_pl20 {
    padding-left: 20px !important; }
  .web_small_pb24 {
    padding-bottom: 24px !important; }
  .web_small_pt24 {
    padding-top: 24px !important; }
  .web_small_pr24 {
    padding-right: 24px !important; }
  .web_small_pl24 {
    padding-left: 24px !important; }
  .web_small_pb28 {
    padding-bottom: 28px !important; }
  .web_small_pt28 {
    padding-top: 28px !important; }
  .web_small_pr28 {
    padding-right: 28px !important; }
  .web_small_pl28 {
    padding-left: 28px !important; }
  .web_small_pb32 {
    padding-bottom: 32px !important; }
  .web_small_pt32 {
    padding-top: 32px !important; }
  .web_small_pr32 {
    padding-right: 32px !important; }
  .web_small_pl32 {
    padding-left: 32px !important; }
  .web_small_pb36 {
    padding-bottom: 36px !important; }
  .web_small_pt36 {
    padding-top: 36px !important; }
  .web_small_pr36 {
    padding-right: 36px !important; }
  .web_small_pl36 {
    padding-left: 36px !important; }
  .web_small_pb40 {
    padding-bottom: 40px !important; }
  .web_small_pt40 {
    padding-top: 40px !important; }
  .web_small_pr40 {
    padding-right: 40px !important; }
  .web_small_pl40 {
    padding-left: 40px !important; }
  .web_small_pb44 {
    padding-bottom: 44px !important; }
  .web_small_pt44 {
    padding-top: 44px !important; }
  .web_small_pr44 {
    padding-right: 44px !important; }
  .web_small_pl44 {
    padding-left: 44px !important; }
  .web_small_pb48 {
    padding-bottom: 48px !important; }
  .web_small_pt48 {
    padding-top: 48px !important; }
  .web_small_pr48 {
    padding-right: 48px !important; }
  .web_small_pl48 {
    padding-left: 48px !important; }
  .web_small_pb52 {
    padding-bottom: 52px !important; }
  .web_small_pt52 {
    padding-top: 52px !important; }
  .web_small_pr52 {
    padding-right: 52px !important; }
  .web_small_pl52 {
    padding-left: 52px !important; }
  .web_small_pb56 {
    padding-bottom: 56px !important; }
  .web_small_pt56 {
    padding-top: 56px !important; }
  .web_small_pr56 {
    padding-right: 56px !important; }
  .web_small_pl56 {
    padding-left: 56px !important; }
  .web_small_pb60 {
    padding-bottom: 60px !important; }
  .web_small_pt60 {
    padding-top: 60px !important; }
  .web_small_pr60 {
    padding-right: 60px !important; }
  .web_small_pl60 {
    padding-left: 60px !important; }
  .web_small_pb64 {
    padding-bottom: 64px !important; }
  .web_small_pt64 {
    padding-top: 64px !important; }
  .web_small_pr64 {
    padding-right: 64px !important; }
  .web_small_pl64 {
    padding-left: 64px !important; }
  .web_small_pb68 {
    padding-bottom: 68px !important; }
  .web_small_pt68 {
    padding-top: 68px !important; }
  .web_small_pr68 {
    padding-right: 68px !important; }
  .web_small_pl68 {
    padding-left: 68px !important; }
  .web_small_pb72 {
    padding-bottom: 72px !important; }
  .web_small_pt72 {
    padding-top: 72px !important; }
  .web_small_pr72 {
    padding-right: 72px !important; }
  .web_small_pl72 {
    padding-left: 72px !important; }
  .web_small_pb76 {
    padding-bottom: 76px !important; }
  .web_small_pt76 {
    padding-top: 76px !important; }
  .web_small_pr76 {
    padding-right: 76px !important; }
  .web_small_pl76 {
    padding-left: 76px !important; }
  .web_small_pb80 {
    padding-bottom: 80px !important; }
  .web_small_pt80 {
    padding-top: 80px !important; }
  .web_small_pr80 {
    padding-right: 80px !important; }
  .web_small_pl80 {
    padding-left: 80px !important; }
  .web_small_pb84 {
    padding-bottom: 84px !important; }
  .web_small_pt84 {
    padding-top: 84px !important; }
  .web_small_pr84 {
    padding-right: 84px !important; }
  .web_small_pl84 {
    padding-left: 84px !important; }
  .web_small_pb88 {
    padding-bottom: 88px !important; }
  .web_small_pt88 {
    padding-top: 88px !important; }
  .web_small_pr88 {
    padding-right: 88px !important; }
  .web_small_pl88 {
    padding-left: 88px !important; }
  .web_small_pb92 {
    padding-bottom: 92px !important; }
  .web_small_pt92 {
    padding-top: 92px !important; }
  .web_small_pr92 {
    padding-right: 92px !important; }
  .web_small_pl92 {
    padding-left: 92px !important; }
  .web_small_pb96 {
    padding-bottom: 96px !important; }
  .web_small_pt96 {
    padding-top: 96px !important; }
  .web_small_pr96 {
    padding-right: 96px !important; }
  .web_small_pl96 {
    padding-left: 96px !important; }
  .web_small_pb100 {
    padding-bottom: 100px !important; }
  .web_small_pt100 {
    padding-top: 100px !important; }
  .web_small_pr100 {
    padding-right: 100px !important; }
  .web_small_pl100 {
    padding-left: 100px !important; }
  .web_small_pb104 {
    padding-bottom: 104px !important; }
  .web_small_pt104 {
    padding-top: 104px !important; }
  .web_small_pr104 {
    padding-right: 104px !important; }
  .web_small_pl104 {
    padding-left: 104px !important; }
  .web_small_pb108 {
    padding-bottom: 108px !important; }
  .web_small_pt108 {
    padding-top: 108px !important; }
  .web_small_pr108 {
    padding-right: 108px !important; }
  .web_small_pl108 {
    padding-left: 108px !important; }
  .web_small_pb112 {
    padding-bottom: 112px !important; }
  .web_small_pt112 {
    padding-top: 112px !important; }
  .web_small_pr112 {
    padding-right: 112px !important; }
  .web_small_pl112 {
    padding-left: 112px !important; }
  .web_small_pb116 {
    padding-bottom: 116px !important; }
  .web_small_pt116 {
    padding-top: 116px !important; }
  .web_small_pr116 {
    padding-right: 116px !important; }
  .web_small_pl116 {
    padding-left: 116px !important; }
  .web_small_pb120 {
    padding-bottom: 120px !important; }
  .web_small_pt120 {
    padding-top: 120px !important; }
  .web_small_pr120 {
    padding-right: 120px !important; }
  .web_small_pl120 {
    padding-left: 120px !important; }
  .web_small_pb124 {
    padding-bottom: 124px !important; }
  .web_small_pt124 {
    padding-top: 124px !important; }
  .web_small_pr124 {
    padding-right: 124px !important; }
  .web_small_pl124 {
    padding-left: 124px !important; }
  .web_small_pb128 {
    padding-bottom: 128px !important; }
  .web_small_pt128 {
    padding-top: 128px !important; }
  .web_small_pr128 {
    padding-right: 128px !important; }
  .web_small_pl128 {
    padding-left: 128px !important; }
  .web_small_pb132 {
    padding-bottom: 132px !important; }
  .web_small_pt132 {
    padding-top: 132px !important; }
  .web_small_pr132 {
    padding-right: 132px !important; }
  .web_small_pl132 {
    padding-left: 132px !important; }
  .web_small_pb136 {
    padding-bottom: 136px !important; }
  .web_small_pt136 {
    padding-top: 136px !important; }
  .web_small_pr136 {
    padding-right: 136px !important; }
  .web_small_pl136 {
    padding-left: 136px !important; }
  .web_small_pb140 {
    padding-bottom: 140px !important; }
  .web_small_pt140 {
    padding-top: 140px !important; }
  .web_small_pr140 {
    padding-right: 140px !important; }
  .web_small_pl140 {
    padding-left: 140px !important; }
  .web_small_pb144 {
    padding-bottom: 144px !important; }
  .web_small_pt144 {
    padding-top: 144px !important; }
  .web_small_pr144 {
    padding-right: 144px !important; }
  .web_small_pl144 {
    padding-left: 144px !important; }
  .web_small_pb148 {
    padding-bottom: 148px !important; }
  .web_small_pt148 {
    padding-top: 148px !important; }
  .web_small_pr148 {
    padding-right: 148px !important; }
  .web_small_pl148 {
    padding-left: 148px !important; }
  .web_small_pb152 {
    padding-bottom: 152px !important; }
  .web_small_pt152 {
    padding-top: 152px !important; }
  .web_small_pr152 {
    padding-right: 152px !important; }
  .web_small_pl152 {
    padding-left: 152px !important; }
  .web_small_pb156 {
    padding-bottom: 156px !important; }
  .web_small_pt156 {
    padding-top: 156px !important; }
  .web_small_pr156 {
    padding-right: 156px !important; }
  .web_small_pl156 {
    padding-left: 156px !important; }
  .web_small_pb160 {
    padding-bottom: 160px !important; }
  .web_small_pt160 {
    padding-top: 160px !important; }
  .web_small_pr160 {
    padding-right: 160px !important; }
  .web_small_pl160 {
    padding-left: 160px !important; } }

@media all and (max-width: 1080px) {
  .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: 430px) {
  .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: 320px) {
  .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; } }

/*

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; }

.color_text {
  color: #1a1916; }
  .color_text-main {
    color: #e95404; }
