@charset "UTF-8";
/*
Theme Name: MOTA_ESTATE_THEME
Theme URI: https://
Description: MOTA estate.
Author:
Author URI: 
Version: 1.0.0
.
. MOTA不動産 website
.
*/
/* 変数
------------------------------------*/
:root {
  --Primary: #484e54;
  --Secondary-Brand-Colors-MOTA-black: #24272a;
  --WHITE-100: #fff;
  --Semantic-TEXT_WHITE: #fff;
  --MOTA-BLACK-pale5: #f4f4f4;
  --MOTA-BLACK-pale20: #d3d4d4;
  --MOTA-BLACK-pale60: #7c7d7f;
  --MOTA-RED-pale10: #fbe7e7;
  --MOTA-RED-100: #d90d0d;
  --GREEN-5: #f4fbf6;
  --GREEN-10: #e9f6ed;
  --GREEN-100: #27aa4f;
  --YELLOW-100: #ffcc30;
  --DISABLED-GRAY: #cacaca;
  --contents-width: 1024px;
  --leading-trim: calc((1em - 1lh) / 2);
  --contents-x-padding: 32px;
  --MOTA-BLACK-10: #e9e9ea;
  --MOTA-BLACK-20: #d3d4d4;
  --MOTA-BLACK-30: #bdbebf;
  --MOTA-BLACK-40: #a7a9aa;
  --MOTA-BLACK-50: #919394;
  --MOTA-BLACK-60: #7c7d7f;
  --MOTA-BLACK-70: #66686a;
  --MOTA-BLACK-80: #505255;
  --MOTA-BLACK-90: #3a3d3f;
  --MOTA-BLACK-100: #24272a;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
/*Regular*/
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/BIZ-UDPGothic-Regular-aeb14662639aa367334690fbdc9609cc.woff2") format("woff2");
  font-display: block;
}
/*Bold*/
@font-face {
  font-family: "BIZ UDPGothic";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/BIZ-UDPGothic-Bold-c4c1fcfecddecb64ff9922c3cffd33ae.woff2") format("woff2");
  font-display: block;
}
/*DIN Regular*/
@font-face {
  font-family: "DINNextLTPro";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/DINNextLTPro-Regular-edd8dd34481b561dd31ff4e9e37ae546.woff2") format("woff2");
  font-display: block;
}
/*DIN Bold*/
@font-face {
  font-family: "DINNextLTPro";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/DINNextLTPro-Bold-a893a9154a25c542c9de1ad1c9de071f.woff2") format("woff2");
  font-display: block;
}
/*DIN CondensedBold*/
@font-face {
  font-family: "DINNextLTPro-Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/DINNextLTPro-BoldCondensed-20835009ecbf3182957529db9222a7bf.woff2") format("woff2");
  font-display: block;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  background: var(--WHITE-100, #FFF);
  color: var(--MOTA-BLACK-100, #24272A);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  min-height: 100%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  body {
    min-width: 320px;
  }
}
body.is-fixed {
  overflow-y: hidden;
  position: fixed;
}
body.is-background-baige {
  background: #F8F7F6;
}

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

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href="#"] {
  opacity: 0.2;
  pointer-events: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  animation: none !important;
  transition: none !important;
}
.c-preload .c-wrap::after {
  animation: none !important;
}

[x-cloak] {
  display: none !important;
}

