<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root {
  scroll-behavior: auto;
}

html {
  font-size: 87.5%; /* 14px */
}

@media screen and (min-width: 1200px), print {
  html {
    font-size: 100%; /* 16px */
  }
}
body {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #333;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
}

p {
  letter-spacing: 0.05em;
}

.blockeditor-area p {
  margin-bottom: 2rem;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* ヘッダー */
.is-noscroll {
  overflow-y: hidden; /* ハンバーガーを開いている時はスクロールされないように */
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  z-index: 500;
  border-bottom: 1px solid #DCDCDC;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  padding: 0.5rem 1rem;
}

.header__inner--scrolled {
  display: none;
}

.header__menu-wrapper {
  width: 100%;
  min-width: 280px;
  max-width: 600px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  pointer-events: none;
}

.is-nav-open .header__menu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: auto;
}

.header__logo--usually {
  width: 70px;
}

.header__btn {
  width: 38px;
  height: 38px;
  position: fixed;
  top: 2px;
  right: 10px;
  z-index: 999;
}

.header__btn:hover {
  cursor: pointer;
}

.header__bar {
  width: 25px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  transition: 0.2s;
  visibility: visible;
}

.header__bar-top {
  top: 10px;
}

.header__bar-mid {
  top: 50%;
  margin-top: -1px;
}

.header__bar-bottom {
  bottom: 10px;
}

.is-nav-open .header__bar-top {
  transform: translate(-50%, 8px) rotate(45deg);
}

.is-nav-open .header__bar-mid {
  opacity: 0;
  transition: opacity 0.3s;
}

.is-nav-open .header__bar-bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
}

.header__check {
  display: none;
}

.header__black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border: none;
}

.is-nav-open .header__black-bg {
  opacity: 0.25;
  visibility: visible;
}

.header__menu-list &gt; .menu-item {
  position: relative;
}

.header__menu-list &gt; .menu-item &gt; a {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 11.5px 5px;
  display: block;
  margin: 0;
  height: 40px; /* アコーディオンボタンと同じ高さにする */
  text-align: left;
}

.header__menu-list &gt; .menu-item:last-child &gt; a {
  border-bottom: 1px solid #e6e6e6;
}

.header__menu-list &gt; .menu-item &gt; .sub-menu {
  display: none;
  margin-bottom: 0;
}

.header__menu-list .sub-menu .menu-item {
  padding-left: 20px;
}

.header__menu-list .sub-menu .menu-item a {
  font-size: 0.875rem;
  display: block;
  padding: 8px 0 8px 30px;
  border-top: 1px solid #e6e6e6;
  position: relative;
  color: #333;
}

.header__menu-list .sub-menu .menu-item a::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 6px;
  width: 15px;
  height: 1px;
  background-color: #333;
}

.header__menu-list .accordion-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 33px;
  height: 40px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.header__menu-list .accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 12px;
  width: 13px;
  height: 1px;
  background-color: #666;
}

.header__menu-list .accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 18px;
  width: 1px;
  height: 13px;
  background-color: #666;
  opacity: 1;
}

.header__menu-list .accordion-btn.is-chlidnav-opened::after {
  opacity: 0;
}

.header__cta-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 8px;
  column-gap: 1rem;
  justify-content: center;
}

.header__cta-btn {
  color: #fff;
  border-radius: 100vh;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 16px;
  letter-spacing: 0.05em;
  width: 200px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.header__inner--usually .header__cta-btn {
  height: 50px;
}

@media (hover: hover) {
  .header__cta-btn:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1200px), print {
  .is-noscroll {
    overflow-y: auto; /* ハンバーガーメニューでない場合はスクロール禁止されないように */
  }
  /*
  .header {
  	position: relative;
  }*/
  .header__logo--usually {
    width: 110px;
  } /*
.header__inner--scrolled {
	position: fixed;
	top: 0;
   transform: translateY(-80px);
   left: 0;
   display: flex;
   z-index: 999;
   background: rgba(255,255,255,.8);
   width: 100%;
   transition: .3s;
}
.header__inner--scrolled.is-nav-scrolled {
   transform: translateY(0);
}
.header__logo--scrolled {
	width: 150px;
}
.header__inner--scrolled .header__cta-btn {
	height: 40px;
}*/
  .header__logo {
    padding: 1.375rem 1.5rem 1.6875rem;
    transition: 0.3s;
  }
  .is-header-scrolled .header__logo {
    padding: 1rem 1.5rem;
  }
  .header__menu-wrapper {
    display: flex;
    align-items: baseline;
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background-color: transparent;
    pointer-events: auto;
  }
  .header__menu-list {
    display: flex;
  }
  .header__btn {
    display: none;
  }
  .header__black-bg {
    display: none;
  }
  .header__logo--usually {
    transition: width 0.3s;
  }
  .is-header-scrolled .header__logo--usually, .header__logo--scrolled {
    width: 110px;
  }
  .header__menu-list &gt; .menu-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header__menu-list &gt; .menu-item &gt; a {
    border-top: none;
    padding: 8px 0;
    height: auto;
  }
  .header__menu-list &gt; .menu-item:last-child &gt; a {
    border-bottom: none;
  }
  .header__menu-list .accordion-btn {
    display: none;
  }
  .header__menu-list .menu-item .sub-menu {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    width: max-content;
    visibility: hidden;
    transform: translateY(10px);
  }
  .header__menu-list .menu-item-has-children:hover &gt; .sub-menu,
  .header__menu-list .menu-item-has-children.is-focused .sub-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header__menu-list .menu-item-has-children &gt; .sub-menu &gt; .menu-item {
    padding-left: 0;
  }
  .header__menu-list .sub-menu .menu-item a {
    padding: 7px 20px;
    width: 100%;
    min-width: 100%;
    border: none;
    background-color: #fff;
    height: 100%;
    transition: 0.2s;
  }
  .header__menu-list .menu-item-has-children &gt; .sub-menu &gt; .menu-item &gt; a::before {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .header__inner {
    max-width: 1768px;
    margin-right: auto;
    margin-left: auto;
  }
  .header__cta-area {
    column-gap: 1.25rem;
  }
  .header__cta-btn {
    width: 250px;
    font-size: 1.125rem;
  }
  .header__menu-list &gt; .menu-item &gt; a {
    font-size: 1rem;
  }
}
/* //ヘッダー */
/* ヘッダー分のコンテンツの余白*/
/*
.main {
  margin-top: 44px;
}
@include min('xl') {
  .main {
    margin-top: 0;
  }
}*/
/* //ヘッダー分のコンテンツの余白 */
/* ページトップボタン */
.page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 45px;
  width: 45px;
  z-index: 300;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.page-top.is-fadein {
  opacity: 1;
  visibility: visible;
}

.page-top__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  position: relative;
  border-radius: 5px;
  transition: 0.3s;
  border: 1px solid #fff;
}

.page-top__inner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.page-top__inner::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* //ページトップボタン */
/* フッター */
.footer {
  color: #fff;
  background-color: #333;
}

.footer__content {
  padding-top: 50px;
  padding-bottom: 60px;
}

.footer__logo-wrap {
  text-align: center;
}

.footer__logo {
  margin-bottom: 1.5rem;
}

.footer__sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.footer__menu-list &gt; li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer__menu-list li.new-tab a::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../images/common/icon-newtab-white.svg) no-repeat center center/contain;
  width: 13px;
  height: 13px;
  margin-left: 8px;
}

.footer__menu-list a, .footer__menu-list a:hover {
  color: #FFFFFF;
}

.footer__copyright {
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
}

@media screen and (min-width: 992px) {
  .footer__logo-wrap {
    text-align: left;
  }
  .footer__sns-wrap {
    justify-content: flex-start;
  }
  .footer__logo {
    margin-bottom: 2.5rem;
  }
}
/* //フッター */
/* フッターの下の隙間対策 */
.root-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

/* //フッターの下の隙間対策 */
.sidebar__sticky {
  position: sticky;
  top: 70px;
  right: 0;
}

.sidebar__item, .sidebar__list--archive li {
  border-bottom: 1px solid #dedede;
}

.sidebar__link, .sidebar__list--archive li a {
  display: block;
  padding: 8px 0;
  color: #333;
}

.sidebar__child-link {
  font-size: 0.95rem;
  display: block;
  padding: 0 0 4px 25px;
  color: #333;
  position: relative;
}

.sidebar__child-link::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 10px;
  height: 1px;
  background-color: #444;
}

.sidebar__ttl {
  font-size: 1.06rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #989d9e;
  position: relative;
  margin-bottom: 0;
  display: block;
}

.sidebar__ttl-link {
  color: #333;
}

@media (hover: hover) {
  .sidebar__ttl-link:hover {
    color: #333;
  }
}
.sidebar__ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 1px;
  background-color: #444;
}

.sidebar__post-wrap {
  display: flex;
}

.sidebar__thumb-box {
  width: 60px;
  min-width: 60px;
}

.sidebar__text-box {
  padding-left: 8px;
  font-size: 0.875rem;
}

.sidebar__date {
  font-size: 1em;
  color: #333;
}

.sidebar .category-label__item {
  font-size: 0.75rem;
}

