@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*=======================================
 ■Foundation
=======================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "Lato", "Zen Maru Gothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: 1.3;
  position: relative;
  overflow-x: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*clearfix*/
.clearfix {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1240px;
  }
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
/*グリッドの外側＝＝＝＝＝＝＝＝*/
.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

/*隙間なし＝＝＝＝＝＝＝＝*/
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col,
.l-row__col--auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--sm,
.l-row__col--sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--md,
.l-row__col--md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--lg,
.l-row__col--lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1,
.l-row__col--sm-1,
.l-row__col--md-1,
.l-row__col--lg-1,
.l-row__col--xl-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.l-row__col--offset-1 {
  margin-left: 8.33333%;
}

.l-row__col--2,
.l-row__col--sm-2,
.l-row__col--md-2,
.l-row__col--lg-2,
.l-row__col--xl-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.l-row__col--offset-2 {
  margin-left: 16.66667%;
}

.l-row__col--3,
.l-row__col--sm-3,
.l-row__col--md-3,
.l-row__col--lg-3,
.l-row__col--xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--4,
.l-row__col--sm-4,
.l-row__col--md-4,
.l-row__col--lg-4,
.l-row__col--xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.l-row__col--offset-4 {
  margin-left: 33.33333%;
}

.l-row__col--5,
.l-row__col--sm-5,
.l-row__col--md-5,
.l-row__col--lg-5,
.l-row__col--xl-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.66666%;
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
}

.l-row__col--offset-5 {
  margin-left: 41.66666%;
}

.l-row__col--6,
.l-row__col--sm-6,
.l-row__col--md-6,
.l-row__col--lg-6,
.l-row__col--xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--7,
.l-row__col--sm-7,
.l-row__col--md-7,
.l-row__col--lg-7,
.l-row__col--xl-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.l-row__col--offset-7 {
  margin-left: 58.33333%;
}

.l-row__col--8,
.l-row__col--sm-8,
.l-row__col--md-8,
.l-row__col--lg-8,
.l-row__col--xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.l-row__col--offset-8 {
  margin-left: 66.66666%;
}

.l-row__col--9,
.l-row__col--sm-9,
.l-row__col--md-9,
.l-row__col--lg-9,
.l-row__col--xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--10,
.l-row__col--sm-10,
.l-row__col--md-10,
.l-row__col--lg-10,
.l-row__col--xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.l-row__col--offset-10 {
  margin-left: 83.33333%;
}

.l-row__col--11,
.l-row__col--sm-11,
.l-row__col--md-11,
.l-row__col--lg-11,
.l-row__col--xl-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.66666%;
  flex: 0 0 91.66666%;
  max-width: 91.66666%;
}

.l-row__col--offset-11 {
  margin-left: 91.66666%;
}

