@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

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

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

body {
  background: #000000;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

a {
  color: #0a84ff;
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/common/icon/fonts/icomoon.eot");
  src: url("/common/icon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/common/icon/fonts/icomoon.woff2") format("woff2"), url("/common/icon/fonts/icomoon.ttf") format("truetype"), url("/common/icon/fonts/icomoon.woff") format("woff"), url("/common/icon/fonts/icomoon.svg#icomoon") format("svg");
  font-family: "icomoon";
}
[class^=icon-], [class*=" icon-"] {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  text-transform: none;
}
[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  position: absolute;
  top: -999999px;
  left: -999999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  opacity: 0;
}

.icon-check:before {
  content: "\e912";
}

.icon-close:before {
  content: "\e911";
}

.icon-reload:before {
  content: "\e910";
}

.icon-triangle-left:before {
  content: "\e900";
}

.icon-triangle-right:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-arrow:before {
  content: "\e903";
}

.icon-bell:before {
  content: "\e904";
}

.icon-balance-scale:before {
  content: "\e905";
}

.icon-comment:before {
  content: "\e906";
}

.icon-cog:before {
  content: "\e907";
}

.icon-gear:before {
  content: "\e907";
}

.icon-angle-down:before {
  content: "\e908";
}

.icon-angle-up:before {
  content: "\e909";
}

.icon-angle-right:before {
  content: "\e90a";
}

.icon-angle-left:before {
  content: "\e90b";
}

.icon-chevron-right:before {
  content: "\e90c";
}

.icon-chevron-left:before {
  content: "\e90d";
}

.icon-chevron-down:before {
  content: "\e90e";
}

.icon-chevron-up:before {
  content: "\e90f";
}

.e-a-txt-arrow {
  display: block;
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 1.25em;
  color: #333;
}
.e-a-txt-arrow::before {
  position: absolute;
  top: 3px;
  left: 5px;
  content: "\f105";
  line-height: 1.2;
  font-family: "icomoon";
}
.e-a-txt-arrow + .e-a-txt-arrow {
  margin-top: 10px;
}

.e-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(150px, 100%);
  min-height: 50px;
  padding: 8px 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #0a84ff;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.4s all;
}
.e-btn:not(._disabled_) {
  cursor: pointer;
}
.e-btn._disabled_ {
  opacity: 0.5;
}
.e-btn._w-l_ {
  min-width: min(300px, 100%);
  min-height: 60px;
  font-size: 1.6rem;
}
.e-btn._w-s_ {
  min-height: 40px;
}
.e-btn._w-xs_ {
  min-width: min(100px, 100%);
  min-height: 30px;
  padding: 5px 15px;
  font-size: 1.4rem;
}
.e-btn._outline_ {
  border: 1px solid #0a84ff;
  background: #ffffff;
  color: #0a84ff;
}
.e-btn._red_ {
  border: 1px solid #dd0000;
  background: #dd0000;
  color: #ffffff;
}

.e-btn-arrow {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: min(150px, 100%);
  min-height: 50px;
  padding: 8px 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #0a84ff;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.4s all;
}
.e-btn-arrow .__ico {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.e-btn-arrow .__ico:first-child {
  left: 15px;
}
.e-btn-arrow .__ico:last-child {
  right: 15px;
}
.e-btn-arrow:not(._disabled_) {
  cursor: pointer;
}
.e-btn-arrow._disabled_ {
  opacity: 0.5;
}
.e-btn-arrow._w-l_ {
  min-width: min(300px, 100%);
  min-height: 60px;
  font-size: 1.6rem;
}
.e-btn-arrow._w-s_ {
  min-height: 40px;
}
.e-btn-arrow._w-xs_ {
  min-width: min(100px, 100%);
  min-height: 30px;
  padding: 5px 15px;
  font-size: 1.4rem;
}
.e-btn-arrow._outline_ {
  border-color: #0a84ff;
  background: #ffffff;
  color: #0a84ff;
}
.e-btn-arrow._red_ {
  border: 1px solid #dd0000;
  background: #dd0000;
  color: #ffffff;
}

.e-figure {
  display: table;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.e-figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.e-figure figcaption {
  display: table-caption;
  margin-top: 15px;
  caption-side: bottom;
}
.e-figure figcaption._al-c_ {
  text-align: center;
}

.e-form-check .__elem {
  display: none;
}
.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-check .__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%);
  border: 2px solid #d9d9d9;
  content: "";
}
.e-form-check .__txt::after {
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(0, -50%);
  content: "\e912";
  color: #0a84ff;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "icomoon";
  opacity: 0;
}

.e-form-radio .__elem {
  display: none;
}
.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}
.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.e-form-radio .__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%);
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  content: "";
}
.e-form-radio .__txt::after {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #0a84ff;
  content: "";
  opacity: 0;
}

.e-form-select {
  display: inline-block;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #ffffff;
  color: #333;
  cursor: pointer;
}

.e-form-switch {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  padding-right: 60px;
}
.e-form-switch__txt {
  flex: 1 1 auto;
}
.e-form-switch__item {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  cursor: pointer;
}
.e-form-switch__item .__elem:checked + .__ico::before {
  background: #0a84ff;
}
.e-form-switch__item .__elem:checked + .__ico::after {
  right: 2px;
}
.e-form-switch__item .__ico {
  position: relative;
}
.e-form-switch__item .__ico::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 30px;
  transform: translate(0, -50%);
  border-radius: 16px;
  background: #ccc;
  content: "";
  transition: 0.4s all;
}
.e-form-switch__item .__ico::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 26px;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #ffffff;
  content: "";
  color: #0a84ff;
  font-weight: 600;
  font-size: 1.6rem;
  transition: 0.4s all;
}

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #ffffff;
  color: #333;
}
.e-form-text._w-m_ {
  max-width: 350px;
}
.e-form-text._w-s_ {
  max-width: 100px;
}
.e-form-text._w-a_ {
  width: auto;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  color: #333;
}

.e-h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
.e-h1._left_ {
  left: 5px;
  transform: translate(0, -50%);
}

.e-h2 {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}