.sidebar__post-ttl {
  font-size: 1.1em;
  margin-top: 3px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.sidebar__search-wrap form {
  display: flex;
}

.sidebar__input {
  width: -webkit-calc(100% - 53px);
  width: calc(100% - 53px);
  margin-right: 5px;
  border: 1px solid #666;
  padding: 3px 10px;
  border-radius: 5px;
}

.sidebar__search-wrap #submit {
  width: 48px;
  color: #fff;
  background-color: #666;
  border: none;
  border-radius: 3px;
  transition: opacity 0.3s;
  text-align: center;
}

.sidebar__search-wrap #submit:hover {
  opacity: 0.7;
}

.container,
.container-fluid,
.container-short {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 696px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 936px;
  }
}
@media screen and (min-width: 1200px), print {
  .container {
    max-width: 1116px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1296px;
  }
}

@media screen and (min-width: 576px) {
  .container-short {
    max-width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .container-short {
    max-width: 696px;
  }
}
@media screen and (min-width: 992px) {
  .container-short {
    max-width: 936px;
  }
}
@media screen and (min-width: 1200px), print {
  .container-short {
    max-width: 1076px;
  }
}

.breadcrumb__list {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  margin-bottom: 0;
}

.breadcrumb__list li {
  display: inline-block;
  font-size: 0.875rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumb__list li:not(:last-child) {
  padding-right: 24px;
  position: relative;
}

.breadcrumb__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 6px;
  width: 11px;
  height: 2px;
  background-color: #A9A9A9;
}

.breadcrumb__list li a span {
  color: #A9A9A9;
}

.breadcrumb__list li span {
  color: #333;
}

.breadcrumb__list br {
  display: none;
}

@media screen and (min-width: 1400px) {
  .breadcrumb .container {
    max-width: 1720px;
  }
}
/* ボタンパターン１ */
.btn-standard, .wp-block-button__link {
  color: #FFF;
  background-color: #333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  padding: 10px 30px;
  font-size: 1.125rem;
  max-width: 100%;
  min-width: 200px;
  font-weight: 700;
  border: 1px solid #333;
  position: relative;
  transition: 0.3s;
  border-radius: 100vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.wp-block-button__link {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-standard.btn-standard--w300 {
  width: 300px;
}

.btn-standard.btn-standard--large {
  width: 500px;
  min-height: 60px;
}

@media (hover: hover) {
  .btn-standard:hover, .wp-block-button .wp-block-button__link:hover {
    color: #FFF;
  }
}
.btn-standard::after, .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s;
}

/* 矢印アイコン↓ */
.btn-standard--icon-arrow::after, .is-style-icon-arrow .wp-block-button__link::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
} /*
@media (hover: hover) {
  .btn-standard--icon-arrow:hover::after, .is-style-icon-arrow .wp-block-button__link:hover::after {
    border-color: $color-basic;
  }
}
*/
/* 矢印アイコン↑ */
/* 別窓アイコン↓ */
.btn-standard--icon-newtab::after, .is-style-icon-newtab .wp-block-button__link::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 11px;
  height: 11px;
}

.btn-standard--icon-newtab::after, .is-style-icon-newtab .wp-block-button__link::after {
  mask: url("../images/common/icon-newtab_gray.svg") no-repeat center center/contain;
  background-color: #fff;
} /* ホバー時のアイコンの色を変更する場合はコメントアウト解除。
@media (hover: hover) {
  .btn-standard--icon-newtab:hover::after, .is-style-icon-newtab .wp-block-button__link:hover::after {
    background-color: $color-main;//ホバー時の色に
  }
}
*/
/* 別窓アイコン↑ */
/* PDFアイコン↓ */
.btn-standard--icon-pdf::after, .is-style-icon-pdf .wp-block-button__link::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 15px;
  height: 16px;
}

.btn-standard--icon-pdf::after, .is-style-icon-pdf .wp-block-button__link::after {
  mask: url("../images/common/icon-pdf.svg") no-repeat center center/contain;
  background-color: #fff;
  opacity: 1;
} /* ホバー時のアイコンの色を変更する場合はコメントアウト解除。ホバーしてから画像の読み込みをすると環境によって画像が一瞬小さく表示されるので、opacityで切り替えています。
@media (hover: hover) {
  .btn-standard--icon-pdf:hover::after, .is-style-icon-pdf .wp-block-button__link:hover::after {
    background-color: $color-main;//ホバー時の色
  }
}
*/
/* PDFアイコン↑ */
/* //ボタンパターン１ */
/* ボタンパターン２ */
/* //ボタンパターン２ */
.category-label {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 5px;
}

.category-label__item {
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.05em 0.77em;
  text-align: center;
  color: #333;
  background-color: #DCDCDC;
}

.category-label__item--blue {
  color: #FFFFFF;
  background-color: #0A6AC4;
}

.category-label__item--yellow {
  color: #FFFFFF;
  background-color: #FFB601;
}

.category-label__item--green {
  color: #FFFFFF;
  background-color: #178986;
}

.category-label__item--black {
  color: #FFFFFF;
  background-color: #333;
}

.child-fv {
  padding: 2rem 1.25rem;
  background: url(../images/common/child-header.jpg) no-repeat center center/cover;
  max-width: 1720px;
  border-radius: 25px;
  margin: 12px auto 0;
}

.child-fv__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.child-fv__sub-ttl {
  font-size: 1.0625rem;
  font-weight: 700;
  padding-left: 3px;
  text-transform: uppercase; /* 大文字にする */
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 8px;
}

.child-fv__desc {
  padding-top: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .child-fv {
    padding: 5.8125rem 0px;
    margin-top: 1.875rem;
  }
  .child-fv.has-desc {
    padding: 4.125rem 0px;
  }
  .child-fv__ttl {
    font-size: 3.125rem;
  }
  .child-fv__sub-ttl {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .child-fv__desc {
    padding-top: 1.5rem;
    font-size: 1.25rem;
  }
}
.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: radial-gradient(#fff, #ECECEC);
}

.cta_thanks {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.cta__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}

.cta__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.cta__box {
  padding: 3rem 1.5rem;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 3.125rem;
}

.cta__box-pamphlet {
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

.cta__catch-copy {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.5;
}

.cta__catch-copy-large {
  font-size: 2rem;
}

.cta_chex .cta__download-btn {
  background-color: #ED2446;
  border-color: #ED2446;
}

.cta_chex .cta__download-btn--chex {
  border: none;
  background: linear-gradient(90deg, rgb(35, 146, 225) 0%, rgb(10, 106, 196) 100%);
}

.cta_chex .cta__download-btn--chexbim {
  border: none;
  background: linear-gradient(90deg, rgb(237, 36, 70) 0%, rgb(253, 69, 46) 100%);
}

.cta_chex .cta__download-btn--laxsy {
  border: none;
  background: linear-gradient(90deg, rgb(255, 166, 89) 0%, rgb(253, 181, 1) 100%);
}

.cta_chex .cta__download-btn--aquick {
  border: none;
  background: linear-gradient(90deg, rgb(64, 195, 191) 0%, rgb(23, 137, 134) 100%);
}

.cta__box-img {
  text-align: center;
}

.cta__btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 2.5rem;
  margin-right: -1rem;
  margin-left: -1rem;
}

.cta__btn-col {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.cta__contact-btn {
  width: 400px;
}

.cta__tel-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
  letter-spacing: 0.1em;
  line-height: 1.1;
  transition: opacity 0.3s;
  background-color: #fff;
  border: none;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s;
}

.cta__tel-btn:hover {
  opacity: 0.7;
  color: #333;
}

.cta__btn-nubmer {
  font-size: 2rem;
  font-weight: 700;
}

.cta__tel-time {
  font-weight: 500;
}

.cta__btn-nubmer {
  font-size: 1.75rem;
  font-weight: 700;
}

.cta__btn-title {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  padding-left: 1.875rem;
}

.cta__tel-btn-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  mask: url("../images/common/icon-tel.svg") no-repeat center center/contain;
}

.cta_chex .cta__tel-btn-title::before {
  background-color: #ED2446;
}

.cta__contact-btn-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 100%;
  mask: url("../images/common/icon-mail.svg") no-repeat center center/contain;
}

.cta_chex .cta__contact-btn-title::before {
  background-color: #ED2446;
}

.cta_chex .cta__btn-title--blue::before {
  background-color: #0A6AC4;
}

.cta_chex .cta__btn-title--yellow::before {
  background-color: #FFB601;
}

.cta_chex .cta__btn-title--green::before {
  background-color: #178986;
}

