@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: inherit;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-rendering: optimizespeed;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img,
svg {
  height: auto;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* フォーム */
input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

[type=radio],
[type=checkbox] {
  margin: 0;
}

[type=text],
[type=number],
[type=tel],
[type=email] {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}

[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
[type=number]::-webkit-outer-spin-button, [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

input,
select {
  vertical-align: middle;
}
input::-webkit-search-cancel-button,
select::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
hr {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

pre,
code {
  white-space: pre-line;
}

body,
input,
button,
textarea,
select,
pre,
code {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

body {
  padding: 0;
  margin: 0;
  color: #333;
  word-break: normal;
}
@media (max-width: 767px) {
  body.-open {
    overflow: hidden;
  }
}

p {
  line-height: 1.6;
}

a {
  color: #333;
}

a:hover,
button:hover {
  opacity: 0.7;
}

.header {
  padding: 29.5px 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: auto;
}
.header__logo {
  margin-right: 37px;
}
.header__search-category {
  padding: 14px 14px 14px 10px;
  border-radius: 4px 0 0 4px;
}

@media (max-width: 767px) {
  .globalnav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: calc(100% - 68px);
    overflow-y: auto;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 374px) {
  .globalnav {
    height: calc(100% - 65px);
  }
}
@media (max-width: 767px) {
  .globalnav.-open {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .globalnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .globalnav__list {
    border-top: 1px solid #9e9e9e;
  }
}
@media (max-width: 767px) {
  .globalnav__item {
    border-bottom: 1px solid #9e9e9e;
  }
}
.globalnav__link {
  display: block;
  padding: 0.2em;
}
@media (max-width: 767px) {
  .globalnav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 45px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .globalnav__link:after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    width: 6px;
    height: 6px;
    margin: auto;
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .globalnav__btn {
    position: relative;
    width: 40px;
    height: 45px;
    cursor: pointer;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .globalnav__btn:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .globalnav__btn--top, .globalnav__btn--center, .globalnav__btn--bottom {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background: #333;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .globalnav__btn--top.-open, .globalnav__btn--center.-open, .globalnav__btn--bottom.-open {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .globalnav__btn--top {
    top: 0;
  }
}
@media (max-width: 767px) {
  .globalnav__btn--top.-open {
    top: 6px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .globalnav__btn--center {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .globalnav__btn--center.-open {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .globalnav__btn--bottom {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .globalnav__btn--bottom.-open {
    top: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .globalnav__btntext {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1.3rem;
    line-height: 1;
  }
}

.inner {
  width: calc(100% - 20px * 2);
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.inner--flex, .inner--between, .inner--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 20px * 2);
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.inner--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .main {
    margin-top: 68px;
  }
}
@media (max-width: 374px) {
  .main {
    margin-top: 65px;
  }
}
.main__inner {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .main__inner {
    padding: 40px 0;
  }
}

.footer {
  padding: 20px 0;
  color: #fff;
  background: #333;
}

.btn--small {
  max-width: 160px;
  height: 40px;
  background-position: top 48% right 16px;
  background-size: 14px 4px;
  border-radius: 20px;
}
.btn--medium {
  max-width: 280px;
  height: 60px;
  background-position: top 48% right 22px;
  background-size: 18px 6px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .btn--medium {
    font-size: 1.8rem;
  }
}
.btn--large {
  max-width: 420px;
  height: 80px;
  font-size: 3.2rem;
  background-position: top 48% right 36px;
  background-size: 30px 10px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .btn--large {
    height: 60px;
    font-size: 2rem;
    background-position: top 48% right 26px;
    background-size: 26px 8px;
  }
}
.btn--small, .btn--medium, .btn--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #0067c0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%3E%3Cpath%20d%3D%22M34%2C12H2A2%2C2%2C0%2C0%2C1%2C2%2C8H29.52L25.33%2C3.34a2%2C2%2C0%2C1%2C1%2C3-2.68l7.19%2C8A2%2C2%2C0%2C0%2C1%2C34%2C12Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  border: 1px solid #0067c0;
}
.btn--small:hover, .btn--medium:hover, .btn--large:hover {
  color: #0067c0;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%3E%3Cpath%20d%3D%22M34%2C12H2A2%2C2%2C0%2C0%2C1%2C2%2C8H29.52L25.33%2C3.34a2%2C2%2C0%2C1%2C1%2C3-2.68l7.19%2C8A2%2C2%2C0%2C0%2C1%2C34%2C12Z%22%20fill%3D%22%230067c0%22%2F%3E%3C%2Fsvg%3E");
  opacity: 1;
}
.btn--disabled {
  cursor: default;
  background-color: #ccc;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%3E%3Cpath%20d%3D%22M34%2C12H2A2%2C2%2C0%2C0%2C1%2C2%2C8H29.52L25.33%2C3.34a2%2C2%2C0%2C1%2C1%2C3-2.68l7.19%2C8A2%2C2%2C0%2C0%2C1%2C34%2C12Z%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E");
  border: 1px solid #ccc;
}
.btn--disabled:hover {
  color: #fff;
  background-color: #ccc;
  background-image: none;
}

.input--small {
  width: 100%;
  max-width: 90px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #9e9e9e;
}
.input--medium {
  width: 100%;
  max-width: 280px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #9e9e9e;
}
.input--large {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #9e9e9e;
}

.checkbox {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + span::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2224%22%20viewBox%3D%220%200%2027%2024%22%3E%3Cpath%20d%3D%22M12%2C24%2C.75%2C15a2%2C2%2C0%2C1%2C1%2C2.49-3.1l7.93%2C6.32L23.37.85a2%2C2%2C0%2C0%2C1%2C3.27%2C2.28Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/14px 12px, #0067c0;
  border: 1px solid #0067c0;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .checkbox__input:checked + span::after {
    width: 19px;
    height: 19px;
  }
}
.checkbox__parts {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .checkbox__parts {
    padding-left: 26px;
  }
}
.checkbox__parts::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .checkbox__parts::before {
    width: 19px;
    height: 19px;
  }
}

.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.radio__input:checked + span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background: #0067c0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .radio__input:checked + span::after {
    width: 11px;
    height: 11px;
  }
}
.radio__parts {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .radio__parts {
    padding-left: 26px;
  }
}
.radio__parts::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .radio__parts::before {
    width: 19px;
    height: 19px;
  }
}

.textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #9e9e9e;
}

.select {
  width: 100%;
  max-width: 280px;
  height: 50px;
  padding: 0 10px;
  padding-right: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2010%205%22%20style%3D%22enable-background%3Anew%200%200%2010%205%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22c%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4.8%2C5C4.7%2C5%2C4.6%2C5%2C4.5%2C4.9L0.1%2C0.7C0%2C0.5%2C0%2C0.3%2C0.1%2C0.1C0.3%2C0%2C0.6%2C0%2C0.8%2C0.1l4%2C3.9l4.4-3.9%20C9.4%2C0%2C9.7%2C0%2C9.9%2C0.1c0.2%2C0.2%2C0.2%2C0.4%2C0%2C0.6L5.1%2C4.9C5%2C5%2C4.9%2C5%2C4.8%2C5L4.8%2C5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top 50% right 15px/10px 5px;
  border: 1px solid #9e9e9e;
}

.breadcrumbs {
  padding: 14px 0;
  font-size: 1.4rem;
  line-height: 1;
  background: #f5f8fa;
}
.breadcrumbs__list:not(:last-child) {
  position: relative;
  padding-right: 20px;
  margin-right: 14px;
}
.breadcrumbs__list:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 5px;
  height: 5px;
  margin: auto;
  content: "";
  border-top: 1px solid #636363;
  border-right: 1px solid #636363;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumbs__link {
  text-decoration: underline;
}

.headline {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .headline {
    font-size: 1.8rem;
  }
}
.headline--small, .headline--medium, .headline--large {
  font-weight: 700;
}
.headline--medium {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .headline--medium {
    font-size: 2.8rem;
  }
}
.headline--large {
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .headline--large {
    font-size: 3.8rem;
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
*[class*=-fadeup] {
  opacity: 0;
}
*[class*=-fadeup].-is-animated {
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.-fadeup-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.-fadeup-2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.-fadeup-3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.-fadeup-4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.-fadeup-5 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.-fadeup-6 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.-fadeup-7 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.-fadeup-8 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.-fadeup-9 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

@media (min-width: 768px) {
  .-scale {
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

@media (min-width: 768px) {
  .-is-scale {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
}
.loading__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
}

.mfp-bg, .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-content {
  width: calc(100% - 20px * 2);
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.mfp-content-inline {
  padding: 30px;
  background: #fff;
}
.mfp-image-holder .mfp-content {
  width: calc(100% - 20px * 2);
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.mfp-iframe-scaler iframe {
  background: #fff;
}
.mfp-bg.mfp-ready, .mfp-wrap.mfp-ready {
  opacity: 1;
}
.mfp-bg.mfp-ready .mfp-content, .mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-bg.mfp-removing, .mfp-wrap.mfp-removing {
  opacity: 0;
}
.mfp-bg.mfp-removing .mfp-content, .mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}

.-underline {
  text-decoration: underline;
}

.-text-link {
  color: #0067c0;
}

.-text-emphasis {
  color: #dc143c;
}

.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .-pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .-sp-only {
    display: none;
  }
}

.-display-none {
  display: none;
}

.-no-wrap {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .-mb-XS-5 {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-10 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-15 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-25 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-35 {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-45 {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-50 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-55 {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-65 {
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-70 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-75 {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-85 {
    margin-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-90 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-95 {
    margin-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-110 {
    margin-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-120 {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-130 {
    margin-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-140 {
    margin-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-150 {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-160 {
    margin-bottom: 160px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-170 {
    margin-bottom: 170px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-180 {
    margin-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-190 {
    margin-bottom: 190px;
  }
}

@media (max-width: 767px) {
  .-mb-XS-200 {
    margin-bottom: 200px;
  }
}

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

@media (max-width: 767px) {
  .-mb-XS-0 {
    margin-bottom: 0;
  }
}
