@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
  color: inherit;
  /* Correct border color 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;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[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] {
  appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  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;
}

/* 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 {
  padding: 0;
  border-style: none;
}

/* 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] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/* ----------------------------------------
  共通部分
---------------------------------------- */
/*========================================
break point
========================================*/
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 150px;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #000000;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* 各フォーム部品の基本スタイルを上書き */
input:is([type=text],
[type=email],
[type=tel],
[type=url],
[type=search],
[type=number],
[type=password]),
textarea,
select {
  -webkit-appearance: none;
  appearance: none; /* ブラウザ標準スタイルを無効に */
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
}

/* header
------------------------------------------------------ */
:root {
  --gap: 1rem;
}

.l-header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 20;
  box-shadow: 0px 5px 3.7px rgba(0, 0, 0, 0.04), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.l-header__lead {
  white-space: nowrap;
  overflow: hidden;
  background-color: #4c4c4c;
}
.l-header__leadText {
  padding: 7px 0;
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.05em;
  animation: marquee 10s linear infinite;
  will-change: transform;
}
@media (min-width: 768px) {
  .l-header__leadText {
    max-width: 1100px;
    margin-inline: auto;
    animation: none;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.l-header__inner {
  max-width: 1100px;
  position: relative;
  padding-top: 15px;
  padding-right: 4%;
  padding-left: 4%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .l-header__inner {
    margin-inline: auto;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-header__logoImg {
  width: 210px;
}
@media (min-width: 1024px) {
  .l-header__logoImg {
    width: 360px;
  }
}
.l-header__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .l-header__top {
    margin-bottom: 20px;
  }
}
.l-headerInfo {
  display: none;
}
@media (min-width: 1024px) {
  .l-headerInfo {
    display: block;
    width: 550px;
    background-color: #f0f0f0;
  }
}
.l-headerInfo__top {
  display: block;
  margin-inline: auto;
  padding: 8px 0;
}
.l-headerInfo__img {
  display: flex;
}
.l-headerInfo__imgLink {
  width: 100%;
}
.l-headerInfo__imgLink img {
  width: 100%;
}
.l-headerNav {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #d9d9d9;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 2;
}
@media (min-width: 1024px) {
  .l-headerNav {
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
    margin-inline: auto;
    background-color: transparent;
    opacity: 1;
  }
}
.l-headerNav.is-fade {
  opacity: 1;
  visibility: visible;
}
.l-headerNav__list {
  position: absolute;
  top: 45%;
  left: 50%;
  translate: -50% -50%;
  list-style: none;
}
@media (min-width: 1024px) {
  .l-headerNav__list {
    display: flex;
    position: static;
    transform: none;
    overflow: visible;
    translate: 0 0;
  }
  .l-headerNav__list .l-headerNav__item:last-of-type {
    border-right: 1px solid black;
  }
}
.l-headerNav__item {
  position: relative;
  padding: 17px 0;
}
@media (min-width: 1024px) {
  .l-headerNav__item {
    padding: 0 41px;
    background-color: transparent;
    border-left: 1px solid black;
  }
}
.l-headerNav__link {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .l-headerNav__link {
    font-size: 18px;
  }
}

/* main
------------------------------------------------------ */
.l-main {
  overflow: hidden;
}

/* section
------------------------------------------------------ */
/* inner
------------------------------------------------------ */
.l-inner {
  max-width: 870px;
  margin-inline: auto;
  padding-right: 4%;
  padding-left: 4%;
}
@media (min-width: 768px) {
  .l-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* footer
------------------------------------------------------ */
.l-footer {
  background-color: #FFFFFF;
}
.l-footer__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 50px 6% 20px 6%;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding: 70px 10px 65px 10px;
  }
}
.l-footer__imgText {
  display: block;
  width: 160px;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .l-footer__imgText {
    width: 280px;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .l-footerInfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.l-footerInfo__item {
  display: grid;
  grid-template-columns: 70px auto;
  column-gap: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .l-footerInfo__item {
    grid-template-columns: 100px auto;
  }
}
.l-footerInfo__head {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footerInfo__head {
    font-size: 18px;
  }
}
.l-footerInfo__body {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footerInfo__body {
    font-size: 18px;
  }
}
.l-footerInfo__body a {
  text-decoration: underline;
}
.l-footerInfo__body a::after {
  display: inline-block;
  margin-left: 10px;
  content: url(../img/icon_link.svg);
  transform: scale(1);
  vertical-align: middle;
}
.l-footerInfo__bodySub {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #707070;
}
.l-footerCopyright, .l-footerCopyright--confirm {
  padding-top: 5px;
  padding-bottom: 85px;
  background-color: #4C4C4C;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 31px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footerCopyright, .l-footerCopyright--confirm {
    padding-bottom: 5px;
  }
}
.l-footerCopyright--confirm {
  padding-bottom: 5px;
}

/* hamburger
------------------------------------------------------ */
.c-hamburger {
  z-index: 100;
  cursor: pointer;
  /*閉じる*/
}
@media (min-width: 1024px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__inner {
  width: 80px;
  height: 70px;
  position: absolute;
  top: -15px;
  right: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .c-hamburger__inner {
    top: -11px;
  }
}
.c-hamburger__text {
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 0;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
}
.c-hamburger__line {
  position: absolute;
  width: 32px;
  height: 3px;
  top: 55%;
  right: 29%;
  background: #000000;
  border-radius: 10px;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #000000;
  transition: transform 0.3s;
  border-radius: 10px;
}
.c-hamburger__line::before {
  top: -11px;
}
.c-hamburger__line::after {
  bottom: -11px;
}
.c-hamburger.is-close .c-hamburger__line {
  background: transparent;
}
.c-hamburger.is-close .c-hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #000000;
}
.c-hamburger.is-close .c-hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #000000;
}

/* button
------------------------------------------------------ */
.c-button {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  border-radius: 50px;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .c-button {
    width: 360px;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    background-color: red;
  }
  .c-button:focus-visible {
    background-color: red;
  }
}

/* breadcrumb
------------------------------------------------------ */
.c-breadcrumb {
  background-color: #105093;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  list-style-type: none;
}
.c-breadcrumb__link span {
  color: black;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
}
@media (min-width: 768px) {
  .c-breadcrumb__link span {
    font-size: 12px;
  }
}
.c-breadcrumb__item span {
  color: black;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
}
@media (min-width: 768px) {
  .c-breadcrumb__item span {
    font-size: 12px;
  }
}

/* accordion
------------------------------------------------------ */
.c-accordion {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 3%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .c-accordion {
    top: 29px;
  }
}
.c-accordion::before, .c-accordion::after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-accordion::before {
  width: 2px;
  height: 10px;
  transition: opacity 0.3s ease;
}
.c-accordion::after {
  width: 10px;
  height: 2px;
}
.c-accordion.is-open::before {
  opacity: 0;
}
.c-accordion--question {
  top: 17px;
}
.c-accordion--question::before, .c-accordion--question::after {
  background-color: #ffffff;
}

.c-accordionWrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

/* swiper
------------------------------------------------------ */
.swiper-container, .swiper-container02 {
  position: relative;
  width: 335px;
  height: 450px;
  overflow: hidden;
  margin-inline: auto;
  padding-bottom: 60px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .swiper-container, .swiper-container02 {
    width: 1060px;
    height: 550px;
    padding-bottom: 130px;
  }
}
.swiper-container02 {
  height: 570px;
}

.swiper {
  width: 100%;
  height: 100%;
  max-width: none;
  overflow: visible !important;
}
@media (min-width: 768px) {
  .swiper {
    max-width: none;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.swiper-slide {
  height: auto;
}

.swiper-slide-img {
  width: 100%;
}

.swiper-slide-inner {
  width: 100%;
  height: 100%;
}

.swiper-button {
  top: 101px;
}
@media (min-width: 768px) {
  .swiper-button {
    top: 145px;
  }
}

.swiper-button02 {
  top: 75px;
}
@media (min-width: 768px) {
  .swiper-button02 {
    top: 60px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
@media (min-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-size: cover;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/arrow_left.svg);
}
@media (min-width: 768px) {
  .swiper-button-prev::after {
    background-position: top;
  }
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/arrow_right.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev {
  left: -2px;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: -2px;
}
@media (min-width: 768px) {
  .swiper-button-next {
    right: 0;
  }
}

/* mv
------------------------------------------------------ */
/* top
------------------------------------------------------ */
.p-mv {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .p-mv {
    padding-top: 0;
  }
}

.p-float {
  position: fixed;
  width: 100%;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 15;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .p-float {
    display: none;
  }
}
.p-float__top {
  display: block;
  margin-inline: auto;
  padding: 10px 2%;
}
.p-float__bottom {
  display: flex;
}
.p-float__bottom a {
  width: 100%;
}
.p-float__bottom img {
  width: 100%;
}

.p-about__inner {
  padding: 30px 3% 15px;
}
@media (min-width: 768px) {
  .p-about__inner {
    padding: 70px 14% 0;
  }
}

.p-exterminationPrice {
  background-color: #f0f0f0;
  background-image: url("../img/bg_line_sp.webp"), url("../img/bg_line_sp.webp");
  background-position: top center, bottom center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-exterminationPrice {
    background-image: url("../img/bg_line.webp"), url("../img/bg_line.webp");
  }
}
.p-exterminationPrice__inner {
  padding: 0 5% 45px;
}
@media (min-width: 768px) {
  .p-exterminationPrice__inner {
    padding: 0 10px 85px;
  }
}
.p-exterminationPrice__img {
  display: block;
  width: 315px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-exterminationPrice__img {
    width: 815px;
  }
}
.p-exterminationPrice__imgText {
  margin-bottom: 10px;
}
.p-exterminationPrice__bottom {
  text-align: center;
}
.p-exterminationPrice__button {
  display: flex;
  width: 295px;
  flex-direction: column;
  gap: 15px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-exterminationPrice__button {
    width: 790px;
    flex-direction: row;
    gap: 30px;
  }
}

.p-damage__inner {
  padding: 40px 5% 45px;
}
.p-damage__imgText {
  display: block;
  width: 185px;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .p-damage__imgText {
    width: 315px;
    margin-bottom: 75px;
  }
}

.p-abandoned__inner {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-abandoned__inner {
    padding-bottom: 50px;
  }
}

.p-area {
  position: relative;
  border-bottom: 3px solid #211715;
}
@media (min-width: 768px) {
  .p-area {
    border-bottom: 4px solid #211715;
  }
}
.p-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 101%;
  background-image: url(../img/image_area_sp.svg);
  background-position: center bottom;
}
@media (min-width: 768px) {
  .p-area::before {
    background-image: url(../img/image_area.svg);
  }
}
.p-area__inner {
  padding: 35px 5% 150px;
  background-image: url(../img/bg_area.webp);
}
.p-area__imgText {
  display: block;
  width: 160px;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .p-area__imgText {
    width: 270px;
    margin-bottom: 45px;
  }
}
.p-areaAccordion {
  display: grid;
  gap: 20px;
}
.p-areaAccordion__item {
  position: relative;
  width: 335px;
  margin-inline: auto;
  padding: 20px;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid black;
  box-shadow: 4px 4px 0px -1px black;
}
@media (min-width: 768px) {
  .p-areaAccordion__item {
    width: 700px;
  }
}
.p-areaAccordion__title {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-areaAccordion__title {
    font-size: 18px;
  }
}
.p-areaAccordion__text.is-open {
  max-height: 1200px;
  padding-top: 20px;
}

.p-customers__inner {
  padding: 40px 5%;
}
@media (min-width: 768px) {
  .p-customers__inner {
    padding: 80px 10px 40px;
  }
}
.p-customers__imgText {
  display: block;
  width: 235px;
  margin-inline: auto;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .p-customers__imgText {
    width: 765px;
  }
}

.p-question {
  background-color: #F3F3F3;
  background-image: url(../img/bg_line_sp.webp);
  background-position: top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-question {
    background-image: url(../img/bg_line.webp);
  }
}
.p-question__inner {
  padding: 35px 5%;
}
@media (min-width: 768px) {
  .p-question__inner {
    padding: 60px 10px 80px;
  }
}
.p-question__imgText {
  display: block;
  width: 160px;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-question__imgText {
    width: 270px;
    margin-bottom: 40px;
  }
}
.p-questionAccordion {
  display: grid;
  gap: 20px;
}
.p-questionAccordion__item {
  position: relative;
  width: 335px;
  margin-inline: auto;
  cursor: pointer;
  border: 3px solid #000000;
  border-radius: 20px 20px 0px 20px;
}
@media (min-width: 768px) {
  .p-questionAccordion__item {
    width: 700px;
  }
}
.p-questionAccordion__question {
  display: flex;
  position: relative;
  gap: 10px;
  padding: 15px 26px 15px 10px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 16px 16px 0 16px;
}
@media (min-width: 768px) {
  .p-questionAccordion__question {
    padding: 15px 26px 15px 25px;
  }
}
.p-questionAccordion__question:has(+ .c-accordionWrapper.is-open) {
  border-radius: 16px 16px 0 0;
}
.p-questionAccordion__answer {
  display: flex;
  width: 95%;
  margin-inline: auto;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-questionAccordion__answer {
    width: 93%;
  }
}
.p-questionAccordion__answer.is-open {
  max-height: 1200px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-questionAccordion__symbol, .p-questionAccordion__symbol--answer {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}
.p-questionAccordion__symbol--answer {
  color: #cf1a00;
}
.p-questionAccordion__text {
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
}
.p-questionAccordion__text--answer {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}

.p-contactForm {
  padding: 60px 5%;
  background-color: #74BB8E;
  background-image: url(../img/bg_line_contact_sp.webp);
  background-position: top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-contactForm {
    background-image: url(../img/bg_line_contact.webp);
  }
}
.p-contactForm label {
  font-weight: 600;
}
.p-contactForm input {
  margin-top: 5px;
  margin-bottom: 10px;
  background: #F1F1F1;
  border: 1px solid #000000;
  border-radius: 5px;
}
.p-contactForm input::placeholder {
  color: #bbbbbb;
}
.p-contactForm input[type=radio] {
  accent-color: #000000;
}
.p-contactForm input:focus,
.p-contactForm textarea:focus {
  border: 1px solid black;
}
.p-contactForm textarea {
  min-height: 120px;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #F1F1F1;
  border: 1px solid #000000;
  border-radius: 5px;
  field-sizing: content;
}
.p-contactForm textarea::placeholder {
  color: #bbbbbb;
}
.p-contactForm__inner {
  max-width: 900px;
  margin-inline: auto;
  padding: 30px 5% 40px 5%;
  background-color: #ffffff;
  box-shadow: 4px 4px 0px #578C6B;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .p-contactForm__inner {
    padding: 60px 160px 75px;
  }
}
.p-contactForm__lead {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .p-contactForm__lead {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
}
.p-contactForm__imgText {
  display: block;
  width: 160px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-contactForm__imgText {
    width: 270px;
  }
}
.p-contactForm__item--first {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  border: none;
}
@media (min-width: 768px) {
  .p-contactForm__item--address {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .p-contactForm__item--half {
    width: 50%;
  }
}
.p-contactForm__title, .p-contactForm__title--agree {
  font-weight: 600;
}
.p-contactForm__title--agree {
  display: inline-block;
}
.p-contactForm__required {
  margin-left: 5px;
  padding: 1px 4px 2px 4px;
  font-weight: 600;
  font-size: 10px;
  background-color: #cf1a00;
  border-radius: 3px;
  color: #FFFFFF;
}
.p-contactForm__link {
  display: block;
  color: #74BB8E;
  font-weight: 500;
  text-decoration: underline;
}
.p-contactForm__link::after {
  display: inline-block;
  margin-left: 5px;
  content: url(../img/icon_link_agree.svg);
  transform: scale(1);
  vertical-align: middle;
}
.p-contactForm__check {
  font-weight: 500 !important;
}
.p-contactForm__confirmBox {
  margin-bottom: 15px;
}
.p-contactForm__confirmBox--last {
  margin-bottom: 25px;
}
.p-contactForm__confirmBoxWrapper {
  max-height: 125px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
  overflow-y: scroll;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.p-contactForm__button {
  display: block;
  width: 300px;
  max-width: 100%;
  margin-inline: auto;
  padding: 17px 10px;
  border-radius: 2.5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #CF1A00;
  overflow: hidden;
  z-index: 1;
  filter: drop-shadow(3.5px 4px 0px #CECECE);
}
.p-contactForm__button.disabled {
  background-color: #DEDEDE;
  color: #919191;
  pointer-events: none;
}
.p-contactForm__buttonBack {
  position: relative;
  padding-left: 15px;
}
.p-contactForm__buttonBack::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  transform: rotate(-45deg);
}
.p-contactForm__error {
  color: #FF0000;
  font-size: 14px;
}
.p-contactForm__errorBg {
  background-color: #fff0f0;
  border-color: #af1e00 !important;
}

.p-contactFormConfirm__item {
  margin-bottom: 40px;
}
.p-contactFormConfirm__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.p-contactFormConfirm__button {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-contactFormConfirm__button {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.p-contactFormComplete__text {
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-contactFormComplete__text {
    font-size: 16px;
  }
}

.u-mg--0 {
  margin: 0;
}

.u-mgTop--auto {
  margin-top: auto;
}

.u-mgLeft--auto {
  margin-left: auto;
}

.u-mgRight--auto {
  margin-right: auto;
}

.u-mgBottom--auto {
  margin-bottom: auto;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgTop--10 {
  margin-top: 10px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

@media (min-width: 576px) {
  .u-sp-mgTop--auto {
    margin-top: auto;
  }
  .u-sp-mgLeft--auto {
    margin-left: auto;
  }
  .u-sp-mgRight--auto {
    margin-right: auto;
  }
  .u-sp-mgBottom--auto {
    margin-bottom: auto;
  }
  .u-sp-mgTop--0 {
    margin-top: 0px;
  }
  .u-sp-mgLeft--0 {
    margin-left: 0px;
  }
  .u-sp-mgRight--0 {
    margin-right: 0px;
  }
  .u-sp-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-sp-mgTop--5 {
    margin-top: 5px;
  }
  .u-sp-mgLeft--5 {
    margin-left: 5px;
  }
  .u-sp-mgRight--5 {
    margin-right: 5px;
  }
  .u-sp-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-sp-mgTop--10 {
    margin-top: 10px;
  }
  .u-sp-mgLeft--10 {
    margin-left: 10px;
  }
  .u-sp-mgRight--10 {
    margin-right: 10px;
  }
  .u-sp-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-sp-mgTop--15 {
    margin-top: 15px;
  }
  .u-sp-mgLeft--15 {
    margin-left: 15px;
  }
  .u-sp-mgRight--15 {
    margin-right: 15px;
  }
  .u-sp-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-sp-mgTop--20 {
    margin-top: 20px;
  }
  .u-sp-mgLeft--20 {
    margin-left: 20px;
  }
  .u-sp-mgRight--20 {
    margin-right: 20px;
  }
  .u-sp-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-sp-mgTop--25 {
    margin-top: 25px;
  }
  .u-sp-mgLeft--25 {
    margin-left: 25px;
  }
  .u-sp-mgRight--25 {
    margin-right: 25px;
  }
  .u-sp-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-sp-mgTop--30 {
    margin-top: 30px;
  }
  .u-sp-mgLeft--30 {
    margin-left: 30px;
  }
  .u-sp-mgRight--30 {
    margin-right: 30px;
  }
  .u-sp-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-sp-mgTop--35 {
    margin-top: 35px;
  }
  .u-sp-mgLeft--35 {
    margin-left: 35px;
  }
  .u-sp-mgRight--35 {
    margin-right: 35px;
  }
  .u-sp-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-sp-mgTop--40 {
    margin-top: 40px;
  }
  .u-sp-mgLeft--40 {
    margin-left: 40px;
  }
  .u-sp-mgRight--40 {
    margin-right: 40px;
  }
  .u-sp-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-sp-mgTop--45 {
    margin-top: 45px;
  }
  .u-sp-mgLeft--45 {
    margin-left: 45px;
  }
  .u-sp-mgRight--45 {
    margin-right: 45px;
  }
  .u-sp-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-sp-mgTop--50 {
    margin-top: 50px;
  }
  .u-sp-mgLeft--50 {
    margin-left: 50px;
  }
  .u-sp-mgRight--50 {
    margin-right: 50px;
  }
  .u-sp-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-sp-mgTop--55 {
    margin-top: 55px;
  }
  .u-sp-mgLeft--55 {
    margin-left: 55px;
  }
  .u-sp-mgRight--55 {
    margin-right: 55px;
  }
  .u-sp-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-sp-mgTop--60 {
    margin-top: 60px;
  }
  .u-sp-mgLeft--60 {
    margin-left: 60px;
  }
  .u-sp-mgRight--60 {
    margin-right: 60px;
  }
  .u-sp-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-sp-mgTop--65 {
    margin-top: 65px;
  }
  .u-sp-mgLeft--65 {
    margin-left: 65px;
  }
  .u-sp-mgRight--65 {
    margin-right: 65px;
  }
  .u-sp-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-sp-mgTop--70 {
    margin-top: 70px;
  }
  .u-sp-mgLeft--70 {
    margin-left: 70px;
  }
  .u-sp-mgRight--70 {
    margin-right: 70px;
  }
  .u-sp-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-sp-mgTop--75 {
    margin-top: 75px;
  }
  .u-sp-mgLeft--75 {
    margin-left: 75px;
  }
  .u-sp-mgRight--75 {
    margin-right: 75px;
  }
  .u-sp-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-sp-mgTop--80 {
    margin-top: 80px;
  }
  .u-sp-mgLeft--80 {
    margin-left: 80px;
  }
  .u-sp-mgRight--80 {
    margin-right: 80px;
  }
  .u-sp-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-sp-mgTop--85 {
    margin-top: 85px;
  }
  .u-sp-mgLeft--85 {
    margin-left: 85px;
  }
  .u-sp-mgRight--85 {
    margin-right: 85px;
  }
  .u-sp-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-sp-mgTop--90 {
    margin-top: 90px;
  }
  .u-sp-mgLeft--90 {
    margin-left: 90px;
  }
  .u-sp-mgRight--90 {
    margin-right: 90px;
  }
  .u-sp-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-sp-mgTop--95 {
    margin-top: 95px;
  }
  .u-sp-mgLeft--95 {
    margin-left: 95px;
  }
  .u-sp-mgRight--95 {
    margin-right: 95px;
  }
  .u-sp-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-sp-mgTop--100 {
    margin-top: 100px;
  }
  .u-sp-mgLeft--100 {
    margin-left: 100px;
  }
  .u-sp-mgRight--100 {
    margin-right: 100px;
  }
  .u-sp-mgBottom--100 {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .u-tab-mgTop--auto {
    margin-top: auto;
  }
  .u-tab-mgLeft--auto {
    margin-left: auto;
  }
  .u-tab-mgRight--auto {
    margin-right: auto;
  }
  .u-tab-mgBottom--auto {
    margin-bottom: auto;
  }
  .u-tab-mgTop--0 {
    margin-top: 0px;
  }
  .u-tab-mgLeft--0 {
    margin-left: 0px;
  }
  .u-tab-mgRight--0 {
    margin-right: 0px;
  }
  .u-tab-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-tab-mgTop--5 {
    margin-top: 5px;
  }
  .u-tab-mgLeft--5 {
    margin-left: 5px;
  }
  .u-tab-mgRight--5 {
    margin-right: 5px;
  }
  .u-tab-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-tab-mgTop--10 {
    margin-top: 10px;
  }
  .u-tab-mgLeft--10 {
    margin-left: 10px;
  }
  .u-tab-mgRight--10 {
    margin-right: 10px;
  }
  .u-tab-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-tab-mgTop--15 {
    margin-top: 15px;
  }
  .u-tab-mgLeft--15 {
    margin-left: 15px;
  }
  .u-tab-mgRight--15 {
    margin-right: 15px;
  }
  .u-tab-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-tab-mgTop--20 {
    margin-top: 20px;
  }
  .u-tab-mgLeft--20 {
    margin-left: 20px;
  }
  .u-tab-mgRight--20 {
    margin-right: 20px;
  }
  .u-tab-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-tab-mgTop--25 {
    margin-top: 25px;
  }
  .u-tab-mgLeft--25 {
    margin-left: 25px;
  }
  .u-tab-mgRight--25 {
    margin-right: 25px;
  }
  .u-tab-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-tab-mgTop--30 {
    margin-top: 30px;
  }
  .u-tab-mgLeft--30 {
    margin-left: 30px;
  }
  .u-tab-mgRight--30 {
    margin-right: 30px;
  }
  .u-tab-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-tab-mgTop--35 {
    margin-top: 35px;
  }
  .u-tab-mgLeft--35 {
    margin-left: 35px;
  }
  .u-tab-mgRight--35 {
    margin-right: 35px;
  }
  .u-tab-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-tab-mgTop--40 {
    margin-top: 40px;
  }
  .u-tab-mgLeft--40 {
    margin-left: 40px;
  }
  .u-tab-mgRight--40 {
    margin-right: 40px;
  }
  .u-tab-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-tab-mgTop--45 {
    margin-top: 45px;
  }
  .u-tab-mgLeft--45 {
    margin-left: 45px;
  }
  .u-tab-mgRight--45 {
    margin-right: 45px;
  }
  .u-tab-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-tab-mgTop--50 {
    margin-top: 50px;
  }
  .u-tab-mgLeft--50 {
    margin-left: 50px;
  }
  .u-tab-mgRight--50 {
    margin-right: 50px;
  }
  .u-tab-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-tab-mgTop--55 {
    margin-top: 55px;
  }
  .u-tab-mgLeft--55 {
    margin-left: 55px;
  }
  .u-tab-mgRight--55 {
    margin-right: 55px;
  }
  .u-tab-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-tab-mgTop--60 {
    margin-top: 60px;
  }
  .u-tab-mgLeft--60 {
    margin-left: 60px;
  }
  .u-tab-mgRight--60 {
    margin-right: 60px;
  }
  .u-tab-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-tab-mgTop--65 {
    margin-top: 65px;
  }
  .u-tab-mgLeft--65 {
    margin-left: 65px;
  }
  .u-tab-mgRight--65 {
    margin-right: 65px;
  }
  .u-tab-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-tab-mgTop--70 {
    margin-top: 70px;
  }
  .u-tab-mgLeft--70 {
    margin-left: 70px;
  }
  .u-tab-mgRight--70 {
    margin-right: 70px;
  }
  .u-tab-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-tab-mgTop--75 {
    margin-top: 75px;
  }
  .u-tab-mgLeft--75 {
    margin-left: 75px;
  }
  .u-tab-mgRight--75 {
    margin-right: 75px;
  }
  .u-tab-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-tab-mgTop--80 {
    margin-top: 80px;
  }
  .u-tab-mgLeft--80 {
    margin-left: 80px;
  }
  .u-tab-mgRight--80 {
    margin-right: 80px;
  }
  .u-tab-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-tab-mgTop--85 {
    margin-top: 85px;
  }
  .u-tab-mgLeft--85 {
    margin-left: 85px;
  }
  .u-tab-mgRight--85 {
    margin-right: 85px;
  }
  .u-tab-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-tab-mgTop--90 {
    margin-top: 90px;
  }
  .u-tab-mgLeft--90 {
    margin-left: 90px;
  }
  .u-tab-mgRight--90 {
    margin-right: 90px;
  }
  .u-tab-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-tab-mgTop--95 {
    margin-top: 95px;
  }
  .u-tab-mgLeft--95 {
    margin-left: 95px;
  }
  .u-tab-mgRight--95 {
    margin-right: 95px;
  }
  .u-tab-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-tab-mgTop--100 {
    margin-top: 100px;
  }
  .u-tab-mgLeft--100 {
    margin-left: 100px;
  }
  .u-tab-mgRight--100 {
    margin-right: 100px;
  }
  .u-tab-mgBottom--100 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .u-ipro-mgTop--auto {
    margin-top: auto;
  }
  .u-ipro-mgLeft--auto {
    margin-left: auto;
  }
  .u-ipro-mgRight--auto {
    margin-right: auto;
  }
  .u-ipro-mgBottom--auto {
    margin-bottom: auto;
  }
  .u-ipro-mgTop--0 {
    margin-top: 0px;
  }
  .u-ipro-mgLeft--0 {
    margin-left: 0px;
  }
  .u-ipro-mgRight--0 {
    margin-right: 0px;
  }
  .u-ipro-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-ipro-mgTop--5 {
    margin-top: 5px;
  }
  .u-ipro-mgLeft--5 {
    margin-left: 5px;
  }
  .u-ipro-mgRight--5 {
    margin-right: 5px;
  }
  .u-ipro-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-ipro-mgTop--10 {
    margin-top: 10px;
  }
  .u-ipro-mgLeft--10 {
    margin-left: 10px;
  }
  .u-ipro-mgRight--10 {
    margin-right: 10px;
  }
  .u-ipro-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-ipro-mgTop--15 {
    margin-top: 15px;
  }
  .u-ipro-mgLeft--15 {
    margin-left: 15px;
  }
  .u-ipro-mgRight--15 {
    margin-right: 15px;
  }
  .u-ipro-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-ipro-mgTop--20 {
    margin-top: 20px;
  }
  .u-ipro-mgLeft--20 {
    margin-left: 20px;
  }
  .u-ipro-mgRight--20 {
    margin-right: 20px;
  }
  .u-ipro-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-ipro-mgTop--25 {
    margin-top: 25px;
  }
  .u-ipro-mgLeft--25 {
    margin-left: 25px;
  }
  .u-ipro-mgRight--25 {
    margin-right: 25px;
  }
  .u-ipro-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-ipro-mgTop--30 {
    margin-top: 30px;
  }
  .u-ipro-mgLeft--30 {
    margin-left: 30px;
  }
  .u-ipro-mgRight--30 {
    margin-right: 30px;
  }
  .u-ipro-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-ipro-mgTop--35 {
    margin-top: 35px;
  }
  .u-ipro-mgLeft--35 {
    margin-left: 35px;
  }
  .u-ipro-mgRight--35 {
    margin-right: 35px;
  }
  .u-ipro-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-ipro-mgTop--40 {
    margin-top: 40px;
  }
  .u-ipro-mgLeft--40 {
    margin-left: 40px;
  }
  .u-ipro-mgRight--40 {
    margin-right: 40px;
  }
  .u-ipro-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-ipro-mgTop--45 {
    margin-top: 45px;
  }
  .u-ipro-mgLeft--45 {
    margin-left: 45px;
  }
  .u-ipro-mgRight--45 {
    margin-right: 45px;
  }
  .u-ipro-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-ipro-mgTop--50 {
    margin-top: 50px;
  }
  .u-ipro-mgLeft--50 {
    margin-left: 50px;
  }
  .u-ipro-mgRight--50 {
    margin-right: 50px;
  }
  .u-ipro-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-ipro-mgTop--55 {
    margin-top: 55px;
  }
  .u-ipro-mgLeft--55 {
    margin-left: 55px;
  }
  .u-ipro-mgRight--55 {
    margin-right: 55px;
  }
  .u-ipro-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-ipro-mgTop--60 {
    margin-top: 60px;
  }
  .u-ipro-mgLeft--60 {
    margin-left: 60px;
  }
  .u-ipro-mgRight--60 {
    margin-right: 60px;
  }
  .u-ipro-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-ipro-mgTop--65 {
    margin-top: 65px;
  }
  .u-ipro-mgLeft--65 {
    margin-left: 65px;
  }
  .u-ipro-mgRight--65 {
    margin-right: 65px;
  }
  .u-ipro-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-ipro-mgTop--70 {
    margin-top: 70px;
  }
  .u-ipro-mgLeft--70 {
    margin-left: 70px;
  }
  .u-ipro-mgRight--70 {
    margin-right: 70px;
  }
  .u-ipro-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-ipro-mgTop--75 {
    margin-top: 75px;
  }
  .u-ipro-mgLeft--75 {
    margin-left: 75px;
  }
  .u-ipro-mgRight--75 {
    margin-right: 75px;
  }
  .u-ipro-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-ipro-mgTop--80 {
    margin-top: 80px;
  }
  .u-ipro-mgLeft--80 {
    margin-left: 80px;
  }
  .u-ipro-mgRight--80 {
    margin-right: 80px;
  }
  .u-ipro-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-ipro-mgTop--85 {
    margin-top: 85px;
  }
  .u-ipro-mgLeft--85 {
    margin-left: 85px;
  }
  .u-ipro-mgRight--85 {
    margin-right: 85px;
  }
  .u-ipro-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-ipro-mgTop--90 {
    margin-top: 90px;
  }
  .u-ipro-mgLeft--90 {
    margin-left: 90px;
  }
  .u-ipro-mgRight--90 {
    margin-right: 90px;
  }
  .u-ipro-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-ipro-mgTop--95 {
    margin-top: 95px;
  }
  .u-ipro-mgLeft--95 {
    margin-left: 95px;
  }
  .u-ipro-mgRight--95 {
    margin-right: 95px;
  }
  .u-ipro-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-ipro-mgTop--100 {
    margin-top: 100px;
  }
  .u-ipro-mgLeft--100 {
    margin-left: 100px;
  }
  .u-ipro-mgRight--100 {
    margin-right: 100px;
  }
  .u-ipro-mgBottom--100 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .u-note-mgTop--auto {
    margin-top: auto;
  }
  .u-note-mgLeft--auto {
    margin-left: auto;
  }
  .u-note-mgRight--auto {
    margin-right: auto;
  }
  .u-note-mgBottom--auto {
    margin-bottom: auto;
  }
  .u-note-mgTop--0 {
    margin-top: 0px;
  }
  .u-note-mgLeft--0 {
    margin-left: 0px;
  }
  .u-note-mgRight--0 {
    margin-right: 0px;
  }
  .u-note-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-note-mgTop--5 {
    margin-top: 5px;
  }
  .u-note-mgLeft--5 {
    margin-left: 5px;
  }
  .u-note-mgRight--5 {
    margin-right: 5px;
  }
  .u-note-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-note-mgTop--10 {
    margin-top: 10px;
  }
  .u-note-mgLeft--10 {
    margin-left: 10px;
  }
  .u-note-mgRight--10 {
    margin-right: 10px;
  }
  .u-note-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-note-mgTop--15 {
    margin-top: 15px;
  }
  .u-note-mgLeft--15 {
    margin-left: 15px;
  }
  .u-note-mgRight--15 {
    margin-right: 15px;
  }
  .u-note-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-note-mgTop--20 {
    margin-top: 20px;
  }
  .u-note-mgLeft--20 {
    margin-left: 20px;
  }
  .u-note-mgRight--20 {
    margin-right: 20px;
  }
  .u-note-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-note-mgTop--25 {
    margin-top: 25px;
  }
  .u-note-mgLeft--25 {
    margin-left: 25px;
  }
  .u-note-mgRight--25 {
    margin-right: 25px;
  }
  .u-note-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-note-mgTop--30 {
    margin-top: 30px;
  }
  .u-note-mgLeft--30 {
    margin-left: 30px;
  }
  .u-note-mgRight--30 {
    margin-right: 30px;
  }
  .u-note-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-note-mgTop--35 {
    margin-top: 35px;
  }
  .u-note-mgLeft--35 {
    margin-left: 35px;
  }
  .u-note-mgRight--35 {
    margin-right: 35px;
  }
  .u-note-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-note-mgTop--40 {
    margin-top: 40px;
  }
  .u-note-mgLeft--40 {
    margin-left: 40px;
  }
  .u-note-mgRight--40 {
    margin-right: 40px;
  }
  .u-note-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-note-mgTop--45 {
    margin-top: 45px;
  }
  .u-note-mgLeft--45 {
    margin-left: 45px;
  }
  .u-note-mgRight--45 {
    margin-right: 45px;
  }
  .u-note-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-note-mgTop--50 {
    margin-top: 50px;
  }
  .u-note-mgLeft--50 {
    margin-left: 50px;
  }
  .u-note-mgRight--50 {
    margin-right: 50px;
  }
  .u-note-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-note-mgTop--55 {
    margin-top: 55px;
  }
  .u-note-mgLeft--55 {
    margin-left: 55px;
  }
  .u-note-mgRight--55 {
    margin-right: 55px;
  }
  .u-note-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-note-mgTop--60 {
    margin-top: 60px;
  }
  .u-note-mgLeft--60 {
    margin-left: 60px;
  }
  .u-note-mgRight--60 {
    margin-right: 60px;
  }
  .u-note-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-note-mgTop--65 {
    margin-top: 65px;
  }
  .u-note-mgLeft--65 {
    margin-left: 65px;
  }
  .u-note-mgRight--65 {
    margin-right: 65px;
  }
  .u-note-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-note-mgTop--70 {
    margin-top: 70px;
  }
  .u-note-mgLeft--70 {
    margin-left: 70px;
  }
  .u-note-mgRight--70 {
    margin-right: 70px;
  }
  .u-note-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-note-mgTop--75 {
    margin-top: 75px;
  }
  .u-note-mgLeft--75 {
    margin-left: 75px;
  }
  .u-note-mgRight--75 {
    margin-right: 75px;
  }
  .u-note-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-note-mgTop--80 {
    margin-top: 80px;
  }
  .u-note-mgLeft--80 {
    margin-left: 80px;
  }
  .u-note-mgRight--80 {
    margin-right: 80px;
  }
  .u-note-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-note-mgTop--85 {
    margin-top: 85px;
  }
  .u-note-mgLeft--85 {
    margin-left: 85px;
  }
  .u-note-mgRight--85 {
    margin-right: 85px;
  }
  .u-note-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-note-mgTop--90 {
    margin-top: 90px;
  }
  .u-note-mgLeft--90 {
    margin-left: 90px;
  }
  .u-note-mgRight--90 {
    margin-right: 90px;
  }
  .u-note-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-note-mgTop--95 {
    margin-top: 95px;
  }
  .u-note-mgLeft--95 {
    margin-left: 95px;
  }
  .u-note-mgRight--95 {
    margin-right: 95px;
  }
  .u-note-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-note-mgTop--100 {
    margin-top: 100px;
  }
  .u-note-mgLeft--100 {
    margin-left: 100px;
  }
  .u-note-mgRight--100 {
    margin-right: 100px;
  }
  .u-note-mgBottom--100 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .u-monitar-mgTop--auto {
    margin-top: auto;
  }
  .u-monitar-mgLeft--auto {
    margin-left: auto;
  }
  .u-monitar-mgRight--auto {
    margin-right: auto;
  }
  .u-monitar-mgBottom--auto {
    margin-bottom: auto;
  }
  .u-monitar-mgTop--0 {
    margin-top: 0px;
  }
  .u-monitar-mgLeft--0 {
    margin-left: 0px;
  }
  .u-monitar-mgRight--0 {
    margin-right: 0px;
  }
  .u-monitar-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-monitar-mgTop--5 {
    margin-top: 5px;
  }
  .u-monitar-mgLeft--5 {
    margin-left: 5px;
  }
  .u-monitar-mgRight--5 {
    margin-right: 5px;
  }
  .u-monitar-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-monitar-mgTop--10 {
    margin-top: 10px;
  }
  .u-monitar-mgLeft--10 {
    margin-left: 10px;
  }
  .u-monitar-mgRight--10 {
    margin-right: 10px;
  }
  .u-monitar-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-monitar-mgTop--15 {
    margin-top: 15px;
  }
  .u-monitar-mgLeft--15 {
    margin-left: 15px;
  }
  .u-monitar-mgRight--15 {
    margin-right: 15px;
  }
  .u-monitar-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-monitar-mgTop--20 {
    margin-top: 20px;
  }
  .u-monitar-mgLeft--20 {
    margin-left: 20px;
  }
  .u-monitar-mgRight--20 {
    margin-right: 20px;
  }
  .u-monitar-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-monitar-mgTop--25 {
    margin-top: 25px;
  }
  .u-monitar-mgLeft--25 {
    margin-left: 25px;
  }
  .u-monitar-mgRight--25 {
    margin-right: 25px;
  }
  .u-monitar-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-monitar-mgTop--30 {
    margin-top: 30px;
  }
  .u-monitar-mgLeft--30 {
    margin-left: 30px;
  }
  .u-monitar-mgRight--30 {
    margin-right: 30px;
  }
  .u-monitar-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-monitar-mgTop--35 {
    margin-top: 35px;
  }
  .u-monitar-mgLeft--35 {
    margin-left: 35px;
  }
  .u-monitar-mgRight--35 {
    margin-right: 35px;
  }
  .u-monitar-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-monitar-mgTop--40 {
    margin-top: 40px;
  }
  .u-monitar-mgLeft--40 {
    margin-left: 40px;
  }
  .u-monitar-mgRight--40 {
    margin-right: 40px;
  }
  .u-monitar-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-monitar-mgTop--45 {
    margin-top: 45px;
  }
  .u-monitar-mgLeft--45 {
    margin-left: 45px;
  }
  .u-monitar-mgRight--45 {
    margin-right: 45px;
  }
  .u-monitar-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-monitar-mgTop--50 {
    margin-top: 50px;
  }
  .u-monitar-mgLeft--50 {
    margin-left: 50px;
  }
  .u-monitar-mgRight--50 {
    margin-right: 50px;
  }
  .u-monitar-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-monitar-mgTop--55 {
    margin-top: 55px;
  }
  .u-monitar-mgLeft--55 {
    margin-left: 55px;
  }
  .u-monitar-mgRight--55 {
    margin-right: 55px;
  }
  .u-monitar-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-monitar-mgTop--60 {
    margin-top: 60px;
  }
  .u-monitar-mgLeft--60 {
    margin-left: 60px;
  }
  .u-monitar-mgRight--60 {
    margin-right: 60px;
  }
  .u-monitar-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-monitar-mgTop--65 {
    margin-top: 65px;
  }
  .u-monitar-mgLeft--65 {
    margin-left: 65px;
  }
  .u-monitar-mgRight--65 {
    margin-right: 65px;
  }
  .u-monitar-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-monitar-mgTop--70 {
    margin-top: 70px;
  }
  .u-monitar-mgLeft--70 {
    margin-left: 70px;
  }
  .u-monitar-mgRight--70 {
    margin-right: 70px;
  }
  .u-monitar-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-monitar-mgTop--75 {
    margin-top: 75px;
  }
  .u-monitar-mgLeft--75 {
    margin-left: 75px;
  }
  .u-monitar-mgRight--75 {
    margin-right: 75px;
  }
  .u-monitar-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-monitar-mgTop--80 {
    margin-top: 80px;
  }
  .u-monitar-mgLeft--80 {
    margin-left: 80px;
  }
  .u-monitar-mgRight--80 {
    margin-right: 80px;
  }
  .u-monitar-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-monitar-mgTop--85 {
    margin-top: 85px;
  }
  .u-monitar-mgLeft--85 {
    margin-left: 85px;
  }
  .u-monitar-mgRight--85 {
    margin-right: 85px;
  }
  .u-monitar-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-monitar-mgTop--90 {
    margin-top: 90px;
  }
  .u-monitar-mgLeft--90 {
    margin-left: 90px;
  }
  .u-monitar-mgRight--90 {
    margin-right: 90px;
  }
  .u-monitar-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-monitar-mgTop--95 {
    margin-top: 95px;
  }
  .u-monitar-mgLeft--95 {
    margin-left: 95px;
  }
  .u-monitar-mgRight--95 {
    margin-right: 95px;
  }
  .u-monitar-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-monitar-mgTop--100 {
    margin-top: 100px;
  }
  .u-monitar-mgLeft--100 {
    margin-left: 100px;
  }
  .u-monitar-mgRight--100 {
    margin-right: 100px;
  }
  .u-monitar-mgBottom--100 {
    margin-bottom: 100px;
  }
}
.u-pd--0 {
  padding: 0;
}

.u-pdTop--0 {
  padding-top: 0px;
}

.u-pdBottom--0 {
  padding-bottom: 0px;
}

.u-pdLeft--0 {
  padding-left: 0px;
}

.u-pdRight--0 {
  padding-right: 0px;
}

.u-pdTop--5 {
  padding-top: 5px;
}

.u-pdBottom--5 {
  padding-bottom: 5px;
}

.u-pdLeft--5 {
  padding-left: 5px;
}

.u-pdRight--5 {
  padding-right: 5px;
}

.u-pdTop--10 {
  padding-top: 10px;
}

.u-pdBottom--10 {
  padding-bottom: 10px;
}

.u-pdLeft--10 {
  padding-left: 10px;
}

.u-pdRight--10 {
  padding-right: 10px;
}

.u-pdTop--15 {
  padding-top: 15px;
}

.u-pdBottom--15 {
  padding-bottom: 15px;
}

.u-pdLeft--15 {
  padding-left: 15px;
}

.u-pdRight--15 {
  padding-right: 15px;
}

.u-pdTop--20 {
  padding-top: 20px;
}

.u-pdBottom--20 {
  padding-bottom: 20px;
}

.u-pdLeft--20 {
  padding-left: 20px;
}

.u-pdRight--20 {
  padding-right: 20px;
}

.u-pdTop--25 {
  padding-top: 25px;
}

.u-pdBottom--25 {
  padding-bottom: 25px;
}

.u-pdLeft--25 {
  padding-left: 25px;
}

.u-pdRight--25 {
  padding-right: 25px;
}

.u-pdTop--30 {
  padding-top: 30px;
}

.u-pdBottom--30 {
  padding-bottom: 30px;
}

.u-pdLeft--30 {
  padding-left: 30px;
}

.u-pdRight--30 {
  padding-right: 30px;
}

.u-pdTop--35 {
  padding-top: 35px;
}

.u-pdBottom--35 {
  padding-bottom: 35px;
}

.u-pdLeft--35 {
  padding-left: 35px;
}

.u-pdRight--35 {
  padding-right: 35px;
}

.u-pdTop--40 {
  padding-top: 40px;
}

.u-pdBottom--40 {
  padding-bottom: 40px;
}

.u-pdLeft--40 {
  padding-left: 40px;
}

.u-pdRight--40 {
  padding-right: 40px;
}

.u-pdTop--45 {
  padding-top: 45px;
}

.u-pdBottom--45 {
  padding-bottom: 45px;
}

.u-pdLeft--45 {
  padding-left: 45px;
}

.u-pdRight--45 {
  padding-right: 45px;
}

.u-pdTop--50 {
  padding-top: 50px;
}

.u-pdBottom--50 {
  padding-bottom: 50px;
}

.u-pdLeft--50 {
  padding-left: 50px;
}

.u-pdRight--50 {
  padding-right: 50px;
}

.u-pdTop--55 {
  padding-top: 55px;
}

.u-pdBottom--55 {
  padding-bottom: 55px;
}

.u-pdLeft--55 {
  padding-left: 55px;
}

.u-pdRight--55 {
  padding-right: 55px;
}

.u-pdTop--60 {
  padding-top: 60px;
}

.u-pdBottom--60 {
  padding-bottom: 60px;
}

.u-pdLeft--60 {
  padding-left: 60px;
}

.u-pdRight--60 {
  padding-right: 60px;
}

.u-pdTop--65 {
  padding-top: 65px;
}

.u-pdBottom--65 {
  padding-bottom: 65px;
}

.u-pdLeft--65 {
  padding-left: 65px;
}

.u-pdRight--65 {
  padding-right: 65px;
}

.u-pdTop--70 {
  padding-top: 70px;
}

.u-pdBottom--70 {
  padding-bottom: 70px;
}

.u-pdLeft--70 {
  padding-left: 70px;
}

.u-pdRight--70 {
  padding-right: 70px;
}

.u-pdTop--75 {
  padding-top: 75px;
}

.u-pdBottom--75 {
  padding-bottom: 75px;
}

.u-pdLeft--75 {
  padding-left: 75px;
}

.u-pdRight--75 {
  padding-right: 75px;
}

.u-pdTop--80 {
  padding-top: 80px;
}

.u-pdBottom--80 {
  padding-bottom: 80px;
}

.u-pdLeft--80 {
  padding-left: 80px;
}

.u-pdRight--80 {
  padding-right: 80px;
}

.u-pdTop--85 {
  padding-top: 85px;
}

.u-pdBottom--85 {
  padding-bottom: 85px;
}

.u-pdLeft--85 {
  padding-left: 85px;
}

.u-pdRight--85 {
  padding-right: 85px;
}

.u-pdTop--90 {
  padding-top: 90px;
}

.u-pdBottom--90 {
  padding-bottom: 90px;
}

.u-pdLeft--90 {
  padding-left: 90px;
}

.u-pdRight--90 {
  padding-right: 90px;
}

.u-pdTop--95 {
  padding-top: 95px;
}

.u-pdBottom--95 {
  padding-bottom: 95px;
}

.u-pdLeft--95 {
  padding-left: 95px;
}

.u-pdRight--95 {
  padding-right: 95px;
}

.u-pdTop--100 {
  padding-top: 100px;
}

.u-pdBottom--100 {
  padding-bottom: 100px;
}

.u-pdLeft--100 {
  padding-left: 100px;
}

.u-pdRight--100 {
  padding-right: 100px;
}

@media (min-width: 576px) {
  .u-sp-pd--0 {
    padding: 0;
  }
  .u-sp-pdTop--0 {
    padding-top: 0px;
  }
  .u-sp-pdLeft--0 {
    padding-left: 0px;
  }
  .u-sp-pdRight--0 {
    padding-right: 0px;
  }
  .u-sp-pdBottom--0 {
    padding-bottom: 0px;
  }
  .u-sp-pdTop--5 {
    padding-top: 5px;
  }
  .u-sp-pdLeft--5 {
    padding-left: 5px;
  }
  .u-sp-pdRight--5 {
    padding-right: 5px;
  }
  .u-sp-pdBottom--5 {
    padding-bottom: 5px;
  }
  .u-sp-pdTop--10 {
    padding-top: 10px;
  }
  .u-sp-pdLeft--10 {
    padding-left: 10px;
  }
  .u-sp-pdRight--10 {
    padding-right: 10px;
  }
  .u-sp-pdBottom--10 {
    padding-bottom: 10px;
  }
  .u-sp-pdTop--15 {
    padding-top: 15px;
  }
  .u-sp-pdLeft--15 {
    padding-left: 15px;
  }
  .u-sp-pdRight--15 {
    padding-right: 15px;
  }
  .u-sp-pdBottom--15 {
    padding-bottom: 15px;
  }
  .u-sp-pdTop--20 {
    padding-top: 20px;
  }
  .u-sp-pdLeft--20 {
    padding-left: 20px;
  }
  .u-sp-pdRight--20 {
    padding-right: 20px;
  }
  .u-sp-pdBottom--20 {
    padding-bottom: 20px;
  }
  .u-sp-pdTop--25 {
    padding-top: 25px;
  }
  .u-sp-pdLeft--25 {
    padding-left: 25px;
  }
  .u-sp-pdRight--25 {
    padding-right: 25px;
  }
  .u-sp-pdBottom--25 {
    padding-bottom: 25px;
  }
  .u-sp-pdTop--30 {
    padding-top: 30px;
  }
  .u-sp-pdLeft--30 {
    padding-left: 30px;
  }
  .u-sp-pdRight--30 {
    padding-right: 30px;
  }
  .u-sp-pdBottom--30 {
    padding-bottom: 30px;
  }
  .u-sp-pdTop--35 {
    padding-top: 35px;
  }
  .u-sp-pdLeft--35 {
    padding-left: 35px;
  }
  .u-sp-pdRight--35 {
    padding-right: 35px;
  }
  .u-sp-pdBottom--35 {
    padding-bottom: 35px;
  }
  .u-sp-pdTop--40 {
    padding-top: 40px;
  }
  .u-sp-pdLeft--40 {
    padding-left: 40px;
  }
  .u-sp-pdRight--40 {
    padding-right: 40px;
  }
  .u-sp-pdBottom--40 {
    padding-bottom: 40px;
  }
  .u-sp-pdTop--45 {
    padding-top: 45px;
  }
  .u-sp-pdLeft--45 {
    padding-left: 45px;
  }
  .u-sp-pdRight--45 {
    padding-right: 45px;
  }
  .u-sp-pdBottom--45 {
    padding-bottom: 45px;
  }
  .u-sp-pdTop--50 {
    padding-top: 50px;
  }
  .u-sp-pdLeft--50 {
    padding-left: 50px;
  }
  .u-sp-pdRight--50 {
    padding-right: 50px;
  }
  .u-sp-pdBottom--50 {
    padding-bottom: 50px;
  }
  .u-sp-pdTop--55 {
    padding-top: 55px;
  }
  .u-sp-pdLeft--55 {
    padding-left: 55px;
  }
  .u-sp-pdRight--55 {
    padding-right: 55px;
  }
  .u-sp-pdBottom--55 {
    padding-bottom: 55px;
  }
  .u-sp-pdTop--60 {
    padding-top: 60px;
  }
  .u-sp-pdLeft--60 {
    padding-left: 60px;
  }
  .u-sp-pdRight--60 {
    padding-right: 60px;
  }
  .u-sp-pdBottom--60 {
    padding-bottom: 60px;
  }
  .u-sp-pdTop--65 {
    padding-top: 65px;
  }
  .u-sp-pdLeft--65 {
    padding-left: 65px;
  }
  .u-sp-pdRight--65 {
    padding-right: 65px;
  }
  .u-sp-pdBottom--65 {
    padding-bottom: 65px;
  }
  .u-sp-pdTop--70 {
    padding-top: 70px;
  }
  .u-sp-pdLeft--70 {
    padding-left: 70px;
  }
  .u-sp-pdRight--70 {
    padding-right: 70px;
  }
  .u-sp-pdBottom--70 {
    padding-bottom: 70px;
  }
  .u-sp-pdTop--75 {
    padding-top: 75px;
  }
  .u-sp-pdLeft--75 {
    padding-left: 75px;
  }
  .u-sp-pdRight--75 {
    padding-right: 75px;
  }
  .u-sp-pdBottom--75 {
    padding-bottom: 75px;
  }
  .u-sp-pdTop--80 {
    padding-top: 80px;
  }
  .u-sp-pdLeft--80 {
    padding-left: 80px;
  }
  .u-sp-pdRight--80 {
    padding-right: 80px;
  }
  .u-sp-pdBottom--80 {
    padding-bottom: 80px;
  }
  .u-sp-pdTop--85 {
    padding-top: 85px;
  }
  .u-sp-pdLeft--85 {
    padding-left: 85px;
  }
  .u-sp-pdRight--85 {
    padding-right: 85px;
  }
  .u-sp-pdBottom--85 {
    padding-bottom: 85px;
  }
  .u-sp-pdTop--90 {
    padding-top: 90px;
  }
  .u-sp-pdLeft--90 {
    padding-left: 90px;
  }
  .u-sp-pdRight--90 {
    padding-right: 90px;
  }
  .u-sp-pdBottom--90 {
    padding-bottom: 90px;
  }
  .u-sp-pdTop--95 {
    padding-top: 95px;
  }
  .u-sp-pdLeft--95 {
    padding-left: 95px;
  }
  .u-sp-pdRight--95 {
    padding-right: 95px;
  }
  .u-sp-pdBottom--95 {
    padding-bottom: 95px;
  }
  .u-sp-pdTop--100 {
    padding-top: 100px;
  }
  .u-sp-pdLeft--100 {
    padding-left: 100px;
  }
  .u-sp-pdRight--100 {
    padding-right: 100px;
  }
  .u-sp-pdBottom--100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .u-tab-pd--0 {
    padding: 0;
  }
  .u-tab-pdTop--0 {
    padding-top: 0px;
  }
  .u-tab-pdLeft--0 {
    padding-left: 0px;
  }
  .u-tab-pdRight--0 {
    padding-right: 0px;
  }
  .u-tab-pdBottom--0 {
    padding-bottom: 0px;
  }
  .u-tab-pdTop--5 {
    padding-top: 5px;
  }
  .u-tab-pdLeft--5 {
    padding-left: 5px;
  }
  .u-tab-pdRight--5 {
    padding-right: 5px;
  }
  .u-tab-pdBottom--5 {
    padding-bottom: 5px;
  }
  .u-tab-pdTop--10 {
    padding-top: 10px;
  }
  .u-tab-pdLeft--10 {
    padding-left: 10px;
  }
  .u-tab-pdRight--10 {
    padding-right: 10px;
  }
  .u-tab-pdBottom--10 {
    padding-bottom: 10px;
  }
  .u-tab-pdTop--15 {
    padding-top: 15px;
  }
  .u-tab-pdLeft--15 {
    padding-left: 15px;
  }
  .u-tab-pdRight--15 {
    padding-right: 15px;
  }
  .u-tab-pdBottom--15 {
    padding-bottom: 15px;
  }
  .u-tab-pdTop--20 {
    padding-top: 20px;
  }
  .u-tab-pdLeft--20 {
    padding-left: 20px;
  }
  .u-tab-pdRight--20 {
    padding-right: 20px;
  }
  .u-tab-pdBottom--20 {
    padding-bottom: 20px;
  }
  .u-tab-pdTop--25 {
    padding-top: 25px;
  }
  .u-tab-pdLeft--25 {
    padding-left: 25px;
  }
  .u-tab-pdRight--25 {
    padding-right: 25px;
  }
  .u-tab-pdBottom--25 {
    padding-bottom: 25px;
  }
  .u-tab-pdTop--30 {
    padding-top: 30px;
  }
  .u-tab-pdLeft--30 {
    padding-left: 30px;
  }
  .u-tab-pdRight--30 {
    padding-right: 30px;
  }
  .u-tab-pdBottom--30 {
    padding-bottom: 30px;
  }
  .u-tab-pdTop--35 {
    padding-top: 35px;
  }
  .u-tab-pdLeft--35 {
    padding-left: 35px;
  }
  .u-tab-pdRight--35 {
    padding-right: 35px;
  }
  .u-tab-pdBottom--35 {
    padding-bottom: 35px;
  }
  .u-tab-pdTop--40 {
    padding-top: 40px;
  }
  .u-tab-pdLeft--40 {
    padding-left: 40px;
  }
  .u-tab-pdRight--40 {
    padding-right: 40px;
  }
  .u-tab-pdBottom--40 {
    padding-bottom: 40px;
  }
  .u-tab-pdTop--45 {
    padding-top: 45px;
  }
  .u-tab-pdLeft--45 {
    padding-left: 45px;
  }
  .u-tab-pdRight--45 {
    padding-right: 45px;
  }
  .u-tab-pdBottom--45 {
    padding-bottom: 45px;
  }
  .u-tab-pdTop--50 {
    padding-top: 50px;
  }
  .u-tab-pdLeft--50 {
    padding-left: 50px;
  }
  .u-tab-pdRight--50 {
    padding-right: 50px;
  }
  .u-tab-pdBottom--50 {
    padding-bottom: 50px;
  }
  .u-tab-pdTop--55 {
    padding-top: 55px;
  }
  .u-tab-pdLeft--55 {
    padding-left: 55px;
  }
  .u-tab-pdRight--55 {
    padding-right: 55px;
  }
  .u-tab-pdBottom--55 {
    padding-bottom: 55px;
  }
  .u-tab-pdTop--60 {
    padding-top: 60px;
  }
  .u-tab-pdLeft--60 {
    padding-left: 60px;
  }
  .u-tab-pdRight--60 {
    padding-right: 60px;
  }
  .u-tab-pdBottom--60 {
    padding-bottom: 60px;
  }
  .u-tab-pdTop--65 {
    padding-top: 65px;
  }
  .u-tab-pdLeft--65 {
    padding-left: 65px;
  }
  .u-tab-pdRight--65 {
    padding-right: 65px;
  }
  .u-tab-pdBottom--65 {
    padding-bottom: 65px;
  }
  .u-tab-pdTop--70 {
    padding-top: 70px;
  }
  .u-tab-pdLeft--70 {
    padding-left: 70px;
  }
  .u-tab-pdRight--70 {
    padding-right: 70px;
  }
  .u-tab-pdBottom--70 {
    padding-bottom: 70px;
  }
  .u-tab-pdTop--75 {
    padding-top: 75px;
  }
  .u-tab-pdLeft--75 {
    padding-left: 75px;
  }
  .u-tab-pdRight--75 {
    padding-right: 75px;
  }
  .u-tab-pdBottom--75 {
    padding-bottom: 75px;
  }
  .u-tab-pdTop--80 {
    padding-top: 80px;
  }
  .u-tab-pdLeft--80 {
    padding-left: 80px;
  }
  .u-tab-pdRight--80 {
    padding-right: 80px;
  }
  .u-tab-pdBottom--80 {
    padding-bottom: 80px;
  }
  .u-tab-pdTop--85 {
    padding-top: 85px;
  }
  .u-tab-pdLeft--85 {
    padding-left: 85px;
  }
  .u-tab-pdRight--85 {
    padding-right: 85px;
  }
  .u-tab-pdBottom--85 {
    padding-bottom: 85px;
  }
  .u-tab-pdTop--90 {
    padding-top: 90px;
  }
  .u-tab-pdLeft--90 {
    padding-left: 90px;
  }
  .u-tab-pdRight--90 {
    padding-right: 90px;
  }
  .u-tab-pdBottom--90 {
    padding-bottom: 90px;
  }
  .u-tab-pdTop--95 {
    padding-top: 95px;
  }
  .u-tab-pdLeft--95 {
    padding-left: 95px;
  }
  .u-tab-pdRight--95 {
    padding-right: 95px;
  }
  .u-tab-pdBottom--95 {
    padding-bottom: 95px;
  }
  .u-tab-pdTop--100 {
    padding-top: 100px;
  }
  .u-tab-pdLeft--100 {
    padding-left: 100px;
  }
  .u-tab-pdRight--100 {
    padding-right: 100px;
  }
  .u-tab-pdBottom--100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .u-ipro-pd--0 {
    padding: 0;
  }
  .u-ipro-pdTop--0 {
    padding-top: 0px;
  }
  .u-ipro-pdLeft--0 {
    padding-left: 0px;
  }
  .u-ipro-pdRight--0 {
    padding-right: 0px;
  }
  .u-ipro-pdBottom--0 {
    padding-bottom: 0px;
  }
  .u-ipro-pdTop--5 {
    padding-top: 5px;
  }
  .u-ipro-pdLeft--5 {
    padding-left: 5px;
  }
  .u-ipro-pdRight--5 {
    padding-right: 5px;
  }
  .u-ipro-pdBottom--5 {
    padding-bottom: 5px;
  }
  .u-ipro-pdTop--10 {
    padding-top: 10px;
  }
  .u-ipro-pdLeft--10 {
    padding-left: 10px;
  }
  .u-ipro-pdRight--10 {
    padding-right: 10px;
  }
  .u-ipro-pdBottom--10 {
    padding-bottom: 10px;
  }
  .u-ipro-pdTop--15 {
    padding-top: 15px;
  }
  .u-ipro-pdLeft--15 {
    padding-left: 15px;
  }
  .u-ipro-pdRight--15 {
    padding-right: 15px;
  }
  .u-ipro-pdBottom--15 {
    padding-bottom: 15px;
  }
  .u-ipro-pdTop--20 {
    padding-top: 20px;
  }
  .u-ipro-pdLeft--20 {
    padding-left: 20px;
  }
  .u-ipro-pdRight--20 {
    padding-right: 20px;
  }
  .u-ipro-pdBottom--20 {
    padding-bottom: 20px;
  }
  .u-ipro-pdTop--25 {
    padding-top: 25px;
  }
  .u-ipro-pdLeft--25 {
    padding-left: 25px;
  }
  .u-ipro-pdRight--25 {
    padding-right: 25px;
  }
  .u-ipro-pdBottom--25 {
    padding-bottom: 25px;
  }
  .u-ipro-pdTop--30 {
    padding-top: 30px;
  }
  .u-ipro-pdLeft--30 {
    padding-left: 30px;
  }
  .u-ipro-pdRight--30 {
    padding-right: 30px;
  }
  .u-ipro-pdBottom--30 {
    padding-bottom: 30px;
  }
  .u-ipro-pdTop--35 {
    padding-top: 35px;
  }
  .u-ipro-pdLeft--35 {
    padding-left: 35px;
  }
  .u-ipro-pdRight--35 {
    padding-right: 35px;
  }
  .u-ipro-pdBottom--35 {
    padding-bottom: 35px;
  }
  .u-ipro-pdTop--40 {
    padding-top: 40px;
  }
  .u-ipro-pdLeft--40 {
    padding-left: 40px;
  }
  .u-ipro-pdRight--40 {
    padding-right: 40px;
  }
  .u-ipro-pdBottom--40 {
    padding-bottom: 40px;
  }
  .u-ipro-pdTop--45 {
    padding-top: 45px;
  }
  .u-ipro-pdLeft--45 {
    padding-left: 45px;
  }
  .u-ipro-pdRight--45 {
    padding-right: 45px;
  }
  .u-ipro-pdBottom--45 {
    padding-bottom: 45px;
  }
  .u-ipro-pdTop--50 {
    padding-top: 50px;
  }
  .u-ipro-pdLeft--50 {
    padding-left: 50px;
  }
  .u-ipro-pdRight--50 {
    padding-right: 50px;
  }
  .u-ipro-pdBottom--50 {
    padding-bottom: 50px;
  }
  .u-ipro-pdTop--55 {
    padding-top: 55px;
  }
  .u-ipro-pdLeft--55 {
    padding-left: 55px;
  }
  .u-ipro-pdRight--55 {
    padding-right: 55px;
  }
  .u-ipro-pdBottom--55 {
    padding-bottom: 55px;
  }
  .u-ipro-pdTop--60 {
    padding-top: 60px;
  }
  .u-ipro-pdLeft--60 {
    padding-left: 60px;
  }
  .u-ipro-pdRight--60 {
    padding-right: 60px;
  }
  .u-ipro-pdBottom--60 {
    padding-bottom: 60px;
  }
  .u-ipro-pdTop--65 {
    padding-top: 65px;
  }
  .u-ipro-pdLeft--65 {
    padding-left: 65px;
  }
  .u-ipro-pdRight--65 {
    padding-right: 65px;
  }
  .u-ipro-pdBottom--65 {
    padding-bottom: 65px;
  }
  .u-ipro-pdTop--70 {
    padding-top: 70px;
  }
  .u-ipro-pdLeft--70 {
    padding-left: 70px;
  }
  .u-ipro-pdRight--70 {
    padding-right: 70px;
  }
  .u-ipro-pdBottom--70 {
    padding-bottom: 70px;
  }
  .u-ipro-pdTop--75 {
    padding-top: 75px;
  }
  .u-ipro-pdLeft--75 {
    padding-left: 75px;
  }
  .u-ipro-pdRight--75 {
    padding-right: 75px;
  }
  .u-ipro-pdBottom--75 {
    padding-bottom: 75px;
  }
  .u-ipro-pdTop--80 {
    padding-top: 80px;
  }
  .u-ipro-pdLeft--80 {
    padding-left: 80px;
  }
  .u-ipro-pdRight--80 {
    padding-right: 80px;
  }
  .u-ipro-pdBottom--80 {
    padding-bottom: 80px;
  }
  .u-ipro-pdTop--85 {
    padding-top: 85px;
  }
  .u-ipro-pdLeft--85 {
    padding-left: 85px;
  }
  .u-ipro-pdRight--85 {
    padding-right: 85px;
  }
  .u-ipro-pdBottom--85 {
    padding-bottom: 85px;
  }
  .u-ipro-pdTop--90 {
    padding-top: 90px;
  }
  .u-ipro-pdLeft--90 {
    padding-left: 90px;
  }
  .u-ipro-pdRight--90 {
    padding-right: 90px;
  }
  .u-ipro-pdBottom--90 {
    padding-bottom: 90px;
  }
  .u-ipro-pdTop--95 {
    padding-top: 95px;
  }
  .u-ipro-pdLeft--95 {
    padding-left: 95px;
  }
  .u-ipro-pdRight--95 {
    padding-right: 95px;
  }
  .u-ipro-pdBottom--95 {
    padding-bottom: 95px;
  }
  .u-ipro-pdTop--100 {
    padding-top: 100px;
  }
  .u-ipro-pdLeft--100 {
    padding-left: 100px;
  }
  .u-ipro-pdRight--100 {
    padding-right: 100px;
  }
  .u-ipro-pdBottom--100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .u-note-pd--0 {
    padding: 0;
  }
  .u-note-pdTop--0 {
    padding-top: 0px;
  }
  .u-note-pdLeft--0 {
    padding-left: 0px;
  }
  .u-note-pdRight--0 {
    padding-right: 0px;
  }
  .u-note-pdBottom--0 {
    padding-bottom: 0px;
  }
  .u-note-pdTop--5 {
    padding-top: 5px;
  }
  .u-note-pdLeft--5 {
    padding-left: 5px;
  }
  .u-note-pdRight--5 {
    padding-right: 5px;
  }
  .u-note-pdBottom--5 {
    padding-bottom: 5px;
  }
  .u-note-pdTop--10 {
    padding-top: 10px;
  }
  .u-note-pdLeft--10 {
    padding-left: 10px;
  }
  .u-note-pdRight--10 {
    padding-right: 10px;
  }
  .u-note-pdBottom--10 {
    padding-bottom: 10px;
  }
  .u-note-pdTop--15 {
    padding-top: 15px;
  }
  .u-note-pdLeft--15 {
    padding-left: 15px;
  }
  .u-note-pdRight--15 {
    padding-right: 15px;
  }
  .u-note-pdBottom--15 {
    padding-bottom: 15px;
  }
  .u-note-pdTop--20 {
    padding-top: 20px;
  }
  .u-note-pdLeft--20 {
    padding-left: 20px;
  }
  .u-note-pdRight--20 {
    padding-right: 20px;
  }
  .u-note-pdBottom--20 {
    padding-bottom: 20px;
  }
  .u-note-pdTop--25 {
    padding-top: 25px;
  }
  .u-note-pdLeft--25 {
    padding-left: 25px;
  }
  .u-note-pdRight--25 {
    padding-right: 25px;
  }
  .u-note-pdBottom--25 {
    padding-bottom: 25px;
  }
  .u-note-pdTop--30 {
    padding-top: 30px;
  }
  .u-note-pdLeft--30 {
    padding-left: 30px;
  }
  .u-note-pdRight--30 {
    padding-right: 30px;
  }
  .u-note-pdBottom--30 {
    padding-bottom: 30px;
  }
  .u-note-pdTop--35 {
    padding-top: 35px;
  }
  .u-note-pdLeft--35 {
    padding-left: 35px;
  }
  .u-note-pdRight--35 {
    padding-right: 35px;
  }
  .u-note-pdBottom--35 {
    padding-bottom: 35px;
  }
  .u-note-pdTop--40 {
    padding-top: 40px;
  }
  .u-note-pdLeft--40 {
    padding-left: 40px;
  }
  .u-note-pdRight--40 {
    padding-right: 40px;
  }
  .u-note-pdBottom--40 {
    padding-bottom: 40px;
  }
  .u-note-pdTop--45 {
    padding-top: 45px;
  }
  .u-note-pdLeft--45 {
    padding-left: 45px;
  }
  .u-note-pdRight--45 {
    padding-right: 45px;
  }
  .u-note-pdBottom--45 {
    padding-bottom: 45px;
  }
  .u-note-pdTop--50 {
    padding-top: 50px;
  }
  .u-note-pdLeft--50 {
    padding-left: 50px;
  }
  .u-note-pdRight--50 {
    padding-right: 50px;
  }
  .u-note-pdBottom--50 {
    padding-bottom: 50px;
  }
  .u-note-pdTop--55 {
    padding-top: 55px;
  }
  .u-note-pdLeft--55 {
    padding-left: 55px;
  }
  .u-note-pdRight--55 {
    padding-right: 55px;
  }
  .u-note-pdBottom--55 {
    padding-bottom: 55px;
  }
  .u-note-pdTop--60 {
    padding-top: 60px;
  }
  .u-note-pdLeft--60 {
    padding-left: 60px;
  }
  .u-note-pdRight--60 {
    padding-right: 60px;
  }
  .u-note-pdBottom--60 {
    padding-bottom: 60px;
  }
  .u-note-pdTop--65 {
    padding-top: 65px;
  }
  .u-note-pdLeft--65 {
    padding-left: 65px;
  }
  .u-note-pdRight--65 {
    padding-right: 65px;
  }
  .u-note-pdBottom--65 {
    padding-bottom: 65px;
  }
  .u-note-pdTop--70 {
    padding-top: 70px;
  }
  .u-note-pdLeft--70 {
    padding-left: 70px;
  }
  .u-note-pdRight--70 {
    padding-right: 70px;
  }
  .u-note-pdBottom--70 {
    padding-bottom: 70px;
  }
  .u-note-pdTop--75 {
    padding-top: 75px;
  }
  .u-note-pdLeft--75 {
    padding-left: 75px;
  }
  .u-note-pdRight--75 {
    padding-right: 75px;
  }
  .u-note-pdBottom--75 {
    padding-bottom: 75px;
  }
  .u-note-pdTop--80 {
    padding-top: 80px;
  }
  .u-note-pdLeft--80 {
    padding-left: 80px;
  }
  .u-note-pdRight--80 {
    padding-right: 80px;
  }
  .u-note-pdBottom--80 {
    padding-bottom: 80px;
  }
  .u-note-pdTop--85 {
    padding-top: 85px;
  }
  .u-note-pdLeft--85 {
    padding-left: 85px;
  }
  .u-note-pdRight--85 {
    padding-right: 85px;
  }
  .u-note-pdBottom--85 {
    padding-bottom: 85px;
  }
  .u-note-pdTop--90 {
    padding-top: 90px;
  }
  .u-note-pdLeft--90 {
    padding-left: 90px;
  }
  .u-note-pdRight--90 {
    padding-right: 90px;
  }
  .u-note-pdBottom--90 {
    padding-bottom: 90px;
  }
  .u-note-pdTop--95 {
    padding-top: 95px;
  }
  .u-note-pdLeft--95 {
    padding-left: 95px;
  }
  .u-note-pdRight--95 {
    padding-right: 95px;
  }
  .u-note-pdBottom--95 {
    padding-bottom: 95px;
  }
  .u-note-pdTop--100 {
    padding-top: 100px;
  }
  .u-note-pdLeft--100 {
    padding-left: 100px;
  }
  .u-note-pdRight--100 {
    padding-right: 100px;
  }
  .u-note-pdBottom--100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .u-monitar-pd--0 {
    padding: 0;
  }
  .u-monitar-pdTop--0 {
    padding-top: 0px;
  }
  .u-monitar-pdLeft--0 {
    padding-left: 0px;
  }
  .u-monitar-pdRight--0 {
    padding-right: 0px;
  }
  .u-monitar-pdBottom--0 {
    padding-bottom: 0px;
  }
  .u-monitar-pdTop--5 {
    padding-top: 5px;
  }
  .u-monitar-pdLeft--5 {
    padding-left: 5px;
  }
  .u-monitar-pdRight--5 {
    padding-right: 5px;
  }
  .u-monitar-pdBottom--5 {
    padding-bottom: 5px;
  }
  .u-monitar-pdTop--10 {
    padding-top: 10px;
  }
  .u-monitar-pdLeft--10 {
    padding-left: 10px;
  }
  .u-monitar-pdRight--10 {
    padding-right: 10px;
  }
  .u-monitar-pdBottom--10 {
    padding-bottom: 10px;
  }
  .u-monitar-pdTop--15 {
    padding-top: 15px;
  }
  .u-monitar-pdLeft--15 {
    padding-left: 15px;
  }
  .u-monitar-pdRight--15 {
    padding-right: 15px;
  }
  .u-monitar-pdBottom--15 {
    padding-bottom: 15px;
  }
  .u-monitar-pdTop--20 {
    padding-top: 20px;
  }
  .u-monitar-pdLeft--20 {
    padding-left: 20px;
  }
  .u-monitar-pdRight--20 {
    padding-right: 20px;
  }
  .u-monitar-pdBottom--20 {
    padding-bottom: 20px;
  }
  .u-monitar-pdTop--25 {
    padding-top: 25px;
  }
  .u-monitar-pdLeft--25 {
    padding-left: 25px;
  }
  .u-monitar-pdRight--25 {
    padding-right: 25px;
  }
  .u-monitar-pdBottom--25 {
    padding-bottom: 25px;
  }
  .u-monitar-pdTop--30 {
    padding-top: 30px;
  }
  .u-monitar-pdLeft--30 {
    padding-left: 30px;
  }
  .u-monitar-pdRight--30 {
    padding-right: 30px;
  }
  .u-monitar-pdBottom--30 {
    padding-bottom: 30px;
  }
  .u-monitar-pdTop--35 {
    padding-top: 35px;
  }
  .u-monitar-pdLeft--35 {
    padding-left: 35px;
  }
  .u-monitar-pdRight--35 {
    padding-right: 35px;
  }
  .u-monitar-pdBottom--35 {
    padding-bottom: 35px;
  }
  .u-monitar-pdTop--40 {
    padding-top: 40px;
  }
  .u-monitar-pdLeft--40 {
    padding-left: 40px;
  }
  .u-monitar-pdRight--40 {
    padding-right: 40px;
  }
  .u-monitar-pdBottom--40 {
    padding-bottom: 40px;
  }
  .u-monitar-pdTop--45 {
    padding-top: 45px;
  }
  .u-monitar-pdLeft--45 {
    padding-left: 45px;
  }
  .u-monitar-pdRight--45 {
    padding-right: 45px;
  }
  .u-monitar-pdBottom--45 {
    padding-bottom: 45px;
  }
  .u-monitar-pdTop--50 {
    padding-top: 50px;
  }
  .u-monitar-pdLeft--50 {
    padding-left: 50px;
  }
  .u-monitar-pdRight--50 {
    padding-right: 50px;
  }
  .u-monitar-pdBottom--50 {
    padding-bottom: 50px;
  }
  .u-monitar-pdTop--55 {
    padding-top: 55px;
  }
  .u-monitar-pdLeft--55 {
    padding-left: 55px;
  }
  .u-monitar-pdRight--55 {
    padding-right: 55px;
  }
  .u-monitar-pdBottom--55 {
    padding-bottom: 55px;
  }
  .u-monitar-pdTop--60 {
    padding-top: 60px;
  }
  .u-monitar-pdLeft--60 {
    padding-left: 60px;
  }
  .u-monitar-pdRight--60 {
    padding-right: 60px;
  }
  .u-monitar-pdBottom--60 {
    padding-bottom: 60px;
  }
  .u-monitar-pdTop--65 {
    padding-top: 65px;
  }
  .u-monitar-pdLeft--65 {
    padding-left: 65px;
  }
  .u-monitar-pdRight--65 {
    padding-right: 65px;
  }
  .u-monitar-pdBottom--65 {
    padding-bottom: 65px;
  }
  .u-monitar-pdTop--70 {
    padding-top: 70px;
  }
  .u-monitar-pdLeft--70 {
    padding-left: 70px;
  }
  .u-monitar-pdRight--70 {
    padding-right: 70px;
  }
  .u-monitar-pdBottom--70 {
    padding-bottom: 70px;
  }
  .u-monitar-pdTop--75 {
    padding-top: 75px;
  }
  .u-monitar-pdLeft--75 {
    padding-left: 75px;
  }
  .u-monitar-pdRight--75 {
    padding-right: 75px;
  }
  .u-monitar-pdBottom--75 {
    padding-bottom: 75px;
  }
  .u-monitar-pdTop--80 {
    padding-top: 80px;
  }
  .u-monitar-pdLeft--80 {
    padding-left: 80px;
  }
  .u-monitar-pdRight--80 {
    padding-right: 80px;
  }
  .u-monitar-pdBottom--80 {
    padding-bottom: 80px;
  }
  .u-monitar-pdTop--85 {
    padding-top: 85px;
  }
  .u-monitar-pdLeft--85 {
    padding-left: 85px;
  }
  .u-monitar-pdRight--85 {
    padding-right: 85px;
  }
  .u-monitar-pdBottom--85 {
    padding-bottom: 85px;
  }
  .u-monitar-pdTop--90 {
    padding-top: 90px;
  }
  .u-monitar-pdLeft--90 {
    padding-left: 90px;
  }
  .u-monitar-pdRight--90 {
    padding-right: 90px;
  }
  .u-monitar-pdBottom--90 {
    padding-bottom: 90px;
  }
  .u-monitar-pdTop--95 {
    padding-top: 95px;
  }
  .u-monitar-pdLeft--95 {
    padding-left: 95px;
  }
  .u-monitar-pdRight--95 {
    padding-right: 95px;
  }
  .u-monitar-pdBottom--95 {
    padding-bottom: 95px;
  }
  .u-monitar-pdTop--100 {
    padding-top: 100px;
  }
  .u-monitar-pdLeft--100 {
    padding-left: 100px;
  }
  .u-monitar-pdRight--100 {
    padding-right: 100px;
  }
  .u-monitar-pdBottom--100 {
    padding-bottom: 100px;
  }
}
.u-fontSize--0 {
  font-size: 0px;
}

.u-fontSize--1 {
  font-size: 1px;
}

.u-fontSize--2 {
  font-size: 2px;
}

.u-fontSize--3 {
  font-size: 3px;
}

.u-fontSize--4 {
  font-size: 4px;
}

.u-fontSize--5 {
  font-size: 5px;
}

.u-fontSize--6 {
  font-size: 6px;
}

.u-fontSize--7 {
  font-size: 7px;
}

.u-fontSize--8 {
  font-size: 8px;
}

.u-fontSize--9 {
  font-size: 9px;
}

.u-fontSize--10 {
  font-size: 10px;
}

.u-fontSize--11 {
  font-size: 11px;
}

.u-fontSize--12 {
  font-size: 12px;
}

.u-fontSize--13 {
  font-size: 13px;
}

.u-fontSize--14 {
  font-size: 14px;
}

.u-fontSize--15 {
  font-size: 15px;
}

.u-fontSize--16 {
  font-size: 16px;
}

.u-fontSize--17 {
  font-size: 17px;
}

.u-fontSize--18 {
  font-size: 18px;
}

.u-fontSize--19 {
  font-size: 19px;
}

.u-fontSize--20 {
  font-size: 20px;
}

.u-fontSize--21 {
  font-size: 21px;
}

.u-fontSize--22 {
  font-size: 22px;
}

.u-fontSize--23 {
  font-size: 23px;
}

.u-fontSize--24 {
  font-size: 24px;
}

.u-fontSize--25 {
  font-size: 25px;
}

.u-fontSize--26 {
  font-size: 26px;
}

.u-fontSize--27 {
  font-size: 27px;
}

.u-fontSize--28 {
  font-size: 28px;
}

.u-fontSize--29 {
  font-size: 29px;
}

.u-fontSize--30 {
  font-size: 30px;
}

.u-fontSize--31 {
  font-size: 31px;
}

.u-fontSize--32 {
  font-size: 32px;
}

.u-fontSize--33 {
  font-size: 33px;
}

.u-fontSize--34 {
  font-size: 34px;
}

.u-fontSize--35 {
  font-size: 35px;
}

.u-fontSize--36 {
  font-size: 36px;
}

.u-fontSize--37 {
  font-size: 37px;
}

.u-fontSize--38 {
  font-size: 38px;
}

.u-fontSize--39 {
  font-size: 39px;
}

.u-fontSize--40 {
  font-size: 40px;
}

.u-fontSize--41 {
  font-size: 41px;
}

.u-fontSize--42 {
  font-size: 42px;
}

.u-fontSize--43 {
  font-size: 43px;
}

.u-fontSize--44 {
  font-size: 44px;
}

.u-fontSize--45 {
  font-size: 45px;
}

.u-fontSize--46 {
  font-size: 46px;
}

.u-fontSize--47 {
  font-size: 47px;
}

.u-fontSize--48 {
  font-size: 48px;
}

.u-fontSize--49 {
  font-size: 49px;
}

.u-block {
  display: block;
}

.u-inlineBlock {
  display: inline-block;
}

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

.u-br-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-br-pc {
    display: inline;
  }
}