.cta__tel-time {
  font-size: 0.9rem;
  padding-top: 7px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .cta__subtitle {
    font-size: 1.5rem;
  }
  .cta__title {
    font-size: 2.25rem;
  }
  .cta__catch-copy {
    font-size: 1.75rem;
  }
  .cta__catch-copy-large {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .cta__box {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
  }
  .cta__box-img {
    text-align: left;
    width: 25%;
  }
  .cta__btn-col {
    width: 400px;
    max-width: 100%;
  }
  .cta__btn-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 2.1875rem;
  }
  .cta__btn-nubmer {
    font-size: 2rem;
  }
  .cta__tel-btn-title::before {
    width: 1.25rem;
  }
  .cta__contact-btn-title::before {
    width: 1.5625rem;
  }
}
@media screen and (min-width: 992px) {
  .cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .cta_thanks {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .cta__box {
    padding: 3.5rem 2rem;
    margin-bottom: 4.375rem;
  }
  .cta__subtitle {
    font-size: 1.75rem;
  }
  .cta__title {
    font-size: 3rem;
  }
  .cta__catch-copy {
    font-size: 1.75rem;
  }
  .cta__catch-copy-large {
    font-size: 2.625rem;
  }
  .cta__download-btn {
    width: 400px;
    padding: 22px;
    font-size: 1.25rem;
  }
  .cta__tel-btn,
  .cta__contact-btn {
    height: 80px;
  }
  .cta__contact-btn {
    font-size: 1.25rem;
  }
  .cta__tel-btn {
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px), print {
  .cta__btn-row {
    gap: 4.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .cta__box {
    column-gap: 2.625rem;
  }
}
.dl-standard, .blockeditor-area dl {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.dl-standard__ttl, .blockeditor-area dl dt {
  width: 100%;
}

.dl-standard, .blockeditor-area dl {
  border-top: 1px solid #DCDCDC;
}

.dl-standard__item, .blockeditor-area dl dd {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 0;
}

.dl-standard__ttl, .blockeditor-area dl dt {
  padding: 1rem 0.5rem 0;
}

.dl-standard__item, .blockeditor-area dl dd {
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 992px) {
  .dl-standard, .blockeditor-area dl {
    border-top: none;
  }
  .dl-standard__ttl, .blockeditor-area dl dt {
    width: 127px;
    min-width: 127px;
    border-bottom: 1px solid #ED2446;
    padding: 1rem;
    text-align: center;
  }
  .dl-standard__item, .blockeditor-area dl dd {
    width: -webkit-calc(100% - 127px);
    width: calc(100% - 127px);
    padding: 1rem 1.75rem;
  }
}
.blockeditor-area ol, .blockeditor-area ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.ol-standard, .blockeditor-area ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

.ol-standard__item, .blockeditor-area ol li {
  padding-left: 30px;
  line-height: 1.3;
  position: relative;
}

.ol-standard__item:not(:last-child), .blockeditor-area ol li:not(:last-child) {
  margin-bottom: 16px;
}

.ol-standard__item:before, .blockeditor-area ol &gt; li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Lato", sans-serif;
}

.round-list, .blockeditor-area ul {
  list-style: none;
  padding-left: 0;
}

.round-list__item, .blockeditor-area ul li {
  padding-left: 18px;
  line-height: 1.3;
  position: relative;
}

.round-list__item:not(:last-child), .blockeditor-area ul li:not(:last-child) {
  margin-bottom: 12px;
}

.round-list__item::before, .blockeditor-area ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #ED2446;
  border-radius: 50%;
}

.point-blue .round-list__item::before {
  background-color: #0A6AC4;
}

.point-green .round-list__item::before {
  background-color: #178986;
}

.point-yellow .round-list__item::before {
  background-color: #FFB601;
}

.point-basic .round-list__item::before {
  background-color: #333;
}

ol.number-none li::before {
  display: none;
}

ol.number-none li {
  padding-left: 0;
}

@media all and (min-width: 992px) {
  .round-list__item, .blockeditor-area ul li {
    padding-left: 22px;
  }
  .round-list__item::before, .blockeditor-area ul li::before {
    top: 0.25em;
    width: 12px;
    height: 12px;
  }
}
.tab__button.is-tab--active {
  font-weight: 700;
}

.tab__contents {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: 0.5s;
}

.tab__contents.is-tab-contents--active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

a {
  color: #ED2446;
  text-decoration: none;
  transition: 0.3s;
  visibility: visible;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.blockeditor-area a:not(.wp-block-button__link)::after,
.text-link:not(.text-link--icon-newtab, .text-link--icon-pdf):after {
  content: "";
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #ED2446;
  border-right: 2px solid #ED2446;
  margin-left: 4px;
  margin-bottom: 2px;
}

.blockeditor-area :is(.is-style-text-icon-newtab, .is-style-text-icon-pdf) a::after {
  transform: unset;
  border: none;
  margin-bottom: 0;
}

.blockeditor-area a:not(.wp-block-button__link):hover, .text-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.blockeditor-area .is-style-text-icon-newtab a::after, .text-link--icon-newtab::after {
  content: "";
  margin-left: 4px;
  width: 11px;
  height: 11px;
  mask: url(../images/common/icon-newtab_gray.svg) no-repeat center center/contain;
  background-color: #ED2446;
  display: inline-block;
}

.blockeditor-area .is-style-text-icon-pdf a::after, .text-link--icon-pdf::after {
  content: "";
  margin-left: 4px;
  width: 0.8em;
  height: 0.8em;
  mask: url(../images/common/icon-pdf.svg) no-repeat center center/contain;
  background-color: #ED2446;
  display: inline-block;
}

.fade-in {
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.3s;
}

.fade-in.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

/*
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.modal.is-modal--active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba($color: #000000, $alpha: .6);
  cursor: pointer;
}*/
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
}

.modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
}

.modal[open] {
  animation: modalOpen 0.3s ease forwards;
}

.modal.is-hide {
  animation: modalClose 0.3s ease forwards;
}

@keyframes modalOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.modal[open]::backdrop {
  animation: modalOpen 0.3s ease forwards;
}

.modal.is-hide::backdrop {
  animation: modalClose 0.3s ease forwards;
}

.modal__close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 30px;
  height: 30px;
}

.modal__close-btn:hover {
  opacity: 1;
}

.modal__close-btn::before,
.modal__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 3px;
  background-color: #A9A9A9;
}

.modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__box {
  width: 100%;
  max-width: 1300px;
  height: 80%;
  min-height: 200px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  transition: 0.3s;
  transform: translateY(2rem);
  border-radius: 25px;
}

.modal.is-open .modal__box {
  transform: translateY(0);
}

.modal.is-hide .modal__box {
  transform: translateY(2rem);
}

.modal__contents {
  padding: 3.75rem 1.25rem;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  position: relative;
}

.is-restriction-scroll {
  overflow-y: hidden;
}

@media screen and (min-width: 768px) {
  .modal__contents {
    padding: 3.75rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .modal__contents {
    padding: 3.125rem 6.875rem;
  }
  .modal__close-btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pagination .page-numbers {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #A9A9A9;
  position: relative;
}

.pagination .current {
  font-weight: 700;
  color: #ED2446;
}

.page-numbers.prev,
.page-numbers.next {
  background-color: #333;
  border-radius: 50%;
}

.page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}

.page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

/* シングルページ前後記事リンク（シンプル） */
.paging-simple {
  border-top: 1px solid #989d9e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paging-simple__previous, .paging-simple__next, .paging-simple__archive {
  width: 80px;
  max-width: 30vw;
}

.paging-simple a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #666;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}

.paging-simple a:hover {
  color: #fff;
}

.paging-simple__previous a, .paging-simple__next a {
  position: relative;
}

.paging-simple__previous a {
  padding-left: 15px;
}

.paging-simple__next a {
  padding-right: 15px;
}

.paging-simple__previous a::after, .paging-simple__next a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
}

.paging-simple__previous a::after {
  left: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.paging-simple__next a::after {
  right: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* //シングルページ前後記事リンク（シンプル） */
/* シングルページ前後記事リンク（リッチ） */
.paging-rich {
  border-top: 1px solid #989d9e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.paging-rich__item {
  width: 100%;
}

.paging-rich__item--previous {
  padding-bottom: 1rem;
}

.paging-rich__item--next {
  border-top: 1px solid #dedede;
  padding-top: 1rem;
}

.paging-rich__inner {
  display: flex;
}

.paging-rich__img {
  width: 75px;
  min-width: 75px;
}

.paging-rich__sentence {
  padding-left: 0.8rem;
  color: #333;
}

.paging-rich__label {
  color: #333;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.paging-rich__ttl {
  font-size: 0.875rem;
  line-height: 1.4;
  padding-top: 0.25rem;
  display: block;
}

.paging-rich .post-date {
  font-size: 0.875em;
}

.paging-rich .category-label__item {
  min-width: 60px;
}

@media screen and (min-width: 576px) {
  .paging-rich__item {
    width: 50%;
  }
  .paging-rich__item--previous {
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .paging-rich__item--next {
    padding-top: 0;
    padding-left: 1rem;
    border-top: none;
    border-left: 1px solid #dedede;
  }
}
/* //シングルページ前後記事リンク（リッチ） */
/* 記事一覧-テキストのみシンプル */
.post-simple {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 1rem;
}

.post-simple__head, .post-simple__list {
  width: 100%;
}

.post-simple__head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.post-simple__ttl {
  color: #333;
}

.post-simple__item {
  border-top: 1px solid #888;
}

.post-simple__item:last-child {
  border-bottom: 1px solid #888;
}

.post-simple__link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .post-simple__head {
    width: 200px;
    text-align: left;
  }
  .post-simple__list {
    width: calc(100% - 200px);
  }
  .post-simple__link {
    display: flex;
    gap: 1.25rem;
  }
}
/* //記事一覧-テキストのみシンプル */
/* 記事一覧-サムネ有りリスト形式 */
.post-line__date {
  font-size: 0.875rem;
  color: #333;
}

.post-line__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
}

.post-line__excerpt {
  color: #333;
}

.post-line__items {
  border-top: 1px solid #999;
}

.post-line__items:last-child {
  border-bottom: 1px solid #999;
}

.post-line__inner {
  padding: 1.1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.post-line__thumb-wrap {
  width: 33.333333%;
}

.post-line__thumb-wrap img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

.post-line__text-wrap {
  width: 66.66666667%;
}

.post-line__excerpt_sp {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .post-line__thumb-wrap {
    width: 224px;
  }
  .post-line__text-wrap {
    width: calc(100% - 224px);
  }
}
/* //記事一覧-サムネ有りリスト形式 */
/* 記事一覧-サムネ有りカード形式 */
.post-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.post-card__thumb-wrap img {
  object-fit: cover;
  aspect-ratio: 14/9;
}

.post-card__date {
  font-size: 0.9rem;
  color: #333;
}

.post-card__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  flex-grow: 1;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

.post-card__excerpt {
  color: #333;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

/* //記事一覧-サムネ有りカード形式 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* ブラウザデフォルトの×ボタンを無効化 */
}

.search-upper {
  width: 700px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5rem;
}

.search-upper__form {
  position: relative;
}

.search-upper__field {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 3px;
}

.search-upper__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0.5rem;
  mask: url("../images/common/search.svg") no-repeat center center/contain;
  background-color: #333;
  border: none;
  padding: 0 15px;
  outline: none;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
}

.search-upper__icon {
  width: 18px;
  display: inline-block;
}

.search__highlight {
  background: #fefe93;
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .search-upper__field {
    height: 50px;
  }
}
.ttl-pattern-1, .blockeditor-area .wp-block-group h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  line-height: 1.5;
}

