@charset "UTF-8";
/*====================================
	Import
====================================*/
/*====================================
	( ! ) Do Not Edit ver1.2.6
====================================*/
/*====================================

	----------------------------------
		Structure
	----------------------------------

	1. General
		1.1	Reset
		1.2	Custom Override
	2. Module
		2.1	Column
		2.2	Margin & Padding
		2.3	Typography
		2.4 Object

====================================*/
/*====================================
	1. General
====================================*/
/*	1.1 Reset
====================================*/
/* ! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: var(--header-h);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: auto;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

/*	1.2 Custom Override
====================================*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "Meiryo, Yu Gothic", "YuGothic", "Arial", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .tk-dnp-shuei-mgothic-std {
    font-family: "Meiryo", sans-serif;
  }
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

body {
  /*font-size: 1rem;*/
}

a,
button {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.6s;
}
a:hover,
button:hover {
  opacity: 0.5;
}
a:focus-visible,
button:focus-visible {
  opacity: 0.5;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  border: none;
  display: block;
}

img {
  height: auto;
  max-width: auto;
  vertical-align: bottom;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

/*====================================
	2. Module
====================================*/
/*	2.1 Column
====================================*/
.cols,
.cols-full,
.cols-filld,
.cols-filld-full {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.cols.nega,
.cols-full.nega,
.cols-filld.nega,
.cols-filld-full.nega {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  max-width: 9999px;
}
@media (max-width: 999px) {
  .cols.nega,
  .cols-full.nega,
  .cols-filld.nega,
  .cols-filld-full.nega {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .cols.nega,
  .cols-full.nega,
  .cols-filld.nega,
  .cols-filld-full.nega {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cols.gutter-lg-0 > *,
.cols-full.gutter-lg-0 > *,
.cols-filld.gutter-lg-0 > *,
.cols-filld-full.gutter-lg-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-0,
  .cols-full.gutter-lg-0,
  .cols-filld.gutter-lg-0,
  .cols-filld-full.gutter-lg-0 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-0,
  .cols-full.gutter-lg-0,
  .cols-filld.gutter-lg-0,
  .cols-filld-full.gutter-lg-0 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cols.gutter-lg-0.nega,
.cols-full.gutter-lg-0.nega,
.cols-filld.gutter-lg-0.nega,
.cols-filld-full.gutter-lg-0.nega {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-5 > *,
.cols-full.gutter-lg-5 > *,
.cols-filld.gutter-lg-5 > *,
.cols-filld-full.gutter-lg-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-5,
  .cols-full.gutter-lg-5,
  .cols-filld.gutter-lg-5,
  .cols-filld-full.gutter-lg-5 {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-5,
  .cols-full.gutter-lg-5,
  .cols-filld.gutter-lg-5,
  .cols-filld-full.gutter-lg-5 {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
.cols.gutter-lg-5.nega,
.cols-full.gutter-lg-5.nega,
.cols-filld.gutter-lg-5.nega,
.cols-filld-full.gutter-lg-5.nega {
  margin-left: -2.5px;
  margin-right: -2.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-10 > *,
.cols-full.gutter-lg-10 > *,
.cols-filld.gutter-lg-10 > *,
.cols-filld-full.gutter-lg-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-10,
  .cols-full.gutter-lg-10,
  .cols-filld.gutter-lg-10,
  .cols-filld-full.gutter-lg-10 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-10,
  .cols-full.gutter-lg-10,
  .cols-filld.gutter-lg-10,
  .cols-filld-full.gutter-lg-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cols.gutter-lg-10.nega,
.cols-full.gutter-lg-10.nega,
.cols-filld.gutter-lg-10.nega,
.cols-filld-full.gutter-lg-10.nega {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-15 > *,
.cols-full.gutter-lg-15 > *,
.cols-filld.gutter-lg-15 > *,
.cols-filld-full.gutter-lg-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-15,
  .cols-full.gutter-lg-15,
  .cols-filld.gutter-lg-15,
  .cols-filld-full.gutter-lg-15 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-15,
  .cols-full.gutter-lg-15,
  .cols-filld.gutter-lg-15,
  .cols-filld-full.gutter-lg-15 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.cols.gutter-lg-15.nega,
.cols-full.gutter-lg-15.nega,
.cols-filld.gutter-lg-15.nega,
.cols-filld-full.gutter-lg-15.nega {
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-20 > *,
.cols-full.gutter-lg-20 > *,
.cols-filld.gutter-lg-20 > *,
.cols-filld-full.gutter-lg-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-20,
  .cols-full.gutter-lg-20,
  .cols-filld.gutter-lg-20,
  .cols-filld-full.gutter-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-20,
  .cols-full.gutter-lg-20,
  .cols-filld.gutter-lg-20,
  .cols-filld-full.gutter-lg-20 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cols.gutter-lg-20.nega,
.cols-full.gutter-lg-20.nega,
.cols-filld.gutter-lg-20.nega,
.cols-filld-full.gutter-lg-20.nega {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-25 > *,
.cols-full.gutter-lg-25 > *,
.cols-filld.gutter-lg-25 > *,
.cols-filld-full.gutter-lg-25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-25,
  .cols-full.gutter-lg-25,
  .cols-filld.gutter-lg-25,
  .cols-filld-full.gutter-lg-25 {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-25,
  .cols-full.gutter-lg-25,
  .cols-filld.gutter-lg-25,
  .cols-filld-full.gutter-lg-25 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.cols.gutter-lg-25.nega,
.cols-full.gutter-lg-25.nega,
.cols-filld.gutter-lg-25.nega,
.cols-filld-full.gutter-lg-25.nega {
  margin-left: -12.5px;
  margin-right: -12.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-30 > *,
.cols-full.gutter-lg-30 > *,
.cols-filld.gutter-lg-30 > *,
.cols-filld-full.gutter-lg-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-30,
  .cols-full.gutter-lg-30,
  .cols-filld.gutter-lg-30,
  .cols-filld-full.gutter-lg-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-30,
  .cols-full.gutter-lg-30,
  .cols-filld.gutter-lg-30,
  .cols-filld-full.gutter-lg-30 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cols.gutter-lg-30.nega,
.cols-full.gutter-lg-30.nega,
.cols-filld.gutter-lg-30.nega,
.cols-filld-full.gutter-lg-30.nega {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-35 > *,
.cols-full.gutter-lg-35 > *,
.cols-filld.gutter-lg-35 > *,
.cols-filld-full.gutter-lg-35 > * {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-35,
  .cols-full.gutter-lg-35,
  .cols-filld.gutter-lg-35,
  .cols-filld-full.gutter-lg-35 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-35,
  .cols-full.gutter-lg-35,
  .cols-filld.gutter-lg-35,
  .cols-filld-full.gutter-lg-35 {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
.cols.gutter-lg-35.nega,
.cols-full.gutter-lg-35.nega,
.cols-filld.gutter-lg-35.nega,
.cols-filld-full.gutter-lg-35.nega {
  margin-left: -17.5px;
  margin-right: -17.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-40 > *,
.cols-full.gutter-lg-40 > *,
.cols-filld.gutter-lg-40 > *,
.cols-filld-full.gutter-lg-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-40,
  .cols-full.gutter-lg-40,
  .cols-filld.gutter-lg-40,
  .cols-filld-full.gutter-lg-40 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-40,
  .cols-full.gutter-lg-40,
  .cols-filld.gutter-lg-40,
  .cols-filld-full.gutter-lg-40 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-40.nega,
.cols-full.gutter-lg-40.nega,
.cols-filld.gutter-lg-40.nega,
.cols-filld-full.gutter-lg-40.nega {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-45 > *,
.cols-full.gutter-lg-45 > *,
.cols-filld.gutter-lg-45 > *,
.cols-filld-full.gutter-lg-45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-45,
  .cols-full.gutter-lg-45,
  .cols-filld.gutter-lg-45,
  .cols-filld-full.gutter-lg-45 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-45,
  .cols-full.gutter-lg-45,
  .cols-filld.gutter-lg-45,
  .cols-filld-full.gutter-lg-45 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-45.nega,
.cols-full.gutter-lg-45.nega,
.cols-filld.gutter-lg-45.nega,
.cols-filld-full.gutter-lg-45.nega {
  margin-left: -22.5px;
  margin-right: -22.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-50 > *,
.cols-full.gutter-lg-50 > *,
.cols-filld.gutter-lg-50 > *,
.cols-filld-full.gutter-lg-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-50,
  .cols-full.gutter-lg-50,
  .cols-filld.gutter-lg-50,
  .cols-filld-full.gutter-lg-50 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-50,
  .cols-full.gutter-lg-50,
  .cols-filld.gutter-lg-50,
  .cols-filld-full.gutter-lg-50 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-50.nega,
.cols-full.gutter-lg-50.nega,
.cols-filld.gutter-lg-50.nega,
.cols-filld-full.gutter-lg-50.nega {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-55 > *,
.cols-full.gutter-lg-55 > *,
.cols-filld.gutter-lg-55 > *,
.cols-filld-full.gutter-lg-55 > * {
  padding-left: 27.5px;
  padding-right: 27.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-55,
  .cols-full.gutter-lg-55,
  .cols-filld.gutter-lg-55,
  .cols-filld-full.gutter-lg-55 {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-55,
  .cols-full.gutter-lg-55,
  .cols-filld.gutter-lg-55,
  .cols-filld-full.gutter-lg-55 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-55.nega,
.cols-full.gutter-lg-55.nega,
.cols-filld.gutter-lg-55.nega,
.cols-filld-full.gutter-lg-55.nega {
  margin-left: -27.5px;
  margin-right: -27.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-60 > *,
.cols-full.gutter-lg-60 > *,
.cols-filld.gutter-lg-60 > *,
.cols-filld-full.gutter-lg-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-60,
  .cols-full.gutter-lg-60,
  .cols-filld.gutter-lg-60,
  .cols-filld-full.gutter-lg-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-60,
  .cols-full.gutter-lg-60,
  .cols-filld.gutter-lg-60,
  .cols-filld-full.gutter-lg-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-60.nega,
.cols-full.gutter-lg-60.nega,
.cols-filld.gutter-lg-60.nega,
.cols-filld-full.gutter-lg-60.nega {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-65 > *,
.cols-full.gutter-lg-65 > *,
.cols-filld.gutter-lg-65 > *,
.cols-filld-full.gutter-lg-65 > * {
  padding-left: 32.5px;
  padding-right: 32.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-65,
  .cols-full.gutter-lg-65,
  .cols-filld.gutter-lg-65,
  .cols-filld-full.gutter-lg-65 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-65,
  .cols-full.gutter-lg-65,
  .cols-filld.gutter-lg-65,
  .cols-filld-full.gutter-lg-65 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-65.nega,
.cols-full.gutter-lg-65.nega,
.cols-filld.gutter-lg-65.nega,
.cols-filld-full.gutter-lg-65.nega {
  margin-left: -32.5px;
  margin-right: -32.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-70 > *,
.cols-full.gutter-lg-70 > *,
.cols-filld.gutter-lg-70 > *,
.cols-filld-full.gutter-lg-70 > * {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-70,
  .cols-full.gutter-lg-70,
  .cols-filld.gutter-lg-70,
  .cols-filld-full.gutter-lg-70 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-70,
  .cols-full.gutter-lg-70,
  .cols-filld.gutter-lg-70,
  .cols-filld-full.gutter-lg-70 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-70.nega,
.cols-full.gutter-lg-70.nega,
.cols-filld.gutter-lg-70.nega,
.cols-filld-full.gutter-lg-70.nega {
  margin-left: -35px;
  margin-right: -35px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-75 > *,
.cols-full.gutter-lg-75 > *,
.cols-filld.gutter-lg-75 > *,
.cols-filld-full.gutter-lg-75 > * {
  padding-left: 37.5px;
  padding-right: 37.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-75,
  .cols-full.gutter-lg-75,
  .cols-filld.gutter-lg-75,
  .cols-filld-full.gutter-lg-75 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-75,
  .cols-full.gutter-lg-75,
  .cols-filld.gutter-lg-75,
  .cols-filld-full.gutter-lg-75 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-75.nega,
.cols-full.gutter-lg-75.nega,
.cols-filld.gutter-lg-75.nega,
.cols-filld-full.gutter-lg-75.nega {
  margin-left: -37.5px;
  margin-right: -37.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-80 > *,
.cols-full.gutter-lg-80 > *,
.cols-filld.gutter-lg-80 > *,
.cols-filld-full.gutter-lg-80 > * {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-80,
  .cols-full.gutter-lg-80,
  .cols-filld.gutter-lg-80,
  .cols-filld-full.gutter-lg-80 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-80,
  .cols-full.gutter-lg-80,
  .cols-filld.gutter-lg-80,
  .cols-filld-full.gutter-lg-80 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-80.nega,
.cols-full.gutter-lg-80.nega,
.cols-filld.gutter-lg-80.nega,
.cols-filld-full.gutter-lg-80.nega {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-85 > *,
.cols-full.gutter-lg-85 > *,
.cols-filld.gutter-lg-85 > *,
.cols-filld-full.gutter-lg-85 > * {
  padding-left: 42.5px;
  padding-right: 42.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-85,
  .cols-full.gutter-lg-85,
  .cols-filld.gutter-lg-85,
  .cols-filld-full.gutter-lg-85 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-85,
  .cols-full.gutter-lg-85,
  .cols-filld.gutter-lg-85,
  .cols-filld-full.gutter-lg-85 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-85.nega,
.cols-full.gutter-lg-85.nega,
.cols-filld.gutter-lg-85.nega,
.cols-filld-full.gutter-lg-85.nega {
  margin-left: -42.5px;
  margin-right: -42.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-90 > *,
.cols-full.gutter-lg-90 > *,
.cols-filld.gutter-lg-90 > *,
.cols-filld-full.gutter-lg-90 > * {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-90,
  .cols-full.gutter-lg-90,
  .cols-filld.gutter-lg-90,
  .cols-filld-full.gutter-lg-90 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-90,
  .cols-full.gutter-lg-90,
  .cols-filld.gutter-lg-90,
  .cols-filld-full.gutter-lg-90 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-90.nega,
.cols-full.gutter-lg-90.nega,
.cols-filld.gutter-lg-90.nega,
.cols-filld-full.gutter-lg-90.nega {
  margin-left: -45px;
  margin-right: -45px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-95 > *,
.cols-full.gutter-lg-95 > *,
.cols-filld.gutter-lg-95 > *,
.cols-filld-full.gutter-lg-95 > * {
  padding-left: 47.5px;
  padding-right: 47.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-95,
  .cols-full.gutter-lg-95,
  .cols-filld.gutter-lg-95,
  .cols-filld-full.gutter-lg-95 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-95,
  .cols-full.gutter-lg-95,
  .cols-filld.gutter-lg-95,
  .cols-filld-full.gutter-lg-95 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-95.nega,
.cols-full.gutter-lg-95.nega,
.cols-filld.gutter-lg-95.nega,
.cols-filld-full.gutter-lg-95.nega {
  margin-left: -47.5px;
  margin-right: -47.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-100 > *,
.cols-full.gutter-lg-100 > *,
.cols-filld.gutter-lg-100 > *,
.cols-filld-full.gutter-lg-100 > * {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-100,
  .cols-full.gutter-lg-100,
  .cols-filld.gutter-lg-100,
  .cols-filld-full.gutter-lg-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-100,
  .cols-full.gutter-lg-100,
  .cols-filld.gutter-lg-100,
  .cols-filld-full.gutter-lg-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-100.nega,
.cols-full.gutter-lg-100.nega,
.cols-filld.gutter-lg-100.nega,
.cols-filld-full.gutter-lg-100.nega {
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-105 > *,
.cols-full.gutter-lg-105 > *,
.cols-filld.gutter-lg-105 > *,
.cols-filld-full.gutter-lg-105 > * {
  padding-left: 52.5px;
  padding-right: 52.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-105,
  .cols-full.gutter-lg-105,
  .cols-filld.gutter-lg-105,
  .cols-filld-full.gutter-lg-105 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-105,
  .cols-full.gutter-lg-105,
  .cols-filld.gutter-lg-105,
  .cols-filld-full.gutter-lg-105 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-105.nega,
.cols-full.gutter-lg-105.nega,
.cols-filld.gutter-lg-105.nega,
.cols-filld-full.gutter-lg-105.nega {
  margin-left: -52.5px;
  margin-right: -52.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-110 > *,
.cols-full.gutter-lg-110 > *,
.cols-filld.gutter-lg-110 > *,
.cols-filld-full.gutter-lg-110 > * {
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-110,
  .cols-full.gutter-lg-110,
  .cols-filld.gutter-lg-110,
  .cols-filld-full.gutter-lg-110 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-110,
  .cols-full.gutter-lg-110,
  .cols-filld.gutter-lg-110,
  .cols-filld-full.gutter-lg-110 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-110.nega,
.cols-full.gutter-lg-110.nega,
.cols-filld.gutter-lg-110.nega,
.cols-filld-full.gutter-lg-110.nega {
  margin-left: -55px;
  margin-right: -55px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-115 > *,
.cols-full.gutter-lg-115 > *,
.cols-filld.gutter-lg-115 > *,
.cols-filld-full.gutter-lg-115 > * {
  padding-left: 57.5px;
  padding-right: 57.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-115,
  .cols-full.gutter-lg-115,
  .cols-filld.gutter-lg-115,
  .cols-filld-full.gutter-lg-115 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-115,
  .cols-full.gutter-lg-115,
  .cols-filld.gutter-lg-115,
  .cols-filld-full.gutter-lg-115 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-115.nega,
.cols-full.gutter-lg-115.nega,
.cols-filld.gutter-lg-115.nega,
.cols-filld-full.gutter-lg-115.nega {
  margin-left: -57.5px;
  margin-right: -57.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-120 > *,
.cols-full.gutter-lg-120 > *,
.cols-filld.gutter-lg-120 > *,
.cols-filld-full.gutter-lg-120 > * {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-120,
  .cols-full.gutter-lg-120,
  .cols-filld.gutter-lg-120,
  .cols-filld-full.gutter-lg-120 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-120,
  .cols-full.gutter-lg-120,
  .cols-filld.gutter-lg-120,
  .cols-filld-full.gutter-lg-120 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-120.nega,
.cols-full.gutter-lg-120.nega,
.cols-filld.gutter-lg-120.nega,
.cols-filld-full.gutter-lg-120.nega {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-125 > *,
.cols-full.gutter-lg-125 > *,
.cols-filld.gutter-lg-125 > *,
.cols-filld-full.gutter-lg-125 > * {
  padding-left: 62.5px;
  padding-right: 62.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-125,
  .cols-full.gutter-lg-125,
  .cols-filld.gutter-lg-125,
  .cols-filld-full.gutter-lg-125 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-125,
  .cols-full.gutter-lg-125,
  .cols-filld.gutter-lg-125,
  .cols-filld-full.gutter-lg-125 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-125.nega,
.cols-full.gutter-lg-125.nega,
.cols-filld.gutter-lg-125.nega,
.cols-filld-full.gutter-lg-125.nega {
  margin-left: -62.5px;
  margin-right: -62.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-130 > *,
.cols-full.gutter-lg-130 > *,
.cols-filld.gutter-lg-130 > *,
.cols-filld-full.gutter-lg-130 > * {
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-130,
  .cols-full.gutter-lg-130,
  .cols-filld.gutter-lg-130,
  .cols-filld-full.gutter-lg-130 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-130,
  .cols-full.gutter-lg-130,
  .cols-filld.gutter-lg-130,
  .cols-filld-full.gutter-lg-130 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-130.nega,
.cols-full.gutter-lg-130.nega,
.cols-filld.gutter-lg-130.nega,
.cols-filld-full.gutter-lg-130.nega {
  margin-left: -65px;
  margin-right: -65px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-135 > *,
.cols-full.gutter-lg-135 > *,
.cols-filld.gutter-lg-135 > *,
.cols-filld-full.gutter-lg-135 > * {
  padding-left: 67.5px;
  padding-right: 67.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-135,
  .cols-full.gutter-lg-135,
  .cols-filld.gutter-lg-135,
  .cols-filld-full.gutter-lg-135 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-135,
  .cols-full.gutter-lg-135,
  .cols-filld.gutter-lg-135,
  .cols-filld-full.gutter-lg-135 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-135.nega,
.cols-full.gutter-lg-135.nega,
.cols-filld.gutter-lg-135.nega,
.cols-filld-full.gutter-lg-135.nega {
  margin-left: -67.5px;
  margin-right: -67.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-140 > *,
.cols-full.gutter-lg-140 > *,
.cols-filld.gutter-lg-140 > *,
.cols-filld-full.gutter-lg-140 > * {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-140,
  .cols-full.gutter-lg-140,
  .cols-filld.gutter-lg-140,
  .cols-filld-full.gutter-lg-140 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-140,
  .cols-full.gutter-lg-140,
  .cols-filld.gutter-lg-140,
  .cols-filld-full.gutter-lg-140 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-140.nega,
.cols-full.gutter-lg-140.nega,
.cols-filld.gutter-lg-140.nega,
.cols-filld-full.gutter-lg-140.nega {
  margin-left: -70px;
  margin-right: -70px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-145 > *,
.cols-full.gutter-lg-145 > *,
.cols-filld.gutter-lg-145 > *,
.cols-filld-full.gutter-lg-145 > * {
  padding-left: 72.5px;
  padding-right: 72.5px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-145,
  .cols-full.gutter-lg-145,
  .cols-filld.gutter-lg-145,
  .cols-filld-full.gutter-lg-145 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-145,
  .cols-full.gutter-lg-145,
  .cols-filld.gutter-lg-145,
  .cols-filld-full.gutter-lg-145 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-145.nega,
.cols-full.gutter-lg-145.nega,
.cols-filld.gutter-lg-145.nega,
.cols-filld-full.gutter-lg-145.nega {
  margin-left: -72.5px;
  margin-right: -72.5px;
  padding-left: 0;
  padding-right: 0;
}
.cols.gutter-lg-150 > *,
.cols-full.gutter-lg-150 > *,
.cols-filld.gutter-lg-150 > *,
.cols-filld-full.gutter-lg-150 > * {
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 999px) {
  .cols.gutter-lg-150,
  .cols-full.gutter-lg-150,
  .cols-filld.gutter-lg-150,
  .cols-filld-full.gutter-lg-150 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-lg-150,
  .cols-full.gutter-lg-150,
  .cols-filld.gutter-lg-150,
  .cols-filld-full.gutter-lg-150 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols.gutter-lg-150.nega,
.cols-full.gutter-lg-150.nega,
.cols-filld.gutter-lg-150.nega,
.cols-filld-full.gutter-lg-150.nega {
  margin-left: -75px;
  margin-right: -75px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 999px) {
  .cols.gutter-md-0 > *,
  .cols-full.gutter-md-0 > *,
  .cols-filld.gutter-md-0 > *,
  .cols-filld-full.gutter-md-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cols.gutter-md-0,
  .cols-full.gutter-md-0,
  .cols-filld.gutter-md-0,
  .cols-filld-full.gutter-md-0 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-0,
  .cols-full.gutter-md-0,
  .cols-filld.gutter-md-0,
  .cols-filld-full.gutter-md-0 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-0.nega,
  .cols-full.gutter-md-0.nega,
  .cols-filld.gutter-md-0.nega,
  .cols-filld-full.gutter-md-0.nega {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-5 > *,
  .cols-full.gutter-md-5 > *,
  .cols-filld.gutter-md-5 > *,
  .cols-filld-full.gutter-md-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .cols.gutter-md-5,
  .cols-full.gutter-md-5,
  .cols-filld.gutter-md-5,
  .cols-filld-full.gutter-md-5 {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-5,
  .cols-full.gutter-md-5,
  .cols-filld.gutter-md-5,
  .cols-filld-full.gutter-md-5 {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-5.nega,
  .cols-full.gutter-md-5.nega,
  .cols-filld.gutter-md-5.nega,
  .cols-filld-full.gutter-md-5.nega {
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-10 > *,
  .cols-full.gutter-md-10 > *,
  .cols-filld.gutter-md-10 > *,
  .cols-filld-full.gutter-md-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cols.gutter-md-10,
  .cols-full.gutter-md-10,
  .cols-filld.gutter-md-10,
  .cols-filld-full.gutter-md-10 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-10,
  .cols-full.gutter-md-10,
  .cols-filld.gutter-md-10,
  .cols-filld-full.gutter-md-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-10.nega,
  .cols-full.gutter-md-10.nega,
  .cols-filld.gutter-md-10.nega,
  .cols-filld-full.gutter-md-10.nega {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-15 > *,
  .cols-full.gutter-md-15 > *,
  .cols-filld.gutter-md-15 > *,
  .cols-filld-full.gutter-md-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .cols.gutter-md-15,
  .cols-full.gutter-md-15,
  .cols-filld.gutter-md-15,
  .cols-filld-full.gutter-md-15 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-15,
  .cols-full.gutter-md-15,
  .cols-filld.gutter-md-15,
  .cols-filld-full.gutter-md-15 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-15.nega,
  .cols-full.gutter-md-15.nega,
  .cols-filld.gutter-md-15.nega,
  .cols-filld-full.gutter-md-15.nega {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-20 > *,
  .cols-full.gutter-md-20 > *,
  .cols-filld.gutter-md-20 > *,
  .cols-filld-full.gutter-md-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols.gutter-md-20,
  .cols-full.gutter-md-20,
  .cols-filld.gutter-md-20,
  .cols-filld-full.gutter-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-20,
  .cols-full.gutter-md-20,
  .cols-filld.gutter-md-20,
  .cols-filld-full.gutter-md-20 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-20.nega,
  .cols-full.gutter-md-20.nega,
  .cols-filld.gutter-md-20.nega,
  .cols-filld-full.gutter-md-20.nega {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-25 > *,
  .cols-full.gutter-md-25 > *,
  .cols-filld.gutter-md-25 > *,
  .cols-filld-full.gutter-md-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .cols.gutter-md-25,
  .cols-full.gutter-md-25,
  .cols-filld.gutter-md-25,
  .cols-filld-full.gutter-md-25 {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-25,
  .cols-full.gutter-md-25,
  .cols-filld.gutter-md-25,
  .cols-filld-full.gutter-md-25 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-25.nega,
  .cols-full.gutter-md-25.nega,
  .cols-filld.gutter-md-25.nega,
  .cols-filld-full.gutter-md-25.nega {
    margin-left: -12.5px;
    margin-right: -12.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-30 > *,
  .cols-full.gutter-md-30 > *,
  .cols-filld.gutter-md-30 > *,
  .cols-filld-full.gutter-md-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cols.gutter-md-30,
  .cols-full.gutter-md-30,
  .cols-filld.gutter-md-30,
  .cols-filld-full.gutter-md-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-30,
  .cols-full.gutter-md-30,
  .cols-filld.gutter-md-30,
  .cols-filld-full.gutter-md-30 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-30.nega,
  .cols-full.gutter-md-30.nega,
  .cols-filld.gutter-md-30.nega,
  .cols-filld-full.gutter-md-30.nega {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-35 > *,
  .cols-full.gutter-md-35 > *,
  .cols-filld.gutter-md-35 > *,
  .cols-filld-full.gutter-md-35 > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .cols.gutter-md-35,
  .cols-full.gutter-md-35,
  .cols-filld.gutter-md-35,
  .cols-filld-full.gutter-md-35 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-35,
  .cols-full.gutter-md-35,
  .cols-filld.gutter-md-35,
  .cols-filld-full.gutter-md-35 {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-35.nega,
  .cols-full.gutter-md-35.nega,
  .cols-filld.gutter-md-35.nega,
  .cols-filld-full.gutter-md-35.nega {
    margin-left: -17.5px;
    margin-right: -17.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-40 > *,
  .cols-full.gutter-md-40 > *,
  .cols-filld.gutter-md-40 > *,
  .cols-filld-full.gutter-md-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cols.gutter-md-40,
  .cols-full.gutter-md-40,
  .cols-filld.gutter-md-40,
  .cols-filld-full.gutter-md-40 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-40,
  .cols-full.gutter-md-40,
  .cols-filld.gutter-md-40,
  .cols-filld-full.gutter-md-40 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-40.nega,
  .cols-full.gutter-md-40.nega,
  .cols-filld.gutter-md-40.nega,
  .cols-filld-full.gutter-md-40.nega {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-45 > *,
  .cols-full.gutter-md-45 > *,
  .cols-filld.gutter-md-45 > *,
  .cols-filld-full.gutter-md-45 > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .cols.gutter-md-45,
  .cols-full.gutter-md-45,
  .cols-filld.gutter-md-45,
  .cols-filld-full.gutter-md-45 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-45,
  .cols-full.gutter-md-45,
  .cols-filld.gutter-md-45,
  .cols-filld-full.gutter-md-45 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-45.nega,
  .cols-full.gutter-md-45.nega,
  .cols-filld.gutter-md-45.nega,
  .cols-filld-full.gutter-md-45.nega {
    margin-left: -22.5px;
    margin-right: -22.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-50 > *,
  .cols-full.gutter-md-50 > *,
  .cols-filld.gutter-md-50 > *,
  .cols-filld-full.gutter-md-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cols.gutter-md-50,
  .cols-full.gutter-md-50,
  .cols-filld.gutter-md-50,
  .cols-filld-full.gutter-md-50 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-50,
  .cols-full.gutter-md-50,
  .cols-filld.gutter-md-50,
  .cols-filld-full.gutter-md-50 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-50.nega,
  .cols-full.gutter-md-50.nega,
  .cols-filld.gutter-md-50.nega,
  .cols-filld-full.gutter-md-50.nega {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-55 > *,
  .cols-full.gutter-md-55 > *,
  .cols-filld.gutter-md-55 > *,
  .cols-filld-full.gutter-md-55 > * {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
  .cols.gutter-md-55,
  .cols-full.gutter-md-55,
  .cols-filld.gutter-md-55,
  .cols-filld-full.gutter-md-55 {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-55,
  .cols-full.gutter-md-55,
  .cols-filld.gutter-md-55,
  .cols-filld-full.gutter-md-55 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-55.nega,
  .cols-full.gutter-md-55.nega,
  .cols-filld.gutter-md-55.nega,
  .cols-filld-full.gutter-md-55.nega {
    margin-left: -27.5px;
    margin-right: -27.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-60 > *,
  .cols-full.gutter-md-60 > *,
  .cols-filld.gutter-md-60 > *,
  .cols-filld-full.gutter-md-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cols.gutter-md-60,
  .cols-full.gutter-md-60,
  .cols-filld.gutter-md-60,
  .cols-filld-full.gutter-md-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-60,
  .cols-full.gutter-md-60,
  .cols-filld.gutter-md-60,
  .cols-filld-full.gutter-md-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-60.nega,
  .cols-full.gutter-md-60.nega,
  .cols-filld.gutter-md-60.nega,
  .cols-filld-full.gutter-md-60.nega {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-65 > *,
  .cols-full.gutter-md-65 > *,
  .cols-filld.gutter-md-65 > *,
  .cols-filld-full.gutter-md-65 > * {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
  .cols.gutter-md-65,
  .cols-full.gutter-md-65,
  .cols-filld.gutter-md-65,
  .cols-filld-full.gutter-md-65 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-65,
  .cols-full.gutter-md-65,
  .cols-filld.gutter-md-65,
  .cols-filld-full.gutter-md-65 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-65.nega,
  .cols-full.gutter-md-65.nega,
  .cols-filld.gutter-md-65.nega,
  .cols-filld-full.gutter-md-65.nega {
    margin-left: -32.5px;
    margin-right: -32.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-70 > *,
  .cols-full.gutter-md-70 > *,
  .cols-filld.gutter-md-70 > *,
  .cols-filld-full.gutter-md-70 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .cols.gutter-md-70,
  .cols-full.gutter-md-70,
  .cols-filld.gutter-md-70,
  .cols-filld-full.gutter-md-70 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-70,
  .cols-full.gutter-md-70,
  .cols-filld.gutter-md-70,
  .cols-filld-full.gutter-md-70 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-70.nega,
  .cols-full.gutter-md-70.nega,
  .cols-filld.gutter-md-70.nega,
  .cols-filld-full.gutter-md-70.nega {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-75 > *,
  .cols-full.gutter-md-75 > *,
  .cols-filld.gutter-md-75 > *,
  .cols-filld-full.gutter-md-75 > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
  .cols.gutter-md-75,
  .cols-full.gutter-md-75,
  .cols-filld.gutter-md-75,
  .cols-filld-full.gutter-md-75 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-75,
  .cols-full.gutter-md-75,
  .cols-filld.gutter-md-75,
  .cols-filld-full.gutter-md-75 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-75.nega,
  .cols-full.gutter-md-75.nega,
  .cols-filld.gutter-md-75.nega,
  .cols-filld-full.gutter-md-75.nega {
    margin-left: -37.5px;
    margin-right: -37.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-80 > *,
  .cols-full.gutter-md-80 > *,
  .cols-filld.gutter-md-80 > *,
  .cols-filld-full.gutter-md-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cols.gutter-md-80,
  .cols-full.gutter-md-80,
  .cols-filld.gutter-md-80,
  .cols-filld-full.gutter-md-80 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-80,
  .cols-full.gutter-md-80,
  .cols-filld.gutter-md-80,
  .cols-filld-full.gutter-md-80 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-80.nega,
  .cols-full.gutter-md-80.nega,
  .cols-filld.gutter-md-80.nega,
  .cols-filld-full.gutter-md-80.nega {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-85 > *,
  .cols-full.gutter-md-85 > *,
  .cols-filld.gutter-md-85 > *,
  .cols-filld-full.gutter-md-85 > * {
    padding-left: 42.5px;
    padding-right: 42.5px;
  }
  .cols.gutter-md-85,
  .cols-full.gutter-md-85,
  .cols-filld.gutter-md-85,
  .cols-filld-full.gutter-md-85 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-85,
  .cols-full.gutter-md-85,
  .cols-filld.gutter-md-85,
  .cols-filld-full.gutter-md-85 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-85.nega,
  .cols-full.gutter-md-85.nega,
  .cols-filld.gutter-md-85.nega,
  .cols-filld-full.gutter-md-85.nega {
    margin-left: -42.5px;
    margin-right: -42.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-90 > *,
  .cols-full.gutter-md-90 > *,
  .cols-filld.gutter-md-90 > *,
  .cols-filld-full.gutter-md-90 > * {
    padding-left: 45px;
    padding-right: 45px;
  }
  .cols.gutter-md-90,
  .cols-full.gutter-md-90,
  .cols-filld.gutter-md-90,
  .cols-filld-full.gutter-md-90 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-90,
  .cols-full.gutter-md-90,
  .cols-filld.gutter-md-90,
  .cols-filld-full.gutter-md-90 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-90.nega,
  .cols-full.gutter-md-90.nega,
  .cols-filld.gutter-md-90.nega,
  .cols-filld-full.gutter-md-90.nega {
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-95 > *,
  .cols-full.gutter-md-95 > *,
  .cols-filld.gutter-md-95 > *,
  .cols-filld-full.gutter-md-95 > * {
    padding-left: 47.5px;
    padding-right: 47.5px;
  }
  .cols.gutter-md-95,
  .cols-full.gutter-md-95,
  .cols-filld.gutter-md-95,
  .cols-filld-full.gutter-md-95 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-95,
  .cols-full.gutter-md-95,
  .cols-filld.gutter-md-95,
  .cols-filld-full.gutter-md-95 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-95.nega,
  .cols-full.gutter-md-95.nega,
  .cols-filld.gutter-md-95.nega,
  .cols-filld-full.gutter-md-95.nega {
    margin-left: -47.5px;
    margin-right: -47.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-100 > *,
  .cols-full.gutter-md-100 > *,
  .cols-filld.gutter-md-100 > *,
  .cols-filld-full.gutter-md-100 > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cols.gutter-md-100,
  .cols-full.gutter-md-100,
  .cols-filld.gutter-md-100,
  .cols-filld-full.gutter-md-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-100,
  .cols-full.gutter-md-100,
  .cols-filld.gutter-md-100,
  .cols-filld-full.gutter-md-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-100.nega,
  .cols-full.gutter-md-100.nega,
  .cols-filld.gutter-md-100.nega,
  .cols-filld-full.gutter-md-100.nega {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-105 > *,
  .cols-full.gutter-md-105 > *,
  .cols-filld.gutter-md-105 > *,
  .cols-filld-full.gutter-md-105 > * {
    padding-left: 52.5px;
    padding-right: 52.5px;
  }
  .cols.gutter-md-105,
  .cols-full.gutter-md-105,
  .cols-filld.gutter-md-105,
  .cols-filld-full.gutter-md-105 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-105,
  .cols-full.gutter-md-105,
  .cols-filld.gutter-md-105,
  .cols-filld-full.gutter-md-105 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-105.nega,
  .cols-full.gutter-md-105.nega,
  .cols-filld.gutter-md-105.nega,
  .cols-filld-full.gutter-md-105.nega {
    margin-left: -52.5px;
    margin-right: -52.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-110 > *,
  .cols-full.gutter-md-110 > *,
  .cols-filld.gutter-md-110 > *,
  .cols-filld-full.gutter-md-110 > * {
    padding-left: 55px;
    padding-right: 55px;
  }
  .cols.gutter-md-110,
  .cols-full.gutter-md-110,
  .cols-filld.gutter-md-110,
  .cols-filld-full.gutter-md-110 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-110,
  .cols-full.gutter-md-110,
  .cols-filld.gutter-md-110,
  .cols-filld-full.gutter-md-110 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-110.nega,
  .cols-full.gutter-md-110.nega,
  .cols-filld.gutter-md-110.nega,
  .cols-filld-full.gutter-md-110.nega {
    margin-left: -55px;
    margin-right: -55px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-115 > *,
  .cols-full.gutter-md-115 > *,
  .cols-filld.gutter-md-115 > *,
  .cols-filld-full.gutter-md-115 > * {
    padding-left: 57.5px;
    padding-right: 57.5px;
  }
  .cols.gutter-md-115,
  .cols-full.gutter-md-115,
  .cols-filld.gutter-md-115,
  .cols-filld-full.gutter-md-115 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-115,
  .cols-full.gutter-md-115,
  .cols-filld.gutter-md-115,
  .cols-filld-full.gutter-md-115 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-115.nega,
  .cols-full.gutter-md-115.nega,
  .cols-filld.gutter-md-115.nega,
  .cols-filld-full.gutter-md-115.nega {
    margin-left: -57.5px;
    margin-right: -57.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-120 > *,
  .cols-full.gutter-md-120 > *,
  .cols-filld.gutter-md-120 > *,
  .cols-filld-full.gutter-md-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cols.gutter-md-120,
  .cols-full.gutter-md-120,
  .cols-filld.gutter-md-120,
  .cols-filld-full.gutter-md-120 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-120,
  .cols-full.gutter-md-120,
  .cols-filld.gutter-md-120,
  .cols-filld-full.gutter-md-120 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-120.nega,
  .cols-full.gutter-md-120.nega,
  .cols-filld.gutter-md-120.nega,
  .cols-filld-full.gutter-md-120.nega {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-125 > *,
  .cols-full.gutter-md-125 > *,
  .cols-filld.gutter-md-125 > *,
  .cols-filld-full.gutter-md-125 > * {
    padding-left: 62.5px;
    padding-right: 62.5px;
  }
  .cols.gutter-md-125,
  .cols-full.gutter-md-125,
  .cols-filld.gutter-md-125,
  .cols-filld-full.gutter-md-125 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-125,
  .cols-full.gutter-md-125,
  .cols-filld.gutter-md-125,
  .cols-filld-full.gutter-md-125 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-125.nega,
  .cols-full.gutter-md-125.nega,
  .cols-filld.gutter-md-125.nega,
  .cols-filld-full.gutter-md-125.nega {
    margin-left: -62.5px;
    margin-right: -62.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-130 > *,
  .cols-full.gutter-md-130 > *,
  .cols-filld.gutter-md-130 > *,
  .cols-filld-full.gutter-md-130 > * {
    padding-left: 65px;
    padding-right: 65px;
  }
  .cols.gutter-md-130,
  .cols-full.gutter-md-130,
  .cols-filld.gutter-md-130,
  .cols-filld-full.gutter-md-130 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-130,
  .cols-full.gutter-md-130,
  .cols-filld.gutter-md-130,
  .cols-filld-full.gutter-md-130 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-130.nega,
  .cols-full.gutter-md-130.nega,
  .cols-filld.gutter-md-130.nega,
  .cols-filld-full.gutter-md-130.nega {
    margin-left: -65px;
    margin-right: -65px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-135 > *,
  .cols-full.gutter-md-135 > *,
  .cols-filld.gutter-md-135 > *,
  .cols-filld-full.gutter-md-135 > * {
    padding-left: 67.5px;
    padding-right: 67.5px;
  }
  .cols.gutter-md-135,
  .cols-full.gutter-md-135,
  .cols-filld.gutter-md-135,
  .cols-filld-full.gutter-md-135 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-135,
  .cols-full.gutter-md-135,
  .cols-filld.gutter-md-135,
  .cols-filld-full.gutter-md-135 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-135.nega,
  .cols-full.gutter-md-135.nega,
  .cols-filld.gutter-md-135.nega,
  .cols-filld-full.gutter-md-135.nega {
    margin-left: -67.5px;
    margin-right: -67.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-140 > *,
  .cols-full.gutter-md-140 > *,
  .cols-filld.gutter-md-140 > *,
  .cols-filld-full.gutter-md-140 > * {
    padding-left: 70px;
    padding-right: 70px;
  }
  .cols.gutter-md-140,
  .cols-full.gutter-md-140,
  .cols-filld.gutter-md-140,
  .cols-filld-full.gutter-md-140 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-140,
  .cols-full.gutter-md-140,
  .cols-filld.gutter-md-140,
  .cols-filld-full.gutter-md-140 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-140.nega,
  .cols-full.gutter-md-140.nega,
  .cols-filld.gutter-md-140.nega,
  .cols-filld-full.gutter-md-140.nega {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-145 > *,
  .cols-full.gutter-md-145 > *,
  .cols-filld.gutter-md-145 > *,
  .cols-filld-full.gutter-md-145 > * {
    padding-left: 72.5px;
    padding-right: 72.5px;
  }
  .cols.gutter-md-145,
  .cols-full.gutter-md-145,
  .cols-filld.gutter-md-145,
  .cols-filld-full.gutter-md-145 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-145,
  .cols-full.gutter-md-145,
  .cols-filld.gutter-md-145,
  .cols-filld-full.gutter-md-145 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-145.nega,
  .cols-full.gutter-md-145.nega,
  .cols-filld.gutter-md-145.nega,
  .cols-filld-full.gutter-md-145.nega {
    margin-left: -72.5px;
    margin-right: -72.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-md-150 > *,
  .cols-full.gutter-md-150 > *,
  .cols-filld.gutter-md-150 > *,
  .cols-filld-full.gutter-md-150 > * {
    padding-left: 75px;
    padding-right: 75px;
  }
  .cols.gutter-md-150,
  .cols-full.gutter-md-150,
  .cols-filld.gutter-md-150,
  .cols-filld-full.gutter-md-150 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cols.gutter-md-150,
  .cols-full.gutter-md-150,
  .cols-filld.gutter-md-150,
  .cols-filld-full.gutter-md-150 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  .cols.gutter-md-150.nega,
  .cols-full.gutter-md-150.nega,
  .cols-filld.gutter-md-150.nega,
  .cols-filld-full.gutter-md-150.nega {
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols.gutter-sm-0 > *,
  .cols-full.gutter-sm-0 > *,
  .cols-filld.gutter-sm-0 > *,
  .cols-filld-full.gutter-sm-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cols.gutter-sm-0,
  .cols-full.gutter-sm-0,
  .cols-filld.gutter-sm-0,
  .cols-filld-full.gutter-sm-0 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cols.gutter-sm-0.nega,
  .cols-full.gutter-sm-0.nega,
  .cols-filld.gutter-sm-0.nega,
  .cols-filld-full.gutter-sm-0.nega {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-5 > *,
  .cols-full.gutter-sm-5 > *,
  .cols-filld.gutter-sm-5 > *,
  .cols-filld-full.gutter-sm-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .cols.gutter-sm-5,
  .cols-full.gutter-sm-5,
  .cols-filld.gutter-sm-5,
  .cols-filld-full.gutter-sm-5 {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .cols.gutter-sm-5.nega,
  .cols-full.gutter-sm-5.nega,
  .cols-filld.gutter-sm-5.nega,
  .cols-filld-full.gutter-sm-5.nega {
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-10 > *,
  .cols-full.gutter-sm-10 > *,
  .cols-filld.gutter-sm-10 > *,
  .cols-filld-full.gutter-sm-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cols.gutter-sm-10,
  .cols-full.gutter-sm-10,
  .cols-filld.gutter-sm-10,
  .cols-filld-full.gutter-sm-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cols.gutter-sm-10.nega,
  .cols-full.gutter-sm-10.nega,
  .cols-filld.gutter-sm-10.nega,
  .cols-filld-full.gutter-sm-10.nega {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-15 > *,
  .cols-full.gutter-sm-15 > *,
  .cols-filld.gutter-sm-15 > *,
  .cols-filld-full.gutter-sm-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .cols.gutter-sm-15,
  .cols-full.gutter-sm-15,
  .cols-filld.gutter-sm-15,
  .cols-filld-full.gutter-sm-15 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .cols.gutter-sm-15.nega,
  .cols-full.gutter-sm-15.nega,
  .cols-filld.gutter-sm-15.nega,
  .cols-filld-full.gutter-sm-15.nega {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-20 > *,
  .cols-full.gutter-sm-20 > *,
  .cols-filld.gutter-sm-20 > *,
  .cols-filld-full.gutter-sm-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols.gutter-sm-20,
  .cols-full.gutter-sm-20,
  .cols-filld.gutter-sm-20,
  .cols-filld-full.gutter-sm-20 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols.gutter-sm-20.nega,
  .cols-full.gutter-sm-20.nega,
  .cols-filld.gutter-sm-20.nega,
  .cols-filld-full.gutter-sm-20.nega {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-25 > *,
  .cols-full.gutter-sm-25 > *,
  .cols-filld.gutter-sm-25 > *,
  .cols-filld-full.gutter-sm-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .cols.gutter-sm-25,
  .cols-full.gutter-sm-25,
  .cols-filld.gutter-sm-25,
  .cols-filld-full.gutter-sm-25 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .cols.gutter-sm-25.nega,
  .cols-full.gutter-sm-25.nega,
  .cols-filld.gutter-sm-25.nega,
  .cols-filld-full.gutter-sm-25.nega {
    margin-left: -12.5px;
    margin-right: -12.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-30 > *,
  .cols-full.gutter-sm-30 > *,
  .cols-filld.gutter-sm-30 > *,
  .cols-filld-full.gutter-sm-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cols.gutter-sm-30,
  .cols-full.gutter-sm-30,
  .cols-filld.gutter-sm-30,
  .cols-filld-full.gutter-sm-30 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cols.gutter-sm-30.nega,
  .cols-full.gutter-sm-30.nega,
  .cols-filld.gutter-sm-30.nega,
  .cols-filld-full.gutter-sm-30.nega {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-35 > *,
  .cols-full.gutter-sm-35 > *,
  .cols-filld.gutter-sm-35 > *,
  .cols-filld-full.gutter-sm-35 > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .cols.gutter-sm-35,
  .cols-full.gutter-sm-35,
  .cols-filld.gutter-sm-35,
  .cols-filld-full.gutter-sm-35 {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .cols.gutter-sm-35.nega,
  .cols-full.gutter-sm-35.nega,
  .cols-filld.gutter-sm-35.nega,
  .cols-filld-full.gutter-sm-35.nega {
    margin-left: -17.5px;
    margin-right: -17.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-40 > *,
  .cols-full.gutter-sm-40 > *,
  .cols-filld.gutter-sm-40 > *,
  .cols-filld-full.gutter-sm-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cols.gutter-sm-40,
  .cols-full.gutter-sm-40,
  .cols-filld.gutter-sm-40,
  .cols-filld-full.gutter-sm-40 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-40.nega,
  .cols-full.gutter-sm-40.nega,
  .cols-filld.gutter-sm-40.nega,
  .cols-filld-full.gutter-sm-40.nega {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-45 > *,
  .cols-full.gutter-sm-45 > *,
  .cols-filld.gutter-sm-45 > *,
  .cols-filld-full.gutter-sm-45 > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .cols.gutter-sm-45,
  .cols-full.gutter-sm-45,
  .cols-filld.gutter-sm-45,
  .cols-filld-full.gutter-sm-45 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-45.nega,
  .cols-full.gutter-sm-45.nega,
  .cols-filld.gutter-sm-45.nega,
  .cols-filld-full.gutter-sm-45.nega {
    margin-left: -22.5px;
    margin-right: -22.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-50 > *,
  .cols-full.gutter-sm-50 > *,
  .cols-filld.gutter-sm-50 > *,
  .cols-filld-full.gutter-sm-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cols.gutter-sm-50,
  .cols-full.gutter-sm-50,
  .cols-filld.gutter-sm-50,
  .cols-filld-full.gutter-sm-50 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-50.nega,
  .cols-full.gutter-sm-50.nega,
  .cols-filld.gutter-sm-50.nega,
  .cols-filld-full.gutter-sm-50.nega {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-55 > *,
  .cols-full.gutter-sm-55 > *,
  .cols-filld.gutter-sm-55 > *,
  .cols-filld-full.gutter-sm-55 > * {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
  .cols.gutter-sm-55,
  .cols-full.gutter-sm-55,
  .cols-filld.gutter-sm-55,
  .cols-filld-full.gutter-sm-55 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-55.nega,
  .cols-full.gutter-sm-55.nega,
  .cols-filld.gutter-sm-55.nega,
  .cols-filld-full.gutter-sm-55.nega {
    margin-left: -27.5px;
    margin-right: -27.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-60 > *,
  .cols-full.gutter-sm-60 > *,
  .cols-filld.gutter-sm-60 > *,
  .cols-filld-full.gutter-sm-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cols.gutter-sm-60,
  .cols-full.gutter-sm-60,
  .cols-filld.gutter-sm-60,
  .cols-filld-full.gutter-sm-60 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-60.nega,
  .cols-full.gutter-sm-60.nega,
  .cols-filld.gutter-sm-60.nega,
  .cols-filld-full.gutter-sm-60.nega {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-65 > *,
  .cols-full.gutter-sm-65 > *,
  .cols-filld.gutter-sm-65 > *,
  .cols-filld-full.gutter-sm-65 > * {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
  .cols.gutter-sm-65,
  .cols-full.gutter-sm-65,
  .cols-filld.gutter-sm-65,
  .cols-filld-full.gutter-sm-65 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-65.nega,
  .cols-full.gutter-sm-65.nega,
  .cols-filld.gutter-sm-65.nega,
  .cols-filld-full.gutter-sm-65.nega {
    margin-left: -32.5px;
    margin-right: -32.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-70 > *,
  .cols-full.gutter-sm-70 > *,
  .cols-filld.gutter-sm-70 > *,
  .cols-filld-full.gutter-sm-70 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .cols.gutter-sm-70,
  .cols-full.gutter-sm-70,
  .cols-filld.gutter-sm-70,
  .cols-filld-full.gutter-sm-70 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-70.nega,
  .cols-full.gutter-sm-70.nega,
  .cols-filld.gutter-sm-70.nega,
  .cols-filld-full.gutter-sm-70.nega {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-75 > *,
  .cols-full.gutter-sm-75 > *,
  .cols-filld.gutter-sm-75 > *,
  .cols-filld-full.gutter-sm-75 > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
  .cols.gutter-sm-75,
  .cols-full.gutter-sm-75,
  .cols-filld.gutter-sm-75,
  .cols-filld-full.gutter-sm-75 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-75.nega,
  .cols-full.gutter-sm-75.nega,
  .cols-filld.gutter-sm-75.nega,
  .cols-filld-full.gutter-sm-75.nega {
    margin-left: -37.5px;
    margin-right: -37.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-80 > *,
  .cols-full.gutter-sm-80 > *,
  .cols-filld.gutter-sm-80 > *,
  .cols-filld-full.gutter-sm-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cols.gutter-sm-80,
  .cols-full.gutter-sm-80,
  .cols-filld.gutter-sm-80,
  .cols-filld-full.gutter-sm-80 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-80.nega,
  .cols-full.gutter-sm-80.nega,
  .cols-filld.gutter-sm-80.nega,
  .cols-filld-full.gutter-sm-80.nega {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-85 > *,
  .cols-full.gutter-sm-85 > *,
  .cols-filld.gutter-sm-85 > *,
  .cols-filld-full.gutter-sm-85 > * {
    padding-left: 42.5px;
    padding-right: 42.5px;
  }
  .cols.gutter-sm-85,
  .cols-full.gutter-sm-85,
  .cols-filld.gutter-sm-85,
  .cols-filld-full.gutter-sm-85 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-85.nega,
  .cols-full.gutter-sm-85.nega,
  .cols-filld.gutter-sm-85.nega,
  .cols-filld-full.gutter-sm-85.nega {
    margin-left: -42.5px;
    margin-right: -42.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-90 > *,
  .cols-full.gutter-sm-90 > *,
  .cols-filld.gutter-sm-90 > *,
  .cols-filld-full.gutter-sm-90 > * {
    padding-left: 45px;
    padding-right: 45px;
  }
  .cols.gutter-sm-90,
  .cols-full.gutter-sm-90,
  .cols-filld.gutter-sm-90,
  .cols-filld-full.gutter-sm-90 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-90.nega,
  .cols-full.gutter-sm-90.nega,
  .cols-filld.gutter-sm-90.nega,
  .cols-filld-full.gutter-sm-90.nega {
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-95 > *,
  .cols-full.gutter-sm-95 > *,
  .cols-filld.gutter-sm-95 > *,
  .cols-filld-full.gutter-sm-95 > * {
    padding-left: 47.5px;
    padding-right: 47.5px;
  }
  .cols.gutter-sm-95,
  .cols-full.gutter-sm-95,
  .cols-filld.gutter-sm-95,
  .cols-filld-full.gutter-sm-95 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-95.nega,
  .cols-full.gutter-sm-95.nega,
  .cols-filld.gutter-sm-95.nega,
  .cols-filld-full.gutter-sm-95.nega {
    margin-left: -47.5px;
    margin-right: -47.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-100 > *,
  .cols-full.gutter-sm-100 > *,
  .cols-filld.gutter-sm-100 > *,
  .cols-filld-full.gutter-sm-100 > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cols.gutter-sm-100,
  .cols-full.gutter-sm-100,
  .cols-filld.gutter-sm-100,
  .cols-filld-full.gutter-sm-100 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-100.nega,
  .cols-full.gutter-sm-100.nega,
  .cols-filld.gutter-sm-100.nega,
  .cols-filld-full.gutter-sm-100.nega {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-105 > *,
  .cols-full.gutter-sm-105 > *,
  .cols-filld.gutter-sm-105 > *,
  .cols-filld-full.gutter-sm-105 > * {
    padding-left: 52.5px;
    padding-right: 52.5px;
  }
  .cols.gutter-sm-105,
  .cols-full.gutter-sm-105,
  .cols-filld.gutter-sm-105,
  .cols-filld-full.gutter-sm-105 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-105.nega,
  .cols-full.gutter-sm-105.nega,
  .cols-filld.gutter-sm-105.nega,
  .cols-filld-full.gutter-sm-105.nega {
    margin-left: -52.5px;
    margin-right: -52.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-110 > *,
  .cols-full.gutter-sm-110 > *,
  .cols-filld.gutter-sm-110 > *,
  .cols-filld-full.gutter-sm-110 > * {
    padding-left: 55px;
    padding-right: 55px;
  }
  .cols.gutter-sm-110,
  .cols-full.gutter-sm-110,
  .cols-filld.gutter-sm-110,
  .cols-filld-full.gutter-sm-110 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-110.nega,
  .cols-full.gutter-sm-110.nega,
  .cols-filld.gutter-sm-110.nega,
  .cols-filld-full.gutter-sm-110.nega {
    margin-left: -55px;
    margin-right: -55px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-115 > *,
  .cols-full.gutter-sm-115 > *,
  .cols-filld.gutter-sm-115 > *,
  .cols-filld-full.gutter-sm-115 > * {
    padding-left: 57.5px;
    padding-right: 57.5px;
  }
  .cols.gutter-sm-115,
  .cols-full.gutter-sm-115,
  .cols-filld.gutter-sm-115,
  .cols-filld-full.gutter-sm-115 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-115.nega,
  .cols-full.gutter-sm-115.nega,
  .cols-filld.gutter-sm-115.nega,
  .cols-filld-full.gutter-sm-115.nega {
    margin-left: -57.5px;
    margin-right: -57.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-120 > *,
  .cols-full.gutter-sm-120 > *,
  .cols-filld.gutter-sm-120 > *,
  .cols-filld-full.gutter-sm-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cols.gutter-sm-120,
  .cols-full.gutter-sm-120,
  .cols-filld.gutter-sm-120,
  .cols-filld-full.gutter-sm-120 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-120.nega,
  .cols-full.gutter-sm-120.nega,
  .cols-filld.gutter-sm-120.nega,
  .cols-filld-full.gutter-sm-120.nega {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-125 > *,
  .cols-full.gutter-sm-125 > *,
  .cols-filld.gutter-sm-125 > *,
  .cols-filld-full.gutter-sm-125 > * {
    padding-left: 62.5px;
    padding-right: 62.5px;
  }
  .cols.gutter-sm-125,
  .cols-full.gutter-sm-125,
  .cols-filld.gutter-sm-125,
  .cols-filld-full.gutter-sm-125 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-125.nega,
  .cols-full.gutter-sm-125.nega,
  .cols-filld.gutter-sm-125.nega,
  .cols-filld-full.gutter-sm-125.nega {
    margin-left: -62.5px;
    margin-right: -62.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-130 > *,
  .cols-full.gutter-sm-130 > *,
  .cols-filld.gutter-sm-130 > *,
  .cols-filld-full.gutter-sm-130 > * {
    padding-left: 65px;
    padding-right: 65px;
  }
  .cols.gutter-sm-130,
  .cols-full.gutter-sm-130,
  .cols-filld.gutter-sm-130,
  .cols-filld-full.gutter-sm-130 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-130.nega,
  .cols-full.gutter-sm-130.nega,
  .cols-filld.gutter-sm-130.nega,
  .cols-filld-full.gutter-sm-130.nega {
    margin-left: -65px;
    margin-right: -65px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-135 > *,
  .cols-full.gutter-sm-135 > *,
  .cols-filld.gutter-sm-135 > *,
  .cols-filld-full.gutter-sm-135 > * {
    padding-left: 67.5px;
    padding-right: 67.5px;
  }
  .cols.gutter-sm-135,
  .cols-full.gutter-sm-135,
  .cols-filld.gutter-sm-135,
  .cols-filld-full.gutter-sm-135 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-135.nega,
  .cols-full.gutter-sm-135.nega,
  .cols-filld.gutter-sm-135.nega,
  .cols-filld-full.gutter-sm-135.nega {
    margin-left: -67.5px;
    margin-right: -67.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-140 > *,
  .cols-full.gutter-sm-140 > *,
  .cols-filld.gutter-sm-140 > *,
  .cols-filld-full.gutter-sm-140 > * {
    padding-left: 70px;
    padding-right: 70px;
  }
  .cols.gutter-sm-140,
  .cols-full.gutter-sm-140,
  .cols-filld.gutter-sm-140,
  .cols-filld-full.gutter-sm-140 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-140.nega,
  .cols-full.gutter-sm-140.nega,
  .cols-filld.gutter-sm-140.nega,
  .cols-filld-full.gutter-sm-140.nega {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-145 > *,
  .cols-full.gutter-sm-145 > *,
  .cols-filld.gutter-sm-145 > *,
  .cols-filld-full.gutter-sm-145 > * {
    padding-left: 72.5px;
    padding-right: 72.5px;
  }
  .cols.gutter-sm-145,
  .cols-full.gutter-sm-145,
  .cols-filld.gutter-sm-145,
  .cols-filld-full.gutter-sm-145 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-145.nega,
  .cols-full.gutter-sm-145.nega,
  .cols-filld.gutter-sm-145.nega,
  .cols-filld-full.gutter-sm-145.nega {
    margin-left: -72.5px;
    margin-right: -72.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-150 > *,
  .cols-full.gutter-sm-150 > *,
  .cols-filld.gutter-sm-150 > *,
  .cols-filld-full.gutter-sm-150 > * {
    padding-left: 75px;
    padding-right: 75px;
  }
  .cols.gutter-sm-150,
  .cols-full.gutter-sm-150,
  .cols-filld.gutter-sm-150,
  .cols-filld-full.gutter-sm-150 {
    padding-left: 0;
    padding-right: 0;
  }
  .cols.gutter-sm-150.nega,
  .cols-full.gutter-sm-150.nega,
  .cols-filld.gutter-sm-150.nega,
  .cols-filld-full.gutter-sm-150.nega {
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 999px) {
  .cols,
  .cols-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .cols,
  .cols-full {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.cols {
  max-width: 1000px;
  width: 100%;
}

.cols-full,
.cols-filld-full {
  width: 100%;
}

.cols-filld {
  max-width: 970px;
  width: 100%;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-1,
.col-md-1,
.col-sm-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-2,
.col-md-2,
.col-sm-2 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-3,
.col-md-3,
.col-sm-3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-4,
.col-md-4,
.col-sm-4 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-5,
.col-md-5,
.col-sm-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-6,
.col-md-6,
.col-sm-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-7,
.col-md-7,
.col-sm-7 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-8,
.col-md-8,
.col-sm-8 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-9,
.col-md-9,
.col-sm-9 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-10,
.col-md-10,
.col-sm-10 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-11,
.col-md-11,
.col-sm-11 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.col-lg,
.col-md,
.col-sm,
.col-lg-12,
.col-md-12,
.col-sm-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.h-eq {
  height: 100%;
}

.cols-filld > *,
.cols-filld-full > * {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Width */
.col-lg {
  flex: 1 0 0%;
  max-width: none;
}

.col-lg-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-lg-2 {
  flex: 0 0 16.6666666666%;
  max-width: 16.6666666666%;
}

.col-lg-3 {
  flex: 0 0 24.9999999999%;
  max-width: 24.9999999999%;
}

.col-lg-4 {
  flex: 0 0 33.3333333332%;
  max-width: 33.3333333332%;
}

.col-lg-5 {
  flex: 0 0 41.6666666665%;
  max-width: 41.6666666665%;
}

.col-lg-6 {
  flex: 0 0 49.9999999998%;
  max-width: 49.9999999998%;
}

.col-lg-7 {
  flex: 0 0 58.3333333331%;
  max-width: 58.3333333331%;
}

.col-lg-8 {
  flex: 0 0 66.6666666664%;
  max-width: 66.6666666664%;
}

.col-lg-9 {
  flex: 0 0 74.9999999997%;
  max-width: 74.9999999997%;
}

.col-lg-10 {
  flex: 0 0 83.333333333%;
  max-width: 83.333333333%;
}

.col-lg-11 {
  flex: 0 0 91.6666666663%;
  max-width: 91.6666666663%;
}

.col-lg-12 {
  flex: 0 0 99.9999999996%;
  max-width: 99.9999999996%;
}

@media (max-width: 999px) {
  .col-md {
    flex: 1 0 0%;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666666%;
    max-width: 16.6666666666%;
  }
  .col-md-3 {
    flex: 0 0 24.9999999999%;
    max-width: 24.9999999999%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333332%;
    max-width: 33.3333333332%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666665%;
    max-width: 41.6666666665%;
  }
  .col-md-6 {
    flex: 0 0 49.9999999998%;
    max-width: 49.9999999998%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333331%;
    max-width: 58.3333333331%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666664%;
    max-width: 66.6666666664%;
  }
  .col-md-9 {
    flex: 0 0 74.9999999997%;
    max-width: 74.9999999997%;
  }
  .col-md-10 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666663%;
    max-width: 91.6666666663%;
  }
  .col-md-12 {
    flex: 0 0 99.9999999996%;
    max-width: 99.9999999996%;
  }
}
@media (max-width: 767px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666666%;
    max-width: 16.6666666666%;
  }
  .col-sm-3 {
    flex: 0 0 24.9999999999%;
    max-width: 24.9999999999%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333332%;
    max-width: 33.3333333332%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666665%;
    max-width: 41.6666666665%;
  }
  .col-sm-6 {
    flex: 0 0 49.9999999998%;
    max-width: 49.9999999998%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333331%;
    max-width: 58.3333333331%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666664%;
    max-width: 66.6666666664%;
  }
  .col-sm-9 {
    flex: 0 0 74.9999999997%;
    max-width: 74.9999999997%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666663%;
    max-width: 91.6666666663%;
  }
  .col-sm-12 {
    flex: 0 0 99.9999999996%;
    max-width: 99.9999999996%;
  }
}
/* Order */
.order-lg-1 {
  order: 1;
}

.order-lg-2 {
  order: 2;
}

.order-lg-3 {
  order: 3;
}

.order-lg-4 {
  order: 4;
}

.order-lg-5 {
  order: 5;
}

.order-lg-6 {
  order: 6;
}

.order-lg-7 {
  order: 7;
}

.order-lg-8 {
  order: 8;
}

.order-lg-9 {
  order: 9;
}

.order-lg-10 {
  order: 10;
}

.order-lg-11 {
  order: 11;
}

.order-lg-12 {
  order: 12;
}

@media (max-width: 999px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (max-width: 767px) {
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
/* Return (　Negative　) */
.return-lg-1 {
  margin-left: calc(-8.3333333333% * 1 - 1px);
}

.return-lg-2 {
  margin-left: calc(-8.3333333333% * 2 - 1px);
}

.return-lg-3 {
  margin-left: calc(-8.3333333333% * 3 - 1px);
}

.return-lg-4 {
  margin-left: calc(-8.3333333333% * 4 - 1px);
}

.return-lg-5 {
  margin-left: calc(-8.3333333333% * 5 - 1px);
}

.return-lg-6 {
  margin-left: calc(-8.3333333333% * 6 - 1px);
}

.return-lg-7 {
  margin-left: calc(-8.3333333333% * 7 - 1px);
}

.return-lg-8 {
  margin-left: calc(-8.3333333333% * 8 - 1px);
}

.return-lg-9 {
  margin-left: calc(-8.3333333333% * 9 - 1px);
}

.return-lg-10 {
  margin-left: calc(-8.3333333333% * 10 - 1px);
}

.return-lg-11 {
  margin-left: calc(-8.3333333333% * 11 - 1px);
}

.return-lg-12 {
  margin-left: calc(-8.3333333333% * 12 - 1px);
}

.return-lg-0 {
  margin-left: auto;
}

@media (max-width: 999px) {
  .return-md-1 {
    margin-left: calc(-8.3333333333% * 1 - 1px);
  }
  .return-md-2 {
    margin-left: calc(-8.3333333333% * 2 - 1px);
  }
  .return-md-3 {
    margin-left: calc(-8.3333333333% * 3 - 1px);
  }
  .return-md-4 {
    margin-left: calc(-8.3333333333% * 4 - 1px);
  }
  .return-md-5 {
    margin-left: calc(-8.3333333333% * 5 - 1px);
  }
  .return-md-6 {
    margin-left: calc(-8.3333333333% * 6 - 1px);
  }
  .return-md-7 {
    margin-left: calc(-8.3333333333% * 7 - 1px);
  }
  .return-md-8 {
    margin-left: calc(-8.3333333333% * 8 - 1px);
  }
  .return-md-9 {
    margin-left: calc(-8.3333333333% * 9 - 1px);
  }
  .return-md-10 {
    margin-left: calc(-8.3333333333% * 10 - 1px);
  }
  .return-md-11 {
    margin-left: calc(-8.3333333333% * 11 - 1px);
  }
  .return-md-12 {
    margin-left: calc(-8.3333333333% * 12 - 1px);
  }
  .return-md-0 {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .return-sm-1 {
    margin-left: calc(-8.3333333333% * 1 - 1px);
  }
  .return-sm-2 {
    margin-left: calc(-8.3333333333% * 2 - 1px);
  }
  .return-sm-3 {
    margin-left: calc(-8.3333333333% * 3 - 1px);
  }
  .return-sm-4 {
    margin-left: calc(-8.3333333333% * 4 - 1px);
  }
  .return-sm-5 {
    margin-left: calc(-8.3333333333% * 5 - 1px);
  }
  .return-sm-6 {
    margin-left: calc(-8.3333333333% * 6 - 1px);
  }
  .return-sm-7 {
    margin-left: calc(-8.3333333333% * 7 - 1px);
  }
  .return-sm-8 {
    margin-left: calc(-8.3333333333% * 8 - 1px);
  }
  .return-sm-9 {
    margin-left: calc(-8.3333333333% * 9 - 1px);
  }
  .return-sm-10 {
    margin-left: calc(-8.3333333333% * 10 - 1px);
  }
  .return-sm-11 {
    margin-left: calc(-8.3333333333% * 11 - 1px);
  }
  .return-sm-12 {
    margin-left: calc(-8.3333333333% * 12 - 1px);
  }
  .return-sm-0 {
    margin-left: auto;
  }
}
/*	2.2 Margin & Padding
====================================*/
/* margin */
.ma0 {
  margin: 0px !important;
}

.ma-0 {
  margin: 0px !important;
}

.ma5 {
  margin: 5px !important;
}

.ma-5 {
  margin: -5px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma-10 {
  margin: -10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma-15 {
  margin: -15px !important;
}

.ma20 {
  margin: 20px !important;
}

.ma-20 {
  margin: -20px !important;
}

.ma25 {
  margin: 25px !important;
}

.ma-25 {
  margin: -25px !important;
}

.ma30 {
  margin: 30px !important;
}

.ma-30 {
  margin: -30px !important;
}

.ma35 {
  margin: 35px !important;
}

.ma-35 {
  margin: -35px !important;
}

.ma40 {
  margin: 40px !important;
}

.ma-40 {
  margin: -40px !important;
}

.ma45 {
  margin: 45px !important;
}

.ma-45 {
  margin: -45px !important;
}

.ma50 {
  margin: 50px !important;
}

.ma-50 {
  margin: -50px !important;
}

.ma55 {
  margin: 55px !important;
}

.ma-55 {
  margin: -55px !important;
}

.ma60 {
  margin: 60px !important;
}

.ma-60 {
  margin: -60px !important;
}

.ma65 {
  margin: 65px !important;
}

.ma-65 {
  margin: -65px !important;
}

.ma70 {
  margin: 70px !important;
}

.ma-70 {
  margin: -70px !important;
}

.ma75 {
  margin: 75px !important;
}

.ma-75 {
  margin: -75px !important;
}

.ma80 {
  margin: 80px !important;
}

.ma-80 {
  margin: -80px !important;
}

.ma85 {
  margin: 85px !important;
}

.ma-85 {
  margin: -85px !important;
}

.ma90 {
  margin: 90px !important;
}

.ma-90 {
  margin: -90px !important;
}

.ma95 {
  margin: 95px !important;
}

.ma-95 {
  margin: -95px !important;
}

.ma100 {
  margin: 100px !important;
}

.ma-100 {
  margin: -100px !important;
}

.ma105 {
  margin: 105px !important;
}

.ma-105 {
  margin: -105px !important;
}

.ma110 {
  margin: 110px !important;
}

.ma-110 {
  margin: -110px !important;
}

.ma115 {
  margin: 115px !important;
}

.ma-115 {
  margin: -115px !important;
}

.ma120 {
  margin: 120px !important;
}

.ma-120 {
  margin: -120px !important;
}

.ma125 {
  margin: 125px !important;
}

.ma-125 {
  margin: -125px !important;
}

.ma130 {
  margin: 130px !important;
}

.ma-130 {
  margin: -130px !important;
}

.ma135 {
  margin: 135px !important;
}

.ma-135 {
  margin: -135px !important;
}

.ma140 {
  margin: 140px !important;
}

.ma-140 {
  margin: -140px !important;
}

.ma145 {
  margin: 145px !important;
}

.ma-145 {
  margin: -145px !important;
}

.ma150 {
  margin: 150px !important;
}

.ma-150 {
  margin: -150px !important;
}

.ma155 {
  margin: 155px !important;
}

.ma-155 {
  margin: -155px !important;
}

.ma160 {
  margin: 160px !important;
}

.ma-160 {
  margin: -160px !important;
}

.ma165 {
  margin: 165px !important;
}

.ma-165 {
  margin: -165px !important;
}

.ma170 {
  margin: 170px !important;
}

.ma-170 {
  margin: -170px !important;
}

.ma175 {
  margin: 175px !important;
}

.ma-175 {
  margin: -175px !important;
}

.ma180 {
  margin: 180px !important;
}

.ma-180 {
  margin: -180px !important;
}

.ma185 {
  margin: 185px !important;
}

.ma-185 {
  margin: -185px !important;
}

.ma190 {
  margin: 190px !important;
}

.ma-190 {
  margin: -190px !important;
}

.ma195 {
  margin: 195px !important;
}

.ma-195 {
  margin: -195px !important;
}

.ma200 {
  margin: 200px !important;
}

.ma-200 {
  margin: -200px !important;
}

@media (max-width: 999px) {
  .md-ma0 {
    margin: 0px;
  }
  .md-ma-0 {
    margin: 0px;
  }
  .md-ma5 {
    margin: 5px;
  }
  .md-ma-5 {
    margin: -5px;
  }
  .md-ma10 {
    margin: 10px;
  }
  .md-ma-10 {
    margin: -10px;
  }
  .md-ma15 {
    margin: 15px;
  }
  .md-ma-15 {
    margin: -15px;
  }
  .md-ma20 {
    margin: 20px;
  }
  .md-ma-20 {
    margin: -20px;
  }
  .md-ma25 {
    margin: 25px;
  }
  .md-ma-25 {
    margin: -25px;
  }
  .md-ma30 {
    margin: 30px;
  }
  .md-ma-30 {
    margin: -30px;
  }
  .md-ma35 {
    margin: 35px;
  }
  .md-ma-35 {
    margin: -35px;
  }
  .md-ma40 {
    margin: 40px;
  }
  .md-ma-40 {
    margin: -40px;
  }
  .md-ma45 {
    margin: 45px;
  }
  .md-ma-45 {
    margin: -45px;
  }
  .md-ma50 {
    margin: 50px;
  }
  .md-ma-50 {
    margin: -50px;
  }
  .md-ma55 {
    margin: 55px;
  }
  .md-ma-55 {
    margin: -55px;
  }
  .md-ma60 {
    margin: 60px;
  }
  .md-ma-60 {
    margin: -60px;
  }
  .md-ma65 {
    margin: 65px;
  }
  .md-ma-65 {
    margin: -65px;
  }
  .md-ma70 {
    margin: 70px;
  }
  .md-ma-70 {
    margin: -70px;
  }
  .md-ma75 {
    margin: 75px;
  }
  .md-ma-75 {
    margin: -75px;
  }
  .md-ma80 {
    margin: 80px;
  }
  .md-ma-80 {
    margin: -80px;
  }
  .md-ma85 {
    margin: 85px;
  }
  .md-ma-85 {
    margin: -85px;
  }
  .md-ma90 {
    margin: 90px;
  }
  .md-ma-90 {
    margin: -90px;
  }
  .md-ma95 {
    margin: 95px;
  }
  .md-ma-95 {
    margin: -95px;
  }
  .md-ma100 {
    margin: 100px;
  }
  .md-ma-100 {
    margin: -100px;
  }
  .md-ma105 {
    margin: 105px;
  }
  .md-ma-105 {
    margin: -105px;
  }
  .md-ma110 {
    margin: 110px;
  }
  .md-ma-110 {
    margin: -110px;
  }
  .md-ma115 {
    margin: 115px;
  }
  .md-ma-115 {
    margin: -115px;
  }
  .md-ma120 {
    margin: 120px;
  }
  .md-ma-120 {
    margin: -120px;
  }
  .md-ma125 {
    margin: 125px;
  }
  .md-ma-125 {
    margin: -125px;
  }
  .md-ma130 {
    margin: 130px;
  }
  .md-ma-130 {
    margin: -130px;
  }
  .md-ma135 {
    margin: 135px;
  }
  .md-ma-135 {
    margin: -135px;
  }
  .md-ma140 {
    margin: 140px;
  }
  .md-ma-140 {
    margin: -140px;
  }
  .md-ma145 {
    margin: 145px;
  }
  .md-ma-145 {
    margin: -145px;
  }
  .md-ma150 {
    margin: 150px;
  }
  .md-ma-150 {
    margin: -150px;
  }
  .md-ma155 {
    margin: 155px;
  }
  .md-ma-155 {
    margin: -155px;
  }
  .md-ma160 {
    margin: 160px;
  }
  .md-ma-160 {
    margin: -160px;
  }
  .md-ma165 {
    margin: 165px;
  }
  .md-ma-165 {
    margin: -165px;
  }
  .md-ma170 {
    margin: 170px;
  }
  .md-ma-170 {
    margin: -170px;
  }
  .md-ma175 {
    margin: 175px;
  }
  .md-ma-175 {
    margin: -175px;
  }
  .md-ma180 {
    margin: 180px;
  }
  .md-ma-180 {
    margin: -180px;
  }
  .md-ma185 {
    margin: 185px;
  }
  .md-ma-185 {
    margin: -185px;
  }
  .md-ma190 {
    margin: 190px;
  }
  .md-ma-190 {
    margin: -190px;
  }
  .md-ma195 {
    margin: 195px;
  }
  .md-ma-195 {
    margin: -195px;
  }
  .md-ma200 {
    margin: 200px;
  }
  .md-ma-200 {
    margin: -200px;
  }
}
@media (max-width: 767px) {
  .sm-ma0 {
    margin: 0px;
  }
  .sm-ma-0 {
    margin: 0px;
  }
  .sm-ma5 {
    margin: 5px;
  }
  .sm-ma-5 {
    margin: -5px;
  }
  .sm-ma10 {
    margin: 10px;
  }
  .sm-ma-10 {
    margin: -10px;
  }
  .sm-ma15 {
    margin: 15px;
  }
  .sm-ma-15 {
    margin: -15px;
  }
  .sm-ma20 {
    margin: 20px;
  }
  .sm-ma-20 {
    margin: -20px;
  }
  .sm-ma25 {
    margin: 25px;
  }
  .sm-ma-25 {
    margin: -25px;
  }
  .sm-ma30 {
    margin: 30px;
  }
  .sm-ma-30 {
    margin: -30px;
  }
  .sm-ma35 {
    margin: 35px;
  }
  .sm-ma-35 {
    margin: -35px;
  }
  .sm-ma40 {
    margin: 40px;
  }
  .sm-ma-40 {
    margin: -40px;
  }
  .sm-ma45 {
    margin: 45px;
  }
  .sm-ma-45 {
    margin: -45px;
  }
  .sm-ma50 {
    margin: 50px;
  }
  .sm-ma-50 {
    margin: -50px;
  }
  .sm-ma55 {
    margin: 55px;
  }
  .sm-ma-55 {
    margin: -55px;
  }
  .sm-ma60 {
    margin: 60px;
  }
  .sm-ma-60 {
    margin: -60px;
  }
  .sm-ma65 {
    margin: 65px;
  }
  .sm-ma-65 {
    margin: -65px;
  }
  .sm-ma70 {
    margin: 70px;
  }
  .sm-ma-70 {
    margin: -70px;
  }
  .sm-ma75 {
    margin: 75px;
  }
  .sm-ma-75 {
    margin: -75px;
  }
  .sm-ma80 {
    margin: 80px;
  }
  .sm-ma-80 {
    margin: -80px;
  }
  .sm-ma85 {
    margin: 85px;
  }
  .sm-ma-85 {
    margin: -85px;
  }
  .sm-ma90 {
    margin: 90px;
  }
  .sm-ma-90 {
    margin: -90px;
  }
  .sm-ma95 {
    margin: 95px;
  }
  .sm-ma-95 {
    margin: -95px;
  }
  .sm-ma100 {
    margin: 100px;
  }
  .sm-ma-100 {
    margin: -100px;
  }
  .sm-ma105 {
    margin: 105px;
  }
  .sm-ma-105 {
    margin: -105px;
  }
  .sm-ma110 {
    margin: 110px;
  }
  .sm-ma-110 {
    margin: -110px;
  }
  .sm-ma115 {
    margin: 115px;
  }
  .sm-ma-115 {
    margin: -115px;
  }
  .sm-ma120 {
    margin: 120px;
  }
  .sm-ma-120 {
    margin: -120px;
  }
  .sm-ma125 {
    margin: 125px;
  }
  .sm-ma-125 {
    margin: -125px;
  }
  .sm-ma130 {
    margin: 130px;
  }
  .sm-ma-130 {
    margin: -130px;
  }
  .sm-ma135 {
    margin: 135px;
  }
  .sm-ma-135 {
    margin: -135px;
  }
  .sm-ma140 {
    margin: 140px;
  }
  .sm-ma-140 {
    margin: -140px;
  }
  .sm-ma145 {
    margin: 145px;
  }
  .sm-ma-145 {
    margin: -145px;
  }
  .sm-ma150 {
    margin: 150px;
  }
  .sm-ma-150 {
    margin: -150px;
  }
  .sm-ma155 {
    margin: 155px;
  }
  .sm-ma-155 {
    margin: -155px;
  }
  .sm-ma160 {
    margin: 160px;
  }
  .sm-ma-160 {
    margin: -160px;
  }
  .sm-ma165 {
    margin: 165px;
  }
  .sm-ma-165 {
    margin: -165px;
  }
  .sm-ma170 {
    margin: 170px;
  }
  .sm-ma-170 {
    margin: -170px;
  }
  .sm-ma175 {
    margin: 175px;
  }
  .sm-ma-175 {
    margin: -175px;
  }
  .sm-ma180 {
    margin: 180px;
  }
  .sm-ma-180 {
    margin: -180px;
  }
  .sm-ma185 {
    margin: 185px;
  }
  .sm-ma-185 {
    margin: -185px;
  }
  .sm-ma190 {
    margin: 190px;
  }
  .sm-ma-190 {
    margin: -190px;
  }
  .sm-ma195 {
    margin: 195px;
  }
  .sm-ma-195 {
    margin: -195px;
  }
  .sm-ma200 {
    margin: 200px;
  }
  .sm-ma-200 {
    margin: -200px;
  }
}
/* margin-top */
.mt0 {
  margin-top: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt-5 {
  margin-top: -5px;
}

.mt10 {
  margin-top: 10px;
}

.mt-10 {
  margin-top: -10px;
}

.mt15 {
  margin-top: 15px;
}

.mt-15 {
  margin-top: -15px;
}

.mt20 {
  margin-top: 20px;
}

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

.mt25 {
  margin-top: 25px;
}

.mt-25 {
  margin-top: -25px;
}

.mt30 {
  margin-top: 30px;
}

.mt-30 {
  margin-top: -30px;
}

.mt35 {
  margin-top: 35px;
}

.mt-35 {
  margin-top: -35px;
}

.mt40 {
  margin-top: 40px;
}

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

.mt45 {
  margin-top: 45px;
}

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

.mt50 {
  margin-top: 50px;
}

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

.mt55 {
  margin-top: 55px;
}

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

.mt60 {
  margin-top: 60px;
}

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

.mt65 {
  margin-top: 65px;
}

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

.mt70 {
  margin-top: 70px;
}

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

.mt75 {
  margin-top: 75px;
}

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

.mt80 {
  margin-top: 80px;
}

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

.mt85 {
  margin-top: 85px;
}

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

.mt90 {
  margin-top: 90px;
}

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

.mt95 {
  margin-top: 95px;
}

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

.mt100 {
  margin-top: 100px;
}

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

.mt105 {
  margin-top: 105px;
}

.mt-105 {
  margin-top: -105px;
}

.mt110 {
  margin-top: 110px;
}

.mt-110 {
  margin-top: -110px;
}

.mt115 {
  margin-top: 115px;
}

.mt-115 {
  margin-top: -115px;
}

.mt120 {
  margin-top: 120px;
}

.mt-120 {
  margin-top: -120px;
}

.mt125 {
  margin-top: 125px;
}

.mt-125 {
  margin-top: -125px;
}

.mt130 {
  margin-top: 130px;
}

.mt-130 {
  margin-top: -130px;
}

.mt135 {
  margin-top: 135px;
}

.mt-135 {
  margin-top: -135px;
}

.mt140 {
  margin-top: 140px;
}

.mt-140 {
  margin-top: -140px;
}

.mt145 {
  margin-top: 145px;
}

.mt-145 {
  margin-top: -145px;
}

.mt150 {
  margin-top: 150px;
}

.mt-150 {
  margin-top: -150px;
}

.mt155 {
  margin-top: 155px;
}

.mt-155 {
  margin-top: -155px;
}

.mt160 {
  margin-top: 160px;
}

.mt-160 {
  margin-top: -160px;
}

.mt165 {
  margin-top: 165px;
}

.mt-165 {
  margin-top: -165px;
}

.mt170 {
  margin-top: 170px;
}

.mt-170 {
  margin-top: -170px;
}

.mt175 {
  margin-top: 175px;
}

.mt-175 {
  margin-top: -175px;
}

.mt180 {
  margin-top: 180px;
}

.mt-180 {
  margin-top: -180px;
}

.mt185 {
  margin-top: 185px;
}

.mt-185 {
  margin-top: -185px;
}

.mt190 {
  margin-top: 190px;
}

.mt-190 {
  margin-top: -190px;
}

.mt195 {
  margin-top: 195px;
}

.mt-195 {
  margin-top: -195px;
}

.mt200 {
  margin-top: 200px;
}

.mt-200 {
  margin-top: -200px;
}

@media (max-width: 999px) {
  .md-mt0 {
    margin-top: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-mt5 {
    margin-top: 5px;
  }
  .md-mt-5 {
    margin-top: -5px;
  }
  .md-mt10 {
    margin-top: 10px;
  }
  .md-mt-10 {
    margin-top: -10px;
  }
  .md-mt15 {
    margin-top: 15px;
  }
  .md-mt-15 {
    margin-top: -15px;
  }
  .md-mt20 {
    margin-top: 20px;
  }
  .md-mt-20 {
    margin-top: -20px;
  }
  .md-mt25 {
    margin-top: 25px;
  }
  .md-mt-25 {
    margin-top: -25px;
  }
  .md-mt30 {
    margin-top: 30px;
  }
  .md-mt-30 {
    margin-top: -30px;
  }
  .md-mt35 {
    margin-top: 35px;
  }
  .md-mt-35 {
    margin-top: -35px;
  }
  .md-mt40 {
    margin-top: 40px;
  }
  .md-mt-40 {
    margin-top: -40px;
  }
  .md-mt45 {
    margin-top: 45px;
  }
  .md-mt-45 {
    margin-top: -45px;
  }
  .md-mt50 {
    margin-top: 50px;
  }
  .md-mt-50 {
    margin-top: -50px;
  }
  .md-mt55 {
    margin-top: 55px;
  }
  .md-mt-55 {
    margin-top: -55px;
  }
  .md-mt60 {
    margin-top: 60px;
  }
  .md-mt-60 {
    margin-top: -60px;
  }
  .md-mt65 {
    margin-top: 65px;
  }
  .md-mt-65 {
    margin-top: -65px;
  }
  .md-mt70 {
    margin-top: 70px;
  }
  .md-mt-70 {
    margin-top: -70px;
  }
  .md-mt75 {
    margin-top: 75px;
  }
  .md-mt-75 {
    margin-top: -75px;
  }
  .md-mt80 {
    margin-top: 80px;
  }
  .md-mt-80 {
    margin-top: -80px;
  }
  .md-mt85 {
    margin-top: 85px;
  }
  .md-mt-85 {
    margin-top: -85px;
  }
  .md-mt90 {
    margin-top: 90px;
  }
  .md-mt-90 {
    margin-top: -90px;
  }
  .md-mt95 {
    margin-top: 95px;
  }
  .md-mt-95 {
    margin-top: -95px;
  }
  .md-mt100 {
    margin-top: 100px;
  }
  .md-mt-100 {
    margin-top: -100px;
  }
  .md-mt105 {
    margin-top: 105px;
  }
  .md-mt-105 {
    margin-top: -105px;
  }
  .md-mt110 {
    margin-top: 110px;
  }
  .md-mt-110 {
    margin-top: -110px;
  }
  .md-mt115 {
    margin-top: 115px;
  }
  .md-mt-115 {
    margin-top: -115px;
  }
  .md-mt120 {
    margin-top: 120px;
  }
  .md-mt-120 {
    margin-top: -120px;
  }
  .md-mt125 {
    margin-top: 125px;
  }
  .md-mt-125 {
    margin-top: -125px;
  }
  .md-mt130 {
    margin-top: 130px;
  }
  .md-mt-130 {
    margin-top: -130px;
  }
  .md-mt135 {
    margin-top: 135px;
  }
  .md-mt-135 {
    margin-top: -135px;
  }
  .md-mt140 {
    margin-top: 140px;
  }
  .md-mt-140 {
    margin-top: -140px;
  }
  .md-mt145 {
    margin-top: 145px;
  }
  .md-mt-145 {
    margin-top: -145px;
  }
  .md-mt150 {
    margin-top: 150px;
  }
  .md-mt-150 {
    margin-top: -150px;
  }
  .md-mt155 {
    margin-top: 155px;
  }
  .md-mt-155 {
    margin-top: -155px;
  }
  .md-mt160 {
    margin-top: 160px;
  }
  .md-mt-160 {
    margin-top: -160px;
  }
  .md-mt165 {
    margin-top: 165px;
  }
  .md-mt-165 {
    margin-top: -165px;
  }
  .md-mt170 {
    margin-top: 170px;
  }
  .md-mt-170 {
    margin-top: -170px;
  }
  .md-mt175 {
    margin-top: 175px;
  }
  .md-mt-175 {
    margin-top: -175px;
  }
  .md-mt180 {
    margin-top: 180px;
  }
  .md-mt-180 {
    margin-top: -180px;
  }
  .md-mt185 {
    margin-top: 185px;
  }
  .md-mt-185 {
    margin-top: -185px;
  }
  .md-mt190 {
    margin-top: 190px;
  }
  .md-mt-190 {
    margin-top: -190px;
  }
  .md-mt195 {
    margin-top: 195px;
  }
  .md-mt-195 {
    margin-top: -195px;
  }
  .md-mt200 {
    margin-top: 200px;
  }
  .md-mt-200 {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .sm-mt0 {
    margin-top: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-mt5 {
    margin-top: 5px;
  }
  .sm-mt-5 {
    margin-top: -5px;
  }
  .sm-mt10 {
    margin-top: 10px;
  }
  .sm-mt-10 {
    margin-top: -10px;
  }
  .sm-mt15 {
    margin-top: 15px;
  }
  .sm-mt-15 {
    margin-top: -15px;
  }
  .sm-mt20 {
    margin-top: 20px;
  }
  .sm-mt-20 {
    margin-top: -20px;
  }
  .sm-mt25 {
    margin-top: 25px;
  }
  .sm-mt-25 {
    margin-top: -25px;
  }
  .sm-mt30 {
    margin-top: 30px;
  }
  .sm-mt-30 {
    margin-top: -30px;
  }
  .sm-mt35 {
    margin-top: 35px;
  }
  .sm-mt-35 {
    margin-top: -35px;
  }
  .sm-mt40 {
    margin-top: 40px;
  }
  .sm-mt-40 {
    margin-top: -40px;
  }
  .sm-mt45 {
    margin-top: 45px;
  }
  .sm-mt-45 {
    margin-top: -45px;
  }
  .sm-mt50 {
    margin-top: 50px;
  }
  .sm-mt-50 {
    margin-top: -50px;
  }
  .sm-mt55 {
    margin-top: 55px;
  }
  .sm-mt-55 {
    margin-top: -55px;
  }
  .sm-mt60 {
    margin-top: 60px;
  }
  .sm-mt-60 {
    margin-top: -60px;
  }
  .sm-mt65 {
    margin-top: 65px;
  }
  .sm-mt-65 {
    margin-top: -65px;
  }
  .sm-mt70 {
    margin-top: 70px;
  }
  .sm-mt-70 {
    margin-top: -70px;
  }
  .sm-mt75 {
    margin-top: 75px;
  }
  .sm-mt-75 {
    margin-top: -75px;
  }
  .sm-mt80 {
    margin-top: 80px;
  }
  .sm-mt-80 {
    margin-top: -80px;
  }
  .sm-mt85 {
    margin-top: 85px;
  }
  .sm-mt-85 {
    margin-top: -85px;
  }
  .sm-mt90 {
    margin-top: 90px;
  }
  .sm-mt-90 {
    margin-top: -90px;
  }
  .sm-mt95 {
    margin-top: 95px;
  }
  .sm-mt-95 {
    margin-top: -95px;
  }
  .sm-mt100 {
    margin-top: 100px;
  }
  .sm-mt-100 {
    margin-top: -100px;
  }
  .sm-mt105 {
    margin-top: 105px;
  }
  .sm-mt-105 {
    margin-top: -105px;
  }
  .sm-mt110 {
    margin-top: 110px;
  }
  .sm-mt-110 {
    margin-top: -110px;
  }
  .sm-mt115 {
    margin-top: 115px;
  }
  .sm-mt-115 {
    margin-top: -115px;
  }
  .sm-mt120 {
    margin-top: 120px;
  }
  .sm-mt-120 {
    margin-top: -120px;
  }
  .sm-mt125 {
    margin-top: 125px;
  }
  .sm-mt-125 {
    margin-top: -125px;
  }
  .sm-mt130 {
    margin-top: 130px;
  }
  .sm-mt-130 {
    margin-top: -130px;
  }
  .sm-mt135 {
    margin-top: 135px;
  }
  .sm-mt-135 {
    margin-top: -135px;
  }
  .sm-mt140 {
    margin-top: 140px;
  }
  .sm-mt-140 {
    margin-top: -140px;
  }
  .sm-mt145 {
    margin-top: 145px;
  }
  .sm-mt-145 {
    margin-top: -145px;
  }
  .sm-mt150 {
    margin-top: 150px;
  }
  .sm-mt-150 {
    margin-top: -150px;
  }
  .sm-mt155 {
    margin-top: 155px;
  }
  .sm-mt-155 {
    margin-top: -155px;
  }
  .sm-mt160 {
    margin-top: 160px;
  }
  .sm-mt-160 {
    margin-top: -160px;
  }
  .sm-mt165 {
    margin-top: 165px;
  }
  .sm-mt-165 {
    margin-top: -165px;
  }
  .sm-mt170 {
    margin-top: 170px;
  }
  .sm-mt-170 {
    margin-top: -170px;
  }
  .sm-mt175 {
    margin-top: 175px;
  }
  .sm-mt-175 {
    margin-top: -175px;
  }
  .sm-mt180 {
    margin-top: 180px;
  }
  .sm-mt-180 {
    margin-top: -180px;
  }
  .sm-mt185 {
    margin-top: 185px;
  }
  .sm-mt-185 {
    margin-top: -185px;
  }
  .sm-mt190 {
    margin-top: 190px;
  }
  .sm-mt-190 {
    margin-top: -190px;
  }
  .sm-mt195 {
    margin-top: 195px;
  }
  .sm-mt-195 {
    margin-top: -195px;
  }
  .sm-mt200 {
    margin-top: 200px;
  }
  .sm-mt-200 {
    margin-top: -200px;
  }
}
/* margin-left */
.ml0 {
  margin-left: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml-5 {
  margin-left: -5px;
}

.ml10 {
  margin-left: 10px;
}

.ml-10 {
  margin-left: -10px;
}

.ml15 {
  margin-left: 15px;
}

.ml-15 {
  margin-left: -15px;
}

.ml20 {
  margin-left: 20px;
}

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

.ml25 {
  margin-left: 25px;
}

.ml-25 {
  margin-left: -25px;
}

.ml30 {
  margin-left: 30px;
}

.ml-30 {
  margin-left: -30px;
}

.ml35 {
  margin-left: 35px;
}

.ml-35 {
  margin-left: -35px;
}

.ml40 {
  margin-left: 40px;
}

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

.ml45 {
  margin-left: 45px;
}

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

.ml50 {
  margin-left: 50px;
}

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

.ml55 {
  margin-left: 55px;
}

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

.ml60 {
  margin-left: 60px;
}

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

.ml65 {
  margin-left: 65px;
}

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

.ml70 {
  margin-left: 70px;
}

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

.ml75 {
  margin-left: 75px;
}

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

.ml80 {
  margin-left: 80px;
}

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

.ml85 {
  margin-left: 85px;
}

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

.ml90 {
  margin-left: 90px;
}

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

.ml95 {
  margin-left: 95px;
}

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

.ml100 {
  margin-left: 100px;
}

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

.ml105 {
  margin-left: 105px;
}

.ml-105 {
  margin-left: -105px;
}

.ml110 {
  margin-left: 110px;
}

.ml-110 {
  margin-left: -110px;
}

.ml115 {
  margin-left: 115px;
}

.ml-115 {
  margin-left: -115px;
}

.ml120 {
  margin-left: 120px;
}

.ml-120 {
  margin-left: -120px;
}

.ml125 {
  margin-left: 125px;
}

.ml-125 {
  margin-left: -125px;
}

.ml130 {
  margin-left: 130px;
}

.ml-130 {
  margin-left: -130px;
}

.ml135 {
  margin-left: 135px;
}

.ml-135 {
  margin-left: -135px;
}

.ml140 {
  margin-left: 140px;
}

.ml-140 {
  margin-left: -140px;
}

.ml145 {
  margin-left: 145px;
}

.ml-145 {
  margin-left: -145px;
}

.ml150 {
  margin-left: 150px;
}

.ml-150 {
  margin-left: -150px;
}

.ml155 {
  margin-left: 155px;
}

.ml-155 {
  margin-left: -155px;
}

.ml160 {
  margin-left: 160px;
}

.ml-160 {
  margin-left: -160px;
}

.ml165 {
  margin-left: 165px;
}

.ml-165 {
  margin-left: -165px;
}

.ml170 {
  margin-left: 170px;
}

.ml-170 {
  margin-left: -170px;
}

.ml175 {
  margin-left: 175px;
}

.ml-175 {
  margin-left: -175px;
}

.ml180 {
  margin-left: 180px;
}

.ml-180 {
  margin-left: -180px;
}

.ml185 {
  margin-left: 185px;
}

.ml-185 {
  margin-left: -185px;
}

.ml190 {
  margin-left: 190px;
}

.ml-190 {
  margin-left: -190px;
}

.ml195 {
  margin-left: 195px;
}

.ml-195 {
  margin-left: -195px;
}

.ml200 {
  margin-left: 200px;
}

.ml-200 {
  margin-left: -200px;
}

@media (max-width: 999px) {
  .md-ml0 {
    margin-left: 0px;
  }
  .md-ml-0 {
    margin-left: 0px;
  }
  .md-ml5 {
    margin-left: 5px;
  }
  .md-ml-5 {
    margin-left: -5px;
  }
  .md-ml10 {
    margin-left: 10px;
  }
  .md-ml-10 {
    margin-left: -10px;
  }
  .md-ml15 {
    margin-left: 15px;
  }
  .md-ml-15 {
    margin-left: -15px;
  }
  .md-ml20 {
    margin-left: 20px;
  }
  .md-ml-20 {
    margin-left: -20px;
  }
  .md-ml25 {
    margin-left: 25px;
  }
  .md-ml-25 {
    margin-left: -25px;
  }
  .md-ml30 {
    margin-left: 30px;
  }
  .md-ml-30 {
    margin-left: -30px;
  }
  .md-ml35 {
    margin-left: 35px;
  }
  .md-ml-35 {
    margin-left: -35px;
  }
  .md-ml40 {
    margin-left: 40px;
  }
  .md-ml-40 {
    margin-left: -40px;
  }
  .md-ml45 {
    margin-left: 45px;
  }
  .md-ml-45 {
    margin-left: -45px;
  }
  .md-ml50 {
    margin-left: 50px;
  }
  .md-ml-50 {
    margin-left: -50px;
  }
  .md-ml55 {
    margin-left: 55px;
  }
  .md-ml-55 {
    margin-left: -55px;
  }
  .md-ml60 {
    margin-left: 60px;
  }
  .md-ml-60 {
    margin-left: -60px;
  }
  .md-ml65 {
    margin-left: 65px;
  }
  .md-ml-65 {
    margin-left: -65px;
  }
  .md-ml70 {
    margin-left: 70px;
  }
  .md-ml-70 {
    margin-left: -70px;
  }
  .md-ml75 {
    margin-left: 75px;
  }
  .md-ml-75 {
    margin-left: -75px;
  }
  .md-ml80 {
    margin-left: 80px;
  }
  .md-ml-80 {
    margin-left: -80px;
  }
  .md-ml85 {
    margin-left: 85px;
  }
  .md-ml-85 {
    margin-left: -85px;
  }
  .md-ml90 {
    margin-left: 90px;
  }
  .md-ml-90 {
    margin-left: -90px;
  }
  .md-ml95 {
    margin-left: 95px;
  }
  .md-ml-95 {
    margin-left: -95px;
  }
  .md-ml100 {
    margin-left: 100px;
  }
  .md-ml-100 {
    margin-left: -100px;
  }
  .md-ml105 {
    margin-left: 105px;
  }
  .md-ml-105 {
    margin-left: -105px;
  }
  .md-ml110 {
    margin-left: 110px;
  }
  .md-ml-110 {
    margin-left: -110px;
  }
  .md-ml115 {
    margin-left: 115px;
  }
  .md-ml-115 {
    margin-left: -115px;
  }
  .md-ml120 {
    margin-left: 120px;
  }
  .md-ml-120 {
    margin-left: -120px;
  }
  .md-ml125 {
    margin-left: 125px;
  }
  .md-ml-125 {
    margin-left: -125px;
  }
  .md-ml130 {
    margin-left: 130px;
  }
  .md-ml-130 {
    margin-left: -130px;
  }
  .md-ml135 {
    margin-left: 135px;
  }
  .md-ml-135 {
    margin-left: -135px;
  }
  .md-ml140 {
    margin-left: 140px;
  }
  .md-ml-140 {
    margin-left: -140px;
  }
  .md-ml145 {
    margin-left: 145px;
  }
  .md-ml-145 {
    margin-left: -145px;
  }
  .md-ml150 {
    margin-left: 150px;
  }
  .md-ml-150 {
    margin-left: -150px;
  }
  .md-ml155 {
    margin-left: 155px;
  }
  .md-ml-155 {
    margin-left: -155px;
  }
  .md-ml160 {
    margin-left: 160px;
  }
  .md-ml-160 {
    margin-left: -160px;
  }
  .md-ml165 {
    margin-left: 165px;
  }
  .md-ml-165 {
    margin-left: -165px;
  }
  .md-ml170 {
    margin-left: 170px;
  }
  .md-ml-170 {
    margin-left: -170px;
  }
  .md-ml175 {
    margin-left: 175px;
  }
  .md-ml-175 {
    margin-left: -175px;
  }
  .md-ml180 {
    margin-left: 180px;
  }
  .md-ml-180 {
    margin-left: -180px;
  }
  .md-ml185 {
    margin-left: 185px;
  }
  .md-ml-185 {
    margin-left: -185px;
  }
  .md-ml190 {
    margin-left: 190px;
  }
  .md-ml-190 {
    margin-left: -190px;
  }
  .md-ml195 {
    margin-left: 195px;
  }
  .md-ml-195 {
    margin-left: -195px;
  }
  .md-ml200 {
    margin-left: 200px;
  }
  .md-ml-200 {
    margin-left: -200px;
  }
}
@media (max-width: 767px) {
  .sm-ml0 {
    margin-left: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-ml5 {
    margin-left: 5px;
  }
  .sm-ml-5 {
    margin-left: -5px;
  }
  .sm-ml10 {
    margin-left: 10px;
  }
  .sm-ml-10 {
    margin-left: -10px;
  }
  .sm-ml15 {
    margin-left: 15px;
  }
  .sm-ml-15 {
    margin-left: -15px;
  }
  .sm-ml20 {
    margin-left: 20px;
  }
  .sm-ml-20 {
    margin-left: -20px;
  }
  .sm-ml25 {
    margin-left: 25px;
  }
  .sm-ml-25 {
    margin-left: -25px;
  }
  .sm-ml30 {
    margin-left: 30px;
  }
  .sm-ml-30 {
    margin-left: -30px;
  }
  .sm-ml35 {
    margin-left: 35px;
  }
  .sm-ml-35 {
    margin-left: -35px;
  }
  .sm-ml40 {
    margin-left: 40px;
  }
  .sm-ml-40 {
    margin-left: -40px;
  }
  .sm-ml45 {
    margin-left: 45px;
  }
  .sm-ml-45 {
    margin-left: -45px;
  }
  .sm-ml50 {
    margin-left: 50px;
  }
  .sm-ml-50 {
    margin-left: -50px;
  }
  .sm-ml55 {
    margin-left: 55px;
  }
  .sm-ml-55 {
    margin-left: -55px;
  }
  .sm-ml60 {
    margin-left: 60px;
  }
  .sm-ml-60 {
    margin-left: -60px;
  }
  .sm-ml65 {
    margin-left: 65px;
  }
  .sm-ml-65 {
    margin-left: -65px;
  }
  .sm-ml70 {
    margin-left: 70px;
  }
  .sm-ml-70 {
    margin-left: -70px;
  }
  .sm-ml75 {
    margin-left: 75px;
  }
  .sm-ml-75 {
    margin-left: -75px;
  }
  .sm-ml80 {
    margin-left: 80px;
  }
  .sm-ml-80 {
    margin-left: -80px;
  }
  .sm-ml85 {
    margin-left: 85px;
  }
  .sm-ml-85 {
    margin-left: -85px;
  }
  .sm-ml90 {
    margin-left: 90px;
  }
  .sm-ml-90 {
    margin-left: -90px;
  }
  .sm-ml95 {
    margin-left: 95px;
  }
  .sm-ml-95 {
    margin-left: -95px;
  }
  .sm-ml100 {
    margin-left: 100px;
  }
  .sm-ml-100 {
    margin-left: -100px;
  }
  .sm-ml105 {
    margin-left: 105px;
  }
  .sm-ml-105 {
    margin-left: -105px;
  }
  .sm-ml110 {
    margin-left: 110px;
  }
  .sm-ml-110 {
    margin-left: -110px;
  }
  .sm-ml115 {
    margin-left: 115px;
  }
  .sm-ml-115 {
    margin-left: -115px;
  }
  .sm-ml120 {
    margin-left: 120px;
  }
  .sm-ml-120 {
    margin-left: -120px;
  }
  .sm-ml125 {
    margin-left: 125px;
  }
  .sm-ml-125 {
    margin-left: -125px;
  }
  .sm-ml130 {
    margin-left: 130px;
  }
  .sm-ml-130 {
    margin-left: -130px;
  }
  .sm-ml135 {
    margin-left: 135px;
  }
  .sm-ml-135 {
    margin-left: -135px;
  }
  .sm-ml140 {
    margin-left: 140px;
  }
  .sm-ml-140 {
    margin-left: -140px;
  }
  .sm-ml145 {
    margin-left: 145px;
  }
  .sm-ml-145 {
    margin-left: -145px;
  }
  .sm-ml150 {
    margin-left: 150px;
  }
  .sm-ml-150 {
    margin-left: -150px;
  }
  .sm-ml155 {
    margin-left: 155px;
  }
  .sm-ml-155 {
    margin-left: -155px;
  }
  .sm-ml160 {
    margin-left: 160px;
  }
  .sm-ml-160 {
    margin-left: -160px;
  }
  .sm-ml165 {
    margin-left: 165px;
  }
  .sm-ml-165 {
    margin-left: -165px;
  }
  .sm-ml170 {
    margin-left: 170px;
  }
  .sm-ml-170 {
    margin-left: -170px;
  }
  .sm-ml175 {
    margin-left: 175px;
  }
  .sm-ml-175 {
    margin-left: -175px;
  }
  .sm-ml180 {
    margin-left: 180px;
  }
  .sm-ml-180 {
    margin-left: -180px;
  }
  .sm-ml185 {
    margin-left: 185px;
  }
  .sm-ml-185 {
    margin-left: -185px;
  }
  .sm-ml190 {
    margin-left: 190px;
  }
  .sm-ml-190 {
    margin-left: -190px;
  }
  .sm-ml195 {
    margin-left: 195px;
  }
  .sm-ml-195 {
    margin-left: -195px;
  }
  .sm-ml200 {
    margin-left: 200px;
  }
  .sm-ml-200 {
    margin-left: -200px;
  }
}
/* margin-right */
.mr0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr-5 {
  margin-right: -5px;
}

.mr10 {
  margin-right: 10px;
}

.mr-10 {
  margin-right: -10px;
}

.mr15 {
  margin-right: 15px;
}

.mr-15 {
  margin-right: -15px;
}

.mr20 {
  margin-right: 20px;
}

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

.mr25 {
  margin-right: 25px;
}

.mr-25 {
  margin-right: -25px;
}

.mr30 {
  margin-right: 30px;
}

.mr-30 {
  margin-right: -30px;
}

.mr35 {
  margin-right: 35px;
}

.mr-35 {
  margin-right: -35px;
}

.mr40 {
  margin-right: 40px;
}

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

.mr45 {
  margin-right: 45px;
}

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

.mr50 {
  margin-right: 50px;
}

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

.mr55 {
  margin-right: 55px;
}

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

.mr60 {
  margin-right: 60px;
}

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

.mr65 {
  margin-right: 65px;
}

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

.mr70 {
  margin-right: 70px;
}

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

.mr75 {
  margin-right: 75px;
}

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

.mr80 {
  margin-right: 80px;
}

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

.mr85 {
  margin-right: 85px;
}

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

.mr90 {
  margin-right: 90px;
}

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

.mr95 {
  margin-right: 95px;
}

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

.mr100 {
  margin-right: 100px;
}

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

.mr105 {
  margin-right: 105px;
}

.mr-105 {
  margin-right: -105px;
}

.mr110 {
  margin-right: 110px;
}

.mr-110 {
  margin-right: -110px;
}

.mr115 {
  margin-right: 115px;
}

.mr-115 {
  margin-right: -115px;
}

.mr120 {
  margin-right: 120px;
}

.mr-120 {
  margin-right: -120px;
}

.mr125 {
  margin-right: 125px;
}

.mr-125 {
  margin-right: -125px;
}

.mr130 {
  margin-right: 130px;
}

.mr-130 {
  margin-right: -130px;
}

.mr135 {
  margin-right: 135px;
}

.mr-135 {
  margin-right: -135px;
}

.mr140 {
  margin-right: 140px;
}

.mr-140 {
  margin-right: -140px;
}

.mr145 {
  margin-right: 145px;
}

.mr-145 {
  margin-right: -145px;
}

.mr150 {
  margin-right: 150px;
}

.mr-150 {
  margin-right: -150px;
}

.mr155 {
  margin-right: 155px;
}

.mr-155 {
  margin-right: -155px;
}

.mr160 {
  margin-right: 160px;
}

.mr-160 {
  margin-right: -160px;
}

.mr165 {
  margin-right: 165px;
}

.mr-165 {
  margin-right: -165px;
}

.mr170 {
  margin-right: 170px;
}

.mr-170 {
  margin-right: -170px;
}

.mr175 {
  margin-right: 175px;
}

.mr-175 {
  margin-right: -175px;
}

.mr180 {
  margin-right: 180px;
}

.mr-180 {
  margin-right: -180px;
}

.mr185 {
  margin-right: 185px;
}

.mr-185 {
  margin-right: -185px;
}

.mr190 {
  margin-right: 190px;
}

.mr-190 {
  margin-right: -190px;
}

.mr195 {
  margin-right: 195px;
}

.mr-195 {
  margin-right: -195px;
}

.mr200 {
  margin-right: 200px;
}

.mr-200 {
  margin-right: -200px;
}

@media (max-width: 999px) {
  .md-mr0 {
    margin-right: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-mr5 {
    margin-right: 5px;
  }
  .md-mr-5 {
    margin-right: -5px;
  }
  .md-mr10 {
    margin-right: 10px;
  }
  .md-mr-10 {
    margin-right: -10px;
  }
  .md-mr15 {
    margin-right: 15px;
  }
  .md-mr-15 {
    margin-right: -15px;
  }
  .md-mr20 {
    margin-right: 20px;
  }
  .md-mr-20 {
    margin-right: -20px;
  }
  .md-mr25 {
    margin-right: 25px;
  }
  .md-mr-25 {
    margin-right: -25px;
  }
  .md-mr30 {
    margin-right: 30px;
  }
  .md-mr-30 {
    margin-right: -30px;
  }
  .md-mr35 {
    margin-right: 35px;
  }
  .md-mr-35 {
    margin-right: -35px;
  }
  .md-mr40 {
    margin-right: 40px;
  }
  .md-mr-40 {
    margin-right: -40px;
  }
  .md-mr45 {
    margin-right: 45px;
  }
  .md-mr-45 {
    margin-right: -45px;
  }
  .md-mr50 {
    margin-right: 50px;
  }
  .md-mr-50 {
    margin-right: -50px;
  }
  .md-mr55 {
    margin-right: 55px;
  }
  .md-mr-55 {
    margin-right: -55px;
  }
  .md-mr60 {
    margin-right: 60px;
  }
  .md-mr-60 {
    margin-right: -60px;
  }
  .md-mr65 {
    margin-right: 65px;
  }
  .md-mr-65 {
    margin-right: -65px;
  }
  .md-mr70 {
    margin-right: 70px;
  }
  .md-mr-70 {
    margin-right: -70px;
  }
  .md-mr75 {
    margin-right: 75px;
  }
  .md-mr-75 {
    margin-right: -75px;
  }
  .md-mr80 {
    margin-right: 80px;
  }
  .md-mr-80 {
    margin-right: -80px;
  }
  .md-mr85 {
    margin-right: 85px;
  }
  .md-mr-85 {
    margin-right: -85px;
  }
  .md-mr90 {
    margin-right: 90px;
  }
  .md-mr-90 {
    margin-right: -90px;
  }
  .md-mr95 {
    margin-right: 95px;
  }
  .md-mr-95 {
    margin-right: -95px;
  }
  .md-mr100 {
    margin-right: 100px;
  }
  .md-mr-100 {
    margin-right: -100px;
  }
  .md-mr105 {
    margin-right: 105px;
  }
  .md-mr-105 {
    margin-right: -105px;
  }
  .md-mr110 {
    margin-right: 110px;
  }
  .md-mr-110 {
    margin-right: -110px;
  }
  .md-mr115 {
    margin-right: 115px;
  }
  .md-mr-115 {
    margin-right: -115px;
  }
  .md-mr120 {
    margin-right: 120px;
  }
  .md-mr-120 {
    margin-right: -120px;
  }
  .md-mr125 {
    margin-right: 125px;
  }
  .md-mr-125 {
    margin-right: -125px;
  }
  .md-mr130 {
    margin-right: 130px;
  }
  .md-mr-130 {
    margin-right: -130px;
  }
  .md-mr135 {
    margin-right: 135px;
  }
  .md-mr-135 {
    margin-right: -135px;
  }
  .md-mr140 {
    margin-right: 140px;
  }
  .md-mr-140 {
    margin-right: -140px;
  }
  .md-mr145 {
    margin-right: 145px;
  }
  .md-mr-145 {
    margin-right: -145px;
  }
  .md-mr150 {
    margin-right: 150px;
  }
  .md-mr-150 {
    margin-right: -150px;
  }
  .md-mr155 {
    margin-right: 155px;
  }
  .md-mr-155 {
    margin-right: -155px;
  }
  .md-mr160 {
    margin-right: 160px;
  }
  .md-mr-160 {
    margin-right: -160px;
  }
  .md-mr165 {
    margin-right: 165px;
  }
  .md-mr-165 {
    margin-right: -165px;
  }
  .md-mr170 {
    margin-right: 170px;
  }
  .md-mr-170 {
    margin-right: -170px;
  }
  .md-mr175 {
    margin-right: 175px;
  }
  .md-mr-175 {
    margin-right: -175px;
  }
  .md-mr180 {
    margin-right: 180px;
  }
  .md-mr-180 {
    margin-right: -180px;
  }
  .md-mr185 {
    margin-right: 185px;
  }
  .md-mr-185 {
    margin-right: -185px;
  }
  .md-mr190 {
    margin-right: 190px;
  }
  .md-mr-190 {
    margin-right: -190px;
  }
  .md-mr195 {
    margin-right: 195px;
  }
  .md-mr-195 {
    margin-right: -195px;
  }
  .md-mr200 {
    margin-right: 200px;
  }
  .md-mr-200 {
    margin-right: -200px;
  }
}
@media (max-width: 767px) {
  .sm-mr0 {
    margin-right: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-mr5 {
    margin-right: 5px;
  }
  .sm-mr-5 {
    margin-right: -5px;
  }
  .sm-mr10 {
    margin-right: 10px;
  }
  .sm-mr-10 {
    margin-right: -10px;
  }
  .sm-mr15 {
    margin-right: 15px;
  }
  .sm-mr-15 {
    margin-right: -15px;
  }
  .sm-mr20 {
    margin-right: 20px;
  }
  .sm-mr-20 {
    margin-right: -20px;
  }
  .sm-mr25 {
    margin-right: 25px;
  }
  .sm-mr-25 {
    margin-right: -25px;
  }
  .sm-mr30 {
    margin-right: 30px;
  }
  .sm-mr-30 {
    margin-right: -30px;
  }
  .sm-mr35 {
    margin-right: 35px;
  }
  .sm-mr-35 {
    margin-right: -35px;
  }
  .sm-mr40 {
    margin-right: 40px;
  }
  .sm-mr-40 {
    margin-right: -40px;
  }
  .sm-mr45 {
    margin-right: 45px;
  }
  .sm-mr-45 {
    margin-right: -45px;
  }
  .sm-mr50 {
    margin-right: 50px;
  }
  .sm-mr-50 {
    margin-right: -50px;
  }
  .sm-mr55 {
    margin-right: 55px;
  }
  .sm-mr-55 {
    margin-right: -55px;
  }
  .sm-mr60 {
    margin-right: 60px;
  }
  .sm-mr-60 {
    margin-right: -60px;
  }
  .sm-mr65 {
    margin-right: 65px;
  }
  .sm-mr-65 {
    margin-right: -65px;
  }
  .sm-mr70 {
    margin-right: 70px;
  }
  .sm-mr-70 {
    margin-right: -70px;
  }
  .sm-mr75 {
    margin-right: 75px;
  }
  .sm-mr-75 {
    margin-right: -75px;
  }
  .sm-mr80 {
    margin-right: 80px;
  }
  .sm-mr-80 {
    margin-right: -80px;
  }
  .sm-mr85 {
    margin-right: 85px;
  }
  .sm-mr-85 {
    margin-right: -85px;
  }
  .sm-mr90 {
    margin-right: 90px;
  }
  .sm-mr-90 {
    margin-right: -90px;
  }
  .sm-mr95 {
    margin-right: 95px;
  }
  .sm-mr-95 {
    margin-right: -95px;
  }
  .sm-mr100 {
    margin-right: 100px;
  }
  .sm-mr-100 {
    margin-right: -100px;
  }
  .sm-mr105 {
    margin-right: 105px;
  }
  .sm-mr-105 {
    margin-right: -105px;
  }
  .sm-mr110 {
    margin-right: 110px;
  }
  .sm-mr-110 {
    margin-right: -110px;
  }
  .sm-mr115 {
    margin-right: 115px;
  }
  .sm-mr-115 {
    margin-right: -115px;
  }
  .sm-mr120 {
    margin-right: 120px;
  }
  .sm-mr-120 {
    margin-right: -120px;
  }
  .sm-mr125 {
    margin-right: 125px;
  }
  .sm-mr-125 {
    margin-right: -125px;
  }
  .sm-mr130 {
    margin-right: 130px;
  }
  .sm-mr-130 {
    margin-right: -130px;
  }
  .sm-mr135 {
    margin-right: 135px;
  }
  .sm-mr-135 {
    margin-right: -135px;
  }
  .sm-mr140 {
    margin-right: 140px;
  }
  .sm-mr-140 {
    margin-right: -140px;
  }
  .sm-mr145 {
    margin-right: 145px;
  }
  .sm-mr-145 {
    margin-right: -145px;
  }
  .sm-mr150 {
    margin-right: 150px;
  }
  .sm-mr-150 {
    margin-right: -150px;
  }
  .sm-mr155 {
    margin-right: 155px;
  }
  .sm-mr-155 {
    margin-right: -155px;
  }
  .sm-mr160 {
    margin-right: 160px;
  }
  .sm-mr-160 {
    margin-right: -160px;
  }
  .sm-mr165 {
    margin-right: 165px;
  }
  .sm-mr-165 {
    margin-right: -165px;
  }
  .sm-mr170 {
    margin-right: 170px;
  }
  .sm-mr-170 {
    margin-right: -170px;
  }
  .sm-mr175 {
    margin-right: 175px;
  }
  .sm-mr-175 {
    margin-right: -175px;
  }
  .sm-mr180 {
    margin-right: 180px;
  }
  .sm-mr-180 {
    margin-right: -180px;
  }
  .sm-mr185 {
    margin-right: 185px;
  }
  .sm-mr-185 {
    margin-right: -185px;
  }
  .sm-mr190 {
    margin-right: 190px;
  }
  .sm-mr-190 {
    margin-right: -190px;
  }
  .sm-mr195 {
    margin-right: 195px;
  }
  .sm-mr-195 {
    margin-right: -195px;
  }
  .sm-mr200 {
    margin-right: 200px;
  }
  .sm-mr-200 {
    margin-right: -200px;
  }
}
/* margin-bottom */
.mb0 {
  margin-bottom: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb20 {
  margin-bottom: 20px;
}

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

.mb25 {
  margin-bottom: 25px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb-35 {
  margin-bottom: -35px;
}

.mb40 {
  margin-bottom: 40px;
}

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

.mb45 {
  margin-bottom: 45px;
}

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

.mb50 {
  margin-bottom: 50px;
}

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

.mb55 {
  margin-bottom: 55px;
}

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

.mb60 {
  margin-bottom: 60px;
}

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

.mb65 {
  margin-bottom: 65px;
}

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

.mb70 {
  margin-bottom: 70px;
}

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

.mb75 {
  margin-bottom: 75px;
}

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

.mb80 {
  margin-bottom: 80px;
}

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

.mb85 {
  margin-bottom: 85px;
}

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

.mb90 {
  margin-bottom: 90px;
}

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

.mb95 {
  margin-bottom: 95px;
}

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

.mb100 {
  margin-bottom: 100px;
}

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

.mb105 {
  margin-bottom: 105px;
}

.mb-105 {
  margin-bottom: -105px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb-110 {
  margin-bottom: -110px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb-115 {
  margin-bottom: -115px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb-120 {
  margin-bottom: -120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb-125 {
  margin-bottom: -125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb-130 {
  margin-bottom: -130px;
}

.mb135 {
  margin-bottom: 135px;
}

.mb-135 {
  margin-bottom: -135px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb-140 {
  margin-bottom: -140px;
}

.mb145 {
  margin-bottom: 145px;
}

.mb-145 {
  margin-bottom: -145px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb-150 {
  margin-bottom: -150px;
}

.mb155 {
  margin-bottom: 155px;
}

.mb-155 {
  margin-bottom: -155px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb-160 {
  margin-bottom: -160px;
}

.mb165 {
  margin-bottom: 165px;
}

.mb-165 {
  margin-bottom: -165px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb-170 {
  margin-bottom: -170px;
}

.mb175 {
  margin-bottom: 175px;
}

.mb-175 {
  margin-bottom: -175px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb-180 {
  margin-bottom: -180px;
}

.mb185 {
  margin-bottom: 185px;
}

.mb-185 {
  margin-bottom: -185px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb-190 {
  margin-bottom: -190px;
}

.mb195 {
  margin-bottom: 195px;
}

.mb-195 {
  margin-bottom: -195px;
}

.mb200 {
  margin-bottom: 200px;
}

.mb-200 {
  margin-bottom: -200px;
}

@media (max-width: 999px) {
  .md-mb0 {
    margin-bottom: 0px;
  }
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mb5 {
    margin-bottom: 5px;
  }
  .md-mb-5 {
    margin-bottom: -5px;
  }
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb-10 {
    margin-bottom: -10px;
  }
  .md-mb15 {
    margin-bottom: 15px;
  }
  .md-mb-15 {
    margin-bottom: -15px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb-20 {
    margin-bottom: -20px;
  }
  .md-mb25 {
    margin-bottom: 25px;
  }
  .md-mb-25 {
    margin-bottom: -25px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb-30 {
    margin-bottom: -30px;
  }
  .md-mb35 {
    margin-bottom: 35px;
  }
  .md-mb-35 {
    margin-bottom: -35px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb-40 {
    margin-bottom: -40px;
  }
  .md-mb45 {
    margin-bottom: 45px;
  }
  .md-mb-45 {
    margin-bottom: -45px;
  }
  .md-mb50 {
    margin-bottom: 50px;
  }
  .md-mb-50 {
    margin-bottom: -50px;
  }
  .md-mb55 {
    margin-bottom: 55px;
  }
  .md-mb-55 {
    margin-bottom: -55px;
  }
  .md-mb60 {
    margin-bottom: 60px;
  }
  .md-mb-60 {
    margin-bottom: -60px;
  }
  .md-mb65 {
    margin-bottom: 65px;
  }
  .md-mb-65 {
    margin-bottom: -65px;
  }
  .md-mb70 {
    margin-bottom: 70px;
  }
  .md-mb-70 {
    margin-bottom: -70px;
  }
  .md-mb75 {
    margin-bottom: 75px;
  }
  .md-mb-75 {
    margin-bottom: -75px;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-mb-80 {
    margin-bottom: -80px;
  }
  .md-mb85 {
    margin-bottom: 85px;
  }
  .md-mb-85 {
    margin-bottom: -85px;
  }
  .md-mb90 {
    margin-bottom: 90px;
  }
  .md-mb-90 {
    margin-bottom: -90px;
  }
  .md-mb95 {
    margin-bottom: 95px;
  }
  .md-mb-95 {
    margin-bottom: -95px;
  }
  .md-mb100 {
    margin-bottom: 100px;
  }
  .md-mb-100 {
    margin-bottom: -100px;
  }
  .md-mb105 {
    margin-bottom: 105px;
  }
  .md-mb-105 {
    margin-bottom: -105px;
  }
  .md-mb110 {
    margin-bottom: 110px;
  }
  .md-mb-110 {
    margin-bottom: -110px;
  }
  .md-mb115 {
    margin-bottom: 115px;
  }
  .md-mb-115 {
    margin-bottom: -115px;
  }
  .md-mb120 {
    margin-bottom: 120px;
  }
  .md-mb-120 {
    margin-bottom: -120px;
  }
  .md-mb125 {
    margin-bottom: 125px;
  }
  .md-mb-125 {
    margin-bottom: -125px;
  }
  .md-mb130 {
    margin-bottom: 130px;
  }
  .md-mb-130 {
    margin-bottom: -130px;
  }
  .md-mb135 {
    margin-bottom: 135px;
  }
  .md-mb-135 {
    margin-bottom: -135px;
  }
  .md-mb140 {
    margin-bottom: 140px;
  }
  .md-mb-140 {
    margin-bottom: -140px;
  }
  .md-mb145 {
    margin-bottom: 145px;
  }
  .md-mb-145 {
    margin-bottom: -145px;
  }
  .md-mb150 {
    margin-bottom: 150px;
  }
  .md-mb-150 {
    margin-bottom: -150px;
  }
  .md-mb155 {
    margin-bottom: 155px;
  }
  .md-mb-155 {
    margin-bottom: -155px;
  }
  .md-mb160 {
    margin-bottom: 160px;
  }
  .md-mb-160 {
    margin-bottom: -160px;
  }
  .md-mb165 {
    margin-bottom: 165px;
  }
  .md-mb-165 {
    margin-bottom: -165px;
  }
  .md-mb170 {
    margin-bottom: 170px;
  }
  .md-mb-170 {
    margin-bottom: -170px;
  }
  .md-mb175 {
    margin-bottom: 175px;
  }
  .md-mb-175 {
    margin-bottom: -175px;
  }
  .md-mb180 {
    margin-bottom: 180px;
  }
  .md-mb-180 {
    margin-bottom: -180px;
  }
  .md-mb185 {
    margin-bottom: 185px;
  }
  .md-mb-185 {
    margin-bottom: -185px;
  }
  .md-mb190 {
    margin-bottom: 190px;
  }
  .md-mb-190 {
    margin-bottom: -190px;
  }
  .md-mb195 {
    margin-bottom: 195px;
  }
  .md-mb-195 {
    margin-bottom: -195px;
  }
  .md-mb200 {
    margin-bottom: 200px;
  }
  .md-mb-200 {
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .sm-mb0 {
    margin-bottom: 0px;
  }
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mb5 {
    margin-bottom: 5px;
  }
  .sm-mb-5 {
    margin-bottom: -5px;
  }
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb-10 {
    margin-bottom: -10px;
  }
  .sm-mb15 {
    margin-bottom: 15px;
  }
  .sm-mb-15 {
    margin-bottom: -15px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb-20 {
    margin-bottom: -20px;
  }
  .sm-mb25 {
    margin-bottom: 25px;
  }
  .sm-mb-25 {
    margin-bottom: -25px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb-30 {
    margin-bottom: -30px;
  }
  .sm-mb35 {
    margin-bottom: 35px;
  }
  .sm-mb-35 {
    margin-bottom: -35px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb-40 {
    margin-bottom: -40px;
  }
  .sm-mb45 {
    margin-bottom: 45px;
  }
  .sm-mb-45 {
    margin-bottom: -45px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb-50 {
    margin-bottom: -50px;
  }
  .sm-mb55 {
    margin-bottom: 55px;
  }
  .sm-mb-55 {
    margin-bottom: -55px;
  }
  .sm-mb60 {
    margin-bottom: 60px;
  }
  .sm-mb-60 {
    margin-bottom: -60px;
  }
  .sm-mb65 {
    margin-bottom: 65px;
  }
  .sm-mb-65 {
    margin-bottom: -65px;
  }
  .sm-mb70 {
    margin-bottom: 70px;
  }
  .sm-mb-70 {
    margin-bottom: -70px;
  }
  .sm-mb75 {
    margin-bottom: 75px;
  }
  .sm-mb-75 {
    margin-bottom: -75px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-mb-80 {
    margin-bottom: -80px;
  }
  .sm-mb85 {
    margin-bottom: 85px;
  }
  .sm-mb-85 {
    margin-bottom: -85px;
  }
  .sm-mb90 {
    margin-bottom: 90px;
  }
  .sm-mb-90 {
    margin-bottom: -90px;
  }
  .sm-mb95 {
    margin-bottom: 95px;
  }
  .sm-mb-95 {
    margin-bottom: -95px;
  }
  .sm-mb100 {
    margin-bottom: 100px;
  }
  .sm-mb-100 {
    margin-bottom: -100px;
  }
  .sm-mb105 {
    margin-bottom: 105px;
  }
  .sm-mb-105 {
    margin-bottom: -105px;
  }
  .sm-mb110 {
    margin-bottom: 110px;
  }
  .sm-mb-110 {
    margin-bottom: -110px;
  }
  .sm-mb115 {
    margin-bottom: 115px;
  }
  .sm-mb-115 {
    margin-bottom: -115px;
  }
  .sm-mb120 {
    margin-bottom: 120px;
  }
  .sm-mb-120 {
    margin-bottom: -120px;
  }
  .sm-mb125 {
    margin-bottom: 125px;
  }
  .sm-mb-125 {
    margin-bottom: -125px;
  }
  .sm-mb130 {
    margin-bottom: 130px;
  }
  .sm-mb-130 {
    margin-bottom: -130px;
  }
  .sm-mb135 {
    margin-bottom: 135px;
  }
  .sm-mb-135 {
    margin-bottom: -135px;
  }
  .sm-mb140 {
    margin-bottom: 140px;
  }
  .sm-mb-140 {
    margin-bottom: -140px;
  }
  .sm-mb145 {
    margin-bottom: 145px;
  }
  .sm-mb-145 {
    margin-bottom: -145px;
  }
  .sm-mb150 {
    margin-bottom: 150px;
  }
  .sm-mb-150 {
    margin-bottom: -150px;
  }
  .sm-mb155 {
    margin-bottom: 155px;
  }
  .sm-mb-155 {
    margin-bottom: -155px;
  }
  .sm-mb160 {
    margin-bottom: 160px;
  }
  .sm-mb-160 {
    margin-bottom: -160px;
  }
  .sm-mb165 {
    margin-bottom: 165px;
  }
  .sm-mb-165 {
    margin-bottom: -165px;
  }
  .sm-mb170 {
    margin-bottom: 170px;
  }
  .sm-mb-170 {
    margin-bottom: -170px;
  }
  .sm-mb175 {
    margin-bottom: 175px;
  }
  .sm-mb-175 {
    margin-bottom: -175px;
  }
  .sm-mb180 {
    margin-bottom: 180px;
  }
  .sm-mb-180 {
    margin-bottom: -180px;
  }
  .sm-mb185 {
    margin-bottom: 185px;
  }
  .sm-mb-185 {
    margin-bottom: -185px;
  }
  .sm-mb190 {
    margin-bottom: 190px;
  }
  .sm-mb-190 {
    margin-bottom: -190px;
  }
  .sm-mb195 {
    margin-bottom: 195px;
  }
  .sm-mb-195 {
    margin-bottom: -195px;
  }
  .sm-mb200 {
    margin-bottom: 200px;
  }
  .sm-mb-200 {
    margin-bottom: -200px;
  }
}
/* margin-top&bottom */
.mtb0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.mtb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mtb-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.mtb35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mtb-35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.mtb45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mtb-45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.mtb55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mtb-55 {
  margin-top: -55px;
  margin-bottom: -55px;
}

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.mtb65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mtb-65 {
  margin-top: -65px;
  margin-bottom: -65px;
}

.mtb70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mtb-70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

.mtb75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mtb-75 {
  margin-top: -75px;
  margin-bottom: -75px;
}

.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mtb-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

.mtb85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mtb-85 {
  margin-top: -85px;
  margin-bottom: -85px;
}

.mtb90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mtb-90 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.mtb95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mtb-95 {
  margin-top: -95px;
  margin-bottom: -95px;
}

.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mtb-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.mtb105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mtb-105 {
  margin-top: -105px;
  margin-bottom: -105px;
}

.mtb110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mtb-110 {
  margin-top: -110px;
  margin-bottom: -110px;
}

.mtb115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mtb-115 {
  margin-top: -115px;
  margin-bottom: -115px;
}

.mtb120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mtb-120 {
  margin-top: -120px;
  margin-bottom: -120px;
}

.mtb125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.mtb-125 {
  margin-top: -125px;
  margin-bottom: -125px;
}

.mtb130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mtb-130 {
  margin-top: -130px;
  margin-bottom: -130px;
}

.mtb135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.mtb-135 {
  margin-top: -135px;
  margin-bottom: -135px;
}

.mtb140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mtb-140 {
  margin-top: -140px;
  margin-bottom: -140px;
}

.mtb145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.mtb-145 {
  margin-top: -145px;
  margin-bottom: -145px;
}

.mtb150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mtb-150 {
  margin-top: -150px;
  margin-bottom: -150px;
}

.mtb155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.mtb-155 {
  margin-top: -155px;
  margin-bottom: -155px;
}

.mtb160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mtb-160 {
  margin-top: -160px;
  margin-bottom: -160px;
}

.mtb165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.mtb-165 {
  margin-top: -165px;
  margin-bottom: -165px;
}

.mtb170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.mtb-170 {
  margin-top: -170px;
  margin-bottom: -170px;
}

.mtb175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.mtb-175 {
  margin-top: -175px;
  margin-bottom: -175px;
}

.mtb180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mtb-180 {
  margin-top: -180px;
  margin-bottom: -180px;
}

.mtb185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.mtb-185 {
  margin-top: -185px;
  margin-bottom: -185px;
}

.mtb190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.mtb-190 {
  margin-top: -190px;
  margin-bottom: -190px;
}

.mtb195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.mtb-195 {
  margin-top: -195px;
  margin-bottom: -195px;
}

.mtb200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mtb-200 {
  margin-top: -200px;
  margin-bottom: -200px;
}

@media (max-width: 999px) {
  .md-mtb0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md-mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md-mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .md-mtb-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .md-mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .md-mtb-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .md-mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .md-mtb-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .md-mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md-mtb-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .md-mtb25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .md-mtb-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .md-mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md-mtb-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .md-mtb35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .md-mtb-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }
  .md-mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md-mtb-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .md-mtb45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .md-mtb-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }
  .md-mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md-mtb-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .md-mtb55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .md-mtb-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }
  .md-mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md-mtb-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .md-mtb65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .md-mtb-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }
  .md-mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .md-mtb-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .md-mtb75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .md-mtb-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  .md-mtb80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .md-mtb-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  .md-mtb85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .md-mtb-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }
  .md-mtb90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .md-mtb-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }
  .md-mtb95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .md-mtb-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }
  .md-mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md-mtb-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .md-mtb105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .md-mtb-105 {
    margin-top: -105px;
    margin-bottom: -105px;
  }
  .md-mtb110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .md-mtb-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }
  .md-mtb115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .md-mtb-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }
  .md-mtb120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .md-mtb-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }
  .md-mtb125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .md-mtb-125 {
    margin-top: -125px;
    margin-bottom: -125px;
  }
  .md-mtb130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .md-mtb-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }
  .md-mtb135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .md-mtb-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }
  .md-mtb140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .md-mtb-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }
  .md-mtb145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .md-mtb-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }
  .md-mtb150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .md-mtb-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .md-mtb155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .md-mtb-155 {
    margin-top: -155px;
    margin-bottom: -155px;
  }
  .md-mtb160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .md-mtb-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }
  .md-mtb165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .md-mtb-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }
  .md-mtb170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .md-mtb-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }
  .md-mtb175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .md-mtb-175 {
    margin-top: -175px;
    margin-bottom: -175px;
  }
  .md-mtb180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .md-mtb-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }
  .md-mtb185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .md-mtb-185 {
    margin-top: -185px;
    margin-bottom: -185px;
  }
  .md-mtb190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .md-mtb-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }
  .md-mtb195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .md-mtb-195 {
    margin-top: -195px;
    margin-bottom: -195px;
  }
  .md-mtb200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .md-mtb-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .sm-mtb0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm-mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm-mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sm-mtb-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .sm-mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm-mtb-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .sm-mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sm-mtb-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .sm-mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm-mtb-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .sm-mtb25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sm-mtb-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .sm-mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sm-mtb-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .sm-mtb35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sm-mtb-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }
  .sm-mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm-mtb-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .sm-mtb45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .sm-mtb-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }
  .sm-mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sm-mtb-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .sm-mtb55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .sm-mtb-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }
  .sm-mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sm-mtb-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .sm-mtb65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .sm-mtb-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }
  .sm-mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sm-mtb-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .sm-mtb75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .sm-mtb-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  .sm-mtb80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .sm-mtb-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  .sm-mtb85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .sm-mtb-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }
  .sm-mtb90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sm-mtb-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }
  .sm-mtb95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .sm-mtb-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }
  .sm-mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .sm-mtb-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .sm-mtb105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .sm-mtb-105 {
    margin-top: -105px;
    margin-bottom: -105px;
  }
  .sm-mtb110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .sm-mtb-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }
  .sm-mtb115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .sm-mtb-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }
  .sm-mtb120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .sm-mtb-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }
  .sm-mtb125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .sm-mtb-125 {
    margin-top: -125px;
    margin-bottom: -125px;
  }
  .sm-mtb130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .sm-mtb-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }
  .sm-mtb135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .sm-mtb-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }
  .sm-mtb140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .sm-mtb-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }
  .sm-mtb145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .sm-mtb-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }
  .sm-mtb150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .sm-mtb-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .sm-mtb155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .sm-mtb-155 {
    margin-top: -155px;
    margin-bottom: -155px;
  }
  .sm-mtb160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .sm-mtb-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }
  .sm-mtb165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .sm-mtb-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }
  .sm-mtb170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .sm-mtb-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }
  .sm-mtb175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .sm-mtb-175 {
    margin-top: -175px;
    margin-bottom: -175px;
  }
  .sm-mtb180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .sm-mtb-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }
  .sm-mtb185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .sm-mtb-185 {
    margin-top: -185px;
    margin-bottom: -185px;
  }
  .sm-mtb190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .sm-mtb-190 {
    margin-top: -190px;
    margin-bottom: -190px;
  }
  .sm-mtb195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .sm-mtb-195 {
    margin-top: -195px;
    margin-bottom: -195px;
  }
  .sm-mtb200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .sm-mtb-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }
}
/* margin-left&right */
.mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mlr-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.mlr25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mlr-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.mlr35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mlr-35 {
  margin-left: -35px;
  margin-right: -35px;
}

.mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mlr-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.mlr45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mlr-45 {
  margin-left: -45px;
  margin-right: -45px;
}

.mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mlr-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.mlr55 {
  margin-left: 55px;
  margin-right: 55px;
}

.mlr-55 {
  margin-left: -55px;
  margin-right: -55px;
}

.mlr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mlr-60 {
  margin-left: -60px;
  margin-right: -60px;
}

.mlr65 {
  margin-left: 65px;
  margin-right: 65px;
}

.mlr-65 {
  margin-left: -65px;
  margin-right: -65px;
}

.mlr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mlr-70 {
  margin-left: -70px;
  margin-right: -70px;
}

.mlr75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mlr-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.mlr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mlr-80 {
  margin-left: -80px;
  margin-right: -80px;
}

.mlr85 {
  margin-left: 85px;
  margin-right: 85px;
}

.mlr-85 {
  margin-left: -85px;
  margin-right: -85px;
}

.mlr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mlr-90 {
  margin-left: -90px;
  margin-right: -90px;
}

.mlr95 {
  margin-left: 95px;
  margin-right: 95px;
}

.mlr-95 {
  margin-left: -95px;
  margin-right: -95px;
}

.mlr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mlr-100 {
  margin-left: -100px;
  margin-right: -100px;
}

.mlr105 {
  margin-left: 105px;
  margin-right: 105px;
}

.mlr-105 {
  margin-left: -105px;
  margin-right: -105px;
}

.mlr110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mlr-110 {
  margin-left: -110px;
  margin-right: -110px;
}

.mlr115 {
  margin-left: 115px;
  margin-right: 115px;
}

.mlr-115 {
  margin-left: -115px;
  margin-right: -115px;
}

.mlr120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mlr-120 {
  margin-left: -120px;
  margin-right: -120px;
}

.mlr125 {
  margin-left: 125px;
  margin-right: 125px;
}

.mlr-125 {
  margin-left: -125px;
  margin-right: -125px;
}

.mlr130 {
  margin-left: 130px;
  margin-right: 130px;
}

.mlr-130 {
  margin-left: -130px;
  margin-right: -130px;
}

.mlr135 {
  margin-left: 135px;
  margin-right: 135px;
}

.mlr-135 {
  margin-left: -135px;
  margin-right: -135px;
}

.mlr140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mlr-140 {
  margin-left: -140px;
  margin-right: -140px;
}

.mlr145 {
  margin-left: 145px;
  margin-right: 145px;
}

.mlr-145 {
  margin-left: -145px;
  margin-right: -145px;
}

.mlr150 {
  margin-left: 150px;
  margin-right: 150px;
}

.mlr-150 {
  margin-left: -150px;
  margin-right: -150px;
}

.mlr155 {
  margin-left: 155px;
  margin-right: 155px;
}

.mlr-155 {
  margin-left: -155px;
  margin-right: -155px;
}

.mlr160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mlr-160 {
  margin-left: -160px;
  margin-right: -160px;
}

.mlr165 {
  margin-left: 165px;
  margin-right: 165px;
}

.mlr-165 {
  margin-left: -165px;
  margin-right: -165px;
}

.mlr170 {
  margin-left: 170px;
  margin-right: 170px;
}

.mlr-170 {
  margin-left: -170px;
  margin-right: -170px;
}

.mlr175 {
  margin-left: 175px;
  margin-right: 175px;
}

.mlr-175 {
  margin-left: -175px;
  margin-right: -175px;
}

.mlr180 {
  margin-left: 180px;
  margin-right: 180px;
}

.mlr-180 {
  margin-left: -180px;
  margin-right: -180px;
}

.mlr185 {
  margin-left: 185px;
  margin-right: 185px;
}

.mlr-185 {
  margin-left: -185px;
  margin-right: -185px;
}

.mlr190 {
  margin-left: 190px;
  margin-right: 190px;
}

.mlr-190 {
  margin-left: -190px;
  margin-right: -190px;
}

.mlr195 {
  margin-left: 195px;
  margin-right: 195px;
}

.mlr-195 {
  margin-left: -195px;
  margin-right: -195px;
}

.mlr200 {
  margin-left: 200px;
  margin-right: 200px;
}

.mlr-200 {
  margin-left: -200px;
  margin-right: -200px;
}

@media (max-width: 999px) {
  .md-mlr0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md-mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md-mlr5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .md-mlr-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .md-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md-mlr-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .md-mlr15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md-mlr-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md-mlr-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .md-mlr25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .md-mlr-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .md-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .md-mlr-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .md-mlr35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .md-mlr-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .md-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md-mlr-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .md-mlr45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .md-mlr-45 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .md-mlr50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .md-mlr-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .md-mlr55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .md-mlr-55 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .md-mlr60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .md-mlr-60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .md-mlr65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .md-mlr-65 {
    margin-left: -65px;
    margin-right: -65px;
  }
  .md-mlr70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .md-mlr-70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .md-mlr75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .md-mlr-75 {
    margin-left: -75px;
    margin-right: -75px;
  }
  .md-mlr80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .md-mlr-80 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .md-mlr85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .md-mlr-85 {
    margin-left: -85px;
    margin-right: -85px;
  }
  .md-mlr90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .md-mlr-90 {
    margin-left: -90px;
    margin-right: -90px;
  }
  .md-mlr95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .md-mlr-95 {
    margin-left: -95px;
    margin-right: -95px;
  }
  .md-mlr100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .md-mlr-100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .md-mlr105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .md-mlr-105 {
    margin-left: -105px;
    margin-right: -105px;
  }
  .md-mlr110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .md-mlr-110 {
    margin-left: -110px;
    margin-right: -110px;
  }
  .md-mlr115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .md-mlr-115 {
    margin-left: -115px;
    margin-right: -115px;
  }
  .md-mlr120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .md-mlr-120 {
    margin-left: -120px;
    margin-right: -120px;
  }
  .md-mlr125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .md-mlr-125 {
    margin-left: -125px;
    margin-right: -125px;
  }
  .md-mlr130 {
    margin-left: 130px;
    margin-right: 130px;
  }
  .md-mlr-130 {
    margin-left: -130px;
    margin-right: -130px;
  }
  .md-mlr135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .md-mlr-135 {
    margin-left: -135px;
    margin-right: -135px;
  }
  .md-mlr140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .md-mlr-140 {
    margin-left: -140px;
    margin-right: -140px;
  }
  .md-mlr145 {
    margin-left: 145px;
    margin-right: 145px;
  }
  .md-mlr-145 {
    margin-left: -145px;
    margin-right: -145px;
  }
  .md-mlr150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .md-mlr-150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .md-mlr155 {
    margin-left: 155px;
    margin-right: 155px;
  }
  .md-mlr-155 {
    margin-left: -155px;
    margin-right: -155px;
  }
  .md-mlr160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .md-mlr-160 {
    margin-left: -160px;
    margin-right: -160px;
  }
  .md-mlr165 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .md-mlr-165 {
    margin-left: -165px;
    margin-right: -165px;
  }
  .md-mlr170 {
    margin-left: 170px;
    margin-right: 170px;
  }
  .md-mlr-170 {
    margin-left: -170px;
    margin-right: -170px;
  }
  .md-mlr175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .md-mlr-175 {
    margin-left: -175px;
    margin-right: -175px;
  }
  .md-mlr180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .md-mlr-180 {
    margin-left: -180px;
    margin-right: -180px;
  }
  .md-mlr185 {
    margin-left: 185px;
    margin-right: 185px;
  }
  .md-mlr-185 {
    margin-left: -185px;
    margin-right: -185px;
  }
  .md-mlr190 {
    margin-left: 190px;
    margin-right: 190px;
  }
  .md-mlr-190 {
    margin-left: -190px;
    margin-right: -190px;
  }
  .md-mlr195 {
    margin-left: 195px;
    margin-right: 195px;
  }
  .md-mlr-195 {
    margin-left: -195px;
    margin-right: -195px;
  }
  .md-mlr200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .md-mlr-200 {
    margin-left: -200px;
    margin-right: -200px;
  }
}
@media (max-width: 767px) {
  .sm-mlr0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm-mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm-mlr5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sm-mlr-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sm-mlr-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm-mlr15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sm-mlr-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sm-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm-mlr-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm-mlr25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .sm-mlr-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .sm-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .sm-mlr-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sm-mlr35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .sm-mlr-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .sm-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .sm-mlr-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .sm-mlr45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .sm-mlr-45 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .sm-mlr50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .sm-mlr-50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .sm-mlr55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .sm-mlr-55 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .sm-mlr60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sm-mlr-60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .sm-mlr65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .sm-mlr-65 {
    margin-left: -65px;
    margin-right: -65px;
  }
  .sm-mlr70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .sm-mlr-70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .sm-mlr75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .sm-mlr-75 {
    margin-left: -75px;
    margin-right: -75px;
  }
  .sm-mlr80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .sm-mlr-80 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .sm-mlr85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .sm-mlr-85 {
    margin-left: -85px;
    margin-right: -85px;
  }
  .sm-mlr90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .sm-mlr-90 {
    margin-left: -90px;
    margin-right: -90px;
  }
  .sm-mlr95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .sm-mlr-95 {
    margin-left: -95px;
    margin-right: -95px;
  }
  .sm-mlr100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .sm-mlr-100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .sm-mlr105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .sm-mlr-105 {
    margin-left: -105px;
    margin-right: -105px;
  }
  .sm-mlr110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .sm-mlr-110 {
    margin-left: -110px;
    margin-right: -110px;
  }
  .sm-mlr115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .sm-mlr-115 {
    margin-left: -115px;
    margin-right: -115px;
  }
  .sm-mlr120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .sm-mlr-120 {
    margin-left: -120px;
    margin-right: -120px;
  }
  .sm-mlr125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .sm-mlr-125 {
    margin-left: -125px;
    margin-right: -125px;
  }
  .sm-mlr130 {
    margin-left: 130px;
    margin-right: 130px;
  }
  .sm-mlr-130 {
    margin-left: -130px;
    margin-right: -130px;
  }
  .sm-mlr135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .sm-mlr-135 {
    margin-left: -135px;
    margin-right: -135px;
  }
  .sm-mlr140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .sm-mlr-140 {
    margin-left: -140px;
    margin-right: -140px;
  }
  .sm-mlr145 {
    margin-left: 145px;
    margin-right: 145px;
  }
  .sm-mlr-145 {
    margin-left: -145px;
    margin-right: -145px;
  }
  .sm-mlr150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .sm-mlr-150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .sm-mlr155 {
    margin-left: 155px;
    margin-right: 155px;
  }
  .sm-mlr-155 {
    margin-left: -155px;
    margin-right: -155px;
  }
  .sm-mlr160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .sm-mlr-160 {
    margin-left: -160px;
    margin-right: -160px;
  }
  .sm-mlr165 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .sm-mlr-165 {
    margin-left: -165px;
    margin-right: -165px;
  }
  .sm-mlr170 {
    margin-left: 170px;
    margin-right: 170px;
  }
  .sm-mlr-170 {
    margin-left: -170px;
    margin-right: -170px;
  }
  .sm-mlr175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .sm-mlr-175 {
    margin-left: -175px;
    margin-right: -175px;
  }
  .sm-mlr180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .sm-mlr-180 {
    margin-left: -180px;
    margin-right: -180px;
  }
  .sm-mlr185 {
    margin-left: 185px;
    margin-right: 185px;
  }
  .sm-mlr-185 {
    margin-left: -185px;
    margin-right: -185px;
  }
  .sm-mlr190 {
    margin-left: 190px;
    margin-right: 190px;
  }
  .sm-mlr-190 {
    margin-left: -190px;
    margin-right: -190px;
  }
  .sm-mlr195 {
    margin-left: 195px;
    margin-right: 195px;
  }
  .sm-mlr-195 {
    margin-left: -195px;
    margin-right: -195px;
  }
  .sm-mlr200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .sm-mlr-200 {
    margin-left: -200px;
    margin-right: -200px;
  }
}
/* padding */
.pa0 {
  padding: 0px;
}

.pa5 {
  padding: 5px;
}

.pa10 {
  padding: 10px;
}

.pa15 {
  padding: 15px;
}

.pa20 {
  padding: 20px;
}

.pa25 {
  padding: 25px;
}

.pa30 {
  padding: 30px;
}

.pa35 {
  padding: 35px;
}

.pa40 {
  padding: 40px;
}

.pa45 {
  padding: 45px;
}

.pa50 {
  padding: 50px;
}

.pa55 {
  padding: 55px;
}

.pa60 {
  padding: 60px;
}

.pa65 {
  padding: 65px;
}

.pa70 {
  padding: 70px;
}

.pa75 {
  padding: 75px;
}

.pa80 {
  padding: 80px;
}

.pa85 {
  padding: 85px;
}

.pa90 {
  padding: 90px;
}

.pa95 {
  padding: 95px;
}

.pa100 {
  padding: 100px;
}

.pa105 {
  padding: 105px;
}

.pa110 {
  padding: 110px;
}

.pa115 {
  padding: 115px;
}

.pa120 {
  padding: 120px;
}

.pa125 {
  padding: 125px;
}

.pa130 {
  padding: 130px;
}

.pa135 {
  padding: 135px;
}

.pa140 {
  padding: 140px;
}

.pa145 {
  padding: 145px;
}

.pa150 {
  padding: 150px;
}

.pa155 {
  padding: 155px;
}

.pa160 {
  padding: 160px;
}

.pa165 {
  padding: 165px;
}

.pa170 {
  padding: 170px;
}

.pa175 {
  padding: 175px;
}

.pa180 {
  padding: 180px;
}

.pa185 {
  padding: 185px;
}

.pa190 {
  padding: 190px;
}

.pa195 {
  padding: 195px;
}

.pa200 {
  padding: 200px;
}

@media (max-width: 999px) {
  .md-pa0 {
    padding: 0px;
  }
  .md-pa5 {
    padding: 5px;
  }
  .md-pa10 {
    padding: 10px;
  }
  .md-pa15 {
    padding: 15px;
  }
  .md-pa20 {
    padding: 20px;
  }
  .md-pa25 {
    padding: 25px;
  }
  .md-pa30 {
    padding: 30px;
  }
  .md-pa35 {
    padding: 35px;
  }
  .md-pa40 {
    padding: 40px;
  }
  .md-pa45 {
    padding: 45px;
  }
  .md-pa50 {
    padding: 50px;
  }
  .md-pa55 {
    padding: 55px;
  }
  .md-pa60 {
    padding: 60px;
  }
  .md-pa65 {
    padding: 65px;
  }
  .md-pa70 {
    padding: 70px;
  }
  .md-pa75 {
    padding: 75px;
  }
  .md-pa80 {
    padding: 80px;
  }
  .md-pa85 {
    padding: 85px;
  }
  .md-pa90 {
    padding: 90px;
  }
  .md-pa95 {
    padding: 95px;
  }
  .md-pa100 {
    padding: 100px;
  }
  .md-pa105 {
    padding: 105px;
  }
  .md-pa110 {
    padding: 110px;
  }
  .md-pa115 {
    padding: 115px;
  }
  .md-pa120 {
    padding: 120px;
  }
  .md-pa125 {
    padding: 125px;
  }
  .md-pa130 {
    padding: 130px;
  }
  .md-pa135 {
    padding: 135px;
  }
  .md-pa140 {
    padding: 140px;
  }
  .md-pa145 {
    padding: 145px;
  }
  .md-pa150 {
    padding: 150px;
  }
  .md-pa155 {
    padding: 155px;
  }
  .md-pa160 {
    padding: 160px;
  }
  .md-pa165 {
    padding: 165px;
  }
  .md-pa170 {
    padding: 170px;
  }
  .md-pa175 {
    padding: 175px;
  }
  .md-pa180 {
    padding: 180px;
  }
  .md-pa185 {
    padding: 185px;
  }
  .md-pa190 {
    padding: 190px;
  }
  .md-pa195 {
    padding: 195px;
  }
  .md-pa200 {
    padding: 200px;
  }
}
@media (max-width: 767px) {
  .sm-pa0 {
    padding: 0px;
  }
  .sm-pa5 {
    padding: 5px;
  }
  .sm-pa10 {
    padding: 10px;
  }
  .sm-pa15 {
    padding: 15px;
  }
  .sm-pa20 {
    padding: 20px;
  }
  .sm-pa25 {
    padding: 25px;
  }
  .sm-pa30 {
    padding: 30px;
  }
  .sm-pa35 {
    padding: 35px;
  }
  .sm-pa40 {
    padding: 40px;
  }
  .sm-pa45 {
    padding: 45px;
  }
  .sm-pa50 {
    padding: 50px;
  }
  .sm-pa55 {
    padding: 55px;
  }
  .sm-pa60 {
    padding: 60px;
  }
  .sm-pa65 {
    padding: 65px;
  }
  .sm-pa70 {
    padding: 70px;
  }
  .sm-pa75 {
    padding: 75px;
  }
  .sm-pa80 {
    padding: 80px;
  }
  .sm-pa85 {
    padding: 85px;
  }
  .sm-pa90 {
    padding: 90px;
  }
  .sm-pa95 {
    padding: 95px;
  }
  .sm-pa100 {
    padding: 100px;
  }
  .sm-pa105 {
    padding: 105px;
  }
  .sm-pa110 {
    padding: 110px;
  }
  .sm-pa115 {
    padding: 115px;
  }
  .sm-pa120 {
    padding: 120px;
  }
  .sm-pa125 {
    padding: 125px;
  }
  .sm-pa130 {
    padding: 130px;
  }
  .sm-pa135 {
    padding: 135px;
  }
  .sm-pa140 {
    padding: 140px;
  }
  .sm-pa145 {
    padding: 145px;
  }
  .sm-pa150 {
    padding: 150px;
  }
  .sm-pa155 {
    padding: 155px;
  }
  .sm-pa160 {
    padding: 160px;
  }
  .sm-pa165 {
    padding: 165px;
  }
  .sm-pa170 {
    padding: 170px;
  }
  .sm-pa175 {
    padding: 175px;
  }
  .sm-pa180 {
    padding: 180px;
  }
  .sm-pa185 {
    padding: 185px;
  }
  .sm-pa190 {
    padding: 190px;
  }
  .sm-pa195 {
    padding: 195px;
  }
  .sm-pa200 {
    padding: 200px;
  }
}
/* padding-top */
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pt115 {
  padding-top: 115px;
}

.pt120 {
  padding-top: 120px;
}

.pt125 {
  padding-top: 125px;
}

.pt130 {
  padding-top: 130px;
}

.pt135 {
  padding-top: 135px;
}

.pt140 {
  padding-top: 140px;
}

.pt145 {
  padding-top: 145px;
}

.pt150 {
  padding-top: 150px;
}

.pt155 {
  padding-top: 155px;
}

.pt160 {
  padding-top: 160px;
}

.pt165 {
  padding-top: 165px;
}

.pt170 {
  padding-top: 170px;
}

.pt175 {
  padding-top: 175px;
}

.pt180 {
  padding-top: 180px;
}

.pt185 {
  padding-top: 185px;
}

.pt190 {
  padding-top: 190px;
}

.pt195 {
  padding-top: 195px;
}

.pt200 {
  padding-top: 200px;
}

@media (max-width: 999px) {
  .md-pt0 {
    padding-top: 0px;
  }
  .md-pt5 {
    padding-top: 5px;
  }
  .md-pt10 {
    padding-top: 10px;
  }
  .md-pt15 {
    padding-top: 15px;
  }
  .md-pt20 {
    padding-top: 20px;
  }
  .md-pt25 {
    padding-top: 25px;
  }
  .md-pt30 {
    padding-top: 30px;
  }
  .md-pt35 {
    padding-top: 35px;
  }
  .md-pt40 {
    padding-top: 40px;
  }
  .md-pt45 {
    padding-top: 45px;
  }
  .md-pt50 {
    padding-top: 50px;
  }
  .md-pt55 {
    padding-top: 55px;
  }
  .md-pt60 {
    padding-top: 60px;
  }
  .md-pt65 {
    padding-top: 65px;
  }
  .md-pt70 {
    padding-top: 70px;
  }
  .md-pt75 {
    padding-top: 75px;
  }
  .md-pt80 {
    padding-top: 80px;
  }
  .md-pt85 {
    padding-top: 85px;
  }
  .md-pt90 {
    padding-top: 90px;
  }
  .md-pt95 {
    padding-top: 95px;
  }
  .md-pt100 {
    padding-top: 100px;
  }
  .md-pt105 {
    padding-top: 105px;
  }
  .md-pt110 {
    padding-top: 110px;
  }
  .md-pt115 {
    padding-top: 115px;
  }
  .md-pt120 {
    padding-top: 120px;
  }
  .md-pt125 {
    padding-top: 125px;
  }
  .md-pt130 {
    padding-top: 130px;
  }
  .md-pt135 {
    padding-top: 135px;
  }
  .md-pt140 {
    padding-top: 140px;
  }
  .md-pt145 {
    padding-top: 145px;
  }
  .md-pt150 {
    padding-top: 150px;
  }
  .md-pt155 {
    padding-top: 155px;
  }
  .md-pt160 {
    padding-top: 160px;
  }
  .md-pt165 {
    padding-top: 165px;
  }
  .md-pt170 {
    padding-top: 170px;
  }
  .md-pt175 {
    padding-top: 175px;
  }
  .md-pt180 {
    padding-top: 180px;
  }
  .md-pt185 {
    padding-top: 185px;
  }
  .md-pt190 {
    padding-top: 190px;
  }
  .md-pt195 {
    padding-top: 195px;
  }
  .md-pt200 {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .sm-pt0 {
    padding-top: 0px;
  }
  .sm-pt5 {
    padding-top: 5px;
  }
  .sm-pt10 {
    padding-top: 10px;
  }
  .sm-pt15 {
    padding-top: 15px;
  }
  .sm-pt20 {
    padding-top: 20px;
  }
  .sm-pt25 {
    padding-top: 25px;
  }
  .sm-pt30 {
    padding-top: 30px;
  }
  .sm-pt35 {
    padding-top: 35px;
  }
  .sm-pt40 {
    padding-top: 40px;
  }
  .sm-pt45 {
    padding-top: 45px;
  }
  .sm-pt50 {
    padding-top: 50px;
  }
  .sm-pt55 {
    padding-top: 55px;
  }
  .sm-pt60 {
    padding-top: 60px;
  }
  .sm-pt65 {
    padding-top: 65px;
  }
  .sm-pt70 {
    padding-top: 70px;
  }
  .sm-pt75 {
    padding-top: 75px;
  }
  .sm-pt80 {
    padding-top: 80px;
  }
  .sm-pt85 {
    padding-top: 85px;
  }
  .sm-pt90 {
    padding-top: 90px;
  }
  .sm-pt95 {
    padding-top: 95px;
  }
  .sm-pt100 {
    padding-top: 100px;
  }
  .sm-pt105 {
    padding-top: 105px;
  }
  .sm-pt110 {
    padding-top: 110px;
  }
  .sm-pt115 {
    padding-top: 115px;
  }
  .sm-pt120 {
    padding-top: 120px;
  }
  .sm-pt125 {
    padding-top: 125px;
  }
  .sm-pt130 {
    padding-top: 130px;
  }
  .sm-pt135 {
    padding-top: 135px;
  }
  .sm-pt140 {
    padding-top: 140px;
  }
  .sm-pt145 {
    padding-top: 145px;
  }
  .sm-pt150 {
    padding-top: 150px;
  }
  .sm-pt155 {
    padding-top: 155px;
  }
  .sm-pt160 {
    padding-top: 160px;
  }
  .sm-pt165 {
    padding-top: 165px;
  }
  .sm-pt170 {
    padding-top: 170px;
  }
  .sm-pt175 {
    padding-top: 175px;
  }
  .sm-pt180 {
    padding-top: 180px;
  }
  .sm-pt185 {
    padding-top: 185px;
  }
  .sm-pt190 {
    padding-top: 190px;
  }
  .sm-pt195 {
    padding-top: 195px;
  }
  .sm-pt200 {
    padding-top: 200px;
  }
}
/* padding-left */
.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl105 {
  padding-left: 105px;
}

.pl110 {
  padding-left: 110px;
}

.pl115 {
  padding-left: 115px;
}

.pl120 {
  padding-left: 120px;
}

.pl125 {
  padding-left: 125px;
}

.pl130 {
  padding-left: 130px;
}

.pl135 {
  padding-left: 135px;
}

.pl140 {
  padding-left: 140px;
}

.pl145 {
  padding-left: 145px;
}

.pl150 {
  padding-left: 150px;
}

.pl155 {
  padding-left: 155px;
}

.pl160 {
  padding-left: 160px;
}

.pl165 {
  padding-left: 165px;
}

.pl170 {
  padding-left: 170px;
}

.pl175 {
  padding-left: 175px;
}

.pl180 {
  padding-left: 180px;
}

.pl185 {
  padding-left: 185px;
}

.pl190 {
  padding-left: 190px;
}

.pl195 {
  padding-left: 195px;
}

.pl200 {
  padding-left: 200px;
}

@media (max-width: 999px) {
  .md-pl0 {
    padding-left: 0px;
  }
  .md-pl5 {
    padding-left: 5px;
  }
  .md-pl10 {
    padding-left: 10px;
  }
  .md-pl15 {
    padding-left: 15px;
  }
  .md-pl20 {
    padding-left: 20px;
  }
  .md-pl25 {
    padding-left: 25px;
  }
  .md-pl30 {
    padding-left: 30px;
  }
  .md-pl35 {
    padding-left: 35px;
  }
  .md-pl40 {
    padding-left: 40px;
  }
  .md-pl45 {
    padding-left: 45px;
  }
  .md-pl50 {
    padding-left: 50px;
  }
  .md-pl55 {
    padding-left: 55px;
  }
  .md-pl60 {
    padding-left: 60px;
  }
  .md-pl65 {
    padding-left: 65px;
  }
  .md-pl70 {
    padding-left: 70px;
  }
  .md-pl75 {
    padding-left: 75px;
  }
  .md-pl80 {
    padding-left: 80px;
  }
  .md-pl85 {
    padding-left: 85px;
  }
  .md-pl90 {
    padding-left: 90px;
  }
  .md-pl95 {
    padding-left: 95px;
  }
  .md-pl100 {
    padding-left: 100px;
  }
  .md-pl105 {
    padding-left: 105px;
  }
  .md-pl110 {
    padding-left: 110px;
  }
  .md-pl115 {
    padding-left: 115px;
  }
  .md-pl120 {
    padding-left: 120px;
  }
  .md-pl125 {
    padding-left: 125px;
  }
  .md-pl130 {
    padding-left: 130px;
  }
  .md-pl135 {
    padding-left: 135px;
  }
  .md-pl140 {
    padding-left: 140px;
  }
  .md-pl145 {
    padding-left: 145px;
  }
  .md-pl150 {
    padding-left: 150px;
  }
  .md-pl155 {
    padding-left: 155px;
  }
  .md-pl160 {
    padding-left: 160px;
  }
  .md-pl165 {
    padding-left: 165px;
  }
  .md-pl170 {
    padding-left: 170px;
  }
  .md-pl175 {
    padding-left: 175px;
  }
  .md-pl180 {
    padding-left: 180px;
  }
  .md-pl185 {
    padding-left: 185px;
  }
  .md-pl190 {
    padding-left: 190px;
  }
  .md-pl195 {
    padding-left: 195px;
  }
  .md-pl200 {
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .sm-pl0 {
    padding-left: 0px;
  }
  .sm-pl5 {
    padding-left: 5px;
  }
  .sm-pl10 {
    padding-left: 10px;
  }
  .sm-pl15 {
    padding-left: 15px;
  }
  .sm-pl20 {
    padding-left: 20px;
  }
  .sm-pl25 {
    padding-left: 25px;
  }
  .sm-pl30 {
    padding-left: 30px;
  }
  .sm-pl35 {
    padding-left: 35px;
  }
  .sm-pl40 {
    padding-left: 40px;
  }
  .sm-pl45 {
    padding-left: 45px;
  }
  .sm-pl50 {
    padding-left: 50px;
  }
  .sm-pl55 {
    padding-left: 55px;
  }
  .sm-pl60 {
    padding-left: 60px;
  }
  .sm-pl65 {
    padding-left: 65px;
  }
  .sm-pl70 {
    padding-left: 70px;
  }
  .sm-pl75 {
    padding-left: 75px;
  }
  .sm-pl80 {
    padding-left: 80px;
  }
  .sm-pl85 {
    padding-left: 85px;
  }
  .sm-pl90 {
    padding-left: 90px;
  }
  .sm-pl95 {
    padding-left: 95px;
  }
  .sm-pl100 {
    padding-left: 100px;
  }
  .sm-pl105 {
    padding-left: 105px;
  }
  .sm-pl110 {
    padding-left: 110px;
  }
  .sm-pl115 {
    padding-left: 115px;
  }
  .sm-pl120 {
    padding-left: 120px;
  }
  .sm-pl125 {
    padding-left: 125px;
  }
  .sm-pl130 {
    padding-left: 130px;
  }
  .sm-pl135 {
    padding-left: 135px;
  }
  .sm-pl140 {
    padding-left: 140px;
  }
  .sm-pl145 {
    padding-left: 145px;
  }
  .sm-pl150 {
    padding-left: 150px;
  }
  .sm-pl155 {
    padding-left: 155px;
  }
  .sm-pl160 {
    padding-left: 160px;
  }
  .sm-pl165 {
    padding-left: 165px;
  }
  .sm-pl170 {
    padding-left: 170px;
  }
  .sm-pl175 {
    padding-left: 175px;
  }
  .sm-pl180 {
    padding-left: 180px;
  }
  .sm-pl185 {
    padding-left: 185px;
  }
  .sm-pl190 {
    padding-left: 190px;
  }
  .sm-pl195 {
    padding-left: 195px;
  }
  .sm-pl200 {
    padding-left: 200px;
  }
}
/* padding-right */
.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

.pr105 {
  padding-right: 105px;
}

.pr110 {
  padding-right: 110px;
}

.pr115 {
  padding-right: 115px;
}

.pr120 {
  padding-right: 120px;
}

.pr125 {
  padding-right: 125px;
}

.pr130 {
  padding-right: 130px;
}

.pr135 {
  padding-right: 135px;
}

.pr140 {
  padding-right: 140px;
}

.pr145 {
  padding-right: 145px;
}

.pr150 {
  padding-right: 150px;
}

.pr155 {
  padding-right: 155px;
}

.pr160 {
  padding-right: 160px;
}

.pr165 {
  padding-right: 165px;
}

.pr170 {
  padding-right: 170px;
}

.pr175 {
  padding-right: 175px;
}

.pr180 {
  padding-right: 180px;
}

.pr185 {
  padding-right: 185px;
}

.pr190 {
  padding-right: 190px;
}

.pr195 {
  padding-right: 195px;
}

.pr200 {
  padding-right: 200px;
}

@media (max-width: 999px) {
  .md-pr0 {
    padding-right: 0px;
  }
  .md-pr5 {
    padding-right: 5px;
  }
  .md-pr10 {
    padding-right: 10px;
  }
  .md-pr15 {
    padding-right: 15px;
  }
  .md-pr20 {
    padding-right: 20px;
  }
  .md-pr25 {
    padding-right: 25px;
  }
  .md-pr30 {
    padding-right: 30px;
  }
  .md-pr35 {
    padding-right: 35px;
  }
  .md-pr40 {
    padding-right: 40px;
  }
  .md-pr45 {
    padding-right: 45px;
  }
  .md-pr50 {
    padding-right: 50px;
  }
  .md-pr55 {
    padding-right: 55px;
  }
  .md-pr60 {
    padding-right: 60px;
  }
  .md-pr65 {
    padding-right: 65px;
  }
  .md-pr70 {
    padding-right: 70px;
  }
  .md-pr75 {
    padding-right: 75px;
  }
  .md-pr80 {
    padding-right: 80px;
  }
  .md-pr85 {
    padding-right: 85px;
  }
  .md-pr90 {
    padding-right: 90px;
  }
  .md-pr95 {
    padding-right: 95px;
  }
  .md-pr100 {
    padding-right: 100px;
  }
  .md-pr105 {
    padding-right: 105px;
  }
  .md-pr110 {
    padding-right: 110px;
  }
  .md-pr115 {
    padding-right: 115px;
  }
  .md-pr120 {
    padding-right: 120px;
  }
  .md-pr125 {
    padding-right: 125px;
  }
  .md-pr130 {
    padding-right: 130px;
  }
  .md-pr135 {
    padding-right: 135px;
  }
  .md-pr140 {
    padding-right: 140px;
  }
  .md-pr145 {
    padding-right: 145px;
  }
  .md-pr150 {
    padding-right: 150px;
  }
  .md-pr155 {
    padding-right: 155px;
  }
  .md-pr160 {
    padding-right: 160px;
  }
  .md-pr165 {
    padding-right: 165px;
  }
  .md-pr170 {
    padding-right: 170px;
  }
  .md-pr175 {
    padding-right: 175px;
  }
  .md-pr180 {
    padding-right: 180px;
  }
  .md-pr185 {
    padding-right: 185px;
  }
  .md-pr190 {
    padding-right: 190px;
  }
  .md-pr195 {
    padding-right: 195px;
  }
  .md-pr200 {
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .sm-pr0 {
    padding-right: 0px;
  }
  .sm-pr5 {
    padding-right: 5px;
  }
  .sm-pr10 {
    padding-right: 10px;
  }
  .sm-pr15 {
    padding-right: 15px;
  }
  .sm-pr20 {
    padding-right: 20px;
  }
  .sm-pr25 {
    padding-right: 25px;
  }
  .sm-pr30 {
    padding-right: 30px;
  }
  .sm-pr35 {
    padding-right: 35px;
  }
  .sm-pr40 {
    padding-right: 40px;
  }
  .sm-pr45 {
    padding-right: 45px;
  }
  .sm-pr50 {
    padding-right: 50px;
  }
  .sm-pr55 {
    padding-right: 55px;
  }
  .sm-pr60 {
    padding-right: 60px;
  }
  .sm-pr65 {
    padding-right: 65px;
  }
  .sm-pr70 {
    padding-right: 70px;
  }
  .sm-pr75 {
    padding-right: 75px;
  }
  .sm-pr80 {
    padding-right: 80px;
  }
  .sm-pr85 {
    padding-right: 85px;
  }
  .sm-pr90 {
    padding-right: 90px;
  }
  .sm-pr95 {
    padding-right: 95px;
  }
  .sm-pr100 {
    padding-right: 100px;
  }
  .sm-pr105 {
    padding-right: 105px;
  }
  .sm-pr110 {
    padding-right: 110px;
  }
  .sm-pr115 {
    padding-right: 115px;
  }
  .sm-pr120 {
    padding-right: 120px;
  }
  .sm-pr125 {
    padding-right: 125px;
  }
  .sm-pr130 {
    padding-right: 130px;
  }
  .sm-pr135 {
    padding-right: 135px;
  }
  .sm-pr140 {
    padding-right: 140px;
  }
  .sm-pr145 {
    padding-right: 145px;
  }
  .sm-pr150 {
    padding-right: 150px;
  }
  .sm-pr155 {
    padding-right: 155px;
  }
  .sm-pr160 {
    padding-right: 160px;
  }
  .sm-pr165 {
    padding-right: 165px;
  }
  .sm-pr170 {
    padding-right: 170px;
  }
  .sm-pr175 {
    padding-right: 175px;
  }
  .sm-pr180 {
    padding-right: 180px;
  }
  .sm-pr185 {
    padding-right: 185px;
  }
  .sm-pr190 {
    padding-right: 190px;
  }
  .sm-pr195 {
    padding-right: 195px;
  }
  .sm-pr200 {
    padding-right: 200px;
  }
}
/* padding-bottom */
.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb105 {
  padding-bottom: 105px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb115 {
  padding-bottom: 115px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb125 {
  padding-bottom: 125px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb135 {
  padding-bottom: 135px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb145 {
  padding-bottom: 145px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb155 {
  padding-bottom: 155px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb165 {
  padding-bottom: 165px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb175 {
  padding-bottom: 175px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb185 {
  padding-bottom: 185px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb195 {
  padding-bottom: 195px;
}

.pb200 {
  padding-bottom: 200px;
}

@media (max-width: 999px) {
  .md-pb0 {
    padding-bottom: 0px;
  }
  .md-pb5 {
    padding-bottom: 5px;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb15 {
    padding-bottom: 15px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb25 {
    padding-bottom: 25px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb35 {
    padding-bottom: 35px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb45 {
    padding-bottom: 45px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb55 {
    padding-bottom: 55px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb65 {
    padding-bottom: 65px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb75 {
    padding-bottom: 75px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pb85 {
    padding-bottom: 85px;
  }
  .md-pb90 {
    padding-bottom: 90px;
  }
  .md-pb95 {
    padding-bottom: 95px;
  }
  .md-pb100 {
    padding-bottom: 100px;
  }
  .md-pb105 {
    padding-bottom: 105px;
  }
  .md-pb110 {
    padding-bottom: 110px;
  }
  .md-pb115 {
    padding-bottom: 115px;
  }
  .md-pb120 {
    padding-bottom: 120px;
  }
  .md-pb125 {
    padding-bottom: 125px;
  }
  .md-pb130 {
    padding-bottom: 130px;
  }
  .md-pb135 {
    padding-bottom: 135px;
  }
  .md-pb140 {
    padding-bottom: 140px;
  }
  .md-pb145 {
    padding-bottom: 145px;
  }
  .md-pb150 {
    padding-bottom: 150px;
  }
  .md-pb155 {
    padding-bottom: 155px;
  }
  .md-pb160 {
    padding-bottom: 160px;
  }
  .md-pb165 {
    padding-bottom: 165px;
  }
  .md-pb170 {
    padding-bottom: 170px;
  }
  .md-pb175 {
    padding-bottom: 175px;
  }
  .md-pb180 {
    padding-bottom: 180px;
  }
  .md-pb185 {
    padding-bottom: 185px;
  }
  .md-pb190 {
    padding-bottom: 190px;
  }
  .md-pb195 {
    padding-bottom: 195px;
  }
  .md-pb200 {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .sm-pb0 {
    padding-bottom: 0px;
  }
  .sm-pb5 {
    padding-bottom: 5px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb15 {
    padding-bottom: 15px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb25 {
    padding-bottom: 25px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb35 {
    padding-bottom: 35px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb45 {
    padding-bottom: 45px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb55 {
    padding-bottom: 55px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb65 {
    padding-bottom: 65px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb75 {
    padding-bottom: 75px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-pb85 {
    padding-bottom: 85px;
  }
  .sm-pb90 {
    padding-bottom: 90px;
  }
  .sm-pb95 {
    padding-bottom: 95px;
  }
  .sm-pb100 {
    padding-bottom: 100px;
  }
  .sm-pb105 {
    padding-bottom: 105px;
  }
  .sm-pb110 {
    padding-bottom: 110px;
  }
  .sm-pb115 {
    padding-bottom: 115px;
  }
  .sm-pb120 {
    padding-bottom: 120px;
  }
  .sm-pb125 {
    padding-bottom: 125px;
  }
  .sm-pb130 {
    padding-bottom: 130px;
  }
  .sm-pb135 {
    padding-bottom: 135px;
  }
  .sm-pb140 {
    padding-bottom: 140px;
  }
  .sm-pb145 {
    padding-bottom: 145px;
  }
  .sm-pb150 {
    padding-bottom: 150px;
  }
  .sm-pb155 {
    padding-bottom: 155px;
  }
  .sm-pb160 {
    padding-bottom: 160px;
  }
  .sm-pb165 {
    padding-bottom: 165px;
  }
  .sm-pb170 {
    padding-bottom: 170px;
  }
  .sm-pb175 {
    padding-bottom: 175px;
  }
  .sm-pb180 {
    padding-bottom: 180px;
  }
  .sm-pb185 {
    padding-bottom: 185px;
  }
  .sm-pb190 {
    padding-bottom: 190px;
  }
  .sm-pb195 {
    padding-bottom: 195px;
  }
  .sm-pb200 {
    padding-bottom: 200px;
  }
}
/* padding-top&bottom */
.ptb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.ptb110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ptb115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.ptb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ptb125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.ptb130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.ptb135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.ptb140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.ptb145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.ptb150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ptb155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.ptb160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.ptb165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.ptb170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.ptb175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.ptb180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.ptb185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.ptb190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.ptb195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.ptb200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 999px) {
  .md-ptb0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md-ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md-ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md-ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md-ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md-ptb25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md-ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md-ptb35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .md-ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-ptb45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .md-ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md-ptb55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .md-ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md-ptb65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .md-ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .md-ptb75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .md-ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md-ptb85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .md-ptb90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .md-ptb95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .md-ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md-ptb105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .md-ptb110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .md-ptb115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .md-ptb120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .md-ptb125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .md-ptb130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .md-ptb135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .md-ptb140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .md-ptb145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .md-ptb150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .md-ptb155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .md-ptb160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .md-ptb165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .md-ptb170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .md-ptb175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .md-ptb180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .md-ptb185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .md-ptb190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .md-ptb195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .md-ptb200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .sm-ptb0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm-ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm-ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm-ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm-ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm-ptb25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm-ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm-ptb35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sm-ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm-ptb45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sm-ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sm-ptb55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .sm-ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm-ptb65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sm-ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .sm-ptb75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sm-ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sm-ptb85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .sm-ptb90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sm-ptb95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .sm-ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sm-ptb105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .sm-ptb110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .sm-ptb115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .sm-ptb120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sm-ptb125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .sm-ptb130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .sm-ptb135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .sm-ptb140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .sm-ptb145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .sm-ptb150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .sm-ptb155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .sm-ptb160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .sm-ptb165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .sm-ptb170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .sm-ptb175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .sm-ptb180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .sm-ptb185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .sm-ptb190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .sm-ptb195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .sm-ptb200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
/* padding-left&right */
.plr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr35 {
  padding-left: 35px;
  padding-right: 35px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr45 {
  padding-left: 45px;
  padding-right: 45px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.plr55 {
  padding-left: 55px;
  padding-right: 55px;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.plr65 {
  padding-left: 65px;
  padding-right: 65px;
}

.plr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.plr75 {
  padding-left: 75px;
  padding-right: 75px;
}

.plr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.plr85 {
  padding-left: 85px;
  padding-right: 85px;
}

.plr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.plr95 {
  padding-left: 95px;
  padding-right: 95px;
}

.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.plr105 {
  padding-left: 105px;
  padding-right: 105px;
}

.plr110 {
  padding-left: 110px;
  padding-right: 110px;
}

.plr115 {
  padding-left: 115px;
  padding-right: 115px;
}

.plr120 {
  padding-left: 120px;
  padding-right: 120px;
}

.plr125 {
  padding-left: 125px;
  padding-right: 125px;
}

.plr130 {
  padding-left: 130px;
  padding-right: 130px;
}

.plr135 {
  padding-left: 135px;
  padding-right: 135px;
}

.plr140 {
  padding-left: 140px;
  padding-right: 140px;
}

.plr145 {
  padding-left: 145px;
  padding-right: 145px;
}

.plr150 {
  padding-left: 150px;
  padding-right: 150px;
}

.plr155 {
  padding-left: 155px;
  padding-right: 155px;
}

.plr160 {
  padding-left: 160px;
  padding-right: 160px;
}

.plr165 {
  padding-left: 165px;
  padding-right: 165px;
}

.plr170 {
  padding-left: 170px;
  padding-right: 170px;
}

.plr175 {
  padding-left: 175px;
  padding-right: 175px;
}

.plr180 {
  padding-left: 180px;
  padding-right: 180px;
}

.plr185 {
  padding-left: 185px;
  padding-right: 185px;
}

.plr190 {
  padding-left: 190px;
  padding-right: 190px;
}

.plr195 {
  padding-left: 195px;
  padding-right: 195px;
}

.plr200 {
  padding-left: 200px;
  padding-right: 200px;
}

@media (max-width: 999px) {
  .md-plr0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-plr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md-plr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-plr25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md-plr35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .md-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md-plr45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .md-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .md-plr55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .md-plr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md-plr65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .md-plr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .md-plr75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .md-plr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .md-plr85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .md-plr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .md-plr95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .md-plr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .md-plr105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .md-plr110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .md-plr115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .md-plr120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .md-plr125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .md-plr130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .md-plr135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .md-plr140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .md-plr145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .md-plr150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .md-plr155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .md-plr160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .md-plr165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .md-plr170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .md-plr175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .md-plr180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .md-plr185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .md-plr190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .md-plr195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .md-plr200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .sm-plr0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-plr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm-plr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-plr25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-plr35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .sm-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm-plr45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .sm-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sm-plr55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .sm-plr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm-plr65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .sm-plr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .sm-plr75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .sm-plr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .sm-plr85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .sm-plr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .sm-plr95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .sm-plr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sm-plr105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .sm-plr110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .sm-plr115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .sm-plr120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .sm-plr125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .sm-plr130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .sm-plr135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .sm-plr140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .sm-plr145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .sm-plr150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .sm-plr155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .sm-plr160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .sm-plr165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .sm-plr170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .sm-plr175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .sm-plr180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .sm-plr185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .sm-plr190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .sm-plr195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .sm-plr200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
/*	2.3 Typography
====================================*/
/* font-size */
.fz80 {
  font-size: 80%;
}

.fz90 {
  font-size: 90%;
}

.fz100 {
  font-size: 100%;
}

.fz110 {
  font-size: 110%;
}

.fz120 {
  font-size: 120%;
}

.fz130 {
  font-size: 130%;
}

.fz140 {
  font-size: 140%;
}

.fz150 {
  font-size: 150%;
}

.fz160 {
  font-size: 160%;
}

.fz170 {
  font-size: 170%;
}

.fz180 {
  font-size: 180%;
}

.fz190 {
  font-size: 190%;
}

.fz200 {
  font-size: 200%;
}

.fz210 {
  font-size: 210%;
}

.fz220 {
  font-size: 220%;
}

.fz230 {
  font-size: 230%;
}

.fz240 {
  font-size: 240%;
}

.fz250 {
  font-size: 250%;
}

.fz260 {
  font-size: 260%;
}

.fz270 {
  font-size: 270%;
}

.fz280 {
  font-size: 280%;
}

.fz290 {
  font-size: 290%;
}

.fz300 {
  font-size: 300%;
}

.fz310 {
  font-size: 310%;
}

.fz320 {
  font-size: 320%;
}

.fz330 {
  font-size: 330%;
}

.fz340 {
  font-size: 340%;
}

.fz350 {
  font-size: 350%;
}

.fz360 {
  font-size: 360%;
}

.fz370 {
  font-size: 370%;
}

.fz380 {
  font-size: 380%;
}

.fz390 {
  font-size: 390%;
}

.fz400 {
  font-size: 400%;
}

.fz410 {
  font-size: 410%;
}

.fz420 {
  font-size: 420%;
}

.fz430 {
  font-size: 430%;
}

.fz440 {
  font-size: 440%;
}

.fz450 {
  font-size: 450%;
}

.fz460 {
  font-size: 460%;
}

.fz470 {
  font-size: 470%;
}

.fz480 {
  font-size: 480%;
}

.fz490 {
  font-size: 490%;
}

.fz500 {
  font-size: 500%;
}

@media (max-width: 999px) {
  .md-fz80 {
    font-size: 80%;
  }
  .md-fz90 {
    font-size: 90%;
  }
  .md-fz100 {
    font-size: 100%;
  }
  .md-fz110 {
    font-size: 110%;
  }
  .md-fz120 {
    font-size: 120%;
  }
  .md-fz130 {
    font-size: 130%;
  }
  .md-fz140 {
    font-size: 140%;
  }
  .md-fz150 {
    font-size: 150%;
  }
  .md-fz160 {
    font-size: 160%;
  }
  .md-fz170 {
    font-size: 170%;
  }
  .md-fz180 {
    font-size: 180%;
  }
  .md-fz190 {
    font-size: 190%;
  }
  .md-fz200 {
    font-size: 200%;
  }
  .md-fz210 {
    font-size: 210%;
  }
  .md-fz220 {
    font-size: 220%;
  }
  .md-fz230 {
    font-size: 230%;
  }
  .md-fz240 {
    font-size: 240%;
  }
  .md-fz250 {
    font-size: 250%;
  }
  .md-fz260 {
    font-size: 260%;
  }
  .md-fz270 {
    font-size: 270%;
  }
  .md-fz280 {
    font-size: 280%;
  }
  .md-fz290 {
    font-size: 290%;
  }
  .md-fz300 {
    font-size: 300%;
  }
}
@media (max-width: 767px) {
  .sm-fz80 {
    font-size: 80%;
  }
  .sm-fz90 {
    font-size: 90%;
  }
  .sm-fz100 {
    font-size: 100%;
  }
  .sm-fz110 {
    font-size: 110%;
  }
  .sm-fz120 {
    font-size: 120%;
  }
  .sm-fz130 {
    font-size: 130%;
  }
  .sm-fz140 {
    font-size: 140%;
  }
  .sm-fz150 {
    font-size: 150%;
  }
  .sm-fz160 {
    font-size: 160%;
  }
  .sm-fz170 {
    font-size: 170%;
  }
  .sm-fz180 {
    font-size: 180%;
  }
  .sm-fz190 {
    font-size: 190%;
  }
  .sm-fz200 {
    font-size: 200%;
  }
  .sm-fz210 {
    font-size: 210%;
  }
  .sm-fz220 {
    font-size: 220%;
  }
  .sm-fz230 {
    font-size: 230%;
  }
  .sm-fz240 {
    font-size: 240%;
  }
  .sm-fz250 {
    font-size: 250%;
  }
  .sm-fz260 {
    font-size: 260%;
  }
  .sm-fz270 {
    font-size: 270%;
  }
  .sm-fz280 {
    font-size: 280%;
  }
  .sm-fz290 {
    font-size: 290%;
  }
  .sm-fz300 {
    font-size: 300%;
  }
}
/* font-style */
.fs-i {
  font-style: italic;
}

.fs-n {
  font-weight: normal;
}

@media (max-width: 999px) {
  .md-fs-i {
    font-style: italic;
  }
  .md-fs-n {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .sm-fs-i {
    font-style: italic;
  }
  .sm-fs-n {
    font-weight: normal;
  }
}
/* font-weight */
.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

@media (max-width: 999px) {
  .md-fw-b {
    font-weight: bold;
  }
  .md-fw-n {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .sm-fw-b {
    font-weight: bold;
  }
  .sm-fw-n {
    font-weight: normal;
  }
}
/* line-height */
.lh100 {
  line-height: 1;
}

.lh110 {
  line-height: 1.1;
}

.lh120 {
  line-height: 1.2;
}

.lh130 {
  line-height: 1.3;
}

.lh140 {
  line-height: 1.4;
}

.lh150 {
  line-height: 1.5;
}

.lh160 {
  line-height: 1.6;
}

.lh170 {
  line-height: 1.7;
}

.lh180 {
  line-height: 1.8;
}

.lh190 {
  line-height: 1.9;
}

.lh200 {
  line-height: 2;
}

@media (max-width: 999px) {
  .md-lh100 {
    line-height: 1;
  }
  .md-lh110 {
    line-height: 1.1;
  }
  .md-lh120 {
    line-height: 1.2;
  }
  .md-lh130 {
    line-height: 1.3;
  }
  .md-lh140 {
    line-height: 1.4;
  }
  .md-lh150 {
    line-height: 1.5;
  }
  .md-lh160 {
    line-height: 1.6;
  }
  .md-lh170 {
    line-height: 1.7;
  }
  .md-lh180 {
    line-height: 1.8;
  }
  .md-lh190 {
    line-height: 1.9;
  }
  .md-lh200 {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .sm-lh100 {
    line-height: 1;
  }
  .sm-lh110 {
    line-height: 1.1;
  }
  .sm-lh120 {
    line-height: 1.2;
  }
  .sm-lh130 {
    line-height: 1.3;
  }
  .sm-lh140 {
    line-height: 1.4;
  }
  .sm-lh150 {
    line-height: 1.5;
  }
  .sm-lh160 {
    line-height: 1.6;
  }
  .sm-lh170 {
    line-height: 1.7;
  }
  .sm-lh180 {
    line-height: 1.8;
  }
  .sm-lh190 {
    line-height: 1.9;
  }
  .sm-lh200 {
    line-height: 2;
  }
}
/* letter-spacing */
.lts0 {
  letter-spacing: 0em;
}

.lts1 {
  letter-spacing: 0.1em;
}

.lts2 {
  letter-spacing: 0.2em;
}

.lts3 {
  letter-spacing: 0.3em;
}

.lts4 {
  letter-spacing: 0.4em;
}

.lts5 {
  letter-spacing: 0.5em;
}

.lts6 {
  letter-spacing: 0.6em;
}

.lts7 {
  letter-spacing: 0.7em;
}

.lts8 {
  letter-spacing: 0.8em;
}

.lts9 {
  letter-spacing: 0.9em;
}

.lts10 {
  letter-spacing: 1em;
}

.lts11 {
  letter-spacing: 1.1em;
}

.lts12 {
  letter-spacing: 1.2em;
}

.lts13 {
  letter-spacing: 1.3em;
}

.lts14 {
  letter-spacing: 1.4em;
}

.lts15 {
  letter-spacing: 1.5em;
}

.lts16 {
  letter-spacing: 1.6em;
}

.lts17 {
  letter-spacing: 1.7em;
}

.lts18 {
  letter-spacing: 1.8em;
}

.lts19 {
  letter-spacing: 1.9em;
}

.lts20 {
  letter-spacing: 2em;
}

@media (max-width: 999px) {
  .md-lts0 {
    letter-spacing: 0em;
  }
  .md-lts1 {
    letter-spacing: 0.1em;
  }
  .md-lts2 {
    letter-spacing: 0.2em;
  }
  .md-lts3 {
    letter-spacing: 0.3em;
  }
  .md-lts4 {
    letter-spacing: 0.4em;
  }
  .md-lts5 {
    letter-spacing: 0.5em;
  }
  .md-lts6 {
    letter-spacing: 0.6em;
  }
  .md-lts7 {
    letter-spacing: 0.7em;
  }
  .md-lts8 {
    letter-spacing: 0.8em;
  }
  .md-lts9 {
    letter-spacing: 0.9em;
  }
  .md-lts10 {
    letter-spacing: 1em;
  }
  .md-lts11 {
    letter-spacing: 1.1em;
  }
  .md-lts12 {
    letter-spacing: 1.2em;
  }
  .md-lts13 {
    letter-spacing: 1.3em;
  }
  .md-lts14 {
    letter-spacing: 1.4em;
  }
  .md-lts15 {
    letter-spacing: 1.5em;
  }
  .md-lts16 {
    letter-spacing: 1.6em;
  }
  .md-lts17 {
    letter-spacing: 1.7em;
  }
  .md-lts18 {
    letter-spacing: 1.8em;
  }
  .md-lts19 {
    letter-spacing: 1.9em;
  }
  .md-lts20 {
    letter-spacing: 2em;
  }
}
@media (max-width: 767px) {
  .sm-lts0 {
    letter-spacing: 0em;
  }
  .sm-lts1 {
    letter-spacing: 0.1em;
  }
  .sm-lts2 {
    letter-spacing: 0.2em;
  }
  .sm-lts3 {
    letter-spacing: 0.3em;
  }
  .sm-lts4 {
    letter-spacing: 0.4em;
  }
  .sm-lts5 {
    letter-spacing: 0.5em;
  }
  .sm-lts6 {
    letter-spacing: 0.6em;
  }
  .sm-lts7 {
    letter-spacing: 0.7em;
  }
  .sm-lts8 {
    letter-spacing: 0.8em;
  }
  .sm-lts9 {
    letter-spacing: 0.9em;
  }
  .sm-lts10 {
    letter-spacing: 1em;
  }
  .sm-lts11 {
    letter-spacing: 1.1em;
  }
  .sm-lts12 {
    letter-spacing: 1.2em;
  }
  .sm-lts13 {
    letter-spacing: 1.3em;
  }
  .sm-lts14 {
    letter-spacing: 1.4em;
  }
  .sm-lts15 {
    letter-spacing: 1.5em;
  }
  .sm-lts16 {
    letter-spacing: 1.6em;
  }
  .sm-lts17 {
    letter-spacing: 1.7em;
  }
  .sm-lts18 {
    letter-spacing: 1.8em;
  }
  .sm-lts19 {
    letter-spacing: 1.9em;
  }
  .sm-lts20 {
    letter-spacing: 2em;
  }
}
/* text-align */
.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-j {
  text-align: justify;
}

@media (max-width: 999px) {
  .md-ta-l {
    text-align: left;
  }
  .md-ta-c {
    text-align: center;
  }
  .md-ta-r {
    text-align: right;
  }
  .md-ta-j {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .sm-ta-l {
    text-align: left;
  }
  .sm-ta-c {
    text-align: center;
  }
  .sm-ta-r {
    text-align: right;
  }
  .sm-ta-j {
    text-align: justify;
  }
}
/* vertical-align */
.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

@media (max-width: 999px) {
  .md-va-t {
    vertical-align: top;
  }
  .md-va-m {
    vertical-align: middle;
  }
  .md-va-b {
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .sm-va-t {
    vertical-align: top;
  }
  .sm-va-m {
    vertical-align: middle;
  }
  .sm-va-b {
    vertical-align: bottom;
  }
}
/*	2.4 Object
====================================*/
/* display */
.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-n {
  display: none;
}

.d-f {
  display: flex;
}

.d-if {
  display: inline-flex;
}

/* FlexBox Option */
.fd-c {
  flex-direction: column;
}

.fd-cr {
  flex-direction: column-reverse;
}

.fd-r {
  flex-direction: row;
}

.fd-rr {
  flex-direction: row-reverse;
}

.ai-c {
  align-items: center;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.jc-c {
  justify-content: center;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-sa {
  justify-content: space-around;
}

.jc-sb {
  justify-content: space-between;
}

.fxw-w {
  flex-wrap: wrap;
}

.fxw-n {
  flex-wrap: nowrap;
}

.fxw-wr {
  flex-wrap: wrap-reverse;
}

.fg0 {
  flex-grow: 0;
}

.fg1 {
  flex-grow: 1;
}

.fg2 {
  flex-grow: 2;
}

.fg3 {
  flex-grow: 3;
}

.fg4 {
  flex-grow: 4;
}

.fg5 {
  flex-grow: 5;
}

.fg6 {
  flex-grow: 6;
}

.fg7 {
  flex-grow: 7;
}

.fg8 {
  flex-grow: 8;
}

.fg9 {
  flex-grow: 9;
}

.fg10 {
  flex-grow: 10;
}

.fg11 {
  flex-grow: 11;
}

.fg12 {
  flex-grow: 12;
}

@media (max-width: 999px) {
  .md-d-b {
    display: block;
  }
  .md-d-i {
    display: inline;
  }
  .md-d-ib {
    display: inline-block;
  }
  .md-d-n {
    display: none;
  }
  .md-d-f {
    display: flex;
  }
  .md-d-if {
    display: inline-flex;
  }
  /* FlexBox Option */
  .md-fd-c {
    flex-direction: column;
  }
  .md-fd-cr {
    flex-direction: column-reverse;
  }
  .md-fd-r {
    flex-direction: row;
  }
  .md-fd-rr {
    flex-direction: row-reverse;
  }
  .md-ai-c {
    align-items: center;
  }
  .md-ai-fs {
    align-items: flex-start;
  }
  .md-ai-fe {
    align-items: flex-end;
  }
  .md-jc-c {
    justify-content: center;
  }
  .md-jc-fs {
    justify-content: flex-start;
  }
  .md-jc-fe {
    justify-content: flex-end;
  }
  .md-jc-sa {
    justify-content: space-around;
  }
  .md-jc-sb {
    justify-content: space-between;
  }
  .md-fxw-w {
    flex-wrap: wrap;
  }
  .md-fxw-n {
    flex-wrap: nowrap;
  }
  .md-fxw-wr {
    flex-wrap: wrap-reverse;
  }
  .md-fg0 {
    flex-grow: 0;
  }
  .md-fg1 {
    flex-grow: 1;
  }
  .md-fg2 {
    flex-grow: 2;
  }
  .md-fg3 {
    flex-grow: 3;
  }
  .md-fg4 {
    flex-grow: 4;
  }
  .md-fg5 {
    flex-grow: 5;
  }
  .md-fg6 {
    flex-grow: 6;
  }
  .md-fg7 {
    flex-grow: 7;
  }
  .md-fg8 {
    flex-grow: 8;
  }
  .md-fg9 {
    flex-grow: 9;
  }
  .md-fg10 {
    flex-grow: 10;
  }
  .md-fg11 {
    flex-grow: 11;
  }
  .md-fg12 {
    flex-grow: 12;
  }
}
@media (max-width: 767px) {
  .sm-d-b {
    display: block;
  }
  .sm-d-i {
    display: inline;
  }
  .sm-d-ib {
    display: inline-block;
  }
  .sm-d-n {
    display: none;
  }
  .sm-d-f {
    display: flex;
  }
  .sm-d-if {
    display: inline-flex;
  }
  /* FlexBox Option */
  .sm-fd-c {
    flex-direction: column;
  }
  .sm-fd-cr {
    flex-direction: column-reverse;
  }
  .sm-fd-r {
    flex-direction: row;
  }
  .sm-fd-rr {
    flex-direction: row-reverse;
  }
  .sm-ai-c {
    align-items: center;
  }
  .sm-ai-fs {
    align-items: flex-start;
  }
  .sm-ai-fe {
    align-items: flex-end;
  }
  .sm-jc-c {
    justify-content: center;
  }
  .sm-jc-fs {
    justify-content: flex-start;
  }
  .sm-jc-fe {
    justify-content: flex-end;
  }
  .sm-jc-sa {
    justify-content: space-around;
  }
  .sm-jc-sb {
    justify-content: space-between;
  }
  .sm-fxw-w {
    flex-wrap: wrap;
  }
  .sm-fxw-n {
    flex-wrap: nowrap;
  }
  .sm-fxw-wr {
    flex-wrap: wrap-reverse;
  }
  .sm-fg0 {
    flex-grow: 0;
  }
  .sm-fg1 {
    flex-grow: 1;
  }
  .sm-fg2 {
    flex-grow: 2;
  }
  .sm-fg3 {
    flex-grow: 3;
  }
  .sm-fg4 {
    flex-grow: 4;
  }
  .sm-fg5 {
    flex-grow: 5;
  }
  .sm-fg6 {
    flex-grow: 6;
  }
  .sm-fg7 {
    flex-grow: 7;
  }
  .sm-fg8 {
    flex-grow: 8;
  }
  .sm-fg9 {
    flex-grow: 9;
  }
  .sm-fg10 {
    flex-grow: 10;
  }
  .sm-fg11 {
    flex-grow: 11;
  }
  .sm-fg12 {
    flex-grow: 12;
  }
}
/* hide */
@media (min-width: 1000px) {
  .lg-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .md-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}
/* float */
.fl {
  float: inherit;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-n {
  float: none;
}

@media (max-width: 999px) {
  .md-fl {
    float: inherit;
  }
  .md-fl-l {
    float: left;
  }
  .md-fl-r {
    float: right;
  }
  .md-fl-n {
    float: none;
  }
}
@media (max-width: 767px) {
  .sm-fl {
    float: inherit;
  }
  .sm-fl-l {
    float: left;
  }
  .sm-fl-r {
    float: right;
  }
  .sm-fl-n {
    float: none;
  }
}
/* img-rspsv */
.img-rspsv {
  max-width: 100%;
  height: auto;
}

.img-rspsv-full {
  width: 100%;
  height: auto;
}

@media (max-width: 999px) {
  .md-img-rspsv {
    max-width: 100%;
    height: auto;
  }
  .md-img-rspsv-full {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .sm-img-rspsv {
    max-width: 100%;
    height: auto;
  }
  .sm-img-rspsv-full {
    width: 100%;
    height: auto;
  }
}
.tel-link,
.not-link {
  pointer-events: none;
}

@media (max-width: 767px) {
  .tel-link {
    pointer-events: auto;
  }
}
/* embed */
.embed-16-9,
.embed-4-3 {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-16-9 .embed-item,
.embed-4-3 .embed-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-16-9 {
  padding-bottom: 56.25%;
}

.embed-4-3 {
  padding-bottom: 75%;
}

/* border-radius */
.bdrs1 {
  border-radius: 1px;
}

.bdrs2 {
  border-radius: 2px;
}

.bdrs3 {
  border-radius: 3px;
}

.bdrs4 {
  border-radius: 4px;
}

.bdrs5 {
  border-radius: 5px;
}

.bdrs6 {
  border-radius: 6px;
}

.bdrs7 {
  border-radius: 7px;
}

.bdrs8 {
  border-radius: 8px;
}

.bdrs9 {
  border-radius: 9px;
}

.bdrs10 {
  border-radius: 10px;
}

.bdrs11 {
  border-radius: 11px;
}

.bdrs12 {
  border-radius: 12px;
}

.bdrs13 {
  border-radius: 13px;
}

.bdrs14 {
  border-radius: 14px;
}

.bdrs15 {
  border-radius: 15px;
}

.bdrs16 {
  border-radius: 16px;
}

.bdrs17 {
  border-radius: 17px;
}

.bdrs18 {
  border-radius: 18px;
}

.bdrs19 {
  border-radius: 19px;
}

.bdrs20 {
  border-radius: 20px;
}

.bdrs-max {
  border-radius: 9999px;
}

@media (max-width: 999px) {
  .md-bdrs1 {
    border-radius: 1px;
  }
  .md-bdrs2 {
    border-radius: 2px;
  }
  .md-bdrs3 {
    border-radius: 3px;
  }
  .md-bdrs4 {
    border-radius: 4px;
  }
  .md-bdrs5 {
    border-radius: 5px;
  }
  .md-bdrs6 {
    border-radius: 6px;
  }
  .md-bdrs7 {
    border-radius: 7px;
  }
  .md-bdrs8 {
    border-radius: 8px;
  }
  .md-bdrs9 {
    border-radius: 9px;
  }
  .md-bdrs10 {
    border-radius: 10px;
  }
  .md-bdrs11 {
    border-radius: 11px;
  }
  .md-bdrs12 {
    border-radius: 12px;
  }
  .md-bdrs13 {
    border-radius: 13px;
  }
  .md-bdrs14 {
    border-radius: 14px;
  }
  .md-bdrs15 {
    border-radius: 15px;
  }
  .md-bdrs16 {
    border-radius: 16px;
  }
  .md-bdrs17 {
    border-radius: 17px;
  }
  .md-bdrs18 {
    border-radius: 18px;
  }
  .md-bdrs19 {
    border-radius: 19px;
  }
  .md-bdrs20 {
    border-radius: 20px;
  }
  .md-bdrs-max {
    border-radius: 9999px;
  }
}
@media (max-width: 767px) {
  .sm-bdrs1 {
    border-radius: 1px;
  }
  .sm-bdrs2 {
    border-radius: 2px;
  }
  .sm-bdrs3 {
    border-radius: 3px;
  }
  .sm-bdrs4 {
    border-radius: 4px;
  }
  .sm-bdrs5 {
    border-radius: 5px;
  }
  .sm-bdrs6 {
    border-radius: 6px;
  }
  .sm-bdrs7 {
    border-radius: 7px;
  }
  .sm-bdrs8 {
    border-radius: 8px;
  }
  .sm-bdrs9 {
    border-radius: 9px;
  }
  .sm-bdrs10 {
    border-radius: 10px;
  }
  .sm-bdrs11 {
    border-radius: 11px;
  }
  .sm-bdrs12 {
    border-radius: 12px;
  }
  .sm-bdrs13 {
    border-radius: 13px;
  }
  .sm-bdrs14 {
    border-radius: 14px;
  }
  .sm-bdrs15 {
    border-radius: 15px;
  }
  .sm-bdrs16 {
    border-radius: 16px;
  }
  .sm-bdrs17 {
    border-radius: 17px;
  }
  .sm-bdrs18 {
    border-radius: 18px;
  }
  .sm-bdrs19 {
    border-radius: 19px;
  }
  .sm-bdrs20 {
    border-radius: 20px;
  }
  .sm-bdrs-max {
    border-radius: 9999px;
  }
}
.z1 {
  position: relative;
  z-index: 1;
}

.z2 {
  position: relative;
  z-index: 2;
}

.z3 {
  position: relative;
  z-index: 3;
}

.z4 {
  position: relative;
  z-index: 4;
}

.z5 {
  position: relative;
  z-index: 5;
}

.z6 {
  position: relative;
  z-index: 6;
}

.z7 {
  position: relative;
  z-index: 7;
}

.z8 {
  position: relative;
  z-index: 8;
}

.z9 {
  position: relative;
  z-index: 9;
}

.z10 {
  position: relative;
  z-index: 10;
}

@media (max-width: 999px) {
  .md-z1 {
    position: relative;
    z-index: 1;
  }
  .md-z2 {
    position: relative;
    z-index: 2;
  }
  .md-z3 {
    position: relative;
    z-index: 3;
  }
  .md-z4 {
    position: relative;
    z-index: 4;
  }
  .md-z5 {
    position: relative;
    z-index: 5;
  }
  .md-z6 {
    position: relative;
    z-index: 6;
  }
  .md-z7 {
    position: relative;
    z-index: 7;
  }
  .md-z8 {
    position: relative;
    z-index: 8;
  }
  .md-z9 {
    position: relative;
    z-index: 9;
  }
  .md-z10 {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .sm-z1 {
    position: relative;
    z-index: 1;
  }
  .sm-z2 {
    position: relative;
    z-index: 2;
  }
  .sm-z3 {
    position: relative;
    z-index: 3;
  }
  .sm-z4 {
    position: relative;
    z-index: 4;
  }
  .sm-z5 {
    position: relative;
    z-index: 5;
  }
  .sm-z6 {
    position: relative;
    z-index: 6;
  }
  .sm-z7 {
    position: relative;
    z-index: 7;
  }
  .sm-z8 {
    position: relative;
    z-index: 8;
  }
  .sm-z9 {
    position: relative;
    z-index: 9;
  }
  .sm-z10 {
    position: relative;
    z-index: 10;
  }
}
/*  2.5 Animation
====================================*/
/* 2桁ゼロ埋め（02,04...） */
/* settings */
/* duration & delay */
.u-anim-duration-02 {
  --duration: 0.2s;
}

.u-anim-delay-02 {
  --delay: 0.2s;
}

.u-anim-duration-04 {
  --duration: 0.4s;
}

.u-anim-delay-04 {
  --delay: 0.4s;
}

.u-anim-duration-06 {
  --duration: 0.6s;
}

.u-anim-delay-06 {
  --delay: 0.6s;
}

.u-anim-duration-08 {
  --duration: 0.8s;
}

.u-anim-delay-08 {
  --delay: 0.8s;
}

.u-anim-duration-10 {
  --duration: 1s;
}

.u-anim-delay-10 {
  --delay: 1s;
}

.u-anim-duration-12 {
  --duration: 1.2s;
}

.u-anim-delay-12 {
  --delay: 1.2s;
}

.u-anim-duration-14 {
  --duration: 1.4s;
}

.u-anim-delay-14 {
  --delay: 1.4s;
}

.u-anim-duration-16 {
  --duration: 1.6s;
}

.u-anim-delay-16 {
  --delay: 1.6s;
}

.u-anim-duration-18 {
  --duration: 1.8s;
}

.u-anim-delay-18 {
  --delay: 1.8s;
}

.u-anim-duration-20 {
  --duration: 2s;
}

.u-anim-delay-20 {
  --delay: 2s;
}

.u-anim-duration-22 {
  --duration: 2.2s;
}

.u-anim-delay-22 {
  --delay: 2.2s;
}

.u-anim-duration-24 {
  --duration: 2.4s;
}

.u-anim-delay-24 {
  --delay: 2.4s;
}

.u-anim-duration-26 {
  --duration: 2.6s;
}

.u-anim-delay-26 {
  --delay: 2.6s;
}

.u-anim-duration-28 {
  --duration: 2.8s;
}

.u-anim-delay-28 {
  --delay: 2.8s;
}

.u-anim-duration-30 {
  --duration: 3s;
}

.u-anim-delay-30 {
  --delay: 3s;
}

/*====================================
	Common
====================================*/
/* $ */
html:has(#anchor-nav) section {
  scroll-margin-top: calc(var(--header-h) + 38px);
}

/* Mixin */
/* Common */
body {
  background-color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#content {
  overflow: hidden;
}

@media (min-width: 1230px) {
  .xl-hide {
    display: none;
  }
}
@media (max-width: 1229px) {
  .non-xl-hide {
    display: none;
  }
}
.mta {
  margin-top: auto;
}

/*====================================
	Module
====================================*/
/*	Typography
====================================*/
.ob-cv {
  -o-object-fit: cover;
     object-fit: cover;
}

.bd-green-vivid {
  border: 1px solid #5eb20a;
}

.bd-green-light {
  border: 1px solid #abbb25;
}

.bt-gray {
  border-top: 1px solid #d2d2d2;
}

.bb-green-light {
  border-bottom: 1px solid #abbb25;
}

.bdw5 {
  border-width: 5px !important;
}

/* Font Family */
.ff-min {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}

.ff-en {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}

/* Color */
.c-black {
  color: #000;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f8f7f4;
}

.c-darkgreen {
  color: #275427;
}

.c-green {
  color: #418c45;
}

.c-green-light {
  color: #abbb25;
}

.c-green-lighter {
  color: #f5f8d5;
}

.c-green-vivid {
  color: #5eb20a;
}

.c-darkyellow {
  color: #bab152;
}

.c-blue-light {
  color: #7ecef4;
}

.c-red {
  color: #fc2a1d;
}

.c-gray {
  color: #555;
}

.c-darkgray {
  color: #434343;
}

.c-lightgray {
  color: #eee;
}

.c-lightgray-o {
  color: rgba(0, 0, 0, 0.05);
}

.c-perple {
  color: #9f8cbe;
}

.c-orange {
  color: #e08f00;
}

.c-pink-beige {
  color: #db9d90;
}

/* Title */
.ribbon-ttl {
  position: relative;
}
.ribbon-ttl::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 50%, 100% 100%, 0 100%);
  aspect-ratio: 11/28;
  height: 100%;
  position: absolute;
  inset: 0 auto 0 calc(100% - 1px);
}
.ribbon-ttl.bgc-green-light::before {
  background-color: #abbb25;
}

.bbGray-ttl {
  padding-bottom: 20px;
  position: relative;
}
.bbGray-ttl::after {
  content: "";
  background-color: #e4e4e4;
  width: 94px;
  height: 5px;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 0 0;
}

.tag-ttl span {
  background-color: #333;
  border-radius: 9999px;
  padding: 5px 20px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
  line-height: 1.4;
}

.block-ttl span {
  background-color: #333;
  padding: 5px 20px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
  line-height: 1.4;
}

.xline-ttl {
  text-align: center;
  position: relative;
}
.xline-ttl::after {
  content: "";
  background-color: #b3b3b3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.xline-ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.bgc-ivory .xline-ttl span {
  background-color: #f8f7f4;
}

.slash-ttl {
  min-height: 54px;
  padding: 15px 0 0 35px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.slash-ttl::before {
  content: "";
  background-color: #333;
  width: 1px;
  height: 60px;
  position: absolute;
  top: -5px;
  left: 0;
  transform: rotate(25deg);
  transform-origin: left bottom;
}

.diamond-ttl {
  background: url("../img/base/diamond-ttl-ic.png") 0 4px/21px 21px no-repeat;
  padding-left: 25px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}

.over-lg-text {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 110px;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .over-lg-text {
    font-size: 55px;
    letter-spacing: 0;
  }
}

.uf .over-lg-text {
  font-size: 65px;
}
@media (max-width: 767px) {
  .uf .over-lg-text {
    font-size: 55px;
  }
}

/* Text */
.under-line {
  text-decoration: underline;
}

a.under-line:hover {
  text-decoration: none;
}

.marker {
  background: linear-gradient(transparent 60%, #fef8a7 60%);
}

/* Punctuation mark & Bracket */
.punc {
  display: inline-block;
  width: 0.6em;
}

.brkt-be {
  margin-left: -0.5em;
}

.brkt-af {
  margin-right: -0.5em;
}

/* Text Ellipsis */
.txt-elps {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Button */
.btn-shadow.bgc-green {
  box-shadow: 0 3px 0 #27682b;
}
.btn-shadow.bgc-green-light {
  box-shadow: 0 3px 0 #89a132;
}

/*	Background
====================================*/
/* Background Color */
.bgc-black {
  background-color: #000;
}

.bgc-white {
  background-color: #fff;
}

.bgc-ivory {
  background-color: #f8f7f4;
}

.bgc-darkgreen {
  background-color: #275427;
}

.bgc-green {
  background-color: #418c45;
}

.bgc-green-light {
  background-color: #abbb25;
}

.bgc-green-lighter {
  background-color: #f5f8d5;
}

.bgc-green-vivid {
  background-color: #5eb20a;
}

.bgc-darkyellow {
  background-color: #bab152;
}

.bgc-blue-light {
  background-color: #7ecef4;
}

.bgc-red {
  background-color: #fc2a1d;
}

.bgc-gray {
  background-color: #555;
}

.bgc-darkgray {
  background-color: #434343;
}

.bgc-lightgray {
  background-color: #eee;
}

.bgc-lightgray-o {
  background-color: rgba(0, 0, 0, 0.05);
}

.bgc-perple {
  background-color: #9f8cbe;
}

.bgc-orange {
  background-color: #e08f00;
}

.bgc-pink-beige {
  background-color: #db9d90;
}

/* Background Texture */
.b-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
}

/*	Button & Link
====================================*/
/* Button */
.arrow-link {
  display: inline-block;
  border-bottom: solid 1px #333;
  min-width: 180px;
  padding: 0 20px 12px 0;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 13px;
  text-align: left;
  position: relative;
}
.arrow-link::after {
  content: "";
  background-color: #333;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}

.cur-p {
  cursor: pointer;
}

/* Arrow */
/*	Object
====================================*/
/* Table */
/* Ul */
.dots-list li {
  padding-left: 15px;
  line-height: 1.4;
  position: relative;
}
.dots-list li:not(:first-child) {
  margin-top: 10px;
}
.dots-list li::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: calc(0.7em - 2px);
  left: 0;
  z-index: 1;
}

.num-list {
  list-style: none;
  counter-reset: item;
}
.num-list li {
  padding-left: 30px;
  line-height: 1.4;
  position: relative;
}
.num-list li:not(:first-child) {
  margin-top: 10px;
}
.num-list li::before {
  counter-increment: item;
  content: counter(item);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 20px;
  height: 20px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: calc(0.7em - 10px);
  left: 0;
  z-index: 2;
}

.square-list li {
  padding-left: 12px;
  line-height: 1.4;
  position: relative;
}
.square-list li:not(:first-child) {
  margin-top: 8px;
}
.square-list li::before {
  content: "";
  background-color: #333;
  width: 4px;
  height: 4px;
  position: absolute;
  top: calc(0.7em - 2px);
  left: 0;
  z-index: 2;
}

.check-list li {
  padding-left: 30px;
  line-height: 1.4;
  position: relative;
}
.check-list li:not(:first-child) {
  margin-top: 10px;
}
.check-list li::before {
  content: "";
  background: url("../img/base/check-ic.png") center center/10px 8px no-repeat #333;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(0.7em - 10px);
  left: 0;
  z-index: 2;
}

.list-initial > li::before {
  display: none;
}

/* Ol */
/* Dropdown */
.dd-tgl {
  cursor: pointer;
}

.dd-body {
  display: none;
}

/* Border */
.bt-black {
  border-top: solid 1px #333;
}

.bb-black {
  border-bottom: solid 1px #333;
}

.bd-black {
  border: solid 1px #333;
}

.bd-lightgray {
  border: solid 1px #eee;
}

.bd-lightgray {
  border: solid 1px;
}

.bt-lightgray {
  border-top: solid 1px #eee;
}

.bb-lightgray {
  border-bottom: solid 1px #eee;
}

.bl-lightgray {
  border-left: solid 1px #eee;
}

.bd-gray {
  border: solid 1px #555;
}

.bl-gray {
  border-left: solid 1px #555;
}

.bl-3-gray {
  border-left: solid 3px #bfbfbf;
}

.bt-dashed-black {
  border-top: dashed 1px #333;
}

.bb-dashed-black {
  border-bottom: dashed 1px #333;
}

.bd-green {
  border: solid 1px #418c45;
}

.bd-perple {
  border: solid 1px #9f8cbe;
}

.bd-orange {
  border: solid 1px #e08f00;
}

.shop-icon-tel {
  background: url("../img/base/ft-cv-tel-ic.png") 10px center no-repeat/25px;
}

/* Hr */
.hr-black {
  border-top: solid 1px #333;
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

/*	Other
====================================*/
.shape-ribbon-v::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
  aspect-ratio: 28/11;
  width: 100%;
  position: absolute;
  inset: calc(100% - 1px) 0 auto 0;
}
.shape-ribbon-v.bgc-green-light::before {
  background-color: #abbb25;
}

.gap15 {
  gap: 15px;
}

.rg20 {
  row-gap: 20px;
}

.w-fc {
  width: -moz-fit-content;
  width: fit-content;
}

.w20 {
  width: 20px;
}

.h45 {
  height: 45px;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.fz115 {
  font-size: 115%;
}

.fz85 {
  font-size: 85%;
}

.fz75 {
  font-size: 75%;
}

.td-u {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.t0 {
  top: 0;
}

.r20 {
  right: 20px;
}

@media (max-width: 767px) {
  .sm-mra {
    margin-right: auto;
  }
  .sm-fxd-c {
    flex-direction: column;
  }
  .sm-rg10 {
    row-gap: 10px;
  }
}
/* flex-direction */
.fxd-c {
  flex-direction: column;
}

/* Hover */
.hov, #mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_send,
#mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_cancel, #mailformpro .mfp_buttons .mfp_element_submit[type=submit] {
  opacity: 1;
  transition: opacity 0.2s;
}
.hov:hover, #mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_send:hover,
#mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_cancel:hover, #mailformpro .mfp_buttons .mfp_element_submit[type=submit]:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* Modal */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px 70px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .modal__content {
    padding: 60px 20px;
    width: 355px;
    top: 40%;
  }
}
@media (max-width: 767px) {
  .modal__content.sm-ptb25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* Scale */
@media (max-width: 999px) {
  .md-scale80 {
    zoom: 0.8;
  }
}
@media (max-width: 767px) {
  .sm-scale50 {
    zoom: 0.5;
  }
}
/*====================================
	2. Wordpress
====================================*/
/*	2.1 Cms Sentence
====================================*/
.cms-sentence::before, .cms-sentence::after {
  content: "";
  display: table;
}
.cms-sentence::after {
  clear: both;
}
.cms-sentence p,
.cms-sentence blockquote,
.cms-sentence table,
.cms-sentence dl,
.cms-sentence ul,
.cms-sentence ol,
.cms-sentence figure,
.cms-sentence pre,
.cms-sentence .wp-caption {
  margin-bottom: 30px;
}
.cms-sentence h1,
.cms-sentence h2,
.cms-sentence h3,
.cms-sentence h4,
.cms-sentence h5,
.cms-sentence h6 {
  margin-bottom: 15px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.cms-sentence h2 {
  font-size: 115%;
  background-color: #f8f7f4;
  padding: 12px 15px;
}
.cms-sentence h3 {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 112%;
}
.cms-sentence h4 {
  font-size: 109%;
}
.cms-sentence h5 {
  font-size: 106%;
}
.cms-sentence h6 {
  font-size: 103%;
}
.cms-sentence a {
  text-decoration: underline;
}
.cms-sentence a:hover {
  text-decoration: none;
  text-decoration-color: inherit;
}
.cms-sentence address {
  font-style: normal;
}
.cms-sentence b,
.cms-sentence strong {
  font-weight: bold;
}
.cms-sentence blockquote {
  padding: 0.5em 1em;
  border-left: solid 1px #eee;
}
.cms-sentence blockquote > *:last-of-type {
  margin-bottom: 0;
}
.cms-sentence table,
.cms-sentence tr,
.cms-sentence th,
.cms-sentence td {
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: top;
  border: solid 1px #eee;
}
.cms-sentence th {
  background-color: #fafafa;
}
.cms-sentence dt {
  font-weight: bold;
}
.cms-sentence ul,
.cms-sentence ol {
  list-style-type: none;
  margin-left: 1.2em;
}
.cms-sentence ul ul, .cms-sentence ul ol,
.cms-sentence ol ul,
.cms-sentence ol ol {
  margin-bottom: 0;
  padding-left: 2em;
}
.cms-sentence ul {
  list-style: disc;
}
.cms-sentence ol {
  list-style: decimal;
}
.cms-sentence code {
  background-color: #f9f2f4;
  border-radius: 2px;
  color: #c7254e;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em;
}
.cms-sentence kbd {
  background-color: #333;
  border-radius: 2px;
  color: #fff;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em;
}
.cms-sentence pre {
  display: block;
  font-size: 0.875em;
  line-height: 1.4;
  padding: 1em;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fafafa;
  border-radius: 2px;
  overflow: scroll;
}
.cms-sentence .wp-caption,
.cms-sentence img {
  max-width: 100%;
  height: auto;
}
.cms-sentence .alignleft {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}
.cms-sentence .alignright {
  display: block;
  float: right;
  margin: 0 0 1em 1em;
}
.cms-sentence .aligncenter {
  display: block;
  text-align: center;
  margin: 0.25em auto;
}
.cms-sentence figcaption {
  font-size: 90%;
  padding-top: 0.25em;
}
.cms-sentence .wp-video {
  max-width: 100%;
}
.cms-sentence .wp-video video {
  width: 100%;
  height: 100%;
}
.cms-sentence iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  .cms-sentence iframe {
    width: 100%;
    height: calc((100vw - 40px) * 0.5625);
  }
  .cms-sentence iframe[src*=map] {
    height: 400px;
  }
}

/*	2.2 Cms Pagenation
====================================*/
.cms-pagenation {
  font-size: 90%;
  text-align: center;
}
.cms-pagenation a {
  opacity: 1;
  transition: opacity 0.2s;
}
.cms-pagenation a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.cms-pagenation a.null {
  background-color: #eee !important;
  color: #ccc !important;
  pointer-events: none;
}
.cms-pagenation {
  /* .cms-pagenation > .sm-hide */
}
.cms-pagenation .sm-hide .btn {
  width: 300px;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  border: solid 1px #eee;
  background-color: #fff;
  position: relative;
}
.cms-pagenation .sm-hide .btn::after {
  content: "▶";
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
}
.cms-pagenation .sm-hide ul {
  display: inline-flex;
  padding-top: 25px;
}
.cms-pagenation .sm-hide ul li {
  display: inline-block;
  margin: 15px 7px 0;
}
.cms-pagenation .sm-hide ul li a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: solid 1px #eee;
  background-color: #fff;
}
.cms-pagenation .sm-hide ul li a.act {
  color: #fff;
  background-color: #000;
}
.cms-pagenation .sm-hide ul li:first-child a, .cms-pagenation .sm-hide ul li:last-child a {
  font-size: 85%;
}
.cms-pagenation .sm-hide ul li.elps {
  line-height: calc(48px - 0.5em);
}
.cms-pagenation {
  /* .cms-pagenation > .lg-hide */
}
.cms-pagenation .lg-hide ul {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .cms-pagenation .lg-hide ul {
    border-spacing: 0;
  }
}
.cms-pagenation .lg-hide ul li {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cms-pagenation .lg-hide ul li {
    display: table-cell;
    vertical-align: middle;
  }
  .cms-pagenation .lg-hide ul li:not(:last-child) a {
    border-right: none;
  }
}
.cms-pagenation .lg-hide ul li:first-child, .cms-pagenation .lg-hide ul li:last-child {
  width: 48px;
}
.cms-pagenation .lg-hide ul li a {
  display: block;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: solid 1px #eee;
}

.c-news__title p {
  text-align: center;
  font-size: 3.635rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  color: #db9d90;
}
@media only screen and (max-width: 47.9375em) {
  .c-news__title p {
    font-size: 10.6666666667vw;
  }
}
.c-news__title h2 {
  text-align: center;
  font-size: 1.25rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-news__title h2 {
    font-size: 3.7333333333vw;
    margin-top: -1.6vw;
  }
}

.c-instructor {
  position: relative;
  padding-top: 6rem;
  background-color: #fff;
  width: 100%;
}

.c-instructor--wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.c-instructor__wrapper {
  background: #db9d90;
  border-radius: 4rem;
  padding: 5rem 0;
  color: #fff;
}

.c-instructor--page .c-instructor__wrapper {
  padding-top: 0;
  background: transparent;
  color: #333;
}

@media only screen and (max-width: 47.9375em) {
  .c-instructor {
    padding-top: 13.3333333333vw;
  }
  .c-instructor__wrapper {
    padding: 16vw 0;
    border-radius: 10.6666666667vw;
  }
}
.c-instructor__title {
  text-align: center;
}

.c-instructor__title p {
  font-size: 2rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 47.9375em) {
  .c-instructor__title p {
    font-size: 6.9333333333vw;
  }
}
.c-instructor__title h2 {
  font-size: 1.5rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  margin-top: 0.625rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .c-instructor__title h2 {
    font-size: 5.8666666667vw;
    margin-top: 1.6vw;
  }
}
.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6.25rem;
  background: #db9d90;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  width: 100%;
  padding: 1.375rem 0;
  font-size: 1.4375rem;
  color: #ffffff;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    font-size: 4.8vw;
    padding: 5.3333333333vw 0;
    border-radius: 26.6666666667vw;
    -moz-column-gap: 4.8vw;
         column-gap: 4.8vw;
  }
}
.c-btn01 img {
  width: 2.0625rem;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn01 img {
    width: 6.6666666667vw;
  }
}
@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.c-btn02 {
  display: block;
  width: 8.875rem;
  margin-left: auto;
  margin-top: 2.875rem;
  transition: 0.3s;
}

.c-btn02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    width: 36.2666666667vw;
    margin-top: 9.0666666667vw;
    margin-right: 10.6666666667vw;
  }
}
@media all and (min-width: 64.0625em) {
  .c-btn02:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn02:hover {
    opacity: 0.7;
  }
}
.c-btn03 {
  display: block;
  width: 8.875rem;
  margin-left: auto;
  margin-top: 2.125rem;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn03 {
    width: 36.2666666667vw;
    margin-top: 9.0666666667vw;
  }
}
@media all and (min-width: 64.0625em) {
  .c-btn03:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn03:hover {
    opacity: 0.7;
  }
}
/*====================================
	Header
====================================*/
.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #b5d4d2;
  z-index: 9999;
  transition: 0.3s;
  contain: none;
}

.l-header--top {
  position: fixed;
  background-color: transparent;
}

.l-header--top.is-scroll {
  background-color: #b5d4d2;
}

.l-header a {
  transition: 0.3s;
}

.l-header a:hover {
  opacity: 0.7;
}

.l-header__inner {
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.l-header__inner h1 {
  position: relative;
  z-index: 1;
  width: 7.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__inner h1 {
    width: 18.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__title {
    width: 6.0625rem;
  }
}
.l-header__nav-btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 1.25rem;
  font-family: "ZenOldMincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  margin-top: 0.375rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-btn {
    width: 100%;
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
  }
}
.l-header__nav-btn span {
  font-size: 0.75rem;
  color: #f7f0ea;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-btn span {
    font-size: 3.2vw;
  }
}
/* ヘッダーのナビ部分 */
.l-header__nav {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: transform ease 0.4s;
  display: block;
  padding: 0 2.5rem;
  padding-top: 11.25rem;
  padding-bottom: 3.75rem;
  overflow: auto;
  height: 100vh;
  background: #c6e2e2;
  transform: translateX(0);
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav {
    padding: 0 5rem;
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    padding: 0 10.6666666667vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 32vw;
  }
}
.nav__items {
  width: 100%;
}

@media only screen and (max-width: 64em) {
  .nav__items {
    display: block;
  }
}
/* ナビのリンク */
.nav-items__item a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  transition: 0.3s;
  color: #ffffff;
}

@media only screen and (max-width: 64em) {
  .nav-items__item a {
    padding: 1.25rem 0;
    border-bottom: 1px solid #b5d4d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 64em) {
  .nav__items li:first-child a {
    padding-top: 0;
  }
}
.l-header__under .nav-items__item a {
  color: #ffffff;
}

/* ハンバーガーメニュー */
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  border: 0;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  .hamburger {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 0.125rem;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  .hamburger span {
    height: 0.5333333333vw;
  }
}
.l-header__under .hamburger span {
  background-color: #333333;
}

.l-header__under .hamburger.active span {
  background-color: #ffffff;
}

.hamburger span:nth-child(1) {
  top: -0.4375rem;
}

@media only screen and (max-width: 47.9375em) {
  .hamburger span:nth-child(1) {
    top: -1.8666666667vw;
  }
}
.hamburger span:nth-child(2) {
  top: 0;
}

.hamburger span:nth-child(2) {
  width: 2rem;
}

@media only screen and (max-width: 47.9375em) {
  .hamburger span:nth-child(2) {
    width: 5.3333333333vw;
  }
}
.hamburger span:nth-child(3) {
  top: 0.4375rem;
}

@media only screen and (max-width: 47.9375em) {
  .hamburger span:nth-child(3) {
    top: 1.8666666667vw;
  }
}
/* ハンバーガーメニュークリック後のスタイル */
.l-header__nav.active {
  transform: translateX(-100%);
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav.active {
    overflow: scroll;
  }
}
.hamburger.active span:nth-child(1) {
  top: 2px;
  transform: rotate(45deg);
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(1) {
    top: 0.0625rem;
  }
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -1px;
  transform: rotate(-45deg);
  width: 2.5rem;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(3) {
    top: -0.0625rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hamburger.active span:nth-child(3) {
    width: 6.9333333333vw;
  }
}
.l-header__ham-logo {
  position: fixed;
  top: 5.8666666667vw;
  left: 5.3333333333vw;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__ham-logo {
    top: 1.375rem;
    left: 1.25rem;
  }
}
.l-header__ham-logo.active {
  display: block;
}

.l-header.change-color {
  background-color: #ffffff;
}

.l-header.change-color .nav-items__item a {
  color: #ffffff;
}

.l-header.change-color .l-header__inner {
  padding: 1.25rem 2.5rem;
}

@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__inner {
    padding: 1.125rem 1.25rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__under.change-color {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__logo img:first-child {
    display: block;
  }
}
@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__logo img:nth-child(2) {
    display: none;
  }
}
.l-header.change-color .header__hamburger span {
  background-color: #333333;
}

.pagetop {
  width: 4.375rem;
  height: 4.375rem;
  position: fixed;
  right: 3.75rem;
  bottom: 3.75rem;
  background-color: #333333;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (max-width: 47.9375em) {
  .pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}
.pagetop__arrow {
  display: block;
  height: 0.9375rem;
  width: 0.9375rem;
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}

@media only screen and (max-width: 47.9375em) {
  .pagetop__arrow {
    height: 3.2vw;
    width: 3.2vw;
    border-top: 0.5333333333vw solid #ffffff;
    border-right: 0.5333333333vw solid #ffffff;
  }
}
.search-form {
  opacity: 1;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .search-form {
    position: absolute;
    top: 8vw;
    right: -18.6666666667vw;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
}
@media only screen and (max-width: 47.9375em) {
  .search-form.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header__ham-wrap input {
  width: 13.75rem;
  border: 1px solid #ffffff;
  border-radius: 6.25rem;
  padding: 0.5625rem 1.25rem;
  font-size: 0.875rem;
  background-color: #000000;
  color: #ffffff;
}

.l-header__ham-wrap input::-moz-placeholder {
  color: #ffffff;
}

.l-header__ham-wrap input::placeholder {
  color: #ffffff;
}

.l-header__under .l-header__ham-wrap input {
  background-color: #ffffff;
  border: 1px solid #b5d4d2;
  color: #333333;
}

.l-header__under .l-header__ham-wrap input::-moz-placeholder {
  color: #b5d4d2;
}

.l-header__under .l-header__ham-wrap input::placeholder {
  color: #b5d4d2;
}

.l-header__ham-wrap form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
}

.l-header__ham-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.l-header__ham-wrap p {
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "ZenOldMincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__ham-wrap p {
    font-size: 3.2vw;
  }
}
.l-header__under .l-header__ham-wrap p {
  color: #333333;
}

body.active .l-header__under .l-header__ham-wrap p {
  color: #ffffff;
}

.l-header__nav-item h2 {
  font-size: 1.875rem;
  color: #ffffff;
  font-family: "ZenOldMincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item h2 {
    font-size: 8vw;
  }
}
.l-header__nav-item h2 a {
  transition: 0.3s;
  position: relative;
  display: block;
  padding-bottom: 0.3125rem;
}

.l-header__nav-item h2 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .l-header__nav-item h2 a:hover::after {
    width: 100%;
  }
}
@media print {
  .l-header__nav-item h2 a:hover::after {
    width: 100%;
  }
}
.l-header__nav-item h2 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item h2 span {
    font-size: 3.7333333333vw;
  }
}
.l-header__nav-item p {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-family: "ZenOldMincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-left: 1.25rem;
  white-space: nowrap;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item p {
    margin-top: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.l-header__nav-item p span {
  display: block;
  font-size: 1.5rem;
  font-family: "ZenOldMincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #f7f0ea;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item p span {
    font-size: 6.4vw;
  }
}
.l-header__nav-logo {
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-logo {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}
.l-header__nav-logo img {
  width: 100%;
}

.l-header__nav-sns-wrap {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-sns-wrap {
    margin-top: 8vw;
  }
}
.l-header__nav-sns-follow {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.l-header__nav-sns-content {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-sns-content {
    margin-top: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
  }
}
.l-header__nav-content {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-content {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}
.l-header__nav-link {
  margin-top: 6.25rem;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-link {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}
.l-header__nav-link a {
  display: block;
  flex: 1;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-link a {
    flex: auto;
    width: 100%;
  }
}
@media all and (min-width: 64.0625em) {
  .l-header__nav-link a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__nav-link a:hover {
    opacity: 0.7;
  }
}
.l-header__nav-list {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2.5rem;
  border-left: 1px solid #808080;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-list {
    flex: auto;
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.l-header__nav-list li {
  margin-top: 2.125rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-list li {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.l-header__nav-list li:first-child {
  margin-top: 0;
}

.l-header__nav-list li ul {
  margin-top: 0.8125rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-list li ul {
    margin-top: 3.4666666667vw;
  }
}
.l-header__nav-list li ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-list li ul li {
    padding-left: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.l-header__nav-list li ul li::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 0.5rem;
  height: 0.0625rem;
  background: #333333;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-list li ul li::after {
    top: 2.6666666667vw;
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}
.l-header__nav-list li ul li:first-child {
  margin-top: 0;
}

.l-header__wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.l-header__btn-wrap {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.l-header__btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.625rem;
  width: 11.875rem;
  color: #333;
  font-size: 0.875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  background-color: #fff;
  border-radius: 0.625rem;
  line-height: 1;
}
.l-header__btn-wrap a svg {
  width: 1em;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*====================================
	Anchor Nav
====================================*/
/* #anchor-nav */
#anchor-nav {
  position: sticky;
  top: var(--header-h);
  width: 100vw;
  height: 38px;
  margin-left: calc(50% - 50vw);
  z-index: 9997;
  font-size: 12px;
}

#anchor-nav .inner {
  width: 100%;
  background-color: #f8f7f4;
}

#anchor-nav .inner .anchoies {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

#anchor-nav .inner .anchoies::-webkit-scrollbar {
  display: none;
}

#anchor-nav .inner .anchoies ul {
  display: flex;
  padding: 0 20px;
  gap: 8px;
}

#anchor-nav .inner .anchoies ul li {
  white-space: nowrap;
}

#anchor-nav .inner .anchoies ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 1.2em;
  font-family: var(--font-serif);
  line-height: 1;
  transition: background-color 0.2s, color 0.2s;
}

#anchor-nav .inner .anchoies ul li a.current {
  background-color: #434343;
  color: #fff;
}

#anchor-nav .inner .anchoies ul li a:hover {
  text-decoration: none;
}

#anchor-nav .inner .prev,
#anchor-nav .inner .next {
  display: none;
}

@media (max-width: 768px) {
  #anchor-nav,
  #anchor-nav .inner,
  #anchor-nav .inner .anchoies {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  #anchor-nav .inner .anchoies ul li a {
    padding: 0 1em;
    height: 32px;
  }
  .anchoies {
    font-size: clamp(5px, 4vw, 10px);
    font-weight: bold;
  }
  /* SP版: 固定時の横幅制御 */
  #anchor-nav.is-fixed {
    max-width: 100vw;
    overflow-x: hidden;
  }
  #anchor-nav.is-fixed .inner {
    max-width: 100vw;
  }
  #anchor-nav .inner .anchoies {
    padding: 0 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #anchor-nav .inner .prev,
  #anchor-nav .inner .next {
    display: none;
  }
  #anchor-nav .inner .prev::before,
  #anchor-nav .inner .next::before {
    content: "";
    border-top: 1px solid #434343;
    border-right: 1px solid #434343;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    z-index: 2;
    transform: rotate(45deg);
  }
  #anchor-nav .inner .prev {
    background: none;
    left: 0;
  }
  #anchor-nav .inner .prev::before {
    left: calc(50% - 5px);
    transform: rotate(-135deg);
  }
  #anchor-nav .inner .next {
    background: none;
    right: 0;
  }
  #anchor-nav .inner .next::before {
    right: calc(50% - 5px);
  }
}
#anchor-nav-sentinel {
  display: block;
  height: 0;
}

/*====================================
	Main
====================================*/
/*	Allpage
====================================*/
/* .studio-link-wrap */
.studio-link-wrap {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .studio-link-wrap {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.studio-link-wrap .studio-link {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .studio-link-wrap .studio-link:nth-child(odd) {
    top: 70px;
  }
}
.studio-link-wrap .studio-link a {
  display: block;
}
.studio-link-wrap .studio-link a .thumb {
  position: relative;
  overflow: hidden;
}
.studio-link-wrap .studio-link a .thumb figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.studio-link-wrap .studio-link .over-lg-text.-fukuoka {
  position: absolute;
  top: calc(-1em - 10px);
  left: 15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .studio-link-wrap .studio-link .over-lg-text.-fukuoka {
    top: -1em;
  }
}
.studio-link-wrap .studio-link .over-lg-text.-kumamoto {
  position: absolute;
  bottom: -0.25em;
  left: 15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .studio-link-wrap .studio-link .over-lg-text.-kumamoto {
    bottom: -0.45em;
    left: 45px;
  }
}

/*	Toppage
====================================*/
#top {
  /* #hero */
}
#top #hero {
  height: calc(100vh - 70px);
  max-height: 800px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1229px) {
  #top #hero {
    height: calc(100vh - 60px - 55px);
    max-height: 490px;
  }
}
#top #hero .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
#top #hero .inner .logo {
  text-align: center;
}
#top #hero .inner .main {
  margin-top: auto;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
}
#top #hero .inner .main .copy {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  #top #hero .inner .main .copy {
    font-size: 18px;
  }
}
#top #hero .inner .main .read {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.15em;
}
#top #hero .bg-movie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}
#top #hero .bg-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top #hero .bg-slide .bx-wrapper {
  width: 100% !important;
  height: 100% !important;
  touch-action: pan-y;
}
#top #hero .bg-slide .bx-wrapper .bx-viewport {
  width: 100% !important;
  height: 100% !important;
  transform: translateZ(0);
}
#top #hero .bg-slide .bx-wrapper .bx-viewport ul {
  width: 100% !important;
  height: 100% !important;
  perspective: 1000;
}
#top #hero .bg-slide .bx-wrapper .bx-viewport ul li {
  width: 100% !important;
  height: 100% !important;
}
#top #hero .bx-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 2;
}
@media (max-width: 767px) {
  #top #hero .bx-pager {
    bottom: 15px;
  }
}
#top #hero .bx-pager li {
  padding: 0 6px;
}
@media (max-width: 767px) {
  #top #hero .bx-pager li {
    padding: 0 4px;
  }
}
#top #hero .bx-pager li a {
  display: block;
  border: solid 2px #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  transition: background-color 200ms ease;
}
@media (max-width: 767px) {
  #top #hero .bx-pager li a {
    width: 10px;
    height: 10px;
  }
}
#top #hero .bx-pager li a.active {
  background-color: #fff;
}
#top #hero + .hero-low {
  background-color: #f8f7f4;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 13px;
}
#top {
  /* #sm-upp-links */
}
#top #sm-upp-links li {
  border-bottom: solid 1px #eee;
}
#top #sm-upp-links li:nth-child(even) {
  border-right: solid 1px #eee;
}
#top #sm-upp-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 5px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.4;
  text-align: center;
}
#top {
  /* #sec2 */
}
#top #sec2 {
  overflow: hidden;
}
#top {
  /* #sec3 */
}
#top #sec3 .instructor-list article:nth-child(n+11) {
  display: none;
}

/*	All Under Frame
====================================*/
.uf {
  /* #breadcrumb */
}
.uf #breadcrumb {
  line-height: 1.4;
}
.uf #breadcrumb ul {
  padding-top: 6px;
  padding-bottom: 6px;
}
.uf #breadcrumb ul li {
  display: inline;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 11px;
}
.uf {
  /* #hero */
}
.uf #hero {
  position: relative;
  height: 415px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .uf #hero {
    height: 280px;
  }
}
.uf #hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #000000;
  z-index: 1;
  opacity: 0.7;
}
.uf #hero .hero__title {
  position: relative;
  color: #fff;
  z-index: 1;
}
.uf #hero .hero__title-en {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.uf #hero .hero__title-jp {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .uf#keyaki #hero, .uf#kumamoto #hero, .uf#ohashi #hero {
    height: 280px;
  }
}
.uf {
  /* .voice-block */
}
.uf .voice-block .voice-list {
  padding-left: 30px;
}
.uf .voice-block .voice-list li {
  border-bottom: solid 1px #eee;
  padding: 10px 0;
  line-height: 1.6;
}
.uf .voice-block .voice-list li .voice {
  position: relative;
}
.uf .voice-block .voice-list li .voice::before {
  content: "";
  background: url("../img/base/voice-list-ic.png") 0 0/19px 19px no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: -29px;
  z-index: 1;
}
.uf .voice-block .voice-list li .name {
  color: #9a9a9a;
}
.uf {
  /* #anchor-nav */
  /* .open-block */
}
.uf .open-block {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
}
.uf .open-block .dd-tgl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #333;
  margin: 0 8px;
  padding: 15px;
}
.uf .open-block .dd-tgl::before {
  content: "OPEN";
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1;
}
.uf .open-block .dd-tgl::after {
  content: "";
  display: block;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transform: rotate(135deg);
}
.uf .open-block .dd-tgl.act {
  flex-direction: column-reverse;
}
.uf .open-block .dd-tgl.act::before {
  content: "CLOSE";
}
.uf .open-block .dd-tgl.act::after {
  transform: rotate(-45deg);
}
.uf .open-block {
  /* カードデザイン版 */
}
.uf .open-block.card .ttl {
  display: flex;
}
.uf .open-block.card .ttl h4,
.uf .open-block.card .ttl p {
  flex-grow: 1;
  padding: 25px 0;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.uf .open-block.card .ttl h4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.uf .open-block.card.-monthly3 h4 {
  background-color: #a989b0;
}
.uf .open-block.card.-monthly3 p {
  background-color: #c8a063;
}
.uf .open-block.card.-monthly3-ohashi .ttl {
  display: block;
}
.uf .open-block.card.-monthly3-ohashi h4 {
  display: block;
  font-size: 150%;
  border-radius: 100px;
  background-color: #9a56a9;
  padding: 10px 20px;
}
.uf .open-block.card.-monthly3-ohashi p {
  color: #000;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding-top: 10px;
  font-size: 140%;
}
.uf .open-block.card.-u29-ohashi .ttl {
  display: block;
}
.uf .open-block.card.-u29-ohashi h4 {
  display: block;
  font-size: 150%;
  border-radius: 100px;
  background-color: #386b9f;
  padding: 10px 20px;
}
.uf .open-block.card.-u29-ohashi p {
  color: #000;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding-top: 10px;
  font-size: 140%;
}
.uf .open-block.card.-free-ohashi .ttl {
  display: block;
}
.uf .open-block.card.-free-ohashi h4 {
  display: block;
  font-size: 150%;
  border-radius: 100px;
  background-color: #d97993;
  padding: 10px 20px;
}
.uf .open-block.card.-free-ohashi p {
  color: #000;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  text-align: center;
  padding-top: 10px;
  font-size: 140%;
}
.uf .open-block.card.-monthly3-29 h4 {
  background-color: #386b9f;
}
.uf .open-block.card.-monthly3-29 p {
  background-color: #c8a063;
}
.uf .open-block.card.-monthly5 h4 {
  background-color: #879a20;
}
.uf .open-block.card.-monthly5 p {
  background-color: #b97f21;
}
.uf .open-block.card.-monthly8 h4 {
  background-color: #9c5941;
}
.uf .open-block.card.-monthly8 p {
  background-color: #425868;
}
.uf .open-block.card.-hot-yoga-free h4 {
  background-color: #dd7341;
}
.uf .open-block.card.-hot-yoga-free p {
  background-color: #9bb091;
}
.uf .open-block.card.-ashtanga-free h4 {
  background-color: #c28a67;
}
.uf .open-block.card.-ashtanga-free p {
  background-color: #ecb503;
}
.uf .open-block.card.-premium h4 {
  background-color: #b3903f;
}
.uf .open-block.card.-premium p {
  background-color: #8a6725;
}
.uf .open-block.card.-kumamoto-free h4 {
  background-color: #97e4b9;
}
.uf .open-block.card.-kumamoto-free p {
  background-color: #f48abf;
}
.uf {
  /* ライトボックス .lb-wrap */
}
.uf .lb-wrap {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 100% 0;
  overflow: hidden;
}
.uf .lb-wrap > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.uf {
  /* .dropin-block */
}
.uf .dropin-block {
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 20px 0;
}
.uf .dropin-block h3 {
  border-left: solid 3px #333;
  padding-left: 15px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.uf .dropin-block dl {
  display: flex;
  border-bottom: solid 1px #eee;
  margin: 5px 20px 0;
  padding: 5px 0;
  line-height: 1.4;
}
.uf .dropin-block dl dt {
  flex-grow: 1;
  padding-left: 15px;
}
.uf {
  /* .event-list */
}
.uf .event-list article {
  border-bottom: solid 1px #434343;
}
.uf .event-list article:first-child {
  border-top: solid 1px #434343;
}
.uf .event-list article a {
  display: flex;
  padding: 30px 0;
}
.uf .event-list article a .thumb {
  flex: 0 0 100px;
  width: 100px;
}
.uf .event-list article a .inner {
  padding-left: 20px;
}
.uf .event-list article a .inner .date {
  line-height: 1.4;
}
.uf .event-list article a .inner .post-ttl {
  margin-top: 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.4;
}
.uf {
  /* .flow-block-wrap */
}
.uf .flow-block-wrap {
  list-style: none;
  counter-reset: item;
}
.uf .flow-block-wrap li {
  counter-increment: item;
}
.uf .flow-block-wrap li:not(:first-child) {
  background: url("../img/base/flow-block-arrow.png") center top 16px/26px 13px no-repeat;
  padding-top: 45px;
}
.uf .flow-block-wrap li .flow-block {
  background-color: #fff;
  border: solid 1px #c9c9c9;
  position: relative;
}
.uf .flow-block-wrap li .flow-block::before {
  content: counter(item);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 34px;
  height: 34px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.uf .flow-block-wrap li .flow-block.check {
  background-color: #fffcf5;
  border: solid 1px #d2b071;
}
.uf .flow-block-wrap li .flow-block.check::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bab152;
  width: 34px;
  height: 34px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.uf {
  /* .access-info */
}
.uf .access-info {
  display: flex;
}
.uf .access-info .v-text {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.uf .access-info .inner {
  border-left: solid 1px #555;
  margin-left: 10px;
  padding-left: 10px;
}
.uf {
  /* .faq-list */
}
.uf .faq-list dl:not(:first-child) {
  margin-top: 15px;
}
.uf .faq-list dl dt {
  display: flex;
  padding: 15px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.6;
}
.uf .faq-list dl dt::before {
  content: "Q.";
  font-size: 16px;
  margin-right: 10px;
  line-height: 1.2;
}
.uf .faq-list dl dd {
  padding-top: 15px;
  line-height: 1.6;
}

/*	beginner
====================================*/
#beginner #hero {
  background-color: #aaa;
}
@media (min-width: 768px) {
  #beginner .block-link-wrap .block-link:not(:nth-child(3n)) figure {
    border-right: solid 1px #fff;
  }
}
@media (max-width: 767px) {
  #beginner .block-link-wrap .block-link:nth-child(even) figure {
    border-left: solid 1px #fff;
  }
}

/*	lesson
====================================*/
#lesson #content .sub0 .cap span {
  display: inline-block;
  background: url("../img/lesson/em-be.png") left center/9px 12px no-repeat, url("../img/lesson/em-af.png") right center/9px 12px no-repeat;
  padding: 2px 12px;
}
#lesson #content .sub0 table {
  background-color: #fff;
  border: solid 1px #c9c9c9;
  width: 100%;
}
#lesson #content .sub0 table tr th,
#lesson #content .sub0 table tr td {
  border-top: solid 1px #c9c9c9;
  padding: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
#lesson #content .sub0 table tr td {
  border-left: dashed 1px #c9c9c9;
  font-weight: bold;
}

/*	keyaki
====================================*/
/* .studio-flame */
@media (max-width: 767px) {
  .studio-flame .over-lg-text {
    font-size: 45px;
  }
}
.studio-flame {
  /* #sec8 */
}
.studio-flame #sec8 .sub1 table {
  width: 100%;
}
.studio-flame #sec8 .sub1 table tr:nth-child(odd) th {
  background-color: #8f9187;
}
.studio-flame #sec8 .sub1 table tr:nth-child(odd) td {
  background-color: #fff;
}
.studio-flame #sec8 .sub1 table tr:nth-child(even) th {
  background-color: #6a6c5f;
}
.studio-flame #sec8 .sub1 table tr:nth-child(even) td {
  background-color: #e5e5e5;
}
.studio-flame #sec8 .sub1 table tr th,
.studio-flame #sec8 .sub1 table tr td {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.studio-flame #sec8 .sub1 table tr th {
  padding: 15px;
  font-size: 18px;
  color: #fff;
}
.studio-flame #sec8 .sub1 table tr th span {
  font-size: 14px;
}
.studio-flame #sec8 .sub1 table tr td {
  padding: 12px;
}
.studio-flame #sec8 .sub2 table {
  width: 100%;
  background-color: #fff;
}
.studio-flame #sec8 .sub2 table tr th,
.studio-flame #sec8 .sub2 table tr td {
  max-width: 33.333%;
  border: solid 1px #bfbfbf;
  padding: 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}
.studio-flame #sec8 .sub2 table tr th span,
.studio-flame #sec8 .sub2 table tr td span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.studio-flame {
  /* #sec10 */
}
.studio-flame #sec10 .sub1 .fig-block figure {
  position: relative;
}
.studio-flame #sec10 .sub1 .fig-block figure figcaption {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 15px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.studio-flame #sec10 .sub1 .fig-block .plan {
  padding: 15px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.studio-flame #sec10 .sub1 .fig-block .plan .cap {
  font-size: 14px;
}
.studio-flame #sec10 .sub1 .fig-block .plan .price {
  font-size: 28px;
}
.studio-flame #sec10 .sub1 .fig-block .plan .price span {
  font-size: 14px;
}
.studio-flame #sec10 .sub1 .fig-block .plan .limit {
  font-size: 11px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.studio-flame #sec10 .sub1 .fig-block .plan.-type1 {
  background-color: #7d789a;
}
.studio-flame #sec10 .sub1 .fig-block .plan.-type2 {
  background-color: #595377;
}
.studio-flame #sec10 .sub1 .fig-block .plan.-type3 {
  background-color: #453f62;
}

/*	instructor
====================================*/
/* .instructor-list-sort & .new-list-sort */
.instructor-list-sort,
.new-list-sort {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px currentColor;
  border-radius: 1px;
  height: 50px;
  position: relative;
  z-index: 3;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.instructor-list-sort::after,
.new-list-sort::after {
  content: "";
  flex: 0 0 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}
.instructor-list-sort ul,
.new-list-sort ul {
  display: none;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  color: #333;
}
.instructor-list-sort ul li,
.new-list-sort ul li {
  cursor: pointer;
}
.instructor-list-sort ul li:not(:first-child),
.new-list-sort ul li:not(:first-child) {
  border-top: solid 1px #eee;
}
.instructor-list-sort ul li > a,
.instructor-list-sort ul li > p,
.new-list-sort ul li > a,
.new-list-sort ul li > p {
  display: block;
  padding: 15px;
}

.instructor-list-sort-wrap,
.new-list-sort-wrap {
  display: flex;
}
.instructor-list-sort-wrap .instructor-list-sort,
.instructor-list-sort-wrap .new-list-sort,
.new-list-sort-wrap .instructor-list-sort,
.new-list-sort-wrap .new-list-sort {
  flex: 1 0 0;
}
.instructor-list-sort-wrap .instructor-list-sort:not(:first-child),
.instructor-list-sort-wrap .new-list-sort:not(:first-child),
.new-list-sort-wrap .instructor-list-sort:not(:first-child),
.new-list-sort-wrap .new-list-sort:not(:first-child) {
  border-left: none;
}

.new-list-sort {
  border: solid 1px #333;
}

/* .instructor-list */
.instructor-list {
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
}
.instructor-list article a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 12px 15px;
  transition: background-color 0.6s ease, color 0.6s ease;
}
@media (max-width: 767px) {
  .instructor-list article a {
    padding: 10px;
  }
}
.instructor-list article a:hover {
  background-color: #eee;
  color: #333;
  text-decoration: none;
  opacity: 1;
}
.instructor-list article a .thumb {
  border-radius: 50%;
  width: 70px;
  aspect-ratio: 1.1/1;
  background-color: #fff;
  border-radius: 61% 45% 48% 52%/56% 47% 55% 50%;
  padding: 1px;
  overflow: hidden;
}
.instructor-list article a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.instructor-list article a .info {
  padding-left: 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.instructor-list article a .info .name {
  font-size: 15px;
  line-height: 1.2;
}
.instructor-list article a .info .type {
  margin-top: 2px;
  line-height: 1.2;
}
.instructor-list article a .info .type span {
  display: block;
  font-size: 12px;
}

/*	instructors
====================================*/
/* .instructors-detail */
.instructors-detail .upp-info {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.instructors-detail .upp-info .inner {
  display: flex;
  align-items: center;
}
.instructors-detail .upp-info .inner .thumb {
  flex: 0 0 127px;
  max-width: 127px;
  height: 127px;
  border-radius: 50%;
  overflow: hidden;
}
.instructors-detail .upp-info .inner .info {
  padding-left: 20px;
}
.instructors-detail .upp-info .inner .info .tag-ttl span {
  display: inline-block;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1;
}
.instructors-detail .upp-info .inner .info .class {
  margin-top: 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.2;
}
.instructors-detail .upp-info .inner .info .post-ttl {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1;
}
.instructors-detail .upp-info .inner .info .post-ttl h1 {
  font-size: 22px;
}
.instructors-detail .upp-info .inner .info .post-ttl span {
  padding-left: 10px;
  font-size: 14px;
  color: #999;
}
.instructors-detail .low-info {
  border-top: solid 1px #eee;
}

/*	schedule
====================================*/
/* .schedule-sec */
.black-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10001;
}

.ajax-display {
  display: none;
}

.pageDisplay {
  position: fixed;
  display: none;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 10002;
  background: #fff;
  padding: 10px;
  overflow: scroll;
}
.pageDisplay .ajax-nondisplay {
  display: none;
}
.pageDisplay .ajax-display {
  display: block;
}

.pageClose {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: #000;
  font-size: 200%;
  z-index: 10003;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

.pdf-link {
  display: flex;
  align-items: center;
  background: url("../img/schedule/pdf-ic.png") right 20px center/21px 21px no-repeat;
  border: solid 1px #434343;
  padding: 16px 45px 16px 20px;
  line-height: 1.4;
}
.pdf-link::after {
  content: "";
  flex: 0 0 12px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 6px;
}

.schedule-sec .schedule-upp-date {
  display: flex;
  align-items: center;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  line-height: 1;
}
.schedule-sec .schedule-upp-date .date {
  font-size: 30px;
}
.schedule-sec .schedule-upp-date .month {
  display: inline-block;
  background-color: #a0a0a0;
  margin-left: 15px;
  padding: 4px 15px;
  font-size: 20px;
  color: #fff;
}
.schedule-sec .hot-mark::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #418c45;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-right: 0.25em;
}
.schedule-sec .schedule-unit .unit-ttl > span {
  display: inline-flex;
  background-color: #333;
  border-radius: 9999px;
  padding: 5px 20px;
  color: #fff;
  line-height: 1;
  align-items: center;
}
.schedule-sec .schedule-unit .unit-ttl > span .en {
  display: block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 18px;
}
.schedule-sec .schedule-unit .unit-ttl > span .ja {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  margin-left: 6px;
  line-height: 1.25;
}
.schedule-sec .schedule-unit .schedule-table {
  display: flex;
  position: relative;
}
.schedule-sec .schedule-unit .schedule-table .time-bar-wrap {
  flex: 0 0 20px;
  max-width: 20px;
}
.schedule-sec .schedule-unit .schedule-table .time-bar-wrap .time-bar {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.schedule-sec .schedule-unit .schedule-table .time-bar-wrap .time-bar.-morning {
  background: url("../img/schedule/morning-ic.png") center top 4px/14px 10px no-repeat #e08f00;
}
.schedule-sec .schedule-unit .schedule-table .time-bar-wrap .time-bar.-afternoon {
  background: url("../img/schedule/afternoon-ic.png") center top 4px/12px 12px no-repeat #7ecef4;
}
.schedule-sec .schedule-unit .schedule-table .time-bar-wrap .time-bar.-night {
  background: url("../img/schedule/night-ic.png") center top 4px/11px 11px no-repeat #9f8cbe;
}
.schedule-sec .schedule-unit .schedule-table .time-bar-wrap .time-bar span {
  display: block;
  padding-top: 18px;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list {
  flex: 1 0 0;
  background-color: #fff;
  width: 100%;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li {
  border: solid 1px #b2b2b2;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li:not(:first-child) {
  border-top: none;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row {
  display: flex;
  align-items: center;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row .date,
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row .type {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: middle;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row .date {
  flex: 0 0 105px;
  width: 105px;
  max-width: 105px;
  padding: 15px 5px;
  text-align: center;
  position: relative;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row .date:after {
  content: "";
  background-color: #b2b2b2;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row .date span {
  color: #999;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row .type {
  flex: 1 0 0;
  padding: 15px 20px 15px 10px;
  position: relative;
}
.schedule-sec .schedule-unit .schedule-table .schedule-list li .row .type::after {
  content: "";
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  z-index: 2;
}

/*	schedules
====================================*/
/* .schedules-detail */
.schedules-detail {
  border-top: solid 1px #eee;
}
.schedules-detail .upp-info {
  border-bottom: solid 1px #eee;
}
.schedules-detail .staff-info {
  display: flex;
  align-items: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.schedules-detail .staff-info .thumb {
  flex: 0 0 88px;
  max-width: 88px;
  border-radius: 9999px;
  overflow: hidden;
}
.schedules-detail .staff-info .inner {
  flex: 1 0 0%;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  padding-left: 10px;
}
.schedules-detail .staff-info .inner .name {
  font-size: 15px;
  line-height: 1;
}
.schedules-detail .staff-info .inner .type {
  font-size: 12px;
  color: #555;
}
.schedules-detail .staff-info .inner .type span {
  display: block;
  line-height: 1;
}
.schedules-detail .staff-info .inner .profile-btn {
  display: block;
  border: solid 1px #555;
  padding: 5px 10px;
  line-height: 1;
  text-align: center;
}

/*	teacher-interview & alumni-interview
====================================*/
#teacher-interview,
#alumni-interview {
  /* .interview-anchor */
}
#teacher-interview .interview-anchor li,
#alumni-interview .interview-anchor li {
  border-bottom: solid 1px #eee;
}
#teacher-interview .interview-anchor li:first-child,
#alumni-interview .interview-anchor li:first-child {
  border-top: solid 1px #eee;
}
#teacher-interview .interview-anchor li a,
#alumni-interview .interview-anchor li a {
  display: flex;
  padding: 15px 0;
}
#teacher-interview .interview-anchor li a .thumb,
#alumni-interview .interview-anchor li a .thumb {
  flex: 0 0 50px;
  max-width: 50px;
}
#teacher-interview .interview-anchor li a .thumb::after,
#alumni-interview .interview-anchor li a .thumb::after {
  content: "";
  display: block;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 10px auto 0;
  transform: rotate(135deg);
}
#teacher-interview .interview-anchor li a .inner,
#alumni-interview .interview-anchor li a .inner {
  padding-left: 20px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
#teacher-interview .interview-anchor li a .inner .name,
#alumni-interview .interview-anchor li a .inner .name {
  font-size: 15px;
  line-height: 1.2;
}
#teacher-interview .interview-anchor li a .inner .text,
#alumni-interview .interview-anchor li a .inner .text {
  margin-top: 10px;
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}
#teacher-interview,
#alumni-interview {
  /* .interviews-detail */
}
#teacher-interview .interviews-detail .upp-info,
#alumni-interview .interviews-detail .upp-info {
  background-color: #f8f7f4;
}
#teacher-interview .interviews-detail .upp-info .inner,
#alumni-interview .interviews-detail .upp-info .inner {
  position: relative;
}
#teacher-interview .interviews-detail .upp-info .inner .thumb,
#alumni-interview .interviews-detail .upp-info .inner .thumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#teacher-interview .interviews-detail .main-sentence > section,
#alumni-interview .interviews-detail .main-sentence > section {
  margin-top: 30px;
}
#teacher-interview .interviews-detail .main-sentence > section h3,
#alumni-interview .interviews-detail .main-sentence > section h3 {
  padding: 15px 0;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 110%;
  line-height: 1.6;
  position: relative;
}
#teacher-interview .interviews-detail .main-sentence > section h3::before, #teacher-interview .interviews-detail .main-sentence > section h3::after,
#alumni-interview .interviews-detail .main-sentence > section h3::before,
#alumni-interview .interviews-detail .main-sentence > section h3::after {
  content: "";
  background-color: #dcdcdc;
  width: 125px;
  height: 1px;
  position: absolute;
  left: -20px;
  z-index: 2;
}
#teacher-interview .interviews-detail .main-sentence > section h3::before,
#alumni-interview .interviews-detail .main-sentence > section h3::before {
  top: 0;
}
#teacher-interview .interviews-detail .main-sentence > section h3::after,
#alumni-interview .interviews-detail .main-sentence > section h3::after {
  bottom: 0;
}
#teacher-interview .interviews-detail .main-sentence > section P,
#alumni-interview .interviews-detail .main-sentence > section P {
  padding-top: 15px;
  line-height: 1.6;
}

/*	new
====================================*/
/* .new-list */
.new-list article a {
  display: block;
  padding-top: 10px;
}
.new-list article a .thumb {
  position: relative;
}
.new-list article a .thumb .studio {
  display: inline-flex;
  align-items: center;
  background-color: #000;
  border-radius: 9999px;
  padding: 3px 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: absolute;
  top: -10px;
  right: 15px;
  z-index: 2;
}
.new-list article a .sub-info {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.4;
}
.new-list article a .post-ttl {
  margin-top: 15px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

#new .new-list article a,
#news .new-list article a {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
#new .new-list article a .sub-info .date,
#news .new-list article a .sub-info .date {
  display: block;
}
#new .new-list article a .sub-info .cat,
#news .new-list article a .sub-info .cat {
  display: inline-block;
  background-color: #f8f7f4;
  margin-top: 5px;
  padding: 4px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 90%;
}
#new .new-list article a .post-ttl,
#news .new-list article a .post-ttl {
  margin-top: 5px;
}

.fix-width-wrap {
  width: auto;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.fix-width-wrap::-webkit-scrollbar {
  display: none;
}
.fix-width-wrap .fix-width {
  width: 1000px;
}

#schedule .fix-width-wrap .fix-width {
  flex-wrap: nowrap;
}

/*	news
====================================*/
/* .news-detail */
.news-detail .upp-info .studio {
  display: inline-flex;
  align-items: center;
  background-color: #000;
  border-radius: 9999px;
  height: 20px;
  padding: 0 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.news-detail .upp-info .post-ttl {
  padding-top: 15px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 120%;
  line-height: 1.5;
}
.news-detail .upp-info .sub-info {
  margin-top: 20px;
  font-size: 90%;
  line-height: 1;
}
.news-detail .upp-info .sub-info .cat {
  background-color: #f8f7f4;
  margin-left: 5px;
  padding: 4px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 90%;
}
.news-detail .upp-info .thumb {
  padding-top: 30px;
}

.cms-pager article:nth-child(1)::before {
  content: "次の記事";
}
.cms-pager article:nth-child(2)::before {
  content: "前の記事";
  text-align: right;
}
.cms-pager article::before {
  display: block;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.cms-pager article a {
  border-top: solid 1px #eee;
  padding-top: 30px;
}

/*	information
====================================*/
/* .information-list */
.information-list article a {
  display: flex;
  border-bottom: solid 1px #eee;
  padding: 30px 0;
}
.information-list article a .inner {
  padding-left: 15px;
}
.information-list article a .inner .sub-info {
  font-size: 90%;
  line-height: 1;
}
.information-list article a .inner .sub-info .date {
  display: block;
}
.information-list article a .inner .sub-info .cat {
  display: inline-block;
  max-width: 100%;
  background-color: #f8f7f4;
  margin-top: 5px;
  padding: 4px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information-list article a .inner .post-ttl {
  margin-top: 10px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 90%;
}

/*	informations
====================================*/
/* .informations-detail */
.informations-detail .upp-info .post-ttl {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.5;
}
.informations-detail .upp-info .sub-info {
  margin-top: 20px;
  font-size: 90%;
  line-height: 1;
}
.informations-detail .upp-info .sub-info .cat {
  background-color: #f8f7f4;
  margin-left: 5px;
  padding: 4px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 90%;
}
.informations-detail .upp-info .thumb {
  padding-top: 30px;
}
.informations-detail .cms-pager article a {
  display: block;
}
.informations-detail .cms-pager article a .inner {
  padding-top: 10px;
  padding-left: 0;
}

#kumamoto .km-line {
  left: 50%;
  width: 97px;
  border-top: solid 1px #333;
  margin: auto;
}
#kumamoto .-monthly-half h4 {
  background-color: #6585b6;
}
#kumamoto .-monthly-half p {
  background-color: #d4bc6e;
}
#kumamoto .warn-box {
  border: thin solid #333;
  padding: 20px;
}

#ohashi .trial-btn {
  background: url(../img/base/reserve-ic.png) 20px center/13px 20px no-repeat #418c45;
  padding-left: 40px;
}
#ohashi .other {
  position: relative;
}
#ohashi .other-box {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
}
#ohashi .other-ttl {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
#ohashi .other-ttl span {
  background-color: #fff;
  padding: 11px 0 9px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #333;
  line-height: 1.4;
  border-radius: 18px;
  text-align: center;
}
#ohashi .-ohashi-free h4 {
  background-color: #d97993;
}
#ohashi .-ohashi-free p {
  background-color: #f2b259;
}
#ohashi .-ohashi-weekdays-free h4 {
  background-color: #82bbc4;
}
#ohashi .-ohashi-weekdays-free p {
  background-color: #e9b669;
}
#ohashi .-ohashi-student-free h4 {
  background-color: #98c086;
}
#ohashi .-ohashi-student-free p {
  background-color: #96a8c8;
}

/* 入会の流れブロック */
.about-join {
  position: relative;
  background: #fff9f7;
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
}
.about-join::before {
  content: "";
  background: url(../img/ohashi/enrollmentFlow-illust.png) 0 0/contain no-repeat;
  width: 157px;
  height: 106px;
  position: absolute;
  top: -30px;
  right: 30px;
}
@media (max-width: 767px) {
  .about-join::before {
    width: 110px;
    height: 74px;
  }
}
.about-join .about-join-flow li {
  background: #fff;
  padding: 10px;
  border-left: 10px solid #fec1ae;
  margin-top: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .about-join .about-join-flow li {
    display: block;
    border-left: none;
    padding: 10px 20px;
  }
}
.about-join .about-join-flow li .step > span {
  display: inline-block;
  background: #bab152;
  font-size: 85%;
  padding: 0 15px;
  border-radius: 9999px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  position: relative;
  margin: 0 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .about-join .about-join-flow li .step > span {
    margin: 0;
  }
}
.about-join .about-join-flow li .step > span::before {
  content: "";
  background: url(../img/ohashi/phone-illust.png) 0 0/contain no-repeat;
  width: 18px;
  height: 31px;
  position: absolute;
  left: -10px;
  top: -4px;
}
.about-join .about-join-flow li .text {
  display: inline-block;
}
@media (max-width: 767px) {
  .about-join .about-join-flow li .text {
    padding-top: 10px;
  }
}

#schedule .weekly-box-wrap,
#trial .weekly-box-wrap,
#type .weekly-box-wrap,
#price .weekly-box-wrap,
#schedules .weekly-box-wrap {
  display: flex;
}
#schedule .weekly-box-wrap .weekly-box,
#trial .weekly-box-wrap .weekly-box,
#type .weekly-box-wrap .weekly-box,
#price .weekly-box-wrap .weekly-box,
#schedules .weekly-box-wrap .weekly-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  border-left: solid 1px #c9c9c9;
  height: 50px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 17px;
  font-weight: 400;
}
#schedule .weekly-box-wrap .weekly-box:last-child,
#trial .weekly-box-wrap .weekly-box:last-child,
#type .weekly-box-wrap .weekly-box:last-child,
#price .weekly-box-wrap .weekly-box:last-child,
#schedules .weekly-box-wrap .weekly-box:last-child {
  border-right: solid 1px #c9c9c9;
}
#schedule .weekly-box-wrap .weekly-box::after,
#trial .weekly-box-wrap .weekly-box::after,
#type .weekly-box-wrap .weekly-box::after,
#price .weekly-box-wrap .weekly-box::after,
#schedules .weekly-box-wrap .weekly-box::after {
  content: "";
  border-top: solid 1px #8c8c8c;
  border-right: solid 1px #8c8c8c;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  position: absolute;
  top: 38px;
}
#schedule .weekly-box-wrap a,
#trial .weekly-box-wrap a,
#type .weekly-box-wrap a,
#price .weekly-box-wrap a,
#schedules .weekly-box-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  width: 100%;
  height: 100%;
}

.studio-link-wrap-mini {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .studio-link-wrap-mini {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.studio-link-wrap-mini .studio-link {
  position: relative;
  z-index: 1;
}
.studio-link-wrap-mini .studio-link a {
  display: block;
}
.studio-link-wrap-mini .studio-link a .thumb {
  position: relative;
  overflow: hidden;
}
.studio-link-wrap-mini .studio-link a .thumb figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#price .price-ttl span {
  background-color: #dcdcdc;
  border-radius: 9999px;
  padding: 5px 20px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #333;
  line-height: 1.4;
}
#price .price-block .thumb {
  position: relative;
}
#price .price-block .thumb .lesson-ttl {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#price .price-block .thumb .lesson-ttl span {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 19px 0 17px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

#type .type-br {
  border-bottom: solid 5px #568096;
}
#type .menu-box {
  border-width: 1px;
  border-color: #b2b2b2;
  border-style: solid;
  background-color: #ffffff;
  border-left: solid 3px #000000;
}

#alumni-interview .interview-box {
  border-width: 1px;
  border-color: #b2b2b2;
  border-style: solid;
  background-color: #ffffff;
  border-left: solid 3px #000000;
}

#aerial .bb-darkgray {
  border-bottom: solid 1px #d2d2d2;
}
#aerial .note-num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 30px;
  height: 30px;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}

#contact .c-red,
#course-apply .c-red {
  color: #ff0000;
}
#contact .form-box,
#course-apply .form-box {
  border: solid 1px #eeeeee;
}
#contact .bgc-green,
#course-apply .bgc-green {
  background-color: #49820c;
}
#contact .pay-box,
#course-apply .pay-box {
  background-color: #fff;
  border: medium solid #bfbfbf;
  border-width: 1px;
}

#company .whitebox {
  background-color: #fff;
  border: medium solid #bfbfbf;
  border-width: 4px;
}
#company .bb-mission {
  border-bottom: solid 1px #bfbfbf;
}

#faq .c-green {
  color: #49820c;
}
#faq .faq-tgl {
  padding-right: 20px;
}
#faq .faq-tgl::after {
  content: "";
  flex: 0 0 8px;
  border-top: solid 1px #49820c;
  border-right: solid 1px #49820c;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  transition: all 100ms ease-out;
  transform: rotate(135deg);
}
#faq .faq-tgl.act::after {
  transform: rotate(-45deg);
}

#trial-bene .inner {
  background: #fffcf5;
  position: relative;
  border: solid 2px #d2b071;
}
#trial-bene .inner img {
  position: absolute;
  top: 0;
  left: 25px;
}

#trial-bene-demo .inner {
  position: relative;
}
#trial-bene-demo .inner img {
  position: absolute;
  top: 0;
  left: 25px;
}

#lp-campaign .lp-cv-btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#content-campaign {
  max-width: 430px;
  width: 100%;
  margin: auto;
  overflow: visible;
}

.campaign-btn {
  position: sticky;
  z-index: 10;
  width: 100%;
  bottom: 0;
}

.privilege-list li {
  padding-left: 50px;
  line-height: 1.4;
  position: relative;
}
.privilege-list li:not(:first-child) {
  margin-top: 30px;
}
.privilege-list li::before {
  content: "特典";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #418c45;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: -12px;
  left: 0;
}

.lienThrough {
  text-decoration: line-through;
}

#male-instructor .application-flow {
  list-style: none;
}
#male-instructor .application-flow li {
  display: block;
  padding: 10px 25px;
  background-color: #f8f7f4;
  font-weight: bold;
}
#male-instructor .application-flow li:not(:first-of-type) {
  margin-top: 20px;
}
#male-instructor .qna-list .qna-item .qna-title {
  padding-left: 40px;
  position: relative;
}
#male-instructor .qna-list .qna-item .qna-title::before {
  content: "";
  background: url("../img/male-instructor/qna-icon.png") 0 0/contain no-repeat;
  width: 30px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*	知っとくヨガ講座
   （大橋駅前店、けやき店通り店）
====================================*/
.uniuniCourse .c-orange {
  color: #e08f00;
}
.uniuniCourse .c-blue {
  color: #7ecef4;
}
.uniuniCourse .inner {
  background-color: #f8f7f4;
  border-radius: 5px;
}
.uniuniCourse .inner .js-dd-wrap {
  background-color: #fff;
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.uniuniCourse .inner .js-dd-tgl {
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
.uniuniCourse .inner .js-dd-tgl::before {
  content: "";
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px - 2px);
  right: 15px;
  transform: rotate(135deg);
}
.uniuniCourse .inner .js-dd-tgl.act::before {
  top: calc(50% - 5px + 2px);
  transform: rotate(-45deg);
}
.uniuniCourse .inner .js-dd-body {
  border-top: solid 1px #e9e9e9;
  padding: 20px;
}
.uniuniCourse .inner .schedule {
  background: #fff;
  border-radius: 5px;
}
.uniuniCourse .inner .schedule-item:not(:first-of-type) {
  border-top: solid 1px #e9e9e9;
  margin-top: 15px;
  padding-top: 15px;
}
.uniuniCourse .inner .schedule-item p span {
  display: inline-flex;
  background-color: #000;
  border-radius: 9999px;
  padding: 5px 10px;
  font-family: "ten-mincho";
  color: #fff;
  line-height: 1;
}
.uniuniCourse .inner .schedule-item ul {
  margin-top: 5px;
}
.uniuniCourse .inner .schedule-item ul li {
  padding-left: 1em;
  line-height: 1.4;
  position: relative;
}
.uniuniCourse .inner .schedule-item ul li:not(:first-child) {
  margin-top: 0.5em;
}
.uniuniCourse .inner .schedule-item ul li::before {
  content: "";
  background-color: #418c45;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(0.7em - 3px);
  left: 3px;
}
.uniuniCourse .inner .cv, .uniuniCourse .inner .cv2, .uniuniCourse .inner .cv1 {
  display: block;
  border-radius: 5px;
  padding: 12px 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.uniuniCourse .inner .cv1 {
  background-color: #e08f00;
}
.uniuniCourse .inner .cv2 {
  background-color: #7ecef4;
}

/*	あなたにあったヨガのタイプを知ろう！チャート（大橋店）
====================================*/
.yogaType-chart {
  position: relative;
}
@media (max-width: 767px) {
  .yogaType-chart {
    margin: 0 -20px;
  }
}
.yogaType-chart img {
  width: 100%;
  height: auto;
}
.yogaType-chart a {
  display: block;
  position: absolute;
  z-index: 1;
}
.yogaType-chart-link1 {
  width: 21.1930926217%;
  height: 22.3247232472%;
  top: 28.9667896679%;
  left: 75.6671899529%;
}
.yogaType-chart-link2 {
  width: 21.3500784929%;
  height: 22.3247232472%;
  top: 54.6125461255%;
  left: 70.1726844584%;
}
.yogaType-chart-link3 {
  width: 21.3500784929%;
  height: 25.0922509225%;
  top: 69.1881918819%;
  left: 35.1648351648%;
}
.yogaType-chart-link4 {
  width: 21.3500784929%;
  height: 25.0922509225%;
  top: 71.2177121771%;
  left: 3.9246467818%;
}
.yogaType-chart-btn {
  display: block;
  background-color: #fec1ae;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 15px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.yogaType-chart-btn::after {
  content: "";
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
}

/*	ピラティス
====================================*/
#pilates #content .pilates-point-pic {
  position: relative;
}
#pilates #content .pilates-point-pic-num {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
}

/*	キャンペーンページ「春から通う！大人のためのピラティス&ヨガキャンペーン」
====================================*/
#campaign-keyaki .content,
#campaign-ohashi .content {
  max-width: 430px;
  margin: 0 auto;
  font-size: clamp(12px, 3.75vw, 16px);
}
#campaign-keyaki .content .ctaBlock,
#campaign-ohashi .content .ctaBlock {
  position: relative;
}
#campaign-keyaki .content .ctaBlock a.reserve-btn,
#campaign-ohashi .content .ctaBlock a.reserve-btn {
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  position: absolute;
  inset: auto 30px 140px 30px;
  overflow: hidden;
}
#campaign-keyaki .content .ctaBlock a.tel-btn,
#campaign-ohashi .content .ctaBlock a.tel-btn {
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  position: absolute;
  inset: auto 30px 30px 30px;
  overflow: hidden;
}
#campaign-keyaki .content .pic2,
#campaign-ohashi .content .pic2 {
  background-color: #f6f8f4;
}
#campaign-keyaki .content .badge-img,
#campaign-ohashi .content .badge-img {
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 1;
}
#campaign-keyaki .fixed-cv,
#campaign-ohashi .fixed-cv {
  position: fixed;
  z-index: 8;
  display: flex;
  gap: 10px;
  inset: auto auto 20px 50%;
}
#campaign-keyaki .fixed-btn,
#campaign-ohashi .fixed-btn {
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  width: calc(100vw - 60px);
  max-width: 200px;
  inset: auto auto 20px 50%;
  overflow: hidden;
  z-index: 8;
  transform: translateX(-103%);
}
@media (max-width: 767px) {
  #campaign-keyaki .fixed-btn,
  #campaign-ohashi .fixed-btn {
    max-width: 170px;
  }
}
@media (max-width: 999px) {
  #campaign-keyaki footer,
  #campaign-ohashi footer {
    padding-bottom: 0;
  }
}

#campaign-kumamoto .content {
  max-width: 430px;
  margin: 0 auto;
  font-size: clamp(12px, 3.75vw, 16px);
}
#campaign-kumamoto .content .ctaBlock {
  position: relative;
}
#campaign-kumamoto .content .ctaBlock a.reserve-btn {
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  position: absolute;
  inset: auto 30px 30px 30px;
  overflow: hidden;
}
#campaign-kumamoto .content .pic2 {
  background-color: #f6f8f4;
}
#campaign-kumamoto .content .badge-img {
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 1;
}
#campaign-kumamoto .fixed-cv {
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  width: calc(100vw - 60px);
  position: fixed;
  inset: auto auto 20px 50%;
  overflow: hidden;
  z-index: 8;
  max-width: 370px;
  transform: translateX(-50%);
}
@media (max-width: 999px) {
  #campaign-kumamoto footer {
    padding-bottom: 0;
  }
}

.academy-fv-title {
  filter: drop-shadow(0px 0px 9px rgba(171, 187, 37, 0.9));
}
.academy-fv-title.-demo1 {
  filter: drop-shadow(0px 0px 9px rgba(235, 108, 0, 0.9));
}

/*	mailformpro
====================================*/
/*	mailformpro
====================================*/
#mailformpro {
  /* テーブルの装飾 */
}
#mailformpro table {
  width: 100%;
}
#mailformpro table tr th,
#mailformpro table tr td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
  display: block;
  width: 100%;
}
#mailformpro table tr th {
  padding: 15px 0 5px 0;
  font-weight: bold;
}
#mailformpro table tr td {
  padding: 5px 0 15px 0;
}
#mailformpro {
  /* プレースホルダーの色 */
  /* インプット要素 */
}
#mailformpro input[type=text],
#mailformpro input[type=email],
#mailformpro input[type=tel],
#mailformpro select,
#mailformpro textarea,
#mailformpro .mfp_element_submit[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none;
  height: 2.25em;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  font-size: 100%;
}
#mailformpro input[type=text]:-moz-placeholder, #mailformpro input[type=email]:-moz-placeholder, #mailformpro input[type=tel]:-moz-placeholder, #mailformpro select:-moz-placeholder, #mailformpro textarea:-moz-placeholder, #mailformpro .mfp_element_submit[type=submit]:-moz-placeholder {
  color: #ccc;
}
#mailformpro input[type=text]:placeholder-shown,
#mailformpro input[type=email]:placeholder-shown,
#mailformpro input[type=tel]:placeholder-shown,
#mailformpro select:placeholder-shown,
#mailformpro textarea:placeholder-shown,
#mailformpro .mfp_element_submit[type=submit]:placeholder-shown {
  color: #ccc;
}
#mailformpro input[type=text]::-webkit-input-placeholder,
#mailformpro input[type=email]::-webkit-input-placeholder,
#mailformpro input[type=tel]::-webkit-input-placeholder,
#mailformpro select::-webkit-input-placeholder,
#mailformpro textarea::-webkit-input-placeholder,
#mailformpro .mfp_element_submit[type=submit]::-webkit-input-placeholder {
  color: #ccc;
}
#mailformpro input[type=text]:-moz-placeholder,
#mailformpro input[type=email]:-moz-placeholder,
#mailformpro input[type=tel]:-moz-placeholder,
#mailformpro select:-moz-placeholder,
#mailformpro textarea:-moz-placeholder,
#mailformpro .mfp_element_submit[type=submit]:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#mailformpro input[type=text]::-moz-placeholder,
#mailformpro input[type=email]::-moz-placeholder,
#mailformpro input[type=tel]::-moz-placeholder,
#mailformpro select::-moz-placeholder,
#mailformpro textarea::-moz-placeholder,
#mailformpro .mfp_element_submit[type=submit]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#mailformpro input[type=text]:-ms-input-placeholder,
#mailformpro input[type=email]:-ms-input-placeholder,
#mailformpro input[type=tel]:-ms-input-placeholder,
#mailformpro select:-ms-input-placeholder,
#mailformpro textarea:-ms-input-placeholder,
#mailformpro .mfp_element_submit[type=submit]:-ms-input-placeholder {
  color: #ccc;
}
#mailformpro input[type=text],
#mailformpro input[type=email],
#mailformpro input[type=tel],
#mailformpro select,
#mailformpro textarea,
#mailformpro .mfp_element_submit[type=submit] {
  line-height: 1.5;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  #mailformpro input[type=text],
  #mailformpro input[type=email],
  #mailformpro input[type=tel],
  #mailformpro select,
  #mailformpro textarea,
  #mailformpro .mfp_element_submit[type=submit] {
    width: 100% !important;
  }
}
#mailformpro textarea,
#mailformpro .mfp_element_submit[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none;
  height: 2.25em;
  padding-bottom: 90px;
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  font-size: 100%;
}
#mailformpro textarea:-moz-placeholder, #mailformpro .mfp_element_submit[type=submit]:-moz-placeholder {
  color: #ccc;
}
#mailformpro textarea:placeholder-shown,
#mailformpro .mfp_element_submit[type=submit]:placeholder-shown {
  color: #ccc;
}
#mailformpro textarea::-webkit-input-placeholder,
#mailformpro .mfp_element_submit[type=submit]::-webkit-input-placeholder {
  color: #ccc;
}
#mailformpro textarea:-moz-placeholder,
#mailformpro .mfp_element_submit[type=submit]:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#mailformpro textarea::-moz-placeholder,
#mailformpro .mfp_element_submit[type=submit]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#mailformpro textarea:-ms-input-placeholder,
#mailformpro .mfp_element_submit[type=submit]:-ms-input-placeholder {
  color: #ccc;
}
#mailformpro textarea,
#mailformpro .mfp_element_submit[type=submit] {
  line-height: 1.5;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  #mailformpro textarea,
  #mailformpro .mfp_element_submit[type=submit] {
    width: 100% !important;
  }
}
#mailformpro {
  /* セレクトボックス要素 */
}
#mailformpro .select {
  display: inline-block;
  position: relative;
}
#mailformpro .select::after {
  border: 2px solid #333;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}
#mailformpro .select select {
  padding-right: 2.5em;
}
#mailformpro {
  /* バリデーションの装飾 */
}
#mailformpro .mfp_err {
  display: none;
  padding-top: 5px;
  clear: both;
  font-size: 90%;
  color: #cc0000;
  text-align: left;
}
#mailformpro .mfp_err::before {
  content: "( ! )";
  margin-right: 0.25em;
}
#mailformpro {
  /* 入力確認画面へのボタン */
}
#mailformpro .mfp_buttons {
  text-align: center;
}
#mailformpro .mfp_buttons .mfp_element_submit[type=submit] {
  background-color: #49820c;
  border: none;
  padding-bottom: 15px;
  padding-left: calc((0.625em - 1px) * 2);
  padding-right: calc((0.625em - 1px) * 2);
  padding-top: 15px;
  height: auto;
  color: #fff;
  justify-content: center;
  cursor: pointer;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #mailformpro .select::after {
    display: none;
  }
  *::-ms-backdrop,
  #mailformpro .select select {
    padding-right: inherit;
  }
}
/* 確認画面の装飾 */
#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_overlay h4 {
  font-size: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}
#mfp_overlay #mfp_overlay_inner {
  background-color: #fff;
  padding: 15px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  width: 640px;
  max-width: 90%;
  /* テーブル */
}
#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored {
  background-color: #eee;
}
#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma {
  background-color: #ffffff;
}
#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table tr td {
  font-size: 90%;
  font-weight: normal;
  text-align: left;
  padding: 10px;
}
#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table tr td {
  line-height: 1.5;
  word-break: break-all;
}
#mfp_overlay #mfp_overlay_inner {
  /* ボタン */
}
#mfp_overlay #mfp_overlay_inner .mfp_buttons {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_send,
#mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  height: auto;
  padding-bottom: calc((0.375em - 1px) * 2);
  padding-left: calc((0.625em - 1px) * 2);
  padding-right: calc((0.625em - 1px) * 2);
  padding-top: calc((0.375em - 1px) * 2);
  font-size: 100%;
  line-height: 1.5;
  vertical-align: top;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_send {
  background-color: #3273dc;
}
#mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  background-color: #ddd;
}

