@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%;
}

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

body {
  font-family: "Noto Sans JP", "Akshar", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #5D5D5D;
  letter-spacing: calc(60 / 1000 * 1em);
}
@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;
}

/* 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: #E9E9E9;
}
.l-footer__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 20px 6%;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding: 20px 10px;
  }
}
.l-footerCopyright {
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.13em;
  color: #5D5D5D;
}
@media (min-width: 768px) {
  .l-footerCopyright {
    font-size: 11px;
  }
}

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

/* list
------------------------------------------------------ */
.c-list, .c-list--advice {
  padding: 0 7%;
  list-style: none;
}
@media (min-width: 768px) {
  .c-list, .c-list--advice {
    width: 645px;
    margin-inline: auto;
    padding: 0;
  }
}
.c-list .c-list__item:last-of-type, .c-list .c-list__item--1line:last-of-type, .c-list--advice .c-list__item:last-of-type, .c-list--advice .c-list__item--1line:last-of-type {
  border-bottom: none;
}
.c-list--advice {
  margin-bottom: 30px;
  padding: 0 2%;
}
@media (min-width: 768px) {
  .c-list--advice {
    width: 605px;
    padding: 0;
    margin-bottom: 50px;
  }
}
.c-list--advice .c-list__item:last-of-type, .c-list--advice .c-list__item--1line:last-of-type {
  border-bottom: 3px dotted #C8C7C7;
}
.c-list__item, .c-list__item--1line {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 3px dotted #C8C7C7;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-indent: -1.65em;
  padding-left: 1.65em;
}
@media (min-width: 768px) {
  .c-list__item, .c-list__item--1line {
    font-size: 25px;
    text-indent: 0;
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
.c-list__item span, .c-list__item--1line span {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.7em;
  text-decoration-color: rgba(253, 188, 172, 0.48);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) {
  .c-list__item span, .c-list__item--1line span {
    text-decoration-thickness: 0.6em;
    text-underline-offset: -0.35em;
  }
}
.c-list__item::before, .c-list__item--1line::before {
  display: inline-block;
  content: url(../img/icon_check.webp);
  height: 40px;
  transform: scale(0.32);
  vertical-align: middle;
}
@media (min-width: 768px) {
  .c-list__item::before, .c-list__item--1line::before {
    transform: scale(0.5);
    vertical-align: text-bottom;
  }
}
.c-list__item--1line {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .c-list__item--1line {
    padding-bottom: 15px;
  }
}

/* accordion
------------------------------------------------------ */
.c-accordion {
  display: inline-block;
  position: absolute;
  width: 20px;
  right: -8%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .c-accordion {
    top: 29px;
    right: -3%;
  }
}
.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: 15px;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .c-accordion::before {
    height: 20px;
  }
}
.c-accordion::after {
  width: 15px;
  height: 2px;
}
@media (min-width: 768px) {
  .c-accordion::after {
    width: 20px;
  }
}
.c-accordion.is-open::before {
  opacity: 0;
}
.c-accordion--question {
  top: 14px;
}
@media (min-width: 768px) {
  .c-accordion--question {
    top: 50%;
  }
}
.c-accordion--question::before, .c-accordion--question::after {
  background-color: #5D5D5D;
}

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

/* mv
------------------------------------------------------ */
.p-mv__inner {
  position: relative;
}
.p-mv__button, .p-mv__button--lg {
  position: absolute;
  translate: -50% 0;
  left: 50%;
  width: 335px;
  bottom: 21.5%;
}
@media (min-width: 768px) {
  .p-mv__button, .p-mv__button--lg {
    left: 36%;
    bottom: 29%;
    width: 340px;
  }
}
@media (min-width: 768px) {
  .p-mv__button--lg {
    left: 50%;
    bottom: 33%;
  }
}
@media (min-width: 1024px) {
  .p-mv__button--lg {
    left: 36%;
    bottom: 21.5%;
    width: 440px;
  }
}
.p-mv__bottom {
  position: relative;
  filter: drop-shadow(0px 0px 9.9px rgba(0, 0, 0, 0.24));
}
.p-mv__bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  background: linear-gradient(180deg, #70BDDE 0%, #4C9CBF 100%);
}
@media (min-width: 1024px) {
  .p-mv__bottom::before {
    clip-path: polygon(100% -1%, 100% 50%, 50% 100%, 0 50%, 0 -1%);
  }
}
.p-mv__bottomImg {
  display: block;
  position: relative;
  width: 380px;
  margin-inline: auto;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-mv__bottomImg {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 540px;
  }
}

/* top
------------------------------------------------------ */
.p-about__img {
  display: block;
  position: relative;
  width: 355px;
  margin-inline: auto;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-about__img {
    width: 1080px;
    padding-bottom: 65px;
  }
}
.p-about__imgWrapper {
  position: relative;
  background-color: #FFF0EC;
}
.p-about__imgWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  background: linear-gradient(180deg, #FFFFFF 40%, #FDBCAC 91.46%);
}
@media (min-width: 1024px) {
  .p-about__imgWrapper::before {
    clip-path: polygon(100% -1%, 100% 85%, 50% 100%, 0 85%, 0 -1%);
  }
}

.p-reason {
  background: #FFF0EC;
}
.p-reason__inner {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 4%;
}
@media (min-width: 1024px) {
  .p-reason__inner {
    flex-direction: row;
    gap: 30px;
    padding: 75px 0;
  }
}
.p-reason__area {
  position: relative;
}
.p-reason__img {
  width: 350px;
}
.p-reason__text, .p-reason__text--03 {
  position: absolute;
  width: 82%;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.03em;
}
.p-reason__text--03 {
  top: 45%;
}
.p-reason__textSm {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.p-reason__text span, .p-reason__text--03 span {
  font-weight: 600;
}

.p-line {
  background-color: #FFF5BE;
}
.p-line__inner {
  padding: 20px 4%;
}
@media (min-width: 1024px) {
  .p-line__inner {
    padding: 20px;
  }
}
.p-line__content {
  position: relative;
  max-width: 335px;
  margin-inline: auto;
  padding: 30px 3% 15px;
  background: #FEF8F0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .p-line__content {
    display: grid;
    grid-template: "p-line__head p-line__button" "p-line__text p-line__button";
    max-width: 935px;
    grid-template-columns: 355px 340px;
    column-gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 60px 10px 30px;
  }
}
.p-line__content::before {
  content: "●";
  position: absolute;
  top: 2%;
  left: 3%;
  color: #FFE0D9;
}
@media (min-width: 1024px) {
  .p-line__content::before {
    left: 1.5%;
  }
}
.p-line__content::after {
  content: "●";
  position: absolute;
  top: 2%;
  right: 3%;
  color: #FFE0D9;
}
@media (min-width: 1024px) {
  .p-line__content::after {
    right: 1.5%;
  }
}
.p-line__head {
  grid-area: p-line__head;
  margin-bottom: 20px;
  color: #5D5D5D;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .p-line__head {
    margin-bottom: 0;
    font-size: 26px;
  }
}
.p-line__headSpan, .p-line__headSpan02 {
  font-size: 35px;
  letter-spacing: -0.02em;
  color: #02BE48;
}
@media (min-width: 1024px) {
  .p-line__headSpan, .p-line__headSpan02 {
    font-size: 42px;
  }
}
.p-line__headSpan02 {
  font-size: 28px;
}
.p-line__button {
  grid-area: p-line__button;
}
.p-line__buttonImg {
  margin-bottom: -11px;
}
.p-line__buttonText {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #727171;
}
@media (min-width: 1024px) {
  .p-line__buttonText {
    line-height: 19px;
  }
}
.p-line__buttonText::before {
  position: absolute;
  width: 15px;
  height: 45px;
  content: "";
  top: 0;
  left: 15px;
  background-image: url(../img/decoration_01.webp);
  background-size: contain;
}
.p-line__buttonText::after {
  position: absolute;
  width: 15px;
  height: 45px;
  content: "";
  top: 0;
  right: 15px;
  background-image: url(../img/decoration_02.webp);
  background-size: contain;
}
.p-line__text {
  grid-area: p-line__text;
}