.subttl-pattern-1, .blockeditor-area p.is-style-text-subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  line-height: 1;
}

.is-style-text-subtitle {
  color: #ED2446;
  font-family: "Lato", sans-serif;
}

.ttl-pattern-2, .blockeditor-area h2 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

.ttl-pattern-3, .blockeditor-area h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: 2px solid #ED2446;
  padding: 0 0 0 1rem;
  line-height: 1.5;
}

.ttl-pattern-4, .blockeditor-area h4 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ttl-pattern-5, .blockeditor-area h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.blockeditor-area h1 {
  margin-top: 2rem; /* ブロックエディタの見出しにはデフォルトでmargin-topを設定。 */
  margin-bottom: 1rem;
}

.blockeditor-area h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blockeditor-area .wp-block-group h2 {
  margin-top: 0;
}

.blockeditor-area h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blockeditor-area h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blockeditor-area h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .ttl-pattern-1, .blockeditor-area .wp-block-group h2 {
    font-size: 2.25rem;
  }
  .subttl-pattern-1, .blockeditor-area p.is-style-text-subtitle {
    font-size: 1.25rem;
  }
  .ttl-pattern-2, .blockeditor-area h2 {
    font-size: 2rem;
  }
  .ttl-pattern-3, .blockeditor-area h3 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px), print {
  .ttl-pattern-1, .blockeditor-area .wp-block-group h2 {
    font-size: 2.625rem;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  .subttl-pattern-1, .blockeditor-area p.is-style-text-subtitle {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .ttl-pattern-2, .blockeditor-area h2 {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  .ttl-pattern-3, .blockeditor-area h3 {
    font-size: 1.75rem;
  }
  .ttl-pattern-4, .blockeditor-area h4 {
    font-size: 1.5rem;
  }
  .ttl-pattern-5, .blockeditor-area h5 {
    font-size: 1.25rem;
  }
}
/* テーブル_コーディング_スタンダード */
.table-standard, .table-standard tbody, .table-standard tr {
  width: 100%;
}

.table-standard tr:not(:first-of-type) {
  border-bottom: 1px solid #DCDCDC;
}

.table-standard th {
  padding: 1rem 0.5rem;
  border-right: 1px solid #DCDCDC;
}

.table-standard tr:first-of-type th {
  background-color: #333;
  color: #FFFFFF;
}

.table-standard tbody tr &gt; *:first-of-type {
  width: 30%;
}

.table-standard tbody tr &gt; *:not(:first-of-type) {
  width: 70%;
}

.table-standard td {
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .table-standard th, .table-standard td, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table tr td {
    padding: 1rem 1.75rem;
  }
}
/* //テーブル_コーディング_スタンダード */
/* テーブル_コーディング_ストライプ */
.table-stripes, .table-stripes tbody, .table-stripes tr {
  width: 100%;
}

.table-stripes tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

.table-stripes th, .table-stripes td {
  display: block;
  width: 100%;
}

.table-stripes th {
  padding: 1rem 1rem 0;
}

.table-stripes td {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .table-stripes th, .table-stripes td {
    display: table-cell;
    width: auto;
  }
  .table-stripes th {
    padding: 1rem 0.5rem;
  }
}
/* //テーブル_ブロックエディタ_ストライプ */
/* テーブル_ブロックエディタ_デフォルト */
.wp-block-table figcaption {
  padding: 8px 0;
}

.wp-block-table:not(.is-style-stripes) th {
  background-color: #F8F8F8;
}

.wp-block-table td, .wp-block-table th {
  border-color: #ccc;
}

/* //テーブル_ブロックエディタ_デフォルト */
/* テーブル_ブロックエディタ_ストライプ */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

/* //テーブル_ブロックエディタ_ストライプ */
.post-filter {
  padding: 1.25rem 0.9375rem;
  background-color: #F8F8F8;
  border-radius: 0.625rem;
}
@media screen and (min-width: 576px) {
  .post-filter {
    padding: 2.5rem 3.125rem;
  }
}

.post-filter__unit {
  display: grid;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .post-filter__unit {
    gap: 1.25rem;
    grid-template-columns: auto 1fr;
  }
}
.post-filter__unit + .post-filter__unit {
  margin-top: 1.875rem;
}

.post-filter__unit_title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-filter__unit_title {
    width: 7em;
    font-size: 1.25rem;
    text-align: left;
  }
}

.post-filter__unit_categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
  gap: 0.625rem 1.0625rem;
}
@media screen and (min-width: 576px) {
  .post-filter__unit_categories {
    grid-template-columns: repeat(auto-fill, minmax(8.625rem, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .post-filter__unit_categories {
    grid-template-columns: repeat(auto-fill, minmax(9.25rem, 1fr));
  }
}

.post-filter__unit_category {
  transition: opacity 0.3s ease;
}

.post-filter__unit_category_label {
  position: relative;
}

.post-filter__unit_category_input {
  position: absolute;
}

.post-filter__unit_category_text {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  padding: 0.5em 1em;
  border-radius: 3.125rem;
  border: 1px solid #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-filter__unit_category_text {
    font-size: 1rem;
  }
}

.post-filter__unit_category_text.is-selected {
  color: #FFFFFF;
  background-color: #333;
}

.post-filter__unit_category_input:checked + .post-filter__unit_category_text {
  color: #FFFFFF;
  background-color: #333;
}

@media (hover: hover) and (pointer: fine) {
  .post-filter__unit_category:hover {
    opacity: 0.7;
  }
}
/* 記事がない場合の表示 */
.no-post {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .no-post {
    font-size: 1.25rem;
  }
}

.recommend {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding-block: 6.25rem;
  }
}

.recommend.is-chex .recommend__slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #0A6AC4;
}

.recommend.is-laxsy .recommend__slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #FFB601;
}

.recommend__head {
  text-align: center;
}

.recommend__head .ttl-pattern-1 {
  padding-bottom: 0;
}

.recommend__slider {
  /* splide */
}
@media screen and (min-width: 992px) {
  .recommend__slider {
    margin-top: 20px;
  }
}
.recommend__slider .splide__wrapper {
  position: relative;
  width: min(92%, 1241px);
  margin-inline: auto;
}
@media screen and (min-width: 400px) {
  .recommend__slider .splide__wrapper {
    padding-inline: 45px;
  }
}
@media screen and (min-width: 768px) {
  .recommend__slider .splide__wrapper {
    padding-inline: 64px;
  }
}
.recommend__slider .splide__track {
  max-width: 1071px;
  margin-inline: auto;
  padding-block: 30px !important;
  padding-inline: 19px !important;
}
@media screen and (min-width: 768px) {
  .recommend__slider .splide__track {
    padding-inline: 20px !important;
  }
}
.recommend__slider .splide__slide.whitepaper-card {
  box-shadow: none;
}
.recommend__slider .splide__slide.is-visible.whitepaper-card {
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
}
.recommend__slider .splide__arrows--case .splide__arrow {
  margin-top: calc(31.7771084337% - 20px + 19px);
}
@media screen and (min-width: 400px) {
  .recommend__slider .splide__arrows--case .splide__arrow {
    margin: auto;
  }
}
.recommend__slider .splide__arrows--whitepaper .splide__arrow {
  margin-top: calc(28.1626506024% - 20px + 19px);
}
@media screen and (min-width: 400px) {
  .recommend__slider .splide__arrows--whitepaper .splide__arrow {
    margin: auto;
  }
}
.recommend__slider .splide__arrow &gt; svg {
  display: none;
}
.recommend__slider .splide__arrow--next,
.recommend__slider .splide__arrow--prev {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DCDCDC;
}
@media screen and (min-width: 400px) {
  .recommend__slider .splide__arrow--next,
  .recommend__slider .splide__arrow--prev {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .recommend__slider .splide__arrow--next,
  .recommend__slider .splide__arrow--prev {
    width: 60px;
    height: 60px;
  }
}
.recommend__slider .splide__arrow--next::after,
.recommend__slider .splide__arrow--prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url(../images/common/icon-slider-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 400px) {
  .recommend__slider .splide__arrow--next::after,
  .recommend__slider .splide__arrow--prev::after {
    width: 8px;
    height: 13px;
  }
}
@media screen and (min-width: 992px) {
  .recommend__slider .splide__arrow--next::after,
  .recommend__slider .splide__arrow--prev::after {
    width: 12px;
    height: 21px;
  }
}
.recommend__slider .splide__arrow--next {
  right: 0;
}
.recommend__slider .splide__arrow--next::after {
  transform: rotate(180deg);
  margin-left: 2px;
}
.recommend__slider .splide__arrow--prev {
  left: 0;
}
.recommend__slider .splide__arrow--prev::after {
  margin-right: 2px;
}
.recommend__slider .splide__pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  width: min(92%, 1241px);
  margin-inline: auto;
  padding-inline: 45px;
}
@media screen and (min-width: 768px) {
  .recommend__slider .splide__pagination {
    padding-inline: 64px;
  }
}
.recommend__slider .splide__pagination li {
  width: 100%;
}
.recommend__slider .splide__pagination li:first-child .splide__pagination__page {
  border-radius: 1rem 0 0 1rem;
}
.recommend__slider .splide__pagination li:last-child .splide__pagination__page {
  border-radius: 0 1rem 1rem 0;
}
.recommend__slider .splide__pagination li .splide__pagination__page {
  width: 100%;
  height: 4px;
  cursor: pointer;
  vertical-align: top;
  background-color: #DCDCDC;
}
.recommend__slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #ED2446;
  border-radius: 1rem;
}