/* 確認画面出現時の背景 */
#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

/* NO EDIT */
#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

#mfp_hidden input {
  margin: 10px;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

/*====================================
	Footer
====================================*/
.popupBnr {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9998;
}
@media (max-width: 999px) {
  .popupBnr {
    bottom: 70px;
  }
}
.popupBnr a img {
  width: 250px;
  height: auto;
}
@media (max-width: 999px) {
  .popupBnr a img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .popupBnr a img {
    width: 100px;
    height: auto;
  }
}
.popupBnr-remove {
  background-color: #2f2f2f;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer__before {
  padding: 6.25rem 0;
  background: #f7f0ea;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__before {
    padding: 0;
  }
}
.l-footer__before-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__before-content {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0;
    background-color: #db9d90;
    border: 1px solid #fff;
    color: #ffffff;
    z-index: 20;
  }
}
.l-footer__before-link {
  display: block;
  width: 23%;
}
.l-footer__before-link img {
  max-width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__before-link {
    width: 100%;
  }
  .l-footer__before-link:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .l-footer__before-link-sp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
    padding: 0.5rem 0;
    height: 100%;
    font-size: 3.33333vw;
    font-family: "ten-mincho-text", serif;
    text-align: center;
    line-height: 1.2;
  }
  .l-footer__before-link-sp span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    font-size: 1.2em;
    letter-spacing: 0.18em;
  }
  .l-footer__before-link-sp--primary {
    color: #333;
    background-color: #f7f0ea;
  }
  .l-footer__before-link-sp--secondary {
    color: #fff;
    background-color: #db9d90;
  }
  .l-footer__before-link-sp--tertiary {
    color: #fff;
    background-color: #b5d4d2;
  }
  .l-footer__before-link-sp :is(img, svg) {
    display: block;
    width: 10%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-footer__before-insta img {
  max-width: 100%;
}

.l-footer {
  background: #b5d4d2;
  padding: 2.5rem 0 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 16vw 0 5.3333333333vw;
  }
}
.l-footer__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__head {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6.9333333333vw;
    margin-bottom: 12.2666666667vw;
  }
}
.l-footer__logo {
  display: block;
  width: 9.0625rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    width: 42.6666666667vw;
  }
}
.l-footer__head p {
  color: #ffffff;
  font-size: 1.625rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__head p {
    text-align: center;
    font-size: 4.5333333333vw;
  }
}
.l-footer__nav-content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__nav-content {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}
.l-footer__nav-list {
  flex: 1;
  padding-left: 2.5rem;
  border-left: 1px solid #808080;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__nav-list {
    flex: auto;
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.l-footer__nav-list li {
  margin-top: 1.875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 1.0625rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__nav-list li {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.l-footer__nav-list li:first-child {
  margin-top: 0;
}

.l-footer__nav-list li ul {
  margin-top: 0.8125rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__nav-list li ul {
    margin-top: 3.4666666667vw;
  }
}
.l-footer__nav-list li ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__nav-list li ul li {
    padding-left: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.l-footer__nav-list li ul li::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 0.5rem;
  height: 0.0625rem;
  background: #333333;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__nav-list li ul li::after {
    top: 2.6666666667vw;
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}
.l-footer__nav-list li ul li:first-child {
  margin-top: 0;
}

.l-footer small p {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 0.9375rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer small p {
    font-size: 3.2vw;
    margin-top: 13.3333333333vw;
  }
}
.l-footer__nav-content-sp ul li {
  padding: 6.4vw 0;
  border-bottom: 1px solid #ffffff;
}

.l-footer__nav-content-sp ul li:first-child {
  padding-top: 0;
}

.l-footer__nav-content-sp ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.l-footer__nav-content-sp ul li h3 {
  font-size: 4.2666666667vw;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  letter-spacing: 0.1em;
}

.l-footer__nav-content-sp ul li p {
  font-size: 3.7333333333vw;
  margin-top: 4.2666666667vw;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  letter-spacing: 0.1em;
}

/*====================================
	container
====================================*/
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: clip;
}

.l-container01 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container03 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container04 {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

/*	display
====================================*/
.u-dn-all {
  display: none;
}

@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}
/*	a11y
====================================*/
.u-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*	animation
====================================*/
/*  常時アニメーション
---------------------------------------------- */
.is-fadeOut {
  animation: fadeOut var(--duration, 1s) ease forwards;
  animation-delay: var(--delay);
}

.is-color-change {
  animation: colorChange var(--duration, 1s) ease forwards;
  animation-delay: var(--delay);
}

.is-order-slideIn-bt .order-item {
  display: inline-block;
  opacity: 0;
  animation: orderFadeIn 0.6s ease forwards;
  animation-delay: calc(var(--index) * 0.1s);
  transform: translateY(0.25em);
}

/*  トリガーアニメーション
---------------------------------------------- */
.u-fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration, 1s) ease, visibility var(--duration, 1s) ease;
  transition-delay: var(--delay);
}