.c-header-default {
  background: var(--WHITE-100, #FFF);
  border-bottom: 1px solid var(--MOTA-BLACK-10, rgba(36, 39, 42, 0.1));
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-header-default.is-no-sticky {
  position: inherit;
}
.c-header-default .c-header-default__inner {
  align-items: center;
  display: flex;
  height: 60px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  width: 100%;
}
.c-header-default .c-header-default__logo {
  align-items: center;
  display: flex;
  gap: 12px;
  line-height: 0;
}
.c-header-default .c-header-default__logo a {
  text-decoration: none;
}
.c-header-default .c-header-default__logo picture {
  display: block;
}
.c-header-default .c-header-default__contact {
  align-items: center;
  color: var(--MOTA-BLACK-100, #24272A);
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 44px;
  line-height: 170%;
  /* 20.4px */
  letter-spacing: 0.96px;
  position: absolute;
  right: 100px;
  top: 8px;
  text-decoration: none;
  width: 56px;
}
@media screen and (max-width: 699px) {
  .c-header-default .c-header-default__contact {
    display: none;
  }
}
.c-header-default .c-header-default__hamburger {
  position: absolute;
  right: 16px;
  top: 8px;
}

.c-drawer-default {
  position: fixed;
  inset: 0;
  z-index: 100;
}
.c-drawer-default .c-drawer-default__background {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  inset: 0;
  transition: background-color 0.5s ease;
}
.c-drawer-default .c-drawer-default__inner {
  background: #FFF;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.5s ease;
  width: 300px;
}

.c-drawer-header {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: flex-end;
  padding: 0 15px;
}

.c-drawer-close {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 44px;
  position: relative;
  width: 52px;
}
.c-drawer-close::after {
  content: "とじる";
  color: var(--MOTA-BLACK-100, #24272A);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 20.4px */
  letter-spacing: 0.96px;
}

.c-drawer-navigation .c-drawer-navigation__list {
  border-top: 1px solid var(--MOTA-BLACK-pale5, #F4F4F4);
  overflow: hidden;
}
.c-drawer-navigation .c-drawer-navigation__list li:nth-child(1) a {
  border: none;
}
.c-drawer-navigation .c-drawer-navigation__list li a {
  border-top: 1px solid #EDEBE6;
  color: var(--MOTA-BLACK-100, #24272A);
  display: block;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  padding: 16px 16px 17px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.c-drawer-navigation .c-drawer-navigation__list li a::before {
  background: url("/images/icon-right-fa22d4f8718a277065d1356f71892f7b.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
  width: 24px;
}
.c-drawer-navigation .c-drawer-navigation__list li a:hover {
  background: var(--MOTA-BLACK-pale5, #F4F4F4);
}
.c-drawer-navigation .c-drawer-navigation__list li a[target=_blank]::after {
  background: url("/images/icon-external-69ec90383ff5f592c03414f42108c345.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 -2px -2px;
  width: 16px;
}

.c-footer-default {
  background-color: var(--WHITE-100, #fff);
  overflow: hidden;
  position: sticky;
  top: 100dvh;
}
.c-footer-default .is-none {
  display: none;
}

.c-footer-navigation {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 32px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .c-footer-navigation {
    flex-direction: column;
  }
}
.c-footer-navigation::before {
  background: var(--GREEN-5, rgba(39, 170, 79, 0.05));
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c-footer-navigation .c-footer-navigation__topblock {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 699px) {
  .c-footer-navigation .c-footer-navigation__topblock {
    flex-direction: column;
  }
}
.c-footer-navigation .c-footer-navigation__topblock .c-footer-navigation__logo {
  display: block;
  width: 180px;
}
.c-footer-navigation .c-footer-navigation__topblock .c-footer-navigation__logo:hover {
  opacity: 0.6;
}
.c-footer-navigation .c-footer-navigation__topblock .c-footer-navigation__seotext {
  display: grid;
  font-size: 14px;
  gap: 8px;
  line-break: strict;
  width: calc(100% - 200px);
}
@media screen and (max-width: 699px) {
  .c-footer-navigation .c-footer-navigation__topblock .c-footer-navigation__seotext {
    width: 100%;
  }
}
.c-footer-navigation .c-footer-navigation__topblock .c-footer-navigation__seotext strong {
  font-size: 16px;
}
.c-footer-navigation .c-footer-navigation__list {
  border-top: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -6px 0 0;
  padding: 32px 0 0;
  width: 100%;
  gap: 12px 20px;
}
.c-footer-navigation .c-footer-navigation__list li a {
  color: var(--MOTA-BLACK-100, #24272a);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.28px;
  padding: 6px 0;
  text-decoration: none;
}
.c-footer-navigation .c-footer-navigation__list li a:hover {
  opacity: 0.6;
}
.c-footer-navigation .c-footer-navigation__list li a[target=_blank]::after {
  background: url("/images/icon-external-69ec90383ff5f592c03414f42108c345.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 -2px -2px;
  width: 16px;
}

.c-footer-bottom {
  display: grid;
  gap: 16px;
  padding: 24px 16px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .c-footer-bottom {
    padding: 30px 16px;
  }
}
.c-footer-bottom::before {
  background: var(--MOTA-BLACK-100, #24272a);
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c-footer-bottom .c-footer-bottom__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 699px) {
  .c-footer-bottom .c-footer-bottom__list {
    gap: 6px 8px;
  }
}
.c-footer-bottom .c-footer-bottom__list li {
  line-height: 0;
}
.c-footer-bottom .c-footer-bottom__list li a {
  color: var(--WHITE-100, var(--Semantic-TEXT_WHITE, #fff));
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  line-height: 1;
  letter-spacing: 1.12px;
  text-decoration: none;
}
.c-footer-bottom .c-footer-bottom__list li a:hover {
  opacity: 0.6;
}
.c-footer-bottom .c-footer-bottom__text {
  color: var(--WHITE-100, var(--Semantic-TEXT_WHITE, #fff));
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .c-footer-bottom .c-footer-bottom__text {
    margin: 11px 0 0;
  }
}

.c-scrolltop {
  border-radius: 50%;
  display: block;
  pointer-events: auto;
  position: fixed;
  bottom: 2.1875vw;
  left: 2.5%;
  transform-origin: center center;
  transition: transform 0.1s linear;
  will-change: transform;
  z-index: 102;
}
@media screen and (max-width: 699px) {
  .c-scrolltop {
    bottom: 27px;
    left: 24px;
  }
}
.c-scrolltop:hover {
  opacity: 0.8;
}
.c-scrolltop svg {
  display: block;
}

.c-headline-page {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 51.2px */
  letter-spacing: 2.56px;
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 699px) {
  .c-headline-page {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.c-headline-section {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 1.92px;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .c-headline-section {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.c-headline-section::after {
  background: var(--GREEN-100, #27aa4f);
  border-radius: 4px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  width: 48px;
}
.c-headline-section.is-white {
  color: var(--MOTA-WHITE-100, #ffffff);
}

.c-headline-others {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 51.2px */
  letter-spacing: 2.56px;
}
.c-headline-others::before {
  color: var(--GREEN-100, #27aa4f);
  content: attr(data-subtitle);
  display: block;
  font-family: "DINNextLTPro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.c-wrap {
  overflow: hidden;
  position: relative;
}
.c-wrap.is-chat {
  overflow: visible;
}

.c-contents {
  margin: 0 auto;
  max-width: var(--contents-width);
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .c-contents.is-article {
    padding: 0 16px;
  }
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
  padding: 12px 24px;
}
.c-breadcrumb li {
  align-items: center;
  display: flex;
}
.c-breadcrumb li + li::before {
  background: url("/images/icon-arrow-breadcrumb-0755da9876d9cee99c897500cf502919.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 5px;
  width: 3px;
}
.c-breadcrumb li a,
.c-breadcrumb li span {
  color: var(--MOTA-BLACK-100, #24272a);
  font-size: 10.67px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 10.67px */
  padding: 8px;
  text-decoration: none;
}
.c-breadcrumb li a:hover {
  opacity: 0.6;
}

.c-background {
  padding: 1px 0;
  position: relative;
}
.c-background::before {
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c-background.is-green::before {
  background: var(--GREEN-100, #27aa4f);
}
.c-background.is-pale-green::before {
  background: var(--GREEN-10, rgba(39, 170, 79, 0.1));
}
.c-background.is-gray::before {
  background: var(--MOTA-BLACK-5, rgba(36, 39, 42, 0.05));
}
.c-background.is-bg-graphic::before {
  background: url("/images/top-flow-bg@2x-3b89ff923a0cc98f96970f6b893caa61.webp") #f4f4f4 repeat top left/576px 192px;
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.c-section-flow {
  padding: 70px 0 80px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .c-section-flow {
    padding: 34px 0 34px;
  }
}
.c-section-flow::before {
  background: url("/images/top-flow-bg@2x-3b89ff923a0cc98f96970f6b893caa61.webp") #f4f4f4 repeat top left/576px 192px;
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c-section-flow.is-background-green::before {
  background: url("/images/top-flow-bg-light@2x-ee32a051dfa030cbc79896d3d907ce2e.webp") #27aa4f repeat top left/576px 192px;
}
.c-section-flow.is-background-green .c-section-flow__text {
  color: #fff;
}
.c-section-flow .c-section-flow__text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  text-align: center;
}
.c-section-flow .c-section-flow__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: item 0;
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list {
    align-items: center;
    flex-direction: column;
  }
}
.c-section-flow .c-section-flow__list .c-section-flow__items {
  background: var(--WHITE-100, #fff);
  border: 4px solid var(--MOTA-BLACK-pale5, #f4f4f4);
  padding: 25px 21px 42px;
  position: relative;
  width: 33.3333333333%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section-flow .c-section-flow__list .c-section-flow__items {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__items {
    min-width: 200px;
    padding-bottom: 25px;
    width: 100%;
  }
}
.c-section-flow .c-section-flow__list .c-section-flow__items::after {
  background: url("/images/icon-arrow-flow-b1b6303b212c5dd2910cc34212ba9197.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: -10px;
  top: calc(50% - 30px);
  width: 20px;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__items::after {
    background-image: url("/images/icon-arrow-flow-sp-de769933b10705726c61799031825d2d.svg");
    height: 24px;
    bottom: -16px;
    right: calc(50% - 40px);
    top: auto;
    width: 80px;
  }
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__items::before {
    background-image: url("/images/icon-arrow-flow-sp-gray-4ced3e3d045055ba03a5770995049ba1.svg");
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    bottom: -21px;
    right: calc(50% - 50px);
    width: 80px;
    z-index: 1;
  }
}
.c-section-flow .c-section-flow__list .c-section-flow__items:first-child {
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__items:first-child {
    border-radius: 8px 8px 0 0;
  }
}
.c-section-flow .c-section-flow__list .c-section-flow__items + .c-section-flow__items {
  border-left: 0;
  border-radius: 0;
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__items + .c-section-flow__items {
    border-left: 4px solid var(--MOTA-BLACK-pale5, #f4f4f4);
    border-top: none;
  }
}
.c-section-flow .c-section-flow__list .c-section-flow__items:last-child {
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__items:last-child {
    border-radius: 0 0 8px 8px;
  }
}
.c-section-flow .c-section-flow__list .c-section-flow__items:last-child::after {
  display: none;
}
.c-section-flow .c-section-flow__list .c-section-flow__items:last-child::before {
  display: none;
}
.c-section-flow .c-section-flow__list .c-section-flow__headline {
  align-items: flex-end;
  color: var(--MOTA-BLACK-100, #24272a);
  display: flex;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__headline {
    justify-content: flex-start;
  }
}
.c-section-flow .c-section-flow__list .c-section-flow__headline::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: var(--GREEN-100, #27aa4f);
  font-family: "DINNextLTPro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.56px;
}
.c-section-flow .c-section-flow__list .c-section-flow__text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  margin: 3px 0 0;
  text-align: left;
}
@media screen and (max-width: 699px) {
  .c-section-flow .c-section-flow__list .c-section-flow__text {
    color: var(--MOTA-BLACK-100, #24272a);
    font-family: "BIZ UDPGothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 1.12px;
  }
}

.c-pager {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 699px) {
  .c-pager {
    margin: 0 calc(50% - 50vw);
  }
}
.c-pager .c-pager__prev,
.c-pager .c-pager__next {
  line-height: 0;
  padding: 10px;
}
.c-pager .c-pager__prev.is-disabled,
.c-pager .c-pager__next.is-disabled {
  opacity: 0.2;
}
.c-pager .c-pager__prev {
  rotate: 180deg;
}
.c-pager .c-pager__list {
  display: flex;
  gap: 5px;
  list-style: none;
}
@media screen and (max-width: 699px) {
  .c-pager .c-pager__list {
    gap: 0;
  }
}
.c-pager .c-pager__list li a,
.c-pager .c-pager__list li span {
  align-items: center;
  border-radius: 50%;
  color: var(--MOTA-BLACK-100, #24272a);
  display: flex;
  font-family: "DINNextLTPro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  min-width: 40px;
}
.c-pager .c-pager__list li a.is-current,
.c-pager .c-pager__list li span.is-current {
  background: var(--MOTA-BLACK-100, #24272a);
  color: var(--Semantic-TEXT_WHITE, #fff);
}
.c-pager .c-pager__list li a:hover {
  opacity: 0.6;
}

.c-button-hamburger {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 44px;
  position: relative;
  width: 52px;
}
.c-button-hamburger::after {
  content: "メニュー";
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 20.4px */
  letter-spacing: 0.96px;
}
.c-button-hamburger.is-close::after {
  content: "とじる";
}

.c-button-cta {
  position: relative;
}
.c-button-cta.is-small .c-button-cta__button {
  padding: 18px;
  width: auto;
}
.c-button-cta.is-small .c-button-cta__button .c-button-cta__label {
  font-size: 16px;
}
.c-button-cta.is-large .c-button-cta__button {
  max-width: 320px;
  padding: 22px 16px 23px;
}
.c-button-cta.is-large .c-button-cta__button .c-button-cta__marker {
  position: absolute;
  left: -65px;
  top: calc(50% - 15px);
}
.c-button-cta.is-large .c-button-cta__label {
  margin: 0 0 0 65px;
}
.c-button-cta.is-disabled .c-button-cta__button {
  pointer-events: none;
  cursor: not-allowed;
}
.c-button-cta.is-disabled .c-button-cta__button .c-button-cta__background {
  background: var(--MOTA-BLACK-pale60, #7c7d7f);
}
.c-button-cta.is-disabled .c-button-cta__button .c-button-cta__background::before {
  background: var(--MOTA-BLACK-pale20, #d3d4d4);
}
.c-button-cta.is-disabled .c-button-cta__button .c-button-cta__background::after {
  background: var(--MOTA-BLACK-pale20, #d3d4d4);
}
.c-button-cta.is-disabled .c-button-cta__button .c-button-cta__label span {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
}
.c-button-cta.is-loading {
  pointer-events: none;
}
.c-button-cta.is-loading .c-button-cta__button {
  opacity: 0.25;
}
.c-button-cta.is-loading .c-button-cta__button .c-button-cta__loading {
  animation: loading 1.5s linear infinite;
  display: block;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-button-cta .c-button-cta__message {
  color: var(--WHITE-100, var(--Semantic-TEXT_WHITE, #fff));
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.92px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .c-button-cta .c-button-cta__message {
    white-space: nowrap;
  }
}
.c-button-cta.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 16px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  max-width: 330px;
  left: 50%;
  transform: translateX(-50%);
}
.c-button-cta .c-button-cta__inner {
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-cta .c-button-cta__inner.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 16px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
}
.c-button-cta .c-button-cta__button {
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  max-width: 265px;
  overflow: hidden;
  padding: 17px 13px;
  position: relative;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: 100%;
}
.c-button-cta .c-button-cta__button:hover .c-button-cta__background {
  transform: translate3d(0, 4px, 0);
}
.c-button-cta .c-button-cta__button:hover .c-button-cta__background::after {
  transform: translate3d(0, -4px, 0);
}
.c-button-cta .c-button-cta__button:hover .c-button-cta__label {
  transform: translate3d(0, 3px, 0);
}
.c-button-cta .c-button-cta__button .c-button-cta__background {
  background: var(--MOTA-BLACK-100, #24272a);
  border-radius: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}
.c-button-cta .c-button-cta__button .c-button-cta__background::before {
  background: var(--YELLOW-100, #ffcc30);
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 2;
}
.c-button-cta .c-button-cta__button .c-button-cta__background::after {
  background: #c8a539;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 6px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 1;
}
.c-button-cta .c-button-cta__button .c-button-cta__label {
  align-items: center;
  color: var(--MOTA-BLACK-100, #24272a);
  display: flex;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  letter-spacing: 1.6px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
  white-space: nowrap;
  z-index: 2;
}
.c-button-cta .c-button-cta__button .c-button-cta__marker {
  background: var(--WHITE-100, #fff);
  border: 1px solid var(--MOTA-BLACK-pale5, #f4f4f4);
  border-radius: 10000px;
  color: var(--MOTA-BLACK-100, #24272a);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.44px;
  padding: 5px 12px;
  width: 62px;
}
.c-button-cta .c-button-cta__button .c-button-cta__loading {
  display: none;
}
.c-button-cta .c-button-cta__button.is-left-icon .c-button-cta__left-icon {
  display: grid;
  height: 40px;
  place-items: center;
  width: 32px;
}
.c-button-cta .c-button-cta__button.is-right-icon .c-button-cta__right-icon {
  display: grid;
  height: 40px;
  place-items: center;
  width: 24px;
}
.c-button-cta .c-button-cta__button.is-icon .c-button-cta__label {
  gap: 4px;
}
.c-button-cta .c-button-cta__button.is-lp {
  max-width: 600px;
  width: 300px;
  padding: 20px 32px;
}

.c-button-chat {
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  padding: 0 18px;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .c-button-chat {
    padding: 0 12px;
  }
}
.c-button-chat.is-active .c-button-chat__background, .c-button-chat:hover .c-button-chat__background {
  transform: translate3d(0, 4px, 0);
}
.c-button-chat.is-active .c-button-chat__background::before, .c-button-chat:hover .c-button-chat__background::before {
  background: var(--GREEN-100, #27aa4f);
}
@media screen and (max-width: 699px) {
  .c-button-chat.is-active .c-button-chat__background::before, .c-button-chat:hover .c-button-chat__background::before {
    transform: translate3d(0, 0, 0);
  }
}
.c-button-chat.is-active .c-button-chat__background::after, .c-button-chat:hover .c-button-chat__background::after {
  transform: translate3d(0, -4px, 0);
}
.c-button-chat.is-active .c-button-chat__text, .c-button-chat:hover .c-button-chat__text {
  color: var(--WHITE-100, #fff);
  transform: translate3d(0, 3px, 0);
}
.c-button-chat.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.c-button-chat .c-button-chat__background {
  background: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  border-radius: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}
.c-button-chat .c-button-chat__background::before {
  background: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 2;
}
.c-button-chat .c-button-chat__background.is-disabled::before {
  background: var(--DISABLED-GRAY, #cacaca);
}
.c-button-chat .c-button-chat__background::after {
  background: #cacaca;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 6px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 1;
}
.c-button-chat .c-button-chat__text {
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.28px;
  position: relative;
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.c-button-chat .c-button-chat__text .c-button-chat__text-small {
  font-size: 11px;
}

.c-button-primary {
  border-radius: 12px;
  display: inline-block;
  margin: 14px auto 0;
  overflow: hidden;
  padding: 20px 24px;
  position: relative;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
}
.c-button-primary:hover .c-button-primary__background {
  transform: translate3d(0, 4px, 0);
}
@media screen and (max-width: 699px) {
  .c-button-primary:hover .c-button-primary__background {
    transform: translate3d(0, 2px, 0);
  }
}
.c-button-primary:hover .c-button-primary__background::after {
  transform: translate3d(0, -4px, 0);
}
@media screen and (max-width: 699px) {
  .c-button-primary:hover .c-button-primary__background::after {
    transform: translate3d(0, -2px, 0);
  }
}
.c-button-primary:hover .c-button-primary__label {
  transform: translate3d(0, 3px, 0);
}
.c-button-primary .c-button-primary__background {
  background: var(--MOTA-BLACK-100, #24272a);
  border-radius: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}
.c-button-primary .c-button-primary__background::before {
  background: var(--Semantic-TEXT_WHITE, #fff);
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 2;
}
.c-button-primary .c-button-primary__background::after {
  background: #ccc;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 6px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 1;
}
.c-button-primary .c-button-primary__label {
  color: var(--MOTA-BLACK-100, #24272a);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
  z-index: 2;
}

.c-button-tag {
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  box-sizing: border-box;
  color: var(--GREEN-100, #27aa4f);
  font-size: 14px;
  line-height: 130%;
  padding: 8px 16px;
}
.c-button-tag.is-active {
  background-color: var(--GREEN-100, #27aa4f);
  color: var(--WHITE-100, #ffffff);
}

.c-form-input {
  position: relative;
}
.c-form-input.is-checked input {
  background: #fff url("/images/icon-checked-f0b0f1d35aa0a9955a73ddcfdb4dc07b.svg") no-repeat calc(100% - 9px) center/16px;
}
.c-form-input.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 10px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
}
.c-form-input.is-error input {
  border: 2px solid var(--MOTA-RED-100, #d90d0d);
}
.c-form-input.is-others {
  height: 130px;
}
.c-form-input input {
  background: var(--WHITE-100, #fff);
  border: 2px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  padding: 10px 7px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
}
.c-form-input input:focus {
  outline: none;
}
.c-form-input input[readonly] {
  opacity: 0.5;
}
.c-form-input textarea {
  background: var(--WHITE-100, #fff);
  border: 2px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  color: var(--MOTA-BLACK-100, #24272a);
  font-size: 16px;
  font-family: "BIZ UDPGothic";
  font-weight: 400;
  height: 100%;
  letter-spacing: 1.28px;
  line-height: 160%;
  padding: 10px 7px;
  resize: none;
  width: 100%;
}
.c-form-input textarea:focus {
  outline: none;
}
.c-form-input.is-search {
  background: var(--WHITE-100, #fff);
  padding: 8px 12px;
  width: 100%;
  z-index: 1;
}
.c-form-input.is-search img {
  height: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 16px;
  z-index: 10;
}
.c-form-input.is-search input {
  height: 40px;
  padding-left: 32px;
}

.c-form-error {
  color: var(--MOTA-RED-100, #d90d0d);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
  margin-left: 20px;
  text-indent: -20px;
}
.c-form-error::before {
  background: url("/images/icon-alert-d3a7aec6481d9bea52210591759bbda4.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  width: 16px;
}

.c-form-select {
  background: #fff;
  border: 2px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  display: inline-block;
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  overflow: visible;
  padding: 10px 32px 10px 7px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}
.c-form-select.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 10px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
}
.c-form-select span {
  display: block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.c-form-select::before {
  background: url("/images/icon-down-3c465fd47ecaf4d00dbdc6a499b97fbb.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 9px;
  top: calc(50% - 8px);
  width: 16px;
}
.c-form-select.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-form-select.is-checked::before {
  display: none;
}
.c-form-select.is-checked::after {
  background: url("/images/icon-checked-f0b0f1d35aa0a9955a73ddcfdb4dc07b.svg") no-repeat center center/contain;
  border: none;
  border-radius: none;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 9px;
  top: calc(50% - 8px);
  width: 16px;
}

.c-form-radio-rich {
  line-height: 0;
  width: 180px;
}
@media screen and (max-width: 699px) {
  .c-form-radio-rich {
    width: calc(50% - 6px);
  }
}
.c-form-radio-rich input {
  display: none;
}
.c-form-radio-rich.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.c-form-radio-rich.is-direction {
  height: 56px;
  position: absolute;
  width: 80px;
}
@media screen and (max-width: 699px) {
  .c-form-radio-rich.is-direction {
    width: 80px;
  }
}
.c-form-radio-rich.is-direction.is-direction-0 {
  top: 0;
  left: calc(50% - 40px);
}
.c-form-radio-rich.is-direction.is-direction-1 {
  top: 52px;
  right: 28px;
}
.c-form-radio-rich.is-direction.is-direction-2 {
  top: calc(50% - 28px);
  right: 0;
}
.c-form-radio-rich.is-direction.is-direction-3 {
  bottom: 52px;
  right: 28px;
}
.c-form-radio-rich.is-direction.is-direction-4 {
  bottom: 0;
  left: calc(50% - 40px);
}
.c-form-radio-rich.is-direction.is-direction-5 {
  bottom: 52px;
  left: 28px;
}
.c-form-radio-rich.is-direction.is-direction-6 {
  top: calc(50% - 28px);
  left: 0;
}
.c-form-radio-rich.is-direction.is-direction-7 {
  top: 52px;
  left: 28px;
}

.c-form-cta.is-column-detail .c-form-cta__title {
  background: none;
}
@media screen and (max-width: 699px) {
  .c-form-cta.is-column-detail .c-form-cta__title {
    background: var(--MOTA-BLACK-5, rgba(36, 39, 42, 0.05));
  }
}
.c-form-cta .c-form-cta__list {
  counter-reset: item 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 699px) {
  .c-form-cta .c-form-cta__list {
    gap: 16px;
  }
}
.c-form-cta .c-form-cta__list::after {
  background: url("/images/icon-arrow-top-form-fa4e3386e996b5daebb3490dd3c2c360.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 16px);
  width: 32px;
}
.c-form-cta .c-form-cta__items {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__items {
    flex-direction: column;
  }
}
.c-form-cta .c-form-cta__title {
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  border-radius: 8px;
  color: var(--MOTA-BLACK-100, #24272a);
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
  justify-content: center;
  padding: 10px 4px 6px;
  text-align: center;
  width: 83px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__title {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
}
.c-form-cta .c-form-cta__title::before {
  background: var(--GREEN-100, #27aa4f);
  border-radius: 50%;
  content: counter(item);
  counter-increment: item;
  display: block;
  color: var(--WHITE-100, var(--Semantic-TEXT_WHITE, #fff));
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0;
  height: 20px;
  margin: 0 auto 8px;
  width: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__title::before {
    margin: -1px 8px 0 0;
  }
}
.c-form-cta .c-form-cta__body {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 99px);
  /*縦並びに変更*/
  /*ボタン領域全体のフォーカス（点滅）*/
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body {
    margin: 9px 0 0;
    width: 100%;
  }
}
.c-form-cta .c-form-cta__body.is-column {
  flex-direction: column;
}
.c-form-cta .c-form-cta__body.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 16px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
}
.c-form-cta .c-form-cta__body .c-form-cta__button {
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 94px;
  justify-content: flex-end;
  overflow: hidden;
  padding: 16px 8px 10px;
  position: relative;
  width: calc(33.3333333333% - 5px);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__button {
    height: 93px;
    max-width: none;
    padding: 12px 8px 11px;
    width: calc(33.3333333333% - 5px);
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__button:hover .c-form-cta__background, .c-form-cta .c-form-cta__body .c-form-cta__button.is-selected .c-form-cta__background {
  transform: translate3d(0, 4px, 0);
}
.c-form-cta .c-form-cta__body .c-form-cta__button:hover .c-form-cta__background::before, .c-form-cta .c-form-cta__body .c-form-cta__button.is-selected .c-form-cta__background::before {
  background: var(--GREEN-100, #010101);
}
.c-form-cta .c-form-cta__body .c-form-cta__button:hover .c-form-cta__background::after, .c-form-cta .c-form-cta__body .c-form-cta__button.is-selected .c-form-cta__background::after {
  transform: translate3d(0, -4px, 0);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__button:hover .c-form-cta__background::after, .c-form-cta .c-form-cta__body .c-form-cta__button.is-selected .c-form-cta__background::after {
    transform: translate3d(0, -4px, 0);
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__button:hover svg, .c-form-cta .c-form-cta__body .c-form-cta__button.is-selected svg {
  transform: translate3d(0, 3px, 0);
}
.c-form-cta .c-form-cta__body .c-form-cta__button:hover svg path, .c-form-cta .c-form-cta__body .c-form-cta__button.is-selected svg path {
  fill: #fff;
}
.c-form-cta .c-form-cta__body .c-form-cta__button:hover .c-form-cta__text, .c-form-cta .c-form-cta__body .c-form-cta__button.is-selected .c-form-cta__text {
  color: #fff;
  transform: translate3d(0, 3px, 0);
}
.c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__background {
  background: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  border-radius: 12px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__background {
    height: 119px;
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__background::before {
  background: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 34px);
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__background::before {
    height: calc(100% - 34px);
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__background::after {
  background: #cacaca;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 36px);
  position: absolute;
  left: 2px;
  top: 8px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__background::after {
    height: calc(100% - 35px);
    top: 7px;
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__button svg {
  position: relative;
  transition: transform 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__button svg {
    width: 48px;
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__button svg path {
  transition: fill 0.3s ease;
}
.c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__text {
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.28px;
  position: relative;
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__button .c-form-cta__text {
    font-size: 12px;
    letter-spacing: 0.96px;
    margin: 3px 0 0;
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__area {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.c-form-cta .c-form-cta__body .c-form-cta__area.is-column-detail .c-form-cta__area-dropdown {
  width: calc(25% - 6px);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-form-cta .c-form-cta__body .c-form-cta__area.is-column-detail .c-form-cta__area-dropdown {
    width: calc(25% - 6px);
  }
}
@media screen and (max-width: 699px) {
  .c-form-cta .c-form-cta__body .c-form-cta__area.is-column-detail .c-form-cta__area-dropdown {
    width: calc(50% - 4px);
  }
}
.c-form-cta .c-form-cta__body .c-form-cta__area .c-form-cta__area-dropdown {
  width: calc(50% - 4px);
}
@media screen and (max-width: 699px) {
  .c-form-cta .c-form-cta__body .c-form-cta__area .c-form-cta__area-dropdown {
    width: calc(50% - 4px);
  }
}

.c-form-attention {
  color: var(--MOTA-RED-100, #d90d0d);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
}

.c-form-link {
  color: var(--GREEN-100, #27aa4f);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
.c-form-link:hover {
  text-decoration: none;
}
.c-form-link.is-disabled, .c-form-link[disabled] {
  color: var(--MOTA-BLACK-pale20, #d3d4d4);
  cursor: not-allowed;
  pointer-events: none;
}
.c-form-link.is-disabled:hover, .c-form-link[disabled]:hover {
  text-decoration: underline;
}

.c-form-textlink {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
.c-form-textlink.is-green {
  color: var(--GREEN-100, #27aa4f);
}
.c-form-textlink.is-black {
  color: var(--MOTA-BLACK-100, #24272a);
}
.c-form-textlink.is-circle-front {
  align-items: center;
  color: var(--MOTA-BLACK-100, #24272a);
  display: inline-flex;
  gap: 6px;
}
.c-form-textlink.is-circle-front::before {
  content: "";
  display: block;
  background: url("/images/icon-arrow-circle-e6b1bebbb18b99691beb834c63fffea7.svg") no-repeat center center/contain;
  height: 20px;
  width: 20px;
}
.c-form-textlink.is-circle-back {
  align-items: center;
  color: var(--MOTA-BLACK-100, #24272a);
  display: inline-flex;
  gap: 6px;
}
.c-form-textlink.is-circle-back::after {
  content: "";
  display: block;
  background: url("/images/icon-arrow-circle-e6b1bebbb18b99691beb834c63fffea7.svg") no-repeat center center/contain;
  height: 20px;
  width: 20px;
}
.c-form-textlink:hover {
  text-decoration: none;
}
.c-form-textlink.is-disabled, .c-form-textlink[disabled] {
  color: var(--MOTA-BLACK-pale20, #d3d4d4);
  cursor: not-allowed;
  pointer-events: none;
}
.c-form-textlink.is-disabled:hover, .c-form-textlink[disabled]:hover {
  text-decoration: underline;
}

/*Cookieの入力補助*/
.c-form-suggest {
  background: var(--WHITE-100, #fff);
  box-shadow: 0px 0px 8px 2px rgba(3, 3, 2, 0.3);
  border-radius: 6px;
  display: grid;
  gap: 4px;
  grid-template-rows: auto auto;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.c-form-suggest button {
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  text-align: left;
}
.c-form-suggest button:focus, .c-form-suggest button:hover {
  background-color: #eee;
}

.c-modal-select {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  /* モーダル内メッセージ表示　リテンション、売却希望時期 */
  /*ボタン並びのモーダル（売却希望時期モーダル）*/
}
.c-modal-select.is-exception .c-modal-select__wrapper {
  max-height: 487px;
  max-height: none;
  height: auto;
}
.c-modal-select.is-exception .c-modal-select__header {
  position: static;
}
@media screen and (max-width: 699px) {
  .c-modal-select.is-exception .c-modal-select__header {
    height: auto;
    padding: 11px 12px;
  }
}
.c-modal-select.is-exception .c-modal-select__label {
  width: calc(100% - 24px);
}
.c-modal-select.is-exception .c-modal-select__body {
  align-items: center;
  flex-direction: column;
  height: auto;
  max-height: none;
  padding: 8px 14px 16px;
  position: static;
}
.c-modal-select.is-exception .c-modal-select__text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
}
.c-modal-select.is-exception .c-modal-select__button {
  margin: 8px 0 0;
  width: 100%;
}
.c-modal-select.is-error .c-modal-select__header {
  background: var(--MOTA-RED-pale10, #fbe7e7);
}
.c-modal-select .c-modal-select__chat {
  padding: 0 0 22px;
  position: relative;
}
.c-modal-select .c-modal-select__chat .c-modal-select__chat-text {
  background: var(--WHITE-100, #fff);
  border: 2px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.12px;
  max-width: 264px;
  padding: 8px 16px;
  position: relative;
}
.c-modal-select .c-modal-select__chat .c-modal-select__chat-text.is-smalltext {
  font-size: 12px;
}
.c-modal-select .c-modal-select__chat .c-modal-select__chat-text::after {
  background: url("/images/browserback-modal-fukidashi-7852ef37ce54c2d10cdc98009e8db683.svg") no-repeat center center/100%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 47%;
  width: 22px;
}
.c-modal-select .c-modal-select__chat .c-modal-select__chat-avatar {
  position: absolute;
  bottom: 0;
  right: 0;
  /*写真の位置を下げる*/
}
.c-modal-select .c-modal-select__chat .c-modal-select__chat-avatar.is-down {
  bottom: -20px;
}
.c-modal-select .c-modal-select__chat .c-modal-select__button {
  width: 100%;
}
.c-modal-select .c-modal-select__wrapper {
  background: #fff;
  border: 2px solid var(--MOTA-BLACK-100, #24272a);
  border-radius: 8px;
  height: 100%;
  max-height: 460px;
  max-width: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .c-modal-select .c-modal-select__wrapper {
    margin: 40px;
    max-width: calc(100% - 80px);
  }
  .c-modal-select .c-modal-select__wrapper.is-long {
    max-height: 580px;
  }
}
.c-modal-select .c-modal-select__header {
  align-items: center;
  background: var(--Extended-Colors-Stone02, #edebe6);
  border-radius: 8px 8px 0 0;
  display: flex;
  gap: 8px;
  height: 60px;
  justify-content: space-between;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-modal-select .c-modal-select__back {
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  cursor: pointer;
  display: flex;
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.96px;
  padding: 8px 8px 8px 0;
}
.c-modal-select .c-modal-select__label {
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  width: calc(100% - 90px);
}
.c-modal-select .c-modal-select__label.is-no-buttons {
  text-align: center;
  width: 100%;
}
.c-modal-select .c-modal-select__close {
  cursor: pointer;
  line-height: 1;
}
.c-modal-select .c-modal-select__body {
  background: #fff;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
  padding: 0 0 16px;
  position: absolute;
  left: 0;
  top: 60px;
  scroll-behavior: smooth;
  width: 100%;
}
.c-modal-select .c-modal-select__body.is-search {
  display: block;
  overflow-y: hidden;
  padding: 0;
}
.c-modal-select .c-modal-select__body .c-modal-select__body-innerset {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 328px;
  /*モーダル全体高からヘッダーと検索窓を引いた高さ*/
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.c-modal-select .c-modal-select__body .c-modal-select__body-inner {
  padding: 0 0 16px;
  width: calc(100% - 42px);
}
.c-modal-select .c-modal-select__body .c-modal-select__body-inner.is-search {
  min-height: calc(100% - 52px);
  width: 100%;
}
.c-modal-select .c-modal-select__body .c-modal-select__body-inner.is-highrank {
  width: 100%;
}
.c-modal-select .c-modal-select__body .c-modal-select__body-side {
  height: 100%;
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 0;
  width: 42px;
}
.c-modal-select .c-modal-select__body .c-modal-select__body-side.is-highrank {
  display: none;
}
.c-modal-select .c-modal-select__title {
  border-bottom: 1px solid var(--Extended-Colors-Stone03, #aaa69f);
  color: var(--Extended-Colors-Momiji04, #a53f3f);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.96px;
  padding: 16px;
  width: 100%;
}
.c-modal-select .c-modal-select__col button {
  border-bottom: 1px solid var(--Extended-Colors-Stone03, #aaa69f);
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  padding: 16px;
  text-align: left;
  width: 50%;
}
.c-modal-select .c-modal-select__col button:nth-child(2) {
  border-left: none !important;
  width: 100%;
}
.c-modal-select .c-modal-select__col button:nth-child(even) {
  border-left: 1px solid var(--Extended-Colors-Stone03, #aaa69f);
}
.c-modal-select .c-modal-select__default {
  width: 100%;
}
.c-modal-select .c-modal-select__default button {
  border-bottom: 1px solid var(--Extended-Colors-Stone03, #aaa69f);
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  padding: 16px;
  text-align: left;
  width: 100%;
}
.c-modal-select .c-modal-select__default button:nth-child(2) {
  border-left: none !important;
  width: 100%;
}
.c-modal-select .c-modal-select__buttons {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 12px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .c-modal-select .c-modal-select__buttons .c-form-radio-rich {
    max-width: 200px;
    width: 100%;
  }
}
.c-modal-select .c-modal-select__index {
  padding: 16px 8px;
  list-style: none;
}
.c-modal-select .c-modal-select__index li {
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  /* 17px */
  letter-spacing: 0.8px;
  text-align: center;
  width: 26px;
}
.c-modal-select .c-modal-select__index li::after {
  content: "・";
  display: block;
}
.c-modal-select .c-modal-select__index li:last-child::after {
  display: none;
}
.c-modal-select .c-modal-select__index li.is-active {
  color: var(--Extended-Colors-Momiji04, #a53f3f);
}
.c-modal-select .c-modal-select__index li.is-active::after {
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
}
.c-modal-select .c-modal-select__index a {
  text-decoration: none;
}

.p-top-table-scroll__window {
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-top-table-scroll__window {
    overflow-x: scroll;
    width: calc(100% + var(--contents-x-padding, 32px));
  }
}
.p-top-table-scroll__window .p-top-table-scroll__allbox {
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-top-table-scroll__window .p-top-table-scroll__allbox {
    padding-right: var(--contents-x-padding, 32px);
    width: calc(636px + var(--contents-x-padding, 32px));
  }
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all {
  box-sizing: border-box;
  border: 1px solid var(--MOTA-BLACK-pale20, #D3D4D4);
  border-radius: 8px;
  margin: 0 auto;
  max-width: var(--contents-width, 1024px);
  min-width: 560px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all {
    width: 636px;
  }
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table {
  background: var(--Semantic-TEXT_WHITE, #FFF);
  border-collapse: collapse;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table thead {
  position: sticky;
  top: 0px;
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table thead th {
  background: var(--MOTA-BLACK-100, #24272a);
  border: none;
  border-right: 1px solid var(--MOTA-BLACK-pale20, #D3D4D4);
  border-bottom: 1px solid var(--MOTA-BLACK-pale20, #D3D4D4);
  color: var(--Semantic-TEXT_WHITE, #FFF);
  font-weight: 700;
  padding: 16px;
}
@media screen and (max-width: 699px) {
  .p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table thead th {
    text-wrap: nowrap;
    width: 140px;
  }
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table thead th:last-child {
  border-right: none;
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table thead .p-top-table__cell-green {
  background: var(--GREEN-100, #27aa4f);
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table tbody td {
  border-right: 1px solid var(--MOTA-BLACK-pale20, #D3D4D4);
  border-bottom: 1px solid var(--MOTA-BLACK-pale20, #D3D4D4);
  min-width: 140px;
  padding: 16px;
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 699px) {
  .p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table tbody td {
    width: 140px;
  }
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table tbody tr:last-child td {
  border-bottom: none;
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table .p-top-table__cell-mota {
  background: var(--GREEN-10, rgba(39, 170, 79, 0.1));
  font-weight: 700;
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table .p-top-table__cell-title {
  background: var(--MOTA-BLACK-pale5, #F4F4F4);
  color: var(--MOTA-BLACK-100, #24272a);
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table .p-top-table__list {
  padding: 0 0 0 16px;
  text-align: left;
}
.p-top-table-scroll__window .p-top-table-scroll__allbox .p-top-table-scroll__all .p-top-table .p-top-table__list li {
  list-style-type: disc;
}

.a-drawer-transition {
  transition: transform 0.5s ease;
}

.a-drawer-enter-start {
  transform: translate3d(100%, 0, 0);
}

.a-drawer-enter-end {
  transform: translate3d(0, 0, 0);
}

.a-drawer-leave-start {
  transform: translate3d(0, 0, 0);
}

.a-drawer-leave-end {
  transform: translate3d(100%, 0, 0);
}

.a-modal-transition {
  transition: transform 0.3s ease-out;
}

.a-modal-enter-start {
  transform: translate3d(100%, 0, 0);
}

.a-modal-enter-end {
  transform: translate3d(0, 0, 0);
}

.a-modal-leave-start {
  transform: translate3d(0, 0, 0);
}

.a-modal-leave-end {
  transform: translate3d(100%, 0, 0);
}

@keyframes a-blink-border {
  0% {
    border: 2px solid rgba(255, 255, 255, 0);
  }
  100% {
    border: 2px solid var(--GREEN-100, #27aa4f);
  }
}
.c-tooltip-all {
  position: relative;
  width: 100%;
}
.c-tooltip-all .c-tooltip-button {
  display: block;
}
.c-tooltip-all .c-tooltip-textlink {
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: 20px;
  text-indent: -20px;
  text-decoration: underline;
}
.c-tooltip-all .c-tooltip-textlink::before {
  background: url("/images/icon-info-f79111d2a389d8e423e22f5b9e08b015.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  width: 16px;
}
.c-tooltip-all .c-tooltip-base__notice {
  background: var(--MOTA-BLACK-pale5, #F4F4F4);
  border-radius: 8px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1490196078));
  box-sizing: border-box;
  font-size: 14px;
  max-width: 330px;
  padding: 24px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 150%;
  z-index: 101;
}
@media screen and (max-width: 699px) {
  .c-tooltip-all .c-tooltip-base__notice {
    height: -moz-min-content;
    height: min-content;
    margin: auto;
    max-width: 326px;
    inset: 0;
    position: fixed;
    translate: none;
    width: 150%;
  }
}
.c-tooltip-all .c-tooltip-base__notice::before {
  background: var(--MOTA-BLACK-pale5, #F4F4F4);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 14px;
  width: 16px;
}
.c-tooltip-all .c-tooltip-base__notice.is-below {
  top: 30px;
  bottom: auto;
}
@media screen and (max-width: 699px) {
  .c-tooltip-all .c-tooltip-base__notice.is-below {
    inset: 0;
  }
}
.c-tooltip-all .c-tooltip-base__notice.is-below::before {
  position: absolute;
  top: -13px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 699px) {
  .c-tooltip-all .c-tooltip-base__notice.is-below::before {
    display: none;
  }
}
.c-tooltip-all .c-tooltip-base__notice .c-tooltip-base__notice-period {
  background: var(--WHITE-100, #fff);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--MOTA-RED-100, #D90D0D);
  font-weight: 700;
  padding: 16px;
  text-align: center;
  width: 100%;
}
.c-tooltip-all .c-tooltip-background {
  background: transparent;
  content: "";
  height: 100%;
  margin: auto;
  pointer-events: none;
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 699px) {
  .c-tooltip-all .c-tooltip-background {
    background: rgba(0, 0, 0, 0.5);
  }
}
.c-tooltip-all .c-tooltip-close {
  display: none;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1490196078));
  height: 24px;
  position: absolute;
  right: 0;
  top: -36px;
  width: 24px;
  z-index: 101;
}
@media screen and (max-width: 699px) {
  .c-tooltip-all .c-tooltip-close {
    display: block;
  }
}

.c-faq-default {
  border: 2px solid var(--MOTA-BLACK-pale60, #7c7d7f);
  border-radius: 12px;
}
.c-faq-default[aria-expanded=true] dt::after {
  transform: rotate(180deg);
}
.c-faq-default[aria-expanded=true] dd {
  grid-template-rows: 1fr;
}
.c-faq-default .c-faq-default__question {
  align-items: center;
  background: var(--MOTA-BLACK-5, rgba(36, 39, 42, 0.05));
  color: var(--MOTA-BLACK-100, #24272a);
  cursor: pointer;
  display: flex;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  /* 25.6px */
  gap: 17px;
  letter-spacing: 1.28px;
  line-height: 160%;
  min-height: 77px;
  padding: 9px 24px 7px 67px;
  position: relative;
}
.c-faq-default .c-faq-default__question h3 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .c-faq-default .c-faq-default__question {
    padding-right: 64px;
  }
}
.c-faq-default .c-faq-default__question::before {
  background: url("/images/top-faq-q-b28370412d0af433d8168b64a920991f.svg") no-repeat center center/contain;
  color: var(--GREEN-100, #27aa4f);
  content: "";
  display: block;
  height: 45px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 22px;
  width: 27px;
}
.c-faq-default .c-faq-default__question::after {
  background: url("/images/icon-down-3c465fd47ecaf4d00dbdc6a499b97fbb.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 24px;
  top: calc(50% - 12px);
  width: 24px;
}
.c-faq-default .c-faq-default__answer {
  color: var(--MOTA-BLACK-100, #24272a);
  display: grid;
  grid-template-rows: 0fr;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  overflow: hidden;
  position: relative;
  transition: 0.3s grid-template-rows ease;
}
.c-faq-default .c-faq-default__answer::before {
  background: url("/images/top-faq-a-316290707797c253fd45030fd53e743f.svg") no-repeat center center/contain;
  color: var(--GREEN-100, #27aa4f);
  content: "";
  display: inline-block;
  height: 45px;
  position: absolute;
  top: 16px;
  left: 23px;
  width: 27px;
}
.c-faq-default .c-faq-default__content {
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  padding: 0 24px 0 68px;
}
.c-faq-default .c-faq-default__content p {
  margin: 8px 0;
}
.c-faq-default .c-faq-default__content ul {
  margin-left: 20px;
}
.c-faq-default .c-faq-default__content::before {
  content: "";
  display: block;
  height: 18px;
}
.c-faq-default .c-faq-default__content::after {
  content: "";
  display: block;
  height: 18px;
}

/*faqページで使うテーブル*/
.c-faq-table {
  width: 100%;
  overflow-x: auto;
}
.c-faq-table .c-faq-table__wrap {
  border: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .c-faq-table .c-faq-table__wrap {
    width: 500px;
  }
}
.c-faq-table .c-faq-table__wrap table {
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.c-faq-table .c-faq-table__wrap table td,
.c-faq-table .c-faq-table__wrap table th {
  padding: 16px;
  line-height: 140%;
}
.c-faq-table .c-faq-table__wrap table thead th {
  border-bottom: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}
.c-faq-table .c-faq-table__wrap table thead th:not(:last-child) {
  border-right: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}
.c-faq-table .c-faq-table__wrap table tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}
.c-faq-table .c-faq-table__wrap table tbody td:not(:last-child) {
  border-right: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}

/* ユーティリティー
------------------------------------*/
.u-mt--50 {
  margin-top: -400px !important;
}

.u-mt--49 {
  margin-top: -392px !important;
}

.u-mt--48 {
  margin-top: -384px !important;
}

.u-mt--47 {
  margin-top: -376px !important;
}

.u-mt--46 {
  margin-top: -368px !important;
}

.u-mt--45 {
  margin-top: -360px !important;
}

.u-mt--44 {
  margin-top: -352px !important;
}

.u-mt--43 {
  margin-top: -344px !important;
}

.u-mt--42 {
  margin-top: -336px !important;
}

.u-mt--41 {
  margin-top: -328px !important;
}

.u-mt--40 {
  margin-top: -320px !important;
}

.u-mt--39 {
  margin-top: -312px !important;
}

.u-mt--38 {
  margin-top: -304px !important;
}

.u-mt--37 {
  margin-top: -296px !important;
}

.u-mt--36 {
  margin-top: -288px !important;
}

.u-mt--35 {
  margin-top: -280px !important;
}

.u-mt--34 {
  margin-top: -272px !important;
}

.u-mt--33 {
  margin-top: -264px !important;
}

.u-mt--32 {
  margin-top: -256px !important;
}

.u-mt--31 {
  margin-top: -248px !important;
}

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

.u-mt--29 {
  margin-top: -232px !important;
}

.u-mt--28 {
  margin-top: -224px !important;
}

.u-mt--27 {
  margin-top: -216px !important;
}

.u-mt--26 {
  margin-top: -208px !important;
}

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

.u-mt--24 {
  margin-top: -192px !important;
}

.u-mt--23 {
  margin-top: -184px !important;
}

.u-mt--22 {
  margin-top: -176px !important;
}

.u-mt--21 {
  margin-top: -168px !important;
}

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

.u-mt--19 {
  margin-top: -152px !important;
}

.u-mt--18 {
  margin-top: -144px !important;
}

.u-mt--17 {
  margin-top: -136px !important;
}

.u-mt--16 {
  margin-top: -128px !important;
}

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

.u-mt--14 {
  margin-top: -112px !important;
}

.u-mt--13 {
  margin-top: -104px !important;
}

.u-mt--12 {
  margin-top: -96px !important;
}

.u-mt--11 {
  margin-top: -88px !important;
}

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

.u-mt--9 {
  margin-top: -72px !important;
}

.u-mt--8 {
  margin-top: -64px !important;
}

.u-mt--7 {
  margin-top: -56px !important;
}

.u-mt--6 {
  margin-top: -48px !important;
}

.u-mt--5 {
  margin-top: -40px !important;
}

.u-mt--4 {
  margin-top: -32px !important;
}

.u-mt--3 {
  margin-top: -24px !important;
}

.u-mt--2 {
  margin-top: -16px !important;
}

.u-mt--1 {
  margin-top: -8px !important;
}

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

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mt-8 {
  margin-top: 64px !important;
}

.u-mt-9 {
  margin-top: 72px !important;
}

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

.u-mt-11 {
  margin-top: 88px !important;
}

.u-mt-12 {
  margin-top: 96px !important;
}

.u-mt-13 {
  margin-top: 104px !important;
}

.u-mt-14 {
  margin-top: 112px !important;
}

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

.u-mt-16 {
  margin-top: 128px !important;
}

.u-mt-17 {
  margin-top: 136px !important;
}

.u-mt-18 {
  margin-top: 144px !important;
}

.u-mt-19 {
  margin-top: 152px !important;
}

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

.u-mt-21 {
  margin-top: 168px !important;
}

.u-mt-22 {
  margin-top: 176px !important;
}

.u-mt-23 {
  margin-top: 184px !important;
}

.u-mt-24 {
  margin-top: 192px !important;
}

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

.u-mt-26 {
  margin-top: 208px !important;
}

.u-mt-27 {
  margin-top: 216px !important;
}

.u-mt-28 {
  margin-top: 224px !important;
}

.u-mt-29 {
  margin-top: 232px !important;
}

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

.u-mt-31 {
  margin-top: 248px !important;
}

.u-mt-32 {
  margin-top: 256px !important;
}

.u-mt-33 {
  margin-top: 264px !important;
}

.u-mt-34 {
  margin-top: 272px !important;
}

.u-mt-35 {
  margin-top: 280px !important;
}

.u-mt-36 {
  margin-top: 288px !important;
}

.u-mt-37 {
  margin-top: 296px !important;
}

.u-mt-38 {
  margin-top: 304px !important;
}

.u-mt-39 {
  margin-top: 312px !important;
}

.u-mt-40 {
  margin-top: 320px !important;
}

.u-mt-41 {
  margin-top: 328px !important;
}

.u-mt-42 {
  margin-top: 336px !important;
}

.u-mt-43 {
  margin-top: 344px !important;
}

.u-mt-44 {
  margin-top: 352px !important;
}

.u-mt-45 {
  margin-top: 360px !important;
}

.u-mt-46 {
  margin-top: 368px !important;
}

.u-mt-47 {
  margin-top: 376px !important;
}

.u-mt-48 {
  margin-top: 384px !important;
}

.u-mt-49 {
  margin-top: 392px !important;
}

.u-mt-50 {
  margin-top: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-mt--50 {
    margin-top: -400px !important;
  }
  .u-tab-mt--49 {
    margin-top: -392px !important;
  }
  .u-tab-mt--48 {
    margin-top: -384px !important;
  }
  .u-tab-mt--47 {
    margin-top: -376px !important;
  }
  .u-tab-mt--46 {
    margin-top: -368px !important;
  }
  .u-tab-mt--45 {
    margin-top: -360px !important;
  }
  .u-tab-mt--44 {
    margin-top: -352px !important;
  }
  .u-tab-mt--43 {
    margin-top: -344px !important;
  }
  .u-tab-mt--42 {
    margin-top: -336px !important;
  }
  .u-tab-mt--41 {
    margin-top: -328px !important;
  }
  .u-tab-mt--40 {
    margin-top: -320px !important;
  }
  .u-tab-mt--39 {
    margin-top: -312px !important;
  }
  .u-tab-mt--38 {
    margin-top: -304px !important;
  }
  .u-tab-mt--37 {
    margin-top: -296px !important;
  }
  .u-tab-mt--36 {
    margin-top: -288px !important;
  }
  .u-tab-mt--35 {
    margin-top: -280px !important;
  }
  .u-tab-mt--34 {
    margin-top: -272px !important;
  }
  .u-tab-mt--33 {
    margin-top: -264px !important;
  }
  .u-tab-mt--32 {
    margin-top: -256px !important;
  }
  .u-tab-mt--31 {
    margin-top: -248px !important;
  }
  .u-tab-mt--30 {
    margin-top: -240px !important;
  }
  .u-tab-mt--29 {
    margin-top: -232px !important;
  }
  .u-tab-mt--28 {
    margin-top: -224px !important;
  }
  .u-tab-mt--27 {
    margin-top: -216px !important;
  }
  .u-tab-mt--26 {
    margin-top: -208px !important;
  }
  .u-tab-mt--25 {
    margin-top: -200px !important;
  }
  .u-tab-mt--24 {
    margin-top: -192px !important;
  }
  .u-tab-mt--23 {
    margin-top: -184px !important;
  }
  .u-tab-mt--22 {
    margin-top: -176px !important;
  }
  .u-tab-mt--21 {
    margin-top: -168px !important;
  }
  .u-tab-mt--20 {
    margin-top: -160px !important;
  }
  .u-tab-mt--19 {
    margin-top: -152px !important;
  }
  .u-tab-mt--18 {
    margin-top: -144px !important;
  }
  .u-tab-mt--17 {
    margin-top: -136px !important;
  }
  .u-tab-mt--16 {
    margin-top: -128px !important;
  }
  .u-tab-mt--15 {
    margin-top: -120px !important;
  }
  .u-tab-mt--14 {
    margin-top: -112px !important;
  }
  .u-tab-mt--13 {
    margin-top: -104px !important;
  }
  .u-tab-mt--12 {
    margin-top: -96px !important;
  }
  .u-tab-mt--11 {
    margin-top: -88px !important;
  }
  .u-tab-mt--10 {
    margin-top: -80px !important;
  }
  .u-tab-mt--9 {
    margin-top: -72px !important;
  }
  .u-tab-mt--8 {
    margin-top: -64px !important;
  }
  .u-tab-mt--7 {
    margin-top: -56px !important;
  }
  .u-tab-mt--6 {
    margin-top: -48px !important;
  }
  .u-tab-mt--5 {
    margin-top: -40px !important;
  }
  .u-tab-mt--4 {
    margin-top: -32px !important;
  }
  .u-tab-mt--3 {
    margin-top: -24px !important;
  }
  .u-tab-mt--2 {
    margin-top: -16px !important;
  }
  .u-tab-mt--1 {
    margin-top: -8px !important;
  }
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 8px !important;
  }
  .u-tab-mt-2 {
    margin-top: 16px !important;
  }
  .u-tab-mt-3 {
    margin-top: 24px !important;
  }
  .u-tab-mt-4 {
    margin-top: 32px !important;
  }
  .u-tab-mt-5 {
    margin-top: 40px !important;
  }
  .u-tab-mt-6 {
    margin-top: 48px !important;
  }
  .u-tab-mt-7 {
    margin-top: 56px !important;
  }
  .u-tab-mt-8 {
    margin-top: 64px !important;
  }
  .u-tab-mt-9 {
    margin-top: 72px !important;
  }
  .u-tab-mt-10 {
    margin-top: 80px !important;
  }
  .u-tab-mt-11 {
    margin-top: 88px !important;
  }
  .u-tab-mt-12 {
    margin-top: 96px !important;
  }
  .u-tab-mt-13 {
    margin-top: 104px !important;
  }
  .u-tab-mt-14 {
    margin-top: 112px !important;
  }
  .u-tab-mt-15 {
    margin-top: 120px !important;
  }
  .u-tab-mt-16 {
    margin-top: 128px !important;
  }
  .u-tab-mt-17 {
    margin-top: 136px !important;
  }
  .u-tab-mt-18 {
    margin-top: 144px !important;
  }
  .u-tab-mt-19 {
    margin-top: 152px !important;
  }
  .u-tab-mt-20 {
    margin-top: 160px !important;
  }
  .u-tab-mt-21 {
    margin-top: 168px !important;
  }
  .u-tab-mt-22 {
    margin-top: 176px !important;
  }
  .u-tab-mt-23 {
    margin-top: 184px !important;
  }
  .u-tab-mt-24 {
    margin-top: 192px !important;
  }
  .u-tab-mt-25 {
    margin-top: 200px !important;
  }
  .u-tab-mt-26 {
    margin-top: 208px !important;
  }
  .u-tab-mt-27 {
    margin-top: 216px !important;
  }
  .u-tab-mt-28 {
    margin-top: 224px !important;
  }
  .u-tab-mt-29 {
    margin-top: 232px !important;
  }
  .u-tab-mt-30 {
    margin-top: 240px !important;
  }
  .u-tab-mt-31 {
    margin-top: 248px !important;
  }
  .u-tab-mt-32 {
    margin-top: 256px !important;
  }
  .u-tab-mt-33 {
    margin-top: 264px !important;
  }
  .u-tab-mt-34 {
    margin-top: 272px !important;
  }
  .u-tab-mt-35 {
    margin-top: 280px !important;
  }
  .u-tab-mt-36 {
    margin-top: 288px !important;
  }
  .u-tab-mt-37 {
    margin-top: 296px !important;
  }
  .u-tab-mt-38 {
    margin-top: 304px !important;
  }
  .u-tab-mt-39 {
    margin-top: 312px !important;
  }
  .u-tab-mt-40 {
    margin-top: 320px !important;
  }
  .u-tab-mt-41 {
    margin-top: 328px !important;
  }
  .u-tab-mt-42 {
    margin-top: 336px !important;
  }
  .u-tab-mt-43 {
    margin-top: 344px !important;
  }
  .u-tab-mt-44 {
    margin-top: 352px !important;
  }
  .u-tab-mt-45 {
    margin-top: 360px !important;
  }
  .u-tab-mt-46 {
    margin-top: 368px !important;
  }
  .u-tab-mt-47 {
    margin-top: 376px !important;
  }
  .u-tab-mt-48 {
    margin-top: 384px !important;
  }
  .u-tab-mt-49 {
    margin-top: 392px !important;
  }
  .u-tab-mt-50 {
    margin-top: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-mt--50 {
    margin-top: -400px !important;
  }
  .u-sp-mt--49 {
    margin-top: -392px !important;
  }
  .u-sp-mt--48 {
    margin-top: -384px !important;
  }
  .u-sp-mt--47 {
    margin-top: -376px !important;
  }
  .u-sp-mt--46 {
    margin-top: -368px !important;
  }
  .u-sp-mt--45 {
    margin-top: -360px !important;
  }
  .u-sp-mt--44 {
    margin-top: -352px !important;
  }
  .u-sp-mt--43 {
    margin-top: -344px !important;
  }
  .u-sp-mt--42 {
    margin-top: -336px !important;
  }
  .u-sp-mt--41 {
    margin-top: -328px !important;
  }
  .u-sp-mt--40 {
    margin-top: -320px !important;
  }
  .u-sp-mt--39 {
    margin-top: -312px !important;
  }
  .u-sp-mt--38 {
    margin-top: -304px !important;
  }
  .u-sp-mt--37 {
    margin-top: -296px !important;
  }
  .u-sp-mt--36 {
    margin-top: -288px !important;
  }
  .u-sp-mt--35 {
    margin-top: -280px !important;
  }
  .u-sp-mt--34 {
    margin-top: -272px !important;
  }
  .u-sp-mt--33 {
    margin-top: -264px !important;
  }
  .u-sp-mt--32 {
    margin-top: -256px !important;
  }
  .u-sp-mt--31 {
    margin-top: -248px !important;
  }
  .u-sp-mt--30 {
    margin-top: -240px !important;
  }
  .u-sp-mt--29 {
    margin-top: -232px !important;
  }
  .u-sp-mt--28 {
    margin-top: -224px !important;
  }
  .u-sp-mt--27 {
    margin-top: -216px !important;
  }
  .u-sp-mt--26 {
    margin-top: -208px !important;
  }
  .u-sp-mt--25 {
    margin-top: -200px !important;
  }
  .u-sp-mt--24 {
    margin-top: -192px !important;
  }
  .u-sp-mt--23 {
    margin-top: -184px !important;
  }
  .u-sp-mt--22 {
    margin-top: -176px !important;
  }
  .u-sp-mt--21 {
    margin-top: -168px !important;
  }
  .u-sp-mt--20 {
    margin-top: -160px !important;
  }
  .u-sp-mt--19 {
    margin-top: -152px !important;
  }
  .u-sp-mt--18 {
    margin-top: -144px !important;
  }
  .u-sp-mt--17 {
    margin-top: -136px !important;
  }
  .u-sp-mt--16 {
    margin-top: -128px !important;
  }
  .u-sp-mt--15 {
    margin-top: -120px !important;
  }
  .u-sp-mt--14 {
    margin-top: -112px !important;
  }
  .u-sp-mt--13 {
    margin-top: -104px !important;
  }
  .u-sp-mt--12 {
    margin-top: -96px !important;
  }
  .u-sp-mt--11 {
    margin-top: -88px !important;
  }
  .u-sp-mt--10 {
    margin-top: -80px !important;
  }
  .u-sp-mt--9 {
    margin-top: -72px !important;
  }
  .u-sp-mt--8 {
    margin-top: -64px !important;
  }
  .u-sp-mt--7 {
    margin-top: -56px !important;
  }
  .u-sp-mt--6 {
    margin-top: -48px !important;
  }
  .u-sp-mt--5 {
    margin-top: -40px !important;
  }
  .u-sp-mt--4 {
    margin-top: -32px !important;
  }
  .u-sp-mt--3 {
    margin-top: -24px !important;
  }
  .u-sp-mt--2 {
    margin-top: -16px !important;
  }
  .u-sp-mt--1 {
    margin-top: -8px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 8px !important;
  }
  .u-sp-mt-2 {
    margin-top: 16px !important;
  }
  .u-sp-mt-3 {
    margin-top: 24px !important;
  }
  .u-sp-mt-4 {
    margin-top: 32px !important;
  }
  .u-sp-mt-5 {
    margin-top: 40px !important;
  }
  .u-sp-mt-6 {
    margin-top: 48px !important;
  }
  .u-sp-mt-7 {
    margin-top: 56px !important;
  }
  .u-sp-mt-8 {
    margin-top: 64px !important;
  }
  .u-sp-mt-9 {
    margin-top: 72px !important;
  }
  .u-sp-mt-10 {
    margin-top: 80px !important;
  }
  .u-sp-mt-11 {
    margin-top: 88px !important;
  }
  .u-sp-mt-12 {
    margin-top: 96px !important;
  }
  .u-sp-mt-13 {
    margin-top: 104px !important;
  }
  .u-sp-mt-14 {
    margin-top: 112px !important;
  }
  .u-sp-mt-15 {
    margin-top: 120px !important;
  }
  .u-sp-mt-16 {
    margin-top: 128px !important;
  }
  .u-sp-mt-17 {
    margin-top: 136px !important;
  }
  .u-sp-mt-18 {
    margin-top: 144px !important;
  }
  .u-sp-mt-19 {
    margin-top: 152px !important;
  }
  .u-sp-mt-20 {
    margin-top: 160px !important;
  }
  .u-sp-mt-21 {
    margin-top: 168px !important;
  }
  .u-sp-mt-22 {
    margin-top: 176px !important;
  }
  .u-sp-mt-23 {
    margin-top: 184px !important;
  }
  .u-sp-mt-24 {
    margin-top: 192px !important;
  }
  .u-sp-mt-25 {
    margin-top: 200px !important;
  }
  .u-sp-mt-26 {
    margin-top: 208px !important;
  }
  .u-sp-mt-27 {
    margin-top: 216px !important;
  }
  .u-sp-mt-28 {
    margin-top: 224px !important;
  }
  .u-sp-mt-29 {
    margin-top: 232px !important;
  }
  .u-sp-mt-30 {
    margin-top: 240px !important;
  }
  .u-sp-mt-31 {
    margin-top: 248px !important;
  }
  .u-sp-mt-32 {
    margin-top: 256px !important;
  }
  .u-sp-mt-33 {
    margin-top: 264px !important;
  }
  .u-sp-mt-34 {
    margin-top: 272px !important;
  }
  .u-sp-mt-35 {
    margin-top: 280px !important;
  }
  .u-sp-mt-36 {
    margin-top: 288px !important;
  }
  .u-sp-mt-37 {
    margin-top: 296px !important;
  }
  .u-sp-mt-38 {
    margin-top: 304px !important;
  }
  .u-sp-mt-39 {
    margin-top: 312px !important;
  }
  .u-sp-mt-40 {
    margin-top: 320px !important;
  }
  .u-sp-mt-41 {
    margin-top: 328px !important;
  }
  .u-sp-mt-42 {
    margin-top: 336px !important;
  }
  .u-sp-mt-43 {
    margin-top: 344px !important;
  }
  .u-sp-mt-44 {
    margin-top: 352px !important;
  }
  .u-sp-mt-45 {
    margin-top: 360px !important;
  }
  .u-sp-mt-46 {
    margin-top: 368px !important;
  }
  .u-sp-mt-47 {
    margin-top: 376px !important;
  }
  .u-sp-mt-48 {
    margin-top: 384px !important;
  }
  .u-sp-mt-49 {
    margin-top: 392px !important;
  }
  .u-sp-mt-50 {
    margin-top: 400px !important;
  }
}
.u-pt--50 {
  padding-top: -400px !important;
}

.u-pt--49 {
  padding-top: -392px !important;
}

.u-pt--48 {
  padding-top: -384px !important;
}

.u-pt--47 {
  padding-top: -376px !important;
}

.u-pt--46 {
  padding-top: -368px !important;
}

.u-pt--45 {
  padding-top: -360px !important;
}

.u-pt--44 {
  padding-top: -352px !important;
}

.u-pt--43 {
  padding-top: -344px !important;
}

.u-pt--42 {
  padding-top: -336px !important;
}

.u-pt--41 {
  padding-top: -328px !important;
}

.u-pt--40 {
  padding-top: -320px !important;
}

.u-pt--39 {
  padding-top: -312px !important;
}

.u-pt--38 {
  padding-top: -304px !important;
}

.u-pt--37 {
  padding-top: -296px !important;
}

.u-pt--36 {
  padding-top: -288px !important;
}

.u-pt--35 {
  padding-top: -280px !important;
}

.u-pt--34 {
  padding-top: -272px !important;
}

.u-pt--33 {
  padding-top: -264px !important;
}

.u-pt--32 {
  padding-top: -256px !important;
}

.u-pt--31 {
  padding-top: -248px !important;
}

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

.u-pt--29 {
  padding-top: -232px !important;
}

.u-pt--28 {
  padding-top: -224px !important;
}

.u-pt--27 {
  padding-top: -216px !important;
}

.u-pt--26 {
  padding-top: -208px !important;
}

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

.u-pt--24 {
  padding-top: -192px !important;
}

.u-pt--23 {
  padding-top: -184px !important;
}

.u-pt--22 {
  padding-top: -176px !important;
}

.u-pt--21 {
  padding-top: -168px !important;
}

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

.u-pt--19 {
  padding-top: -152px !important;
}

.u-pt--18 {
  padding-top: -144px !important;
}

.u-pt--17 {
  padding-top: -136px !important;
}

.u-pt--16 {
  padding-top: -128px !important;
}

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

.u-pt--14 {
  padding-top: -112px !important;
}

.u-pt--13 {
  padding-top: -104px !important;
}

.u-pt--12 {
  padding-top: -96px !important;
}

.u-pt--11 {
  padding-top: -88px !important;
}

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

.u-pt--9 {
  padding-top: -72px !important;
}

.u-pt--8 {
  padding-top: -64px !important;
}

.u-pt--7 {
  padding-top: -56px !important;
}

.u-pt--6 {
  padding-top: -48px !important;
}

.u-pt--5 {
  padding-top: -40px !important;
}

.u-pt--4 {
  padding-top: -32px !important;
}

.u-pt--3 {
  padding-top: -24px !important;
}

.u-pt--2 {
  padding-top: -16px !important;
}

.u-pt--1 {
  padding-top: -8px !important;
}

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

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pt-8 {
  padding-top: 64px !important;
}

.u-pt-9 {
  padding-top: 72px !important;
}

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

.u-pt-11 {
  padding-top: 88px !important;
}

.u-pt-12 {
  padding-top: 96px !important;
}

.u-pt-13 {
  padding-top: 104px !important;
}

.u-pt-14 {
  padding-top: 112px !important;
}

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

.u-pt-16 {
  padding-top: 128px !important;
}

.u-pt-17 {
  padding-top: 136px !important;
}

.u-pt-18 {
  padding-top: 144px !important;
}

.u-pt-19 {
  padding-top: 152px !important;
}

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

.u-pt-21 {
  padding-top: 168px !important;
}

.u-pt-22 {
  padding-top: 176px !important;
}

.u-pt-23 {
  padding-top: 184px !important;
}

.u-pt-24 {
  padding-top: 192px !important;
}

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

.u-pt-26 {
  padding-top: 208px !important;
}

.u-pt-27 {
  padding-top: 216px !important;
}

.u-pt-28 {
  padding-top: 224px !important;
}

.u-pt-29 {
  padding-top: 232px !important;
}

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

.u-pt-31 {
  padding-top: 248px !important;
}

.u-pt-32 {
  padding-top: 256px !important;
}

.u-pt-33 {
  padding-top: 264px !important;
}

.u-pt-34 {
  padding-top: 272px !important;
}

.u-pt-35 {
  padding-top: 280px !important;
}

.u-pt-36 {
  padding-top: 288px !important;
}

.u-pt-37 {
  padding-top: 296px !important;
}

.u-pt-38 {
  padding-top: 304px !important;
}

.u-pt-39 {
  padding-top: 312px !important;
}

.u-pt-40 {
  padding-top: 320px !important;
}

.u-pt-41 {
  padding-top: 328px !important;
}

.u-pt-42 {
  padding-top: 336px !important;
}

.u-pt-43 {
  padding-top: 344px !important;
}

.u-pt-44 {
  padding-top: 352px !important;
}

.u-pt-45 {
  padding-top: 360px !important;
}

.u-pt-46 {
  padding-top: 368px !important;
}

.u-pt-47 {
  padding-top: 376px !important;
}

.u-pt-48 {
  padding-top: 384px !important;
}

.u-pt-49 {
  padding-top: 392px !important;
}

.u-pt-50 {
  padding-top: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-pt--50 {
    padding-top: -400px !important;
  }
  .u-tab-pt--49 {
    padding-top: -392px !important;
  }
  .u-tab-pt--48 {
    padding-top: -384px !important;
  }
  .u-tab-pt--47 {
    padding-top: -376px !important;
  }
  .u-tab-pt--46 {
    padding-top: -368px !important;
  }
  .u-tab-pt--45 {
    padding-top: -360px !important;
  }
  .u-tab-pt--44 {
    padding-top: -352px !important;
  }
  .u-tab-pt--43 {
    padding-top: -344px !important;
  }
  .u-tab-pt--42 {
    padding-top: -336px !important;
  }
  .u-tab-pt--41 {
    padding-top: -328px !important;
  }
  .u-tab-pt--40 {
    padding-top: -320px !important;
  }
  .u-tab-pt--39 {
    padding-top: -312px !important;
  }
  .u-tab-pt--38 {
    padding-top: -304px !important;
  }
  .u-tab-pt--37 {
    padding-top: -296px !important;
  }
  .u-tab-pt--36 {
    padding-top: -288px !important;
  }
  .u-tab-pt--35 {
    padding-top: -280px !important;
  }
  .u-tab-pt--34 {
    padding-top: -272px !important;
  }
  .u-tab-pt--33 {
    padding-top: -264px !important;
  }
  .u-tab-pt--32 {
    padding-top: -256px !important;
  }
  .u-tab-pt--31 {
    padding-top: -248px !important;
  }
  .u-tab-pt--30 {
    padding-top: -240px !important;
  }
  .u-tab-pt--29 {
    padding-top: -232px !important;
  }
  .u-tab-pt--28 {
    padding-top: -224px !important;
  }
  .u-tab-pt--27 {
    padding-top: -216px !important;
  }
  .u-tab-pt--26 {
    padding-top: -208px !important;
  }
  .u-tab-pt--25 {
    padding-top: -200px !important;
  }
  .u-tab-pt--24 {
    padding-top: -192px !important;
  }
  .u-tab-pt--23 {
    padding-top: -184px !important;
  }
  .u-tab-pt--22 {
    padding-top: -176px !important;
  }
  .u-tab-pt--21 {
    padding-top: -168px !important;
  }
  .u-tab-pt--20 {
    padding-top: -160px !important;
  }
  .u-tab-pt--19 {
    padding-top: -152px !important;
  }
  .u-tab-pt--18 {
    padding-top: -144px !important;
  }
  .u-tab-pt--17 {
    padding-top: -136px !important;
  }
  .u-tab-pt--16 {
    padding-top: -128px !important;
  }
  .u-tab-pt--15 {
    padding-top: -120px !important;
  }
  .u-tab-pt--14 {
    padding-top: -112px !important;
  }
  .u-tab-pt--13 {
    padding-top: -104px !important;
  }
  .u-tab-pt--12 {
    padding-top: -96px !important;
  }
  .u-tab-pt--11 {
    padding-top: -88px !important;
  }
  .u-tab-pt--10 {
    padding-top: -80px !important;
  }
  .u-tab-pt--9 {
    padding-top: -72px !important;
  }
  .u-tab-pt--8 {
    padding-top: -64px !important;
  }
  .u-tab-pt--7 {
    padding-top: -56px !important;
  }
  .u-tab-pt--6 {
    padding-top: -48px !important;
  }
  .u-tab-pt--5 {
    padding-top: -40px !important;
  }
  .u-tab-pt--4 {
    padding-top: -32px !important;
  }
  .u-tab-pt--3 {
    padding-top: -24px !important;
  }
  .u-tab-pt--2 {
    padding-top: -16px !important;
  }
  .u-tab-pt--1 {
    padding-top: -8px !important;
  }
  .u-tab-pt-0 {
    padding-top: 0px !important;
  }
  .u-tab-pt-1 {
    padding-top: 8px !important;
  }
  .u-tab-pt-2 {
    padding-top: 16px !important;
  }
  .u-tab-pt-3 {
    padding-top: 24px !important;
  }
  .u-tab-pt-4 {
    padding-top: 32px !important;
  }
  .u-tab-pt-5 {
    padding-top: 40px !important;
  }
  .u-tab-pt-6 {
    padding-top: 48px !important;
  }
  .u-tab-pt-7 {
    padding-top: 56px !important;
  }
  .u-tab-pt-8 {
    padding-top: 64px !important;
  }
  .u-tab-pt-9 {
    padding-top: 72px !important;
  }
  .u-tab-pt-10 {
    padding-top: 80px !important;
  }
  .u-tab-pt-11 {
    padding-top: 88px !important;
  }
  .u-tab-pt-12 {
    padding-top: 96px !important;
  }
  .u-tab-pt-13 {
    padding-top: 104px !important;
  }
  .u-tab-pt-14 {
    padding-top: 112px !important;
  }
  .u-tab-pt-15 {
    padding-top: 120px !important;
  }
  .u-tab-pt-16 {
    padding-top: 128px !important;
  }
  .u-tab-pt-17 {
    padding-top: 136px !important;
  }
  .u-tab-pt-18 {
    padding-top: 144px !important;
  }
  .u-tab-pt-19 {
    padding-top: 152px !important;
  }
  .u-tab-pt-20 {
    padding-top: 160px !important;
  }
  .u-tab-pt-21 {
    padding-top: 168px !important;
  }
  .u-tab-pt-22 {
    padding-top: 176px !important;
  }
  .u-tab-pt-23 {
    padding-top: 184px !important;
  }
  .u-tab-pt-24 {
    padding-top: 192px !important;
  }
  .u-tab-pt-25 {
    padding-top: 200px !important;
  }
  .u-tab-pt-26 {
    padding-top: 208px !important;
  }
  .u-tab-pt-27 {
    padding-top: 216px !important;
  }
  .u-tab-pt-28 {
    padding-top: 224px !important;
  }
  .u-tab-pt-29 {
    padding-top: 232px !important;
  }
  .u-tab-pt-30 {
    padding-top: 240px !important;
  }
  .u-tab-pt-31 {
    padding-top: 248px !important;
  }
  .u-tab-pt-32 {
    padding-top: 256px !important;
  }
  .u-tab-pt-33 {
    padding-top: 264px !important;
  }
  .u-tab-pt-34 {
    padding-top: 272px !important;
  }
  .u-tab-pt-35 {
    padding-top: 280px !important;
  }
  .u-tab-pt-36 {
    padding-top: 288px !important;
  }
  .u-tab-pt-37 {
    padding-top: 296px !important;
  }
  .u-tab-pt-38 {
    padding-top: 304px !important;
  }
  .u-tab-pt-39 {
    padding-top: 312px !important;
  }
  .u-tab-pt-40 {
    padding-top: 320px !important;
  }
  .u-tab-pt-41 {
    padding-top: 328px !important;
  }
  .u-tab-pt-42 {
    padding-top: 336px !important;
  }
  .u-tab-pt-43 {
    padding-top: 344px !important;
  }
  .u-tab-pt-44 {
    padding-top: 352px !important;
  }
  .u-tab-pt-45 {
    padding-top: 360px !important;
  }
  .u-tab-pt-46 {
    padding-top: 368px !important;
  }
  .u-tab-pt-47 {
    padding-top: 376px !important;
  }
  .u-tab-pt-48 {
    padding-top: 384px !important;
  }
  .u-tab-pt-49 {
    padding-top: 392px !important;
  }
  .u-tab-pt-50 {
    padding-top: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-pt--50 {
    padding-top: -400px !important;
  }
  .u-sp-pt--49 {
    padding-top: -392px !important;
  }
  .u-sp-pt--48 {
    padding-top: -384px !important;
  }
  .u-sp-pt--47 {
    padding-top: -376px !important;
  }
  .u-sp-pt--46 {
    padding-top: -368px !important;
  }
  .u-sp-pt--45 {
    padding-top: -360px !important;
  }
  .u-sp-pt--44 {
    padding-top: -352px !important;
  }
  .u-sp-pt--43 {
    padding-top: -344px !important;
  }
  .u-sp-pt--42 {
    padding-top: -336px !important;
  }
  .u-sp-pt--41 {
    padding-top: -328px !important;
  }
  .u-sp-pt--40 {
    padding-top: -320px !important;
  }
  .u-sp-pt--39 {
    padding-top: -312px !important;
  }
  .u-sp-pt--38 {
    padding-top: -304px !important;
  }
  .u-sp-pt--37 {
    padding-top: -296px !important;
  }
  .u-sp-pt--36 {
    padding-top: -288px !important;
  }
  .u-sp-pt--35 {
    padding-top: -280px !important;
  }
  .u-sp-pt--34 {
    padding-top: -272px !important;
  }
  .u-sp-pt--33 {
    padding-top: -264px !important;
  }
  .u-sp-pt--32 {
    padding-top: -256px !important;
  }
  .u-sp-pt--31 {
    padding-top: -248px !important;
  }
  .u-sp-pt--30 {
    padding-top: -240px !important;
  }
  .u-sp-pt--29 {
    padding-top: -232px !important;
  }
  .u-sp-pt--28 {
    padding-top: -224px !important;
  }
  .u-sp-pt--27 {
    padding-top: -216px !important;
  }
  .u-sp-pt--26 {
    padding-top: -208px !important;
  }
  .u-sp-pt--25 {
    padding-top: -200px !important;
  }
  .u-sp-pt--24 {
    padding-top: -192px !important;
  }
  .u-sp-pt--23 {
    padding-top: -184px !important;
  }
  .u-sp-pt--22 {
    padding-top: -176px !important;
  }
  .u-sp-pt--21 {
    padding-top: -168px !important;
  }
  .u-sp-pt--20 {
    padding-top: -160px !important;
  }
  .u-sp-pt--19 {
    padding-top: -152px !important;
  }
  .u-sp-pt--18 {
    padding-top: -144px !important;
  }
  .u-sp-pt--17 {
    padding-top: -136px !important;
  }
  .u-sp-pt--16 {
    padding-top: -128px !important;
  }
  .u-sp-pt--15 {
    padding-top: -120px !important;
  }
  .u-sp-pt--14 {
    padding-top: -112px !important;
  }
  .u-sp-pt--13 {
    padding-top: -104px !important;
  }
  .u-sp-pt--12 {
    padding-top: -96px !important;
  }
  .u-sp-pt--11 {
    padding-top: -88px !important;
  }
  .u-sp-pt--10 {
    padding-top: -80px !important;
  }
  .u-sp-pt--9 {
    padding-top: -72px !important;
  }
  .u-sp-pt--8 {
    padding-top: -64px !important;
  }
  .u-sp-pt--7 {
    padding-top: -56px !important;
  }
  .u-sp-pt--6 {
    padding-top: -48px !important;
  }
  .u-sp-pt--5 {
    padding-top: -40px !important;
  }
  .u-sp-pt--4 {
    padding-top: -32px !important;
  }
  .u-sp-pt--3 {
    padding-top: -24px !important;
  }
  .u-sp-pt--2 {
    padding-top: -16px !important;
  }
  .u-sp-pt--1 {
    padding-top: -8px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pt-1 {
    padding-top: 8px !important;
  }
  .u-sp-pt-2 {
    padding-top: 16px !important;
  }
  .u-sp-pt-3 {
    padding-top: 24px !important;
  }
  .u-sp-pt-4 {
    padding-top: 32px !important;
  }
  .u-sp-pt-5 {
    padding-top: 40px !important;
  }
  .u-sp-pt-6 {
    padding-top: 48px !important;
  }
  .u-sp-pt-7 {
    padding-top: 56px !important;
  }
  .u-sp-pt-8 {
    padding-top: 64px !important;
  }
  .u-sp-pt-9 {
    padding-top: 72px !important;
  }
  .u-sp-pt-10 {
    padding-top: 80px !important;
  }
  .u-sp-pt-11 {
    padding-top: 88px !important;
  }
  .u-sp-pt-12 {
    padding-top: 96px !important;
  }
  .u-sp-pt-13 {
    padding-top: 104px !important;
  }
  .u-sp-pt-14 {
    padding-top: 112px !important;
  }
  .u-sp-pt-15 {
    padding-top: 120px !important;
  }
  .u-sp-pt-16 {
    padding-top: 128px !important;
  }
  .u-sp-pt-17 {
    padding-top: 136px !important;
  }
  .u-sp-pt-18 {
    padding-top: 144px !important;
  }
  .u-sp-pt-19 {
    padding-top: 152px !important;
  }
  .u-sp-pt-20 {
    padding-top: 160px !important;
  }
  .u-sp-pt-21 {
    padding-top: 168px !important;
  }
  .u-sp-pt-22 {
    padding-top: 176px !important;
  }
  .u-sp-pt-23 {
    padding-top: 184px !important;
  }
  .u-sp-pt-24 {
    padding-top: 192px !important;
  }
  .u-sp-pt-25 {
    padding-top: 200px !important;
  }
  .u-sp-pt-26 {
    padding-top: 208px !important;
  }
  .u-sp-pt-27 {
    padding-top: 216px !important;
  }
  .u-sp-pt-28 {
    padding-top: 224px !important;
  }
  .u-sp-pt-29 {
    padding-top: 232px !important;
  }
  .u-sp-pt-30 {
    padding-top: 240px !important;
  }
  .u-sp-pt-31 {
    padding-top: 248px !important;
  }
  .u-sp-pt-32 {
    padding-top: 256px !important;
  }
  .u-sp-pt-33 {
    padding-top: 264px !important;
  }
  .u-sp-pt-34 {
    padding-top: 272px !important;
  }
  .u-sp-pt-35 {
    padding-top: 280px !important;
  }
  .u-sp-pt-36 {
    padding-top: 288px !important;
  }
  .u-sp-pt-37 {
    padding-top: 296px !important;
  }
  .u-sp-pt-38 {
    padding-top: 304px !important;
  }
  .u-sp-pt-39 {
    padding-top: 312px !important;
  }
  .u-sp-pt-40 {
    padding-top: 320px !important;
  }
  .u-sp-pt-41 {
    padding-top: 328px !important;
  }
  .u-sp-pt-42 {
    padding-top: 336px !important;
  }
  .u-sp-pt-43 {
    padding-top: 344px !important;
  }
  .u-sp-pt-44 {
    padding-top: 352px !important;
  }
  .u-sp-pt-45 {
    padding-top: 360px !important;
  }
  .u-sp-pt-46 {
    padding-top: 368px !important;
  }
  .u-sp-pt-47 {
    padding-top: 376px !important;
  }
  .u-sp-pt-48 {
    padding-top: 384px !important;
  }
  .u-sp-pt-49 {
    padding-top: 392px !important;
  }
  .u-sp-pt-50 {
    padding-top: 400px !important;
  }
}
.u-mr--50 {
  margin-right: -400px !important;
}

.u-mr--49 {
  margin-right: -392px !important;
}

.u-mr--48 {
  margin-right: -384px !important;
}

.u-mr--47 {
  margin-right: -376px !important;
}

.u-mr--46 {
  margin-right: -368px !important;
}

.u-mr--45 {
  margin-right: -360px !important;
}

.u-mr--44 {
  margin-right: -352px !important;
}

.u-mr--43 {
  margin-right: -344px !important;
}

.u-mr--42 {
  margin-right: -336px !important;
}

.u-mr--41 {
  margin-right: -328px !important;
}

.u-mr--40 {
  margin-right: -320px !important;
}

.u-mr--39 {
  margin-right: -312px !important;
}

.u-mr--38 {
  margin-right: -304px !important;
}

.u-mr--37 {
  margin-right: -296px !important;
}

.u-mr--36 {
  margin-right: -288px !important;
}

.u-mr--35 {
  margin-right: -280px !important;
}

.u-mr--34 {
  margin-right: -272px !important;
}

.u-mr--33 {
  margin-right: -264px !important;
}

.u-mr--32 {
  margin-right: -256px !important;
}

.u-mr--31 {
  margin-right: -248px !important;
}

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

.u-mr--29 {
  margin-right: -232px !important;
}

.u-mr--28 {
  margin-right: -224px !important;
}

.u-mr--27 {
  margin-right: -216px !important;
}

.u-mr--26 {
  margin-right: -208px !important;
}

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

.u-mr--24 {
  margin-right: -192px !important;
}

.u-mr--23 {
  margin-right: -184px !important;
}

.u-mr--22 {
  margin-right: -176px !important;
}

.u-mr--21 {
  margin-right: -168px !important;
}

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

.u-mr--19 {
  margin-right: -152px !important;
}

.u-mr--18 {
  margin-right: -144px !important;
}

.u-mr--17 {
  margin-right: -136px !important;
}

.u-mr--16 {
  margin-right: -128px !important;
}

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

.u-mr--14 {
  margin-right: -112px !important;
}

.u-mr--13 {
  margin-right: -104px !important;
}

.u-mr--12 {
  margin-right: -96px !important;
}

.u-mr--11 {
  margin-right: -88px !important;
}

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

.u-mr--9 {
  margin-right: -72px !important;
}

.u-mr--8 {
  margin-right: -64px !important;
}

.u-mr--7 {
  margin-right: -56px !important;
}

.u-mr--6 {
  margin-right: -48px !important;
}

.u-mr--5 {
  margin-right: -40px !important;
}

.u-mr--4 {
  margin-right: -32px !important;
}

.u-mr--3 {
  margin-right: -24px !important;
}

.u-mr--2 {
  margin-right: -16px !important;
}

.u-mr--1 {
  margin-right: -8px !important;
}

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

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-mr-6 {
  margin-right: 48px !important;
}

.u-mr-7 {
  margin-right: 56px !important;
}

.u-mr-8 {
  margin-right: 64px !important;
}

.u-mr-9 {
  margin-right: 72px !important;
}

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

.u-mr-11 {
  margin-right: 88px !important;
}

.u-mr-12 {
  margin-right: 96px !important;
}

.u-mr-13 {
  margin-right: 104px !important;
}

.u-mr-14 {
  margin-right: 112px !important;
}

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

.u-mr-16 {
  margin-right: 128px !important;
}

.u-mr-17 {
  margin-right: 136px !important;
}

.u-mr-18 {
  margin-right: 144px !important;
}

.u-mr-19 {
  margin-right: 152px !important;
}

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

.u-mr-21 {
  margin-right: 168px !important;
}

.u-mr-22 {
  margin-right: 176px !important;
}

.u-mr-23 {
  margin-right: 184px !important;
}

.u-mr-24 {
  margin-right: 192px !important;
}

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

.u-mr-26 {
  margin-right: 208px !important;
}

.u-mr-27 {
  margin-right: 216px !important;
}

.u-mr-28 {
  margin-right: 224px !important;
}

.u-mr-29 {
  margin-right: 232px !important;
}

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

.u-mr-31 {
  margin-right: 248px !important;
}

.u-mr-32 {
  margin-right: 256px !important;
}

.u-mr-33 {
  margin-right: 264px !important;
}

.u-mr-34 {
  margin-right: 272px !important;
}

.u-mr-35 {
  margin-right: 280px !important;
}

.u-mr-36 {
  margin-right: 288px !important;
}

.u-mr-37 {
  margin-right: 296px !important;
}

.u-mr-38 {
  margin-right: 304px !important;
}

.u-mr-39 {
  margin-right: 312px !important;
}

.u-mr-40 {
  margin-right: 320px !important;
}

.u-mr-41 {
  margin-right: 328px !important;
}

.u-mr-42 {
  margin-right: 336px !important;
}

.u-mr-43 {
  margin-right: 344px !important;
}

.u-mr-44 {
  margin-right: 352px !important;
}

.u-mr-45 {
  margin-right: 360px !important;
}

.u-mr-46 {
  margin-right: 368px !important;
}

.u-mr-47 {
  margin-right: 376px !important;
}

.u-mr-48 {
  margin-right: 384px !important;
}

.u-mr-49 {
  margin-right: 392px !important;
}

.u-mr-50 {
  margin-right: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-mr--50 {
    margin-right: -400px !important;
  }
  .u-tab-mr--49 {
    margin-right: -392px !important;
  }
  .u-tab-mr--48 {
    margin-right: -384px !important;
  }
  .u-tab-mr--47 {
    margin-right: -376px !important;
  }
  .u-tab-mr--46 {
    margin-right: -368px !important;
  }
  .u-tab-mr--45 {
    margin-right: -360px !important;
  }
  .u-tab-mr--44 {
    margin-right: -352px !important;
  }
  .u-tab-mr--43 {
    margin-right: -344px !important;
  }
  .u-tab-mr--42 {
    margin-right: -336px !important;
  }
  .u-tab-mr--41 {
    margin-right: -328px !important;
  }
  .u-tab-mr--40 {
    margin-right: -320px !important;
  }
  .u-tab-mr--39 {
    margin-right: -312px !important;
  }
  .u-tab-mr--38 {
    margin-right: -304px !important;
  }
  .u-tab-mr--37 {
    margin-right: -296px !important;
  }
  .u-tab-mr--36 {
    margin-right: -288px !important;
  }
  .u-tab-mr--35 {
    margin-right: -280px !important;
  }
  .u-tab-mr--34 {
    margin-right: -272px !important;
  }
  .u-tab-mr--33 {
    margin-right: -264px !important;
  }
  .u-tab-mr--32 {
    margin-right: -256px !important;
  }
  .u-tab-mr--31 {
    margin-right: -248px !important;
  }
  .u-tab-mr--30 {
    margin-right: -240px !important;
  }
  .u-tab-mr--29 {
    margin-right: -232px !important;
  }
  .u-tab-mr--28 {
    margin-right: -224px !important;
  }
  .u-tab-mr--27 {
    margin-right: -216px !important;
  }
  .u-tab-mr--26 {
    margin-right: -208px !important;
  }
  .u-tab-mr--25 {
    margin-right: -200px !important;
  }
  .u-tab-mr--24 {
    margin-right: -192px !important;
  }
  .u-tab-mr--23 {
    margin-right: -184px !important;
  }
  .u-tab-mr--22 {
    margin-right: -176px !important;
  }
  .u-tab-mr--21 {
    margin-right: -168px !important;
  }
  .u-tab-mr--20 {
    margin-right: -160px !important;
  }
  .u-tab-mr--19 {
    margin-right: -152px !important;
  }
  .u-tab-mr--18 {
    margin-right: -144px !important;
  }
  .u-tab-mr--17 {
    margin-right: -136px !important;
  }
  .u-tab-mr--16 {
    margin-right: -128px !important;
  }
  .u-tab-mr--15 {
    margin-right: -120px !important;
  }
  .u-tab-mr--14 {
    margin-right: -112px !important;
  }
  .u-tab-mr--13 {
    margin-right: -104px !important;
  }
  .u-tab-mr--12 {
    margin-right: -96px !important;
  }
  .u-tab-mr--11 {
    margin-right: -88px !important;
  }
  .u-tab-mr--10 {
    margin-right: -80px !important;
  }
  .u-tab-mr--9 {
    margin-right: -72px !important;
  }
  .u-tab-mr--8 {
    margin-right: -64px !important;
  }
  .u-tab-mr--7 {
    margin-right: -56px !important;
  }
  .u-tab-mr--6 {
    margin-right: -48px !important;
  }
  .u-tab-mr--5 {
    margin-right: -40px !important;
  }
  .u-tab-mr--4 {
    margin-right: -32px !important;
  }
  .u-tab-mr--3 {
    margin-right: -24px !important;
  }
  .u-tab-mr--2 {
    margin-right: -16px !important;
  }
  .u-tab-mr--1 {
    margin-right: -8px !important;
  }
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 8px !important;
  }
  .u-tab-mr-2 {
    margin-right: 16px !important;
  }
  .u-tab-mr-3 {
    margin-right: 24px !important;
  }
  .u-tab-mr-4 {
    margin-right: 32px !important;
  }
  .u-tab-mr-5 {
    margin-right: 40px !important;
  }
  .u-tab-mr-6 {
    margin-right: 48px !important;
  }
  .u-tab-mr-7 {
    margin-right: 56px !important;
  }
  .u-tab-mr-8 {
    margin-right: 64px !important;
  }
  .u-tab-mr-9 {
    margin-right: 72px !important;
  }
  .u-tab-mr-10 {
    margin-right: 80px !important;
  }
  .u-tab-mr-11 {
    margin-right: 88px !important;
  }
  .u-tab-mr-12 {
    margin-right: 96px !important;
  }
  .u-tab-mr-13 {
    margin-right: 104px !important;
  }
  .u-tab-mr-14 {
    margin-right: 112px !important;
  }
  .u-tab-mr-15 {
    margin-right: 120px !important;
  }
  .u-tab-mr-16 {
    margin-right: 128px !important;
  }
  .u-tab-mr-17 {
    margin-right: 136px !important;
  }
  .u-tab-mr-18 {
    margin-right: 144px !important;
  }
  .u-tab-mr-19 {
    margin-right: 152px !important;
  }
  .u-tab-mr-20 {
    margin-right: 160px !important;
  }
  .u-tab-mr-21 {
    margin-right: 168px !important;
  }
  .u-tab-mr-22 {
    margin-right: 176px !important;
  }
  .u-tab-mr-23 {
    margin-right: 184px !important;
  }
  .u-tab-mr-24 {
    margin-right: 192px !important;
  }
  .u-tab-mr-25 {
    margin-right: 200px !important;
  }
  .u-tab-mr-26 {
    margin-right: 208px !important;
  }
  .u-tab-mr-27 {
    margin-right: 216px !important;
  }
  .u-tab-mr-28 {
    margin-right: 224px !important;
  }
  .u-tab-mr-29 {
    margin-right: 232px !important;
  }
  .u-tab-mr-30 {
    margin-right: 240px !important;
  }
  .u-tab-mr-31 {
    margin-right: 248px !important;
  }
  .u-tab-mr-32 {
    margin-right: 256px !important;
  }
  .u-tab-mr-33 {
    margin-right: 264px !important;
  }
  .u-tab-mr-34 {
    margin-right: 272px !important;
  }
  .u-tab-mr-35 {
    margin-right: 280px !important;
  }
  .u-tab-mr-36 {
    margin-right: 288px !important;
  }
  .u-tab-mr-37 {
    margin-right: 296px !important;
  }
  .u-tab-mr-38 {
    margin-right: 304px !important;
  }
  .u-tab-mr-39 {
    margin-right: 312px !important;
  }
  .u-tab-mr-40 {
    margin-right: 320px !important;
  }
  .u-tab-mr-41 {
    margin-right: 328px !important;
  }
  .u-tab-mr-42 {
    margin-right: 336px !important;
  }
  .u-tab-mr-43 {
    margin-right: 344px !important;
  }
  .u-tab-mr-44 {
    margin-right: 352px !important;
  }
  .u-tab-mr-45 {
    margin-right: 360px !important;
  }
  .u-tab-mr-46 {
    margin-right: 368px !important;
  }
  .u-tab-mr-47 {
    margin-right: 376px !important;
  }
  .u-tab-mr-48 {
    margin-right: 384px !important;
  }
  .u-tab-mr-49 {
    margin-right: 392px !important;
  }
  .u-tab-mr-50 {
    margin-right: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-mr--50 {
    margin-right: -400px !important;
  }
  .u-sp-mr--49 {
    margin-right: -392px !important;
  }
  .u-sp-mr--48 {
    margin-right: -384px !important;
  }
  .u-sp-mr--47 {
    margin-right: -376px !important;
  }
  .u-sp-mr--46 {
    margin-right: -368px !important;
  }
  .u-sp-mr--45 {
    margin-right: -360px !important;
  }
  .u-sp-mr--44 {
    margin-right: -352px !important;
  }
  .u-sp-mr--43 {
    margin-right: -344px !important;
  }
  .u-sp-mr--42 {
    margin-right: -336px !important;
  }
  .u-sp-mr--41 {
    margin-right: -328px !important;
  }
  .u-sp-mr--40 {
    margin-right: -320px !important;
  }
  .u-sp-mr--39 {
    margin-right: -312px !important;
  }
  .u-sp-mr--38 {
    margin-right: -304px !important;
  }
  .u-sp-mr--37 {
    margin-right: -296px !important;
  }
  .u-sp-mr--36 {
    margin-right: -288px !important;
  }
  .u-sp-mr--35 {
    margin-right: -280px !important;
  }
  .u-sp-mr--34 {
    margin-right: -272px !important;
  }
  .u-sp-mr--33 {
    margin-right: -264px !important;
  }
  .u-sp-mr--32 {
    margin-right: -256px !important;
  }
  .u-sp-mr--31 {
    margin-right: -248px !important;
  }
  .u-sp-mr--30 {
    margin-right: -240px !important;
  }
  .u-sp-mr--29 {
    margin-right: -232px !important;
  }
  .u-sp-mr--28 {
    margin-right: -224px !important;
  }
  .u-sp-mr--27 {
    margin-right: -216px !important;
  }
  .u-sp-mr--26 {
    margin-right: -208px !important;
  }
  .u-sp-mr--25 {
    margin-right: -200px !important;
  }
  .u-sp-mr--24 {
    margin-right: -192px !important;
  }
  .u-sp-mr--23 {
    margin-right: -184px !important;
  }
  .u-sp-mr--22 {
    margin-right: -176px !important;
  }
  .u-sp-mr--21 {
    margin-right: -168px !important;
  }
  .u-sp-mr--20 {
    margin-right: -160px !important;
  }
  .u-sp-mr--19 {
    margin-right: -152px !important;
  }
  .u-sp-mr--18 {
    margin-right: -144px !important;
  }
  .u-sp-mr--17 {
    margin-right: -136px !important;
  }
  .u-sp-mr--16 {
    margin-right: -128px !important;
  }
  .u-sp-mr--15 {
    margin-right: -120px !important;
  }
  .u-sp-mr--14 {
    margin-right: -112px !important;
  }
  .u-sp-mr--13 {
    margin-right: -104px !important;
  }
  .u-sp-mr--12 {
    margin-right: -96px !important;
  }
  .u-sp-mr--11 {
    margin-right: -88px !important;
  }
  .u-sp-mr--10 {
    margin-right: -80px !important;
  }
  .u-sp-mr--9 {
    margin-right: -72px !important;
  }
  .u-sp-mr--8 {
    margin-right: -64px !important;
  }
  .u-sp-mr--7 {
    margin-right: -56px !important;
  }
  .u-sp-mr--6 {
    margin-right: -48px !important;
  }
  .u-sp-mr--5 {
    margin-right: -40px !important;
  }
  .u-sp-mr--4 {
    margin-right: -32px !important;
  }
  .u-sp-mr--3 {
    margin-right: -24px !important;
  }
  .u-sp-mr--2 {
    margin-right: -16px !important;
  }
  .u-sp-mr--1 {
    margin-right: -8px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 8px !important;
  }
  .u-sp-mr-2 {
    margin-right: 16px !important;
  }
  .u-sp-mr-3 {
    margin-right: 24px !important;
  }
  .u-sp-mr-4 {
    margin-right: 32px !important;
  }
  .u-sp-mr-5 {
    margin-right: 40px !important;
  }
  .u-sp-mr-6 {
    margin-right: 48px !important;
  }
  .u-sp-mr-7 {
    margin-right: 56px !important;
  }
  .u-sp-mr-8 {
    margin-right: 64px !important;
  }
  .u-sp-mr-9 {
    margin-right: 72px !important;
  }
  .u-sp-mr-10 {
    margin-right: 80px !important;
  }
  .u-sp-mr-11 {
    margin-right: 88px !important;
  }
  .u-sp-mr-12 {
    margin-right: 96px !important;
  }
  .u-sp-mr-13 {
    margin-right: 104px !important;
  }
  .u-sp-mr-14 {
    margin-right: 112px !important;
  }
  .u-sp-mr-15 {
    margin-right: 120px !important;
  }
  .u-sp-mr-16 {
    margin-right: 128px !important;
  }
  .u-sp-mr-17 {
    margin-right: 136px !important;
  }
  .u-sp-mr-18 {
    margin-right: 144px !important;
  }
  .u-sp-mr-19 {
    margin-right: 152px !important;
  }
  .u-sp-mr-20 {
    margin-right: 160px !important;
  }
  .u-sp-mr-21 {
    margin-right: 168px !important;
  }
  .u-sp-mr-22 {
    margin-right: 176px !important;
  }
  .u-sp-mr-23 {
    margin-right: 184px !important;
  }
  .u-sp-mr-24 {
    margin-right: 192px !important;
  }
  .u-sp-mr-25 {
    margin-right: 200px !important;
  }
  .u-sp-mr-26 {
    margin-right: 208px !important;
  }
  .u-sp-mr-27 {
    margin-right: 216px !important;
  }
  .u-sp-mr-28 {
    margin-right: 224px !important;
  }
  .u-sp-mr-29 {
    margin-right: 232px !important;
  }
  .u-sp-mr-30 {
    margin-right: 240px !important;
  }
  .u-sp-mr-31 {
    margin-right: 248px !important;
  }
  .u-sp-mr-32 {
    margin-right: 256px !important;
  }
  .u-sp-mr-33 {
    margin-right: 264px !important;
  }
  .u-sp-mr-34 {
    margin-right: 272px !important;
  }
  .u-sp-mr-35 {
    margin-right: 280px !important;
  }
  .u-sp-mr-36 {
    margin-right: 288px !important;
  }
  .u-sp-mr-37 {
    margin-right: 296px !important;
  }
  .u-sp-mr-38 {
    margin-right: 304px !important;
  }
  .u-sp-mr-39 {
    margin-right: 312px !important;
  }
  .u-sp-mr-40 {
    margin-right: 320px !important;
  }
  .u-sp-mr-41 {
    margin-right: 328px !important;
  }
  .u-sp-mr-42 {
    margin-right: 336px !important;
  }
  .u-sp-mr-43 {
    margin-right: 344px !important;
  }
  .u-sp-mr-44 {
    margin-right: 352px !important;
  }
  .u-sp-mr-45 {
    margin-right: 360px !important;
  }
  .u-sp-mr-46 {
    margin-right: 368px !important;
  }
  .u-sp-mr-47 {
    margin-right: 376px !important;
  }
  .u-sp-mr-48 {
    margin-right: 384px !important;
  }
  .u-sp-mr-49 {
    margin-right: 392px !important;
  }
  .u-sp-mr-50 {
    margin-right: 400px !important;
  }
}
.u-pr--50 {
  padding-right: -400px !important;
}

.u-pr--49 {
  padding-right: -392px !important;
}

.u-pr--48 {
  padding-right: -384px !important;
}

.u-pr--47 {
  padding-right: -376px !important;
}

.u-pr--46 {
  padding-right: -368px !important;
}

.u-pr--45 {
  padding-right: -360px !important;
}

.u-pr--44 {
  padding-right: -352px !important;
}

.u-pr--43 {
  padding-right: -344px !important;
}

.u-pr--42 {
  padding-right: -336px !important;
}

.u-pr--41 {
  padding-right: -328px !important;
}

.u-pr--40 {
  padding-right: -320px !important;
}

.u-pr--39 {
  padding-right: -312px !important;
}

.u-pr--38 {
  padding-right: -304px !important;
}

.u-pr--37 {
  padding-right: -296px !important;
}

.u-pr--36 {
  padding-right: -288px !important;
}

.u-pr--35 {
  padding-right: -280px !important;
}

.u-pr--34 {
  padding-right: -272px !important;
}

.u-pr--33 {
  padding-right: -264px !important;
}

.u-pr--32 {
  padding-right: -256px !important;
}

.u-pr--31 {
  padding-right: -248px !important;
}

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

.u-pr--29 {
  padding-right: -232px !important;
}

.u-pr--28 {
  padding-right: -224px !important;
}

.u-pr--27 {
  padding-right: -216px !important;
}

.u-pr--26 {
  padding-right: -208px !important;
}

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

.u-pr--24 {
  padding-right: -192px !important;
}

.u-pr--23 {
  padding-right: -184px !important;
}

.u-pr--22 {
  padding-right: -176px !important;
}

.u-pr--21 {
  padding-right: -168px !important;
}

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

.u-pr--19 {
  padding-right: -152px !important;
}

.u-pr--18 {
  padding-right: -144px !important;
}

.u-pr--17 {
  padding-right: -136px !important;
}

.u-pr--16 {
  padding-right: -128px !important;
}

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

.u-pr--14 {
  padding-right: -112px !important;
}

.u-pr--13 {
  padding-right: -104px !important;
}

.u-pr--12 {
  padding-right: -96px !important;
}

.u-pr--11 {
  padding-right: -88px !important;
}

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

.u-pr--9 {
  padding-right: -72px !important;
}

.u-pr--8 {
  padding-right: -64px !important;
}

.u-pr--7 {
  padding-right: -56px !important;
}

.u-pr--6 {
  padding-right: -48px !important;
}

.u-pr--5 {
  padding-right: -40px !important;
}

.u-pr--4 {
  padding-right: -32px !important;
}

.u-pr--3 {
  padding-right: -24px !important;
}

.u-pr--2 {
  padding-right: -16px !important;
}

.u-pr--1 {
  padding-right: -8px !important;
}

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

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-pr-3 {
  padding-right: 24px !important;
}

.u-pr-4 {
  padding-right: 32px !important;
}

.u-pr-5 {
  padding-right: 40px !important;
}

.u-pr-6 {
  padding-right: 48px !important;
}

.u-pr-7 {
  padding-right: 56px !important;
}

.u-pr-8 {
  padding-right: 64px !important;
}

.u-pr-9 {
  padding-right: 72px !important;
}

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

.u-pr-11 {
  padding-right: 88px !important;
}

.u-pr-12 {
  padding-right: 96px !important;
}

.u-pr-13 {
  padding-right: 104px !important;
}

.u-pr-14 {
  padding-right: 112px !important;
}

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

.u-pr-16 {
  padding-right: 128px !important;
}

.u-pr-17 {
  padding-right: 136px !important;
}

.u-pr-18 {
  padding-right: 144px !important;
}

.u-pr-19 {
  padding-right: 152px !important;
}

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

.u-pr-21 {
  padding-right: 168px !important;
}

.u-pr-22 {
  padding-right: 176px !important;
}

.u-pr-23 {
  padding-right: 184px !important;
}

.u-pr-24 {
  padding-right: 192px !important;
}

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

.u-pr-26 {
  padding-right: 208px !important;
}

.u-pr-27 {
  padding-right: 216px !important;
}

.u-pr-28 {
  padding-right: 224px !important;
}

.u-pr-29 {
  padding-right: 232px !important;
}

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

.u-pr-31 {
  padding-right: 248px !important;
}

.u-pr-32 {
  padding-right: 256px !important;
}

.u-pr-33 {
  padding-right: 264px !important;
}

.u-pr-34 {
  padding-right: 272px !important;
}

.u-pr-35 {
  padding-right: 280px !important;
}

.u-pr-36 {
  padding-right: 288px !important;
}

.u-pr-37 {
  padding-right: 296px !important;
}

.u-pr-38 {
  padding-right: 304px !important;
}

.u-pr-39 {
  padding-right: 312px !important;
}

.u-pr-40 {
  padding-right: 320px !important;
}

.u-pr-41 {
  padding-right: 328px !important;
}

.u-pr-42 {
  padding-right: 336px !important;
}

.u-pr-43 {
  padding-right: 344px !important;
}

.u-pr-44 {
  padding-right: 352px !important;
}

.u-pr-45 {
  padding-right: 360px !important;
}

.u-pr-46 {
  padding-right: 368px !important;
}

.u-pr-47 {
  padding-right: 376px !important;
}

.u-pr-48 {
  padding-right: 384px !important;
}

.u-pr-49 {
  padding-right: 392px !important;
}

.u-pr-50 {
  padding-right: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-pr--50 {
    padding-right: -400px !important;
  }
  .u-tab-pr--49 {
    padding-right: -392px !important;
  }
  .u-tab-pr--48 {
    padding-right: -384px !important;
  }
  .u-tab-pr--47 {
    padding-right: -376px !important;
  }
  .u-tab-pr--46 {
    padding-right: -368px !important;
  }
  .u-tab-pr--45 {
    padding-right: -360px !important;
  }
  .u-tab-pr--44 {
    padding-right: -352px !important;
  }
  .u-tab-pr--43 {
    padding-right: -344px !important;
  }
  .u-tab-pr--42 {
    padding-right: -336px !important;
  }
  .u-tab-pr--41 {
    padding-right: -328px !important;
  }
  .u-tab-pr--40 {
    padding-right: -320px !important;
  }
  .u-tab-pr--39 {
    padding-right: -312px !important;
  }
  .u-tab-pr--38 {
    padding-right: -304px !important;
  }
  .u-tab-pr--37 {
    padding-right: -296px !important;
  }
  .u-tab-pr--36 {
    padding-right: -288px !important;
  }
  .u-tab-pr--35 {
    padding-right: -280px !important;
  }
  .u-tab-pr--34 {
    padding-right: -272px !important;
  }
  .u-tab-pr--33 {
    padding-right: -264px !important;
  }
  .u-tab-pr--32 {
    padding-right: -256px !important;
  }
  .u-tab-pr--31 {
    padding-right: -248px !important;
  }
  .u-tab-pr--30 {
    padding-right: -240px !important;
  }
  .u-tab-pr--29 {
    padding-right: -232px !important;
  }
  .u-tab-pr--28 {
    padding-right: -224px !important;
  }
  .u-tab-pr--27 {
    padding-right: -216px !important;
  }
  .u-tab-pr--26 {
    padding-right: -208px !important;
  }
  .u-tab-pr--25 {
    padding-right: -200px !important;
  }
  .u-tab-pr--24 {
    padding-right: -192px !important;
  }
  .u-tab-pr--23 {
    padding-right: -184px !important;
  }
  .u-tab-pr--22 {
    padding-right: -176px !important;
  }
  .u-tab-pr--21 {
    padding-right: -168px !important;
  }
  .u-tab-pr--20 {
    padding-right: -160px !important;
  }
  .u-tab-pr--19 {
    padding-right: -152px !important;
  }
  .u-tab-pr--18 {
    padding-right: -144px !important;
  }
  .u-tab-pr--17 {
    padding-right: -136px !important;
  }
  .u-tab-pr--16 {
    padding-right: -128px !important;
  }
  .u-tab-pr--15 {
    padding-right: -120px !important;
  }
  .u-tab-pr--14 {
    padding-right: -112px !important;
  }
  .u-tab-pr--13 {
    padding-right: -104px !important;
  }
  .u-tab-pr--12 {
    padding-right: -96px !important;
  }
  .u-tab-pr--11 {
    padding-right: -88px !important;
  }
  .u-tab-pr--10 {
    padding-right: -80px !important;
  }
  .u-tab-pr--9 {
    padding-right: -72px !important;
  }
  .u-tab-pr--8 {
    padding-right: -64px !important;
  }
  .u-tab-pr--7 {
    padding-right: -56px !important;
  }
  .u-tab-pr--6 {
    padding-right: -48px !important;
  }
  .u-tab-pr--5 {
    padding-right: -40px !important;
  }
  .u-tab-pr--4 {
    padding-right: -32px !important;
  }
  .u-tab-pr--3 {
    padding-right: -24px !important;
  }
  .u-tab-pr--2 {
    padding-right: -16px !important;
  }
  .u-tab-pr--1 {
    padding-right: -8px !important;
  }
  .u-tab-pr-0 {
    padding-right: 0px !important;
  }
  .u-tab-pr-1 {
    padding-right: 8px !important;
  }
  .u-tab-pr-2 {
    padding-right: 16px !important;
  }
  .u-tab-pr-3 {
    padding-right: 24px !important;
  }
  .u-tab-pr-4 {
    padding-right: 32px !important;
  }
  .u-tab-pr-5 {
    padding-right: 40px !important;
  }
  .u-tab-pr-6 {
    padding-right: 48px !important;
  }
  .u-tab-pr-7 {
    padding-right: 56px !important;
  }
  .u-tab-pr-8 {
    padding-right: 64px !important;
  }
  .u-tab-pr-9 {
    padding-right: 72px !important;
  }
  .u-tab-pr-10 {
    padding-right: 80px !important;
  }
  .u-tab-pr-11 {
    padding-right: 88px !important;
  }
  .u-tab-pr-12 {
    padding-right: 96px !important;
  }
  .u-tab-pr-13 {
    padding-right: 104px !important;
  }
  .u-tab-pr-14 {
    padding-right: 112px !important;
  }
  .u-tab-pr-15 {
    padding-right: 120px !important;
  }
  .u-tab-pr-16 {
    padding-right: 128px !important;
  }
  .u-tab-pr-17 {
    padding-right: 136px !important;
  }
  .u-tab-pr-18 {
    padding-right: 144px !important;
  }
  .u-tab-pr-19 {
    padding-right: 152px !important;
  }
  .u-tab-pr-20 {
    padding-right: 160px !important;
  }
  .u-tab-pr-21 {
    padding-right: 168px !important;
  }
  .u-tab-pr-22 {
    padding-right: 176px !important;
  }
  .u-tab-pr-23 {
    padding-right: 184px !important;
  }
  .u-tab-pr-24 {
    padding-right: 192px !important;
  }
  .u-tab-pr-25 {
    padding-right: 200px !important;
  }
  .u-tab-pr-26 {
    padding-right: 208px !important;
  }
  .u-tab-pr-27 {
    padding-right: 216px !important;
  }
  .u-tab-pr-28 {
    padding-right: 224px !important;
  }
  .u-tab-pr-29 {
    padding-right: 232px !important;
  }
  .u-tab-pr-30 {
    padding-right: 240px !important;
  }
  .u-tab-pr-31 {
    padding-right: 248px !important;
  }
  .u-tab-pr-32 {
    padding-right: 256px !important;
  }
  .u-tab-pr-33 {
    padding-right: 264px !important;
  }
  .u-tab-pr-34 {
    padding-right: 272px !important;
  }
  .u-tab-pr-35 {
    padding-right: 280px !important;
  }
  .u-tab-pr-36 {
    padding-right: 288px !important;
  }
  .u-tab-pr-37 {
    padding-right: 296px !important;
  }
  .u-tab-pr-38 {
    padding-right: 304px !important;
  }
  .u-tab-pr-39 {
    padding-right: 312px !important;
  }
  .u-tab-pr-40 {
    padding-right: 320px !important;
  }
  .u-tab-pr-41 {
    padding-right: 328px !important;
  }
  .u-tab-pr-42 {
    padding-right: 336px !important;
  }
  .u-tab-pr-43 {
    padding-right: 344px !important;
  }
  .u-tab-pr-44 {
    padding-right: 352px !important;
  }
  .u-tab-pr-45 {
    padding-right: 360px !important;
  }
  .u-tab-pr-46 {
    padding-right: 368px !important;
  }
  .u-tab-pr-47 {
    padding-right: 376px !important;
  }
  .u-tab-pr-48 {
    padding-right: 384px !important;
  }
  .u-tab-pr-49 {
    padding-right: 392px !important;
  }
  .u-tab-pr-50 {
    padding-right: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-pr--50 {
    padding-right: -400px !important;
  }
  .u-sp-pr--49 {
    padding-right: -392px !important;
  }
  .u-sp-pr--48 {
    padding-right: -384px !important;
  }
  .u-sp-pr--47 {
    padding-right: -376px !important;
  }
  .u-sp-pr--46 {
    padding-right: -368px !important;
  }
  .u-sp-pr--45 {
    padding-right: -360px !important;
  }
  .u-sp-pr--44 {
    padding-right: -352px !important;
  }
  .u-sp-pr--43 {
    padding-right: -344px !important;
  }
  .u-sp-pr--42 {
    padding-right: -336px !important;
  }
  .u-sp-pr--41 {
    padding-right: -328px !important;
  }
  .u-sp-pr--40 {
    padding-right: -320px !important;
  }
  .u-sp-pr--39 {
    padding-right: -312px !important;
  }
  .u-sp-pr--38 {
    padding-right: -304px !important;
  }
  .u-sp-pr--37 {
    padding-right: -296px !important;
  }
  .u-sp-pr--36 {
    padding-right: -288px !important;
  }
  .u-sp-pr--35 {
    padding-right: -280px !important;
  }
  .u-sp-pr--34 {
    padding-right: -272px !important;
  }
  .u-sp-pr--33 {
    padding-right: -264px !important;
  }
  .u-sp-pr--32 {
    padding-right: -256px !important;
  }
  .u-sp-pr--31 {
    padding-right: -248px !important;
  }
  .u-sp-pr--30 {
    padding-right: -240px !important;
  }
  .u-sp-pr--29 {
    padding-right: -232px !important;
  }
  .u-sp-pr--28 {
    padding-right: -224px !important;
  }
  .u-sp-pr--27 {
    padding-right: -216px !important;
  }
  .u-sp-pr--26 {
    padding-right: -208px !important;
  }
  .u-sp-pr--25 {
    padding-right: -200px !important;
  }
  .u-sp-pr--24 {
    padding-right: -192px !important;
  }
  .u-sp-pr--23 {
    padding-right: -184px !important;
  }
  .u-sp-pr--22 {
    padding-right: -176px !important;
  }
  .u-sp-pr--21 {
    padding-right: -168px !important;
  }
  .u-sp-pr--20 {
    padding-right: -160px !important;
  }
  .u-sp-pr--19 {
    padding-right: -152px !important;
  }
  .u-sp-pr--18 {
    padding-right: -144px !important;
  }
  .u-sp-pr--17 {
    padding-right: -136px !important;
  }
  .u-sp-pr--16 {
    padding-right: -128px !important;
  }
  .u-sp-pr--15 {
    padding-right: -120px !important;
  }
  .u-sp-pr--14 {
    padding-right: -112px !important;
  }
  .u-sp-pr--13 {
    padding-right: -104px !important;
  }
  .u-sp-pr--12 {
    padding-right: -96px !important;
  }
  .u-sp-pr--11 {
    padding-right: -88px !important;
  }
  .u-sp-pr--10 {
    padding-right: -80px !important;
  }
  .u-sp-pr--9 {
    padding-right: -72px !important;
  }
  .u-sp-pr--8 {
    padding-right: -64px !important;
  }
  .u-sp-pr--7 {
    padding-right: -56px !important;
  }
  .u-sp-pr--6 {
    padding-right: -48px !important;
  }
  .u-sp-pr--5 {
    padding-right: -40px !important;
  }
  .u-sp-pr--4 {
    padding-right: -32px !important;
  }
  .u-sp-pr--3 {
    padding-right: -24px !important;
  }
  .u-sp-pr--2 {
    padding-right: -16px !important;
  }
  .u-sp-pr--1 {
    padding-right: -8px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pr-1 {
    padding-right: 8px !important;
  }
  .u-sp-pr-2 {
    padding-right: 16px !important;
  }
  .u-sp-pr-3 {
    padding-right: 24px !important;
  }
  .u-sp-pr-4 {
    padding-right: 32px !important;
  }
  .u-sp-pr-5 {
    padding-right: 40px !important;
  }
  .u-sp-pr-6 {
    padding-right: 48px !important;
  }
  .u-sp-pr-7 {
    padding-right: 56px !important;
  }
  .u-sp-pr-8 {
    padding-right: 64px !important;
  }
  .u-sp-pr-9 {
    padding-right: 72px !important;
  }
  .u-sp-pr-10 {
    padding-right: 80px !important;
  }
  .u-sp-pr-11 {
    padding-right: 88px !important;
  }
  .u-sp-pr-12 {
    padding-right: 96px !important;
  }
  .u-sp-pr-13 {
    padding-right: 104px !important;
  }
  .u-sp-pr-14 {
    padding-right: 112px !important;
  }
  .u-sp-pr-15 {
    padding-right: 120px !important;
  }
  .u-sp-pr-16 {
    padding-right: 128px !important;
  }
  .u-sp-pr-17 {
    padding-right: 136px !important;
  }
  .u-sp-pr-18 {
    padding-right: 144px !important;
  }
  .u-sp-pr-19 {
    padding-right: 152px !important;
  }
  .u-sp-pr-20 {
    padding-right: 160px !important;
  }
  .u-sp-pr-21 {
    padding-right: 168px !important;
  }
  .u-sp-pr-22 {
    padding-right: 176px !important;
  }
  .u-sp-pr-23 {
    padding-right: 184px !important;
  }
  .u-sp-pr-24 {
    padding-right: 192px !important;
  }
  .u-sp-pr-25 {
    padding-right: 200px !important;
  }
  .u-sp-pr-26 {
    padding-right: 208px !important;
  }
  .u-sp-pr-27 {
    padding-right: 216px !important;
  }
  .u-sp-pr-28 {
    padding-right: 224px !important;
  }
  .u-sp-pr-29 {
    padding-right: 232px !important;
  }
  .u-sp-pr-30 {
    padding-right: 240px !important;
  }
  .u-sp-pr-31 {
    padding-right: 248px !important;
  }
  .u-sp-pr-32 {
    padding-right: 256px !important;
  }
  .u-sp-pr-33 {
    padding-right: 264px !important;
  }
  .u-sp-pr-34 {
    padding-right: 272px !important;
  }
  .u-sp-pr-35 {
    padding-right: 280px !important;
  }
  .u-sp-pr-36 {
    padding-right: 288px !important;
  }
  .u-sp-pr-37 {
    padding-right: 296px !important;
  }
  .u-sp-pr-38 {
    padding-right: 304px !important;
  }
  .u-sp-pr-39 {
    padding-right: 312px !important;
  }
  .u-sp-pr-40 {
    padding-right: 320px !important;
  }
  .u-sp-pr-41 {
    padding-right: 328px !important;
  }
  .u-sp-pr-42 {
    padding-right: 336px !important;
  }
  .u-sp-pr-43 {
    padding-right: 344px !important;
  }
  .u-sp-pr-44 {
    padding-right: 352px !important;
  }
  .u-sp-pr-45 {
    padding-right: 360px !important;
  }
  .u-sp-pr-46 {
    padding-right: 368px !important;
  }
  .u-sp-pr-47 {
    padding-right: 376px !important;
  }
  .u-sp-pr-48 {
    padding-right: 384px !important;
  }
  .u-sp-pr-49 {
    padding-right: 392px !important;
  }
  .u-sp-pr-50 {
    padding-right: 400px !important;
  }
}
.u-mb--50 {
  margin-bottom: -400px !important;
}

.u-mb--49 {
  margin-bottom: -392px !important;
}

.u-mb--48 {
  margin-bottom: -384px !important;
}

.u-mb--47 {
  margin-bottom: -376px !important;
}

.u-mb--46 {
  margin-bottom: -368px !important;
}

.u-mb--45 {
  margin-bottom: -360px !important;
}

.u-mb--44 {
  margin-bottom: -352px !important;
}

.u-mb--43 {
  margin-bottom: -344px !important;
}

.u-mb--42 {
  margin-bottom: -336px !important;
}

.u-mb--41 {
  margin-bottom: -328px !important;
}

.u-mb--40 {
  margin-bottom: -320px !important;
}

.u-mb--39 {
  margin-bottom: -312px !important;
}

.u-mb--38 {
  margin-bottom: -304px !important;
}

.u-mb--37 {
  margin-bottom: -296px !important;
}

.u-mb--36 {
  margin-bottom: -288px !important;
}

.u-mb--35 {
  margin-bottom: -280px !important;
}

.u-mb--34 {
  margin-bottom: -272px !important;
}

.u-mb--33 {
  margin-bottom: -264px !important;
}

.u-mb--32 {
  margin-bottom: -256px !important;
}

.u-mb--31 {
  margin-bottom: -248px !important;
}

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

.u-mb--29 {
  margin-bottom: -232px !important;
}

.u-mb--28 {
  margin-bottom: -224px !important;
}

.u-mb--27 {
  margin-bottom: -216px !important;
}

.u-mb--26 {
  margin-bottom: -208px !important;
}

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

.u-mb--24 {
  margin-bottom: -192px !important;
}

.u-mb--23 {
  margin-bottom: -184px !important;
}

.u-mb--22 {
  margin-bottom: -176px !important;
}

.u-mb--21 {
  margin-bottom: -168px !important;
}

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

.u-mb--19 {
  margin-bottom: -152px !important;
}

.u-mb--18 {
  margin-bottom: -144px !important;
}

.u-mb--17 {
  margin-bottom: -136px !important;
}

.u-mb--16 {
  margin-bottom: -128px !important;
}

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

.u-mb--14 {
  margin-bottom: -112px !important;
}

.u-mb--13 {
  margin-bottom: -104px !important;
}

.u-mb--12 {
  margin-bottom: -96px !important;
}

.u-mb--11 {
  margin-bottom: -88px !important;
}

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

.u-mb--9 {
  margin-bottom: -72px !important;
}

.u-mb--8 {
  margin-bottom: -64px !important;
}

.u-mb--7 {
  margin-bottom: -56px !important;
}

.u-mb--6 {
  margin-bottom: -48px !important;
}

.u-mb--5 {
  margin-bottom: -40px !important;
}

.u-mb--4 {
  margin-bottom: -32px !important;
}

.u-mb--3 {
  margin-bottom: -24px !important;
}

.u-mb--2 {
  margin-bottom: -16px !important;
}

.u-mb--1 {
  margin-bottom: -8px !important;
}

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

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-mb-8 {
  margin-bottom: 64px !important;
}

.u-mb-9 {
  margin-bottom: 72px !important;
}

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

.u-mb-11 {
  margin-bottom: 88px !important;
}

.u-mb-12 {
  margin-bottom: 96px !important;
}

.u-mb-13 {
  margin-bottom: 104px !important;
}

.u-mb-14 {
  margin-bottom: 112px !important;
}

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

.u-mb-16 {
  margin-bottom: 128px !important;
}

.u-mb-17 {
  margin-bottom: 136px !important;
}

.u-mb-18 {
  margin-bottom: 144px !important;
}

.u-mb-19 {
  margin-bottom: 152px !important;
}

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

.u-mb-21 {
  margin-bottom: 168px !important;
}

.u-mb-22 {
  margin-bottom: 176px !important;
}

.u-mb-23 {
  margin-bottom: 184px !important;
}

.u-mb-24 {
  margin-bottom: 192px !important;
}

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

.u-mb-26 {
  margin-bottom: 208px !important;
}

.u-mb-27 {
  margin-bottom: 216px !important;
}

.u-mb-28 {
  margin-bottom: 224px !important;
}

.u-mb-29 {
  margin-bottom: 232px !important;
}

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

.u-mb-31 {
  margin-bottom: 248px !important;
}

.u-mb-32 {
  margin-bottom: 256px !important;
}

.u-mb-33 {
  margin-bottom: 264px !important;
}

.u-mb-34 {
  margin-bottom: 272px !important;
}

.u-mb-35 {
  margin-bottom: 280px !important;
}

.u-mb-36 {
  margin-bottom: 288px !important;
}

.u-mb-37 {
  margin-bottom: 296px !important;
}

.u-mb-38 {
  margin-bottom: 304px !important;
}

.u-mb-39 {
  margin-bottom: 312px !important;
}

.u-mb-40 {
  margin-bottom: 320px !important;
}

.u-mb-41 {
  margin-bottom: 328px !important;
}

.u-mb-42 {
  margin-bottom: 336px !important;
}

.u-mb-43 {
  margin-bottom: 344px !important;
}

.u-mb-44 {
  margin-bottom: 352px !important;
}

.u-mb-45 {
  margin-bottom: 360px !important;
}

.u-mb-46 {
  margin-bottom: 368px !important;
}

.u-mb-47 {
  margin-bottom: 376px !important;
}

.u-mb-48 {
  margin-bottom: 384px !important;
}

.u-mb-49 {
  margin-bottom: 392px !important;
}

.u-mb-50 {
  margin-bottom: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-mb--50 {
    margin-bottom: -400px !important;
  }
  .u-tab-mb--49 {
    margin-bottom: -392px !important;
  }
  .u-tab-mb--48 {
    margin-bottom: -384px !important;
  }
  .u-tab-mb--47 {
    margin-bottom: -376px !important;
  }
  .u-tab-mb--46 {
    margin-bottom: -368px !important;
  }
  .u-tab-mb--45 {
    margin-bottom: -360px !important;
  }
  .u-tab-mb--44 {
    margin-bottom: -352px !important;
  }
  .u-tab-mb--43 {
    margin-bottom: -344px !important;
  }
  .u-tab-mb--42 {
    margin-bottom: -336px !important;
  }
  .u-tab-mb--41 {
    margin-bottom: -328px !important;
  }
  .u-tab-mb--40 {
    margin-bottom: -320px !important;
  }
  .u-tab-mb--39 {
    margin-bottom: -312px !important;
  }
  .u-tab-mb--38 {
    margin-bottom: -304px !important;
  }
  .u-tab-mb--37 {
    margin-bottom: -296px !important;
  }
  .u-tab-mb--36 {
    margin-bottom: -288px !important;
  }
  .u-tab-mb--35 {
    margin-bottom: -280px !important;
  }
  .u-tab-mb--34 {
    margin-bottom: -272px !important;
  }
  .u-tab-mb--33 {
    margin-bottom: -264px !important;
  }
  .u-tab-mb--32 {
    margin-bottom: -256px !important;
  }
  .u-tab-mb--31 {
    margin-bottom: -248px !important;
  }
  .u-tab-mb--30 {
    margin-bottom: -240px !important;
  }
  .u-tab-mb--29 {
    margin-bottom: -232px !important;
  }
  .u-tab-mb--28 {
    margin-bottom: -224px !important;
  }
  .u-tab-mb--27 {
    margin-bottom: -216px !important;
  }
  .u-tab-mb--26 {
    margin-bottom: -208px !important;
  }
  .u-tab-mb--25 {
    margin-bottom: -200px !important;
  }
  .u-tab-mb--24 {
    margin-bottom: -192px !important;
  }
  .u-tab-mb--23 {
    margin-bottom: -184px !important;
  }
  .u-tab-mb--22 {
    margin-bottom: -176px !important;
  }
  .u-tab-mb--21 {
    margin-bottom: -168px !important;
  }
  .u-tab-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-tab-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-tab-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-tab-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-tab-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-tab-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-tab-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-tab-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-tab-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-tab-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-tab-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-tab-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-tab-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-tab-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-tab-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-tab-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-tab-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-tab-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-tab-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-tab-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-mb--50 {
    margin-bottom: -400px !important;
  }
  .u-sp-mb--49 {
    margin-bottom: -392px !important;
  }
  .u-sp-mb--48 {
    margin-bottom: -384px !important;
  }
  .u-sp-mb--47 {
    margin-bottom: -376px !important;
  }
  .u-sp-mb--46 {
    margin-bottom: -368px !important;
  }
  .u-sp-mb--45 {
    margin-bottom: -360px !important;
  }
  .u-sp-mb--44 {
    margin-bottom: -352px !important;
  }
  .u-sp-mb--43 {
    margin-bottom: -344px !important;
  }
  .u-sp-mb--42 {
    margin-bottom: -336px !important;
  }
  .u-sp-mb--41 {
    margin-bottom: -328px !important;
  }
  .u-sp-mb--40 {
    margin-bottom: -320px !important;
  }
  .u-sp-mb--39 {
    margin-bottom: -312px !important;
  }
  .u-sp-mb--38 {
    margin-bottom: -304px !important;
  }
  .u-sp-mb--37 {
    margin-bottom: -296px !important;
  }
  .u-sp-mb--36 {
    margin-bottom: -288px !important;
  }
  .u-sp-mb--35 {
    margin-bottom: -280px !important;
  }
  .u-sp-mb--34 {
    margin-bottom: -272px !important;
  }
  .u-sp-mb--33 {
    margin-bottom: -264px !important;
  }
  .u-sp-mb--32 {
    margin-bottom: -256px !important;
  }
  .u-sp-mb--31 {
    margin-bottom: -248px !important;
  }
  .u-sp-mb--30 {
    margin-bottom: -240px !important;
  }
  .u-sp-mb--29 {
    margin-bottom: -232px !important;
  }
  .u-sp-mb--28 {
    margin-bottom: -224px !important;
  }
  .u-sp-mb--27 {
    margin-bottom: -216px !important;
  }
  .u-sp-mb--26 {
    margin-bottom: -208px !important;
  }
  .u-sp-mb--25 {
    margin-bottom: -200px !important;
  }
  .u-sp-mb--24 {
    margin-bottom: -192px !important;
  }
  .u-sp-mb--23 {
    margin-bottom: -184px !important;
  }
  .u-sp-mb--22 {
    margin-bottom: -176px !important;
  }
  .u-sp-mb--21 {
    margin-bottom: -168px !important;
  }
  .u-sp-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-sp-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-sp-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-sp-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-sp-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-sp-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-sp-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-sp-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-sp-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-sp-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-sp-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-sp-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-sp-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-sp-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-sp-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-sp-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-sp-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-sp-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-sp-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-sp-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 400px !important;
  }
}
.u-pb--50 {
  padding-bottom: -400px !important;
}

.u-pb--49 {
  padding-bottom: -392px !important;
}

.u-pb--48 {
  padding-bottom: -384px !important;
}

.u-pb--47 {
  padding-bottom: -376px !important;
}

.u-pb--46 {
  padding-bottom: -368px !important;
}

.u-pb--45 {
  padding-bottom: -360px !important;
}

.u-pb--44 {
  padding-bottom: -352px !important;
}

.u-pb--43 {
  padding-bottom: -344px !important;
}

.u-pb--42 {
  padding-bottom: -336px !important;
}

.u-pb--41 {
  padding-bottom: -328px !important;
}

.u-pb--40 {
  padding-bottom: -320px !important;
}

.u-pb--39 {
  padding-bottom: -312px !important;
}

.u-pb--38 {
  padding-bottom: -304px !important;
}

.u-pb--37 {
  padding-bottom: -296px !important;
}

.u-pb--36 {
  padding-bottom: -288px !important;
}

.u-pb--35 {
  padding-bottom: -280px !important;
}

.u-pb--34 {
  padding-bottom: -272px !important;
}

.u-pb--33 {
  padding-bottom: -264px !important;
}

.u-pb--32 {
  padding-bottom: -256px !important;
}

.u-pb--31 {
  padding-bottom: -248px !important;
}

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

.u-pb--29 {
  padding-bottom: -232px !important;
}

.u-pb--28 {
  padding-bottom: -224px !important;
}

.u-pb--27 {
  padding-bottom: -216px !important;
}

.u-pb--26 {
  padding-bottom: -208px !important;
}

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

.u-pb--24 {
  padding-bottom: -192px !important;
}

.u-pb--23 {
  padding-bottom: -184px !important;
}

.u-pb--22 {
  padding-bottom: -176px !important;
}

.u-pb--21 {
  padding-bottom: -168px !important;
}

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

.u-pb--19 {
  padding-bottom: -152px !important;
}

.u-pb--18 {
  padding-bottom: -144px !important;
}

.u-pb--17 {
  padding-bottom: -136px !important;
}

.u-pb--16 {
  padding-bottom: -128px !important;
}

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

.u-pb--14 {
  padding-bottom: -112px !important;
}

.u-pb--13 {
  padding-bottom: -104px !important;
}

.u-pb--12 {
  padding-bottom: -96px !important;
}

.u-pb--11 {
  padding-bottom: -88px !important;
}

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

.u-pb--9 {
  padding-bottom: -72px !important;
}

.u-pb--8 {
  padding-bottom: -64px !important;
}

.u-pb--7 {
  padding-bottom: -56px !important;
}

.u-pb--6 {
  padding-bottom: -48px !important;
}

.u-pb--5 {
  padding-bottom: -40px !important;
}

.u-pb--4 {
  padding-bottom: -32px !important;
}

.u-pb--3 {
  padding-bottom: -24px !important;
}

.u-pb--2 {
  padding-bottom: -16px !important;
}

.u-pb--1 {
  padding-bottom: -8px !important;
}

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

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-pb-8 {
  padding-bottom: 64px !important;
}

.u-pb-9 {
  padding-bottom: 72px !important;
}

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

.u-pb-11 {
  padding-bottom: 88px !important;
}

.u-pb-12 {
  padding-bottom: 96px !important;
}

.u-pb-13 {
  padding-bottom: 104px !important;
}

.u-pb-14 {
  padding-bottom: 112px !important;
}

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

.u-pb-16 {
  padding-bottom: 128px !important;
}

.u-pb-17 {
  padding-bottom: 136px !important;
}

.u-pb-18 {
  padding-bottom: 144px !important;
}

.u-pb-19 {
  padding-bottom: 152px !important;
}

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

.u-pb-21 {
  padding-bottom: 168px !important;
}

.u-pb-22 {
  padding-bottom: 176px !important;
}

.u-pb-23 {
  padding-bottom: 184px !important;
}

.u-pb-24 {
  padding-bottom: 192px !important;
}

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

.u-pb-26 {
  padding-bottom: 208px !important;
}

.u-pb-27 {
  padding-bottom: 216px !important;
}

.u-pb-28 {
  padding-bottom: 224px !important;
}

.u-pb-29 {
  padding-bottom: 232px !important;
}

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

.u-pb-31 {
  padding-bottom: 248px !important;
}

.u-pb-32 {
  padding-bottom: 256px !important;
}

.u-pb-33 {
  padding-bottom: 264px !important;
}

.u-pb-34 {
  padding-bottom: 272px !important;
}

.u-pb-35 {
  padding-bottom: 280px !important;
}

.u-pb-36 {
  padding-bottom: 288px !important;
}

.u-pb-37 {
  padding-bottom: 296px !important;
}

.u-pb-38 {
  padding-bottom: 304px !important;
}

.u-pb-39 {
  padding-bottom: 312px !important;
}

.u-pb-40 {
  padding-bottom: 320px !important;
}

.u-pb-41 {
  padding-bottom: 328px !important;
}

.u-pb-42 {
  padding-bottom: 336px !important;
}

.u-pb-43 {
  padding-bottom: 344px !important;
}

.u-pb-44 {
  padding-bottom: 352px !important;
}

.u-pb-45 {
  padding-bottom: 360px !important;
}

.u-pb-46 {
  padding-bottom: 368px !important;
}

.u-pb-47 {
  padding-bottom: 376px !important;
}

.u-pb-48 {
  padding-bottom: 384px !important;
}

.u-pb-49 {
  padding-bottom: 392px !important;
}

.u-pb-50 {
  padding-bottom: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-pb--50 {
    padding-bottom: -400px !important;
  }
  .u-tab-pb--49 {
    padding-bottom: -392px !important;
  }
  .u-tab-pb--48 {
    padding-bottom: -384px !important;
  }
  .u-tab-pb--47 {
    padding-bottom: -376px !important;
  }
  .u-tab-pb--46 {
    padding-bottom: -368px !important;
  }
  .u-tab-pb--45 {
    padding-bottom: -360px !important;
  }
  .u-tab-pb--44 {
    padding-bottom: -352px !important;
  }
  .u-tab-pb--43 {
    padding-bottom: -344px !important;
  }
  .u-tab-pb--42 {
    padding-bottom: -336px !important;
  }
  .u-tab-pb--41 {
    padding-bottom: -328px !important;
  }
  .u-tab-pb--40 {
    padding-bottom: -320px !important;
  }
  .u-tab-pb--39 {
    padding-bottom: -312px !important;
  }
  .u-tab-pb--38 {
    padding-bottom: -304px !important;
  }
  .u-tab-pb--37 {
    padding-bottom: -296px !important;
  }
  .u-tab-pb--36 {
    padding-bottom: -288px !important;
  }
  .u-tab-pb--35 {
    padding-bottom: -280px !important;
  }
  .u-tab-pb--34 {
    padding-bottom: -272px !important;
  }
  .u-tab-pb--33 {
    padding-bottom: -264px !important;
  }
  .u-tab-pb--32 {
    padding-bottom: -256px !important;
  }
  .u-tab-pb--31 {
    padding-bottom: -248px !important;
  }
  .u-tab-pb--30 {
    padding-bottom: -240px !important;
  }
  .u-tab-pb--29 {
    padding-bottom: -232px !important;
  }
  .u-tab-pb--28 {
    padding-bottom: -224px !important;
  }
  .u-tab-pb--27 {
    padding-bottom: -216px !important;
  }
  .u-tab-pb--26 {
    padding-bottom: -208px !important;
  }
  .u-tab-pb--25 {
    padding-bottom: -200px !important;
  }
  .u-tab-pb--24 {
    padding-bottom: -192px !important;
  }
  .u-tab-pb--23 {
    padding-bottom: -184px !important;
  }
  .u-tab-pb--22 {
    padding-bottom: -176px !important;
  }
  .u-tab-pb--21 {
    padding-bottom: -168px !important;
  }
  .u-tab-pb--20 {
    padding-bottom: -160px !important;
  }
  .u-tab-pb--19 {
    padding-bottom: -152px !important;
  }
  .u-tab-pb--18 {
    padding-bottom: -144px !important;
  }
  .u-tab-pb--17 {
    padding-bottom: -136px !important;
  }
  .u-tab-pb--16 {
    padding-bottom: -128px !important;
  }
  .u-tab-pb--15 {
    padding-bottom: -120px !important;
  }
  .u-tab-pb--14 {
    padding-bottom: -112px !important;
  }
  .u-tab-pb--13 {
    padding-bottom: -104px !important;
  }
  .u-tab-pb--12 {
    padding-bottom: -96px !important;
  }
  .u-tab-pb--11 {
    padding-bottom: -88px !important;
  }
  .u-tab-pb--10 {
    padding-bottom: -80px !important;
  }
  .u-tab-pb--9 {
    padding-bottom: -72px !important;
  }
  .u-tab-pb--8 {
    padding-bottom: -64px !important;
  }
  .u-tab-pb--7 {
    padding-bottom: -56px !important;
  }
  .u-tab-pb--6 {
    padding-bottom: -48px !important;
  }
  .u-tab-pb--5 {
    padding-bottom: -40px !important;
  }
  .u-tab-pb--4 {
    padding-bottom: -32px !important;
  }
  .u-tab-pb--3 {
    padding-bottom: -24px !important;
  }
  .u-tab-pb--2 {
    padding-bottom: -16px !important;
  }
  .u-tab-pb--1 {
    padding-bottom: -8px !important;
  }
  .u-tab-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-tab-pb-1 {
    padding-bottom: 8px !important;
  }
  .u-tab-pb-2 {
    padding-bottom: 16px !important;
  }
  .u-tab-pb-3 {
    padding-bottom: 24px !important;
  }
  .u-tab-pb-4 {
    padding-bottom: 32px !important;
  }
  .u-tab-pb-5 {
    padding-bottom: 40px !important;
  }
  .u-tab-pb-6 {
    padding-bottom: 48px !important;
  }
  .u-tab-pb-7 {
    padding-bottom: 56px !important;
  }
  .u-tab-pb-8 {
    padding-bottom: 64px !important;
  }
  .u-tab-pb-9 {
    padding-bottom: 72px !important;
  }
  .u-tab-pb-10 {
    padding-bottom: 80px !important;
  }
  .u-tab-pb-11 {
    padding-bottom: 88px !important;
  }
  .u-tab-pb-12 {
    padding-bottom: 96px !important;
  }
  .u-tab-pb-13 {
    padding-bottom: 104px !important;
  }
  .u-tab-pb-14 {
    padding-bottom: 112px !important;
  }
  .u-tab-pb-15 {
    padding-bottom: 120px !important;
  }
  .u-tab-pb-16 {
    padding-bottom: 128px !important;
  }
  .u-tab-pb-17 {
    padding-bottom: 136px !important;
  }
  .u-tab-pb-18 {
    padding-bottom: 144px !important;
  }
  .u-tab-pb-19 {
    padding-bottom: 152px !important;
  }
  .u-tab-pb-20 {
    padding-bottom: 160px !important;
  }
  .u-tab-pb-21 {
    padding-bottom: 168px !important;
  }
  .u-tab-pb-22 {
    padding-bottom: 176px !important;
  }
  .u-tab-pb-23 {
    padding-bottom: 184px !important;
  }
  .u-tab-pb-24 {
    padding-bottom: 192px !important;
  }
  .u-tab-pb-25 {
    padding-bottom: 200px !important;
  }
  .u-tab-pb-26 {
    padding-bottom: 208px !important;
  }
  .u-tab-pb-27 {
    padding-bottom: 216px !important;
  }
  .u-tab-pb-28 {
    padding-bottom: 224px !important;
  }
  .u-tab-pb-29 {
    padding-bottom: 232px !important;
  }
  .u-tab-pb-30 {
    padding-bottom: 240px !important;
  }
  .u-tab-pb-31 {
    padding-bottom: 248px !important;
  }
  .u-tab-pb-32 {
    padding-bottom: 256px !important;
  }
  .u-tab-pb-33 {
    padding-bottom: 264px !important;
  }
  .u-tab-pb-34 {
    padding-bottom: 272px !important;
  }
  .u-tab-pb-35 {
    padding-bottom: 280px !important;
  }
  .u-tab-pb-36 {
    padding-bottom: 288px !important;
  }
  .u-tab-pb-37 {
    padding-bottom: 296px !important;
  }
  .u-tab-pb-38 {
    padding-bottom: 304px !important;
  }
  .u-tab-pb-39 {
    padding-bottom: 312px !important;
  }
  .u-tab-pb-40 {
    padding-bottom: 320px !important;
  }
  .u-tab-pb-41 {
    padding-bottom: 328px !important;
  }
  .u-tab-pb-42 {
    padding-bottom: 336px !important;
  }
  .u-tab-pb-43 {
    padding-bottom: 344px !important;
  }
  .u-tab-pb-44 {
    padding-bottom: 352px !important;
  }
  .u-tab-pb-45 {
    padding-bottom: 360px !important;
  }
  .u-tab-pb-46 {
    padding-bottom: 368px !important;
  }
  .u-tab-pb-47 {
    padding-bottom: 376px !important;
  }
  .u-tab-pb-48 {
    padding-bottom: 384px !important;
  }
  .u-tab-pb-49 {
    padding-bottom: 392px !important;
  }
  .u-tab-pb-50 {
    padding-bottom: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-pb--50 {
    padding-bottom: -400px !important;
  }
  .u-sp-pb--49 {
    padding-bottom: -392px !important;
  }
  .u-sp-pb--48 {
    padding-bottom: -384px !important;
  }
  .u-sp-pb--47 {
    padding-bottom: -376px !important;
  }
  .u-sp-pb--46 {
    padding-bottom: -368px !important;
  }
  .u-sp-pb--45 {
    padding-bottom: -360px !important;
  }
  .u-sp-pb--44 {
    padding-bottom: -352px !important;
  }
  .u-sp-pb--43 {
    padding-bottom: -344px !important;
  }
  .u-sp-pb--42 {
    padding-bottom: -336px !important;
  }
  .u-sp-pb--41 {
    padding-bottom: -328px !important;
  }
  .u-sp-pb--40 {
    padding-bottom: -320px !important;
  }
  .u-sp-pb--39 {
    padding-bottom: -312px !important;
  }
  .u-sp-pb--38 {
    padding-bottom: -304px !important;
  }
  .u-sp-pb--37 {
    padding-bottom: -296px !important;
  }
  .u-sp-pb--36 {
    padding-bottom: -288px !important;
  }
  .u-sp-pb--35 {
    padding-bottom: -280px !important;
  }
  .u-sp-pb--34 {
    padding-bottom: -272px !important;
  }
  .u-sp-pb--33 {
    padding-bottom: -264px !important;
  }
  .u-sp-pb--32 {
    padding-bottom: -256px !important;
  }
  .u-sp-pb--31 {
    padding-bottom: -248px !important;
  }
  .u-sp-pb--30 {
    padding-bottom: -240px !important;
  }
  .u-sp-pb--29 {
    padding-bottom: -232px !important;
  }
  .u-sp-pb--28 {
    padding-bottom: -224px !important;
  }
  .u-sp-pb--27 {
    padding-bottom: -216px !important;
  }
  .u-sp-pb--26 {
    padding-bottom: -208px !important;
  }
  .u-sp-pb--25 {
    padding-bottom: -200px !important;
  }
  .u-sp-pb--24 {
    padding-bottom: -192px !important;
  }
  .u-sp-pb--23 {
    padding-bottom: -184px !important;
  }
  .u-sp-pb--22 {
    padding-bottom: -176px !important;
  }
  .u-sp-pb--21 {
    padding-bottom: -168px !important;
  }
  .u-sp-pb--20 {
    padding-bottom: -160px !important;
  }
  .u-sp-pb--19 {
    padding-bottom: -152px !important;
  }
  .u-sp-pb--18 {
    padding-bottom: -144px !important;
  }
  .u-sp-pb--17 {
    padding-bottom: -136px !important;
  }
  .u-sp-pb--16 {
    padding-bottom: -128px !important;
  }
  .u-sp-pb--15 {
    padding-bottom: -120px !important;
  }
  .u-sp-pb--14 {
    padding-bottom: -112px !important;
  }
  .u-sp-pb--13 {
    padding-bottom: -104px !important;
  }
  .u-sp-pb--12 {
    padding-bottom: -96px !important;
  }
  .u-sp-pb--11 {
    padding-bottom: -88px !important;
  }
  .u-sp-pb--10 {
    padding-bottom: -80px !important;
  }
  .u-sp-pb--9 {
    padding-bottom: -72px !important;
  }
  .u-sp-pb--8 {
    padding-bottom: -64px !important;
  }
  .u-sp-pb--7 {
    padding-bottom: -56px !important;
  }
  .u-sp-pb--6 {
    padding-bottom: -48px !important;
  }
  .u-sp-pb--5 {
    padding-bottom: -40px !important;
  }
  .u-sp-pb--4 {
    padding-bottom: -32px !important;
  }
  .u-sp-pb--3 {
    padding-bottom: -24px !important;
  }
  .u-sp-pb--2 {
    padding-bottom: -16px !important;
  }
  .u-sp-pb--1 {
    padding-bottom: -8px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pb-1 {
    padding-bottom: 8px !important;
  }
  .u-sp-pb-2 {
    padding-bottom: 16px !important;
  }
  .u-sp-pb-3 {
    padding-bottom: 24px !important;
  }
  .u-sp-pb-4 {
    padding-bottom: 32px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 40px !important;
  }
  .u-sp-pb-6 {
    padding-bottom: 48px !important;
  }
  .u-sp-pb-7 {
    padding-bottom: 56px !important;
  }
  .u-sp-pb-8 {
    padding-bottom: 64px !important;
  }
  .u-sp-pb-9 {
    padding-bottom: 72px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 80px !important;
  }
  .u-sp-pb-11 {
    padding-bottom: 88px !important;
  }
  .u-sp-pb-12 {
    padding-bottom: 96px !important;
  }
  .u-sp-pb-13 {
    padding-bottom: 104px !important;
  }
  .u-sp-pb-14 {
    padding-bottom: 112px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 120px !important;
  }
  .u-sp-pb-16 {
    padding-bottom: 128px !important;
  }
  .u-sp-pb-17 {
    padding-bottom: 136px !important;
  }
  .u-sp-pb-18 {
    padding-bottom: 144px !important;
  }
  .u-sp-pb-19 {
    padding-bottom: 152px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 160px !important;
  }
  .u-sp-pb-21 {
    padding-bottom: 168px !important;
  }
  .u-sp-pb-22 {
    padding-bottom: 176px !important;
  }
  .u-sp-pb-23 {
    padding-bottom: 184px !important;
  }
  .u-sp-pb-24 {
    padding-bottom: 192px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 200px !important;
  }
  .u-sp-pb-26 {
    padding-bottom: 208px !important;
  }
  .u-sp-pb-27 {
    padding-bottom: 216px !important;
  }
  .u-sp-pb-28 {
    padding-bottom: 224px !important;
  }
  .u-sp-pb-29 {
    padding-bottom: 232px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 240px !important;
  }
  .u-sp-pb-31 {
    padding-bottom: 248px !important;
  }
  .u-sp-pb-32 {
    padding-bottom: 256px !important;
  }
  .u-sp-pb-33 {
    padding-bottom: 264px !important;
  }
  .u-sp-pb-34 {
    padding-bottom: 272px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 280px !important;
  }
  .u-sp-pb-36 {
    padding-bottom: 288px !important;
  }
  .u-sp-pb-37 {
    padding-bottom: 296px !important;
  }
  .u-sp-pb-38 {
    padding-bottom: 304px !important;
  }
  .u-sp-pb-39 {
    padding-bottom: 312px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 320px !important;
  }
  .u-sp-pb-41 {
    padding-bottom: 328px !important;
  }
  .u-sp-pb-42 {
    padding-bottom: 336px !important;
  }
  .u-sp-pb-43 {
    padding-bottom: 344px !important;
  }
  .u-sp-pb-44 {
    padding-bottom: 352px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 360px !important;
  }
  .u-sp-pb-46 {
    padding-bottom: 368px !important;
  }
  .u-sp-pb-47 {
    padding-bottom: 376px !important;
  }
  .u-sp-pb-48 {
    padding-bottom: 384px !important;
  }
  .u-sp-pb-49 {
    padding-bottom: 392px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 400px !important;
  }
}
.u-ml--50 {
  margin-left: -400px !important;
}

.u-ml--49 {
  margin-left: -392px !important;
}

.u-ml--48 {
  margin-left: -384px !important;
}

.u-ml--47 {
  margin-left: -376px !important;
}

.u-ml--46 {
  margin-left: -368px !important;
}

.u-ml--45 {
  margin-left: -360px !important;
}

.u-ml--44 {
  margin-left: -352px !important;
}

.u-ml--43 {
  margin-left: -344px !important;
}

.u-ml--42 {
  margin-left: -336px !important;
}

.u-ml--41 {
  margin-left: -328px !important;
}

.u-ml--40 {
  margin-left: -320px !important;
}

.u-ml--39 {
  margin-left: -312px !important;
}

.u-ml--38 {
  margin-left: -304px !important;
}

.u-ml--37 {
  margin-left: -296px !important;
}

.u-ml--36 {
  margin-left: -288px !important;
}

.u-ml--35 {
  margin-left: -280px !important;
}

.u-ml--34 {
  margin-left: -272px !important;
}

.u-ml--33 {
  margin-left: -264px !important;
}

.u-ml--32 {
  margin-left: -256px !important;
}

.u-ml--31 {
  margin-left: -248px !important;
}

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

.u-ml--29 {
  margin-left: -232px !important;
}

.u-ml--28 {
  margin-left: -224px !important;
}

.u-ml--27 {
  margin-left: -216px !important;
}

.u-ml--26 {
  margin-left: -208px !important;
}

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

.u-ml--24 {
  margin-left: -192px !important;
}

.u-ml--23 {
  margin-left: -184px !important;
}

.u-ml--22 {
  margin-left: -176px !important;
}

.u-ml--21 {
  margin-left: -168px !important;
}

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

.u-ml--19 {
  margin-left: -152px !important;
}

.u-ml--18 {
  margin-left: -144px !important;
}

.u-ml--17 {
  margin-left: -136px !important;
}

.u-ml--16 {
  margin-left: -128px !important;
}

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

.u-ml--14 {
  margin-left: -112px !important;
}

.u-ml--13 {
  margin-left: -104px !important;
}

.u-ml--12 {
  margin-left: -96px !important;
}

.u-ml--11 {
  margin-left: -88px !important;
}

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

.u-ml--9 {
  margin-left: -72px !important;
}

.u-ml--8 {
  margin-left: -64px !important;
}

.u-ml--7 {
  margin-left: -56px !important;
}

.u-ml--6 {
  margin-left: -48px !important;
}

.u-ml--5 {
  margin-left: -40px !important;
}

.u-ml--4 {
  margin-left: -32px !important;
}

.u-ml--3 {
  margin-left: -24px !important;
}

.u-ml--2 {
  margin-left: -16px !important;
}

.u-ml--1 {
  margin-left: -8px !important;
}

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

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-3 {
  margin-left: 24px !important;
}

.u-ml-4 {
  margin-left: 32px !important;
}

.u-ml-5 {
  margin-left: 40px !important;
}

.u-ml-6 {
  margin-left: 48px !important;
}

.u-ml-7 {
  margin-left: 56px !important;
}

.u-ml-8 {
  margin-left: 64px !important;
}

.u-ml-9 {
  margin-left: 72px !important;
}

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

.u-ml-11 {
  margin-left: 88px !important;
}

.u-ml-12 {
  margin-left: 96px !important;
}

.u-ml-13 {
  margin-left: 104px !important;
}

.u-ml-14 {
  margin-left: 112px !important;
}

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

.u-ml-16 {
  margin-left: 128px !important;
}

.u-ml-17 {
  margin-left: 136px !important;
}

.u-ml-18 {
  margin-left: 144px !important;
}

.u-ml-19 {
  margin-left: 152px !important;
}

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

.u-ml-21 {
  margin-left: 168px !important;
}

.u-ml-22 {
  margin-left: 176px !important;
}

.u-ml-23 {
  margin-left: 184px !important;
}

.u-ml-24 {
  margin-left: 192px !important;
}

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

.u-ml-26 {
  margin-left: 208px !important;
}

.u-ml-27 {
  margin-left: 216px !important;
}

.u-ml-28 {
  margin-left: 224px !important;
}

.u-ml-29 {
  margin-left: 232px !important;
}

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

.u-ml-31 {
  margin-left: 248px !important;
}

.u-ml-32 {
  margin-left: 256px !important;
}

.u-ml-33 {
  margin-left: 264px !important;
}

.u-ml-34 {
  margin-left: 272px !important;
}

.u-ml-35 {
  margin-left: 280px !important;
}

.u-ml-36 {
  margin-left: 288px !important;
}

.u-ml-37 {
  margin-left: 296px !important;
}

.u-ml-38 {
  margin-left: 304px !important;
}

.u-ml-39 {
  margin-left: 312px !important;
}

.u-ml-40 {
  margin-left: 320px !important;
}

.u-ml-41 {
  margin-left: 328px !important;
}

.u-ml-42 {
  margin-left: 336px !important;
}

.u-ml-43 {
  margin-left: 344px !important;
}

.u-ml-44 {
  margin-left: 352px !important;
}

.u-ml-45 {
  margin-left: 360px !important;
}

.u-ml-46 {
  margin-left: 368px !important;
}

.u-ml-47 {
  margin-left: 376px !important;
}

.u-ml-48 {
  margin-left: 384px !important;
}

.u-ml-49 {
  margin-left: 392px !important;
}

.u-ml-50 {
  margin-left: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-ml--50 {
    margin-left: -400px !important;
  }
  .u-tab-ml--49 {
    margin-left: -392px !important;
  }
  .u-tab-ml--48 {
    margin-left: -384px !important;
  }
  .u-tab-ml--47 {
    margin-left: -376px !important;
  }
  .u-tab-ml--46 {
    margin-left: -368px !important;
  }
  .u-tab-ml--45 {
    margin-left: -360px !important;
  }
  .u-tab-ml--44 {
    margin-left: -352px !important;
  }
  .u-tab-ml--43 {
    margin-left: -344px !important;
  }
  .u-tab-ml--42 {
    margin-left: -336px !important;
  }
  .u-tab-ml--41 {
    margin-left: -328px !important;
  }
  .u-tab-ml--40 {
    margin-left: -320px !important;
  }
  .u-tab-ml--39 {
    margin-left: -312px !important;
  }
  .u-tab-ml--38 {
    margin-left: -304px !important;
  }
  .u-tab-ml--37 {
    margin-left: -296px !important;
  }
  .u-tab-ml--36 {
    margin-left: -288px !important;
  }
  .u-tab-ml--35 {
    margin-left: -280px !important;
  }
  .u-tab-ml--34 {
    margin-left: -272px !important;
  }
  .u-tab-ml--33 {
    margin-left: -264px !important;
  }
  .u-tab-ml--32 {
    margin-left: -256px !important;
  }
  .u-tab-ml--31 {
    margin-left: -248px !important;
  }
  .u-tab-ml--30 {
    margin-left: -240px !important;
  }
  .u-tab-ml--29 {
    margin-left: -232px !important;
  }
  .u-tab-ml--28 {
    margin-left: -224px !important;
  }
  .u-tab-ml--27 {
    margin-left: -216px !important;
  }
  .u-tab-ml--26 {
    margin-left: -208px !important;
  }
  .u-tab-ml--25 {
    margin-left: -200px !important;
  }
  .u-tab-ml--24 {
    margin-left: -192px !important;
  }
  .u-tab-ml--23 {
    margin-left: -184px !important;
  }
  .u-tab-ml--22 {
    margin-left: -176px !important;
  }
  .u-tab-ml--21 {
    margin-left: -168px !important;
  }
  .u-tab-ml--20 {
    margin-left: -160px !important;
  }
  .u-tab-ml--19 {
    margin-left: -152px !important;
  }
  .u-tab-ml--18 {
    margin-left: -144px !important;
  }
  .u-tab-ml--17 {
    margin-left: -136px !important;
  }
  .u-tab-ml--16 {
    margin-left: -128px !important;
  }
  .u-tab-ml--15 {
    margin-left: -120px !important;
  }
  .u-tab-ml--14 {
    margin-left: -112px !important;
  }
  .u-tab-ml--13 {
    margin-left: -104px !important;
  }
  .u-tab-ml--12 {
    margin-left: -96px !important;
  }
  .u-tab-ml--11 {
    margin-left: -88px !important;
  }
  .u-tab-ml--10 {
    margin-left: -80px !important;
  }
  .u-tab-ml--9 {
    margin-left: -72px !important;
  }
  .u-tab-ml--8 {
    margin-left: -64px !important;
  }
  .u-tab-ml--7 {
    margin-left: -56px !important;
  }
  .u-tab-ml--6 {
    margin-left: -48px !important;
  }
  .u-tab-ml--5 {
    margin-left: -40px !important;
  }
  .u-tab-ml--4 {
    margin-left: -32px !important;
  }
  .u-tab-ml--3 {
    margin-left: -24px !important;
  }
  .u-tab-ml--2 {
    margin-left: -16px !important;
  }
  .u-tab-ml--1 {
    margin-left: -8px !important;
  }
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 8px !important;
  }
  .u-tab-ml-2 {
    margin-left: 16px !important;
  }
  .u-tab-ml-3 {
    margin-left: 24px !important;
  }
  .u-tab-ml-4 {
    margin-left: 32px !important;
  }
  .u-tab-ml-5 {
    margin-left: 40px !important;
  }
  .u-tab-ml-6 {
    margin-left: 48px !important;
  }
  .u-tab-ml-7 {
    margin-left: 56px !important;
  }
  .u-tab-ml-8 {
    margin-left: 64px !important;
  }
  .u-tab-ml-9 {
    margin-left: 72px !important;
  }
  .u-tab-ml-10 {
    margin-left: 80px !important;
  }
  .u-tab-ml-11 {
    margin-left: 88px !important;
  }
  .u-tab-ml-12 {
    margin-left: 96px !important;
  }
  .u-tab-ml-13 {
    margin-left: 104px !important;
  }
  .u-tab-ml-14 {
    margin-left: 112px !important;
  }
  .u-tab-ml-15 {
    margin-left: 120px !important;
  }
  .u-tab-ml-16 {
    margin-left: 128px !important;
  }
  .u-tab-ml-17 {
    margin-left: 136px !important;
  }
  .u-tab-ml-18 {
    margin-left: 144px !important;
  }
  .u-tab-ml-19 {
    margin-left: 152px !important;
  }
  .u-tab-ml-20 {
    margin-left: 160px !important;
  }
  .u-tab-ml-21 {
    margin-left: 168px !important;
  }
  .u-tab-ml-22 {
    margin-left: 176px !important;
  }
  .u-tab-ml-23 {
    margin-left: 184px !important;
  }
  .u-tab-ml-24 {
    margin-left: 192px !important;
  }
  .u-tab-ml-25 {
    margin-left: 200px !important;
  }
  .u-tab-ml-26 {
    margin-left: 208px !important;
  }
  .u-tab-ml-27 {
    margin-left: 216px !important;
  }
  .u-tab-ml-28 {
    margin-left: 224px !important;
  }
  .u-tab-ml-29 {
    margin-left: 232px !important;
  }
  .u-tab-ml-30 {
    margin-left: 240px !important;
  }
  .u-tab-ml-31 {
    margin-left: 248px !important;
  }
  .u-tab-ml-32 {
    margin-left: 256px !important;
  }
  .u-tab-ml-33 {
    margin-left: 264px !important;
  }
  .u-tab-ml-34 {
    margin-left: 272px !important;
  }
  .u-tab-ml-35 {
    margin-left: 280px !important;
  }
  .u-tab-ml-36 {
    margin-left: 288px !important;
  }
  .u-tab-ml-37 {
    margin-left: 296px !important;
  }
  .u-tab-ml-38 {
    margin-left: 304px !important;
  }
  .u-tab-ml-39 {
    margin-left: 312px !important;
  }
  .u-tab-ml-40 {
    margin-left: 320px !important;
  }
  .u-tab-ml-41 {
    margin-left: 328px !important;
  }
  .u-tab-ml-42 {
    margin-left: 336px !important;
  }
  .u-tab-ml-43 {
    margin-left: 344px !important;
  }
  .u-tab-ml-44 {
    margin-left: 352px !important;
  }
  .u-tab-ml-45 {
    margin-left: 360px !important;
  }
  .u-tab-ml-46 {
    margin-left: 368px !important;
  }
  .u-tab-ml-47 {
    margin-left: 376px !important;
  }
  .u-tab-ml-48 {
    margin-left: 384px !important;
  }
  .u-tab-ml-49 {
    margin-left: 392px !important;
  }
  .u-tab-ml-50 {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-ml--50 {
    margin-left: -400px !important;
  }
  .u-sp-ml--49 {
    margin-left: -392px !important;
  }
  .u-sp-ml--48 {
    margin-left: -384px !important;
  }
  .u-sp-ml--47 {
    margin-left: -376px !important;
  }
  .u-sp-ml--46 {
    margin-left: -368px !important;
  }
  .u-sp-ml--45 {
    margin-left: -360px !important;
  }
  .u-sp-ml--44 {
    margin-left: -352px !important;
  }
  .u-sp-ml--43 {
    margin-left: -344px !important;
  }
  .u-sp-ml--42 {
    margin-left: -336px !important;
  }
  .u-sp-ml--41 {
    margin-left: -328px !important;
  }
  .u-sp-ml--40 {
    margin-left: -320px !important;
  }
  .u-sp-ml--39 {
    margin-left: -312px !important;
  }
  .u-sp-ml--38 {
    margin-left: -304px !important;
  }
  .u-sp-ml--37 {
    margin-left: -296px !important;
  }
  .u-sp-ml--36 {
    margin-left: -288px !important;
  }
  .u-sp-ml--35 {
    margin-left: -280px !important;
  }
  .u-sp-ml--34 {
    margin-left: -272px !important;
  }
  .u-sp-ml--33 {
    margin-left: -264px !important;
  }
  .u-sp-ml--32 {
    margin-left: -256px !important;
  }
  .u-sp-ml--31 {
    margin-left: -248px !important;
  }
  .u-sp-ml--30 {
    margin-left: -240px !important;
  }
  .u-sp-ml--29 {
    margin-left: -232px !important;
  }
  .u-sp-ml--28 {
    margin-left: -224px !important;
  }
  .u-sp-ml--27 {
    margin-left: -216px !important;
  }
  .u-sp-ml--26 {
    margin-left: -208px !important;
  }
  .u-sp-ml--25 {
    margin-left: -200px !important;
  }
  .u-sp-ml--24 {
    margin-left: -192px !important;
  }
  .u-sp-ml--23 {
    margin-left: -184px !important;
  }
  .u-sp-ml--22 {
    margin-left: -176px !important;
  }
  .u-sp-ml--21 {
    margin-left: -168px !important;
  }
  .u-sp-ml--20 {
    margin-left: -160px !important;
  }
  .u-sp-ml--19 {
    margin-left: -152px !important;
  }
  .u-sp-ml--18 {
    margin-left: -144px !important;
  }
  .u-sp-ml--17 {
    margin-left: -136px !important;
  }
  .u-sp-ml--16 {
    margin-left: -128px !important;
  }
  .u-sp-ml--15 {
    margin-left: -120px !important;
  }
  .u-sp-ml--14 {
    margin-left: -112px !important;
  }
  .u-sp-ml--13 {
    margin-left: -104px !important;
  }
  .u-sp-ml--12 {
    margin-left: -96px !important;
  }
  .u-sp-ml--11 {
    margin-left: -88px !important;
  }
  .u-sp-ml--10 {
    margin-left: -80px !important;
  }
  .u-sp-ml--9 {
    margin-left: -72px !important;
  }
  .u-sp-ml--8 {
    margin-left: -64px !important;
  }
  .u-sp-ml--7 {
    margin-left: -56px !important;
  }
  .u-sp-ml--6 {
    margin-left: -48px !important;
  }
  .u-sp-ml--5 {
    margin-left: -40px !important;
  }
  .u-sp-ml--4 {
    margin-left: -32px !important;
  }
  .u-sp-ml--3 {
    margin-left: -24px !important;
  }
  .u-sp-ml--2 {
    margin-left: -16px !important;
  }
  .u-sp-ml--1 {
    margin-left: -8px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 8px !important;
  }
  .u-sp-ml-2 {
    margin-left: 16px !important;
  }
  .u-sp-ml-3 {
    margin-left: 24px !important;
  }
  .u-sp-ml-4 {
    margin-left: 32px !important;
  }
  .u-sp-ml-5 {
    margin-left: 40px !important;
  }
  .u-sp-ml-6 {
    margin-left: 48px !important;
  }
  .u-sp-ml-7 {
    margin-left: 56px !important;
  }
  .u-sp-ml-8 {
    margin-left: 64px !important;
  }
  .u-sp-ml-9 {
    margin-left: 72px !important;
  }
  .u-sp-ml-10 {
    margin-left: 80px !important;
  }
  .u-sp-ml-11 {
    margin-left: 88px !important;
  }
  .u-sp-ml-12 {
    margin-left: 96px !important;
  }
  .u-sp-ml-13 {
    margin-left: 104px !important;
  }
  .u-sp-ml-14 {
    margin-left: 112px !important;
  }
  .u-sp-ml-15 {
    margin-left: 120px !important;
  }
  .u-sp-ml-16 {
    margin-left: 128px !important;
  }
  .u-sp-ml-17 {
    margin-left: 136px !important;
  }
  .u-sp-ml-18 {
    margin-left: 144px !important;
  }
  .u-sp-ml-19 {
    margin-left: 152px !important;
  }
  .u-sp-ml-20 {
    margin-left: 160px !important;
  }
  .u-sp-ml-21 {
    margin-left: 168px !important;
  }
  .u-sp-ml-22 {
    margin-left: 176px !important;
  }
  .u-sp-ml-23 {
    margin-left: 184px !important;
  }
  .u-sp-ml-24 {
    margin-left: 192px !important;
  }
  .u-sp-ml-25 {
    margin-left: 200px !important;
  }
  .u-sp-ml-26 {
    margin-left: 208px !important;
  }
  .u-sp-ml-27 {
    margin-left: 216px !important;
  }
  .u-sp-ml-28 {
    margin-left: 224px !important;
  }
  .u-sp-ml-29 {
    margin-left: 232px !important;
  }
  .u-sp-ml-30 {
    margin-left: 240px !important;
  }
  .u-sp-ml-31 {
    margin-left: 248px !important;
  }
  .u-sp-ml-32 {
    margin-left: 256px !important;
  }
  .u-sp-ml-33 {
    margin-left: 264px !important;
  }
  .u-sp-ml-34 {
    margin-left: 272px !important;
  }
  .u-sp-ml-35 {
    margin-left: 280px !important;
  }
  .u-sp-ml-36 {
    margin-left: 288px !important;
  }
  .u-sp-ml-37 {
    margin-left: 296px !important;
  }
  .u-sp-ml-38 {
    margin-left: 304px !important;
  }
  .u-sp-ml-39 {
    margin-left: 312px !important;
  }
  .u-sp-ml-40 {
    margin-left: 320px !important;
  }
  .u-sp-ml-41 {
    margin-left: 328px !important;
  }
  .u-sp-ml-42 {
    margin-left: 336px !important;
  }
  .u-sp-ml-43 {
    margin-left: 344px !important;
  }
  .u-sp-ml-44 {
    margin-left: 352px !important;
  }
  .u-sp-ml-45 {
    margin-left: 360px !important;
  }
  .u-sp-ml-46 {
    margin-left: 368px !important;
  }
  .u-sp-ml-47 {
    margin-left: 376px !important;
  }
  .u-sp-ml-48 {
    margin-left: 384px !important;
  }
  .u-sp-ml-49 {
    margin-left: 392px !important;
  }
  .u-sp-ml-50 {
    margin-left: 400px !important;
  }
}
.u-pl--50 {
  padding-left: -400px !important;
}

.u-pl--49 {
  padding-left: -392px !important;
}

.u-pl--48 {
  padding-left: -384px !important;
}

.u-pl--47 {
  padding-left: -376px !important;
}

.u-pl--46 {
  padding-left: -368px !important;
}

.u-pl--45 {
  padding-left: -360px !important;
}

.u-pl--44 {
  padding-left: -352px !important;
}

.u-pl--43 {
  padding-left: -344px !important;
}

.u-pl--42 {
  padding-left: -336px !important;
}

.u-pl--41 {
  padding-left: -328px !important;
}

.u-pl--40 {
  padding-left: -320px !important;
}

.u-pl--39 {
  padding-left: -312px !important;
}

.u-pl--38 {
  padding-left: -304px !important;
}

.u-pl--37 {
  padding-left: -296px !important;
}

.u-pl--36 {
  padding-left: -288px !important;
}

.u-pl--35 {
  padding-left: -280px !important;
}

.u-pl--34 {
  padding-left: -272px !important;
}

.u-pl--33 {
  padding-left: -264px !important;
}

.u-pl--32 {
  padding-left: -256px !important;
}

.u-pl--31 {
  padding-left: -248px !important;
}

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

.u-pl--29 {
  padding-left: -232px !important;
}

.u-pl--28 {
  padding-left: -224px !important;
}

.u-pl--27 {
  padding-left: -216px !important;
}

.u-pl--26 {
  padding-left: -208px !important;
}

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

.u-pl--24 {
  padding-left: -192px !important;
}

.u-pl--23 {
  padding-left: -184px !important;
}

.u-pl--22 {
  padding-left: -176px !important;
}

.u-pl--21 {
  padding-left: -168px !important;
}

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

.u-pl--19 {
  padding-left: -152px !important;
}

.u-pl--18 {
  padding-left: -144px !important;
}

.u-pl--17 {
  padding-left: -136px !important;
}

.u-pl--16 {
  padding-left: -128px !important;
}

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

.u-pl--14 {
  padding-left: -112px !important;
}

.u-pl--13 {
  padding-left: -104px !important;
}

.u-pl--12 {
  padding-left: -96px !important;
}

.u-pl--11 {
  padding-left: -88px !important;
}

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

.u-pl--9 {
  padding-left: -72px !important;
}

.u-pl--8 {
  padding-left: -64px !important;
}

.u-pl--7 {
  padding-left: -56px !important;
}

.u-pl--6 {
  padding-left: -48px !important;
}

.u-pl--5 {
  padding-left: -40px !important;
}

.u-pl--4 {
  padding-left: -32px !important;
}

.u-pl--3 {
  padding-left: -24px !important;
}

.u-pl--2 {
  padding-left: -16px !important;
}

.u-pl--1 {
  padding-left: -8px !important;
}

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

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pl-3 {
  padding-left: 24px !important;
}

.u-pl-4 {
  padding-left: 32px !important;
}

.u-pl-5 {
  padding-left: 40px !important;
}

.u-pl-6 {
  padding-left: 48px !important;
}

.u-pl-7 {
  padding-left: 56px !important;
}

.u-pl-8 {
  padding-left: 64px !important;
}

.u-pl-9 {
  padding-left: 72px !important;
}

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

.u-pl-11 {
  padding-left: 88px !important;
}

.u-pl-12 {
  padding-left: 96px !important;
}

.u-pl-13 {
  padding-left: 104px !important;
}

.u-pl-14 {
  padding-left: 112px !important;
}

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

.u-pl-16 {
  padding-left: 128px !important;
}

.u-pl-17 {
  padding-left: 136px !important;
}

.u-pl-18 {
  padding-left: 144px !important;
}

.u-pl-19 {
  padding-left: 152px !important;
}

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

.u-pl-21 {
  padding-left: 168px !important;
}

.u-pl-22 {
  padding-left: 176px !important;
}

.u-pl-23 {
  padding-left: 184px !important;
}

.u-pl-24 {
  padding-left: 192px !important;
}

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

.u-pl-26 {
  padding-left: 208px !important;
}

.u-pl-27 {
  padding-left: 216px !important;
}

.u-pl-28 {
  padding-left: 224px !important;
}

.u-pl-29 {
  padding-left: 232px !important;
}

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

.u-pl-31 {
  padding-left: 248px !important;
}

.u-pl-32 {
  padding-left: 256px !important;
}

.u-pl-33 {
  padding-left: 264px !important;
}

.u-pl-34 {
  padding-left: 272px !important;
}

.u-pl-35 {
  padding-left: 280px !important;
}

.u-pl-36 {
  padding-left: 288px !important;
}

.u-pl-37 {
  padding-left: 296px !important;
}

.u-pl-38 {
  padding-left: 304px !important;
}

.u-pl-39 {
  padding-left: 312px !important;
}

.u-pl-40 {
  padding-left: 320px !important;
}

.u-pl-41 {
  padding-left: 328px !important;
}

.u-pl-42 {
  padding-left: 336px !important;
}

.u-pl-43 {
  padding-left: 344px !important;
}

.u-pl-44 {
  padding-left: 352px !important;
}

.u-pl-45 {
  padding-left: 360px !important;
}

.u-pl-46 {
  padding-left: 368px !important;
}

.u-pl-47 {
  padding-left: 376px !important;
}

.u-pl-48 {
  padding-left: 384px !important;
}

.u-pl-49 {
  padding-left: 392px !important;
}

.u-pl-50 {
  padding-left: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-pl--50 {
    padding-left: -400px !important;
  }
  .u-tab-pl--49 {
    padding-left: -392px !important;
  }
  .u-tab-pl--48 {
    padding-left: -384px !important;
  }
  .u-tab-pl--47 {
    padding-left: -376px !important;
  }
  .u-tab-pl--46 {
    padding-left: -368px !important;
  }
  .u-tab-pl--45 {
    padding-left: -360px !important;
  }
  .u-tab-pl--44 {
    padding-left: -352px !important;
  }
  .u-tab-pl--43 {
    padding-left: -344px !important;
  }
  .u-tab-pl--42 {
    padding-left: -336px !important;
  }
  .u-tab-pl--41 {
    padding-left: -328px !important;
  }
  .u-tab-pl--40 {
    padding-left: -320px !important;
  }
  .u-tab-pl--39 {
    padding-left: -312px !important;
  }
  .u-tab-pl--38 {
    padding-left: -304px !important;
  }
  .u-tab-pl--37 {
    padding-left: -296px !important;
  }
  .u-tab-pl--36 {
    padding-left: -288px !important;
  }
  .u-tab-pl--35 {
    padding-left: -280px !important;
  }
  .u-tab-pl--34 {
    padding-left: -272px !important;
  }
  .u-tab-pl--33 {
    padding-left: -264px !important;
  }
  .u-tab-pl--32 {
    padding-left: -256px !important;
  }
  .u-tab-pl--31 {
    padding-left: -248px !important;
  }
  .u-tab-pl--30 {
    padding-left: -240px !important;
  }
  .u-tab-pl--29 {
    padding-left: -232px !important;
  }
  .u-tab-pl--28 {
    padding-left: -224px !important;
  }
  .u-tab-pl--27 {
    padding-left: -216px !important;
  }
  .u-tab-pl--26 {
    padding-left: -208px !important;
  }
  .u-tab-pl--25 {
    padding-left: -200px !important;
  }
  .u-tab-pl--24 {
    padding-left: -192px !important;
  }
  .u-tab-pl--23 {
    padding-left: -184px !important;
  }
  .u-tab-pl--22 {
    padding-left: -176px !important;
  }
  .u-tab-pl--21 {
    padding-left: -168px !important;
  }
  .u-tab-pl--20 {
    padding-left: -160px !important;
  }
  .u-tab-pl--19 {
    padding-left: -152px !important;
  }
  .u-tab-pl--18 {
    padding-left: -144px !important;
  }
  .u-tab-pl--17 {
    padding-left: -136px !important;
  }
  .u-tab-pl--16 {
    padding-left: -128px !important;
  }
  .u-tab-pl--15 {
    padding-left: -120px !important;
  }
  .u-tab-pl--14 {
    padding-left: -112px !important;
  }
  .u-tab-pl--13 {
    padding-left: -104px !important;
  }
  .u-tab-pl--12 {
    padding-left: -96px !important;
  }
  .u-tab-pl--11 {
    padding-left: -88px !important;
  }
  .u-tab-pl--10 {
    padding-left: -80px !important;
  }
  .u-tab-pl--9 {
    padding-left: -72px !important;
  }
  .u-tab-pl--8 {
    padding-left: -64px !important;
  }
  .u-tab-pl--7 {
    padding-left: -56px !important;
  }
  .u-tab-pl--6 {
    padding-left: -48px !important;
  }
  .u-tab-pl--5 {
    padding-left: -40px !important;
  }
  .u-tab-pl--4 {
    padding-left: -32px !important;
  }
  .u-tab-pl--3 {
    padding-left: -24px !important;
  }
  .u-tab-pl--2 {
    padding-left: -16px !important;
  }
  .u-tab-pl--1 {
    padding-left: -8px !important;
  }
  .u-tab-pl-0 {
    padding-left: 0px !important;
  }
  .u-tab-pl-1 {
    padding-left: 8px !important;
  }
  .u-tab-pl-2 {
    padding-left: 16px !important;
  }
  .u-tab-pl-3 {
    padding-left: 24px !important;
  }
  .u-tab-pl-4 {
    padding-left: 32px !important;
  }
  .u-tab-pl-5 {
    padding-left: 40px !important;
  }
  .u-tab-pl-6 {
    padding-left: 48px !important;
  }
  .u-tab-pl-7 {
    padding-left: 56px !important;
  }
  .u-tab-pl-8 {
    padding-left: 64px !important;
  }
  .u-tab-pl-9 {
    padding-left: 72px !important;
  }
  .u-tab-pl-10 {
    padding-left: 80px !important;
  }
  .u-tab-pl-11 {
    padding-left: 88px !important;
  }
  .u-tab-pl-12 {
    padding-left: 96px !important;
  }
  .u-tab-pl-13 {
    padding-left: 104px !important;
  }
  .u-tab-pl-14 {
    padding-left: 112px !important;
  }
  .u-tab-pl-15 {
    padding-left: 120px !important;
  }
  .u-tab-pl-16 {
    padding-left: 128px !important;
  }
  .u-tab-pl-17 {
    padding-left: 136px !important;
  }
  .u-tab-pl-18 {
    padding-left: 144px !important;
  }
  .u-tab-pl-19 {
    padding-left: 152px !important;
  }
  .u-tab-pl-20 {
    padding-left: 160px !important;
  }
  .u-tab-pl-21 {
    padding-left: 168px !important;
  }
  .u-tab-pl-22 {
    padding-left: 176px !important;
  }
  .u-tab-pl-23 {
    padding-left: 184px !important;
  }
  .u-tab-pl-24 {
    padding-left: 192px !important;
  }
  .u-tab-pl-25 {
    padding-left: 200px !important;
  }
  .u-tab-pl-26 {
    padding-left: 208px !important;
  }
  .u-tab-pl-27 {
    padding-left: 216px !important;
  }
  .u-tab-pl-28 {
    padding-left: 224px !important;
  }
  .u-tab-pl-29 {
    padding-left: 232px !important;
  }
  .u-tab-pl-30 {
    padding-left: 240px !important;
  }
  .u-tab-pl-31 {
    padding-left: 248px !important;
  }
  .u-tab-pl-32 {
    padding-left: 256px !important;
  }
  .u-tab-pl-33 {
    padding-left: 264px !important;
  }
  .u-tab-pl-34 {
    padding-left: 272px !important;
  }
  .u-tab-pl-35 {
    padding-left: 280px !important;
  }
  .u-tab-pl-36 {
    padding-left: 288px !important;
  }
  .u-tab-pl-37 {
    padding-left: 296px !important;
  }
  .u-tab-pl-38 {
    padding-left: 304px !important;
  }
  .u-tab-pl-39 {
    padding-left: 312px !important;
  }
  .u-tab-pl-40 {
    padding-left: 320px !important;
  }
  .u-tab-pl-41 {
    padding-left: 328px !important;
  }
  .u-tab-pl-42 {
    padding-left: 336px !important;
  }
  .u-tab-pl-43 {
    padding-left: 344px !important;
  }
  .u-tab-pl-44 {
    padding-left: 352px !important;
  }
  .u-tab-pl-45 {
    padding-left: 360px !important;
  }
  .u-tab-pl-46 {
    padding-left: 368px !important;
  }
  .u-tab-pl-47 {
    padding-left: 376px !important;
  }
  .u-tab-pl-48 {
    padding-left: 384px !important;
  }
  .u-tab-pl-49 {
    padding-left: 392px !important;
  }
  .u-tab-pl-50 {
    padding-left: 400px !important;
  }
}
@media screen and (max-width: 699px) {
  .u-sp-pl--50 {
    padding-left: -400px !important;
  }
  .u-sp-pl--49 {
    padding-left: -392px !important;
  }
  .u-sp-pl--48 {
    padding-left: -384px !important;
  }
  .u-sp-pl--47 {
    padding-left: -376px !important;
  }
  .u-sp-pl--46 {
    padding-left: -368px !important;
  }
  .u-sp-pl--45 {
    padding-left: -360px !important;
  }
  .u-sp-pl--44 {
    padding-left: -352px !important;
  }
  .u-sp-pl--43 {
    padding-left: -344px !important;
  }
  .u-sp-pl--42 {
    padding-left: -336px !important;
  }
  .u-sp-pl--41 {
    padding-left: -328px !important;
  }
  .u-sp-pl--40 {
    padding-left: -320px !important;
  }
  .u-sp-pl--39 {
    padding-left: -312px !important;
  }
  .u-sp-pl--38 {
    padding-left: -304px !important;
  }
  .u-sp-pl--37 {
    padding-left: -296px !important;
  }
  .u-sp-pl--36 {
    padding-left: -288px !important;
  }
  .u-sp-pl--35 {
    padding-left: -280px !important;
  }
  .u-sp-pl--34 {
    padding-left: -272px !important;
  }
  .u-sp-pl--33 {
    padding-left: -264px !important;
  }
  .u-sp-pl--32 {
    padding-left: -256px !important;
  }
  .u-sp-pl--31 {
    padding-left: -248px !important;
  }
  .u-sp-pl--30 {
    padding-left: -240px !important;
  }
  .u-sp-pl--29 {
    padding-left: -232px !important;
  }
  .u-sp-pl--28 {
    padding-left: -224px !important;
  }
  .u-sp-pl--27 {
    padding-left: -216px !important;
  }
  .u-sp-pl--26 {
    padding-left: -208px !important;
  }
  .u-sp-pl--25 {
    padding-left: -200px !important;
  }
  .u-sp-pl--24 {
    padding-left: -192px !important;
  }
  .u-sp-pl--23 {
    padding-left: -184px !important;
  }
  .u-sp-pl--22 {
    padding-left: -176px !important;
  }
  .u-sp-pl--21 {
    padding-left: -168px !important;
  }
  .u-sp-pl--20 {
    padding-left: -160px !important;
  }
  .u-sp-pl--19 {
    padding-left: -152px !important;
  }
  .u-sp-pl--18 {
    padding-left: -144px !important;
  }
  .u-sp-pl--17 {
    padding-left: -136px !important;
  }
  .u-sp-pl--16 {
    padding-left: -128px !important;
  }
  .u-sp-pl--15 {
    padding-left: -120px !important;
  }
  .u-sp-pl--14 {
    padding-left: -112px !important;
  }
  .u-sp-pl--13 {
    padding-left: -104px !important;
  }
  .u-sp-pl--12 {
    padding-left: -96px !important;
  }
  .u-sp-pl--11 {
    padding-left: -88px !important;
  }
  .u-sp-pl--10 {
    padding-left: -80px !important;
  }
  .u-sp-pl--9 {
    padding-left: -72px !important;
  }
  .u-sp-pl--8 {
    padding-left: -64px !important;
  }
  .u-sp-pl--7 {
    padding-left: -56px !important;
  }
  .u-sp-pl--6 {
    padding-left: -48px !important;
  }
  .u-sp-pl--5 {
    padding-left: -40px !important;
  }
  .u-sp-pl--4 {
    padding-left: -32px !important;
  }
  .u-sp-pl--3 {
    padding-left: -24px !important;
  }
  .u-sp-pl--2 {
    padding-left: -16px !important;
  }
  .u-sp-pl--1 {
    padding-left: -8px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
  .u-sp-pl-1 {
    padding-left: 8px !important;
  }
  .u-sp-pl-2 {
    padding-left: 16px !important;
  }
  .u-sp-pl-3 {
    padding-left: 24px !important;
  }
  .u-sp-pl-4 {
    padding-left: 32px !important;
  }
  .u-sp-pl-5 {
    padding-left: 40px !important;
  }
  .u-sp-pl-6 {
    padding-left: 48px !important;
  }
  .u-sp-pl-7 {
    padding-left: 56px !important;
  }
  .u-sp-pl-8 {
    padding-left: 64px !important;
  }
  .u-sp-pl-9 {
    padding-left: 72px !important;
  }
  .u-sp-pl-10 {
    padding-left: 80px !important;
  }
  .u-sp-pl-11 {
    padding-left: 88px !important;
  }
  .u-sp-pl-12 {
    padding-left: 96px !important;
  }
  .u-sp-pl-13 {
    padding-left: 104px !important;
  }
  .u-sp-pl-14 {
    padding-left: 112px !important;
  }
  .u-sp-pl-15 {
    padding-left: 120px !important;
  }
  .u-sp-pl-16 {
    padding-left: 128px !important;
  }
  .u-sp-pl-17 {
    padding-left: 136px !important;
  }
  .u-sp-pl-18 {
    padding-left: 144px !important;
  }
  .u-sp-pl-19 {
    padding-left: 152px !important;
  }
  .u-sp-pl-20 {
    padding-left: 160px !important;
  }
  .u-sp-pl-21 {
    padding-left: 168px !important;
  }
  .u-sp-pl-22 {
    padding-left: 176px !important;
  }
  .u-sp-pl-23 {
    padding-left: 184px !important;
  }
  .u-sp-pl-24 {
    padding-left: 192px !important;
  }
  .u-sp-pl-25 {
    padding-left: 200px !important;
  }
  .u-sp-pl-26 {
    padding-left: 208px !important;
  }
  .u-sp-pl-27 {
    padding-left: 216px !important;
  }
  .u-sp-pl-28 {
    padding-left: 224px !important;
  }
  .u-sp-pl-29 {
    padding-left: 232px !important;
  }
  .u-sp-pl-30 {
    padding-left: 240px !important;
  }
  .u-sp-pl-31 {
    padding-left: 248px !important;
  }
  .u-sp-pl-32 {
    padding-left: 256px !important;
  }
  .u-sp-pl-33 {
    padding-left: 264px !important;
  }
  .u-sp-pl-34 {
    padding-left: 272px !important;
  }
  .u-sp-pl-35 {
    padding-left: 280px !important;
  }
  .u-sp-pl-36 {
    padding-left: 288px !important;
  }
  .u-sp-pl-37 {
    padding-left: 296px !important;
  }
  .u-sp-pl-38 {
    padding-left: 304px !important;
  }
  .u-sp-pl-39 {
    padding-left: 312px !important;
  }
  .u-sp-pl-40 {
    padding-left: 320px !important;
  }
  .u-sp-pl-41 {
    padding-left: 328px !important;
  }
  .u-sp-pl-42 {
    padding-left: 336px !important;
  }
  .u-sp-pl-43 {
    padding-left: 344px !important;
  }
  .u-sp-pl-44 {
    padding-left: 352px !important;
  }
  .u-sp-pl-45 {
    padding-left: 360px !important;
  }
  .u-sp-pl-46 {
    padding-left: 368px !important;
  }
  .u-sp-pl-47 {
    padding-left: 376px !important;
  }
  .u-sp-pl-48 {
    padding-left: 384px !important;
  }
  .u-sp-pl-49 {
    padding-left: 392px !important;
  }
  .u-sp-pl-50 {
    padding-left: 400px !important;
  }
}
.u-mt-auto {
  margin-top: auto !important;
}

@media screen and (max-width: 699px) {
  .u-sp-mt-auto {
    margin-top: auto !important;
  }
}
.u-mr-auto {
  margin-right: auto !important;
}

@media screen and (max-width: 699px) {
  .u-sp-mr-auto {
    margin-right: auto !important;
  }
}
.u-mb-auto {
  margin-bottom: auto !important;
}

@media screen and (max-width: 699px) {
  .u-sp-mb-auto {
    margin-bottom: auto !important;
  }
}
.u-ml-auto {
  margin-left: auto !important;
}

@media screen and (max-width: 699px) {
  .u-sp-ml-auto {
    margin-left: auto !important;
  }
}
.u-font-3xl {
  font-size: 32px !important;
}

.u-font-xxl {
  font-size: 24px !important;
}

.u-font-xl {
  font-size: 20px !important;
}

.u-font-l {
  font-size: 16px !important;
}

.u-font-m {
  font-size: 14px !important;
}

.u-font-s {
  font-size: 12px !important;
}

.u-font-xs {
  font-size: 11px !important;
}

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

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

.u-textcenter {
  text-align: center !important;
}

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

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

@media screen and (max-width: 699px) {
  .u-sp-textcenter {
    text-align: center !important;
  }
  .u-sp-textleft {
    text-align: left !important;
  }
  .u-sp-textright {
    text-align: right !important;
  }
}
.u-color-textmotared {
  color: var(--MOTA-RED-100, #D90D0D) !important;
}

.u-color-textgreen {
  color: var(--GREEN-100, #27aa4f) !important;
}

.u-color-textblack {
  color: var(--MOTA-BLACK-100, #24272a) !important;
}

.u-color-gray60 {
  color: var(--MOTA-BLACK-pale60, #7C7D7F) !important;
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 699px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab {
    display: block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 699px) {
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 699px) {
  .u-sp-none {
    display: none;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* inlineblock指定 */
.u-inlineblock {
  display: inline-block;
}

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

/* z-indexを個別に設定 */
.u-zindex1 {
  z-index: 1;
}

.u-zindex10 {
  z-index: 10;
}

.u-zindex20 {
  z-index: 20;
}

.u-zindex30 {
  z-index: 30;
}

/* モーダル・メニュー等出現時にバックグラウンドをFixする */
.u-backgroundfix {
  overflow: hidden;
}

/* overflow関連 */
.u-x-scroll {
  overflow-x: scroll;
}

.u-y-scroll {
  overflow-y: scroll;
}

/* overflow関連 */
@media screen and (max-width: 699px) {
  .u-sp-x-scroll {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 699px) {
  .u-sp-y-scroll {
    overflow-y: scroll;
  }
}

/* 要素の変化に関する秒数設定 */
.u-transition-duration {
  transition-duration: 500ms;
}

.u-transition-delay {
  transition-delay: 500ms;
}

/*テーブル幅*/
.u-table-width100 {
  width: 100px;
}

.u-table-width130 {
  width: 130px;
}

.u-table-width150 {
  width: 150px;
}

.u-table-width200 {
  width: 200px;
}

.u-table-width300 {
  width: 300px;
}

.u-table-width400 {
  width: 400px;
}

.u-table-width500 {
  width: 500px;
}

.u-table-bg-pale5 {
  background-color: var(--MOTA-BLACK-pale5, #f4f4f4);
}

.u-table-border-pale20 {
  border: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}

/* サブページ
------------------------------------*/
.p-top-kv {
  margin: 0 calc(50% - 50vw);
  padding: 16px;
}
@media screen and (max-width: 699px) {
  .p-top-kv {
    padding: 0;
  }
}
.p-top-kv .p-top-kv__inner {
  align-items: flex-end;
  background: var(--GREEN-100, #27aa4f);
  border-radius: 12px;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 32px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-kv .p-top-kv__inner {
    align-items: center;
    padding: 40px 32px 24px;
  }
}
@media screen and (max-width: 699px) {
  .p-top-kv .p-top-kv__inner {
    align-items: flex-start;
    background: none;
    border-radius: 0;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.p-top-kv .p-top-kv__copy {
  max-width: 628px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-kv .p-top-kv__copy {
    width: 329px;
  }
}
@media screen and (max-width: 699px) {
  .p-top-kv .p-top-kv__copy {
    background: var(--GREEN-100, #27aa4f);
    max-width: none;
    padding: 27px 0 0;
    width: 100%;
  }
}
.p-top-kv .p-top-kv__copy picture {
  display: block;
  line-height: 0;
  height: 373px;
}
.p-top-kv .p-top-kv__copy picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-kv .p-top-kv__copy picture {
    height: 456px;
  }
}
@media screen and (max-width: 699px) {
  .p-top-kv .p-top-kv__copy picture {
    height: 128px;
  }
}
.p-top-kv .p-top-kv__copy .p-top-kv__copy-h1 {
  color: var(--WHITE-100, #fff);
  display: block;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 160%;
  text-align: center;
  width: 100%;
}
.p-top-kv .p-top-kv__copy .p-top-kv__copy-h1 span {
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-kv .p-top-kv__copy .p-top-kv__copy-h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 699px) {
  .p-top-kv .p-top-kv__copy .p-top-kv__copy-h1 {
    font-size: 12px;
    position: absolute;
    inset: 0 0 auto;
  }
}
.p-top-kv .p-top-kv__strength {
  background: var(--GREEN-20, rgba(39, 170, 79, 0.2));
  padding: 11px 0 40px;
  width: 100%;
}
.p-top-kv .p-top-kv__strength .p-top-kv__strength-text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.96px;
  text-align: center;
}
.p-top-kv .p-top-kv__strength .p-top-kv__strength-list {
  display: flex;
  gap: 6px;
  justify-content: center;
  list-style: none;
  max-width: 304px;
  margin: 3px auto 0;
}
.p-top-kv .p-top-kv__strength .p-top-kv__strength-list li {
  background: var(--WHITE-100, #fff);
  border-radius: 8px;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  flex: 1 0 0;
  letter-spacing: 0;
  line-height: 160%;
  padding: 7px 4px;
  text-align: center;
}
.p-top-kv .p-top-kv__strength .p-top-kv__strength-list li b {
  color: var(--GREEN-100, #27aa4f);
  font-weight: 700;
}
.p-top-kv .p-top-kv__form {
  background: var(--WHITE-100, #fff);
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 26px 24px 24px;
  position: relative;
  max-width: 540px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-kv .p-top-kv__form {
    padding: 24px;
    width: 329px;
  }
}
@media screen and (max-width: 699px) {
  .p-top-kv .p-top-kv__form {
    border-radius: 0;
    box-shadow: none;
    max-width: none;
    width: 100vw;
  }
}
.p-top-kv .p-top-kv__label {
  background: var(--YELLOW-100, #ffcc30);
  border-radius: 1000px;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.96px;
  margin: 0 auto;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  top: -26px;
  text-align: center;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-kv .p-top-kv__label {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}
.p-top-kv .p-top-kv__label::before {
  background: url("/images/icon-triangle-yellow-ec5d762eaee15245a0f6c56de66a2951.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 12px);
  width: 24px;
}
.p-top-kv .p-top-kv__label i {
  border-bottom: 1px solid var(--MOTA-RED-100, #d90d0d);
  color: var(--MOTA-RED-100, #d90d0d);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.44px;
  margin: 0 8px 0 0;
  text-underline-offset: -2px;
}
.p-top-kv .p-top-kv__title {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-kv .p-top-kv__title {
    margin: -4px 0 0;
  }
}

.p-top-slider {
  align-items: center;
  display: flex;
  font-size: 0;
  margin: 0 calc(50% - 50vw);
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
}
.p-top-slider .p-top-slider__inner {
  animation: marquee 30s linear infinite;
  align-items: center;
  display: flex;
}
.p-top-slider .p-top-slider__inner img {
  display: inline-block;
  height: 24px;
  margin: 0 16px;
  max-width: none;
  width: auto;
}
@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: -100%;
  }
}

.p-top-about {
  position: relative;
}
.p-top-about .p-top-about__text {
  margin: 0 auto;
}
.p-top-about .p-top-about__text p {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .p-top-about .p-top-about__text p {
    text-align: left;
  }
}
.p-top-about .p-top-about__text p b {
  color: var(--GREEN-100, #27aa4f);
  font-weight: 700;
}
.p-top-about .p-top-about__decoration {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-about .p-top-about__decoration {
    width: 400px;
  }
}
@media screen and (max-width: 699px) {
  .p-top-about .p-top-about__decoration {
    position: static;
  }
}
.p-top-about .p-top-about__decoration.is-01 {
  left: calc(50% - 685px);
  top: 64px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-about .p-top-about__decoration.is-01 {
    left: calc(50% - 585px);
  }
}
@media screen and (max-width: 699px) {
  .p-top-about .p-top-about__decoration.is-01 {
    display: none;
  }
}
.p-top-about .p-top-about__decoration.is-02 {
  left: calc(50% + 185px);
  top: 64px;
}
@media screen and (max-width: 699px) {
  .p-top-about .p-top-about__decoration.is-02 {
    display: none;
  }
}
.p-top-about .p-top-about__decoration.is-03 {
  display: none;
}
@media screen and (max-width: 699px) {
  .p-top-about .p-top-about__decoration.is-03 {
    display: block;
    margin: 8px auto 0;
  }
}

.p-top-points {
  padding: 80px 0;
  position: relative;
}
.p-top-points::before {
  background: var(--GREEN-10, #e9f6ed);
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-top-points .p-top-points__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
  line-break: strict;
}
@media screen and (max-width: 699px) {
  .p-top-points .p-top-points__list {
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
}
.p-top-points .p-top-points__list .p-top-points__items {
  align-items: center;
  background: var(--WHITE-100, #fff);
  border-radius: 8px;
  display: grid;
  flex: 1 0 0;
  padding: 32px 24px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-points .p-top-points__list .p-top-points__items {
    padding: 32px 10px;
  }
}
@media screen and (max-width: 699px) {
  .p-top-points .p-top-points__list .p-top-points__items {
    gap: 8px 10px;
    grid-template-columns: 94px auto;
    grid-template-rows: auto auto 1fr;
    height: 100%;
    padding: 16px 16px 10px;
  }
}
.p-top-points .p-top-points__list .p-top-points__counter {
  border-bottom: 2px solid var(--GREEN-100, #27aa4f);
  color: var(--GREEN-100, #27aa4f);
  font-family: "DINNextLTPro";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 25.6px */
  letter-spacing: 1.28px;
  margin: 0 auto;
  padding: 0 0 2px;
  text-align: center;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 699px) {
  .p-top-points .p-top-points__list .p-top-points__counter {
    grid-area: 1/2/2/3;
    margin: 0;
  }
}
.p-top-points .p-top-points__list .p-top-points__counter i {
  font-size: 32px;
  font-style: normal;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 699px) {
  .p-top-points .p-top-points__list .p-top-points__counter i {
    font-size: 16px;
    grid-area: 1/2/2/3;
    letter-spacing: 1.28px;
  }
}
.p-top-points .p-top-points__list .p-top-points__headline {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
  margin: 10px -10px 0;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .p-top-points .p-top-points__list .p-top-points__headline {
    font-size: 16px;
    grid-area: 2/2/3/3;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 1.28px;
    margin: 0;
    text-align: left;
  }
}
.p-top-points .p-top-points__list .p-top-points__photo {
  aspect-ratio: 133/115;
  display: block;
  line-height: 0;
  margin: 16px auto 0;
  width: 153px;
}
@media screen and (max-width: 699px) {
  .p-top-points .p-top-points__list .p-top-points__photo {
    grid-area: 1/1/3/2;
    margin: 0 auto;
    width: 82px;
  }
}
.p-top-points .p-top-points__list .p-top-points__photo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-top-points .p-top-points__list .p-top-points__text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  margin: 13px 0 0;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .p-top-points .p-top-points__list .p-top-points__text {
    grid-area: 3/1/4/3;
    margin: 0;
    text-align: left;
  }
}

.p-top-select {
  list-style: none;
}
.p-top-select .p-top-select__items {
  align-items: center;
  display: flex;
  gap: 24px;
  padding: 24px 0;
}
@media screen and (max-width: 699px) {
  .p-top-select .p-top-select__items {
    flex-direction: column;
  }
}
.p-top-select .p-top-select__photo {
  display: block;
  line-height: 0;
  max-width: 240px;
  width: 100%;
}
.p-top-select .p-top-select__photo img {
  width: 100%;
}
.p-top-select .p-top-select__body {
  width: calc(100% - 264px);
}
@media screen and (max-width: 699px) {
  .p-top-select .p-top-select__body {
    width: 100%;
  }
}
.p-top-select .p-top-select__headline {
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
}
.p-top-select .p-top-select__text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  margin: 10px 0 0;
}

/*よくある質問リストブロック*/
.p-top-faq {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 896px;
}

/* 画面下フローティングボタン*/
@media screen and (max-width: 699px) {
  .p-top-floating {
    background: var(--WHITE-100, #fff);
    border-top: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
    padding: 16px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
}

/* 売却実績 */
.p-top-results {
  width: 100%;
  /*売却実績のカードデザイン*/
}
.p-top-results .p-top-results__list {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-results .p-top-results__list {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .p-top-results .p-top-results__list {
    grid-auto-flow: row;
    grid-template-columns: auto;
  }
}
.p-top-results .p-top-results__card {
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  max-width: 228px;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-top-results .p-top-results__card {
    max-width: none;
  }
}
@media screen and (max-width: 699px) {
  .p-top-results .p-top-results__card {
    max-width: none;
  }
}
.p-top-results .p-top-results__card .p-top-results__card-title {
  font-size: 16px;
  line-height: 160%;
}
.p-top-results .p-top-results__card .p-top-results__card-title b {
  font-size: 20px;
}
.p-top-results .p-top-results__card .p-top-results__card-figure {
  aspect-ratio: 196/122;
  display: block;
  line-height: 0;
  width: 100%;
}
.p-top-results .p-top-results__card .p-top-results__card-figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-results .p-top-results__card .p-top-results__card-price {
  text-align: center;
  font-size: 12px;
  line-height: 100%;
}
.p-top-results .p-top-results__card .p-top-results__card-price p {
  font-family: "DINNextLTPro", sans-serif;
  color: var(--MOTA-RED-100, #d90d0d);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  padding-top: 8px;
}
.p-top-results .p-top-results__card .p-top-results__card-price p span {
  font-size: 32px;
}
.p-top-results .p-top-results__notice p {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: left;
}

/* ケーススタディ */
.p-top-casestudy {
  width: 100%;
}
.p-top-casestudy .p-top-casestudy__list {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-top-casestudy .p-top-casestudy__list {
    flex-direction: column;
  }
}
.p-top-casestudy .p-top-casestudy__list .p-top-casestudy__list-figure {
  aspect-ratio: 323/182;
  display: block;
  line-height: 0;
  max-width: 323px;
  width: 100%;
}
.p-top-casestudy .p-top-casestudy__list .p-top-casestudy__list-figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-casestudy .p-top-casestudy__notice p {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: left;
}

.p-section-flow {
  display: grid;
  gap: 32px;
  grid-auto-flow: column;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-section-flow {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .p-section-flow {
    grid-auto-flow: row;
    grid-template-columns: auto;
  }
}
.p-section-flow .p-section-flow__item {
  display: grid;
  gap: 12px;
  place-items: start center;
  max-width: 206px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-section-flow .p-section-flow__item {
    max-width: none;
  }
}
@media screen and (max-width: 699px) {
  .p-section-flow .p-section-flow__item {
    gap: 8px;
    grid-auto-flow: column;
    max-width: none;
  }
}
.p-section-flow .p-section-flow__item img {
  aspect-ratio: 1/1;
  width: 180px;
}
@media screen and (max-width: 699px) {
  .p-section-flow .p-section-flow__item img {
    width: 120px;
  }
}
.p-section-flow .p-section-flow__item .p-section-flow__text {
  display: grid;
  gap: 4px;
  justify-content: center;
}
.p-section-flow .p-section-flow__item .p-section-flow__text .p-section-flow__text-step {
  background: var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  color: var(--WHITE-100, #fff);
  display: grid;
  font-family: "DINNextLTPro";
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  line-height: 100%;
  margin: 0 auto;
  place-items: center;
  width: 90px;
}
@media screen and (max-width: 699px) {
  .p-section-flow .p-section-flow__item .p-section-flow__text .p-section-flow__text-step {
    margin: 0;
  }
}
.p-section-flow .p-section-flow__item .p-section-flow__text .p-section-flow__text-main .p-section-flow__text-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .p-section-flow .p-section-flow__item .p-section-flow__text .p-section-flow__text-main .p-section-flow__text-title {
    text-align: left;
  }
}
.p-section-flow .p-section-flow__item .p-section-flow__text .p-section-flow__text-main .p-section-flow__text-description {
  font-size: 16px;
}

/* コラム一覧 */
.p-top-column-list {
  margin: 0 calc(50% - 50vw);
}
.p-top-column-list .p-top-column-list__wrapper {
  display: grid;
  gap: 24px;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 32px;
  width: 100%;
}
.p-top-column-list .p-top-column-list__wrapper .p-top-column-list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 16px 0;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-top-column-list .p-top-column-list__wrapper .p-top-column-list__inner {
    grid-template-columns: repeat(auto-fill, minmax(260px, 100%));
    gap: 0;
  }
}

/*TOPページのコラムのアイテム*/
.p-top-column-items {
  display: grid;
  flex: 1 0 0;
  max-width: 400px;
  min-width: 220px;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-top-column-items {
    max-width: 100%;
  }
  .p-top-column-items:not(:last-of-type) {
    border-bottom: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  }
}
.p-top-column-items:hover {
  opacity: 0.5;
}
@media screen and (max-width: 699px) {
  .p-top-column-items:hover {
    opacity: 1;
  }
}
.p-top-column-items .p-top-column-items__link {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  padding: 16px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__link {
    padding: 16px 0;
  }
}
.p-top-column-items .p-top-column-items__link:hover .p-top-column-items__background {
  transform: translate3d(0, 3px, 0);
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__link:hover .p-top-column-items__background {
    transform: none;
  }
}
.p-top-column-items .p-top-column-items__link:hover .p-top-column-items__background::after {
  transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__link:hover .p-top-column-items__background::after {
    transform: none;
  }
}
.p-top-column-items .p-top-column-items__link:hover .p-top-column-items__inner {
  transform: translate3d(0, 3px, 0);
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__link:hover .p-top-column-items__inner {
    transform: none;
  }
}
.p-top-column-items .p-top-column-items__background {
  background: var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 16px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__background {
    background: none;
    transition: none;
  }
}
.p-top-column-items .p-top-column-items__background::before {
  background: #fff;
  border-radius: 15px;
  content: "";
  display: block;
  height: calc(100% - 5px);
  width: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__background::before {
    background: none;
  }
}
.p-top-column-items .p-top-column-items__background::after {
  background: #edebe6;
  border-radius: 15px;
  content: "";
  display: block;
  height: calc(50% - 2px);
  width: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: calc(50% + 1px);
  transition: transform 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__background::after {
    background: none;
  }
}
.p-top-column-items .p-top-column-items__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__inner {
    align-items: flex-start;
    flex-direction: row;
  }
}
.p-top-column-items .p-top-column-items__photo {
  aspect-ratio: 264/151;
  background: #edebe6;
  border-radius: 8px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__photo {
    width: 100px;
  }
}
.p-top-column-items .p-top-column-items__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-top-column-items .p-top-column-items__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 16px 0 0;
  padding: 8px;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__body {
    margin-top: 0;
    padding: 0 8px 0;
    width: calc(100% - 100px);
  }
}
.p-top-column-items .p-top-column-items__bodyupper {
  width: 100%;
}
.p-top-column-items .p-top-column-items__date {
  color: var(--GREEN-100, #27aa4f);
  text-align: right;
  font-family: "DINNextLTPro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 1px;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__date {
    text-align: left;
  }
}
.p-top-column-items .p-top-column-items__headline {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
  margin: 8px 0 0;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__headline {
    margin-top: 0;
    font-size: 16px;
  }
}
.p-top-column-items .p-top-column-items__text {
  color: var(--MOTA-BLACK-100, #24272a);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  margin: 12px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top-column-items .p-top-column-items__category {
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  color: var(--GREEN-100, #27aa4f);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  margin: 12px 0 0;
  padding: 5px 16px 4px;
}
@media screen and (max-width: 699px) {
  .p-top-column-items .p-top-column-items__category {
    margin-top: 4px;
  }
}

/*LP用基本設定*/
.p-lp-body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1200px;
}
@media screen and (max-width: 699px) {
  .p-lp-body {
    min-width: auto;
  }
}

/*LP用ヘッダー*/
.p-lp-header {
  background: var(--GREEN-100, #27aa4f);
  height: 96px;
  width: 100%;
  /*SP用ハンバーガーボタン*/
  /*LPのドロワー*/
}
@media screen and (max-width: 699px) {
  .p-lp-header {
    height: 88px;
  }
}
.p-lp-header .p-lp-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 16px 25px;
  width: 100%;
  /*ロゴ*/
  /*背景白色ヘッダー*/
}
.p-lp-header .p-lp-header__inner .p-lp-header__logo {
  height: 24px;
  width: 180px;
  -webkit-mask-image: url("/images/logo-white-d8e5d6623431044b1e2941d437a4cf2d.svg");
          mask-image: url("/images/logo-white-d8e5d6623431044b1e2941d437a4cf2d.svg");
  background: var(--WHITE-100, #fff);
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav {
  align-items: center;
  display: flex;
  gap: 32px;
  /*SP時は非表示。SP用のヘッダーを出す。*/
}
@media screen and (max-width: 699px) {
  .p-lp-header .p-lp-header__inner .p-lp-header__nav {
    display: none;
  }
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav .p-lp-header__nav-link {
  color: var(--WHITE-100, #fff);
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav .p-lp-header__nav-link::after {
  background: var(--WHITE-100, #fff);
  border-radius: 9999px;
  content: "";
  height: 4px;
  position: absolute;
  left: -2px;
  bottom: -6px;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
  width: calc(100% + 4px);
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav .p-lp-header__nav-link:hover::after {
  transform: scale(1, 1);
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav .p-lp-header__nav-link.is-active::after {
  transform: scale(1, 1);
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav .p-lp-header__nav-button {
  align-items: center;
  background: var(--WHITE-100, #fff);
  border-radius: 9999px;
  gap: 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 155px;
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav .p-lp-header__nav-button span {
  color: var(--GREEN-100, #27aa4f);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}
.p-lp-header .p-lp-header__inner .p-lp-header__nav .p-lp-header__nav-button::after {
  background: url("/images/icon-right-green-17659fde45a734d010a2b823195f8283.svg") no-repeat left top/contain;
  content: "";
  height: 14px;
  width: 9px;
}
.p-lp-header .p-lp-header__inner.is-whitefixed {
  background: var(--WHITE-100, #fff);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 100;
}
.p-lp-header .p-lp-header__inner.is-whitefixed.is-show {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
.p-lp-header .p-lp-header__inner.is-whitefixed .p-lp-header__logo {
  background: var(--GREEN-100, #27aa4f);
}
.p-lp-header .p-lp-header__inner.is-whitefixed .p-lp-header__nav-link {
  color: var(--MOTA-BLACK-100, #24272a);
}
.p-lp-header .p-lp-header__inner.is-whitefixed .p-lp-header__nav-link::after {
  background: var(--GREEN-100, #27aa4f);
}
.p-lp-header .p-lp-header__inner.is-whitefixed .p-lp-header__nav-button {
  background: var(--GREEN-100, #27aa4f);
}
.p-lp-header .p-lp-header__inner.is-whitefixed .p-lp-header__nav-button span {
  color: var(--WHITE-100, #fff);
}
.p-lp-header .p-lp-header__inner.is-whitefixed .p-lp-header__nav-button::after {
  background: url("/images/icon-right-white-ff3231de7f5a9636f9710026f208c90c.svg") no-repeat left top/contain;
}
@media screen and (max-width: 699px) {
  .p-lp-header .p-lp-header__inner.is-whitefixed {
    display: none;
  }
}
.p-lp-header .p-lp-header__menubutton {
  display: none;
}
@media screen and (max-width: 699px) {
  .p-lp-header .p-lp-header__menubutton {
    background: var(--WHITE-100, #fff);
    border-radius: 9999px;
    display: block;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    height: 56px;
    position: fixed;
    right: 25px;
    top: 16px;
    width: 56px;
    z-index: 110;
    /*メニューオープン時*/
  }
  .p-lp-header .p-lp-header__menubutton span {
    background: var(--GREEN-100, #27aa4f);
    border-radius: 9999px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    transition: all 0.4s;
    width: 20px;
  }
  .p-lp-header .p-lp-header__menubutton span:nth-of-type(1) {
    top: 18px;
    left: 18px;
  }
  .p-lp-header .p-lp-header__menubutton span:nth-of-type(2) {
    top: 27px;
    left: 18px;
  }
  .p-lp-header .p-lp-header__menubutton span:nth-of-type(3) {
    bottom: 18px;
    left: 18px;
  }
  .p-lp-header .p-lp-header__menubutton.is-open span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .p-lp-header .p-lp-header__menubutton.is-open span:nth-of-type(2) {
    display: none;
  }
  .p-lp-header .p-lp-header__menubutton.is-open span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
.p-lp-header .p-lp-drawer {
  background: var(--GREEN-100, #27aa4f);
  height: 100vh;
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: 100;
}
.p-lp-header .p-lp-drawer .p-lp-drawer__header {
  align-items: center;
  display: flex;
  height: 96px;
  padding: 20px 32px;
  width: 100%;
}
.p-lp-header .p-lp-drawer .p-lp-drawer__inner {
  margin: 0 auto;
}
.p-lp-header .p-lp-drawer ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style-type: none;
  margin: 0 auto;
  padding: 60px 25px 0;
}
.p-lp-header .p-lp-drawer ul a {
  color: var(--WHITE-100, #fff);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

/*LPのKV*/
.p-lp-kv {
  background: var(--GREEN-100, #27aa4f);
  padding: 0;
  /*KVテキストとボタン*/
  /*KVテキストのブロック*/
}
@media screen and (max-width: 699px) {
  .p-lp-kv {
    padding: 8px 25px 34px;
  }
}
.p-lp-kv .p-lp-kv__inner {
  height: 500px;
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-lp-kv .p-lp-kv__inner {
    height: auto;
    width: 100%;
  }
}
.p-lp-kv .p-lp-kv__image {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 699px) {
  .p-lp-kv .p-lp-kv__image {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 300px;
  }
}
.p-lp-kv .p-lp-kv__text-button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 465px;
}
@media screen and (max-width: 699px) {
  .p-lp-kv .p-lp-kv__text-button {
    align-items: center;
    width: 100%;
  }
}
.p-lp-kv .p-lp-kv__textblock {
  color: var(--WHITE-100, #fff);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 34px;
}
@media screen and (max-width: 699px) {
  .p-lp-kv .p-lp-kv__textblock {
    gap: 8px;
    padding-top: 0;
  }
}
.p-lp-kv .p-lp-kv__textblock .p-lp-kv__text-subtitle {
  font-family: "Zenkaku Gothic Black", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 100%;
}
@media screen and (max-width: 699px) {
  .p-lp-kv .p-lp-kv__textblock .p-lp-kv__text-subtitle {
    font-size: 16px;
  }
}
.p-lp-kv .p-lp-kv__textblock .p-lp-kv__text-title {
  font-family: "Zenkaku Gothic Black", sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 120%;
}
@media screen and (max-width: 699px) {
  .p-lp-kv .p-lp-kv__textblock .p-lp-kv__text-title {
    /*TOPのタイトル文はw430までは可変にする。iPhone pro MAXの横幅に対応*/
    font-size: 36px;
  }
}
@media screen and (max-width: 430px) {
  .p-lp-kv .p-lp-kv__textblock .p-lp-kv__text-title {
    /*TOPのタイトル文はw430までは可変にする。iPhone pro MAXの横幅に対応*/
    font-size: 9.77vw;
  }
}
.p-lp-kv .p-lp-kv__textblock .p-lp-kv__text-read {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 150%;
}

/*LPの小見出しのブロック*/
.p-lp-subtitle__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  /*お悩み小見出しのサブテキスト*/
  /*LPの小見出し*/
  /*吹き出しのサブテキスト*/
}
.p-lp-subtitle__block .p-lp-subtitle__sub {
  border-bottom: 2px solid var(--GREEN-100, #27aa4f);
  color: var(--GREEN-100, #27aa4f);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 2px;
  margin: 0 auto;
  text-align: center;
}
.p-lp-subtitle__block .p-lp-subtitle__main {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.p-lp-subtitle__block .p-lp-subtitle__main.is-white {
  color: var(--WHITE-100, #fff);
}
@media screen and (max-width: 699px) {
  .p-lp-subtitle__block .p-lp-subtitle__main.is-sp30 {
    font-size: 30px;
  }
}
@media screen and (max-width: 699px) {
  .p-lp-subtitle__block .p-lp-subtitle__main {
    font-size: 22px;
  }
}
.p-lp-subtitle__block .p-lp-subtitle__bubble {
  align-items: center;
  border-radius: 1000px;
  background: var(--MOTA-BLACK-100, #24272a);
  color: var(--WHITE-100, #fff);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  height: 46px;
  position: relative;
  width: 141px;
}
.p-lp-subtitle__block .p-lp-subtitle__bubble::after {
  background: url("/images/bubble-triangle-20d42ade598856ea3330bcc85145d222.svg") no-repeat center top/contain;
  content: "";
  height: 22px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
}
.p-lp-subtitle__block .p-lp-subtitle__undertext {
  font-size: 15px;
  line-height: 150%;
}
.p-lp-subtitle__block .p-lp-subtitle__undertext span {
  color: var(--GREEN-100, #27aa4f);
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .p-lp-subtitle__block .p-lp-subtitle__undertext {
    padding: 0 38px;
    width: 100%;
  }
}

/*セクションの仕様*/
.p-lp-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0;
}
.p-lp-section.is-short {
  padding: 40px 0;
  position: relative;
}
.p-lp-section.is-short::after {
  content: "";
  border-color: transparent white white transparent;
  border-style: solid;
  border-radius: 0 0 12px 0;
  border-width: 70px;
  display: block;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: scaleY(0.75) translateX(-50%) rotate(45deg);
  width: 0;
}
.p-lp-section.is-gray {
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
}
.p-lp-section.is-green {
  background: var(--GREEN-100, #27aa4f);
}
@media screen and (max-width: 699px) {
  .p-lp-section.is-sp-gap20 {
    gap: 20px;
  }
}

/*お悩みブロック*/
.p-lp-problem {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 699px) {
  .p-lp-problem {
    flex-direction: column;
    padding: 0 38px;
    width: 100%;
  }
}
.p-lp-problem .p-lp-problem__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
}
@media screen and (max-width: 699px) {
  .p-lp-problem .p-lp-problem__item {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
}
.p-lp-problem .p-lp-problem__item .p-lp-problem__text {
  border-radius: 8px;
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  padding: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-lp-problem .p-lp-problem__item .p-lp-problem__text {
    padding: 32px 16px;
  }
}
.p-lp-problem .p-lp-problem__item .p-lp-problem__text::after {
  background: url("/images/lp-bubble-59156a2b9c12f14698ba437c8e2fa2c5.svg") no-repeat center top/contain;
  content: "";
  height: 46px;
  position: absolute;
  right: 32px;
  bottom: -34px;
  width: 39px;
}
@media screen and (max-width: 699px) {
  .p-lp-problem .p-lp-problem__item .p-lp-problem__text::after {
    display: none;
  }
}
.p-lp-problem .p-lp-problem__item img {
  height: auto;
  width: 180px;
}
@media screen and (max-width: 699px) {
  .p-lp-problem .p-lp-problem__item img {
    position: absolute;
    top: 25px;
    width: 108px;
  }
}
@media screen and (max-width: 699px) {
  .p-lp-problem .p-lp-problem__item.is-right img {
    right: -38px;
  }
}
@media screen and (max-width: 699px) {
  .p-lp-problem .p-lp-problem__item.is-left img {
    left: -38px;
  }
}

/*解決ブロック*/
.p-lp-solution {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .p-lp-solution {
    flex-direction: column;
    width: 100%;
  }
}
.p-lp-solution .p-lp-solution__item {
  background: var(--MOTA-WHITE-100, #fff);
  border-radius: 12px;
  padding: 20px;
  position: relative;
  width: 300px;
  /*解決ポイント１〜３*/
  /*イメージとテキストのブロック*/
}
@media screen and (max-width: 699px) {
  .p-lp-solution .p-lp-solution__item {
    margin: 0 auto;
  }
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 55px;
  /*共通*/
  /*POINT*/
  /*番号*/
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__point span {
  color: var(--GREEN-100, #27aa4f);
  font-family: "DINNextLTPro", sans-serif;
  font-weight: 700;
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__point .p-lp-solution__text {
  font-size: 20px;
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__point .p-lp-solution__number {
  font-size: 48px;
  letter-spacing: 0.48px;
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__img-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__img-text .p-lp-solution__img {
  align-items: flex-end;
  display: flex;
  height: 215px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__img-text h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 100%;
}
.p-lp-solution .p-lp-solution__item .p-lp-solution__img-text p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 150%;
}

/*仕組みブロック*/
.p-lp-structure {
  height: 395px;
  width: 629px;
  margin: 0 auto;
}
.p-lp-structure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 699px) {
  .p-lp-structure {
    height: auto;
    padding: 0 38px;
    width: 100%;
  }
}

/*3ステップブロックテキスト*/
.p-lp-step__subtitle {
  font-size: 32px;
  font-family: "Zenkaku Gothic Black", sans-serif;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
}
.p-lp-step__subtitle .p-lp-step__subtitle-green {
  color: var(--GREEN-100, #27aa4f);
}
.p-lp-step__subtitle .p-lp-step__subtitle-green b {
  font-family: DINNextLTPro, sans-serif;
  font-size: 64px;
  font-weight: 700;
  margin: 0 -6px;
}
@media screen and (max-width: 699px) {
  .p-lp-step__subtitle .p-lp-step__subtitle-green b {
    font-size: 26px;
  }
}
@media screen and (max-width: 699px) {
  .p-lp-step__subtitle {
    font-size: 22px;
    line-height: 150%;
  }
}

/*3ステップブロック*/
.p-lp-step {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 830px;
}
@media screen and (max-width: 699px) {
  .p-lp-step {
    flex-direction: column;
    gap: 40px;
    justify-content: normal;
    width: 100%;
  }
}
.p-lp-step .p-lp-step__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  width: 205px;
}
.p-lp-step .p-lp-step__item .p-lp-step__number {
  background: var(--WHITE-100, #fff);
  border: 3px solid var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  color: var(--GREEN-100, #27aa4f);
  font-size: 14px;
  display: grid;
  height: 34px;
  font-weight: 700;
  place-items: center;
  width: 116px;
}
.p-lp-step .p-lp-step__item p {
  font-weight: 700;
  font-size: 14px;
}
.p-lp-step .p-lp-step__arrow {
  height: 34px;
  width: 16px;
}
.p-lp-step .p-lp-step__arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 699px) {
  .p-lp-step .p-lp-step__arrow {
    transform: rotate(90deg);
  }
}

/*よくある質問ブロック*/
.p-lp-faq {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 896px;
}
@media screen and (max-width: 699px) {
  .p-lp-faq {
    padding: 0 32px;
    width: 100%;
  }
}

.p-chat-background {
  background: var(--GREEN-20, rgba(39, 170, 79, 0.2));
  position: fixed;
  inset: 0;
  z-index: -2;
}
.p-chat-background .p-chat-background__inner {
  align-items: flex-end;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-chat-background .p-chat-background__inner {
    display: none;
  }
}
.p-chat-background .p-chat-background__decoration {
  display: block;
  min-width: 120px;
}
.p-chat-background .p-chat-background__spacer {
  max-width: 680px;
  min-width: 680px;
}

.p-chat-wrapper {
  background: #fff;
  margin: 0 auto;
  max-width: 700px;
  min-height: 100vh;
  padding: 32px;
}
.p-chat-wrapper.is-disp-progress {
  padding-top: 0px;
}
@media screen and (max-width: 699px) {
  .p-chat-wrapper {
    margin: 0 -32px;
  }
}

.p-chat-body {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 56px auto;
  grid-template-rows: auto auto;
  padding: 16px 0;
  /*売却希望時期に出すメッセージ*/
}
.p-chat-body.is-hopesale {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}
.p-chat-body.is-hopesale .p-chat-message__text {
  font-size: 12px;
}
.p-chat-body.is-hopesale .p-chat-message__text::after {
  top: 20%;
}
@media screen and (max-width: 699px) {
  .p-chat-body.is-hopesale .p-chat-message__text::after {
    top: 15%;
  }
}
@media screen and (max-width: 699px) {
  .p-chat-body.is-hopesale .p-chat-message__text {
    padding: 9px;
  }
}
.p-chat-body.is-hopesale .p-chat-body__name {
  font-size: 11px;
  line-height: 120%;
  text-align: center;
}
.p-chat-body.is-hopesale .p-chat-body__avatar {
  display: grid;
  gap: 8px;
}
.p-chat-body.is-user {
  display: block;
  text-align: right;
}
.p-chat-body.is-user .p-chat-message::before {
  left: auto;
  right: 18px;
}
.p-chat-body.is-user .p-chat-message::after {
  display: none;
}
.p-chat-body.is-user .p-chat-message::before {
  display: none;
}
.p-chat-body.is-user .p-chat-message .p-chat-message__text {
  animation: slideInFromRight 0.3s ease forwards 0.3s;
  color: var(--WHITE-100, #fff);
  max-width: calc(100% - 72px);
  position: relative;
  text-align: left;
}
.p-chat-body.is-user .p-chat-message .p-chat-message__text::before {
  background: var(--GREEN-100, #27aa4f);
  border: none;
  color: var(--WHITE-100, #fff);
}
.p-chat-body.is-user .p-chat-message .p-chat-message__text::after {
  background: url("/images/fukidashi-green-ecc9630e52db67e1e92826dd39f49526.svg") no-repeat center center/contain;
  left: auto;
  right: -16px;
  transform: translate3d(0, -50%, 0);
}
.p-chat-body.is-user .p-chat-message .p-chat-message__text .p-chat-message__read {
  animation: alreadyRead 0.3s ease forwards 0.3s;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: -42px;
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes alreadyRead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-chat-body .p-chat-body__avatar {
  grid-area: 1/1/3/2;
}
.p-chat-body .p-chat-body__name {
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
}

.p-chat-message {
  position: relative;
}
.p-chat-message::before {
  animation: showAndHide 0.6s ease forwards;
  background: url("/images/loading-075495ebd61b3f70492fb11562a36997.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  left: 21px;
  top: 7px;
  width: 40px;
  z-index: 2;
}
.p-chat-message::after {
  animation: showAndHide 0.6s ease forwards;
  background: url("/images/loading-bg-b23ed48c85837f7b59fd71384b04cd74.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 44px;
  position: absolute;
  left: -14px;
  top: 0;
  width: 95px;
  z-index: 1;
}
.p-chat-message.is-company-search::before {
  animation: showAndHide 2s ease forwards;
}
.p-chat-message.is-company-search::after {
  animation: showAndHide 2s ease forwards;
}
.p-chat-message.is-company-search .p-chat-message__text {
  animation: slideIn 0.3s ease forwards 2s;
}
@keyframes showAndHide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-chat-message .p-chat-message__text {
  animation: slideIn 0.3s ease forwards 0.6s;
  color: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
  opacity: 0;
  padding: 9px 24px;
  position: relative;
}
.p-chat-message .p-chat-message__text::before {
  background: var(--WHITE-100, #fff);
  border: 2px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-chat-message .p-chat-message__text::after {
  background: url("/images/fukidashi-59577fdc53edd939e0ac5ef9a8e4ca73.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 24px;
  z-index: -1;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.p-chat-input {
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  border-radius: 8px;
  padding: 24px 16px;
  /*  transition: opacity 0.2s ease 1.8s;*/
}
.p-chat-input.is-bottom-noradius {
  border-radius: 8px 8px 0 0;
}
.p-chat-input.is-top-noradius {
  border-radius: 0 0 8px 8px;
}
.p-chat-input .p-chat-input__label {
  color: var(--Semantic-TEXT_BLACK, #23221e);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  padding: 0 0 2px;
  width: 100%;
}
.p-chat-input .p-chat-input__default {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  width: 100%;
}
.p-chat-input .p-chat-input__selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-chat-input .p-chat-input__selector {
    align-items: stretch;
    padding: 0;
  }
}
.p-chat-input .p-chat-input__selector.is-twocolumn {
  padding: 0 32px;
}
@media screen and (max-width: 699px) {
  .p-chat-input .p-chat-input__selector.is-twocolumn {
    padding: 0;
  }
}
.p-chat-input .p-chat-input__selector.is-nowrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 699px) {
  .p-chat-input .p-chat-input__selector.is-nowrap {
    gap: 8px;
  }
}
.p-chat-input .p-chat-input__selector.is-threerow {
  width: 564px;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .p-chat-input .p-chat-input__selector.is-threerow {
    width: auto;
  }
}
.p-chat-input .p-chat-input__selector.is-tworow {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .p-chat-input .p-chat-input__selector.is-tworow {
    width: auto;
  }
}
.p-chat-input .p-chat-input__selector.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 16px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
}
.p-chat-input .p-chat-input__column {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 400px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-chat-input .p-chat-input__column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-chat-input .p-chat-input__direction-all {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-chat-input .p-chat-input__direction-all.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 16px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
}
.p-chat-input .p-chat-input__direction {
  background: url("/images/chat-directionback-1dc57da4531d56866c3d11c7986f224c.webp") no-repeat center center/contain;
  height: 300px;
  margin: 0 auto;
  position: relative;
  width: 300px;
}
.p-chat-input .p-chat-input__connect-road {
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-chat-input .p-chat-input__connect-road {
    gap: 12px;
  }
}
.p-chat-input .p-chat-input__connect-road-all {
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-chat-input .p-chat-input__connect-road-all.is-focused::after {
  animation: a-blink-border 0.7s ease infinite alternate;
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 16px;
  content: "";
  height: calc(100% + 10px);
  pointer-events: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
}
.p-chat-input .p-chat-input__sms-text {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.p-chat-input .p-chat-input__privacynote {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 130%;
}
.p-chat-input .p-chat-input__horizontal-input {
  display: flex;
  gap: 8px;
}

.p-chat-type {
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 92px;
  justify-content: flex-end;
  max-width: 192px;
  overflow: hidden;
  padding: 14px 8px 18px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-chat-type {
    padding: 8px 8px 11px;
  }
}
@media screen and (max-width: 365px) {
  .p-chat-type {
    padding: 7px 2px 12px;
  }
}
.p-chat-type:hover .p-chat-type__background, .p-chat-type.is-selected .p-chat-type__background {
  transform: translate3d(0, 4px, 0);
}
@media screen and (max-width: 699px) {
  .p-chat-type:hover .p-chat-type__background, .p-chat-type.is-selected .p-chat-type__background {
    transform: translate3d(0, 4px, 0);
  }
}
.p-chat-type:hover .p-chat-type__background::before, .p-chat-type.is-selected .p-chat-type__background::before {
  background: var(--GREEN-100, #27aa4f);
}
.p-chat-type:hover .p-chat-type__background::after, .p-chat-type.is-selected .p-chat-type__background::after {
  transform: translate3d(0, -4px, 0);
}
@media screen and (max-width: 699px) {
  .p-chat-type:hover .p-chat-type__background::after, .p-chat-type.is-selected .p-chat-type__background::after {
    transform: translate3d(0, -4px, 0);
  }
}
.p-chat-type:hover svg, .p-chat-type.is-selected svg {
  transform: translate3d(0, 3px, 0);
}
.p-chat-type:hover svg path, .p-chat-type.is-selected svg path {
  fill: #fff;
}
.p-chat-type:hover .p-chat-type__text, .p-chat-type.is-selected .p-chat-type__text {
  color: #fff;
  transform: translate3d(0, 3px, 0);
}
.p-chat-type.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.p-chat-type .p-chat-type__background {
  background: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  border-radius: 12px;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}
.p-chat-type .p-chat-type__background::before {
  background: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 2;
}
.p-chat-type .p-chat-type__background::after {
  background: #cacaca;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 6px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 1;
}
.p-chat-type .p-chat-type__background.is-disabled::before {
  background: var(--DISABLED-GRAY, #cacaca);
}
.p-chat-type svg {
  position: relative;
  transition: transform 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 699px) {
  .p-chat-type svg {
    width: 48px;
  }
}
.p-chat-type svg path {
  fill: var(--GREEN-100, #27aa4f);
  transition: fill 0.3s ease;
}
.p-chat-type .p-chat-type__text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 120%;
  /* 14.4px */
  margin: -3px 0 0;
  position: relative;
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.p-chat-suggest {
  background: var(--WHITE-100, #fff);
  box-shadow: 0px 0px 8px 2px rgba(3, 3, 2, 0.3);
  border-radius: 6px;
  display: grid;
  gap: 4px;
  grid-template-rows: auto auto;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.p-chat-suggest button {
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  text-align: left;
}
.p-chat-suggest button:focus, .p-chat-suggest button:hover {
  background-color: #eee;
}

.p-chat-agree-wrapper {
  background: var(--WHITE-100, #fff);
  border-top: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.p-chat-agree {
  margin: 0;
}
.p-chat-agree .p-chat-agree__text {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-break: strict;
  line-height: 160%;
  letter-spacing: 1.28px;
}
.p-chat-agree .p-chat-agree__text .p-chat-agree__text-span {
  display: inline-block;
}

.p-chat-spacer {
  min-height: 70vh;
}
.p-chat-spacer.is-end {
  min-height: 134px;
}
@media screen and (max-width: 699px) {
  .p-chat-spacer.is-end {
    min-height: 158px;
  }
}

.p-chat-roadtype {
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 192px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  width: 184px;
}
@media screen and (max-width: 699px) {
  .p-chat-roadtype {
    gap: 8px;
    padding: 18px 12px;
    width: calc((100% - 12px) / 2);
  }
}
.p-chat-roadtype:hover .p-chat-roadtype__background, .p-chat-roadtype.is-selected .p-chat-roadtype__background {
  transform: translate3d(0, 4px, 0);
}
@media screen and (max-width: 699px) {
  .p-chat-roadtype:hover .p-chat-roadtype__background, .p-chat-roadtype.is-selected .p-chat-roadtype__background {
    transform: translate3d(0, 4px, 0);
  }
}
.p-chat-roadtype:hover .p-chat-roadtype__background::before, .p-chat-roadtype.is-selected .p-chat-roadtype__background::before {
  background: var(--GREEN-100, #27aa4f);
}
.p-chat-roadtype:hover .p-chat-roadtype__background::after, .p-chat-roadtype.is-selected .p-chat-roadtype__background::after {
  transform: translate3d(0, -4px, 0);
}
@media screen and (max-width: 699px) {
  .p-chat-roadtype:hover .p-chat-roadtype__background::after, .p-chat-roadtype.is-selected .p-chat-roadtype__background::after {
    transform: translate3d(0, -4px, 0);
  }
}
.p-chat-roadtype:hover .p-chat-roadtype__title, .p-chat-roadtype.is-selected .p-chat-roadtype__title {
  color: #fff;
  transform: translate3d(0, 3px, 0);
}
.p-chat-roadtype:hover .p-chat-roadtype__image-text, .p-chat-roadtype.is-selected .p-chat-roadtype__image-text {
  color: #fff;
  transform: translate3d(0, 3px, 0);
}
.p-chat-roadtype .p-chat-roadtype__image-text {
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
.p-chat-roadtype .p-chat-roadtype__image-text ul {
  margin-left: 18px;
}
.p-chat-roadtype .p-chat-roadtype__image-text li {
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.12px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-chat-roadtype .p-chat-roadtype__image-text li {
    font-size: 12px;
  }
}
.p-chat-roadtype .p-chat-roadtype__background {
  background: var(--Secondary-Brand-Colors-MOTA-black, #24272a);
  border-radius: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}
.p-chat-roadtype .p-chat-roadtype__background::before {
  background: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 2px;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 2;
}
.p-chat-roadtype .p-chat-roadtype__background::after {
  background: #cacaca;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% - 8px);
  position: absolute;
  left: 2px;
  top: 6px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  width: calc(100% - 4px);
  z-index: 1;
}
.p-chat-roadtype .p-chat-roadtype__title {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.28px;
  position: relative;
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 699px) {
  .p-chat-roadtype .p-chat-roadtype__title {
    font-size: 14px;
  }
}

.p-chat-highrank__remark {
  font-size: 12px;
  line-height: 160%;
  margin-left: 13px;
  text-indent: -13px;
}

.p-chat-badge__pricefree {
  height: 32px;
  position: absolute;
  right: 16px;
  top: 14px;
  width: 108px;
}

.p-chat-popup {
  height: 56px;
  padding: 0 32px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 699px) {
  .p-chat-popup {
    padding: 0;
  }
}
.p-chat-popup .p-chat-popup__scrollright {
  height: 100%;
  width: 100%;
}
.p-chat-popup .p-chat-popup__leftover {
  background: var(--GREEN-100, #27aa4f);
  display: grid;
  height: 100%;
  margin: 0 auto;
  max-width: 700px;
  place-items: center;
  width: 100%;
}
.p-chat-popup .p-chat-popup__leftover .p-chat-popup__leftover-text {
  align-items: flex-end;
  color: var(--WHITE-100, #fff);
  display: flex;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  padding-top: 4px;
}
.p-chat-popup .p-chat-popup__leftover .p-chat-popup__leftover-count {
  color: var(--YELLOW-100, #ffcc30);
  font-family: "DINNextLTPro";
  font-size: 32px;
}

/*プログレスバー*/
.p-chat-progress {
  align-items: flex-end;
  background: var(--WHITE-100, #fff);
  border-bottom: 1px solid var(--MOTA-BLACK-10, #e9e9ea);
  display: grid;
  margin: 0 0 32px -32px;
  max-width: 700px;
  height: 66px;
  padding: 12px 32px;
  position: sticky;
  top: 0;
  width: calc(100% + 64px);
  z-index: 1000;
  /*プログレスバーの色付き部分（中身）*/
  /*パーセンテージの吹き出しボックス*/
}
.p-chat-progress .p-chat-progress__background {
  background: var(--MOTA-BLACK-10, #e9e9ea);
  border-radius: 1000px;
  height: 12px;
  padding: 4px;
  width: 100%;
}
.p-chat-progress .p-chat-progress__bar {
  background: var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  height: 100%;
  position: relative;
  transition: width 0.3s ease;
  width: 0%;
}
.p-chat-progress .p-chat-progress__numberbox {
  background: var(--MOTA_BLACK-100, #24272a);
  border-radius: 1000px;
  height: 24px;
  position: absolute;
  left: calc(100% - 29px);
  bottom: 13px;
  width: 58px;
}
.p-chat-progress .p-chat-progress__numberbox .p-chat-progress__numberbox-triangle {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.p-chat-progress .p-chat-progress__numberbox .p-chat-progress__number {
  align-items: flex-end;
  color: var(--WHITE-100, #fff);
  display: flex;
  font-family: "DINNextLTPro";
  font-weight: 700;
  justify-content: center;
}
.p-chat-progress .p-chat-progress__numberbox .p-chat-progress__number .p-chat-progress__number-num {
  font-size: 16px;
}
.p-chat-progress .p-chat-progress__numberbox .p-chat-progress__number .p-chat-progress__number-unit {
  font-size: 12px;
}

/*　査定のポイントリストテーブル　*/
.p-chat-assessment-title {
  color: var(--MOTA-BLACK-100, #24272a);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.p-chat-assessment-list {
  max-width: 700px;
}
@media screen and (max-width: 699px) {
  .p-chat-assessment-list {
    max-width: auto;
    width: 100%;
  }
}
.p-chat-assessment-list .p-chat-assessment-list__horizontal {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.p-chat-assessment-list .p-chat-assessment-list__table {
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  overflow: hidden;
  width: 316px;
}
@media screen and (max-width: 699px) {
  .p-chat-assessment-list .p-chat-assessment-list__table {
    width: 100%;
  }
}
.p-chat-assessment-list .p-chat-assessment-list__table th,
.p-chat-assessment-list .p-chat-assessment-list__table td {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px;
}
.p-chat-assessment-list .p-chat-assessment-list__table th {
  text-align: center;
}
.p-chat-assessment-list .p-chat-assessment-list__header-evaluation {
  background: var(--GREEN-100, #27aa4f);
  color: var(--WHITE-100, #fff);
  width: 230px;
}
@media screen and (max-width: 699px) {
  .p-chat-assessment-list .p-chat-assessment-list__header-evaluation {
    width: auto;
  }
}
.p-chat-assessment-list .p-chat-assessment-list__header-onsite {
  background: var(--MOTA-RED-100, #d90d0d);
  color: var(--WHITE-100, #fff);
  width: 40px;
}
.p-chat-assessment-list .p-chat-assessment-list__header-desk {
  background: var(--MOTA-BLACK-pale20, #d3d4d4);
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
  width: 40px;
}
.p-chat-assessment-list .p-chat-assessment-list__category {
  background: var(--YELLOW-100, #ffcc30);
  border-radius: 1000px;
  color: var(--MOTA-BLACK-100, #24272a);
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  line-height: 160%;
  margin-right: 6px;
  padding: 0 4px;
  text-align: center;
  width: 48px;
}
.p-chat-assessment-list .p-chat-assessment-list__detail {
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.p-chat-assessment-list .p-chat-assessment-list__circle {
  color: var(--MOTA-RED-100, #d90d0d);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.p-chat-assessment-list .p-chat-assessment-list__cross {
  color: var(--MOTA-BLACK-100, #24272a);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.p-chat-assessment-list .p-chat-assessment-list__table tr:last-child td {
  border-bottom: none;
}
.p-chat-assessment-list .p-chat-assessment-list__table th,
.p-chat-assessment-list .p-chat-assessment-list__table td {
  border-bottom: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}
.p-chat-assessment-list .p-chat-assessment-list__table td:first-child {
  text-align: left;
}
.p-chat-assessment-list .p-chat-assessment-list__table td:not(:first-child) {
  text-align: center;
}
.p-chat-assessment-list .p-chat-assessment-list__table th:not(:last-child),
.p-chat-assessment-list .p-chat-assessment-list__table td:not(:last-child) {
  border-right: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
}

/*査定オファー企業*/
.p-chat-offer {
  background: var(--WHITE-100, #fff);
  border-radius: 8px;
  padding: 16px;
}
.p-chat-offer dl {
  display: flex;
  flex-direction: column;
}
.p-chat-offer .p-chat-offer__companytitle {
  align-items: center;
  display: grid;
  grid-template-columns: 100px auto;
  font-size: 16px;
  gap: 20px;
}
.p-chat-offer .p-chat-offer__companytitle .p-chat-offer__companytitle-logo {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100px;
}
.p-chat-offer .p-chat-offer__companytitle.is-border {
  border-bottom: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  padding-bottom: 16px;
}
.p-chat-offer .p-chat-offer__appealtitle {
  align-items: center;
  display: flex;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
}
.p-chat-offer .p-chat-offer__appealtext {
  font-size: 14px;
  font-weight: 400;
}
.p-chat-offer .p-chat-offer__comment {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.p-chat-offer .p-chat-offer__comment .p-chat-offer__comment-content {
  min-height: 0;
  padding-top: 0;
  transition: padding-top 0.5s ease;
}
.p-chat-offer .p-chat-offer__comment.is-open {
  grid-template-rows: 1fr;
}
.p-chat-offer .p-chat-offer__comment.is-open .p-chat-offer__comment-content {
  padding-top: 16px;
}
.p-chat-offer .p-chat-offer__toggle {
  align-items: center;
  color: var(--GREEN-100, #27aa4f);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 8px;
  justify-content: center;
  margin: 16px auto 0;
  text-align: center;
  text-decoration: underline;
}

.p-chat-terms {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-chat-terms .p-chat-terms__item {
  background: var(--WHITE-100, #fff);
  border: 2px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 8px;
  height: 150px;
  min-width: 100px;
  overflow-y: scroll;
  padding: 12px;
  width: 100%;
}

.p-column-categories {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 699px) {
  .p-column-categories {
    flex-direction: column;
    gap: 0;
  }
}
.p-column-categories dt {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  width: 100px;
}
.p-column-categories dd {
  width: calc(100% - 108px);
}
@media screen and (max-width: 699px) {
  .p-column-categories dd {
    width: 100%;
  }
}
.p-column-categories dd ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
@media screen and (max-width: 699px) {
  .p-column-categories dd ul {
    margin: 8px 0 0;
  }
}
.p-column-categories dd ul li.is-active a {
  background: var(--GREEN-100, #27aa4f);
  color: #fff;
}
.p-column-categories dd ul li a {
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.12px;
  display: inline-block;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-column-categories dd ul li a:hover {
  background: var(--GREEN-100, #27aa4f);
  color: #fff;
}

.p-column-list {
  margin: 0 calc(50% - 50vw);
}
.p-column-list .p-column-list__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 296px));
  gap: 40px;
  justify-content: center;
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px;
}
@media screen and (max-width: 699px) {
  .p-column-list .p-column-list__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(260px, 100%));
    gap: 0;
  }
}

.p-column-items {
  display: grid;
  flex: 1 0 0;
  max-width: 300px;
  min-width: 260px;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-column-items:not(:last-of-type) {
    border-bottom: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
    max-width: 100%;
  }
}
.p-column-items:hover {
  opacity: 0.5;
}
@media screen and (max-width: 699px) {
  .p-column-items:hover {
    opacity: 1;
  }
}
.p-column-items .p-column-items__link {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  padding: 16px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__link {
    padding: 16px 0;
  }
}
.p-column-items .p-column-items__link:hover .p-column-items__background {
  transform: translate3d(0, 3px, 0);
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__link:hover .p-column-items__background {
    transform: none;
  }
}
.p-column-items .p-column-items__link:hover .p-column-items__background::after {
  transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__link:hover .p-column-items__background::after {
    transform: none;
  }
}
.p-column-items .p-column-items__link:hover .p-column-items__inner {
  transform: translate3d(0, 3px, 0);
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__link:hover .p-column-items__inner {
    transform: none;
  }
}
.p-column-items .p-column-items__background {
  background: var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 16px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__background {
    background: var(--WHITE-100, #fff);
    transition: none;
  }
}
.p-column-items .p-column-items__background::before {
  background: #fff;
  border-radius: 15px;
  content: "";
  display: block;
  height: calc(100% - 5px);
  width: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
}
.p-column-items .p-column-items__background::after {
  background: #edebe6;
  border-radius: 15px;
  content: "";
  display: block;
  height: calc(50% - 2px);
  width: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: calc(50% + 1px);
  transition: transform 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__background::after {
    background: var(--WHITE-100, #fff);
  }
}
.p-column-items .p-column-items__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__inner {
    align-items: flex-start;
    flex-direction: row;
  }
}
.p-column-items .p-column-items__photo {
  aspect-ratio: 264/151;
  background: #edebe6;
  border-radius: 8px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__photo {
    width: 100px;
  }
}
.p-column-items .p-column-items__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-column-items .p-column-items__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 16px 0 0;
  padding: 8px;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__body {
    margin-top: 0;
    padding: 0 8px 0;
    width: calc(100% - 100px);
  }
}
.p-column-items .p-column-items__bodyupper {
  width: 100%;
}
.p-column-items .p-column-items__date {
  color: var(--GREEN-100, #27aa4f);
  text-align: right;
  font-family: "DINNextLTPro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 1px;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__date {
    text-align: left;
  }
}
.p-column-items .p-column-items__headline {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
  margin: 8px 0 0;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__headline {
    margin-top: 0;
    font-size: 16px;
  }
}
.p-column-items .p-column-items__text {
  color: var(--MOTA-BLACK-100, #24272a);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  margin: 12px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-column-items .p-column-items__category {
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  color: var(--GREEN-100, #27aa4f);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  margin: 12px 0 0;
  padding: 5px 16px 4px;
}
@media screen and (max-width: 699px) {
  .p-column-items .p-column-items__category {
    margin-top: 4px;
  }
}

.p-column-wrapper {
  margin: 0 auto;
  max-width: 736px;
}
@media screen and (max-width: 699px) {
  .p-column-wrapper {
    margin: 0 calc(50% - 50vw);
    padding: 0 25px;
  }
}

.p-column-back {
  align-items: center;
  color: var(--MOTA-BLACK-100, #24272a);
  display: inline-flex;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  text-decoration: none;
}
.p-column-back::before {
  background: url("/images/icon-left-928b7800e85fd9053b31873a3e9d69f2.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
.p-column-back:hover {
  opacity: 0.6;
}

.p-column-header {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 699px) {
  .p-column-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 8px;
  }
}
.p-column-header .p-column-header__category {
  border: 2px solid var(--GREEN-100, #27aa4f);
  border-radius: 1000px;
  color: var(--GREEN-100, #27aa4f);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  padding: 5px 16px 4px;
}
.p-column-header .p-column-header__date {
  color: var(--MOTA-BLACK-100, #24272a);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 1.12px;
  padding: 3px 0 0;
}
@media screen and (max-width: 699px) {
  .p-column-header .p-column-header__date {
    display: block;
  }
}

.p-column-headline {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 699px) {
  .p-column-headline {
    padding: 0 8px;
  }
}

.p-column-photo {
  aspect-ratio: 736/414;
  background: #edebe6;
  border-radius: 8px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .p-column-photo {
    min-height: 153px;
  }
}
.p-column-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-column-toc {
  border: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 4px;
  padding: 24px 32px;
  position: relative;
}
.p-column-toc dt {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
}
.p-column-toc dd {
  margin: 16px 0 0;
}
.p-column-toc dd .p-column-toc__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.p-column-toc dd .p-column-toc__list li {
  padding: 0 !important;
}
.p-column-toc dd .p-column-toc__list li::before {
  display: none;
}
.p-column-toc dd .p-column-toc__list li a {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  text-decoration: none;
}
.p-column-toc dd .p-column-toc__list li a::before {
  background: url("/images/icon-arrow-circle-e6b1bebbb18b99691beb834c63fffea7.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.p-column-toc dd .p-column-toc__list li ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 0 32px;
}
.p-column-toc dd .p-column-toc__list li ol li a {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  text-decoration: none;
}
.p-column-toc dd .p-column-toc__list li ol li a::before {
  background: var(--MOTA-BLACK-pale20, #d3d4d4);
  border-radius: 100px;
  content: "";
  height: 8px;
  width: 8px;
}
.p-column-toc .p-column-toc__more {
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #eee;
  cursor: pointer;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.p-column-toc .p-column-toc__more .p-column-toc__more-text {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  gap: 16px;
  line-height: 160%;
  /* 25.6px */
  /*上下トグルイメージ*/
}
.p-column-toc .p-column-toc__more .p-column-toc__more-text img {
  transition: transform 0.3s ease;
}
.p-column-toc .p-column-toc__more-shadow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 40px;
  width: 100%;
}
.p-column-toc .p-column-toc__hidden-container {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
  padding-bottom: 16px;
}
.p-column-toc .p-column-toc__hidden-container.is-open {
  grid-template-rows: 1fr;
}
.p-column-toc .p-column-toc__hidden-container .p-column-toc__content {
  min-height: 0;
}
.p-column-toc.is-morebutton {
  padding-bottom: 48px;
}

.p-column-detail {
  display: flex;
  flex-direction: column;
}
.p-column-detail h2 {
  background: var(--GREEN-10, rgba(39, 170, 79, 0.1));
  border-radius: 4px;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
  margin: 30px 0 0;
  padding: 24px 16px;
}
@media screen and (max-width: 699px) {
  .p-column-detail h2 {
    margin: 40px 0 0;
    padding: 18px 16px 14px;
  }
}
.p-column-detail h3 {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.44px;
  margin: 40px 0 0;
}
.p-column-detail h4 {
  align-items: center;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  margin: 40px 0 0;
  padding: 0 0 0 26px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .p-column-detail h4 {
    margin: 24px 0 0;
  }
}
.p-column-detail h4::before {
  background: var(--GREEN-20, rgba(39, 170, 79, 0.2));
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
}
.p-column-detail blockquote {
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  border-radius: 4px;
  padding: 58px 24px 28px;
  position: relative;
  margin: 24px 0 0;
}
.p-column-detail blockquote::before {
  background: url("/images/icon-quote-c87cfb2de2405929452a37ad9e7d61b2.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 24px;
  width: 24px;
}
.p-column-detail blockquote p + p {
  margin: 8px 0 0;
}
.p-column-detail pre {
  background: var(--MOTA-BLACK-100, #24272a);
  margin: 20px 0 0;
  overflow-x: scroll;
  padding: 24px;
}
.p-column-detail pre code {
  color: var(--WHITE-100, var(--Semantic-TEXT_WHITE, #fff));
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
}
.p-column-detail table {
  border-collapse: collapse;
  margin: 20px 0 0;
}
.p-column-detail table tbody tr th {
  border-radius: 4px;
  background: var(--MOTA-BLACK-pale5, #f4f4f4);
  border: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  padding: 5px 12px 4px;
  text-align: left;
}
.p-column-detail table tbody tr td {
  border: 1px solid var(--MOTA-BLACK-pale20, #d3d4d4);
  padding: 5px 12px 4px;
}
.p-column-detail ul {
  list-style: none;
  margin: 12px 0 0;
}
.p-column-detail ul li {
  padding: 0 0 0 16px;
  position: relative;
}
.p-column-detail ul li + li {
  margin: 4px 0 0;
}
.p-column-detail ul li::before {
  background: var(--GREEN-100, #27aa4f);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
}
.p-column-detail ul li ul {
  list-style: none;
  padding: 0 0 0 16px;
}
.p-column-detail ul li ul li + li {
  margin: 4px 0 0;
}
.p-column-detail ul li ul li::before {
  background: var(--MOTA-BLACK-pale20, #d3d4d4);
}
.p-column-detail ol {
  counter-reset: item 0;
  list-style: none;
  /*    margin: 16px 0 0;*/
}
.p-column-detail ol li {
  position: relative;
  padding: 0 0 0 23px;
  /*      & + li {
    margin: 4px 0 0;
  }
    */
}
.p-column-detail ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-column-detail ol li ol {
  counter-reset: sub-item 0;
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.p-column-detail ol li ol li + li {
  margin: 4px 0 0;
}
.p-column-detail ol li ol li::before {
  content: counters(sub-item, "-") ".";
  counter-increment: sub-item 1;
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-column-detail ol li ul {
  list-style: none;
  margin: 4px 0 0;
}
.p-column-detail ol li ul li {
  counter-reset: item 0;
  padding: 0 0 0 16px;
  position: relative;
}
.p-column-detail ol li ul li + li {
  margin: 4px 0 0;
}
.p-column-detail ol li ul li::before {
  background: var(--GREEN-100, #27aa4f);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
}
.p-column-detail p {
  margin: 16px 0 0;
}
.p-column-detail p:nth-child(1) {
  margin: 0;
}
.p-column-detail p + p {
  margin: 8px 0 0;
}
.p-column-detail p a {
  color: var(--GREEN-100, #27aa4f);
  text-decoration: underline;
}
.p-column-detail p a:hover {
  text-decoration: none;
}
.p-column-detail figure {
  line-height: 1;
  margin: 20px 0 0;
}
.p-column-detail figure img {
  border-radius: 8px;
  width: 100%;
}
.p-column-detail figure figcaption {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.12px;
  margin: 5px 0 0;
}
.p-column-detail .p-column-detail__photos {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}
.p-column-detail .p-column-detail__photos figure {
  line-height: 1;
}
.p-column-detail .p-column-detail__photos figure img {
  border-radius: 8px;
}
.p-column-detail .p-column-detail__photos figure figcaption {
  color: var(--MOTA-BLACK-pale60, #7c7d7f);
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.12px;
  margin: 5px 0 0;
}

.p-column-form {
  background: #f8f7f6;
  border-radius: 8px;
  padding: 26px 24px 24px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-column-form {
    border-radius: 0;
  }
}
@media screen and (max-width: 699px) {
  .p-column-form {
    margin: 0 -32px;
    padding: 16px 24px 24px;
  }
}
.p-column-form .p-column-form__label {
  background: var(--YELLOW-100, #ffcc30);
  border-radius: 1000px;
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.96px;
  margin: 0 auto;
  padding: 11px 20px;
  position: absolute;
  left: 50%;
  top: -26px;
  text-align: center;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-column-form .p-column-form__label {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}
.p-column-form .p-column-form__label::before {
  background: url("/images/icon-triangle-yellow-ec5d762eaee15245a0f6c56de66a2951.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 12px);
  width: 24px;
}
@media screen and (max-width: 699px) {
  .p-column-form .p-column-form__label::before {
    bottom: -6px;
  }
}
.p-column-form .p-column-form__label i {
  border-bottom: 1px solid var(--MOTA-RED-100, #d90d0d);
  color: var(--MOTA-RED-100, #d90d0d);
  display: inline-block;
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.44px;
  margin: 0 8px 0 0;
  text-underline-offset: -2px;
}
.p-column-form .p-column-form__title {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-column-form .p-column-form__title {
    margin: -4px 0 0;
  }
}

.p-thanks-header {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-thanks-header {
    flex-direction: column;
    gap: 8px;
  }
}
.p-thanks-header .p-thanks-header__headline {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.56px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-thanks-header .p-thanks-header__headline {
    font-size: 24px;
    line-height: 115%;
    /* 38.4px */
    letter-spacing: 1.92px;
    text-align: center;
  }
}
.p-thanks-header .p-thanks-header__headline i {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-thanks-header .p-thanks-header__headline i {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.p-thanks-header .p-thanks-header__headline b {
  color: var(--GREEN-100, #27aa4f);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .p-thanks-header .p-thanks-header__headline b {
    display: inline-block;
    margin: 6px 0 11px;
  }
}

.p-thanks-text__main {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 699px) {
  .p-thanks-text__main {
    line-height: 160%;
    /* 25.6px */
  }
}

.p-thanks-text__notice {
  list-style-type: none;
}
.p-thanks-text__notice li {
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-left: 16px;
  text-indent: -16px;
}

.p-thanks-result {
  background: #fff;
  border-radius: 4px;
  display: flex;
  gap: 14px;
  padding: 14px 16px;
}
@media screen and (max-width: 699px) {
  .p-thanks-result {
    flex-direction: column;
    gap: 1px;
    padding: 14px 16px 10px;
  }
}
.p-thanks-result .p-thanks-result__title {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.28px;
}
.p-thanks-result .p-thanks-result__content {
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.28px;
  width: calc(100% - 142px);
}
@media screen and (max-width: 699px) {
  .p-thanks-result .p-thanks-result__content {
    line-height: 160%;
    /* 25.6px */
    margin: 5px 0 0;
    width: 100%;
  }
}

.p-thanks-notice {
  background: var(--GREEN-10, rgba(39, 170, 79, 0.1019607843));
  border-radius: 8px;
  padding: 24px;
  width: 100%;
}
.p-thanks-notice .p-thanks-notice__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.p-thanks-notice .p-thanks-notice__content {
  font-size: 14px;
}

.p-thanks-highlight .p-thanks-highlight__main {
  align-items: center;
  color: var(--MOTA-BLACK-100, #24272a);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "BIZ UDPGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 699px) {
  .p-thanks-highlight .p-thanks-highlight__main {
    font-size: 20px;
    gap: 12px 8px;
    letter-spacing: 1.6px;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .p-thanks-highlight .p-thanks-highlight__main .p-thanks-highlight__main-text {
    width: 100%;
  }
}
.p-thanks-highlight .p-thanks-highlight__main i {
  font-style: normal;
}
@media screen and (max-width: 699px) {
  .p-thanks-highlight .p-thanks-highlight__main i {
    color: var(--MOTA-BLACK-100, #24272a);
    font-family: "BIZ UDPGothic";
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    /* 38.4px */
    letter-spacing: 1.92px;
  }
}
.p-thanks-highlight .p-thanks-highlight__main .p-thanks-highlight__main-number {
  color: var(--GREEN-100, #27aa4f);
  font-family: "DINNextLTPro";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 70px */
  margin: -15px 0 0;
}
@media screen and (max-width: 699px) {
  .p-thanks-highlight .p-thanks-highlight__main .p-thanks-highlight__main-number {
    margin: 0 0 15px;
  }
}
.p-thanks-highlight .p-thanks-highlight__main .p-thanks-highlight__main-unit {
  color: var(--GREEN-100, #27aa4f);
  font-family: "BIZ UDPGothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 51.2px */
  letter-spacing: 2.56px;
  margin: -8px 0 0;
}
.p-thanks-highlight .p-thanks-highlight__sub {
  color: var(--MOTA-BLACK-100, #24272a);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .p-thanks-highlight .p-thanks-highlight__sub {
    margin: -7px 0 0;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 1.28px;
    text-align: center;
  }
}
.p-thanks-highlight .p-thanks-highlight__sub a {
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-thanks-highlight .p-thanks-highlight__sub a:hover {
  text-decoration: none;
}

.p-maintenance-highlight {
  background: var(--MOTA-BLACK-pale5, #F4F4F4);
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media screen and (max-width: 699px) {
  .p-maintenance-highlight {
    flex-direction: column;
  }
}
.p-maintenance-highlight dt {
  color: var(--MOTA-BLACK-100, #24272A);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  text-align: center;
  width: 150px;
}
@media screen and (max-width: 699px) {
  .p-maintenance-highlight dt {
    text-align: left;
    width: 100%;
  }
}
.p-maintenance-highlight dd {
  color: var(--GREEN-100, #27AA4F);
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.28px;
  width: calc(100% - 150px);
}
@media screen and (max-width: 699px) {
  .p-maintenance-highlight dd {
    text-align: left;
    width: 100%;
  }
}

/*よくある質問タグセレクト*/
.p-faq-tagselect {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/*よくある質問リストブロック*/
.p-faq-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-faq-box .p-faq-box__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}/*# sourceMappingURL=style.css.map */