.recommend__slider-list.is-no-slider {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
  justify-content: center;
}
.recommend__slider-list.is-no-slider .splide__slide {
  width: 100% !important;
  margin: 0 !important;
  flex-shrink: 1;
}
@media screen and (min-width: 576px) {
  .recommend__slider-list.is-no-slider .splide__slide {
    width: 45% !important;
  }
}
@media screen and (min-width: 992px) {
  .recommend__slider-list.is-no-slider .splide__slide {
    width: calc((100% - 60px) / 3) !important;
  }
}

.recommend__no-post {
  margin-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .recommend__no-post {
    margin-block: 5rem;
  }
}

.recommend__btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommend__btn {
    margin-top: 3.125rem;
  }
}

/* 導入実績・事例のカード */
.case-card.is-hide {
  display: none;
}

.case-card__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .case-card__link:hover .case-card__image img {
    transform: scale(1.05);
  }
}

.case-card__image {
  border-radius: 0.625rem;
  overflow: hidden;
}

.case-card__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 332/211;
  border-radius: 0.625rem;
  transition: transform 0.3s ease;
}

.case-card__body {
  color: #333;
  margin-top: 0.75rem;
}

.case-card__client {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .case-card__client {
    font-size: 1rem;
  }
}

.case-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .case-card__title {
    font-size: 1.125rem;
  }
}

/* お役立ち資料・動画のカード */
.whitepaper-card {
  display: flex;
  border-radius: 0.625rem;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
}

.whitepaper-card.is-hide {
  display: none;
}

.whitepaper-card__link {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
  .whitepaper-card__link:hover .whitepaper-card__image img {
    transform: scale(1.05);
  }
}

.whitepaper-card__image {
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}

.whitepaper-card__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 332/187;
  border-radius: 0.625rem 0.625rem 0 0;
  transition: transform 0.3s ease;
}

.whitepaper-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.625rem 0.9375rem 1.25rem;
}

.whitepaper-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.625rem;
  color: #333;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .whitepaper-card__title {
    font-size: 1.125rem;
  }
}

.whitepaper-card__btn {
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .whitepaper-card__btn {
    margin-top: 1.25rem;
  }
}

.whitepaper-card__btn .btn-standard {
  font-size: 0.875rem;
  padding: 0.3em 1em 0.35em;
  min-width: 185px;
}
@media screen and (min-width: 1200px), print {
  .whitepaper-card__btn .btn-standard {
    font-size: 1rem;
    min-width: 217px;
  }
}

.record__title {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.record__title-top {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 1.125rem;
}

.record__title-bottom {
  font-size: 1.5rem;
  font-weight: 700;
}

.record__title-large {
  font-size: 1.75rem;
}

.record__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  margin-bottom: 0.9375rem;
}

.record__item {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}

.record__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/top/icon-record1.svg) no-repeat center center/contain;
  width: 20px;
  height: 72px;
}

.record__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/top/icon-record2.svg) no-repeat center center/contain;
  width: 20px;
  height: 72px;
}

.record__item-headding {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.record__item-field {
  font-weight: 900;
  font-size: 2.25rem;
  padding-right: 8px;
  padding-left: 8px;
}

.record__logo-image {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .record__row {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.25rem;
  }
  .record__title {
    margin-bottom: 3.75rem;
  }
  .record__title-top {
    font-size: 1.5rem;
  }
  .record__title-bottom {
    font-size: 2.25rem;
  }
  .record__title-large {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 992px) {
  .record__row {
    justify-content: center;
  }
  .record__item {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .record__item-headding {
    font-size: 1.25rem;
  }
  .record__item-field {
    font-size: 3.25rem;
  }
  .record__logo-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .record__item::before {
    content: "";
    width: 29px;
    height: 105px;
  }
  .record__item::after {
    content: "";
    width: 29px;
    height: 105px;
  }
}
@media screen and (min-width: 1200px), print {
  .record__row {
    column-gap: 4.375rem;
  }
  .record__logo-wrap {
    width: 20%;
  }
}
/* グリッドシステム */
/*
  ※xsはデフォルトでは用意していませんが必要でしたら記述増やしてください。
*/
.row {
  display: flex;
  flex-wrap: wrap;
}

.row &gt; * {
  flex-shrink: 0;
  max-width: 100%;
  flex: 0 0 auto;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666666%;
}

.col-3 {
  width: 24.99999999%;
}

.col-4 {
  width: 33.33333332%;
}

.col-5 {
  width: 41.66666665%;
}

.col-6 {
  width: 49.99999998%;
}

.col-7 {
  width: 58.33333331%;
}

.col-8 {
  width: 66.66666664%;
}

.col-9 {
  width: 74.99999997%;
}

.col-10 {
  width: 83.3333333%;
}

.col-11 {
  width: 91.66666663%;
}

.col-12 {
  width: 100%; /* for文だと99.99999996%になってしまうため */
}

@media screen and (min-width: 400px) {
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-2 {
    width: 16.66666666%;
  }
  .col-xs-3 {
    width: 24.99999999%;
  }
  .col-xs-4 {
    width: 33.33333332%;
  }
  .col-xs-5 {
    width: 41.66666665%;
  }
  .col-xs-6 {
    width: 49.99999998%;
  }
  .col-xs-7 {
    width: 58.33333331%;
  }
  .col-xs-8 {
    width: 66.66666664%;
  }
  .col-xs-9 {
    width: 74.99999997%;
  }
  .col-xs-10 {
    width: 83.3333333%;
  }
  .col-xs-11 {
    width: 91.66666663%;
  }
  .col-xs-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666666%;
  }
  .col-sm-3 {
    width: 24.99999999%;
  }
  .col-sm-4 {
    width: 33.33333332%;
  }
  .col-sm-5 {
    width: 41.66666665%;
  }
  .col-sm-6 {
    width: 49.99999998%;
  }
  .col-sm-7 {
    width: 58.33333331%;
  }
  .col-sm-8 {
    width: 66.66666664%;
  }
  .col-sm-9 {
    width: 74.99999997%;
  }
  .col-sm-10 {
    width: 83.3333333%;
  }
  .col-sm-11 {
    width: 91.66666663%;
  }
  .col-sm-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666666%;
  }
  .col-md-3 {
    width: 24.99999999%;
  }
  .col-md-4 {
    width: 33.33333332%;
  }
  .col-md-5 {
    width: 41.66666665%;
  }
  .col-md-6 {
    width: 49.99999998%;
  }
  .col-md-7 {
    width: 58.33333331%;
  }
  .col-md-8 {
    width: 66.66666664%;
  }
  .col-md-9 {
    width: 74.99999997%;
  }
  .col-md-10 {
    width: 83.3333333%;
  }
  .col-md-11 {
    width: 91.66666663%;
  }
  .col-md-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666666%;
  }
  .col-lg-3 {
    width: 24.99999999%;
  }
  .col-lg-4 {
    width: 33.33333332%;
  }
  .col-lg-5 {
    width: 41.66666665%;
  }
  .col-lg-6 {
    width: 49.99999998%;
  }
  .col-lg-7 {
    width: 58.33333331%;
  }
  .col-lg-8 {
    width: 66.66666664%;
  }
  .col-lg-9 {
    width: 74.99999997%;
  }
  .col-lg-10 {
    width: 83.3333333%;
  }
  .col-lg-11 {
    width: 91.66666663%;
  }
  .col-lg-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 1200px), print {
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666666%;
  }
  .col-xl-3 {
    width: 24.99999999%;
  }
  .col-xl-4 {
    width: 33.33333332%;
  }
  .col-xl-5 {
    width: 41.66666665%;
  }
  .col-xl-6 {
    width: 49.99999998%;
  }
  .col-xl-7 {
    width: 58.33333331%;
  }
  .col-xl-8 {
    width: 66.66666664%;
  }
  .col-xl-9 {
    width: 74.99999997%;
  }
  .col-xl-10 {
    width: 83.3333333%;
  }
  .col-xl-11 {
    width: 91.66666663%;
  }
  .col-xl-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-2 {
    width: 16.66666666%;
  }
  .col-xxl-3 {
    width: 24.99999999%;
  }
  .col-xxl-4 {
    width: 33.33333332%;
  }
  .col-xxl-5 {
    width: 41.66666665%;
  }
  .col-xxl-6 {
    width: 49.99999998%;
  }
  .col-xxl-7 {
    width: 58.33333331%;
  }
  .col-xxl-8 {
    width: 66.66666664%;
  }
  .col-xxl-9 {
    width: 74.99999997%;
  }
  .col-xxl-10 {
    width: 83.3333333%;
  }
  .col-xxl-11 {
    width: 91.66666663%;
  }
  .col-xxl-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
@media screen and (min-width: 1700px) {
  .col-xxxl-1 {
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    width: 16.66666666%;
  }
  .col-xxxl-3 {
    width: 24.99999999%;
  }
  .col-xxxl-4 {
    width: 33.33333332%;
  }
  .col-xxxl-5 {
    width: 41.66666665%;
  }
  .col-xxxl-6 {
    width: 49.99999998%;
  }
  .col-xxxl-7 {
    width: 58.33333331%;
  }
  .col-xxxl-8 {
    width: 66.66666664%;
  }
  .col-xxxl-9 {
    width: 74.99999997%;
  }
  .col-xxxl-10 {
    width: 83.3333333%;
  }
  .col-xxxl-11 {
    width: 91.66666663%;
  }
  .col-xxxl-12 {
    width: 100%; /* for文だと99.99999996%になってしまうため */
  }
}
/* //グリッドシステム */
/* カラム間の左右の余白 */
/* 
  ※デフォルトは6（＝1.5rem）までですが必要に応じてサイズのバリエーションを増やしてください。 
  ※xsはデフォルトでは用意していませんが必要でしたら記述増やしてください。
*/
.side-space-0 {
  margin-right: -0rem;
  margin-left: -0rem;
}

.side-space-0 &gt; * {
  padding-right: 0rem;
  padding-left: 0rem;
}