.e-h3 {
  margin-top: 120px;
  font-style: normal;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.e-h2 + .e-h3 {
  margin-top: 20px;
}

.e-h4 {
  position: relative;
  margin-top: 120px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.e-h4::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 115px;
  border-bottom: 1px solid #0a84ff;
  content: "";
}
.e-h2 + .e-h4, .e-h3 + .e-h4 {
  margin-top: 20px;
}

.e-h5 {
  margin-top: 120px;
  padding: 3px 0 3px 15px;
  border-left: 3px solid #0a84ff;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.e-h2 + .e-h5, .e-h3 + .e-h5, .e-h4 + .e-h5 {
  margin-top: 20px;
}

.e-h6 {
  margin-top: 120px;
  color: #0a84ff;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.e-h2 + .e-h6, .e-h3 + .e-h6, .e-h4 + .e-h6, .e-h5 + .e-h6 {
  margin-top: 20px;
}

.e-iframe {
  position: relative;
  height: 0;
  margin-top: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.e-iframe .__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-list-circle {
  margin-top: 20px;
}
.e-list-circle > li {
  position: relative;
  padding-left: 15px;
}
.e-list-circle > li:not(:first-child) {
  margin-top: 5px;
}
.e-list-circle > li::before {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0a84ff;
  content: "";
}
.e-list-circle._black_ > li::before {
  background: #333;
}

.e-list-number {
  margin-top: 20px;
  counter-reset: number 0;
}
.e-list-number > li {
  position: relative;
  padding-left: 1.2em;
}
.e-list-number > li:not(:first-child) {
  margin-top: 5px;
}
.e-list-number > li::before {
  display: block;
  position: absolute;
  left: 0;
  content: counter(number) ".";
  color: #0a84ff;
  counter-increment: number;
}
.e-list-number._red_ > li::before {
  color: #dd0000;
}

.e-paragraph p:not(:first-of-type) {
  margin-top: 20px;
}

.m-box {
  margin-top: 20px;
  padding: 40px;
  background: #ffffff;
}
.m-box > *:first-child {
  margin-top: 0;
}
.m-box._gray_ {
  background: #f2f2f2;
}
.m-box._line-gray_ {
  border: 1px solid #e8e8e8;
}

.m-indent {
  display: table;
  margin-top: 20px;
}
.m-indent .__item {
  display: table-cell;
  white-space: nowrap;
}
.m-indent._space_ .__item {
  padding-right: 1em;
}

.m-noscript {
  padding: 10px 15px;
  background: #0a84ff;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}

.m-pager {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "prev list next";
  margin-top: 20px;
  gap: 0 5px;
  line-height: 1.4;
}
.m-pager__item {
  display: flex;
}
.m-pager__item._prev_ {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: prev;
  justify-content: flex-start;
}
.m-pager__item._next_ {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: next;
  justify-content: flex-end;
}
.m-pager__item._list_ {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: list;
  justify-content: center;
}
.m-pager__link {
  display: block;
  padding: 10px 15px;
  border: 1px solid #0a84ff;
  border-radius: 3px;
  background: #ffffff;
  color: #0a84ff;
  text-decoration: none;
}
.m-pager__link._current_ {
  background: #0a84ff;
  color: #ffffff;
  opacity: 1;
}

.m-pagination {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(20px - 10px);
  line-height: 1.4;
}
.m-pagination__item {
  margin: 10px 3px 0;
}
.m-pagination__link {
  display: block;
  padding: 10px 15px;
  border: 1px solid #0a84ff;
  border-radius: 3px;
  background: #ffffff;
  color: #0a84ff;
  text-decoration: none;
}
.m-pagination__link._current_ {
  background: #0a84ff;
  color: #ffffff;
  opacity: 1;
}

.m-table {
  width: 100%;
  margin-top: 20px;
}
.m-table th,
.m-table td {
  padding: 15px 20px;
  border: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: middle;
}
.m-table th {
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.m-table ._al-l_ {
  text-align: left;
}
.m-table ._al-r_ {
  text-align: right;
}
.m-table ._al-c_ {
  text-align: center;
}
.m-table ._nowrap_ {
  white-space: nowrap;
}
.m-table ._navy_ {
  background: #0a84ff;
  color: #ffffff;
}
.m-table ._gray_ {
  background: #f2f2f2;
}

.c-breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-breadcrumb__item:not(:last-child)::after {
  margin: 0 10px;
  content: "\f105";
  font-family: "icomoon";
}

.c-flex {
  display: flex;
  margin-top: 20px;
}
.c-flex__item {
  flex: 0 0 auto;
  max-width: 50%;
}
.c-flex__item img {
  max-width: 100%;
}
.c-flex__item + * > *:first-child {
  margin-top: 0;
}
.c-flex._left_ {
  flex-direction: row;
}
.c-flex._left_ .c-flex__item {
  margin-right: 20px;
}
.c-flex._right_ {
  flex-direction: row-reverse;
}
.c-flex._right_ .c-flex__item {
  margin-left: 20px;
}

.c-float {
  display: flow-root;
  margin-top: 20px;
}
.c-float__item {
  max-width: 50%;
}
.c-float__item img {
  max-width: 100%;
}
.c-float__item + * > *:first-child {
  margin-top: 0;
}
.c-float._left_ .c-float__item {
  margin-right: 20px;
  float: left;
}
.c-float._right_ .c-float__item {
  margin-left: 20px;
  float: right;
}

.c-grid {
  margin-top: 20px;
}
.c-grid:not([class*=_col]) {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(20px - 20px);
  margin-right: calc(20px / 2 * -1);
  margin-left: calc(20px / 2 * -1);
}
.c-grid .__col {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.c-grid .__col._col-1_ {
  width: calc(100% / 12 * 1 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-2_ {
  width: calc(100% / 12 * 2 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-3_ {
  width: calc(100% / 12 * 3 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-4_ {
  width: calc(100% / 12 * 4 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-5_ {
  width: calc(100% / 12 * 5 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-6_ {
  width: calc(100% / 12 * 6 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-7_ {
  width: calc(100% / 12 * 7 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-8_ {
  width: calc(100% / 12 * 8 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-9_ {
  width: calc(100% / 12 * 9 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-10_ {
  width: calc(100% / 12 * 10 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-11_ {
  width: calc(100% / 12 * 11 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col._col-12_ {
  width: calc(100% / 12 * 12 - 20px);
  margin-top: 20px;
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
}
.c-grid .__col img {
  max-width: 100%;
}
.c-grid .__col > *:first-child {
  margin-top: 0;
}
.c-grid._stretch_ .__col {
  display: flex;
}
.c-grid._col2_._auto-fit_ {
  grid-template-columns: repeat(auto-fit, minmax(482px, 1fr));
}

.c-news-list {
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
}
.c-news-list__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.c-news-list__date {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}
.c-news-list__label {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  padding: 5px 10px;
  border-radius: 3px;
  background: #0a84ff;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
}
.c-news-list__link {
  flex: 1 1 auto;
}

.c-pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.c-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: rgba(10, 132, 255, 0.9);
  color: #ffffff;
  font-size: 2.4rem;
  text-decoration: none;
  transition: 0.4s all;
}

.c-report {
  position: relative;
  padding: 15px 60px 15px 20px;
  background: #0a84ff;
  color: #ffffff;
}
.c-report._green_ {
  background: #028102;
}
.c-report._orange_ {
  background: #f89511;
}
.c-report._red_ {
  background: #dd0000;
}
.c-report__close {
  display: flex;
  position: absolute;
  top: 50%;
  right: 5px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transform: translate(0, -50%);
  background: none;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s all;
}

.c-snav-head__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #0a84ff;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.c-snav-list__item {
  border: 1px solid #e8e8e8;
  border-top: none;
}
.c-snav-list__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}
.c-snav-list__link .__txt {
  flex: 1 1 auto;
}
.c-snav-list__link .__ico {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}

.c-table-slide {
  margin-top: 20px;
}
.c-table-slide__coution {
  font-size: 1.2rem;
}
.c-table-slide__body {
  overflow-scrolling: touch;
  margin-top: 10px;
  overflow: auto;
}
.c-table-slide__body table {
  margin-top: 0;
  white-space: nowrap;
}
.c-table-slide__body + .c-table-slide__coution {
  margin-top: 10px;
}

/* --- */
.c-alert-navi {
  margin-top: 10px;
}
.c-alert-navi__item {
  border-bottom: 1px solid #333;
}
.c-alert-navi__item:first-of-type {
  border-top: 1px solid #333;
}
.c-alert-navi__link {
  display: block;
  position: relative;
  padding: 15px 15px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s all;
}
.c-alert-navi__link::before {
  display: flex;
  position: absolute;
  top: 50%;
  right: 15px;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  content: "\e90a";
  font-family: "icomoon";
  transition: 0.4s all;
}

.c-alert-setting {
  padding: 15px 15px;
  color: #ffffff;
}
.c-alert-setting._bg-white_ {
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 15px;
  background: #ffffff;
  color: #333;
}
.c-alert-setting._narrow_ {
  width: min(900px, 100%);
  margin-right: auto;
  margin-left: auto;
}
* + .c-alert-setting {
  margin-top: 10px;
}
.c-alert-setting__item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.c-alert-setting__item:first-child {
  border-top: 1px solid #333;
}

.c-alert-unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-alert-unit__txt {
  font-size: 1.4rem;
}
.c-economy-event-block {
  padding-bottom: 30px;
  background: #ffffff;
}

.c-economy-event-head {
  z-index: 10;
  position: fixed;
  top: 51px;
  left: 50%;
  width: min(1200px, 100% + 2px);
  height: 100px;
  transform: translate(-50%, 0);
  background: #000000;
}
.c-economy-event-head__setting {
  width: min(1200px, 100%);
  height: 50px;
  margin: 0 auto;
  padding: 10px 5px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.c-economy-event-head-navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, 100%);
  height: 50px;
  margin: 0 auto;
  padding: 0 5px;
}
.c-economy-event-head-navi__ttl {
  color: #ffffff;
  text-align: center;
}
.c-economy-event-head-navi__last-week {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  transition: 0.4s all;
}
.c-economy-event-head-navi__next-week {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  transition: 0.4s all;
}
.c-economy-event-head-table {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.c-economy-event-head-table th {
  height: 50px;
  padding: 0 5px;
  border: 1px solid #000000;
  background: #dd0000;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.c-economy-event-head-table th.__date {
  width: 15%;
}
.c-economy-event-head-table th.__country {
  width: 10%;
}
.c-economy-event-head-table th.__event {
  width: 35%;
}
.c-economy-event-head-table th.__rank {
  width: 10%;
}
.c-economy-event-head-table th.__prediction {
  width: 15%;
}
.c-economy-event-head-table th.__lasttime {
  width: 15%;
}

.c-economy-event-link {
  padding: 5px 15px;
  text-align: right;
}

.c-economy-event-note {
  margin-top: 30px;
  color: #ffffff;
}
.c-economy-event-note .__bold {
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-economy-event-note .__red-bold {
  color: #ff0000;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-economy-event-note .__pink-bold {
  color: #ff00ff;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-economy-event-note .__bg-pink {
  background: #FFD2DC;
  color: #000000;
}
.c-economy-event-note .__bg-orange {
  background: #f9dd9f;
  color: #000000;
}
.c-economy-event-note .__bg-yellow {
  background: #ffffb4;
  color: #000000;
}

.c-economy-event-table {
  width: 100%;
  margin: 5px 0;
  border-top: 1px solid #e8e8e8;
}
.c-economy-event-table td {
  height: 50px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-bottom: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}
.c-economy-event-table td[colspan="2"] {
  text-align: center;
}
.c-economy-event-table td.__date {
  position: relative;
  width: 15%;
  padding-left: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
}
.c-economy-event-table td.__date .__recommended {
  position: absolute;
  top: calc(50% - 12px);
  left: 5px;
  width: 20px;
  transform: translate(0, -50%);
}
.c-economy-event-table td.__date .__recommended img {
  width: 100%;
}
.c-economy-event-table td.__date .__bell {
  position: absolute;
  top: calc(50% + 12px);
  left: 5px;
  width: 20px;
  transform: translate(0, -50%);
}
.c-economy-event-table td.__date .__bell img {
  width: 100%;
}
.c-economy-event-table td.__country {
  width: 10%;
  text-align: center;
}
.c-economy-event-table td.__country img {
  max-width: 100%;
}
.c-economy-event-table td.__event {
  width: 35%;
}
.c-economy-event-table td.__rank {
  width: 10%;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
}
.c-economy-event-table td.__prediction {
  width: 15%;
  font-size: 1.4rem;
  text-align: center;
}
.c-economy-event-table td.__lasttime {
  width: 15%;
  font-size: 1.4rem;
  text-align: center;
}
.c-economy-event-table tr:first-of-type td {
  border-top: 1px solid #e8e8e8;
}
.c-economy-event-table._edit_ tr._bg-orange_ {
  background: #ff7f00 !important;
}

.c-economy-event-textarea {
  width: 100%;
  padding: 5px 15px;
  color: #000000;
  line-height: 1.4;
}
.c-economy-event-textarea b, .c-economy-event-textarea strong {
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.c-economy-event-ttl {
  z-index: 9;
  position: sticky;
  top: 151px;
  width: 100%;
  padding: 5px 15px;
  background: #000000;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

#graph_area {
  display: flex;
  justify-content: center;
  height: 260px;
  background: #ffffff;
}
#graph_area .iframe {
  width: 160px;
  height: 100%;
  margin: 10px;
}

.title_a {
  margin-top: 15px !important;
  padding: 0 15px;
  color: #ffffff;
  text-align: center;
}

.table_title {
  width: 100%;
  margin-top: 15px;
}
.table_title td {
  width: 12.5%;
  padding: 5px 10px;
  border: 1px solid #000000;
  background: #dd0000;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: left;
  text-align: center;
  vertical-align: middle;
}

.title_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 10px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  background: #efc54d;
}
.title_b .f_left {
  margin: 0 10px 0 0;
  color: #333;
  line-height: 1.4;
}
.title_b .f_left a {
  margin-left: 5px;
}
.title_b .f_right .right a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.table1 {
  width: 100%;
}
.table1 tr.back_swap td {
  background: #ffdf8f;
}
.table1 tr.back_swap td.white {
  background: #ffffff;
}
.table1 tr.back_spread td {
  background: #f9d3c7;
}
.table1 th, .table1 td {
  width: 12.5%;
  padding: 5px 10px;
  border: 1px solid #000000;
  background: #dd0000;
  color: #333;
  line-height: 1.2;
  text-align: left;
  text-align: center;
  vertical-align: middle;
}

.c-exchange-rate-list {
  display: flex;
  position: relative;
  border-bottom: 1px solid #333;
  background: transparent;
  cursor: pointer;
  transition: 0.4s all;
}
.c-exchange-rate-list::after {
  display: flex;
  position: absolute;
  top: 50%;
  right: 15px;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  content: "\e90a";
  color: white;
  font-size: 2.2rem;
  font-family: "icomoon";
  transition: 0.4s all;
}
.c-exchange-rate-list__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 10px 0;
}
.c-exchange-rate-list__ttl .__ico {
  width: min(100px, 100%);
}
.c-exchange-rate-list__ttl .__txt {
  color: #f89511;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-exchange-rate-list__price {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.c-exchange-rate-list__price .__txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 10px 0;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
.c-exchange-rate-list__price .__txt .__lg {
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-exchange-rate-list__price .__txt._bid_ {
  width: 50%;
  font-size: 2.4rem;
}
.c-exchange-rate-list__price .__txt._ask_ {
  width: 50%;
  font-size: 2.4rem;
}
.c-exchange-rate-list__price .__txt._open_ {
  position: relative;
  width: 33.3333333333%;
  font-size: 2rem;
}
.c-exchange-rate-list__price .__txt._open_::before {
  margin-right: 5px;
  content: "O";
  color: #f2f11b;
}
.c-exchange-rate-list__price .__txt._high_ {
  position: relative;
  width: 33.3333333333%;
  font-size: 2rem;
}
.c-exchange-rate-list__price .__txt._high_::before {
  margin-right: 5px;
  content: "H";
  color: #dd0000;
}
.c-exchange-rate-list__price .__txt._low_ {
  position: relative;
  width: 33.3333333333%;
  font-size: 2rem;
}
.c-exchange-rate-list__price .__txt._low_::before {
  margin-right: 5px;
  content: "L";
  color: #0096ff;
}

.c-exchange-rate-ttl01 {
  display: flex;
  margin-top: 10px;
}
.c-exchange-rate-ttl01 .__txt {
  padding: 5px 20px;
  background: #dd0000;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
}
.c-exchange-rate-ttl01 .__txt._pare_ {
  width: 20%;
}
.c-exchange-rate-ttl01 .__txt._bid_ {
  width: 40%;
  border-left: 2px solid #000000;
}
.c-exchange-rate-ttl01 .__txt._ask_ {
  width: 40%;
  border-left: 2px solid #000000;
}

.c-company-comparison {
  padding: 10px 0;
}
.c-company-comparison .archive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #333;
  background: #000000;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-company-comparison .archive.maintitle {
  background: #dd0000;
}
.c-company-comparison .archive._active_ img {
  transform: rotate(180deg);
}
.c-company-comparison .archive img {
  max-width: 20px;
  transition: 0.4s all;
}
.c-company-comparison .subMenu {
  display: none;
  background: #ffffff;
}
.c-company-comparison .subMenu #cash_back {
  padding: 10px 10px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-company-comparison .subMenu .yellow_dot {
  margin-bottom: 5px;
  padding: 5px;
  background: #fff766;
  font-style: normal;
  font-weight: 700;
  line-height: 1.43;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-company-comparison .subMenu .red {
  color: #dd0000;
}
.c-company-comparison .subMenu .b {
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.c-company-comparison .subMenu .dokuji_line {
  margin-bottom: 5px;
}
.c-company-comparison .subMenu .arrow_a {
  position: relative;
}
.c-company-comparison .subMenu .arrow_a::before {
  display: inline-block;
  padding: 0 5px;
  content: "\e90a";
  font-family: "icomoon";
}
.c-company-comparison .subMenu .red_side_waku {
  padding: 5px 0;
}

.c-snsinformation-navi {
  display: flex;
  margin-top: 20px;
}
.c-snsinformation-navi__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(150px, 25%);
  min-height: 50px;
  margin-right: 5px;
  padding: 8px 30px;
  border: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #72221a;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s all;
}
.c-snsinformation-navi__item._active_ {
  background: #93221e;
}
.c-snsinformation-block {
  display: none;
}
.c-snsinformation-block._show_ {
  display: block;
}
.c-snsinformation-block__ttl {
  padding: 10px 15px;
  background: #93221e;
  color: #ffffff;
  font-size: 1.8rem;
}
.c-snsinformation-block__body {
  height: calc(100vh - 340px);
  padding: 5px;
  overflow-y: scroll;
  background: #333;
  text-align: center;
}

.l-contents {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 51px 0 30px;
}
.l-contents._economy-event_ {
  padding: 151px 0 30px;
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dd0000;
  background: #000000;
}
.l-header__inner {
  position: relative;
  width: min(1210px, 100%);
  height: 50px;
  margin: 0 auto;
  padding: 0 5px;
}
.l-header__setting {
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 150px;
  align-items: center;
  justify-content: center;
  min-width: min(60px, 100%);
  min-height: 30px;
  padding: 5px 15px;
  transform: translate(0, -50%);
  border: 1px solid transparent;
  border-radius: 3px;
  background: #0a84ff;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s all;
}
.l-header__setting._bg-red_ {
  background: #dd0000;
}
.l-header__alert {
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 50px;
  align-items: center;
  justify-content: center;
  min-width: min(90px, 100%);
  min-height: 30px;
  padding: 5px 15px;
  transform: translate(0, -50%);
  border: 1px solid transparent;
  border-radius: 3px;
  background: #424242;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s all;
}
.l-header__reload {
  display: flex;
  position: absolute;
  top: 50%;
  left: 5px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background: none;
  color: #0a84ff;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s all;
}
.l-header__prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 5px;
  align-items: center;
  justify-content: center;
  height: 40px;
  transform: translate(0, -50%);
  background: none;
  color: #0a84ff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s all;
}
.l-header__prev .__ico {
  margin-right: 5px;
  font-size: 2.6rem;
}
.l-header__prev .__txt {
  font-size: 1.8rem;
}
.l-header__donation {
  display: flex;
  position: absolute;
  top: 50%;
  right: 5px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background: none;
  color: #ddbe72;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s all;
}

.l-gnav {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  background: #000000;
}
.l-gnav__inner {
  border-top: 1px solid #3c3c3c;
}
.l-gnav__list {
  display: flex;
  width: min(1200px, 100%);
  margin: 0 auto;
}
.l-gnav__item {
  width: 20%;
}
.l-gnav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  padding-top: 15px;
  color: #ccc;
  text-decoration: none;
  transition: 0.4s all;
}
.l-gnav__link .__ico {
  font-size: 3.5rem;
}
.l-gnav__link .__txt {
  margin-top: 3px;
  font-size: 1.6rem;
}
.l-gnav__link._current_ {
  color: #0a84ff;
}

.l-footer {
  text-align: center;
}
.l-footer-copyright {
  padding: 5px 0;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 1.6;
}

.l-inner {
  margin: 10px auto 0;
  padding: 0 15px;
}

.t-wrap {
  padding: 0 0 105px;
  color: #ccc;
  font-size: 1.6rem;
  line-height: 1.8;
}

.u-al-l {
  text-align: left !important;
}

.u-al-c {
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
}

.u-al-r {
  text-align: right !important;
}

.u-al-fl {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.u-al-fc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.u-al-fc > * {
  flex: 0 0 auto !important;
}

.u-al-fr {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}

.u-c-red {
  color: #dd0000 !important;
}

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

.u-fw-n {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.u-fw-b {
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

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

.u-mb-xxxs {
  margin-bottom: 10px !important;
}

.u-mb-xxs {
  margin-bottom: 15px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}

.u-mb-s {
  margin-bottom: 25px !important;
}

.u-mb-m {
  margin-bottom: 30px !important;
}

.u-mb-l {
  margin-bottom: 60px !important;
}

.u-mb-xl {
  margin-bottom: 80px !important;
}

.u-mb-xxl {
  margin-bottom: 100px !important;
}

.u-mb-xxxl {
  margin-bottom: 150px !important;
}

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

.u-ml-xxxs {
  margin-left: 10px !important;
}

.u-ml-xxs {
  margin-left: 15px !important;
}

.u-ml-xs {
  margin-left: 20px !important;
}

.u-ml-s {
  margin-left: 25px !important;
}

.u-ml-m {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 60px !important;
}

.u-ml-xl {
  margin-left: 80px !important;
}

.u-ml-xxl {
  margin-left: 100px !important;
}

.u-ml-xxxl {
  margin-left: 150px !important;
}

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

.u-mr-xxxs {
  margin-right: 10px !important;
}

.u-mr-xxs {
  margin-right: 15px !important;
}

.u-mr-xs {
  margin-right: 20px !important;
}

.u-mr-s {
  margin-right: 25px !important;
}

.u-mr-m {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 60px !important;
}

.u-mr-xl {
  margin-right: 80px !important;
}

.u-mr-xxl {
  margin-right: 100px !important;
}

.u-mr-xxxl {
  margin-right: 150px !important;
}

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

.u-mt-xxxs {
  margin-top: 10px !important;
}

.u-mt-xxs {
  margin-top: 15px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}

.u-mt-s {
  margin-top: 25px !important;
}

.u-mt-m {
  margin-top: 30px !important;
}

.u-mt-l {
  margin-top: 60px !important;
}

.u-mt-xl {
  margin-top: 80px !important;
}

.u-mt-xxl {
  margin-top: 100px !important;
}

.u-mt-xxxl {
  margin-top: 150px !important;
}

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

.u-pa-xxxs {
  padding: 10px !important;
}

.u-pa-xxs {
  padding: 15px !important;
}

.u-pa-xs {
  padding: 20px !important;
}

.u-pa-s {
  padding: 25px !important;
}

.u-pa-m {
  padding: 30px !important;
}

.u-pa-l {
  padding: 60px !important;
}

.u-pa-xl {
  padding: 80px !important;
}

.u-pa-xxl {
  padding: 100px !important;
}

.u-pa-xxxl {
  padding: 150px !important;
}

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

.u-pb-xxxs {
  padding-bottom: 10px !important;
}

.u-pb-xxs {
  padding-bottom: 15px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

.u-pb-s {
  padding-bottom: 25px !important;
}

.u-pb-m {
  padding-bottom: 30px !important;
}

.u-pb-l {
  padding-bottom: 60px !important;
}

.u-pb-xl {
  padding-bottom: 80px !important;
}

.u-pb-xxl {
  padding-bottom: 100px !important;
}

.u-pb-xxxl {
  padding-bottom: 150px !important;
}

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

.u-pl-xxxs {
  padding-left: 10px !important;
}

.u-pl-xxs {
  padding-left: 15px !important;
}

.u-pl-xs {
  padding-left: 20px !important;
}

.u-pl-s {
  padding-left: 25px !important;
}

.u-pl-m {
  padding-left: 30px !important;
}

.u-pl-l {
  padding-left: 60px !important;
}

.u-pl-xl {
  padding-left: 80px !important;
}

.u-pl-xxl {
  padding-left: 100px !important;
}

.u-pl-xxxl {
  padding-left: 150px !important;
}

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

.u-pr-xxxs {
  padding-right: 10px !important;
}

.u-pr-xxs {
  padding-right: 15px !important;
}

.u-pr-xs {
  padding-right: 20px !important;
}

.u-pr-s {
  padding-right: 25px !important;
}

.u-pr-m {
  padding-right: 30px !important;
}

.u-pr-l {
  padding-right: 60px !important;
}

.u-pr-xl {
  padding-right: 80px !important;
}

.u-pr-xxl {
  padding-right: 100px !important;
}

.u-pr-xxxl {
  padding-right: 150px !important;
}

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

.u-pt-xxxs {
  padding-top: 10px !important;
}

.u-pt-xxs {
  padding-top: 15px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

.u-pt-s {
  padding-top: 25px !important;
}

.u-pt-m {
  padding-top: 30px !important;
}

.u-pt-l {
  padding-top: 60px !important;
}

.u-pt-xl {
  padding-top: 80px !important;
}

.u-pt-xxl {
  padding-top: 100px !important;
}

.u-pt-xxxl {
  padding-top: 150px !important;
}

.u-w0p {
  width: 0% !important;
}
.u-w1p {
  width: 1% !important;
}
.u-w2p {
  width: 2% !important;
}
.u-w3p {
  width: 3% !important;
}
.u-w4p {
  width: 4% !important;
}
.u-w5p {
  width: 5% !important;
}
.u-w6p {
  width: 6% !important;
}
.u-w7p {
  width: 7% !important;
}
.u-w8p {
  width: 8% !important;
}
.u-w9p {
  width: 9% !important;
}
.u-w10p {
  width: 10% !important;
}
.u-w11p {
  width: 11% !important;
}
.u-w12p {
  width: 12% !important;
}
.u-w13p {
  width: 13% !important;
}
.u-w14p {
  width: 14% !important;
}
.u-w15p {
  width: 15% !important;
}
.u-w16p {
  width: 16% !important;
}
.u-w17p {
  width: 17% !important;
}
.u-w18p {
  width: 18% !important;
}
.u-w19p {
  width: 19% !important;
}
.u-w20p {
  width: 20% !important;
}
.u-w21p {
  width: 21% !important;
}
.u-w22p {
  width: 22% !important;
}
.u-w23p {
  width: 23% !important;
}
.u-w24p {
  width: 24% !important;
}
.u-w25p {
  width: 25% !important;
}
.u-w26p {
  width: 26% !important;
}
.u-w27p {
  width: 27% !important;
}
.u-w28p {
  width: 28% !important;
}
.u-w29p {
  width: 29% !important;
}
.u-w30p {
  width: 30% !important;
}
.u-w31p {
  width: 31% !important;
}
.u-w32p {
  width: 32% !important;
}
.u-w33p {
  width: 33% !important;
}
.u-w34p {
  width: 34% !important;
}
.u-w35p {
  width: 35% !important;
}
.u-w36p {
  width: 36% !important;
}
.u-w37p {
  width: 37% !important;
}
.u-w38p {
  width: 38% !important;
}
.u-w39p {
  width: 39% !important;
}
.u-w40p {
  width: 40% !important;
}
.u-w41p {
  width: 41% !important;
}
.u-w42p {
  width: 42% !important;
}
.u-w43p {
  width: 43% !important;
}
.u-w44p {
  width: 44% !important;
}
.u-w45p {
  width: 45% !important;
}
.u-w46p {
  width: 46% !important;
}
.u-w47p {
  width: 47% !important;
}
.u-w48p {
  width: 48% !important;
}
.u-w49p {
  width: 49% !important;
}
.u-w50p {
  width: 50% !important;
}
.u-w51p {
  width: 51% !important;
}
.u-w52p {
  width: 52% !important;
}
.u-w53p {
  width: 53% !important;
}
.u-w54p {
  width: 54% !important;
}
.u-w55p {
  width: 55% !important;
}
.u-w56p {
  width: 56% !important;
}
.u-w57p {
  width: 57% !important;
}
.u-w58p {
  width: 58% !important;
}
.u-w59p {
  width: 59% !important;
}
.u-w60p {
  width: 60% !important;
}
.u-w61p {
  width: 61% !important;
}
.u-w62p {
  width: 62% !important;
}
.u-w63p {
  width: 63% !important;
}
.u-w64p {
  width: 64% !important;
}
.u-w65p {
  width: 65% !important;
}
.u-w66p {
  width: 66% !important;
}
.u-w67p {
  width: 67% !important;
}
.u-w68p {
  width: 68% !important;
}
.u-w69p {
  width: 69% !important;
}
.u-w70p {
  width: 70% !important;
}
.u-w71p {
  width: 71% !important;
}
.u-w72p {
  width: 72% !important;
}
.u-w73p {
  width: 73% !important;
}
.u-w74p {
  width: 74% !important;
}
.u-w75p {
  width: 75% !important;
}
.u-w76p {
  width: 76% !important;
}
.u-w77p {
  width: 77% !important;
}
.u-w78p {
  width: 78% !important;
}
.u-w79p {
  width: 79% !important;
}
.u-w80p {
  width: 80% !important;
}
.u-w81p {
  width: 81% !important;
}
.u-w82p {
  width: 82% !important;
}
.u-w83p {
  width: 83% !important;
}
.u-w84p {
  width: 84% !important;
}
.u-w85p {
  width: 85% !important;
}
.u-w86p {
  width: 86% !important;
}
.u-w87p {
  width: 87% !important;
}
.u-w88p {
  width: 88% !important;
}
.u-w89p {
  width: 89% !important;
}
.u-w90p {
  width: 90% !important;
}
.u-w91p {
  width: 91% !important;
}
.u-w92p {
  width: 92% !important;
}
.u-w93p {
  width: 93% !important;
}
.u-w94p {
  width: 94% !important;
}
.u-w95p {
  width: 95% !important;
}
.u-w96p {
  width: 96% !important;
}
.u-w97p {
  width: 97% !important;
}
.u-w98p {
  width: 98% !important;
}
.u-w99p {
  width: 99% !important;
}
.u-w100p {
  width: 100% !important;
}
.u-mw0p {
  max-width: 0% !important;
}
.u-mw1p {
  max-width: 1% !important;
}
.u-mw2p {
  max-width: 2% !important;
}
.u-mw3p {
  max-width: 3% !important;
}
.u-mw4p {
  max-width: 4% !important;
}
.u-mw5p {
  max-width: 5% !important;
}
.u-mw6p {
  max-width: 6% !important;
}
.u-mw7p {
  max-width: 7% !important;
}
.u-mw8p {
  max-width: 8% !important;
}
.u-mw9p {
  max-width: 9% !important;
}
.u-mw10p {
  max-width: 10% !important;
}
.u-mw11p {
  max-width: 11% !important;
}
.u-mw12p {
  max-width: 12% !important;
}
.u-mw13p {
  max-width: 13% !important;
}
.u-mw14p {
  max-width: 14% !important;
}
.u-mw15p {
  max-width: 15% !important;
}
.u-mw16p {
  max-width: 16% !important;
}
.u-mw17p {
  max-width: 17% !important;
}
.u-mw18p {
  max-width: 18% !important;
}
.u-mw19p {
  max-width: 19% !important;
}
.u-mw20p {
  max-width: 20% !important;
}
.u-mw21p {
  max-width: 21% !important;
}
.u-mw22p {
  max-width: 22% !important;
}
.u-mw23p {
  max-width: 23% !important;
}
.u-mw24p {
  max-width: 24% !important;
}
.u-mw25p {
  max-width: 25% !important;
}
.u-mw26p {
  max-width: 26% !important;
}
.u-mw27p {
  max-width: 27% !important;
}
.u-mw28p {
  max-width: 28% !important;
}
.u-mw29p {
  max-width: 29% !important;
}
.u-mw30p {
  max-width: 30% !important;
}
.u-mw31p {
  max-width: 31% !important;
}
.u-mw32p {
  max-width: 32% !important;
}
.u-mw33p {
  max-width: 33% !important;
}
.u-mw34p {
  max-width: 34% !important;
}
.u-mw35p {
  max-width: 35% !important;
}
.u-mw36p {
  max-width: 36% !important;
}
.u-mw37p {
  max-width: 37% !important;
}
.u-mw38p {
  max-width: 38% !important;
}
.u-mw39p {
  max-width: 39% !important;
}
.u-mw40p {
  max-width: 40% !important;
}
.u-mw41p {
  max-width: 41% !important;
}
.u-mw42p {
  max-width: 42% !important;
}
.u-mw43p {
  max-width: 43% !important;
}
.u-mw44p {
  max-width: 44% !important;
}
.u-mw45p {
  max-width: 45% !important;
}
.u-mw46p {
  max-width: 46% !important;
}
.u-mw47p {
  max-width: 47% !important;
}
.u-mw48p {
  max-width: 48% !important;
}
.u-mw49p {
  max-width: 49% !important;
}
.u-mw50p {
  max-width: 50% !important;
}
.u-mw51p {
  max-width: 51% !important;
}
.u-mw52p {
  max-width: 52% !important;
}
.u-mw53p {
  max-width: 53% !important;
}
.u-mw54p {
  max-width: 54% !important;
}
.u-mw55p {
  max-width: 55% !important;
}
.u-mw56p {
  max-width: 56% !important;
}
.u-mw57p {
  max-width: 57% !important;
}
.u-mw58p {
  max-width: 58% !important;
}
.u-mw59p {
  max-width: 59% !important;
}
.u-mw60p {
  max-width: 60% !important;
}
.u-mw61p {
  max-width: 61% !important;
}
.u-mw62p {
  max-width: 62% !important;
}
.u-mw63p {
  max-width: 63% !important;
}
.u-mw64p {
  max-width: 64% !important;
}
.u-mw65p {
  max-width: 65% !important;
}
.u-mw66p {
  max-width: 66% !important;
}
.u-mw67p {
  max-width: 67% !important;
}
.u-mw68p {
  max-width: 68% !important;
}
.u-mw69p {
  max-width: 69% !important;
}
.u-mw70p {
  max-width: 70% !important;
}
.u-mw71p {
  max-width: 71% !important;
}
.u-mw72p {
  max-width: 72% !important;
}
.u-mw73p {
  max-width: 73% !important;
}
.u-mw74p {
  max-width: 74% !important;
}
.u-mw75p {
  max-width: 75% !important;
}
.u-mw76p {
  max-width: 76% !important;
}
.u-mw77p {
  max-width: 77% !important;
}
.u-mw78p {
  max-width: 78% !important;
}
.u-mw79p {
  max-width: 79% !important;
}
.u-mw80p {
  max-width: 80% !important;
}
.u-mw81p {
  max-width: 81% !important;
}
.u-mw82p {
  max-width: 82% !important;
}
.u-mw83p {
  max-width: 83% !important;
}
.u-mw84p {
  max-width: 84% !important;
}
.u-mw85p {
  max-width: 85% !important;
}
.u-mw86p {
  max-width: 86% !important;
}
.u-mw87p {
  max-width: 87% !important;
}
.u-mw88p {
  max-width: 88% !important;
}
.u-mw89p {
  max-width: 89% !important;
}
.u-mw90p {
  max-width: 90% !important;
}
.u-mw91p {
  max-width: 91% !important;
}
.u-mw92p {
  max-width: 92% !important;
}
.u-mw93p {
  max-width: 93% !important;
}
.u-mw94p {
  max-width: 94% !important;
}
.u-mw95p {
  max-width: 95% !important;
}
.u-mw96p {
  max-width: 96% !important;
}
.u-mw97p {
  max-width: 97% !important;
}
.u-mw98p {
  max-width: 98% !important;
}
.u-mw99p {
  max-width: 99% !important;
}
.u-mw100p {
  max-width: 100% !important;
}
.u-w-a {
  width: auto !important;
}
@media print, screen and (min-width:769px) {
  html {
    overflow-y: scroll;
  }
  .c-grid._col2_ {
    grid-gap: 30px 20px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid._col3_ {
    grid-gap: 30px 20px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid._col4_ {
    grid-gap: 30px 20px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid._col5_ {
    grid-gap: 30px 20px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid._col6_ {
    grid-gap: 30px 20px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(6, 1fr);
  }
  .c-table-slide__coution {
    display: none;
  }
  .l-contents._col2_ {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 240px;
    grid-template-areas: "body side";
    gap: 0 40px;
  }
  .u-sm-max {
    display: none !important;
  }
  .l-contents._col2_ .l-contents__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-contents._col2_ .l-contents__side {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration-color: transparent;
  }
  .e-btn:not(._disabled_):hover {
    border-color: #0a84ff;
    background: #ffffff;
    color: #0a84ff;
  }
  .e-btn._outline_:not(._disabled_):hover {
    background: #0a84ff;
    color: #ffffff;
  }
  .e-btn._red_:not(._disabled_):hover {
    border: 1px solid #dd0000;
    background: #ffffff;
    color: #dd0000;
  }
  .e-btn-arrow:not(._disabled_):hover {
    border-color: #0a84ff;
    background: #ffffff;
    color: #0a84ff;
  }
  .e-btn-arrow._outline_:not(._disabled_):hover {
    background: #0a84ff;
    color: #ffffff;
  }
  .e-btn-arrow._red_:not(._disabled_):hover {
    border: 1px solid #dd0000;
    background: #ffffff;
    color: #dd0000;
  }
  .m-pager__link:hover {
    background: #0a84ff;
    color: #ffffff;
    opacity: 1;
  }
  .m-pagination__link:hover {
    background: #0a84ff;
    color: #ffffff;
    opacity: 1;
  }
  .c-pagetop__link:hover {
    opacity: 0.7;
  }
  .c-report__close:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  .c-snav-list__link:hover {
    background: rgba(10, 132, 255, 0.05);
    opacity: 1;
  }
  .c-alert-navi__link:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .c-economy-event-head-navi__last-week:hover {
    color: #0a84ff;
  }
  .c-economy-event-head-navi__next-week:hover {
    color: #0a84ff;
  }
  .c-exchange-rate-list:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .c-snsinformation-navi__item:hover {
    background: #93221e;
  }
  .l-header__setting:hover {
    border-color: #0a84ff;
    background: #ffffff;
    color: #0a84ff;
  }
  .l-header__setting._bg-red_:hover {
    border-color: #dd0000;
    color: #dd0000;
  }
  .l-header__alert:hover {
    border-color: #424242;
    background: #ffffff;
    color: #424242;
  }
  .l-header__reload:hover {
    color: #ffffff;
  }
  .l-header__prev:hover {
    color: #ffffff;
  }
  .l-header__donation:hover {
    color: #ffffff;
  }
  .l-gnav__link:hover {
    color: #0a84ff;
  }
}
@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .e-a-txt-arrow {
    margin-top: 15px;
  }
  .e-btn {
    height: 40px;
  }
  .e-btn._w-l_ {
    min-height: 50px;
  }
  .e-btn._w-s_ {
    min-height: 35px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2rem;
  }
  .e-btn._w-xs_ {
    min-width: min(95px, 100%);
    height: 30px;
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .e-btn-arrow {
    height: 40px;
  }
  .e-btn-arrow .__ico:first-child {
    left: 10px;
  }
  .e-btn-arrow .__ico:last-child {
    right: 10px;
  }
  .e-btn-arrow._w-l_ {
    min-height: 50px;
  }
  .e-btn-arrow._w-s_ {
    min-height: 35px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2rem;
  }
  .e-btn-arrow._w-xs_ {
    min-width: min(95px, 100%);
    min-height: 30px;
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .e-figure {
    margin-top: 15px;
  }
  .e-h1 {
    font-size: 1.6rem;
  }
  .e-h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .e-h3 {
    margin-top: 60px;
  }
  .e-h3 {
    font-size: 2rem;
  }
  .e-h2 + .e-h3 {
    margin-top: 15px;
  }
  .e-h4 {
    margin-top: 60px;
  }
  .e-h4 {
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
  .e-h4::after {
    width: 58px;
  }
  .e-h2 + .e-h4, .e-h3 + .e-h4 {
    margin-top: 15px;
  }
  .e-h5 {
    margin-top: 60px;
  }
  .e-h5 {
    padding: 2px 0 2px 10px;
    font-size: 1.6rem;
  }
  .e-h2 + .e-h5, .e-h3 + .e-h5, .e-h4 + .e-h5 {
    margin-top: 15px;
  }
  .e-h6 {
    margin-top: 60px;
  }
  .e-h6 {
    font-size: 1.4rem;
  }
  .e-h2 + .e-h6, .e-h3 + .e-h6, .e-h4 + .e-h6, .e-h5 + .e-h6 {
    margin-top: 15px;
  }
  .e-iframe {
    margin-top: 15px;
  }
  .e-list-circle {
    margin-top: 15px;
  }
  .e-list-number {
    margin-top: 15px;
  }
  .e-paragraph p:not(:first-of-type) {
    margin-top: 15px;
  }
  .m-box {
    margin-top: 15px;
  }
  .m-box {
    padding: 15px;
  }
  .m-indent {
    margin-top: 15px;
  }
  .m-pager {
    margin-top: 15px;
  }
  .m-pager__link {
    padding: 8px 12px;
  }
  .m-pagination__link {
    padding: 8px 12px;
  }
  .m-table {
    margin-top: 15px;
  }
  .m-table th,
  .m-table td {
    padding: 15px;
  }
  .m-table._sm-col1_ {
    display: block;
  }
  .m-table._sm-col1_ thead,
  .m-table._sm-col1_ tbody,
  .m-table._sm-col1_ tr,
  .m-table._sm-col1_ th,
  .m-table._sm-col1_ td {
    display: block;
  }
  .m-table._sm-col1_ th {
    padding: 10px 15px;
  }
  .m-table._wide_ {
    display: block;
    border: none;
  }
  .m-table._wide_ th,
  .m-table._wide_ td {
    display: block;
    padding: 5px 8px;
    border-right-width: 0;
    border-bottom-width: 0;
    text-align: center;
  }
  .m-table._wide_ th {
    width: auto;
    text-align: left;
  }
  .m-table._wide_ .m-table__head {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .m-table._wide_ .m-table__body {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-table._wide_ .m-table__body tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .m-table._wide_ .m-table__body tr:last-child th,
  .m-table._wide_ .m-table__body tr:last-child td {
    border-right-width: 1px;
  }
  .m-table._wide_ .m-table__head th:last-child, .m-table._wide_ .m-table__body td:last-child {
    border-bottom-width: 1px;
  }
  .m-table._list_ {
    border: none;
  }
  .m-table._list_ tr {
    display: block;
    margin: 0 0 20px;
  }
  .m-table._list_ th {
    display: block;
  }
  .m-table._list_ td {
    display: list-item;
    margin: 0 0 0 20px;
    padding: 5px 0 0;
    border: none;
    background: none;
  }
  .c-breadcrumb {
    font-size: 1rem;
  }
  .c-breadcrumb__inner {
    padding: 0 15px;
  }
  .c-flex {
    margin-top: 15px;
  }
  .c-flex._left_ .c-flex__item {
    margin-right: 15px;
  }
  .c-flex._right_ .c-flex__item {
    margin-left: 15px;
  }
  .c-flex._sm-fd-c_ {
    flex-direction: column;
  }
  .c-flex._sm-fd-c_ .c-flex__item {
    align-self: center;
    margin: 0 auto;
  }
  .c-flex._sm-fd-c_ .c-flex__item + * {
    margin-top: 15px;
  }
  .c-flex._sm-fd-cr_ {
    flex-direction: column-reverse;
  }
  .c-flex._sm-fd-cr_ .c-flex__item {
    align-self: center;
    margin: 15px auto 0;
  }
  .c-float {
    margin-top: 15px;
  }
  .c-float._left_ .c-float__item {
    margin-right: 15px;
  }
  .c-float._right_ .c-float__item {
    margin-left: 15px;
  }
  .c-float._sm-col1_ .c-float__item {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .c-float._sm-col1_ .c-float__item + * {
    margin-top: 15px;
  }
  .c-grid {
    margin-top: 15px;
  }
  .c-grid:not([class*=_col]) {
    margin-right: calc(10px / 2 * -1);
    margin-left: calc(10px / 2 * -1);
  }
  .c-grid .__col._col-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid._col2_, .c-grid._col3_, .c-grid._col4_, .c-grid._col5_, .c-grid._col6_ {
    grid-gap: 20px 10px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid._sm-col1_ {
    grid-gap: 20px 20px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(1, 100%);
  }
  .c-news-list {
    margin-top: 15px;
  }
  .c-news-list__item {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .c-news-list__date {
    margin: 0 10px 0 0;
    font-size: 1.2rem;
  }
  .c-news-list__link {
    width: 100%;
    margin: 10px 0 0;
  }
  .c-pagetop {
    right: 15px;
    bottom: 15px;
  }
  .c-pagetop__link {
    width: 40px;
    height: 40px;
  }
  .c-report__close {
    font-size: 1.6rem;
  }
  .c-table-slide {
    margin-top: 15px;
  }
  .c-alert-navi__link::before {
    right: 15px;
  }
  .c-alert-unit__txt {
    font-size: 1.3rem;
  }
  .c-economy-event-head__setting {
    font-size: 1.3rem;
  }
  .c-economy-event-head-table th {
    padding: 0 2px;
    font-size: 1rem;
  }
  .c-economy-event-table td {
    padding: 5px 5px;
    font-size: 1.2rem;
  }
  .c-economy-event-table td.__date {
    padding-left: 20px;
  }
  .c-economy-event-table td.__date .__recommended {
    top: calc(50% - 10px);
    left: 2px;
    width: 15px;
  }
  .c-economy-event-table td.__date .__bell {
    top: calc(50% + 10px);
    left: 2px;
    width: 15px;
  }
  .c-economy-event-table td.__prediction {
    font-size: 1rem;
  }
  .c-economy-event-table td.__lasttime {
    font-size: 1rem;
  }
  .table_title td {
    padding: 5px 5px;
    font-size: 1rem;
  }
  .table1 th, .table1 td {
    padding: 5px 5px;
    font-size: 1.2rem;
  }
  .c-exchange-rate-list::after {
    right: 8px;
    font-size: 1.6rem;
  }
  .c-exchange-rate-list__ttl {
    padding: 5px 0;
  }
  .c-exchange-rate-list__ttl .__ico {
    width: min(70px, 80%);
  }
  .c-exchange-rate-list__ttl .__txt {
    font-size: 1.2rem;
  }
  .c-exchange-rate-list__price .__txt {
    padding: 5px 0;
  }
  .c-exchange-rate-list__price .__txt .__lg {
    font-size: 3rem;
  }
  .c-exchange-rate-list__price .__txt._bid_ {
    font-size: 2rem;
  }
  .c-exchange-rate-list__price .__txt._ask_ {
    font-size: 2rem;
  }
  .c-exchange-rate-list__price .__txt._open_ {
    font-size: 1.4rem;
  }
  .c-exchange-rate-list__price .__txt._high_ {
    font-size: 1.4rem;
  }
  .c-exchange-rate-list__price .__txt._low_ {
    font-size: 1.4rem;
  }
  .c-exchange-rate-ttl01 .__txt {
    padding: 5px 5px;
    font-size: 1.3rem;
  }
  .c-company-comparison .archive {
    height: 50px;
    font-size: 1.6rem;
  }
  .c-company-comparison .archive img {
    max-width: 15px;
  }
  .c-snsinformation-navi__item {
    min-width: min(100px, 30%);
    min-height: 30px;
    padding: 8px 5px;
    font-size: 1.2rem;
  }
  .c-snsinformation-block__ttl {
    font-size: 1.6rem;
  }
  .c-snsinformation-block__body {
    height: calc(100vh - 302px);
  }
  .l-contents._col2_ {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 100%;
    grid-template-areas: "body" "side";
    gap: 60px 0;
  }
  .l-header__setting {
    right: 140px;
    height: 30px;
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .l-header__alert {
    min-width: min(80px, 100%);
    height: 30px;
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .l-header__reload {
    font-size: 2.4rem;
  }
  .l-header__prev .__ico {
    font-size: 2.4rem;
  }
  .l-header__prev .__txt {
    font-size: 1.6rem;
  }
  .l-header__donation {
    font-size: 2.4rem;
  }
  .l-gnav__link {
    height: 85px;
    padding-top: 10px;
  }
  .l-gnav__link .__ico {
    font-size: 2.6rem;
  }
  .l-gnav__link .__txt {
    font-size: 1rem;
  }
  .l-footer-copyright {
    font-size: 1rem;
  }
  .t-wrap {
    padding: 0 0 91px;
    font-size: 1.4rem;
  }
  .u-al-l._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-l._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-l._sm-al-r_ {
    text-align: right !important;
  }
  .u-al-c._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-c._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-c._sm-al-r_ {
    text-align: right !important;
  }
  .u-al-r._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-r._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-r._sm-al-r_ {
    text-align: right !important;
  }
  .u-fz-10._sm-fz-12_ {
    font-size: 1.2rem !important;
  }
  .u-fz-10._sm-fz-14_ {
    font-size: 1.4rem !important;
  }
  .u-fz-10._sm-fz-16_ {
    font-size: 1.6rem !important;
  }
  .u-fz-10._sm-fz-18_ {
    font-size: 1.8rem !important;
  }
  .u-fz-10._sm-fz-20_ {
    font-size: 2rem !important;
  }
  .u-fz-10._sm-fz-22_ {
    font-size: 2.2rem !important;
  }
  .u-fz-10._sm-fz-24_ {
    font-size: 2.4rem !important;
  }
  .u-fz-12._sm-fz-10_ {
    font-size: 1rem !important;
  }
  .u-fz-12._sm-fz-14_ {
    font-size: 1.4rem !important;
  }
  .u-fz-12._sm-fz-16_ {
    font-size: 1.6rem !important;
  }
  .u-fz-12._sm-fz-18_ {
    font-size: 1.8rem !important;
  }
  .u-fz-12._sm-fz-20_ {
    font-size: 2rem !important;
  }
  .u-fz-12._sm-fz-22_ {
    font-size: 2.2rem !important;
  }
  .u-fz-12._sm-fz-24_ {
    font-size: 2.4rem !important;
  }
  .u-fz-14._sm-fz-10_ {
    font-size: 1rem !important;
  }
  .u-fz-14._sm-fz-12_ {
    font-size: 1.2rem !important;
  }
  .u-fz-14._sm-fz-16_ {
    font-size: 1.6rem !important;
  }
  .u-fz-14._sm-fz-18_ {
    font-size: 1.8rem !important;
  }
  .u-fz-14._sm-fz-20_ {
    font-size: 2rem !important;
  }
  .u-fz-14._sm-fz-22_ {
    font-size: 2.2rem !important;
  }
  .u-fz-14._sm-fz-24_ {
    font-size: 2.4rem !important;
  }
  .u-fz-16._sm-fz-10_ {
    font-size: 1rem !important;
  }
  .u-fz-16._sm-fz-12_ {
    font-size: 1.2rem !important;
  }
  .u-fz-16._sm-fz-14_ {
    font-size: 1.4rem !important;
  }
  .u-fz-16._sm-fz-18_ {
    font-size: 1.8rem !important;
  }
  .u-fz-16._sm-fz-20_ {
    font-size: 2rem !important;
  }
  .u-fz-16._sm-fz-22_ {
    font-size: 2.2rem !important;
  }
  .u-fz-16._sm-fz-24_ {
    font-size: 2.4rem !important;
  }
  .u-fz-18._sm-fz-10_ {
    font-size: 1rem !important;
  }
  .u-fz-18._sm-fz-12_ {
    font-size: 1.2rem !important;
  }
  .u-fz-18._sm-fz-14_ {
    font-size: 1.4rem !important;
  }
  .u-fz-18._sm-fz-16_ {
    font-size: 1.6rem !important;
  }
  .u-fz-18._sm-fz-20_ {
    font-size: 2rem !important;
  }
  .u-fz-18._sm-fz-22_ {
    font-size: 2.2rem !important;
  }
  .u-fz-18._sm-fz-24_ {
    font-size: 2.4rem !important;
  }
  .u-fz-20._sm-fz-10_ {
    font-size: 1rem !important;
  }
  .u-fz-20._sm-fz-12_ {
    font-size: 1.2rem !important;
  }
  .u-fz-20._sm-fz-14_ {
    font-size: 1.4rem !important;
  }
  .u-fz-20._sm-fz-16_ {
    font-size: 1.6rem !important;
  }
  .u-fz-20._sm-fz-18_ {
    font-size: 1.8rem !important;
  }
  .u-fz-20._sm-fz-22_ {
    font-size: 2.2rem !important;
  }
  .u-fz-20._sm-fz-24_ {
    font-size: 2.4rem !important;
  }
  .u-fz-22._sm-fz-10_ {
    font-size: 1rem !important;
  }
  .u-fz-22._sm-fz-12_ {
    font-size: 1.2rem !important;
  }
  .u-fz-22._sm-fz-14_ {
    font-size: 1.4rem !important;
  }
  .u-fz-22._sm-fz-16_ {
    font-size: 1.6rem !important;
  }
  .u-fz-22._sm-fz-18_ {
    font-size: 1.8rem !important;
  }
  .u-fz-22._sm-fz-20_ {
    font-size: 2rem !important;
  }
  .u-fz-22._sm-fz-24_ {
    font-size: 2.4rem !important;
  }
  .u-fz-24._sm-fz-10_ {
    font-size: 1rem !important;
  }
  .u-fz-24._sm-fz-12_ {
    font-size: 1.2rem !important;
  }
  .u-fz-24._sm-fz-14_ {
    font-size: 1.4rem !important;
  }
  .u-fz-24._sm-fz-16_ {
    font-size: 1.6rem !important;
  }
  .u-fz-24._sm-fz-18_ {
    font-size: 1.8rem !important;
  }
  .u-fz-24._sm-fz-20_ {
    font-size: 2rem !important;
  }
  .u-fz-24._sm-fz-22_ {
    font-size: 2.2rem !important;
  }
  .u-mb-xxxs._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-xxxs._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-xxxs._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-xxxs._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-xxxs._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-xxxs._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-xxxs._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-xxxs._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-xxxs._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-xxxs._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-xxs._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-xxs._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-xxs._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-xxs._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-xxs._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-xxs._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-xxs._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-xxs._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-xxs._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-xxs._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-xs._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-xs._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-xs._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-xs._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-xs._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-xs._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-xs._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-xs._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-xs._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-xs._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-s._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-s._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-s._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-s._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-s._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-s._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-s._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-s._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-s._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-s._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-m._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-m._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-m._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-m._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-m._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-m._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-m._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-m._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-m._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-m._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-l {
    margin-bottom: 30px !important;
  }
  .u-mb-l._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-l._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-l._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-l._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-l._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-l._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-l._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-l._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-l._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-xl {
    margin-bottom: 40px !important;
  }
  .u-mb-xl._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-xl._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-xl._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-xl._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-xl._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-xl._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-xl._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-xl._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-xl._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-xl._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-xxl {
    margin-bottom: 50px !important;
  }
  .u-mb-xxl._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-xxl._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-xxl._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-xxl._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-xxl._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-xxl._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-xxl._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-xxl._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-xxl._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-xxl._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-mb-xxxl {
    margin-bottom: 75px !important;
  }
  .u-mb-xxxl._sm-mb-0_ {
    margin-bottom: 0 !important;
  }
  .u-mb-xxxl._sm-mb-xxxs_ {
    margin-bottom: 10px !important;
  }
  .u-mb-xxxl._sm-mb-xxs_ {
    margin-bottom: 15px !important;
  }
  .u-mb-xxxl._sm-mb-xs_ {
    margin-bottom: 20px !important;
  }
  .u-mb-xxxl._sm-mb-s_ {
    margin-bottom: 25px !important;
  }
  .u-mb-xxxl._sm-mb-m_ {
    margin-bottom: 30px !important;
  }
  .u-mb-xxxl._sm-mb-l_ {
    margin-bottom: 60px !important;
  }
  .u-mb-xxxl._sm-mb-xl_ {
    margin-bottom: 80px !important;
  }
  .u-mb-xxxl._sm-mb-xxl_ {
    margin-bottom: 100px !important;
  }
  .u-mb-xxxl._sm-mb-xxxl_ {
    margin-bottom: 150px !important;
  }
  .u-ml-xxxs._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-xxxs._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-xxxs._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-xxxs._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-xxxs._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-xxxs._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-xxxs._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-xxxs._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-xxxs._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-xxxs._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-xxs._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-xxs._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-xxs._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-xxs._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-xxs._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-xxs._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-xxs._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-xxs._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-xxs._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-xxs._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-xs._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-xs._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-xs._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-xs._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-xs._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-xs._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-xs._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-xs._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-xs._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-xs._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-s._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-s._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-s._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-s._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-s._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-s._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-s._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-s._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-s._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-s._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-m._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-m._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-m._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-m._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-m._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-m._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-m._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-m._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-m._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-m._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-l {
    margin-left: 30px !important;
  }
  .u-ml-l._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-l._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-l._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-l._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-l._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-l._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-l._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-l._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-l._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-l._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-xl {
    margin-left: 40px !important;
  }
  .u-ml-xl._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-xl._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-xl._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-xl._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-xl._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-xl._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-xl._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-xl._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-xl._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-xl._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-xxl {
    margin-left: 50px !important;
  }
  .u-ml-xxl._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-xxl._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-xxl._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-xxl._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-xxl._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-xxl._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-xxl._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-xxl._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-xxl._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-xxl._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-ml-xxxl {
    margin-left: 75px !important;
  }
  .u-ml-xxxl._sm-ml-0_ {
    margin-left: 0 !important;
  }
  .u-ml-xxxl._sm-ml-xxxs_ {
    margin-left: 10px !important;
  }
  .u-ml-xxxl._sm-ml-xxs_ {
    margin-left: 15px !important;
  }
  .u-ml-xxxl._sm-ml-xs_ {
    margin-left: 20px !important;
  }
  .u-ml-xxxl._sm-ml-s_ {
    margin-left: 25px !important;
  }
  .u-ml-xxxl._sm-ml-m_ {
    margin-left: 30px !important;
  }
  .u-ml-xxxl._sm-ml-l_ {
    margin-left: 60px !important;
  }
  .u-ml-xxxl._sm-ml-xl_ {
    margin-left: 80px !important;
  }
  .u-ml-xxxl._sm-ml-xxl_ {
    margin-left: 100px !important;
  }
  .u-ml-xxxl._sm-ml-xxxl_ {
    margin-left: 150px !important;
  }
  .u-mr-xxxs._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-xxxs._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-xxxs._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-xxxs._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-xxxs._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-xxxs._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-xxxs._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-xxxs._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-xxxs._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-xxxs._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-xxs._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-xxs._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-xxs._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-xxs._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-xxs._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-xxs._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-xxs._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-xxs._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-xxs._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-xxs._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-xs._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-xs._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-xs._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-xs._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-xs._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-xs._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-xs._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-xs._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-xs._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-xs._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-s._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-s._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-s._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-s._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-s._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-s._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-s._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-s._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-s._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-s._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-m._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-m._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-m._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-m._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-m._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-m._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-m._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-m._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-m._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-m._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-l {
    margin-right: 30px !important;
  }
  .u-mr-l._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-l._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-l._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-l._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-l._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-l._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-l._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-l._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-l._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-l._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-xl {
    margin-right: 40px !important;
  }
  .u-mr-xl._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-xl._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-xl._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-xl._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-xl._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-xl._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-xl._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-xl._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-xl._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-xl._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-xxl {
    margin-right: 50px !important;
  }
  .u-mr-xxl._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-xxl._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-xxl._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-xxl._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-xxl._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-xxl._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-xxl._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-xxl._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-xxl._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-xxl._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mr-xxxl {
    margin-right: 75px !important;
  }
  .u-mr-xxxl._sm-mr-0_ {
    margin-right: 0 !important;
  }
  .u-mr-xxxl._sm-mr-xxxs_ {
    margin-right: 10px !important;
  }
  .u-mr-xxxl._sm-mr-xxs_ {
    margin-right: 15px !important;
  }
  .u-mr-xxxl._sm-mr-xs_ {
    margin-right: 20px !important;
  }
  .u-mr-xxxl._sm-mr-s_ {
    margin-right: 25px !important;
  }
  .u-mr-xxxl._sm-mr-m_ {
    margin-right: 30px !important;
  }
  .u-mr-xxxl._sm-mr-l_ {
    margin-right: 60px !important;
  }
  .u-mr-xxxl._sm-mr-xl_ {
    margin-right: 80px !important;
  }
  .u-mr-xxxl._sm-mr-xxl_ {
    margin-right: 100px !important;
  }
  .u-mr-xxxl._sm-mr-xxxl_ {
    margin-right: 150px !important;
  }
  .u-mt-xxxs._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-xxxs._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-xxxs._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-xxxs._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-xxxs._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-xxxs._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-xxxs._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-xxxs._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-xxxs._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-xxxs._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-xxs._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-xxs._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-xxs._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-xxs._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-xxs._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-xxs._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-xxs._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-xxs._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-xxs._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-xxs._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-xs._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-xs._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-xs._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-xs._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-xs._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-xs._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-xs._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-xs._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-xs._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-xs._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-s._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-s._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-s._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-s._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-s._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-s._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-s._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-s._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-s._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-s._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-m._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-m._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-m._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-m._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-m._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-m._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-m._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-m._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-m._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-m._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-l {
    margin-top: 30px !important;
  }
  .u-mt-l._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-l._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-l._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-l._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-l._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-l._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-l._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-l._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-l._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-l._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-xl {
    margin-top: 40px !important;
  }
  .u-mt-xl._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-xl._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-xl._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-xl._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-xl._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-xl._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-xl._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-xl._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-xl._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-xl._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-xxl {
    margin-top: 50px !important;
  }
  .u-mt-xxl._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-xxl._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-xxl._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-xxl._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-xxl._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-xxl._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-xxl._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-xxl._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-xxl._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-xxl._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-mt-xxxl {
    margin-top: 75px !important;
  }
  .u-mt-xxxl._sm-mt-0_ {
    margin-top: 0 !important;
  }
  .u-mt-xxxl._sm-mt-xxxs_ {
    margin-top: 10px !important;
  }
  .u-mt-xxxl._sm-mt-xxs_ {
    margin-top: 15px !important;
  }
  .u-mt-xxxl._sm-mt-xs_ {
    margin-top: 20px !important;
  }
  .u-mt-xxxl._sm-mt-s_ {
    margin-top: 25px !important;
  }
  .u-mt-xxxl._sm-mt-m_ {
    margin-top: 30px !important;
  }
  .u-mt-xxxl._sm-mt-l_ {
    margin-top: 60px !important;
  }
  .u-mt-xxxl._sm-mt-xl_ {
    margin-top: 80px !important;
  }
  .u-mt-xxxl._sm-mt-xxl_ {
    margin-top: 100px !important;
  }
  .u-mt-xxxl._sm-mt-xxxl_ {
    margin-top: 150px !important;
  }
  .u-pa-xxxs._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-xxxs._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-xxxs._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-xxxs._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-xxxs._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-xxxs._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-xxxs._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-xxxs._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-xxxs._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-xxxs._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-xxs._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-xxs._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-xxs._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-xxs._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-xxs._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-xxs._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-xxs._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-xxs._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-xxs._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-xxs._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-xs._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-xs._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-xs._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-xs._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-xs._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-xs._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-xs._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-xs._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-xs._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-xs._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-s._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-s._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-s._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-s._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-s._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-s._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-s._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-s._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-s._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-s._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-m._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-m._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-m._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-m._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-m._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-m._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-m._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-m._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-m._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-m._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-l {
    padding: 30px !important;
  }
  .u-pa-l._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-l._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-l._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-l._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-l._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-l._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-l._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-l._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-l._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-l._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-xl {
    padding: 40px !important;
  }
  .u-pa-xl._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-xl._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-xl._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-xl._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-xl._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-xl._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-xl._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-xl._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-xl._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-xl._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-xxl {
    padding: 50px !important;
  }
  .u-pa-xxl._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-xxl._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-xxl._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-xxl._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-xxl._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-xxl._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-xxl._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-xxl._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-xxl._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-xxl._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pa-xxxl {
    padding: 75px !important;
  }
  .u-pa-xxxl._sm-pa-0_ {
    padding: 0 !important;
  }
  .u-pa-xxxl._sm-pa-xxxs_ {
    padding: 10px !important;
  }
  .u-pa-xxxl._sm-pa-xxs_ {
    padding: 15px !important;
  }
  .u-pa-xxxl._sm-pa-xs_ {
    padding: 20px !important;
  }
  .u-pa-xxxl._sm-pa-s_ {
    padding: 25px !important;
  }
  .u-pa-xxxl._sm-pa-m_ {
    padding: 30px !important;
  }
  .u-pa-xxxl._sm-pa-l_ {
    padding: 60px !important;
  }
  .u-pa-xxxl._sm-pa-xl_ {
    padding: 80px !important;
  }
  .u-pa-xxxl._sm-pa-xxl_ {
    padding: 100px !important;
  }
  .u-pa-xxxl._sm-pa-xxxl_ {
    padding: 150px !important;
  }
  .u-pb-xxxs._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-xxxs._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-xxxs._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-xxxs._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-xxxs._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-xxxs._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-xxxs._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-xxxs._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-xxxs._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-xxxs._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-xxs._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-xxs._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-xxs._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-xxs._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-xxs._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-xxs._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-xxs._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-xxs._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-xxs._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-xxs._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-xs._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-xs._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-xs._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-xs._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-xs._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-xs._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-xs._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-xs._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-xs._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-xs._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-s._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-s._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-s._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-s._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-s._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-s._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-s._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-s._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-s._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-s._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-m._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-m._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-m._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-m._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-m._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-m._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-m._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-m._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-m._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-m._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-l {
    padding-bottom: 30px !important;
  }
  .u-pb-l._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-l._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-l._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-l._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-l._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-l._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-l._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-l._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-l._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-l._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-xl {
    padding-bottom: 40px !important;
  }
  .u-pb-xl._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-xl._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-xl._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-xl._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-xl._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-xl._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-xl._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-xl._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-xl._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-xl._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-xxl {
    padding-bottom: 50px !important;
  }
  .u-pb-xxl._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-xxl._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-xxl._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-xxl._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-xxl._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-xxl._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-xxl._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-xxl._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-xxl._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-xxl._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pb-xxxl {
    padding-bottom: 75px !important;
  }
  .u-pb-xxxl._sm-pb-0_ {
    padding-bottom: 0 !important;
  }
  .u-pb-xxxl._sm-pb-xxxs_ {
    padding-bottom: 10px !important;
  }
  .u-pb-xxxl._sm-pb-xxs_ {
    padding-bottom: 15px !important;
  }
  .u-pb-xxxl._sm-pb-xs_ {
    padding-bottom: 20px !important;
  }
  .u-pb-xxxl._sm-pb-s_ {
    padding-bottom: 25px !important;
  }
  .u-pb-xxxl._sm-pb-m_ {
    padding-bottom: 30px !important;
  }
  .u-pb-xxxl._sm-pb-l_ {
    padding-bottom: 60px !important;
  }
  .u-pb-xxxl._sm-pb-xl_ {
    padding-bottom: 80px !important;
  }
  .u-pb-xxxl._sm-pb-xxl_ {
    padding-bottom: 100px !important;
  }
  .u-pb-xxxl._sm-pb-xxxl_ {
    padding-bottom: 150px !important;
  }
  .u-pl-xxxs._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-xxxs._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-xxxs._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-xxxs._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-xxxs._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-xxxs._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-xxxs._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-xxxs._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-xxxs._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-xxxs._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-xxs._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-xxs._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-xxs._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-xxs._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-xxs._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-xxs._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-xxs._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-xxs._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-xxs._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-xxs._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-xs._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-xs._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-xs._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-xs._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-xs._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-xs._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-xs._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-xs._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-xs._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-xs._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-s._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-s._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-s._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-s._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-s._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-s._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-s._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-s._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-s._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-s._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-m._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-m._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-m._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-m._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-m._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-m._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-m._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-m._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-m._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-m._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-l {
    padding-left: 30px !important;
  }
  .u-pl-l._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-l._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-l._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-l._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-l._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-l._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-l._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-l._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-l._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-l._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-xl {
    padding-left: 40px !important;
  }
  .u-pl-xl._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-xl._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-xl._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-xl._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-xl._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-xl._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-xl._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-xl._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-xl._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-xl._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-xxl {
    padding-left: 50px !important;
  }
  .u-pl-xxl._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-xxl._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-xxl._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-xxl._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-xxl._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-xxl._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-xxl._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-xxl._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-xxl._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-xxl._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pl-xxxl {
    padding-left: 75px !important;
  }
  .u-pl-xxxl._sm-pl-0_ {
    padding-left: 0 !important;
  }
  .u-pl-xxxl._sm-pl-xxxs_ {
    padding-left: 10px !important;
  }
  .u-pl-xxxl._sm-pl-xxs_ {
    padding-left: 15px !important;
  }
  .u-pl-xxxl._sm-pl-xs_ {
    padding-left: 20px !important;
  }
  .u-pl-xxxl._sm-pl-s_ {
    padding-left: 25px !important;
  }
  .u-pl-xxxl._sm-pl-m_ {
    padding-left: 30px !important;
  }
  .u-pl-xxxl._sm-pl-l_ {
    padding-left: 60px !important;
  }
  .u-pl-xxxl._sm-pl-xl_ {
    padding-left: 80px !important;
  }
  .u-pl-xxxl._sm-pl-xxl_ {
    padding-left: 100px !important;
  }
  .u-pl-xxxl._sm-pl-xxxl_ {
    padding-left: 150px !important;
  }
  .u-pr-xxxs._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-xxxs._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-xxxs._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-xxxs._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-xxxs._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-xxxs._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-xxxs._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-xxxs._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-xxxs._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-xxxs._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-xxs._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-xxs._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-xxs._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-xxs._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-xxs._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-xxs._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-xxs._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-xxs._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-xxs._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-xxs._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-xs._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-xs._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-xs._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-xs._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-xs._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-xs._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-xs._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-xs._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-xs._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-xs._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-s._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-s._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-s._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-s._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-s._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-s._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-s._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-s._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-s._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-s._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-m._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-m._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-m._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-m._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-m._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-m._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-m._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-m._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-m._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-m._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-l {
    padding-right: 30px !important;
  }
  .u-pr-l._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-l._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-l._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-l._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-l._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-l._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-l._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-l._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-l._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-l._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-xl {
    padding-right: 40px !important;
  }
  .u-pr-xl._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-xl._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-xl._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-xl._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-xl._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-xl._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-xl._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-xl._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-xl._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-xl._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-xxl {
    padding-right: 50px !important;
  }
  .u-pr-xxl._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-xxl._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-xxl._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-xxl._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-xxl._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-xxl._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-xxl._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-xxl._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-xxl._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-xxl._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pr-xxxl {
    padding-right: 75px !important;
  }
  .u-pr-xxxl._sm-pr-0_ {
    padding-right: 0 !important;
  }
  .u-pr-xxxl._sm-pr-xxxs_ {
    padding-right: 10px !important;
  }
  .u-pr-xxxl._sm-pr-xxs_ {
    padding-right: 15px !important;
  }
  .u-pr-xxxl._sm-pr-xs_ {
    padding-right: 20px !important;
  }
  .u-pr-xxxl._sm-pr-s_ {
    padding-right: 25px !important;
  }
  .u-pr-xxxl._sm-pr-m_ {
    padding-right: 30px !important;
  }
  .u-pr-xxxl._sm-pr-l_ {
    padding-right: 60px !important;
  }
  .u-pr-xxxl._sm-pr-xl_ {
    padding-right: 80px !important;
  }
  .u-pr-xxxl._sm-pr-xxl_ {
    padding-right: 100px !important;
  }
  .u-pr-xxxl._sm-pr-xxxl_ {
    padding-right: 150px !important;
  }
  .u-pt-xxxs._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-xxxs._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-xxxs._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-xxxs._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-xxxs._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-xxxs._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-xxxs._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-xxxs._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-xxxs._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-xxxs._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-xxs._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-xxs._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-xxs._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-xxs._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-xxs._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-xxs._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-xxs._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-xxs._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-xxs._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-xxs._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-xs._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-xs._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-xs._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-xs._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-xs._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-xs._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-xs._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-xs._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-xs._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-xs._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-s._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-s._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-s._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-s._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-s._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-s._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-s._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-s._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-s._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-s._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-m._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-m._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-m._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-m._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-m._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-m._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-m._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-m._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-m._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-m._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-l {
    padding-top: 30px !important;
  }
  .u-pt-l._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-l._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-l._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-l._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-l._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-l._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-l._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-l._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-l._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-l._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-xl {
    padding-top: 40px !important;
  }
  .u-pt-xl._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-xl._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-xl._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-xl._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-xl._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-xl._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-xl._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-xl._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-xl._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-xl._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-xxl {
    padding-top: 50px !important;
  }
  .u-pt-xxl._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-xxl._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-xxl._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-xxl._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-xxl._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-xxl._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-xxl._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-xxl._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-xxl._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-xxl._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-pt-xxxl {
    padding-top: 75px !important;
  }
  .u-pt-xxxl._sm-pt-0_ {
    padding-top: 0 !important;
  }
  .u-pt-xxxl._sm-pt-xxxs_ {
    padding-top: 10px !important;
  }
  .u-pt-xxxl._sm-pt-xxs_ {
    padding-top: 15px !important;
  }
  .u-pt-xxxl._sm-pt-xs_ {
    padding-top: 20px !important;
  }
  .u-pt-xxxl._sm-pt-s_ {
    padding-top: 25px !important;
  }
  .u-pt-xxxl._sm-pt-m_ {
    padding-top: 30px !important;
  }
  .u-pt-xxxl._sm-pt-l_ {
    padding-top: 60px !important;
  }
  .u-pt-xxxl._sm-pt-xl_ {
    padding-top: 80px !important;
  }
  .u-pt-xxxl._sm-pt-xxl_ {
    padding-top: 100px !important;
  }
  .u-pt-xxxl._sm-pt-xxxl_ {
    padding-top: 150px !important;
  }
  .u-sm-w0p {
    width: 0% !important;
  }
  .u-sm-w1p {
    width: 1% !important;
  }
  .u-sm-w2p {
    width: 2% !important;
  }
  .u-sm-w3p {
    width: 3% !important;
  }
  .u-sm-w4p {
    width: 4% !important;
  }
  .u-sm-w5p {
    width: 5% !important;
  }
  .u-sm-w6p {
    width: 6% !important;
  }
  .u-sm-w7p {
    width: 7% !important;
  }
  .u-sm-w8p {
    width: 8% !important;
  }
  .u-sm-w9p {
    width: 9% !important;
  }
  .u-sm-w10p {
    width: 10% !important;
  }
  .u-sm-w11p {
    width: 11% !important;
  }
  .u-sm-w12p {
    width: 12% !important;
  }
  .u-sm-w13p {
    width: 13% !important;
  }
  .u-sm-w14p {
    width: 14% !important;
  }
  .u-sm-w15p {
    width: 15% !important;
  }
  .u-sm-w16p {
    width: 16% !important;
  }
  .u-sm-w17p {
    width: 17% !important;
  }
  .u-sm-w18p {
    width: 18% !important;
  }
  .u-sm-w19p {
    width: 19% !important;
  }
  .u-sm-w20p {
    width: 20% !important;
  }
  .u-sm-w21p {
    width: 21% !important;
  }
  .u-sm-w22p {
    width: 22% !important;
  }
  .u-sm-w23p {
    width: 23% !important;
  }
  .u-sm-w24p {
    width: 24% !important;
  }
  .u-sm-w25p {
    width: 25% !important;
  }
  .u-sm-w26p {
    width: 26% !important;
  }
  .u-sm-w27p {
    width: 27% !important;
  }
  .u-sm-w28p {
    width: 28% !important;
  }
  .u-sm-w29p {
    width: 29% !important;
  }
  .u-sm-w30p {
    width: 30% !important;
  }
  .u-sm-w31p {
    width: 31% !important;
  }
  .u-sm-w32p {
    width: 32% !important;
  }
  .u-sm-w33p {
    width: 33% !important;
  }
  .u-sm-w34p {
    width: 34% !important;
  }
  .u-sm-w35p {
    width: 35% !important;
  }
  .u-sm-w36p {
    width: 36% !important;
  }
  .u-sm-w37p {
    width: 37% !important;
  }
  .u-sm-w38p {
    width: 38% !important;
  }
  .u-sm-w39p {
    width: 39% !important;
  }
  .u-sm-w40p {
    width: 40% !important;
  }
  .u-sm-w41p {
    width: 41% !important;
  }
  .u-sm-w42p {
    width: 42% !important;
  }
  .u-sm-w43p {
    width: 43% !important;
  }
  .u-sm-w44p {
    width: 44% !important;
  }
  .u-sm-w45p {
    width: 45% !important;
  }
  .u-sm-w46p {
    width: 46% !important;
  }
  .u-sm-w47p {
    width: 47% !important;
  }
  .u-sm-w48p {
    width: 48% !important;
  }
  .u-sm-w49p {
    width: 49% !important;
  }
  .u-sm-w50p {
    width: 50% !important;
  }
  .u-sm-w51p {
    width: 51% !important;
  }
  .u-sm-w52p {
    width: 52% !important;
  }
  .u-sm-w53p {
    width: 53% !important;
  }
  .u-sm-w54p {
    width: 54% !important;
  }
  .u-sm-w55p {
    width: 55% !important;
  }
  .u-sm-w56p {
    width: 56% !important;
  }
  .u-sm-w57p {
    width: 57% !important;
  }
  .u-sm-w58p {
    width: 58% !important;
  }
  .u-sm-w59p {
    width: 59% !important;
  }
  .u-sm-w60p {
    width: 60% !important;
  }
  .u-sm-w61p {
    width: 61% !important;
  }
  .u-sm-w62p {
    width: 62% !important;
  }
  .u-sm-w63p {
    width: 63% !important;
  }
  .u-sm-w64p {
    width: 64% !important;
  }
  .u-sm-w65p {
    width: 65% !important;
  }
  .u-sm-w66p {
    width: 66% !important;
  }
  .u-sm-w67p {
    width: 67% !important;
  }
  .u-sm-w68p {
    width: 68% !important;
  }
  .u-sm-w69p {
    width: 69% !important;
  }
  .u-sm-w70p {
    width: 70% !important;
  }
  .u-sm-w71p {
    width: 71% !important;
  }
  .u-sm-w72p {
    width: 72% !important;
  }
  .u-sm-w73p {
    width: 73% !important;
  }
  .u-sm-w74p {
    width: 74% !important;
  }
  .u-sm-w75p {
    width: 75% !important;
  }
  .u-sm-w76p {
    width: 76% !important;
  }
  .u-sm-w77p {
    width: 77% !important;
  }
  .u-sm-w78p {
    width: 78% !important;
  }
  .u-sm-w79p {
    width: 79% !important;
  }
  .u-sm-w80p {
    width: 80% !important;
  }
  .u-sm-w81p {
    width: 81% !important;
  }
  .u-sm-w82p {
    width: 82% !important;
  }
  .u-sm-w83p {
    width: 83% !important;
  }
  .u-sm-w84p {
    width: 84% !important;
  }
  .u-sm-w85p {
    width: 85% !important;
  }
  .u-sm-w86p {
    width: 86% !important;
  }
  .u-sm-w87p {
    width: 87% !important;
  }
  .u-sm-w88p {
    width: 88% !important;
  }
  .u-sm-w89p {
    width: 89% !important;
  }
  .u-sm-w90p {
    width: 90% !important;
  }
  .u-sm-w91p {
    width: 91% !important;
  }
  .u-sm-w92p {
    width: 92% !important;
  }
  .u-sm-w93p {
    width: 93% !important;
  }
  .u-sm-w94p {
    width: 94% !important;
  }
  .u-sm-w95p {
    width: 95% !important;
  }
  .u-sm-w96p {
    width: 96% !important;
  }
  .u-sm-w97p {
    width: 97% !important;
  }
  .u-sm-w98p {
    width: 98% !important;
  }
  .u-sm-w99p {
    width: 99% !important;
  }
  .u-sm-w100p {
    width: 100% !important;
  }
  .u-sm-mw0p {
    width: 0% !important;
  }
  .u-sm-mw1p {
    width: 1% !important;
  }
  .u-sm-mw2p {
    width: 2% !important;
  }
  .u-sm-mw3p {
    width: 3% !important;
  }
  .u-sm-mw4p {
    width: 4% !important;
  }
  .u-sm-mw5p {
    width: 5% !important;
  }
  .u-sm-mw6p {
    width: 6% !important;
  }
  .u-sm-mw7p {
    width: 7% !important;
  }
  .u-sm-mw8p {
    width: 8% !important;
  }
  .u-sm-mw9p {
    width: 9% !important;
  }
  .u-sm-mw10p {
    width: 10% !important;
  }
  .u-sm-mw11p {
    width: 11% !important;
  }
  .u-sm-mw12p {
    width: 12% !important;
  }
  .u-sm-mw13p {
    width: 13% !important;
  }
  .u-sm-mw14p {
    width: 14% !important;
  }
  .u-sm-mw15p {
    width: 15% !important;
  }
  .u-sm-mw16p {
    width: 16% !important;
  }
  .u-sm-mw17p {
    width: 17% !important;
  }
  .u-sm-mw18p {
    width: 18% !important;
  }
  .u-sm-mw19p {
    width: 19% !important;
  }
  .u-sm-mw20p {
    width: 20% !important;
  }
  .u-sm-mw21p {
    width: 21% !important;
  }
  .u-sm-mw22p {
    width: 22% !important;
  }
  .u-sm-mw23p {
    width: 23% !important;
  }
  .u-sm-mw24p {
    width: 24% !important;
  }
  .u-sm-mw25p {
    width: 25% !important;
  }
  .u-sm-mw26p {
    width: 26% !important;
  }
  .u-sm-mw27p {
    width: 27% !important;
  }
  .u-sm-mw28p {
    width: 28% !important;
  }
  .u-sm-mw29p {
    width: 29% !important;
  }
  .u-sm-mw30p {
    width: 30% !important;
  }
  .u-sm-mw31p {
    width: 31% !important;
  }
  .u-sm-mw32p {
    width: 32% !important;
  }
  .u-sm-mw33p {
    width: 33% !important;
  }
  .u-sm-mw34p {
    width: 34% !important;
  }
  .u-sm-mw35p {
    width: 35% !important;
  }
  .u-sm-mw36p {
    width: 36% !important;
  }
  .u-sm-mw37p {
    width: 37% !important;
  }
  .u-sm-mw38p {
    width: 38% !important;
  }
  .u-sm-mw39p {
    width: 39% !important;
  }
  .u-sm-mw40p {
    width: 40% !important;
  }
  .u-sm-mw41p {
    width: 41% !important;
  }
  .u-sm-mw42p {
    width: 42% !important;
  }
  .u-sm-mw43p {
    width: 43% !important;
  }
  .u-sm-mw44p {
    width: 44% !important;
  }
  .u-sm-mw45p {
    width: 45% !important;
  }
  .u-sm-mw46p {
    width: 46% !important;
  }
  .u-sm-mw47p {
    width: 47% !important;
  }
  .u-sm-mw48p {
    width: 48% !important;
  }
  .u-sm-mw49p {
    width: 49% !important;
  }
  .u-sm-mw50p {
    width: 50% !important;
  }
  .u-sm-mw51p {
    width: 51% !important;
  }
  .u-sm-mw52p {
    width: 52% !important;
  }
  .u-sm-mw53p {
    width: 53% !important;
  }
  .u-sm-mw54p {
    width: 54% !important;
  }
  .u-sm-mw55p {
    width: 55% !important;
  }
  .u-sm-mw56p {
    width: 56% !important;
  }
  .u-sm-mw57p {
    width: 57% !important;
  }
  .u-sm-mw58p {
    width: 58% !important;
  }
  .u-sm-mw59p {
    width: 59% !important;
  }
  .u-sm-mw60p {
    width: 60% !important;
  }
  .u-sm-mw61p {
    width: 61% !important;
  }
  .u-sm-mw62p {
    width: 62% !important;
  }
  .u-sm-mw63p {
    width: 63% !important;
  }
  .u-sm-mw64p {
    width: 64% !important;
  }
  .u-sm-mw65p {
    width: 65% !important;
  }
  .u-sm-mw66p {
    width: 66% !important;
  }
  .u-sm-mw67p {
    width: 67% !important;
  }
  .u-sm-mw68p {
    width: 68% !important;
  }
  .u-sm-mw69p {
    width: 69% !important;
  }
  .u-sm-mw70p {
    width: 70% !important;
  }
  .u-sm-mw71p {
    width: 71% !important;
  }
  .u-sm-mw72p {
    width: 72% !important;
  }
  .u-sm-mw73p {
    width: 73% !important;
  }
  .u-sm-mw74p {
    width: 74% !important;
  }
  .u-sm-mw75p {
    width: 75% !important;
  }
  .u-sm-mw76p {
    width: 76% !important;
  }
  .u-sm-mw77p {
    width: 77% !important;
  }
  .u-sm-mw78p {
    width: 78% !important;
  }
  .u-sm-mw79p {
    width: 79% !important;
  }
  .u-sm-mw80p {
    width: 80% !important;
  }
  .u-sm-mw81p {
    width: 81% !important;
  }
  .u-sm-mw82p {
    width: 82% !important;
  }
  .u-sm-mw83p {
    width: 83% !important;
  }
  .u-sm-mw84p {
    width: 84% !important;
  }
  .u-sm-mw85p {
    width: 85% !important;
  }
  .u-sm-mw86p {
    width: 86% !important;
  }
  .u-sm-mw87p {
    width: 87% !important;
  }
  .u-sm-mw88p {
    width: 88% !important;
  }
  .u-sm-mw89p {
    width: 89% !important;
  }
  .u-sm-mw90p {
    width: 90% !important;
  }
  .u-sm-mw91p {
    width: 91% !important;
  }
  .u-sm-mw92p {
    width: 92% !important;
  }
  .u-sm-mw93p {
    width: 93% !important;
  }
  .u-sm-mw94p {
    width: 94% !important;
  }
  .u-sm-mw95p {
    width: 95% !important;
  }
  .u-sm-mw96p {
    width: 96% !important;
  }
  .u-sm-mw97p {
    width: 97% !important;
  }
  .u-sm-mw98p {
    width: 98% !important;
  }
  .u-sm-mw99p {
    width: 99% !important;
  }
  .u-sm-mw100p {
    width: 100% !important;
  }
  .u-sm-w-a {
    width: auto !important;
  }
  .u-sm-min {
    display: none !important;
  }
  .l-contents._col2_ .l-contents__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-contents._col2_ .l-contents__side {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width:1280px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .u-lg-min {
    display: none !important;
  }
}
@media screen and (max-width:1280px) and (max-width:768px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-lg-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
}
@media screen and (max-width:1024px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 20px);
    margin-top: 20px;
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
  }
  .c-grid._col4_._auto-fit_ {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
  .c-grid._col5_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
  .c-grid._col6_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
  .l-contents._col3_ {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 100%;
    grid-template-areas: "main" "right" "left";
    gap: 50px 0;
  }
  .u-md-min {
    display: none !important;
  }
  .l-contents._col3_ .l-contents__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-contents._col3_ .l-contents__left {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-contents._col3_ .l-contents__right {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width:1024px) and (max-width:768px) {
  .c-grid .__col._col-md-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-md-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(100% / 12 * 1 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-2_ {
    width: calc(100% / 12 * 2 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-3_ {
    width: calc(100% / 12 * 3 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-4_ {
    width: calc(100% / 12 * 4 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-5_ {
    width: calc(100% / 12 * 5 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-6_ {
    width: calc(100% / 12 * 6 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-7_ {
    width: calc(100% / 12 * 7 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-8_ {
    width: calc(100% / 12 * 8 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-9_ {
    width: calc(100% / 12 * 9 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-10_ {
    width: calc(100% / 12 * 10 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-11_ {
    width: calc(100% / 12 * 11 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
  .c-grid .__col._col-sm-12_ {
    width: calc(100% / 12 * 12 - 10px);
    margin-top: 10px;
    margin-right: calc(10px / 2);
    margin-left: calc(10px / 2);
  }
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-areas: "left main right";
    gap: 0 30px;
  }
  .u-md-max {
    display: none !important;
  }
  .l-contents._col3_ .l-contents__body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-contents._col3_ .l-contents__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-contents._col3_ .l-contents__right {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}
@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}
@media print, screen and (min-width:1281px) {
  .u-lg-max {
    display: none !important;
  }
}