.l-row__col--12,
.l-row__col--sm-12,
.l-row__col--md-12,
.l-row__col--lg-12,
.l-row__col--xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--offset-12 {
  margin-left: 100%;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-sm-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-sm-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-sm-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-md-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-md-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-md-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-lg-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-xl-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-xl-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-xl-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-xl-12 {
    margin-left: 100%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
.l-main {
  position: relative;
}

/*==================================
section
==================================*/
.l-section--gray {
  background: #e5e5e5;
}
.l-section--lightblue {
  background: #F4F8FC;
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  height: 0;
  z-index: 100;
  padding: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-header {
    height: 85px;
  }
}

/*headerを固定する場合*/
/*logo======*/
.c-header-logo__link {
  width: 80px;
}
@media screen and (min-width: 992px) {
  .c-header-logo__link {
    width: 200px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cccccc;
  text-decoration: none;
  z-index: 5;
  background-image: url(../images/icon/icon_up_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.c-pagetop-btn__icon {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3px;
  margin-left: 1px;
}
.c-pagetop-btn__icon:hover {
  color: #ffffff;
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  background: #F8F6E4;
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
.c-footer-copy {
  text-align: center;
  padding: 0.5em 0;
}
.c-footer-copy__text {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 992px) {
  .c-footer-copy__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/* =========================================================
text - 共通のテキストなど
========================================================= */
/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
/* =========================================================
pagenation - ページ送り
========================================================= */
/* =========================================================
form - フォーム関連
========================================================= */
/* =========================================================
table.scss - 表
========================================================= */
/* =========================================================
list - リストのオブジェクト
========================================================= */
/* =========================================================
plugin - jsの追記
========================================================= */
.js-slick-top-mv .slick-slide {
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .js-slick-top-mv .slick-slide {
    padding: 30px 20px;
  }
}
.js-slick-top-mv .slick-list {
  margin: -10px 0;
}

/*======================
【js-slick】スライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #1185E7;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}
.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #1185E7;
}

/* =========================================================
inview.js ×　animate.css
========================================================= */
.js-inview-fadeInUp {
  opacity: 0;
  animation-duration: 1s !important;
}

.js-inview-fadeIn {
  opacity: 0;
  animation-duration: 1.5s !important;
}

/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
  font-weight: 600;
  color: #002339;
  /* =============================
  mv
  ============================= */
  /* =============================
  begin
  ============================= */
  /* =============================
  レシピ
  ============================= */
  /* =============================
  アミノ酸
  ============================= */
  /* =============================
  商品
  ============================= */
  /* =============================
  CTA
  ============================= */
  /* =============================
  キャンペーン
  ============================= */
 /* =============================
CONTACT
 ============================= */
}
.p-top-basic-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-top-basic-ttl__label {
  background: #F27AB8;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 0.4em 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-basic-ttl__label {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 1em;
  }
}
.p-top-basic-ttl__label--green {
  background-color: #19BA6A;
}
.p-top-basic-ttl__label--white {
  background-color: #fff;
  color: #19BA6A;
}
.p-top-basic-ttl__label--yellow {
  background-color: #FFF84A;
}
.p-top-basic-ttl__label--orange {
  background-color: #FFA200;
}
.p-top-basic-ttl__title {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #19BA6A;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 992px) {
  .p-top-basic-ttl__title {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
.p-top-basic-ttl__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #19BA6A;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-top-basic-ttl__subtitle {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-top-mv {
  background-image: url(../images/top/img_mv_bg_base_sp.png);
  background-size: 100% auto;
  padding-top: 2em;
  min-height: inherit;
  position: relative;
  /* サイト名 */
  /* キャッチ */
  /* ラベル */
  /* 吹き出し */
}
@media screen and (min-width: 992px) {
  .p-top-mv {
    background-image: url(../images/top/img_mv_bg_base_pc.png);
    min-height: 100vh;
    padding-bottom: 3em;
    padding-top: 5em;
  }
}
.p-top-mv:before {
  content: "";
  background-image: url(../images/top/img_mv_line_sp.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-top-mv:before {
    background-image: url(../images/top/img_mv_line_pc.png);
    height: 25px;
  }
}
.p-top-mv:after {
  content: "";
  background-image: url(../images/top/img_mv_line_sp.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-top-mv:after {
    background-image: url(../images/top/img_mv_line_pc.png);
    height: 25px;
  }
}
.p-top-mv__inner {
  position: relative;
  text-align: center;
  margin: 0 auto 0;
  position: relative;
  background-image: url(../images/top/img_mv_bg_square_sp.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  min-height: inherit;
}
@media screen and (min-width: 992px) {
  .p-top-mv__inner {
    background-image: url(../images/top/img_mv_bg_square_pc.png);
    background-size: 80%;
    max-width: 80%;
    background-position: top 5em center;
  }
}
.p-top-mv-site {
  margin-bottom: 0.4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top-mv-site-sub {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #19BA6A;
}
@media screen and (min-width: 992px) {
  .p-top-mv-site-sub {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-top-mv-site-main {
  margin-bottom: 0.2em;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 992px) {
  .p-top-mv-site-main {
    font-size: 48px;
    font-size: 3rem;
  }
}
.p-top-mv-site-jp {
  margin-left: 0.2em;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 992px) {
  .p-top-mv-site-jp {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-top-mv__catch {
  background: #F27AB8;
  color: #fff;
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 3px;
  margin-bottom: 0.4em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-top-mv__catch {
    font-size: 39px;
    font-size: 2.4375rem;
    margin-bottom: 0.5em;
  }
}
.p-top-mv-label {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 992px) {
  .p-top-mv-label {
    margin-bottom: 1em;
  }
}
.p-top-mv-label__main {
  background: #19BA6A;
  color: #fff;
  padding: 0.3em 0.8em;
  margin: 0 0.2em;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mv-label__main {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
.p-top-mv-label__main:before, .p-top-mv-label__main:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: calc(50% - 3em);
}
@media screen and (min-width: 992px) {
  .p-top-mv-label__main:before, .p-top-mv-label__main:after {
    font-size: 30px;
    font-size: 1.875rem;
    width: 2em;
    height: 3em;
  }
}
.p-top-mv-label__main:before {
  left: -10%;
  top: calc(50% - 1em);
  background-image: url(../images/top/img_mv_beans_01.png);
}
@media screen and (min-width: 992px) {
  .p-top-mv-label__main:before {
    left: -5%;
  }
}
.p-top-mv-label__main:after {
  right: -10%;
  top: calc(50% - 1em);
  background-image: url(../images/top/img_mv_beans_02.png);
}
@media screen and (min-width: 992px) {
  .p-top-mv-label__main:after {
    font-size: 30px;
    font-size: 1.875rem;
    right: -5%;
  }
}
.p-top-mv-main {
  width: 80%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mv-main {
    width: 60%;
    margin-top: 2em;
  }
}
.p-top-mv__balloon {
  position: absolute;
  left: 0.5%;
  top: 3em;
  width: 31%;
}
@media screen and (min-width: 992px) {
  .p-top-mv__balloon {
    left: 4.5%;
    top: 17em;
    width: 27%;
  }
}
.p-top-mv-human-item {
  position: absolute;
}
.p-top-mv-human-item:nth-child(1) {
  width: 30%;
  top: 7em;
  right: -6%;
}
@media screen and (min-width: 992px) {
  .p-top-mv-human-item:nth-child(1) {
    width: 29%;
    top: 8em;
    right: -9%;
  }
}
.p-top-mv-human-item:nth-child(2) {
  width: 30%;
  top: 8em;
  left: -6%;
}
@media screen and (min-width: 992px) {
  .p-top-mv-human-item:nth-child(2) {
    width: 31%;
    top: 11em;
    left: -8%;
  }
}
.p-top-mv-slider {
  margin: 1em 0 0;
}
@media screen and (min-width: 992px) {
  .p-top-mv-slider {
    margin: 1em 0 0;
    width: 130%;
    margin-left: -15%;
  }
}
.p-top-mv-slider-item {
  padding: 0 0.1em;
  animation: c-amine-to-mv-slider 6s ease-in-out infinite;
}
.p-top-mv-slider-item--even {
  animation-delay: 1.5s;
}
@keyframes c-amine-to-mv-slider {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.p-top-begin {
  background: #F8F6E4;
  padding: 1.5em 0 1em;
  /* タイトル */
  /* リスト */
}
@media screen and (min-width: 992px) {
  .p-top-begin {
    padding: 3.5em;
  }
}
.p-top-begin__inner {
  background: #fff;
  padding: 1em 1em;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .p-top-begin__inner {
    padding: 3em 2em 2em;
  }
}
.p-top-begin__ttl {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  margin-top: -2em;
}
@media screen and (min-width: 992px) {
  .p-top-begin__ttl {
    margin-top: -4em;
  }
}
.p-top-begin__label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  background: #E4F9EF;
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-top-begin__label {
    font-size: 24px;
    font-size: 1.5rem;
    display: inline-block;
  }
}
.p-top-begin-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-begin-list {
    gap: 1.4em;
  }
}
.p-top-begin-item {
  background: #E4F9EF;
  border-radius: 10px;
  padding: 1.2em;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-top-begin-item {
    width: 49%;
    padding: 1.8em 1%;
    margin-bottom: 0.8em;
  }
}
.p-top-begin-item-ttl {
  color: #19BA6A;
  font-weight: 900;
  margin-bottom: 0.4em;
  margin-top: -1.5em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .p-top-begin-item-ttl {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: -1.6em;
  }
}
.p-top-begin-item-text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-begin-item-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-happiness {
  background: #19BA6A;
  padding: 1em 0 1em;
  background-image: url(../images/common/img_bg_green.png);
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .p-top-happiness {
    padding: 6em 0 6em;
  }
}
.p-top-happiness-main {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-main {
    margin-bottom: 4em;
  }
}
.p-top-happiness-block {
  background: #fff;
  padding: 0.001em;
  border-radius: 5px;
}
.p-top-happiness-block-in {
  padding: 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-top-happiness-block-in--blue {
  background: #F4F8FC;
}
.p-top-happiness-block-in--gray {
  background: #f8f8f8;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-block-in {
    padding: 4em;
  }
}
.p-top-happiness__ttl {
  margin-bottom: 0.5em;
}
.p-top-happiness__lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  background: #E4F9EF;
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 992px) {
  .p-top-happiness__lead {
    font-size: 36px;
    font-size: 2.25rem;
    display: inline-block;
  }
}
.p-top-happiness__description {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  padding: 5px 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-happiness__description {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
}
.p-top-happiness-recipe-ttl {
  font-weight: bold;
  background: #19BA6A;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  margin-top: -2.5em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-recipe-ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -3em;
  }
}
.p-top-happiness-recipe-subttl {
  font-weight: bold;
  color: #19BA6A;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-recipe-subttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-happiness__list {
  margin-bottom: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media screen and (min-width: 992px) {
  .p-top-happiness__list {
    margin-top: 2em;
    margin-bottom: 0em;
  }
}
.p-top-happiness__item {
  width: 49%;
  margin-bottom: 0.5em;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 2%;
}
.p-top-happiness__item:nth-child(2n) {
  margin-left: 2%;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-flow {
    max-width: 50%;
  }
}
.p-top-happiness-box {
  background: #fff;
  height: 100%;
}
.p-top-happiness-box__ttl {
  background: #F27AB8;
  color: #fff;
  padding: 0.4em 0.4em;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-box__ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-happiness-box__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-top-happiness-box__img {
  padding: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-box__img {
    width: 50%;
    padding: 1em;
  }
}
.p-top-happiness-box__contents {
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-box__contents {
    width: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em 0;
  }
}
.p-top-happiness-box__weight {
  color: #F27AB8;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-box__weight {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-happiness-box__weight sup {
  vertical-align: super;
  /* 上付きにする */
  font-size: small;
  /* 文字を小さくする */
}
.p-top-happiness-box__comment {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.5em;
  color: #002339;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-box__comment {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-happiness-pickup {
  background: #ffffff;
  padding: 0.5em;
  border-radius: 8px;
  text-align: center;
  margin-top: 4em;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-pickup {
    width: 90%;
    padding: 1.2em 2em 3em;
  }
}
.p-top-happiness-pickup-ttl {
  background: #FFA200;
  color: #fff;
  padding: 0.4em 1em;
  font-weight: bold;
  margin-top: -2em;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-pickup-ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 1em;
  }
}
.p-top-happiness-pickup-text {
  line-height: 1.6;
  text-align: left;
  font-size: 17-modalpx;
  font-size: 1.0625-modalrem;
  color: #FFA200;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-pickup-text {
    text-align: center;
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.p-top-happiness-pickup-text sup {
  vertical-align: super;
  /* 上付きにする */
  font-size: smaller;
  /* 文字を小さくする */
}
.p-top-happiness-pickup-description {
  line-height: 1.6;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 992px) {
  .p-top-happiness-pickup-description {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-amino {
  background: #F4F8FC;
  padding: 2em 0 2em;
}
@media screen and (min-width: 992px) {
  .p-top-amino {
    padding: 8.5em 0.5em 7em;
  }
}
.p-top-amino-ttl {
  margin-top: 1em;
}
.p-top-amino-block {
  background: #fff;
  padding: 0.001em;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .p-top-amino-block {
    padding-top: 4em;
  }
}
.p-top-amino-block-in {
  padding: 1em 1em;
}
.p-top-amino-block-in--gray {
  background: #F3F3F3;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media screen and (min-width: 992px) {
  .p-top-amino-block-in {
    padding: 2em;
  }
}
.p-top-amino__desc {
  margin: 0 0 1.5em;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-top-amino__desc {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .p-top-amino__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }
}
.p-top-amino__item {
  text-align: center;
  background: #F1FCF3;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-amino__item {
    margin: 1em;
    width: 100%;
    margin-bottom: 0;
  }
}
.p-top-amino__item img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-amino__item img {
    width: 50%;
    max-width: 500px;
  }
}
.p-top-amino__item--shortage {
  background: #FCFBE9;
}
.p-top-amino-case__caption {
  font-weight: bold;
  background: #19BA6A;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.5em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-top-amino-case__caption {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-top-amino-case__caption--shortage {
  background: #e3dc2a;
}
.p-top-amino-case__in {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-amino-case__in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-amino-case__point {
  padding: 0.5em 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-top-amino-case__point {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
  }
}
.p-top-amino-case__point__sm {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 992px) {
  .p-top-amino-case__point__sm {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-amino-box {
  background: #fff;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 1em;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-amino-box__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3em;
  }
}
.p-top-amino-box__img {
  max-width: 74%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-top-amino-box__img {
    max-width: 500px;
    width: 40%;
  }
}
.p-top-amino-box__ttl {
  background-color: #FFA200;
  color: #fff;
  padding: 0.3em 0.3em;
  margin-bottom: 1em;
  margin-top: -2em;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
  position: relative;
}
.p-top-amino-box__ttl sup {
  vertical-align: super;
  /* 上付きにする */
  font-size: smaller;
  /* 文字を小さくする */
}
@media screen and (min-width: 992px) {
  .p-top-amino-box__ttl {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-top: -1.5em;
  }
}
.p-top-amino-box__text {
  line-height: 1.7;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-top-amino-box__text {
    font-size: 23px;
    font-size: 1.4375rem;
    width: 48%;
    margin-left: 2%;
  }
}
.p-top-amino-box__sub {
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 992px) {
  .p-top-amino-box__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-amino-point {
  text-align: center;
  background: #fff;
  font-weight: bold;
  padding: 1em 1em 1em;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .p-top-amino-point {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top-amino-point__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-top-amino-point__img {
  width: 80%;
}
.p-top-amino-point-text {
  color: #FFA200;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .p-top-amino-point-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-product {
  background-image: url(../images/common/img_bg_yellow.png);
  background-size: 100% auto;
  padding: 4em 0 3em;
}
@media screen and (min-width: 992px) {
  .p-top-product {
    padding: 8.5em 0.5em 7em;
  }
}
.p-top-product-block {
  background: #fff;
  padding: 1em 1em;
  margin-bottom: 1em;
  border-radius: 5px;
}
.p-top-product-block-in {
  padding: 0 1em;
}
@media screen and (min-width: 992px) {
  .p-top-product-block-in {
    padding: 2em;
  }
}
@media screen and (min-width: 992px) {
  .p-top-product-block {
    padding: 2em;
  }
}
.p-top-product-example {
  margin: 0 auto 3em;
}
@media screen and (min-width: 992px) {
  .p-top-product-example {
    max-width: 500px;
    margin: 0 auto 3em;
  }
}
.p-top-product-caption {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-product-caption {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-product-lineup {
  background: #f5f5f5;
  padding: 1em;
  margin-bottom: 2em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-product-lineup-ttl {
  background-color: #19BA6A;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 0.3em 1em;
  margin-bottom: 1em;
  margin-top: -2em;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-product-lineup-ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -1.5em;
  }
}
.p-top-product-lineup-caption {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-product-lineup-caption {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-top-product-lineup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-top-product-lineup-item {
  width: 32%;
}
.p-top-product-lineup-item img {
  width: 100%;
}
.p-top-product-recipe__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.p-top-product-recipe__item {
  width: calc(50% - 0.5em);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.p-top-product-recipe__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-product-recipe__item a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .p-top-product-recipe__item {
    width: calc(33.33% - 0.7em);
  }
}
.p-top-product-recipe__item img {
  width: 100%;
}
.p-top-product-recipe__item p {
  padding: 0.5em;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-top-product-recipe__contents {
  padding: 1em;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-product-recipe__ttl {
  font-size: 16px;
  font-size: 1rem;
  color: #19BA6A;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-top-product-recipe__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-product-recipe__text {
  margin-bottom: 0.5em;
}
.p-top-product-recipe-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000000;
  text-align: left;
}
.p-top-product-recipe-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.p-top-product-recipe-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  padding: 1.2em;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-product-recipe-modal__content {
    width: 700px;
    padding: 40px;
  }
}
.p-top-product-recipe-modal__img {
  margin: 0 auto 1em;
  width: 50%;
  max-width: 350px;
}
.p-top-product-recipe-modal__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  color: #19BA6A;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 992px) {
  .p-top-product-recipe-modal__ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-top-product-recipe-modal__subttl {
  font-size: 16px;
  font-size: 1rem;
  color: #04ADE2;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 992px) {
  .p-top-product-recipe-modal__subttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-top-product-recipe-modal__list {
  margin-bottom: 1em;
}
.p-top-product-recipe-modal__name {
  min-width: 10em;
  display: inline-block;
}
.p-top-product-recipe-modal__flow {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-top-product-recipe-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.p-top-product-recipe-prodact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.p-top-product-recipe-prodact__item {
  width: 30%;
}
.p-top-bnr {
  padding: 2em 0 2em;
}
@media screen and (min-width: 992px) {
  .p-top-bnr {
    padding: 4em 0.5em 4em;
  }
}
.p-top-bnr-recipe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19BA6A;
  padding: 1em;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 6px #d7d7d7;
  position: relative;
}
.p-top-bnr-recipe a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-bnr-recipe a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-bnr-recipe:before, .p-top-bnr-recipe:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../images/top/img_bnr_omusubi.png);
  background-size: 100% auto;
  position: absolute;
  background-repeat: no-repeat;
  top: calc(50% - 1em);
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe:before, .p-top-bnr-recipe:after {
    font-size: 30px;
    font-size: 1.875rem;
    width: 3em;
    height: 3em;
  }
}
.p-top-bnr-recipe:before {
  left: 5%;
}
.p-top-bnr-recipe:after {
  right: 5%;
  top: calc(50% - 1em);
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe:after {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-bnr-recipe-en {
  background: #fff;
  padding: 0.4em 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe-en {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-bnr-recipe-main {
  color: #fff;
  margin-bottom: 0.6em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe-main {
    margin-bottom: 1em;
    margin-left: inherit;
  }
}
.p-top-bnr-recipe-main__lg {
  font-size: 24px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe-main__lg {
    font-size: 40px;
    font-size: 2.5rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-top-bnr-recipe-main__sm {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe-main__sm {
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: inherit;
  }
}
@media screen and (min-width: 992px) {
  .p-top-bnr-recipe-main:after {
    display: block;
    content: "";
    height: 2em;
    width: 2em;
    background-color: #fff;
    border-radius: 100px;
    background-image: url(../images/icon/icon_arw_right_green.svg);
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    margin-left: 0.5em;
  }
}
.p-top-campaign {
  text-align: center;
  padding: 2em 0 2em;
}
@media screen and (min-width: 992px) {
  .p-top-campaign {
    padding: 8.5em 0.5em 7em;
  }
}
.p-top-campaign-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFA200;
  padding: 1em;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 6px 6px 6px #000;
  border-radius: 5px;
  box-shadow: 0px 6px #d7d7d7;
  margin-bottom: 2.5em;
  position: relative;
  margin-top: 5em;
}
.p-top-campaign-btn a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-campaign-btn a.in-link {
  position: relative;
  z-index: 5;
}
.p-top-campaign-btn-en {
  color: #fff;
  background-color: #FFE600;
  padding: 0.4em 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-campaign-btn-en {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-campaign-btn-main {
  color: #fff;
  margin-bottom: 0.6em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .p-top-campaign-btn-main {
    margin-bottom: 1em;
  }
}
.p-top-campaign-btn-main__lg {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media screen and (min-width: 992px) {
  .p-top-campaign-btn-main__lg {
    font-size: 40px;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-top-campaign-btn-main__sm {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-top-campaign-btn-main__sm {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-campaign-btn-main:before {
  display: block;
  content: "";
  height: 2em;
  width: 2em;
  background-image: url(../images/icon/icon_mail_white.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 1.5em;
}
@media screen and (min-width: 992px) {
  .p-top-campaign-btn-main:before {
    height: 3em;
    width: 3em;
  }
}
.p-top-campaign-btn-main:after {
  display: block;
  content: "";
  height: 2em;
  width: 2em;
  background-image: url(../images/icon/icon_arw_right_white.svg);
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  margin-left: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-top-campaign-btn-main:after {
    height: 3em;
    width: 3em;
  }
}
.p-top-campaign-btn-sub {
  background: #fff;
  padding: 0.2em 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .p-top-campaign-btn-sub {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-campaign__text {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-top-campaign__text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-contact {
  background: #F8F6E4;
  padding: 4em 1em 3em;
}
@media screen and (min-width: 992px) {
  .p-top-contact {
    padding: 8.5em 0.5em 7em;
  }
}
.p-top-contact__block {
  background: #fff;
  padding: 2em 1em;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .p-top-contact__block {
    padding: 2em 3em;
  }
}
.p-top-contact__label {
  margin-top: -3em;
  margin-bottom: 1em;
}
.p-top-contact__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .p-top-contact__ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-contact__text {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .p-top-contact__text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer {
    display: none !important;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track,
  .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th,
  .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type,
  .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th,
  .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type,
  .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2),
  .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #1185E7 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #04ADE2 !important;
}

.u-fc-blue {
  color: #04ADE2 !important;
}

.u-fc-green {
  color: #19BA6A;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left;
}

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

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

@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left;
  }

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

  .u-ta-lg-r {
    text-align: right;
  }
}
.u-line-yellow {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fefe75 30%);
  display: inline-block;
}

.pc-center {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-m-5 {
  margin: 2.5rem !important;
}

.u-p-5 {
  padding: 2.5rem !important;
}

.u-m-6 {
  margin: 3rem !important;
}

.u-p-6 {
  padding: 3rem !important;
}

.u-m-7 {
  margin: 3.5rem !important;
}

.u-p-7 {
  padding: 3.5rem !important;
}

.u-m-8 {
  margin: 4rem !important;
}

.u-p-8 {
  padding: 4rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-pt-8 {
  padding-top: 4rem !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-mr-1 {
  margin-right: 0.5rem !important;
}

.u-pr-1 {
  padding-right: 0.5rem !important;
}

.u-mr-2 {
  margin-right: 1rem !important;
}

.u-pr-2 {
  padding-right: 1rem !important;
}

.u-mr-3 {
  margin-right: 1.5rem !important;
}

.u-pr-3 {
  padding-right: 1.5rem !important;
}

.u-mr-4 {
  margin-right: 2rem !important;
}

.u-pr-4 {
  padding-right: 2rem !important;
}

.u-mr-5 {
  margin-right: 2.5rem !important;
}

.u-pr-5 {
  padding-right: 2.5rem !important;
}

.u-mr-6 {
  margin-right: 3rem !important;
}

.u-pr-6 {
  padding-right: 3rem !important;
}

.u-mr-7 {
  margin-right: 3.5rem !important;
}

.u-pr-7 {
  padding-right: 3.5rem !important;
}

.u-mr-8 {
  margin-right: 4rem !important;
}

.u-pr-8 {
  padding-right: 4rem !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-mb-1 {
  margin-bottom: 0.5rem !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-mb-2 {
  margin-bottom: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-mb-3 {
  margin-bottom: 1.5rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-mb-4 {
  margin-bottom: 2rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-mb-5 {
  margin-bottom: 2.5rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-mb-6 {
  margin-bottom: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-mb-7 {
  margin-bottom: 3.5rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-mb-8 {
  margin-bottom: 4rem !important;
}

.u-pb-8 {
  padding-bottom: 4rem !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-ml-1 {
  margin-left: 0.5rem !important;
}

.u-pl-1 {
  padding-left: 0.5rem !important;
}

.u-ml-2 {
  margin-left: 1rem !important;
}

.u-pl-2 {
  padding-left: 1rem !important;
}

.u-ml-3 {
  margin-left: 1.5rem !important;
}

.u-pl-3 {
  padding-left: 1.5rem !important;
}

.u-ml-4 {
  margin-left: 2rem !important;
}

.u-pl-4 {
  padding-left: 2rem !important;
}

.u-ml-5 {
  margin-left: 2.5rem !important;
}

.u-pl-5 {
  padding-left: 2.5rem !important;
}

.u-ml-6 {
  margin-left: 3rem !important;
}

.u-pl-6 {
  padding-left: 3rem !important;
}

.u-ml-7 {
  margin-left: 3.5rem !important;
}

.u-pl-7 {
  padding-left: 3.5rem !important;
}

.u-ml-8 {
  margin-left: 4rem !important;
}

.u-pl-8 {
  padding-left: 4rem !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

.u-mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.u-px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.u-px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.u-px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.u-mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.u-px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media screen and (min-width: 350px) {
  .u-m-sem-0 {
    margin: 0 !important;
  }

  .u-p-sem-0 {
    padding: 0 !important;
  }

  .u-m-sem-1 {
    margin: 0.5rem !important;
  }

  .u-p-sem-1 {
    padding: 0.5rem !important;
  }

  .u-m-sem-2 {
    margin: 1rem !important;
  }

  .u-p-sem-2 {
    padding: 1rem !important;
  }

  .u-m-sem-3 {
    margin: 1.5rem !important;
  }

  .u-p-sem-3 {
    padding: 1.5rem !important;
  }

  .u-m-sem-4 {
    margin: 2rem !important;
  }

  .u-p-sem-4 {
    padding: 2rem !important;
  }

  .u-m-sem-5 {
    margin: 2.5rem !important;
  }

  .u-p-sem-5 {
    padding: 2.5rem !important;
  }

  .u-m-sem-6 {
    margin: 3rem !important;
  }

  .u-p-sem-6 {
    padding: 3rem !important;
  }

  .u-m-sem-7 {
    margin: 3.5rem !important;
  }

  .u-p-sem-7 {
    padding: 3.5rem !important;
  }

  .u-m-sem-8 {
    margin: 4rem !important;
  }

  .u-p-sem-8 {
    padding: 4rem !important;
  }

  .u-m-sem-auto {
    margin: auto !important;
  }

  .u-mt-sem-0 {
    margin-top: 0 !important;
  }

  .u-pt-sem-0 {
    padding-top: 0 !important;
  }

  .u-mt-sem-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-sem-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-sem-2 {
    margin-top: 1rem !important;
  }

  .u-pt-sem-2 {
    padding-top: 1rem !important;
  }

  .u-mt-sem-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-sem-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-sem-4 {
    margin-top: 2rem !important;
  }

  .u-pt-sem-4 {
    padding-top: 2rem !important;
  }

  .u-mt-sem-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-sem-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-sem-6 {
    margin-top: 3rem !important;
  }

  .u-pt-sem-6 {
    padding-top: 3rem !important;
  }

  .u-mt-sem-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-sem-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-sem-8 {
    margin-top: 4rem !important;
  }

  .u-pt-sem-8 {
    padding-top: 4rem !important;
  }

  .u-mt-sem-auto {
    margin-top: auto !important;
  }

  .u-mr-sem-0 {
    margin-right: 0 !important;
  }

  .u-pr-sem-0 {
    padding-right: 0 !important;
  }

  .u-mr-sem-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-sem-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-sem-2 {
    margin-right: 1rem !important;
  }

  .u-pr-sem-2 {
    padding-right: 1rem !important;
  }

  .u-mr-sem-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-sem-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-sem-4 {
    margin-right: 2rem !important;
  }

  .u-pr-sem-4 {
    padding-right: 2rem !important;
  }

  .u-mr-sem-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-sem-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-sem-6 {
    margin-right: 3rem !important;
  }

  .u-pr-sem-6 {
    padding-right: 3rem !important;
  }

  .u-mr-sem-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-sem-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-sem-8 {
    margin-right: 4rem !important;
  }

  .u-pr-sem-8 {
    padding-right: 4rem !important;
  }

  .u-mr-sem-auto {
    margin-right: auto !important;
  }

  .u-mb-sem-0 {
    margin-bottom: 0 !important;
  }

  .u-pb-sem-0 {
    padding-bottom: 0 !important;
  }

  .u-mb-sem-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-sem-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-sem-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-sem-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-sem-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-sem-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-sem-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-sem-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-sem-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-sem-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-sem-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-sem-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-sem-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-sem-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-sem-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-sem-8 {
    padding-bottom: 4rem !important;
  }

  .u-mb-sem-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sem-0 {
    margin-left: 0 !important;
  }

  .u-pl-sem-0 {
    padding-left: 0 !important;
  }

  .u-ml-sem-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-sem-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-sem-2 {
    margin-left: 1rem !important;
  }

  .u-pl-sem-2 {
    padding-left: 1rem !important;
  }

  .u-ml-sem-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-sem-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-sem-4 {
    margin-left: 2rem !important;
  }

  .u-pl-sem-4 {
    padding-left: 2rem !important;
  }

  .u-ml-sem-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-sem-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-sem-6 {
    margin-left: 3rem !important;
  }

  .u-pl-sem-6 {
    padding-left: 3rem !important;
  }

  .u-ml-sem-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-sem-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-sem-8 {
    margin-left: 4rem !important;
  }

  .u-pl-sem-8 {
    padding-left: 4rem !important;
  }

  .u-ml-sem-auto {
    margin-left: auto !important;
  }

  .u-mx-sem-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-sem-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-sem-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-sem-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-sem-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-sem-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-sem-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-sem-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-sem-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-sem-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-sem-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-sem-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-sem-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-sem-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-sem-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-sem-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-sem-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-sem-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-sem-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-sem-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-sem-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-sem-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-sem-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-sem-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-sem-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-sem-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-sem-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-sem-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-sem-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-sem-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-sem-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-sem-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-sem-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-sem-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-sem-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-sem-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-sem-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-sem-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 2.5rem !important;
  }

  .u-p-sm-5 {
    padding: 2.5rem !important;
  }

  .u-m-sm-6 {
    margin: 3rem !important;
  }

  .u-p-sm-6 {
    padding: 3rem !important;
  }

  .u-m-sm-7 {
    margin: 3.5rem !important;
  }

  .u-p-sm-7 {
    padding: 3.5rem !important;
  }

  .u-m-sm-8 {
    margin: 4rem !important;
  }

  .u-p-sm-8 {
    padding: 4rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-0 {
    margin-top: 0 !important;
  }

  .u-pt-sm-0 {
    padding-top: 0 !important;
  }

  .u-mt-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-sm-2 {
    margin-top: 1rem !important;
  }

  .u-pt-sm-2 {
    padding-top: 1rem !important;
  }

  .u-mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-sm-4 {
    margin-top: 2rem !important;
  }

  .u-pt-sm-4 {
    padding-top: 2rem !important;
  }

  .u-mt-sm-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-sm-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-sm-6 {
    margin-top: 3rem !important;
  }

  .u-pt-sm-6 {
    padding-top: 3rem !important;
  }

  .u-mt-sm-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-sm-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-sm-8 {
    margin-top: 4rem !important;
  }

  .u-pt-sm-8 {
    padding-top: 4rem !important;
  }

  .u-mt-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-0 {
    margin-right: 0 !important;
  }

  .u-pr-sm-0 {
    padding-right: 0 !important;
  }

  .u-mr-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-sm-2 {
    margin-right: 1rem !important;
  }

  .u-pr-sm-2 {
    padding-right: 1rem !important;
  }

  .u-mr-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-sm-4 {
    margin-right: 2rem !important;
  }

  .u-pr-sm-4 {
    padding-right: 2rem !important;
  }

  .u-mr-sm-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-sm-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-sm-6 {
    margin-right: 3rem !important;
  }

  .u-pr-sm-6 {
    padding-right: 3rem !important;
  }

  .u-mr-sm-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-sm-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-sm-8 {
    margin-right: 4rem !important;
  }

  .u-pr-sm-8 {
    padding-right: 4rem !important;
  }

  .u-mr-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-sm-8 {
    padding-bottom: 4rem !important;
  }

  .u-mb-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-0 {
    margin-left: 0 !important;
  }

  .u-pl-sm-0 {
    padding-left: 0 !important;
  }

  .u-ml-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-sm-2 {
    margin-left: 1rem !important;
  }

  .u-pl-sm-2 {
    padding-left: 1rem !important;
  }

  .u-ml-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-sm-4 {
    margin-left: 2rem !important;
  }

  .u-pl-sm-4 {
    padding-left: 2rem !important;
  }

  .u-ml-sm-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-sm-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-sm-6 {
    margin-left: 3rem !important;
  }

  .u-pl-sm-6 {
    padding-left: 3rem !important;
  }

  .u-ml-sm-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-sm-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-sm-8 {
    margin-left: 4rem !important;
  }

  .u-pl-sm-8 {
    padding-left: 4rem !important;
  }

  .u-ml-sm-auto {
    margin-left: auto !important;
  }

  .u-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-sm-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-sm-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-sm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-sm-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-sm-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-m-md-5 {
    margin: 2.5rem !important;
  }

  .u-p-md-5 {
    padding: 2.5rem !important;
  }

  .u-m-md-6 {
    margin: 3rem !important;
  }

  .u-p-md-6 {
    padding: 3rem !important;
  }

  .u-m-md-7 {
    margin: 3.5rem !important;
  }

  .u-p-md-7 {
    padding: 3.5rem !important;
  }

  .u-m-md-8 {
    margin: 4rem !important;
  }

  .u-p-md-8 {
    padding: 4rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-0 {
    margin-top: 0 !important;
  }

  .u-pt-md-0 {
    padding-top: 0 !important;
  }

  .u-mt-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-md-2 {
    margin-top: 1rem !important;
  }

  .u-pt-md-2 {
    padding-top: 1rem !important;
  }

  .u-mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-md-4 {
    margin-top: 2rem !important;
  }

  .u-pt-md-4 {
    padding-top: 2rem !important;
  }

  .u-mt-md-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-md-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-md-6 {
    margin-top: 3rem !important;
  }

  .u-pt-md-6 {
    padding-top: 3rem !important;
  }

  .u-mt-md-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-md-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-md-8 {
    margin-top: 4rem !important;
  }

  .u-pt-md-8 {
    padding-top: 4rem !important;
  }

  .u-mt-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-0 {
    margin-right: 0 !important;
  }

  .u-pr-md-0 {
    padding-right: 0 !important;
  }

  .u-mr-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-md-2 {
    margin-right: 1rem !important;
  }

  .u-pr-md-2 {
    padding-right: 1rem !important;
  }

  .u-mr-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-md-4 {
    margin-right: 2rem !important;
  }

  .u-pr-md-4 {
    padding-right: 2rem !important;
  }

  .u-mr-md-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-md-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-md-6 {
    margin-right: 3rem !important;
  }

  .u-pr-md-6 {
    padding-right: 3rem !important;
  }

  .u-mr-md-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-md-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-md-8 {
    margin-right: 4rem !important;
  }

  .u-pr-md-8 {
    padding-right: 4rem !important;
  }

  .u-mr-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .u-pb-md-0 {
    padding-bottom: 0 !important;
  }

  .u-mb-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-md-8 {
    padding-bottom: 4rem !important;
  }

  .u-mb-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-0 {
    margin-left: 0 !important;
  }

  .u-pl-md-0 {
    padding-left: 0 !important;
  }

  .u-ml-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-md-2 {
    margin-left: 1rem !important;
  }

  .u-pl-md-2 {
    padding-left: 1rem !important;
  }

  .u-ml-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-md-4 {
    margin-left: 2rem !important;
  }

  .u-pl-md-4 {
    padding-left: 2rem !important;
  }

  .u-ml-md-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-md-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-md-6 {
    margin-left: 3rem !important;
  }

  .u-pl-md-6 {
    padding-left: 3rem !important;
  }

  .u-ml-md-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-md-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-md-8 {
    margin-left: 4rem !important;
  }

  .u-pl-md-8 {
    padding-left: 4rem !important;
  }

  .u-ml-md-auto {
    margin-left: auto !important;
  }

  .u-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-md-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-md-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-md-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-md-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-md-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-md-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-md-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-md-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-md-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 2.5rem !important;
  }

  .u-p-lg-5 {
    padding: 2.5rem !important;
  }

  .u-m-lg-6 {
    margin: 3rem !important;
  }

  .u-p-lg-6 {
    padding: 3rem !important;
  }

  .u-m-lg-7 {
    margin: 3.5rem !important;
  }

  .u-p-lg-7 {
    padding: 3.5rem !important;
  }

  .u-m-lg-8 {
    margin: 4rem !important;
  }

  .u-p-lg-8 {
    padding: 4rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-0 {
    margin-top: 0 !important;
  }

  .u-pt-lg-0 {
    padding-top: 0 !important;
  }

  .u-mt-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-lg-2 {
    margin-top: 1rem !important;
  }

  .u-pt-lg-2 {
    padding-top: 1rem !important;
  }

  .u-mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-lg-4 {
    margin-top: 2rem !important;
  }

  .u-pt-lg-4 {
    padding-top: 2rem !important;
  }

  .u-mt-lg-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-lg-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-lg-6 {
    margin-top: 3rem !important;
  }

  .u-pt-lg-6 {
    padding-top: 3rem !important;
  }

  .u-mt-lg-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-lg-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-lg-8 {
    margin-top: 4rem !important;
  }

  .u-pt-lg-8 {
    padding-top: 4rem !important;
  }

  .u-mt-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-0 {
    margin-right: 0 !important;
  }

  .u-pr-lg-0 {
    padding-right: 0 !important;
  }

  .u-mr-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-lg-2 {
    margin-right: 1rem !important;
  }

  .u-pr-lg-2 {
    padding-right: 1rem !important;
  }

  .u-mr-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-lg-4 {
    margin-right: 2rem !important;
  }

  .u-pr-lg-4 {
    padding-right: 2rem !important;
  }

  .u-mr-lg-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-lg-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-lg-6 {
    margin-right: 3rem !important;
  }

  .u-pr-lg-6 {
    padding-right: 3rem !important;
  }

  .u-mr-lg-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-lg-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-lg-8 {
    margin-right: 4rem !important;
  }

  .u-pr-lg-8 {
    padding-right: 4rem !important;
  }

  .u-mr-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-lg-8 {
    padding-bottom: 4rem !important;
  }

  .u-mb-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-0 {
    margin-left: 0 !important;
  }

  .u-pl-lg-0 {
    padding-left: 0 !important;
  }

  .u-ml-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-lg-2 {
    margin-left: 1rem !important;
  }

  .u-pl-lg-2 {
    padding-left: 1rem !important;
  }

  .u-ml-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-lg-4 {
    margin-left: 2rem !important;
  }

  .u-pl-lg-4 {
    padding-left: 2rem !important;
  }

  .u-ml-lg-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-lg-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-lg-6 {
    margin-left: 3rem !important;
  }

  .u-pl-lg-6 {
    padding-left: 3rem !important;
  }

  .u-ml-lg-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-lg-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-lg-8 {
    margin-left: 4rem !important;
  }

  .u-pl-lg-8 {
    padding-left: 4rem !important;
  }

  .u-ml-lg-auto {
    margin-left: auto !important;
  }

  .u-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-lg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-lg-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-lg-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-lg-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-lg-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-lg-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-lg-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-lg-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-lg-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-lg-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 2.5rem !important;
  }

  .u-p-xl-5 {
    padding: 2.5rem !important;
  }

  .u-m-xl-6 {
    margin: 3rem !important;
  }

  .u-p-xl-6 {
    padding: 3rem !important;
  }

  .u-m-xl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xl-7 {
    padding: 3.5rem !important;
  }

  .u-m-xl-8 {
    margin: 4rem !important;
  }

  .u-p-xl-8 {
    padding: 4rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-0 {
    margin-top: 0 !important;
  }

  .u-pt-xl-0 {
    padding-top: 0 !important;
  }

  .u-mt-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-xl-2 {
    margin-top: 1rem !important;
  }

  .u-pt-xl-2 {
    padding-top: 1rem !important;
  }

  .u-mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-xl-4 {
    margin-top: 2rem !important;
  }

  .u-pt-xl-4 {
    padding-top: 2rem !important;
  }

  .u-mt-xl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xl-8 {
    padding-top: 4rem !important;
  }

  .u-mt-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-0 {
    margin-right: 0 !important;
  }

  .u-pr-xl-0 {
    padding-right: 0 !important;
  }

  .u-mr-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-xl-2 {
    margin-right: 1rem !important;
  }

  .u-pr-xl-2 {
    padding-right: 1rem !important;
  }

  .u-mr-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-xl-4 {
    margin-right: 2rem !important;
  }

  .u-pr-xl-4 {
    padding-right: 2rem !important;
  }

  .u-mr-xl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xl-8 {
    padding-right: 4rem !important;
  }

  .u-mr-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xl-8 {
    padding-bottom: 4rem !important;
  }

  .u-mb-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-0 {
    margin-left: 0 !important;
  }

  .u-pl-xl-0 {
    padding-left: 0 !important;
  }

  .u-ml-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-xl-2 {
    margin-left: 1rem !important;
  }

  .u-pl-xl-2 {
    padding-left: 1rem !important;
  }

  .u-ml-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-xl-4 {
    margin-left: 2rem !important;
  }

  .u-pl-xl-4 {
    padding-left: 2rem !important;
  }

  .u-ml-xl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xl-8 {
    padding-left: 4rem !important;
  }

  .u-ml-xl-auto {
    margin-left: auto !important;
  }

  .u-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-m-xxl-0 {
    margin: 0 !important;
  }

  .u-p-xxl-0 {
    padding: 0 !important;
  }

  .u-m-xxl-1 {
    margin: 0.5rem !important;
  }

  .u-p-xxl-1 {
    padding: 0.5rem !important;
  }

  .u-m-xxl-2 {
    margin: 1rem !important;
  }

  .u-p-xxl-2 {
    padding: 1rem !important;
  }

  .u-m-xxl-3 {
    margin: 1.5rem !important;
  }

  .u-p-xxl-3 {
    padding: 1.5rem !important;
  }

  .u-m-xxl-4 {
    margin: 2rem !important;
  }

  .u-p-xxl-4 {
    padding: 2rem !important;
  }

  .u-m-xxl-5 {
    margin: 2.5rem !important;
  }

  .u-p-xxl-5 {
    padding: 2.5rem !important;
  }

  .u-m-xxl-6 {
    margin: 3rem !important;
  }

  .u-p-xxl-6 {
    padding: 3rem !important;
  }

  .u-m-xxl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xxl-7 {
    padding: 3.5rem !important;
  }

  .u-m-xxl-8 {
    margin: 4rem !important;
  }

  .u-p-xxl-8 {
    padding: 4rem !important;
  }

  .u-m-xxl-auto {
    margin: auto !important;
  }

  .u-mt-xxl-0 {
    margin-top: 0 !important;
  }

  .u-pt-xxl-0 {
    padding-top: 0 !important;
  }

  .u-mt-xxl-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-xxl-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-xxl-2 {
    margin-top: 1rem !important;
  }

  .u-pt-xxl-2 {
    padding-top: 1rem !important;
  }

  .u-mt-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-xxl-4 {
    margin-top: 2rem !important;
  }

  .u-pt-xxl-4 {
    padding-top: 2rem !important;
  }

  .u-mt-xxl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xxl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xxl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xxl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xxl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xxl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xxl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xxl-8 {
    padding-top: 4rem !important;
  }

  .u-mt-xxl-auto {
    margin-top: auto !important;
  }

  .u-mr-xxl-0 {
    margin-right: 0 !important;
  }

  .u-pr-xxl-0 {
    padding-right: 0 !important;
  }

  .u-mr-xxl-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-xxl-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-xxl-2 {
    margin-right: 1rem !important;
  }

  .u-pr-xxl-2 {
    padding-right: 1rem !important;
  }

  .u-mr-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-xxl-4 {
    margin-right: 2rem !important;
  }

  .u-pr-xxl-4 {
    padding-right: 2rem !important;
  }

  .u-mr-xxl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xxl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xxl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xxl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xxl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xxl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xxl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xxl-8 {
    padding-right: 4rem !important;
  }

  .u-mr-xxl-auto {
    margin-right: auto !important;
  }

  .u-mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .u-pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .u-mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-xxl-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-xxl-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-xxl-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-xxl-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xxl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xxl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xxl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xxl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xxl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xxl-8 {
    padding-bottom: 4rem !important;
  }

  .u-mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xxl-0 {
    margin-left: 0 !important;
  }

  .u-pl-xxl-0 {
    padding-left: 0 !important;
  }

  .u-ml-xxl-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-xxl-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-xxl-2 {
    margin-left: 1rem !important;
  }

  .u-pl-xxl-2 {
    padding-left: 1rem !important;
  }

  .u-ml-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-xxl-4 {
    margin-left: 2rem !important;
  }

  .u-pl-xxl-4 {
    padding-left: 2rem !important;
  }

  .u-ml-xxl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xxl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xxl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xxl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xxl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xxl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xxl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xxl-8 {
    padding-left: 4rem !important;
  }

  .u-ml-xxl-auto {
    margin-left: auto !important;
  }

  .u-mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-xxl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xxl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xxl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xxl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xxl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xxl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xxl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xxl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xxl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xxl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xxl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xxl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-m-xxxl-0 {
    margin: 0 !important;
  }

  .u-p-xxxl-0 {
    padding: 0 !important;
  }

  .u-m-xxxl-1 {
    margin: 0.5rem !important;
  }

  .u-p-xxxl-1 {
    padding: 0.5rem !important;
  }

  .u-m-xxxl-2 {
    margin: 1rem !important;
  }

  .u-p-xxxl-2 {
    padding: 1rem !important;
  }

  .u-m-xxxl-3 {
    margin: 1.5rem !important;
  }

  .u-p-xxxl-3 {
    padding: 1.5rem !important;
  }

  .u-m-xxxl-4 {
    margin: 2rem !important;
  }

  .u-p-xxxl-4 {
    padding: 2rem !important;
  }

  .u-m-xxxl-5 {
    margin: 2.5rem !important;
  }

  .u-p-xxxl-5 {
    padding: 2.5rem !important;
  }

  .u-m-xxxl-6 {
    margin: 3rem !important;
  }

  .u-p-xxxl-6 {
    padding: 3rem !important;
  }

  .u-m-xxxl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xxxl-7 {
    padding: 3.5rem !important;
  }

  .u-m-xxxl-8 {
    margin: 4rem !important;
  }

  .u-p-xxxl-8 {
    padding: 4rem !important;
  }

  .u-m-xxxl-auto {
    margin: auto !important;
  }

  .u-mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .u-pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .u-mt-xxxl-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-xxxl-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-xxxl-2 {
    margin-top: 1rem !important;
  }

  .u-pt-xxxl-2 {
    padding-top: 1rem !important;
  }

  .u-mt-xxxl-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-xxxl-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-xxxl-4 {
    margin-top: 2rem !important;
  }

  .u-pt-xxxl-4 {
    padding-top: 2rem !important;
  }

  .u-mt-xxxl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xxxl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xxxl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xxxl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xxxl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xxxl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xxxl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xxxl-8 {
    padding-top: 4rem !important;
  }

  .u-mt-xxxl-auto {
    margin-top: auto !important;
  }

  .u-mr-xxxl-0 {
    margin-right: 0 !important;
  }

  .u-pr-xxxl-0 {
    padding-right: 0 !important;
  }

  .u-mr-xxxl-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-xxxl-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-xxxl-2 {
    margin-right: 1rem !important;
  }

  .u-pr-xxxl-2 {
    padding-right: 1rem !important;
  }

  .u-mr-xxxl-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-xxxl-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-xxxl-4 {
    margin-right: 2rem !important;
  }

  .u-pr-xxxl-4 {
    padding-right: 2rem !important;
  }

  .u-mr-xxxl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xxxl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xxxl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xxxl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xxxl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xxxl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xxxl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xxxl-8 {
    padding-right: 4rem !important;
  }

  .u-mr-xxxl-auto {
    margin-right: auto !important;
  }

  .u-mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .u-pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .u-mb-xxxl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-xxxl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-xxxl-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-xxxl-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-xxxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-xxxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-xxxl-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-xxxl-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-xxxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xxxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xxxl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xxxl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xxxl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xxxl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xxxl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xxxl-8 {
    padding-bottom: 4rem !important;
  }

  .u-mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xxxl-0 {
    margin-left: 0 !important;
  }

  .u-pl-xxxl-0 {
    padding-left: 0 !important;
  }

  .u-ml-xxxl-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-xxxl-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-xxxl-2 {
    margin-left: 1rem !important;
  }

  .u-pl-xxxl-2 {
    padding-left: 1rem !important;
  }

  .u-ml-xxxl-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-xxxl-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-xxxl-4 {
    margin-left: 2rem !important;
  }

  .u-pl-xxxl-4 {
    padding-left: 2rem !important;
  }

  .u-ml-xxxl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xxxl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xxxl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xxxl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xxxl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xxxl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xxxl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xxxl-8 {
    padding-left: 4rem !important;
  }

  .u-ml-xxxl-auto {
    margin-left: auto !important;
  }

  .u-mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-px-xxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-mx-xxxl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xxxl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xxxl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xxxl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xxxl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xxxl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xxxl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xxxl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xxxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xxxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xxxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xxxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xxxl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xxxl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xxxl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xxxl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .u-mx-xxxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-my-xxxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xxxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xxxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xxxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xxxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xxxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xxxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xxxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xxxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xxxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xxxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xxxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xxxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xxxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.pc-show {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .sp-show {
    display: none !important;
  }
}

.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

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

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

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

/*色*/
.u-bg-white {
  background: #ffffff;
}
.u-bg-gray {
  background: #f6f6f6;
}
.u-bg-red {
  background: #D82115;
}

/*print=================*/
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

  .u-print-inline-block {
    display: inline-block !important;
  }

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

  .u-print-table-row {
    display: table-row !important;
  }

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
/*flex=========*/
.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