.u-fadeIn.is-animated {
  opacity: 1;
  visibility: visible;
}

.u-fadeIn-lr {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10%);
  transition: opacity var(--duration, 1s) ease, visibility var(--duration, 1s) ease, transform var(--duration, 1s) ease;
  transition-delay: var(--delay);
}

.u-fadeIn-lr.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.u-overlayIn-lr {
  --img-anim-time: 0.6s;
  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --overlay-color: var(--ovl-color, var(--color-white));
  position: relative;
  scale: 0 1; /* 最初はx方向は倍率0 */
}
.u-overlayIn-lr.is-animated {
  scale: 1 1; /* activeになったらスケールを1倍にする */
  transition: scale var(--img-anim-time) var(--ease);
  transform-origin: left center;
}
.u-overlayIn-lr::before {
  position: absolute;
  inset: -1px;
  content: "";
  background: var(--overlay-color);
  z-index: 10;
}

.u-overlayIn-lr.is-animated::before {
  scale: 0 1;
  transition: scale 0.6s var(--ease);
  transition-delay: var(--img-anim-time); /* 画像のアニメーション時間分開始をずらす */
  transform-origin: right center;
}

.u-overlayIn-rl {
  --img-anim-time: 0.6s;
  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --overlay-color: var(--ovl-color, var(--color-white));
  position: relative;
  scale: 0 1; /* 最初はx方向は倍率0 */
}
.u-overlayIn-rl.is-animated {
  scale: 1 1; /* activeになったらスケールを1倍にする */
  transition: scale var(--img-anim-time) var(--ease);
  transform-origin: right center;
}
.u-overlayIn-rl::before {
  position: absolute;
  inset: -1px;
  content: "";
  background: var(--overlay-color);
  z-index: 1;
}

.u-overlayIn-rl.is-animated::before {
  scale: 0 1;
  transition: scale 0.6s var(--ease);
  transition-delay: var(--img-anim-time); /* 画像のアニメーション時間分開始をずらす */
  transform-origin: left center;
}

.u-order-fadeIn .order-item {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  transition-delay: var(--anim-delay);
}

.u-order-fadeIn.is-animated .order-item {
  opacity: 1;
}

/*  keyframes
---------------------------------------------- */
@keyframes orderFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes blob-rotate {
  0% {
    transform: rotate(0deg);
    scale: 1 1;
  }
  25% {
    scale: 1.05 1.05;
  }
  75% {
    scale: 0.95 0.95;
  }
  100% {
    transform: rotate(360deg);
    scale: 1 1;
  }
}
@keyframes colorChange {
  to {
    color: var(--to-color);
  }
}
@keyframes arrow-left {
  0% {
    translate: 50% 0;
    opacity: 0;
    scale: 0.5;
  }
  80% {
    translate: 0;
    opacity: 0.7;
    scale: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-right {
  0% {
    translate: -50%;
    opacity: 0;
    scale: 0.5;
  }
  80% {
    translate: translateX(0);
    opacity: 0.7;
    scale: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */