/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Hide the overflow in IE.
 */
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button, input, select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

:root {
  --font: #333;
  --aqua: #4465e0;
  --link: #4465e0;
  --pink: #c2048d;
  --border: #ccc;
}

/*
 * base
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  opacity: 0;
  font-size: 100px;
}
@media only screen and (max-width: 740px) {
  html {
    font-size: clamp(10px, 26.6666666667vw, 1000px);
  }
}
@media print, screen and (min-width: 741px) {
  html {
    font-size: clamp(10px, 7.1428571429vw, 100px);
  }
}
html.is-fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
html.is-load {
  opacity: 1;
  transition: opacity 0.8s 0.2s;
}

body {
  line-height: 1.8;
  color: var(--font);
  position: relative;
  background: #fff;
  font-family: "Noto sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  body {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  body {
    font-size: 0.16rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.5;
}

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

img,
svg {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
img:not([src$=".svg"]),
svg:not([src$=".svg"]) {
  width: auto;
}

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

li {
  list-style-type: none;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 0;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

sup {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
}

b {
  font-weight: 500;
}

:root {
  --font: #333;
  --aqua: #4465e0;
  --link: #4465e0;
  --pink: #c2048d;
  --border: #ccc;
}

/* ==========================================================================
  Layout
========================================================================== */
.l-header {
  position: relative;
}
.l-header:before {
  content: "";
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 740px) {
  .l-header:before {
    height: 0.7rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header:before {
    height: 1.1rem;
  }
}
.l-header.is-bg:before {
  opacity: 1;
}

.l-header-logo {
  position: absolute;
  line-height: 1;
  z-index: 20;
}
@media only screen and (max-width: 740px) {
  .l-header-logo {
    width: 2.05rem;
    top: 0.23rem;
    left: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-logo {
    width: 2.8rem;
    top: 0.35rem;
    left: 0.33rem;
  }
}

.l-header-nav {
  display: flex;
  align-items: center;
  height: 0.5rem;
  position: fixed;
  z-index: 100;
}
@media only screen and (max-width: 740px) {
  .l-header-nav {
    top: 0.1rem;
    right: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-nav {
    gap: 0.5rem;
    top: 0.25rem;
    right: 0.33rem;
  }
}

@media only screen and (max-width: 740px) {
  .l-header-gnav-bg {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: left 0s 0.4s, opacity 0.4s;
  }
  .l-header-gnav-bg.is-open {
    left: 0;
    opacity: 1;
    transition: left 0s, opacity 0.4s;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav-bg {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .l-header-gnav {
    width: 80vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #f1f5fe;
    padding: 1rem 0 1rem 0.4rem;
    translate: 100% 0;
    transition: translate 0.4s;
  }
  .l-header-gnav.is-open {
    translate: 0 0;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav li {
    color: var(--aqua);
    border-bottom: 1px solid var(--aqua);
  }
  .l-header-gnav li:first-child {
    border-top: 1px solid var(--aqua);
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav li {
    line-height: 1;
    transition: color 0.4s;
  }
  .l-header-gnav li:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid currentColor;
  }
}
.l-header-gnav a {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .l-header-gnav a {
    font-size: 0.16rem;
    padding-inline: 0.8em;
    min-height: 0.7rem;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav a {
    background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
    transition: color 0.4s, background-size 0.4s;
    padding-block: 0.2em;
  }
  .l-header-gnav a:hover {
    background-position: 0 0;
    background-size: 100% 100%;
    color: var(--pink);
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav .-icon {
    width: 0.24rem;
    height: 0.24rem;
    display: grid;
    place-content: center;
    background: var(--aqua);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav .-icon {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav .-icon:after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.08rem;
    background: #fff;
    mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-menu {
    width: 0.5rem;
    height: 0.5rem;
    color: var(--pink);
    transition: 0.4s;
    position: relative;
  }
  .l-header-menu:before {
    content: "";
    display: block;
    background: currentColor;
    width: 0.24rem;
    height: 1px;
    position: absolute;
    top: 0.19rem;
    left: 0.13rem;
    transition: 0.4s;
  }
  .l-header-menu i {
    display: block;
    text-indent: -1000%;
    overflow: hidden;
    white-space: nowrap;
    background: currentColor;
    width: 0.24rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0.13rem;
    transition: 0.4s;
  }
  .l-header-menu:after {
    content: "";
    display: block;
    background: currentColor;
    width: 0.12rem;
    height: 1px;
    position: absolute;
    top: 0.3rem;
    left: 0.13rem;
    transition: 0.4s;
  }
  .l-header-menu.is-open {
    color: var(--pink);
  }
  .l-header-menu.is-open:before {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
  }
  .l-header-menu.is-open i {
    width: 0;
    opacity: 0;
  }
  .l-header-menu.is-open:after {
    width: 0.24rem;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: -45deg;
  }
  .l-header-menu.is-pink {
    color: var(--pink);
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-menu {
    display: none;
  }
}

.l-header-entry-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .l-header-entry-btn {
    width: 0.5rem;
    height: 0.5rem;
    background: linear-gradient(200deg, white, white 10%, rgba(255, 255, 255, 0.2) 55%, rgba(119, 2, 87, 0.2) 65%, #770257 90%, #770257), var(--pink);
    border-radius: 0.04rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-entry-btn {
    width: 2.7rem;
    height: 0.5rem;
    background: linear-gradient(185deg, white, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.2) 55%, rgba(119, 2, 87, 0.2) 65%, #770257 90%, #770257), var(--pink);
    border-radius: 1rem;
  }
  .l-header-entry-btn:hover:before {
    background: #db059f;
  }
  .l-header-entry-btn:hover:after {
    scale: 2;
    opacity: 0.8;
  }
}
.l-header-entry-btn:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--pink);
  position: absolute;
  top: 1px;
  left: 1px;
}
@media only screen and (max-width: 740px) {
  .l-header-entry-btn:before {
    border-radius: 0.03rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-entry-btn:before {
    border-radius: 1rem;
    transition: 0.4s;
  }
}
.l-header-entry-btn:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background: radial-gradient(white, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: 0;
  translate: -40% -50%;
}
@media only screen and (max-width: 740px) {
  .l-header-entry-btn:after {
    width: 0.86rem;
    height: 0.86rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-entry-btn:after {
    width: 1.4rem;
    height: 1.4rem;
    transition: scale 0.4s, opacity 0.4s;
  }
}
.l-header-entry-btn .-txt {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.l-header-entry-btn .-txt img {
  width: auto;
}
@media only screen and (max-width: 740px) {
  .l-header-entry-btn .-txt img {
    height: 0.08rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-entry-btn .-txt img {
    height: 0.15rem;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-entry-btn .-icon {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-entry-btn .-icon {
    width: 0.3rem;
    height: 0.3rem;
    display: grid;
    place-content: center;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0.1rem;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-entry-btn .-icon:after {
    content: "";
    display: block;
    width: 0.12rem;
    height: 0.1rem;
    background: var(--pink);
    mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  }
}

@media only screen and (max-width: 740px) {
  .l-main {
    background: radial-gradient(circle 3rem at 95% 0.3rem, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), radial-gradient(circle 3rem at 10% 4.5rem, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), #f1f5fe;
  }
}
@media print, screen and (min-width: 741px) {
  .l-main {
    background: radial-gradient(circle 5rem at 90% 0.5rem, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), radial-gradient(circle 5rem at 15% 6.6rem, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), #f1f5fe;
  }
}

@media only screen and (max-width: 740px) {
  .l-footer {
    padding-block: 0.4rem 0.6rem;
    background: url(/new_graduate/_assets/_common/img/bg-footer_sp.jpg) 50% 50%/cover no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer {
    padding-block: 1.2rem;
    background: url(/new_graduate/_assets/_common/img/bg-footer_pc.jpg) 50% 50%/cover no-repeat;
  }
}

.l-footer-inr {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .l-footer-inr {
    display: flex;
    gap: 1.9rem;
  }
}

.l-footer-logo {
  width: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.l-footer-logo .-recruit {
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.5em;
}

@media print, screen and (min-width: 741px) {
  .l-footer-nav {
    flex: 1 1 auto;
    display: flex;
    gap: 0.3rem;
  }
}

.l-footer-nav-item {
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .l-footer-nav-item {
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 0;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-nav-item {
    flex: 1 1 100%;
  }
}
.l-footer-nav-item dt {
  font-weight: bold;
  border-bottom: 1px solid var(--pink);
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 740px) {
  .l-footer-nav-item dt {
    font-size: 0.16rem;
    flex: 0 0 100%;
    margin-bottom: 0.06rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-nav-item dt {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.l-footer-nav-item dd {
  padding-left: 0.7em;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .l-footer-nav-item dd {
    flex: 0 0 50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-nav-item dd {
    margin-top: 0.16rem;
  }
}
.l-footer-nav-item dd:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 740px) {
  .l-footer-entry {
    margin-top: 0.35rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-entry {
    position: absolute;
    left: 0.5rem;
    top: 1.2rem;
  }
}

.l-footer-entry-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 0.5rem;
  background: linear-gradient(185deg, white, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.2) 55%, rgba(119, 2, 87, 0.2) 65%, #770257 90%, #770257), var(--pink);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .l-footer-entry-btn {
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-entry-btn:hover:before {
    background: #db059f;
  }
  .l-footer-entry-btn:hover:after {
    scale: 2;
    opacity: 0.8;
  }
}
.l-footer-entry-btn:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--pink);
  position: absolute;
  top: 1px;
  left: 1px;
}
@media only screen and (max-width: 740px) {
  .l-footer-entry-btn:before {
    border-radius: 0.03rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-entry-btn:before {
    border-radius: 1rem;
    transition: 0.4s;
  }
}
.l-footer-entry-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background: radial-gradient(white, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: 0;
  translate: -40% -50%;
}
@media print, screen and (min-width: 741px) {
  .l-footer-entry-btn:after {
    transition: scale 0.4s, opacity 0.4s;
  }
}
.l-footer-entry-btn .-txt {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.l-footer-entry-btn .-txt img {
  width: auto;
  height: 0.15rem;
}
.l-footer-entry-btn .-icon {
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .l-footer-entry-btn .-icon {
    width: 0.26rem;
    height: 0.26rem;
    right: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-entry-btn .-icon {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.1rem;
  }
}
.l-footer-entry-btn .-icon:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.1rem;
  background: var(--pink);
  mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
}
.l-footer-privacy {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .l-footer-privacy {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-privacy {
    position: absolute;
    left: 0.5rem;
    top: 1.9rem;
  }
}

.l-footer-privacy-link {
  margin-left: 0.7em;
  position: relative;
  text-align: center;
  display: inline-block;
}
.l-footer-privacy-link:before {
  content: "-";
  position: absolute;
  left: -0.7em;
  top: 0;
}

:root {
  --font: #333;
  --aqua: #4465e0;
  --link: #4465e0;
  --pink: #c2048d;
  --border: #ccc;
}

/* ==========================================================================
  Component
========================================================================== */
.c-section {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-section {
    padding: 0.5rem 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-section {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 740px) {
  .c-box-20 {
    margin-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-box-1100 {
    padding-inline: 0.5rem;
    max-width: 12rem;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 740px) {
  .c-box-1100-20 {
    margin-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-box-1100-20 {
    padding-inline: 0.5rem;
    max-width: 12rem;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 740px) {
  .c-ttl {
    padding-top: 0.7rem;
    margin-left: 0.2rem;
    margin-bottom: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl {
    padding-top: 1.1rem;
    margin-bottom: 0.8rem;
  }
}

.c-ttl-inr {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-ttl-inr {
    padding-bottom: 0.4rem;
  }
}
.c-ttl-bg {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .c-ttl-bg {
    aspect-ratio: 355/178;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-bg {
    aspect-ratio: 1320/450;
    margin-left: auto;
    max-width: calc(50% + 6.4rem);
  }
}
.c-ttl-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ttl-bg .-of-left {
  object-position: 0 50%;
}
.c-ttl-bg .-of-right {
  object-position: 100% 50%;
}

.c-ttl-txt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt {
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt {
    width: 100%;
    max-width: 12rem;
    padding-inline: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
.c-ttl-txt .-en {
  background: var(--aqua);
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt .-en {
    padding: 0.12rem 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt .-en {
    padding: 0.2rem;
  }
}
.c-ttl-txt .-en img {
  width: auto;
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt .-en img {
    height: 0.24rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt .-en img {
    height: 0.55rem;
  }
}
.c-ttl-txt .-ja {
  background: var(--aqua);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  letter-spacing: -0.05em;
  color: #fff;
  margin-top: -0.01rem;
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt .-ja {
    font-size: 0.12rem;
    padding: 0 0.1rem 0.08rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt .-ja {
    font-size: 0.2rem;
    padding: 0 0.2rem 0.1rem;
  }
}

@media only screen and (max-width: 740px) {
  .c-intro {
    margin-bottom: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-intro {
    margin-bottom: 0.8rem;
  }
}

.c-intro-ttl {
  color: var(--aqua);
}

.c-hl01 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 740px) {
  .c-hl01 {
    font-size: 0.28rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl01 {
    font-size: 0.44rem;
  }
}

.c-hl02 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 740px) {
  .c-hl02 {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl02 {
    font-size: 0.28rem;
  }
}

.c-list {
  margin-top: 1em;
}
.c-list > li,
.c-list > dd {
  text-indent: -1em;
  padding-left: 1em;
}
.c-list > li:not(:first-child),
.c-list > dd:not(:first-child) {
  margin-top: 0.2em;
}

@media only screen and (max-width: 740px) {
  .c-offer {
    font-size: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-offer {
    font-size: 0.12rem;
  }
}

.c-txt > p:not(:first-child) {
  margin-top: 1em;
}

.c-bgtxt {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .c-bgtxt {
    width: 0.3rem;
    top: 0.2rem;
    left: -0.02rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-bgtxt {
    width: 0.77rem;
    top: 1rem;
    left: -0.05rem;
  }
}

.c-link01 {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
}
@media print, screen and (min-width: 741px) {
  .c-link01:hover {
    color: var(--link);
    background-position: 0 0;
    background-size: 100% 100%;
  }
}

.c-link04 {
  color: var(--link);
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
}
@media print, screen and (min-width: 741px) {
  .c-link04:hover {
    background-position: 100% 0;
    background-size: 0 100%;
  }
}

.c-link05 {
  color: var(--aqua);
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-link05 {
    padding-right: 0.34rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-link05 {
    padding-right: 0.48rem;
  }
  .c-link05:hover .-txt {
    color: var(--link);
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .c-link05:hover .-icon {
    translate: 15% -50%;
  }
}
.c-link05 .-txt {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  font-weight: bold;
}
.c-link05 .-icon {
  border-radius: 1rem;
  background: var(--aqua);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: translate 0.2s;
}
@media only screen and (max-width: 740px) {
  .c-link05 .-icon {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-link05 .-icon {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.c-link05 .-icon:after {
  content: "";
  display: block;
  background: #fff;
  mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background 0.4s;
}
@media only screen and (max-width: 740px) {
  .c-link05 .-icon:after {
    width: 0.1rem;
    height: 0.08rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-link05 .-icon:after {
    width: 0.12rem;
    height: 0.1rem;
  }
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--aqua);
  border-radius: 1rem;
  background: #fff;
  padding: 0.1rem 1.3em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .c-btn01 {
    min-height: 0.46rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-btn01 {
    min-height: 0.6rem;
    transition: background 0.4s;
  }
  .c-btn01:hover {
    background: var(--aqua);
  }
  .c-btn01:hover .-txt {
    color: #fff;
  }
  .c-btn01:hover .-icon {
    background: #fff;
  }
  .c-btn01:hover .-icon:after {
    background: var(--aqua);
  }
}
.c-btn01 .-txt {
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: var(--aqua);
  transition: color 0.4s;
}
.c-btn01 .-icon {
  border-radius: 1rem;
  background: var(--aqua);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: background 0.4s;
}
@media only screen and (max-width: 740px) {
  .c-btn01 .-icon {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-btn01 .-icon {
    width: 0.36rem;
    height: 0.36rem;
    right: 0.12rem;
  }
}
.c-btn01 .-icon:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.1rem;
  background: #fff;
  mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background 0.4s;
}

@media only screen and (max-width: 740px) {
  .c-flick {
    position: relative;
  }
}
@media only screen and (max-width: 740px) {
  .c-flick-container {
    overflow: auto;
  }
}
@media only screen and (max-width: 740px) {
  .c-flick-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.08rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 741px) {
  .c-flick-icon {
    display: none;
  }
}
.c-flick-icon img {
  opacity: 0;
}
.c-flick-icon figcaption {
  color: #fff;
  font-size: 0.14rem;
  line-height: 1;
  margin-top: 0.7em;
}
.c-flick-icon.is-anime img {
  opacity: 1;
  animation: flick-icon linear 1s 3;
}

@keyframes flick-icon {
  0% {
    translate: 100% 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    translate: 0 0;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    translate: -100% 0;
    opacity: 0;
  }
}
.c-swiper {
  position: relative;
}
.c-swiper .swiper-slide {
  height: initial;
}
.c-swiper .swiper-button-prev,
.c-swiper .swiper-button-next {
  border: 1px solid var(--aqua);
  border-radius: 100%;
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  margin: 0;
}
@media only screen and (max-width: 740px) {
  .c-swiper .swiper-button-prev,
  .c-swiper .swiper-button-next {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-prev,
  .c-swiper .swiper-button-next {
    width: 0.36rem;
    height: 0.36rem;
  }
  .c-swiper .swiper-button-prev:hover,
  .c-swiper .swiper-button-next:hover {
    background: var(--aqua);
  }
  .c-swiper .swiper-button-prev:hover:after,
  .c-swiper .swiper-button-next:hover:after {
    background: #fff;
  }
}
.c-swiper .swiper-button-prev:after,
.c-swiper .swiper-button-next:after {
  content: none;
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-prev:hover {
    background: var(--aqua);
  }
  .c-swiper .swiper-button-prev:hover:after {
    background: #fff;
  }
}
.c-swiper .swiper-button-prev:after {
  content: "";
  width: 0.12rem;
  height: 0.1rem;
  background: var(--aqua);
  mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 180deg;
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-next:hover {
    background: var(--aqua);
  }
  .c-swiper .swiper-button-next:hover:after {
    background: #fff;
  }
}
.c-swiper .swiper-button-next:after {
  content: "";
  width: 0.12rem;
  height: 0.1rem;
  background: var(--aqua);
  mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.js-fade {
  opacity: 0;
}
.js-fade.is-anime {
  transition: 1.5s;
  opacity: 1;
}

.js-slide-side {
  opacity: 0;
  translate: -50px 0;
}
.js-slide-side.is-anime {
  transition: 1s;
  opacity: 1;
  translate: 0 0;
}

.js-slide-vertical {
  opacity: 0;
  translate: 0 50px;
}
.js-slide-vertical.is-anime {
  transition: 1s;
  opacity: 1;
  translate: 0 0;
}

.js-fade-list > * {
  opacity: 0;
}
.js-fade-list > *.is-anime {
  transition: 1.5s;
  opacity: 1;
}

.js-slide-vertical-list > * {
  opacity: 0;
  translate: 0 50px;
}
.js-slide-vertical-list > *.is-anime {
  transition: 1s;
  opacity: 1;
  translate: 0 0;
}

.js-slide-side-list > * {
  opacity: 0;
  translate: -50px 0;
}
.js-slide-side-list > *.is-anime {
  transition: 1s;
  opacity: 1;
  translate: 0 0;
}

.js-fade-list-step .js-step-item {
  opacity: 0;
}
.js-fade-list-step .js-step-item.is-anime {
  transition: 1.5s;
  opacity: 1;
}

.js-slide-side-list-step .js-step-item {
  opacity: 0;
  translate: -50px 0;
}
.js-slide-side-list-step .js-step-item.is-anime {
  transition: 1s;
  opacity: 1;
  translate: 0 0;
}

.js-slide-vertical-list-step .js-step-item {
  opacity: 0;
  translate: 0 -50px;
}
.js-slide-vertical-list-step .js-step-item.is-anime {
  transition: 1s;
  opacity: 1;
  translate: 0 0;
}

:root {
  --font: #333;
  --aqua: #4465e0;
  --link: #4465e0;
  --pink: #c2048d;
  --border: #ccc;
}

/* ==========================================================================
  Utility
========================================================================== */
/* display */
.u-dn {
  display: none;
}

@media only screen and (max-width: 740px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-sp {
    display: none !important;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-underline {
  text-decoration: underline;
}

/* text-align */
.u-tal {
  text-align: left !important;
}

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

.u-tac {
  text-align: center !important;
}

@media only screen and (max-width: 740px) {
  .u-sp-tal {
    text-align: left !important;
  }
  .u-sp-tar {
    text-align: right !important;
  }
  .u-sp-tac {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-tal {
    text-align: left !important;
  }
  .u-pc-tar {
    text-align: right !important;
  }
  .u-pc-tac {
    text-align: center !important;
  }
}
/* font-weight */
.u-fw-b {
  font-weight: 500;
}

@media only screen and (max-width: 740px) {
  .u-sp-fw-b {
    font-weight: 500;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-fw-b {
    font-weight: 500;
  }
}
.u-fw-n {
  font-weight: normal;
}

@media only screen and (max-width: 740px) {
  .u-sp-fw-n {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-fw-n {
    font-weight: normal;
  }
}
/* float */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

@media only screen and (max-width: 740px) {
  .u-sp-fl {
    float: left !important;
  }
  .u-sp-fr {
    float: right !important;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-fl {
    float: left !important;
  }
  .u-pc-fr {
    float: right !important;
  }
}
/* flex */
.u-flex {
  display: flex;
}

@media only screen and (max-width: 740px) {
  .u-sp-flex {
    display: flex;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-flex {
    display: flex;
  }
}
/* object-fit */
.u-img-cover {
  object-fit: cover;
}

@media only screen and (max-width: 740px) {
  .u-sp-img-cover {
    object-fit: cover;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-img-cover {
    object-fit: cover;
  }
}
.u-img-contain {
  object-fit: contain;
}

@media only screen and (max-width: 740px) {
  .u-sp-img-contain {
    object-fit: contain;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-img-contain {
    object-fit: contain;
  }
}
/* clear, clearfix */
.u-cf {
  zoom: 100%;
}
.u-cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.u-cl {
  clear: both;
}

/* margin & padding */
.u-mt100 {
  margin-top: 1rem !important;
}

.u-mr100 {
  margin-right: 1rem !important;
}

.u-mb100 {
  margin-bottom: 1rem !important;
}

.u-ml100 {
  margin-left: 1rem !important;
}

.u-mt95 {
  margin-top: 0.95rem !important;
}

.u-mr95 {
  margin-right: 0.95rem !important;
}

.u-mb95 {
  margin-bottom: 0.95rem !important;
}

.u-ml95 {
  margin-left: 0.95rem !important;
}

.u-mt90 {
  margin-top: 0.9rem !important;
}

.u-mr90 {
  margin-right: 0.9rem !important;
}

.u-mb90 {
  margin-bottom: 0.9rem !important;
}

.u-ml90 {
  margin-left: 0.9rem !important;
}

.u-mt85 {
  margin-top: 0.85rem !important;
}

.u-mr85 {
  margin-right: 0.85rem !important;
}

.u-mb85 {
  margin-bottom: 0.85rem !important;
}

.u-ml85 {
  margin-left: 0.85rem !important;
}

.u-mt80 {
  margin-top: 0.8rem !important;
}

.u-mr80 {
  margin-right: 0.8rem !important;
}

.u-mb80 {
  margin-bottom: 0.8rem !important;
}

.u-ml80 {
  margin-left: 0.8rem !important;
}

.u-mt75 {
  margin-top: 0.75rem !important;
}

.u-mr75 {
  margin-right: 0.75rem !important;
}

.u-mb75 {
  margin-bottom: 0.75rem !important;
}

.u-ml75 {
  margin-left: 0.75rem !important;
}

.u-mt70 {
  margin-top: 0.7rem !important;
}

.u-mr70 {
  margin-right: 0.7rem !important;
}

.u-mb70 {
  margin-bottom: 0.7rem !important;
}

.u-ml70 {
  margin-left: 0.7rem !important;
}

.u-mt65 {
  margin-top: 0.65rem !important;
}

.u-mr65 {
  margin-right: 0.65rem !important;
}

.u-mb65 {
  margin-bottom: 0.65rem !important;
}

.u-ml65 {
  margin-left: 0.65rem !important;
}

.u-mt60 {
  margin-top: 0.6rem !important;
}

.u-mr60 {
  margin-right: 0.6rem !important;
}

.u-mb60 {
  margin-bottom: 0.6rem !important;
}

.u-ml60 {
  margin-left: 0.6rem !important;
}

.u-mt55 {
  margin-top: 0.55rem !important;
}

.u-mr55 {
  margin-right: 0.55rem !important;
}

.u-mb55 {
  margin-bottom: 0.55rem !important;
}

.u-ml55 {
  margin-left: 0.55rem !important;
}

.u-mt50 {
  margin-top: 0.5rem !important;
}

.u-mr50 {
  margin-right: 0.5rem !important;
}

.u-mb50 {
  margin-bottom: 0.5rem !important;
}

.u-ml50 {
  margin-left: 0.5rem !important;
}

.u-mt45 {
  margin-top: 0.45rem !important;
}

.u-mr45 {
  margin-right: 0.45rem !important;
}

.u-mb45 {
  margin-bottom: 0.45rem !important;
}

.u-ml45 {
  margin-left: 0.45rem !important;
}

.u-mt40 {
  margin-top: 0.4rem !important;
}

.u-mr40 {
  margin-right: 0.4rem !important;
}

.u-mb40 {
  margin-bottom: 0.4rem !important;
}

.u-ml40 {
  margin-left: 0.4rem !important;
}

.u-mt35 {
  margin-top: 0.35rem !important;
}

.u-mr35 {
  margin-right: 0.35rem !important;
}

.u-mb35 {
  margin-bottom: 0.35rem !important;
}

.u-ml35 {
  margin-left: 0.35rem !important;
}

.u-mt30 {
  margin-top: 0.3rem !important;
}

.u-mr30 {
  margin-right: 0.3rem !important;
}

.u-mb30 {
  margin-bottom: 0.3rem !important;
}

.u-ml30 {
  margin-left: 0.3rem !important;
}

.u-mt25 {
  margin-top: 0.25rem !important;
}

.u-mr25 {
  margin-right: 0.25rem !important;
}

.u-mb25 {
  margin-bottom: 0.25rem !important;
}

.u-ml25 {
  margin-left: 0.25rem !important;
}

.u-mt20 {
  margin-top: 0.2rem !important;
}

.u-mr20 {
  margin-right: 0.2rem !important;
}

.u-mb20 {
  margin-bottom: 0.2rem !important;
}

.u-ml20 {
  margin-left: 0.2rem !important;
}

.u-mt15 {
  margin-top: 0.15rem !important;
}

.u-mr15 {
  margin-right: 0.15rem !important;
}

.u-mb15 {
  margin-bottom: 0.15rem !important;
}

.u-ml15 {
  margin-left: 0.15rem !important;
}

.u-mt10 {
  margin-top: 0.1rem !important;
}

.u-mr10 {
  margin-right: 0.1rem !important;
}

.u-mb10 {
  margin-bottom: 0.1rem !important;
}

.u-ml10 {
  margin-left: 0.1rem !important;
}

.u-mt5 {
  margin-top: 0.05rem !important;
}

.u-mr5 {
  margin-right: 0.05rem !important;
}

.u-mb5 {
  margin-bottom: 0.05rem !important;
}

.u-ml5 {
  margin-left: 0.05rem !important;
}

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

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

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

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

.u-pt100 {
  padding-top: 1rem !important;
}

.u-pr100 {
  padding-right: 1rem !important;
}

.u-pb100 {
  padding-bottom: 1rem !important;
}

.u-pl100 {
  padding-left: 1rem !important;
}

.u-pt95 {
  padding-top: 0.95rem !important;
}

.u-pr95 {
  padding-right: 0.95rem !important;
}

.u-pb95 {
  padding-bottom: 0.95rem !important;
}

.u-pl95 {
  padding-left: 0.95rem !important;
}

.u-pt90 {
  padding-top: 0.9rem !important;
}

.u-pr90 {
  padding-right: 0.9rem !important;
}

.u-pb90 {
  padding-bottom: 0.9rem !important;
}

.u-pl90 {
  padding-left: 0.9rem !important;
}

.u-pt85 {
  padding-top: 0.85rem !important;
}

.u-pr85 {
  padding-right: 0.85rem !important;
}

.u-pb85 {
  padding-bottom: 0.85rem !important;
}

.u-pl85 {
  padding-left: 0.85rem !important;
}

.u-pt80 {
  padding-top: 0.8rem !important;
}

.u-pr80 {
  padding-right: 0.8rem !important;
}

.u-pb80 {
  padding-bottom: 0.8rem !important;
}

.u-pl80 {
  padding-left: 0.8rem !important;
}

.u-pt75 {
  padding-top: 0.75rem !important;
}

.u-pr75 {
  padding-right: 0.75rem !important;
}

.u-pb75 {
  padding-bottom: 0.75rem !important;
}

.u-pl75 {
  padding-left: 0.75rem !important;
}

.u-pt70 {
  padding-top: 0.7rem !important;
}

.u-pr70 {
  padding-right: 0.7rem !important;
}

.u-pb70 {
  padding-bottom: 0.7rem !important;
}

.u-pl70 {
  padding-left: 0.7rem !important;
}

.u-pt65 {
  padding-top: 0.65rem !important;
}

.u-pr65 {
  padding-right: 0.65rem !important;
}

.u-pb65 {
  padding-bottom: 0.65rem !important;
}

.u-pl65 {
  padding-left: 0.65rem !important;
}

.u-pt60 {
  padding-top: 0.6rem !important;
}

.u-pr60 {
  padding-right: 0.6rem !important;
}

.u-pb60 {
  padding-bottom: 0.6rem !important;
}

.u-pl60 {
  padding-left: 0.6rem !important;
}

.u-pt55 {
  padding-top: 0.55rem !important;
}

.u-pr55 {
  padding-right: 0.55rem !important;
}

.u-pb55 {
  padding-bottom: 0.55rem !important;
}

.u-pl55 {
  padding-left: 0.55rem !important;
}

.u-pt50 {
  padding-top: 0.5rem !important;
}

.u-pr50 {
  padding-right: 0.5rem !important;
}

.u-pb50 {
  padding-bottom: 0.5rem !important;
}

.u-pl50 {
  padding-left: 0.5rem !important;
}

.u-pt45 {
  padding-top: 0.45rem !important;
}

.u-pr45 {
  padding-right: 0.45rem !important;
}

.u-pb45 {
  padding-bottom: 0.45rem !important;
}

.u-pl45 {
  padding-left: 0.45rem !important;
}

.u-pt40 {
  padding-top: 0.4rem !important;
}

.u-pr40 {
  padding-right: 0.4rem !important;
}

.u-pb40 {
  padding-bottom: 0.4rem !important;
}

.u-pl40 {
  padding-left: 0.4rem !important;
}

.u-pt35 {
  padding-top: 0.35rem !important;
}

.u-pr35 {
  padding-right: 0.35rem !important;
}

.u-pb35 {
  padding-bottom: 0.35rem !important;
}

.u-pl35 {
  padding-left: 0.35rem !important;
}

.u-pt30 {
  padding-top: 0.3rem !important;
}

.u-pr30 {
  padding-right: 0.3rem !important;
}

.u-pb30 {
  padding-bottom: 0.3rem !important;
}

.u-pl30 {
  padding-left: 0.3rem !important;
}

.u-pt25 {
  padding-top: 0.25rem !important;
}

.u-pr25 {
  padding-right: 0.25rem !important;
}

.u-pb25 {
  padding-bottom: 0.25rem !important;
}

.u-pl25 {
  padding-left: 0.25rem !important;
}

.u-pt20 {
  padding-top: 0.2rem !important;
}

.u-pr20 {
  padding-right: 0.2rem !important;
}

.u-pb20 {
  padding-bottom: 0.2rem !important;
}

.u-pl20 {
  padding-left: 0.2rem !important;
}

.u-pt15 {
  padding-top: 0.15rem !important;
}

.u-pr15 {
  padding-right: 0.15rem !important;
}

.u-pb15 {
  padding-bottom: 0.15rem !important;
}

.u-pl15 {
  padding-left: 0.15rem !important;
}

.u-pt10 {
  padding-top: 0.1rem !important;
}

.u-pr10 {
  padding-right: 0.1rem !important;
}

.u-pb10 {
  padding-bottom: 0.1rem !important;
}

.u-pl10 {
  padding-left: 0.1rem !important;
}

.u-pt5 {
  padding-top: 0.05rem !important;
}

.u-pr5 {
  padding-right: 0.05rem !important;
}

.u-pb5 {
  padding-bottom: 0.05rem !important;
}

.u-pl5 {
  padding-left: 0.05rem !important;
}

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

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

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

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

@media only screen and (max-width: 740px) {
  .u-sp-mt100 {
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr100 {
    margin-right: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb100 {
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml100 {
    margin-left: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt95 {
    margin-top: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr95 {
    margin-right: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb95 {
    margin-bottom: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml95 {
    margin-left: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt90 {
    margin-top: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr90 {
    margin-right: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb90 {
    margin-bottom: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml90 {
    margin-left: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt85 {
    margin-top: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr85 {
    margin-right: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb85 {
    margin-bottom: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml85 {
    margin-left: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt80 {
    margin-top: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr80 {
    margin-right: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb80 {
    margin-bottom: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml80 {
    margin-left: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt75 {
    margin-top: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr75 {
    margin-right: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb75 {
    margin-bottom: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml75 {
    margin-left: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt70 {
    margin-top: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr70 {
    margin-right: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb70 {
    margin-bottom: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml70 {
    margin-left: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt65 {
    margin-top: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr65 {
    margin-right: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb65 {
    margin-bottom: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml65 {
    margin-left: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt60 {
    margin-top: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr60 {
    margin-right: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb60 {
    margin-bottom: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml60 {
    margin-left: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt55 {
    margin-top: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr55 {
    margin-right: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb55 {
    margin-bottom: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml55 {
    margin-left: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt50 {
    margin-top: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr50 {
    margin-right: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb50 {
    margin-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml50 {
    margin-left: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt45 {
    margin-top: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr45 {
    margin-right: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb45 {
    margin-bottom: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml45 {
    margin-left: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt40 {
    margin-top: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr40 {
    margin-right: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb40 {
    margin-bottom: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml40 {
    margin-left: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt35 {
    margin-top: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr35 {
    margin-right: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb35 {
    margin-bottom: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml35 {
    margin-left: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt30 {
    margin-top: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr30 {
    margin-right: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb30 {
    margin-bottom: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml30 {
    margin-left: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt25 {
    margin-top: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr25 {
    margin-right: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb25 {
    margin-bottom: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml25 {
    margin-left: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt20 {
    margin-top: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr20 {
    margin-right: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb20 {
    margin-bottom: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml20 {
    margin-left: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt15 {
    margin-top: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr15 {
    margin-right: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb15 {
    margin-bottom: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml15 {
    margin-left: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt10 {
    margin-top: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr10 {
    margin-right: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb10 {
    margin-bottom: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml10 {
    margin-left: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt5 {
    margin-top: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr5 {
    margin-right: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb5 {
    margin-bottom: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml5 {
    margin-left: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt0 {
    margin-top: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr0 {
    margin-right: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb0 {
    margin-bottom: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml0 {
    margin-left: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt100 {
    padding-top: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr100 {
    padding-right: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb100 {
    padding-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl100 {
    padding-left: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt95 {
    padding-top: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr95 {
    padding-right: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb95 {
    padding-bottom: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl95 {
    padding-left: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt90 {
    padding-top: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr90 {
    padding-right: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb90 {
    padding-bottom: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl90 {
    padding-left: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt85 {
    padding-top: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr85 {
    padding-right: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb85 {
    padding-bottom: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl85 {
    padding-left: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt80 {
    padding-top: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr80 {
    padding-right: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb80 {
    padding-bottom: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl80 {
    padding-left: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt75 {
    padding-top: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr75 {
    padding-right: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb75 {
    padding-bottom: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl75 {
    padding-left: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt70 {
    padding-top: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr70 {
    padding-right: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb70 {
    padding-bottom: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl70 {
    padding-left: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt65 {
    padding-top: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr65 {
    padding-right: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb65 {
    padding-bottom: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl65 {
    padding-left: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt60 {
    padding-top: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr60 {
    padding-right: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb60 {
    padding-bottom: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl60 {
    padding-left: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt55 {
    padding-top: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr55 {
    padding-right: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb55 {
    padding-bottom: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl55 {
    padding-left: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt50 {
    padding-top: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr50 {
    padding-right: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb50 {
    padding-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl50 {
    padding-left: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt45 {
    padding-top: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr45 {
    padding-right: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb45 {
    padding-bottom: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl45 {
    padding-left: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt40 {
    padding-top: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr40 {
    padding-right: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb40 {
    padding-bottom: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl40 {
    padding-left: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt35 {
    padding-top: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr35 {
    padding-right: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb35 {
    padding-bottom: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl35 {
    padding-left: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt30 {
    padding-top: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr30 {
    padding-right: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb30 {
    padding-bottom: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl30 {
    padding-left: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt25 {
    padding-top: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr25 {
    padding-right: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb25 {
    padding-bottom: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl25 {
    padding-left: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt20 {
    padding-top: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr20 {
    padding-right: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb20 {
    padding-bottom: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl20 {
    padding-left: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt15 {
    padding-top: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr15 {
    padding-right: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb15 {
    padding-bottom: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl15 {
    padding-left: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt10 {
    padding-top: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr10 {
    padding-right: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb10 {
    padding-bottom: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl10 {
    padding-left: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt5 {
    padding-top: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr5 {
    padding-right: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb5 {
    padding-bottom: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl5 {
    padding-left: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt0 {
    padding-top: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr0 {
    padding-right: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb0 {
    padding-bottom: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl0 {
    padding-left: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt100 {
    margin-top: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr100 {
    margin-right: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb100 {
    margin-bottom: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml100 {
    margin-left: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt95 {
    margin-top: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr95 {
    margin-right: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb95 {
    margin-bottom: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml95 {
    margin-left: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt90 {
    margin-top: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr90 {
    margin-right: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb90 {
    margin-bottom: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml90 {
    margin-left: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt85 {
    margin-top: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr85 {
    margin-right: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb85 {
    margin-bottom: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml85 {
    margin-left: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt80 {
    margin-top: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr80 {
    margin-right: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb80 {
    margin-bottom: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml80 {
    margin-left: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt75 {
    margin-top: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr75 {
    margin-right: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb75 {
    margin-bottom: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml75 {
    margin-left: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt70 {
    margin-top: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr70 {
    margin-right: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb70 {
    margin-bottom: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml70 {
    margin-left: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt65 {
    margin-top: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr65 {
    margin-right: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb65 {
    margin-bottom: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml65 {
    margin-left: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt60 {
    margin-top: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr60 {
    margin-right: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb60 {
    margin-bottom: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml60 {
    margin-left: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt55 {
    margin-top: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr55 {
    margin-right: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb55 {
    margin-bottom: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml55 {
    margin-left: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt50 {
    margin-top: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr50 {
    margin-right: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb50 {
    margin-bottom: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml50 {
    margin-left: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt45 {
    margin-top: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr45 {
    margin-right: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb45 {
    margin-bottom: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml45 {
    margin-left: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt40 {
    margin-top: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr40 {
    margin-right: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb40 {
    margin-bottom: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml40 {
    margin-left: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt35 {
    margin-top: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr35 {
    margin-right: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb35 {
    margin-bottom: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml35 {
    margin-left: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt30 {
    margin-top: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr30 {
    margin-right: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb30 {
    margin-bottom: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml30 {
    margin-left: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt25 {
    margin-top: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr25 {
    margin-right: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb25 {
    margin-bottom: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml25 {
    margin-left: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt20 {
    margin-top: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr20 {
    margin-right: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb20 {
    margin-bottom: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml20 {
    margin-left: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt15 {
    margin-top: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr15 {
    margin-right: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb15 {
    margin-bottom: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml15 {
    margin-left: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt10 {
    margin-top: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr10 {
    margin-right: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb10 {
    margin-bottom: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml10 {
    margin-left: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt5 {
    margin-top: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr5 {
    margin-right: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb5 {
    margin-bottom: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml5 {
    margin-left: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt0 {
    margin-top: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr0 {
    margin-right: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb0 {
    margin-bottom: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml0 {
    margin-left: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt100 {
    padding-top: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr100 {
    padding-right: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb100 {
    padding-bottom: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl100 {
    padding-left: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt95 {
    padding-top: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr95 {
    padding-right: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb95 {
    padding-bottom: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl95 {
    padding-left: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt90 {
    padding-top: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr90 {
    padding-right: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb90 {
    padding-bottom: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl90 {
    padding-left: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt85 {
    padding-top: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr85 {
    padding-right: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb85 {
    padding-bottom: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl85 {
    padding-left: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt80 {
    padding-top: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr80 {
    padding-right: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb80 {
    padding-bottom: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl80 {
    padding-left: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt75 {
    padding-top: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr75 {
    padding-right: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb75 {
    padding-bottom: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl75 {
    padding-left: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt70 {
    padding-top: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr70 {
    padding-right: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb70 {
    padding-bottom: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl70 {
    padding-left: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt65 {
    padding-top: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr65 {
    padding-right: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb65 {
    padding-bottom: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl65 {
    padding-left: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt60 {
    padding-top: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr60 {
    padding-right: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb60 {
    padding-bottom: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl60 {
    padding-left: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt55 {
    padding-top: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr55 {
    padding-right: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb55 {
    padding-bottom: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl55 {
    padding-left: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt50 {
    padding-top: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr50 {
    padding-right: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb50 {
    padding-bottom: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl50 {
    padding-left: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt45 {
    padding-top: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr45 {
    padding-right: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb45 {
    padding-bottom: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl45 {
    padding-left: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt40 {
    padding-top: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr40 {
    padding-right: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb40 {
    padding-bottom: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl40 {
    padding-left: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt35 {
    padding-top: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr35 {
    padding-right: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb35 {
    padding-bottom: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl35 {
    padding-left: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt30 {
    padding-top: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr30 {
    padding-right: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb30 {
    padding-bottom: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl30 {
    padding-left: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt25 {
    padding-top: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr25 {
    padding-right: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb25 {
    padding-bottom: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl25 {
    padding-left: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt20 {
    padding-top: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr20 {
    padding-right: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb20 {
    padding-bottom: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl20 {
    padding-left: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt15 {
    padding-top: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr15 {
    padding-right: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb15 {
    padding-bottom: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl15 {
    padding-left: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt10 {
    padding-top: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr10 {
    padding-right: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb10 {
    padding-bottom: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl10 {
    padding-left: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt5 {
    padding-top: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr5 {
    padding-right: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb5 {
    padding-bottom: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl5 {
    padding-left: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt0 {
    padding-top: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr0 {
    padding-right: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb0 {
    padding-bottom: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl0 {
    padding-left: 0rem !important;
  }
}

/* font-size */