.p-support {
  background-color: #DEF1FB;
}
.p-support__inner {
  padding: 25px 4%;
}
@media (min-width: 1024px) {
  .p-support__inner {
    padding: 45px 10px 50px;
  }
}
.p-support__title, .p-support__title02 {
  display: block;
  margin-inline: auto;
  width: 335px;
}
@media (min-width: 1024px) {
  .p-support__title, .p-support__title02 {
    width: 865px;
  }
}
.p-support__title02 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-support__title02 {
    width: 715px;
    margin-bottom: 30px;
  }
}
.p-support__lead {
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .p-support__lead {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-support__lead {
    padding: 35px 0 55px;
    font-size: 20px;
    text-align: center;
  }
}
.p-support__media {
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-support__media {
    display: grid;
    grid-template-columns: 475px auto;
    gap: 40px;
    margin-bottom: 70px;
  }
}
.p-support__head {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .p-support__head {
    gap: 5px;
    margin-bottom: 0;
  }
}
.p-support__bodyText {
  margin-top: 5px;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.03em;
}
.p-supportPoint {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  gap: 13px;
  padding: 20px 10px;
  background: #FFFFFF;
  border: 5px solid #CAEDFF;
  border-radius: 14px;
}
@media (min-width: 1024px) {
  .p-supportPoint {
    grid-template-columns: 40px auto;
    padding: 20px;
  }
}
.p-supportPoint__head {
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFA69C;
}
@media (min-width: 1024px) {
  .p-supportPoint__head {
    line-height: 1.2;
  }
}
.p-supportPoint__head span {
  font-family: "Akshar", sans-serif;
  font-size: 34px;
}
.p-supportPoint__body {
  padding-left: 13px;
  border-left: 3px dotted #D2D4D5;
}
.p-supportPoint__title {
  margin-bottom: 5px;
  color: #67BBDE;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .p-supportPoint__title {
    font-size: 20px;
  }
}
.p-supportPoint__text, .p-supportPoint__text--nowrap {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .p-supportPoint__text, .p-supportPoint__text--nowrap {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .p-supportPoint__text--nowrap {
    white-space: nowrap;
  }
}
.p-supportPrice {
  margin-bottom: 10px;
  padding: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .p-supportPrice {
    max-width: 920px;
    margin-inline: auto;
    margin-bottom: 20px;
    padding: 46px 65px;
  }
}
@media (min-width: 1024px) {
  .p-supportPriceWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.p-supportPrice__title {
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
  width: 225px;
}
@media (min-width: 768px) {
  .p-supportPrice__title {
    width: 290px;
    margin-bottom: 30px;
  }
}
.p-supportPrice__item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #D8AF61, #815A10) 1;
}
@media (min-width: 1024px) {
  .p-supportPrice__item {
    padding: 8px 0;
  }
}
.p-supportPrice__head {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .p-supportPrice__head {
    font-size: 20px;
  }
}
.p-supportPrice__body {
  font-weight: 500;
  font-size: 16px;
  color: #815A10;
}
@media (min-width: 1024px) {
  .p-supportPrice__body {
    font-size: 21px;
  }
}
.p-supportPrice__body span {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .p-supportPrice__body span {
    font-size: 16px;
  }
}
.p-supportPrice__note {
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .p-supportPrice__note {
    font-size: 13px;
  }
}
.p-supportPriceText {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .p-supportPriceText {
    text-align: center;
  }
}

.p-introduction__img {
  display: block;
  position: relative;
  width: 340px;
  margin-inline: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .p-introduction__img {
    width: 685px;
    padding: 30px 0 80px;
  }
}
.p-introduction__imgWrapper {
  position: relative;
  background-color: #FFF5BE;
}
.p-introduction__imgWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  background: linear-gradient(180deg, #FFF8DF 0%, #FFE999 91.46%);
}
@media (min-width: 1024px) {
  .p-introduction__imgWrapper::before {
    clip-path: polygon(100% -1%, 100% 70%, 50% 100%, 0 70%, 0 -1%);
  }
}

.p-advice__inner {
  padding: 25px 4% 25px;
}
@media (min-width: 768px) {
  .p-advice__inner {
    padding: 55px 10px;
  }
}
.p-advice__title {
  display: block;
  margin-inline: auto;
  width: 255px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-advice__title {
    width: 325px;
    margin-bottom: 35px;
  }
}
.p-advice__img01 {
  display: block;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-advice__img01 {
    max-width: 1100px;
    margin-bottom: 40px;
  }
}
.p-advice__img02 {
  display: block;
  margin-inline: auto;
  margin-bottom: 30px;
  width: 335px;
}
@media (min-width: 768px) {
  .p-advice__img02 {
    width: 675px;
    margin-bottom: 40px;
  }
}
.p-adviceEasy__title {
  position: relative;
  width: 290px;
  margin-inline: auto;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .p-adviceEasy__title {
    width: 360px;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
.p-adviceEasy__title::before {
  position: absolute;
  width: 15px;
  height: 45px;
  content: "";
  top: -2px;
  left: -10px;
  background-image: url(../img/decoration_03.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-adviceEasy__title::before {
    top: 4px;
    left: -5%;
  }
}
.p-adviceEasy__title::after {
  position: absolute;
  width: 15px;
  height: 45px;
  content: "";
  top: -2px;
  right: -10px;
  background-image: url(../img/decoration_04.webp);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-adviceEasy__title::after {
    top: 4px;
    right: -5%;
  }
}
.p-adviceEasy__title span {
  color: #02BE48;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-adviceEasy__title span {
    letter-spacing: 0.08em;
  }
}
.p-adviceEasy__img {
  display: block;
  margin-inline: auto;
  width: 335px;
}
@media (min-width: 1024px) {
  .p-adviceEasy__img {
    width: 970px;
  }
}

.p-question {
  background-color: #FFF0EC;
}
.p-question__inner {
  max-width: 700px;
  margin-inline: auto;
  padding: 35px 4%;
}
@media (min-width: 768px) {
  .p-question__inner {
    padding: 65px 0;
  }
}
.p-question__title {
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  .p-question__title {
    width: 200px;
    margin-bottom: 45px;
  }
}
.p-questionAccordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-questionAccordion__item {
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px 30px;
  background-color: #FFFFFF;
  border: 5px solid #FFE0D9;
  border-radius: 14px;
}
.p-questionAccordion__question {
  display: grid;
  position: relative;
  grid-template-columns: 30px auto;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-questionAccordion__question {
    align-items: center;
  }
}
.p-questionAccordion__text, .p-questionAccordion__text--answer {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.03em;
  color: #FFA69C;
}
@media (min-width: 768px) {
  .p-questionAccordion__text, .p-questionAccordion__text--answer {
    font-size: 22px;
  }
}
.p-questionAccordion__text--answer {
  font-size: 16px;
  color: #67BBDE;
}
@media (min-width: 768px) {
  .p-questionAccordion__text--answer {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-questionAccordion__answer {
  display: grid;
  position: relative;
  grid-template-columns: 30px auto;
  align-items: flex-start;
  gap: 10px;
}
.p-questionAccordion__answer.is-open {
  max-height: 1200px;
  padding-top: 1.5em;
}

.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: 576px) {
  .u-br-xsm {
    display: none;
  }
}

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

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