.side-space-1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.side-space-1 &gt; * {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.side-space-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.side-space-2 &gt; * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.side-space-3 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.side-space-3 &gt; * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.side-space-4 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.side-space-4 &gt; * {
  padding-right: 1rem;
  padding-left: 1rem;
}

.side-space-5 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.side-space-5 &gt; * {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.side-space-6 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.side-space-6 &gt; * {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media screen and (min-width: 400px) {
  .side-space-xs-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xs-0 &gt; * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xs-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xs-1 &gt; * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xs-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xs-2 &gt; * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xs-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xs-3 &gt; * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xs-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xs-4 &gt; * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xs-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xs-5 &gt; * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xs-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xs-6 &gt; * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .side-space-sm-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-sm-0 &gt; * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-sm-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-sm-1 &gt; * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-sm-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-sm-2 &gt; * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-sm-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-sm-3 &gt; * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-sm-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-sm-4 &gt; * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-sm-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-sm-5 &gt; * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-sm-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-sm-6 &gt; * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .side-space-md-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-md-0 &gt; * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-md-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-md-1 &gt; * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-md-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-md-2 &gt; * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-md-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-md-3 &gt; * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-md-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-md-4 &gt; * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-md-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-md-5 &gt; * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-md-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-md-6 &gt; * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .side-space-lg-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-lg-0 &gt; * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-lg-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-lg-1 &gt; * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-lg-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-lg-2 &gt; * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-lg-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-lg-3 &gt; * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-lg-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-lg-4 &gt; * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-lg-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-lg-5 &gt; * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-lg-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-lg-6 &gt; * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px), print {
  .side-space-xl-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xl-0 &gt; * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xl-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xl-1 &gt; * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xl-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xl-2 &gt; * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xl-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xl-3 &gt; * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xl-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xl-4 &gt; * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xl-5 &gt; * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xl-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xl-6 &gt; * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .side-space-xxl-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xxl-0 &gt; * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xxl-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xxl-1 &gt; * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xxl-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xxl-2 &gt; * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xxl-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xxl-3 &gt; * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xxl-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xxl-4 &gt; * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xxl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xxl-5 &gt; * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xxl-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xxl-6 &gt; * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .side-space-xxxl-0 {
    margin-right: -0rem;
    margin-left: -0rem;
  }
  .side-space-xxxl-0 &gt; * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .side-space-xxxl-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .side-space-xxxl-1 &gt; * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .side-space-xxxl-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .side-space-xxxl-2 &gt; * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .side-space-xxxl-3 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .side-space-xxxl-3 &gt; * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .side-space-xxxl-4 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .side-space-xxxl-4 &gt; * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .side-space-xxxl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .side-space-xxxl-5 &gt; * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .side-space-xxxl-6 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .side-space-xxxl-6 &gt; * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
/* //カラム間の左右の余白 */
/* カラム間の上下の余白 */
/* ※デフォルトは12（＝3rem）までですが必要に応じてサイズのバリエーションを増やしてください。 */
.vertical-space-0 {
  row-gap: 0rem;
}

.vertical-space-1 {
  row-gap: 0.25rem;
}

.vertical-space-2 {
  row-gap: 0.5rem;
}

.vertical-space-3 {
  row-gap: 0.75rem;
}

.vertical-space-4 {
  row-gap: 1rem;
}

.vertical-space-5 {
  row-gap: 1.25rem;
}

.vertical-space-6 {
  row-gap: 1.5rem;
}

.vertical-space-7 {
  row-gap: 1.75rem;
}

.vertical-space-8 {
  row-gap: 2rem;
}

.vertical-space-9 {
  row-gap: 2.25rem;
}

.vertical-space-10 {
  row-gap: 2.5rem;
}

.vertical-space-11 {
  row-gap: 2.75rem;
}

.vertical-space-12 {
  row-gap: 3rem;
}

@media screen and (min-width: 400px) {
  .vertical-space-xs-0 {
    row-gap: 0rem;
  }
  .vertical-space-xs-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xs-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xs-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xs-4 {
    row-gap: 1rem;
  }
  .vertical-space-xs-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xs-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xs-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xs-8 {
    row-gap: 2rem;
  }
  .vertical-space-xs-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xs-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xs-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xs-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .vertical-space-sm-0 {
    row-gap: 0rem;
  }
  .vertical-space-sm-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-sm-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-sm-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-sm-4 {
    row-gap: 1rem;
  }
  .vertical-space-sm-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-sm-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-sm-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-sm-8 {
    row-gap: 2rem;
  }
  .vertical-space-sm-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-sm-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-sm-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-sm-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .vertical-space-md-0 {
    row-gap: 0rem;
  }
  .vertical-space-md-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-md-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-md-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-md-4 {
    row-gap: 1rem;
  }
  .vertical-space-md-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-md-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-md-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-md-8 {
    row-gap: 2rem;
  }
  .vertical-space-md-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-md-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-md-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-md-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .vertical-space-lg-0 {
    row-gap: 0rem;
  }
  .vertical-space-lg-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-lg-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-lg-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-lg-4 {
    row-gap: 1rem;
  }
  .vertical-space-lg-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-lg-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-lg-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-lg-8 {
    row-gap: 2rem;
  }
  .vertical-space-lg-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-lg-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-lg-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-lg-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1200px), print {
  .vertical-space-xl-0 {
    row-gap: 0rem;
  }
  .vertical-space-xl-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xl-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xl-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xl-4 {
    row-gap: 1rem;
  }
  .vertical-space-xl-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xl-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xl-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xl-8 {
    row-gap: 2rem;
  }
  .vertical-space-xl-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xl-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xl-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xl-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .vertical-space-xxl-0 {
    row-gap: 0rem;
  }
  .vertical-space-xxl-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xxl-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xxl-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xxl-4 {
    row-gap: 1rem;
  }
  .vertical-space-xxl-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xxl-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xxl-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xxl-8 {
    row-gap: 2rem;
  }
  .vertical-space-xxl-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xxl-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xxl-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xxl-12 {
    row-gap: 3rem;
  }
}
@media screen and (min-width: 1700px) {
  .vertical-space-xxxl-0 {
    row-gap: 0rem;
  }
  .vertical-space-xxxl-1 {
    row-gap: 0.25rem;
  }
  .vertical-space-xxxl-2 {
    row-gap: 0.5rem;
  }
  .vertical-space-xxxl-3 {
    row-gap: 0.75rem;
  }
  .vertical-space-xxxl-4 {
    row-gap: 1rem;
  }
  .vertical-space-xxxl-5 {
    row-gap: 1.25rem;
  }
  .vertical-space-xxxl-6 {
    row-gap: 1.5rem;
  }
  .vertical-space-xxxl-7 {
    row-gap: 1.75rem;
  }
  .vertical-space-xxxl-8 {
    row-gap: 2rem;
  }
  .vertical-space-xxxl-9 {
    row-gap: 2.25rem;
  }
  .vertical-space-xxxl-10 {
    row-gap: 2.5rem;
  }
  .vertical-space-xxxl-11 {
    row-gap: 2.75rem;
  }
  .vertical-space-xxxl-12 {
    row-gap: 3rem;
  }
}
/* //カラム間の上下の余白 */
/* グリッド準拠の左の余白 */
.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666666%;
}

.offset-3 {
  margin-left: 24.99999999%;
}

.offset-4 {
  margin-left: 33.33333332%;
}

.offset-5 {
  margin-left: 41.66666665%;
}

.offset-6 {
  margin-left: 49.99999998%;
}

.offset-7 {
  margin-left: 58.33333331%;
}

.offset-8 {
  margin-left: 66.66666664%;
}

.offset-9 {
  margin-left: 74.99999997%;
}

.offset-10 {
  margin-left: 83.3333333%;
}

.offset-11 {
  margin-left: 91.66666663%;
}

@media screen and (min-width: 400px) {
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666666%;
  }
  .offset-xs-3 {
    margin-left: 24.99999999%;
  }
  .offset-xs-4 {
    margin-left: 33.33333332%;
  }
  .offset-xs-5 {
    margin-left: 41.66666665%;
  }
  .offset-xs-6 {
    margin-left: 49.99999998%;
  }
  .offset-xs-7 {
    margin-left: 58.33333331%;
  }
  .offset-xs-8 {
    margin-left: 66.66666664%;
  }
  .offset-xs-9 {
    margin-left: 74.99999997%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666666%;
  }
  .offset-sm-3 {
    margin-left: 24.99999999%;
  }
  .offset-sm-4 {
    margin-left: 33.33333332%;
  }
  .offset-sm-5 {
    margin-left: 41.66666665%;
  }
  .offset-sm-6 {
    margin-left: 49.99999998%;
  }
  .offset-sm-7 {
    margin-left: 58.33333331%;
  }
  .offset-sm-8 {
    margin-left: 66.66666664%;
  }
  .offset-sm-9 {
    margin-left: 74.99999997%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666666%;
  }
  .offset-md-3 {
    margin-left: 24.99999999%;
  }
  .offset-md-4 {
    margin-left: 33.33333332%;
  }
  .offset-md-5 {
    margin-left: 41.66666665%;
  }
  .offset-md-6 {
    margin-left: 49.99999998%;
  }
  .offset-md-7 {
    margin-left: 58.33333331%;
  }
  .offset-md-8 {
    margin-left: 66.66666664%;
  }
  .offset-md-9 {
    margin-left: 74.99999997%;
  }
  .offset-md-10 {
    margin-left: 83.3333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666666%;
  }
  .offset-lg-3 {
    margin-left: 24.99999999%;
  }
  .offset-lg-4 {
    margin-left: 33.33333332%;
  }
  .offset-lg-5 {
    margin-left: 41.66666665%;
  }
  .offset-lg-6 {
    margin-left: 49.99999998%;
  }
  .offset-lg-7 {
    margin-left: 58.33333331%;
  }
  .offset-lg-8 {
    margin-left: 66.66666664%;
  }
  .offset-lg-9 {
    margin-left: 74.99999997%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 1200px), print {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666666%;
  }
  .offset-xl-3 {
    margin-left: 24.99999999%;
  }
  .offset-xl-4 {
    margin-left: 33.33333332%;
  }
  .offset-xl-5 {
    margin-left: 41.66666665%;
  }
  .offset-xl-6 {
    margin-left: 49.99999998%;
  }
  .offset-xl-7 {
    margin-left: 58.33333331%;
  }
  .offset-xl-8 {
    margin-left: 66.66666664%;
  }
  .offset-xl-9 {
    margin-left: 74.99999997%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666666%;
  }
  .offset-xxl-3 {
    margin-left: 24.99999999%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333332%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666665%;
  }
  .offset-xxl-6 {
    margin-left: 49.99999998%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333331%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666664%;
  }
  .offset-xxl-9 {
    margin-left: 74.99999997%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666663%;
  }
}
@media screen and (min-width: 1700px) {
  .offset-xxxl-0 {
    margin-left: 0%;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666666%;
  }
  .offset-xxxl-3 {
    margin-left: 24.99999999%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333332%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666665%;
  }
  .offset-xxxl-6 {
    margin-left: 49.99999998%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333331%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666664%;
  }
  .offset-xxxl-9 {
    margin-left: 74.99999997%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666663%;
  }
}
/* //グリッド準拠の左の余白 */
/* 位置調整 */
.justify-content-start {
  justify-content: flex-start;
}

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

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

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

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

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

.align-items-baseline {
  align-items: baseline;
}

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

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

/* //位置調整 */
/* 要素の順番 */
/* xsは用意していないので必要な場合は@include min('xs')を書き足してください。 */
.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

@media screen and (min-width: 400px) {
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
}
@media screen and (min-width: 576px) {
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
}
@media screen and (min-width: 992px) {
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
}
@media screen and (min-width: 1200px), print {
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
}
@media screen and (min-width: 1400px) {
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
}
@media screen and (min-width: 1700px) {
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
}
/* //要素の順番 */
/* table-cellやgrid等は用意していません。必要でしたら増やしてください。 */
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-flex {
  display: flex;
}

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

.d-none {
  display: none;
}

@media screen and (min-width: 400px) {
  .d-xs-block {
    display: block;
  }
  .d-xs-inline {
    display: inline;
  }
  .d-xs-inline-block {
    display: inline-block;
  }
  .d-xs-flex {
    display: flex;
  }
  .d-xs-inline-flex {
    display: inline-flex;
  }
  .d-xs-none {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  .d-xl-block {
    display: block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .d-xxl-block {
    display: block;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .d-xxxl-block {
    display: block;
  }
  .d-xxxl-inline {
    display: inline;
  }
  .d-xxxl-inline-block {
    display: inline-block;
  }
  .d-xxxl-flex {
    display: flex;
  }
  .d-xxxl-inline-flex {
    display: inline-flex;
  }
  .d-xxxl-none {
    display: none;
  }
}
.m-0 {
  margin: 0rem !important;
}

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

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

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

.me-0 {
  margin-right: 0rem !important;
}

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

.ms-0 {
  margin-left: 0rem !important;
}

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

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

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

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

.me-1 {
  margin-right: 0.25rem !important;
}

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

.ms-1 {
  margin-left: 0.25rem !important;
}

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

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

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

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

.me-2 {
  margin-right: 0.5rem !important;
}

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

.ms-2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

.me-3 {
  margin-right: 0.75rem !important;
}

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

.ms-3 {
  margin-left: 0.75rem !important;
}

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

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

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

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

.me-4 {
  margin-right: 1rem !important;
}

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

.ms-4 {
  margin-left: 1rem !important;
}

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

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

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

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

.me-5 {
  margin-right: 1.25rem !important;
}

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

.ms-5 {
  margin-left: 1.25rem !important;
}

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

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

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

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

.me-6 {
  margin-right: 1.5rem !important;
}

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

.ms-6 {
  margin-left: 1.5rem !important;
}

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

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

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

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

.me-7 {
  margin-right: 1.75rem !important;
}

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

.ms-7 {
  margin-left: 1.75rem !important;
}

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

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

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

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

.me-8 {
  margin-right: 2rem !important;
}

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

.ms-8 {
  margin-left: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

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

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

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

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

.me-10 {
  margin-right: 2.5rem !important;
}

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

.ms-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

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

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

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

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

.me-12 {
  margin-right: 3rem !important;
}

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

.ms-12 {
  margin-left: 3rem !important;
}

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

.ms-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 400px) {
  .m-xs-0 {
    margin: 0rem !important;
  }
  .mx-xs-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .me-xs-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xs-0 {
    margin-left: 0rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .mx-xs-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xs-3 {
    margin-top: 0.75rem !important;
  }
  .me-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .mx-xs-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xs-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xs-5 {
    margin-top: 1.25rem !important;
  }
  .me-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xs-6 {
    margin: 1.5rem !important;
  }
  .mx-xs-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xs-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xs-6 {
    margin-top: 1.5rem !important;
  }
  .me-xs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xs-6 {
    margin-left: 1.5rem !important;
  }
  .m-xs-7 {
    margin: 1.75rem !important;
  }
  .mx-xs-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xs-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xs-7 {
    margin-top: 1.75rem !important;
  }
  .me-xs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xs-7 {
    margin-left: 1.75rem !important;
  }
  .m-xs-8 {
    margin: 2rem !important;
  }
  .mx-xs-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xs-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xs-8 {
    margin-top: 2rem !important;
  }
  .me-xs-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xs-8 {
    margin-left: 2rem !important;
  }
  .m-xs-9 {
    margin: 2.25rem !important;
  }
  .mx-xs-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xs-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xs-9 {
    margin-top: 2.25rem !important;
  }
  .me-xs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xs-9 {
    margin-left: 2.25rem !important;
  }
  .m-xs-10 {
    margin: 2.5rem !important;
  }
  .mx-xs-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xs-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xs-10 {
    margin-top: 2.5rem !important;
  }
  .me-xs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xs-10 {
    margin-left: 2.5rem !important;
  }
  .m-xs-11 {
    margin: 2.75rem !important;
  }
  .mx-xs-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xs-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xs-11 {
    margin-top: 2.75rem !important;
  }
  .me-xs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xs-11 {
    margin-left: 2.75rem !important;
  }
  .m-xs-12 {
    margin: 3rem !important;
  }
  .mx-xs-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xs-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xs-12 {
    margin-top: 3rem !important;
  }
  .me-xs-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xs-12 {
    margin-left: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .me-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .me-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ms-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .me-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .me-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mx-sm-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }
  .me-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .me-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .me-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .ms-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .me-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .me-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mx-md-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-md-11 {
    margin-top: 2.75rem !important;
  }
  .me-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .me-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .ms-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .me-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .me-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .me-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mx-lg-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }
  .me-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .me-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px), print {
  .m-xl-0 {
    margin: 0rem !important;
  }
  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .me-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .me-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .me-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }
  .me-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .me-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .mx-xl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .me-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xxl-0 {
    margin-left: 0rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .me-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .me-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-11 {
    margin: 2.75rem !important;
  }
  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xxl-11 {
    margin-top: 2.75rem !important;
  }
  .me-xxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .me-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1700px) {
  .m-xxxl-0 {
    margin: 0rem !important;
  }
  .mx-xxl-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-xxxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mt-xxxl-0 {
    margin-top: 0rem !important;
  }
  .me-xxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ms-xxxl-0 {
    margin-left: 0rem !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 0.75rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xxxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 0.75rem !important;
  }
  .me-xxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxl-4 {
    margin: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxl-5 {
    margin: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xxxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 1.25rem !important;
  }
  .me-xxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxl-6 {
    margin: 1.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xxxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 1.5rem !important;
  }
  .me-xxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-7 {
    margin: 1.75rem !important;
  }
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .my-xxxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 1.75rem !important;
  }
  .me-xxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxl-8 {
    margin: 2rem !important;
  }
  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-xxxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 2rem !important;
  }
  .me-xxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxl-9 {
    margin: 2.25rem !important;
  }
  .mx-xxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xxxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 2.25rem !important;
  }
  .me-xxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxl-10 {
    margin: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xxxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 2.5rem !important;
  }
  .me-xxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxl-11 {
    margin: 2.75rem !important;
  }
  .mx-xxl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .my-xxxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-xxxl-11 {
    margin-top: 2.75rem !important;
  }
  .me-xxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ms-xxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxl-12 {
    margin: 3rem !important;
  }
  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xxxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-xxxl-12 {
    margin-top: 3rem !important;
  }
  .me-xxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ms-xxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
}
.px-basic {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

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

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

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

.pe-0 {
  padding-right: 0rem !important;
}

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

.ps-0 {
  padding-left: 0rem !important;
}

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

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

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

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

.pe-1 {
  padding-right: 0.25rem !important;
}

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

.ps-1 {
  padding-left: 0.25rem !important;
}

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

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

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

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

.pe-2 {
  padding-right: 0.5rem !important;
}

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

.ps-2 {
  padding-left: 0.5rem !important;
}

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

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

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

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

.pe-3 {
  padding-right: 0.75rem !important;
}

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

.ps-3 {
  padding-left: 0.75rem !important;
}

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

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

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

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

.pe-4 {
  padding-right: 1rem !important;
}

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

.ps-4 {
  padding-left: 1rem !important;
}

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

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

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

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

.pe-5 {
  padding-right: 1.25rem !important;
}

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

.ps-5 {
  padding-left: 1.25rem !important;
}

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

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

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

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

.pe-6 {
  padding-right: 1.5rem !important;
}

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

.ps-6 {
  padding-left: 1.5rem !important;
}

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

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

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

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

.pe-7 {
  padding-right: 1.75rem !important;
}

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

.ps-7 {
  padding-left: 1.75rem !important;
}

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

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

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

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

.pe-8 {
  padding-right: 2rem !important;
}

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

.ps-8 {
  padding-left: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

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

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

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

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

.pe-10 {
  padding-right: 2.5rem !important;
}

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

.ps-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

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

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

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

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

.pe-12 {
  padding-right: 3rem !important;
}

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

.ps-12 {
  padding-left: 3rem !important;
}

@media screen and (min-width: 400px) {
  .p-xs-0 {
    padding: 0rem !important;
  }
  .px-xs-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xs-0 {
    padding-top: 0rem !important;
  }
  .pe-xs-0 {
    padding-right: 0rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xs-0 {
    padding-left: 0rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .px-xs-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .px-xs-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xs-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xs-6 {
    padding: 1.5rem !important;
  }
  .px-xs-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xs-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xs-6 {
    padding-left: 1.5rem !important;
  }
  .p-xs-7 {
    padding: 1.75rem !important;
  }
  .px-xs-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xs-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xs-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xs-7 {
    padding-left: 1.75rem !important;
  }
  .p-xs-8 {
    padding: 2rem !important;
  }
  .px-xs-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xs-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xs-8 {
    padding-top: 2rem !important;
  }
  .pe-xs-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xs-8 {
    padding-left: 2rem !important;
  }
  .p-xs-9 {
    padding: 2.25rem !important;
  }
  .px-xs-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xs-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xs-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xs-9 {
    padding-left: 2.25rem !important;
  }
  .p-xs-10 {
    padding: 2.5rem !important;
  }
  .px-xs-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xs-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xs-10 {
    padding-left: 2.5rem !important;
  }
  .p-xs-11 {
    padding: 2.75rem !important;
  }
  .px-xs-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xs-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xs-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xs-11 {
    padding-left: 2.75rem !important;
  }
  .p-xs-12 {
    padding: 3rem !important;
  }
  .px-xs-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-12 {
    padding-top: 3rem !important;
  }
  .pe-xs-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-12 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-0 {
    padding: 0rem !important;
  }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pe-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .ps-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .px-sm-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pe-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pe-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-12 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0rem !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pe-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .ps-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pe-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pe-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .px-md-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-md-11 {
    padding-top: 2.75rem !important;
  }
  .pe-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pe-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .ps-md-12 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .px-lg-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 1200px), print {
  .p-xl-0 {
    padding: 0rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .px-xl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  .pe-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-11 {
    padding: 2.75rem !important;
  }
  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xxl-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  .pe-xxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-12 {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 1700px) {
  .p-xxxl-0 {
    padding: 0rem !important;
  }
  .px-xxl-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0rem !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 0.75rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xxxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxl-4 {
    padding: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxl-5 {
    padding: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xxxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxl-6 {
    padding: 1.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xxxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-7 {
    padding: 1.75rem !important;
  }
  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .py-xxxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxl-8 {
    padding: 2rem !important;
  }
  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-xxxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 2rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 2rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxl-9 {
    padding: 2.25rem !important;
  }
  .px-xxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xxxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxl-10 {
    padding: 2.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xxxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxl-11 {
    padding: 2.75rem !important;
  }
  .px-xxl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .py-xxxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-xxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pe-xxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .ps-xxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxl-12 {
    padding: 3rem !important;
  }
  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-12 {
    padding-left: 3rem !important;
  }
}
/* 縦横のサイズ */
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* //縦横のサイズ */
/* 文章の位置 */
.text-center {
  text-align: center;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

@media screen and (min-width: 400px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-start {
    text-align: left;
  }
  .text-xs-end {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
}
@media screen and (min-width: 1200px), print {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
}
@media screen and (min-width: 1700px) {
  .text-xxxl-center {
    text-align: center;
  }
  .text-xxxl-start {
    text-align: left;
  }
  .text-xxxl-end {
    text-align: right;
  }
}
/* //文章の位置 */
/* フォントファミリー */
.text-gothic {
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
}

.text-mincho {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Noto Serif JP", serif;
}

.text-notosans {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

/* //フォントファミリー */
/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

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

.fw-600 {
  font-weight: 600;
}

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

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */
/* フォントスタイル */
.italic {
  font-style: italic;
}

/* //フォントスタイル */
/* 長いURL対策 */
.blockeditor-area p a {
  word-wrap: break-word;
}

.text-keep-all {
  word-break: keep-all;
}

/* //長いURL対策 */
/* 文字色 */
.text-white {
  color: #fff;
}

.text-basic {
  color: #333;
}

.text-main {
  color: #ED2446;
}

.text-blue {
  color: #0A6AC4;
}

.text-yellow {
  color: #FFB601;
}

.text-green {
  color: #178986;
}

.text-white {
  color: #FFFFFF;
}

.text-gray {
  color: #9B9B9B;
}

/* //文字色 */
/* 行数制限 */
.omission-lines-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden;
}

.omission-lines-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.omission-lines-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.omission-lines-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* //行数制限 */
/* 背景色 */
.bg-lightgray {
  background-color: #F8F8F8;
}

.bg-basic {
  background-color: #333;
}

.bg-main {
  background-color: #ED2446;
}

.bg-blue {
  background-color: #0A6AC4;
}

.bg-yellow {
  background-color: #FFB601;
}

.bg-green {
  background-color: #178986;
}

.bg-white {
  background-color: #FFFFFF;
}

/* //背景色 */
/* テキストの装飾 */
.before-dot {
  position: relative;
  padding-left: 1.1rem;
  display: inline-block;
}

.before-dot::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.before-asterisk {
  position: relative;
  padding-left: 1.1rem;
  display: inline-block;
}

.before-asterisk::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* //テキストの装飾 */
.rounded-10 {
  border-radius: 10px;
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 10px;
}

.box-shadow, .is-style-box-shadow {
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
}

.is-style-box-shadow {
  padding: 1.25em 2.375em;
}/*# sourceMappingURL=common-style.css.map */</pre></body></html>