@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

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

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: transparent;
  z-index: 1000;
  transition: box-shadow 0.3s;
}
.l-header.is-scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
  background: #800020;
}
@media only screen and (max-width: 47.9375em) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  max-width: 100%;
  height: 100%;
  padding: 0 24px 0 20px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner {
    gap: 20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 0 16px;
    gap: 0;
  }
}
.l-header__logo {
  flex-shrink: 0;
  margin-right: 8px;
}
.l-header__logo a {
  display: block;
  line-height: 1;
}
.l-header__logo img {
  width: 27px;
  height: auto;
  display: block;
}
.l-header__pc {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__pc {
    display: none;
  }
}
.l-header__sp {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__sp {
    display: block;
  }
}
.l-header__sp--mail {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__sp--mail {
    display: block;
    margin-left: auto;
  }
}
.l-header__nav {
  flex: 1;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #1A1A1A;
    padding: 100px 32px 40px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1001;
    overflow-y: auto;
  }
  .l-header__nav.is-open {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #1A1A1A;
    padding: 100px 32px 40px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1001;
    overflow-y: auto;
  }
  .l-header__nav.is-open {
    transform: translateX(0);
  }
}
.l-header__nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav-item {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item {
    width: 100%;
  }
}
.l-header__nav-link {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
  position: relative;
  padding-bottom: 2px;
}
.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: width 0.25s;
}
.l-header__nav-link:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.l-header__nav-link:hover::after {
  width: 100%;
}
.l-header__nav-link.is-current {
  color: #FFFFFF;
}
.l-header__nav-link.is-current::after {
  width: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav-link {
    font-size: 1.5rem;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }
  .l-header__nav-link::after {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-link {
    font-size: 1.5rem;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }
  .l-header__nav-link::after {
    display: none;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  margin-left: auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__right {
    gap: 14px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__right {
    display: none;
  }
}
.l-header__tel {
  text-align: right;
}
.l-header__tel-num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.l-header__tel-num:hover {
  opacity: 0.75;
}
.l-header__tel-num img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__tel-num {
    font-size: 1.35rem;
  }
}
.l-header__tel-hours {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.02em;
}
.l-header__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  color: #800020;
  background: #FFFFFF;
  font-size: 1.35rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.04em;
  transition: background 0.25s;
  border: 1px solid #800020;
}
.l-header__contact-btn:hover {
  background: #5E0018;
  color: #FFFFFF;
  border: 1px solid #fff;
}
.l-header__contact-btn img {
  width: 18px;
  height: 14px;
  flex-shrink: 0;
}
.l-header__contact-btn:hover img {
  content: url("../images/common/icon_mail.svg");
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__contact-btn {
    padding: 10px 16px;
    font-size: 1.25rem;
  }
}
.l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
  z-index: 1002;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__hamburger {
    display: flex;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__hamburger {
    display: flex;
    margin-left: 16px;
  }
}
.l-header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}
.l-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.l-header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.l-header__overlay.is-show {
  display: block;
}

.l-footer {
  background: #000000;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__main {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 72px 0 56px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__main {
    gap: 16px;
    flex-wrap: wrap;
    padding: 56px 0 44px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__main {
    flex-direction: column;
    gap: 40px;
    padding: 48px 0 40px;
  }
}
.l-footer__logo {
  flex-shrink: 0;
}
.l-footer__logo a {
  display: block;
  line-height: 1;
}
.l-footer__logo img {
  width: 180px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__col {
  flex: 1;
  min-width: 0;
}
.l-footer__col-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
.l-footer__col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.l-footer__col-link {
  font-size: 1.35rem;
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0.02em;
}
.l-footer__col-link:hover {
  color: #fff;
}
.l-footer__col--service {
  flex: 2;
}
.l-footer__service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__service-grid {
    grid-template-columns: 1fr;
    gap: 14px 0;
  }
}
.l-footer__col--nav {
  flex: 0 0 auto;
}
.l-footer__nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.l-footer__nav-link {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}
.l-footer__nav-link:hover {
  color: #fff;
}
.l-footer__bottom {
  padding: 24px 0;
  text-align: center;
}
.l-footer__copy {
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.04em;
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.l-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-inner {
    padding: 0 20px;
  }
}

.p-sec-head {
  margin-bottom: 60px;
}
@media only screen and (max-width: 47.9375em) {
  .p-sec-head {
    margin-bottom: 40px;
  }
}
.p-sec-head--center {
  text-align: center;
}
.p-sec-head--center .c-sec-desc {
  margin: 0 auto;
}

.c-sec-en {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

.c-sec-ttl {
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  font-weight: 700;
  line-height: 1.55;
  color: #231815;
  margin-bottom: 20px;
}

.c-sec-desc {
  font-size: 1.6rem;
  line-height: 2;
  color: #6A6A6A;
}
@media only screen and (max-width: 47.9375em) {
  .c-sec-desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

.c-btn-wrap {
  text-align: center;
  margin-top: 52px;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-wrap {
    margin-top: 36px;
  }
}

.p-cta {
  padding: 100px 0;
  background: linear-gradient(180deg, #62081F 0%, #9B082C 100%);
}
@media only screen and (max-width: 47.9375em) {
  .p-cta {
    padding: 64px 0;
  }
}
.p-cta__head {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__head {
    margin-bottom: 44px;
  }
}
.p-cta__ttl {
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
}
.p-cta__cols {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__cols {
    flex-direction: column;
    gap: 40px;
  }
}
.p-cta__col {
  flex: 1;
  text-align: center;
  padding: 0 48px;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__col {
    padding: 0;
    width: 100%;
  }
}
.p-cta__divider {
  width: 1px;
  height: 216px;
  background: white;
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-cta__divider {
    width: 80%;
    height: 1px;
  }
}
.p-cta__col-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.p-cta__col-desc {
  font-size: 1.4rem;
  line-height: 1.85;
  color: white;
  margin-bottom: 20px;
}
.p-cta__tel {
  display: block;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 10px;
  transition: opacity 0.2s;
}
.p-cta__tel:hover {
  opacity: 0.8;
}
.p-cta__tel-hours {
  font-size: 1.4rem;
  color: white;
}
.p-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 10px;
  width: 264px;
  height: 58px;
  background: white;
  color: #800020;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}
.p-cta__btn:hover {
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-2px);
}
.p-cta__btn span {
  font-size: 1.8rem;
  line-height: 1;
}

.p-faq {
  padding: 100px 0;
  background: #F5F5F0;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq {
    padding: 64px 0;
  }
}
.p-faq__list {
  list-style: none;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-faq__item {
  background: #FFFFFF;
  border: 1px solid #D8D8D2;
  border-radius: 8px;
  overflow: hidden;
}
.p-faq__q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.p-faq__q:hover .p-faq__q-text {
  color: #800020;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__q {
    padding: 18px 16px;
    gap: 12px;
  }
}
.p-faq__q-icon, .p-faq__a-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.p-faq__q-icon {
  background: #800020;
  color: #FFFFFF;
}
.p-faq__a-icon {
  background: #92A0AD;
  color: #FFFFFF;
  align-self: flex-start;
  margin-top: 2px;
  flex-shrink: 0;
}
.p-faq__q-text {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #231815;
  line-height: 1.6;
  transition: color 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__q-text {
    font-size: 1.4rem;
  }
}
.p-faq__toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #800020;
  border-radius: 1px;
  transition: transform 0.3s;
}
.p-faq__toggle::before {
  top: 9px;
  transform: translateX(-85%) rotate(45deg);
}
.p-faq__toggle::after {
  top: 9px;
  transform: translateX(-25%) rotate(-45deg);
}
.is-open .p-faq__toggle::before {
  transform: translateX(-85%) rotate(-45deg);
}
.is-open .p-faq__toggle::after {
  transform: translateX(-25%) rotate(45deg);
}
.p-faq__a {
  display: none;
  gap: 16px;
  align-items: flex-start;
  padding: 0 24px 24px;
}
.p-faq__a p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #454545;
  padding-top: 6px;
  flex: 1;
}
.p-faq__a.is-open {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__a {
    padding: 0 16px 20px;
    gap: 12px;
  }
}
.p-faq__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 110px;
  background: #1A1A1A;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  font-family: "Outfit", sans-serif;
}
.p-faq__more-btn:hover {
  background: #0D0D0D;
  transform: translateY(-2px);
}
.p-faq__more-btn span {
  font-size: 1.8rem;
  line-height: 1;
}

.p-download {
  padding: 100px 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 47.9375em) {
  .p-download {
    padding: 64px 0;
  }
}
.p-download__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-download__item {
  border: 1px solid #D8D8D2;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}
.p-download__thumb {
  background: #F5F5F0;
  aspect-ratio: 24/13;
  overflow: hidden;
}
.p-download__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-download__body {
  padding: 28px 32px 32px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download__body {
    padding: 22px 20px 24px;
  }
}
.p-download__label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 10px;
}
.p-download__name {
  font-size: 1.9rem;
  font-weight: 700;
  color: #231815;
  margin-bottom: 10px;
  line-height: 1.45;
}
.p-download__desc {
  font-size: 1.35rem;
  color: #6A6A6A;
  line-height: 1.7;
  margin-bottom: 24px;
}
.p-download__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: #1A1A1A;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}
.p-download__btn:hover {
  background: #0D0D0D;
  transform: translateY(-2px);
  opacity: 0.8;
}
.p-download__btn img {
  width: 20px;
  height: 20px;
}

.p-flow {
  padding: 100px 0;
  background: #F5F5F0;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow {
    padding: 64px 0;
  }
}
.p-flow__list {
  list-style: none;
  max-width: 820px;
  margin: 0 auto;
}
.p-flow__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid #D8D8D2;
}
.p-flow__item:first-child {
  border-top: 1px solid #D8D8D2;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__item {
    gap: 20px;
    padding: 28px 0;
  }
}
.p-flow__icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-flow__icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__icon {
    width: 60px;
    height: 60px;
  }
  .p-flow__icon img {
    width: 60px;
    height: 60px;
  }
}
.p-flow__body {
  flex: 1;
  padding-top: 8px;
}
.p-flow__name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #231815;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__name {
    font-size: 1.7rem;
  }
}
.p-flow__num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #800020;
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__num {
    font-size: 1.7rem;
  }
}
.p-flow__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #454545;
}
@media only screen and (max-width: 47.9375em) {
  .p-flow__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-flow__notes {
  max-width: 820px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-flow__note {
  font-size: 1.4rem;
  color: #1A1A1A;
  line-height: 1.7;
}

.p-price {
  padding: 100px 0;
  background: #778899;
}
@media only screen and (max-width: 47.9375em) {
  .p-price {
    padding: 64px 0;
  }
}
.p-price__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-price__item {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.p-price__head {
  padding: 24px 32px;
  text-align: center;
}
.p-price__head--lightblue {
  background: #A0ACB8;
}
.p-price__head--blue {
  background: #92A0AD;
}
.p-price__head--dark {
  background: #576472;
}
.p-price__head--darkest {
  background: #374A5D;
}
.p-price__color--lightblue {
  color: #A0ACB8;
}
.p-price__color--blue {
  color: #92A0AD;
}
.p-price__color--dark {
  color: #576472;
}
.p-price__color--darkest {
  color: #374A5D;
}
.p-price__plan-name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__plan-name {
    font-size: 2rem;
  }
}
.p-price__plan-sub {
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__plan-sub {
    font-size: 1.3rem;
  }
}
.p-price__body {
  padding: 28px 32px 36px;
  border-top: none;
}
.p-price__num {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
  text-align: center;
}
.p-price__unit {
  font-size: 1.4rem;
  font-weight: 400;
  color: #454545;
  margin-left: 4px;
}
.p-price__note {
  font-size: 1.25rem;
  color: #6A6A6A;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D2;
  text-align: center;
}
.p-price__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-price__features li {
  font-size: 1.3rem;
  color: #333333;
  padding-left: 26px;
  position: relative;
  line-height: 1.6;
}
.p-price__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 8px;
}
.p-price__features li.p-price__features--lightblue::before {
  background-color: #A0ACB8;
}
.p-price__features li.p-price__features--blue::before {
  background-color: #92a0ad;
}
.p-price__features li.p-price__features--dark::before {
  background-color: #576472;
}
.p-price__features li.p-price__features--darkest::before {
  background-color: #374a5d;
}
.p-price__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 110px;
  background: #1A1A1A;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  font-family: "Outfit", sans-serif;
}
.p-price__more-btn:hover {
  background: #0D0D0D;
  transform: translateY(-2px);
}
.p-price__more-btn span {
  font-size: 1.8rem;
  line-height: 1;
}

.c-sec-en--light {
  color: rgba(255, 255, 255, 0.85);
}

.c-sec-ttl--light {
  color: #FFFFFF;
}

.c-sec-desc--light {
  color: rgba(255, 255, 255, 0.8);
}

.p-works {
  padding: 100px 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 47.9375em) {
  .p-works {
    padding: 64px 0;
  }
}
.p-works__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 28px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-works__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-works__list {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.p-works__link {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 6px;
}
.p-works__link:hover .p-works__thumb img {
  transform: scale(1.04);
}
.p-works__thumb {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 16/10;
}
.p-works__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.p-works__category {
  font-size: 1.3rem;
  color: #6A6A6A;
  margin-bottom: 6px;
}
.p-works__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #231815;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-works__name {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-works__tag {
  display: inline-block;
  padding: 6px 16px;
  background: #778899;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 50px;
}
.p-works__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 110px;
  background: #1A1A1A;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  font-family: "Outfit", sans-serif;
}
.p-works__more-btn:hover {
  background: #5E0018;
  transform: translateY(-2px);
}
.p-works__more-btn span {
  font-size: 1.8rem;
  line-height: 1;
}

.p-message {
  padding: 100px 0;
  background: #F5F5F0;
}
@media only screen and (max-width: 47.9375em) {
  .p-message {
    padding: 64px 0;
  }
}
.p-message .c-sec-ttl {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
}
.p-message__layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-message__layout {
    gap: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-message__layout {
    flex-direction: column;
    gap: 32px;
  }
}
.p-message__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-message__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .p-message__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-message__img {
  flex: 0 0 auto;
  width: min(40%, 400px);
}
@media only screen and (max-width: 47.9375em) {
  .p-message__img {
    width: 100%;
  }
}
.p-message__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.p-why {
  padding: 100px 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 47.9375em) {
  .p-why {
    padding: 64px 0;
  }
}
.p-why__list {
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-why__list {
    grid-template-columns: 1fr;
  }
}
.p-why__item {
  background: #F5F5F0;
  border-radius: 8px;
  padding: 40px 36px;
}
@media only screen and (max-width: 47.9375em) {
  .p-why__item {
    padding: 28px 20px;
  }
}
.p-why__item-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.9375em) {
  .p-why__item-head {
    gap: 10px;
  }
}
.p-why__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-why__icon {
    width: 60px;
    height: 60px;
  }
}
.p-why__item-ttl-wrap {
  flex: 1;
}
.p-why__feature-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 6px;
}
.p-why__name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-why__name {
    font-size: 1.9rem;
  }
}
.p-why__desc {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #454545;
}
@media only screen and (max-width: 47.9375em) {
  .p-why__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-service {
  padding: 100px 0;
  background: #F5F5F0;
}
@media only screen and (max-width: 47.9375em) {
  .p-service {
    padding: 64px 0;
  }
}
.p-service__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-service__item {
  background: #FFFFFF;
  border: 1px solid #D8D8D2;
  border-radius: 6px;
  padding: 32px 28px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.p-service__item:hover {
  border-color: #800020;
  box-shadow: 0 4px 20px rgba(128, 0, 32, 0.08);
}
@media only screen and (max-width: 47.9375em) {
  .p-service__item {
    padding: 24px 20px;
  }
}
.p-service__item-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.p-service__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.p-service__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__name {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-service__desc {
  font-size: 1.35rem;
  line-height: 1.85;
  color: #454545;
}
.p-service__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 110px;
  background: #1A1A1A;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  font-family: "Outfit", sans-serif;
}
.p-service__more-btn:hover {
  background: #5E0018;
  transform: translateY(-2px);
}
.p-service__more-btn span {
  font-size: 1.8rem;
  line-height: 1;
}

.p-mv {
  background-color: #800020;
  background-image: radial-gradient(ellipse at 60% 40%, #A80A32 0%, transparent 50%), radial-gradient(ellipse at 0% 100%, #5E0018 0%, transparent 45%);
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv {
    min-height: auto;
    padding: 60px 0 48px;
  }
}
.p-mv__inner {
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
  padding: 80px 20px 60px;
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-mv__inner {
    gap: 24px;
    padding: 60px 40px 48px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__inner {
    flex-direction: column;
    padding: 48px 20px 40px;
  }
}
.p-mv__flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__flex {
    flex-direction: column;
    gap: 30px;
  }
}
.p-mv__body {
  flex: 1;
  color: #FFFFFF;
}
.p-mv__catch {
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  font-weight: 700;
  margin-bottom: 16px;
  opacity: 0.92;
}
.p-mv__ttl {
  font-size: clamp(2.8rem, 6.8vw, 6.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-mv__ttl-box {
  display: inline-block;
  background: #FFFFFF;
  color: #800020;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: clamp(2.8rem, 6.8vw, 6.8rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-mv__sub {
  font-size: clamp(3.8rem, 6.8vw, 6.8rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__sub {
    font-size: 3.8rem;
    margin-bottom: 20px;
  }
}
.p-mv__badges {
  max-width: 53rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__badges {
    gap: 5px;
    margin-bottom: 32px;
  }
}
.p-mv__badge img {
  width: 169px;
  height: 175px;
  object-fit: contain;
  display: block;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-mv__badge img {
    width: 169px;
    height: 175px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__badge img {
    width: 106px;
    height: 111px;
  }
}
.p-mv__center {
  text-align: center;
}
.p-mv__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 110px;
  background: #778899;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  margin: 0 auto;
}
.p-mv__btn:hover {
  background: #374A5D;
  transform: translateY(-2px);
}
.p-mv__btn img {
  width: 20px;
  height: 16px;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__btn {
    padding: 14px 110px;
    font-size: 1.4rem;
  }
}
.p-mv__visual {
  flex: 0 0 auto;
  width: min(38%, 580px);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__visual {
    width: 100%;
  }
}
.p-mv__visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__visual img {
    width: 193px;
    margin: 0 auto;
  }
}
.p-mv__ai-badge {
  position: absolute;
  top: 16px;
  right: 0;
  background: #FFFFFF;
  color: #231815;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-mv__ai-badge {
    font-size: 1.3rem;
    padding: 8px 16px;
    top: 8px;
  }
}

.p-lower-mv {
  padding: 116px 0 50px;
  text-align: center;
}
.p-lower-mv--red {
  background: linear-gradient(135deg, #800020 0%, #5E0018 100%);
  background: linear-gradient(to right, #5C0018 0%, #930428 100%);
}
.p-lower-mv__en {
  font-size: 1.6rem;
  font-weight: 700;
  color: #BD8190;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.9375em) {
  .p-lower-mv__en {
    font-size: 1.4rem;
  }
}
.p-lower-mv__ttl {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.p-lower-mv__desc {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-lower-mv {
    padding: 60px 0 40px;
  }
  .p-lower-mv__ttl {
    font-size: 2.4rem;
  }
  .p-lower-mv__desc {
    font-size: 1.4rem;
  }
}

.p-breadcrumb {
  padding: 12px 0;
}
.p-breadcrumb__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.p-breadcrumb__item {
  font-size: 1.25rem;
  color: #6A6A6A;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #800020;
}
.p-breadcrumb__item:last-child {
  color: #454545;
  font-weight: 600;
}
.p-breadcrumb__item a {
  color: #6A6A6A;
  text-decoration: none;
  transition: color 0.2s;
}
.p-breadcrumb__item a:hover {
  color: #800020;
}

.p-service-detail {
  padding: 96px 0;
}
.p-service-detail--dark {
  background: #1A1A1A;
}
.p-service-detail--gray {
  background: #F5F5F0;
}
.p-service-detail__label--light {
  color: #A80A32;
}
.p-service-detail__ttl--light {
  color: #ffffff;
}
.p-service-detail__desc--light {
  color: rgba(255, 255, 255, 0.72);
}
.p-service-detail__checks--light li {
  color: rgba(255, 255, 255, 0.82);
}
.p-service-detail__btn--dark {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.p-service-detail__btn--dark:hover {
  background: rgba(255, 255, 255, 0.18);
}
@media only screen and (max-width: 47.9375em) {
  .p-service-detail {
    padding: 60px 0;
  }
}
.p-service-detail__layout {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 52px;
}
.p-service-detail__layout--rev {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-service-detail__layout {
    gap: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-detail__layout {
    flex-direction: column !important;
    gap: 36px;
    margin-bottom: 36px;
  }
}
.p-service-detail__body {
  flex: 1;
}
.p-service-detail__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 14px;
}
.p-service-detail__ttl {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 800;
  color: #231815;
  line-height: 1.45;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.p-service-detail__desc {
  font-size: 1.6rem;
  line-height: 1.95;
  color: #454545;
  margin-bottom: 28px;
}
.p-service-detail__checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service-detail__checks li {
  font-size: 1.4rem;
  color: #333333;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}
.p-service-detail__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #576472;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.p-service-detail__img {
  flex: 0 0 auto;
  width: min(42%, 520px);
}
@media only screen and (max-width: 47.9375em) {
  .p-service-detail__img {
    width: 100%;
  }
}
.p-service-detail__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.p-service-detail__btn-wrap {
  text-align: center;
}
.p-service-detail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 80px;
  background: #1A1A1A;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: background 0.25s, transform 0.2s;
}
.p-service-detail__btn:hover {
  background: #0D0D0D;
  transform: translateY(-2px);
}
.p-service-detail__btn span {
  font-size: 1.8rem;
  line-height: 1;
}

.p-service-grid {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-grid {
    padding: 52px 0 64px;
  }
}
.p-service-grid__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-service-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-service-grid__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-service-grid__item {
  background: #2a2a2a;
  border-radius: 8px;
  padding: 32px 28px;
  transition: background 0.3s;
}
.p-service-grid__item:hover {
  background: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .p-service-grid__item {
    padding: 22px 18px;
  }
}
.p-service-grid__item-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.p-service-grid__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  filter: invert(1);
}
.p-service-grid__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.p-service-grid__desc {
  font-size: 1.35rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.65);
}

.p-all-services {
  padding: 96px 0;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-all-services {
    padding: 60px 0;
  }
}
.p-all-services .c-sec-ttl {
  font-size: clamp(2.4rem, 3.2vw, 4rem);
}
.p-all-services__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-all-services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-all-services__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-all-services__item {
  background: #ffffff;
  border: 1px solid #D8D8D2;
  border-radius: 10px;
  padding: 32px 28px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.p-all-services__item:hover {
  border-color: #800020;
  box-shadow: 0 4px 16px rgba(128, 0, 32, 0.08);
}
@media only screen and (max-width: 47.9375em) {
  .p-all-services__item {
    padding: 22px 18px;
  }
}
.p-all-services__item-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.p-all-services__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.p-all-services__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.4;
}
.p-all-services__desc {
  font-size: 1.35rem;
  line-height: 1.85;
  color: #454545;
}

.p-guide-code {
  padding: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: hidden;
  font-size: 1.2rem;
  color: #ffffff;
  background: #000000;
  border-radius: 0.5rem;
}

.p-works-filter {
  margin-bottom: 48px;
}
@media only screen and (max-width: 47.9375em) {
  .p-works-filter {
    margin-bottom: 32px;
  }
}
.p-works-filter__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-works-filter__btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 1.35rem;
  font-weight: 600;
  color: #454545;
  background: #ffffff;
  border: 1px solid #D8D8D2;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.p-works-filter__btn:hover {
  border-color: #778899;
  color: #778899;
}
.p-works-filter__btn.is-active {
  background: #778899;
  color: #ffffff;
  border-color: #778899;
}
@media only screen and (max-width: 47.9375em) {
  .p-works-filter__btn {
    font-size: 1.25rem;
    padding: 7px 16px;
  }
}

.p-works-list {
  padding: 72px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-works-list {
    padding: 48px 0 64px;
  }
}
.p-works-list__grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-works-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-works-list__grid {
    grid-template-columns: 1fr;
    gap: 36px 0;
  }
}
.p-works-list__link {
  display: block;
  text-decoration: none;
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
}
.p-works-list__link:hover .p-works-list__thumb img {
  transform: scale(1.04);
}
.p-works-list__thumb {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16/10;
}
.p-works-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.p-works-list__category {
  font-size: 1.3rem;
  color: #6A6A6A;
  margin-bottom: 6px;
}
.p-works-list__name {
  font-size: 1.7rem;
  font-weight: 700;
  color: #231815;
  margin-bottom: 12px;
  line-height: 1.4;
}
.p-works-list__tag {
  display: inline-block;
  padding: 6px 16px;
  background: #D9DDE0;
  color: #454545;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 4px;
}

.p-pagination__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
@media only screen and (max-width: 47.9375em) {
  .p-pagination__list {
    margin-top: 40px;
  }
}
.p-pagination__num, .p-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.45rem;
  font-weight: 600;
  text-decoration: none;
  color: #454545;
  border: 1px solid #D8D8D2;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.p-pagination__num:hover, .p-pagination__arrow:hover {
  border-color: #800020;
  color: #800020;
}
.p-pagination__num.is-active, .p-pagination__arrow.is-active {
  background: #800020;
  color: #ffffff;
  border-color: #800020;
}
.p-pagination__arrow {
  font-size: 1.6rem;
  color: #6A6A6A;
}

.p-guide-code {
  padding: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: hidden;
  font-size: 1.2rem;
  color: #ffffff;
  background: #000000;
  border-radius: 0.5rem;
}

.p-price-faq {
  padding: 96px 0;
  background: #F5F5F0;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-faq {
    padding: 60px 0;
  }
}
.p-price-faq__list {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-price-faq__item {
  background: #ffffff;
  border-radius: 10px;
  padding: 32px 36px;
}
@media only screen and (max-width: 47.9375em) {
  .p-price-faq__item {
    padding: 24px 20px;
  }
}
.p-price-faq__q, .p-price-faq__a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.p-price-faq__q {
  margin-bottom: 20px;
}
.p-price-faq__q-icon, .p-price-faq__a-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.p-price-faq__q-icon {
  background: #800020;
  color: #ffffff;
}
.p-price-faq__a-icon {
  background: #92A0AD;
  color: #ffffff;
}
.p-price-faq__q-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.6;
  padding-top: 6px;
}
.p-price-faq__a-text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #454545;
  padding-top: 6px;
}

.p-option {
  padding: 96px 0;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-option {
    padding: 60px 0;
  }
}
.p-option__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-option__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.p-option__table thead tr {
  background: #800020;
}
.p-option__table thead tr th {
  padding: 18px 28px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.04em;
}
.p-option__table thead tr th:first-child {
  width: 22%;
}
.p-option__table thead tr th:nth-child(2) {
  width: 52%;
}
.p-option__table thead tr th:last-child {
  width: 26%;
}
@media only screen and (max-width: 47.9375em) {
  .p-option__table thead tr th {
    padding: 14px 16px;
    font-size: 1.35rem;
  }
}
.p-option__table tbody tr {
  border-bottom: 1px solid #D8D8D2;
}
.p-option__table tbody tr:last-child {
  border-bottom: none;
}
.p-option__table tbody tr:hover td {
  background: #F5F5F0;
}
.p-option__table tbody tr td {
  border: 1px solid #D8D8D2;
  padding: 20px 24px;
  font-size: 1.4rem;
  color: #454545;
  line-height: 1.6;
  vertical-align: middle;
  transition: background 0.2s;
}
.p-option__table tbody tr td:first-child {
  font-weight: 600;
  color: #231815;
}
@media only screen and (max-width: 47.9375em) {
  .p-option__table tbody tr td {
    padding: 16px 16px;
    font-size: 1.3rem;
  }
}

.p-price {
  padding: 96px 0;
  background: #778899;
}
@media only screen and (max-width: 47.9375em) {
  .p-price {
    padding: 60px 0;
  }
}
.p-price .c-sec-en--light {
  color: rgba(255, 255, 255, 0.75);
}
.p-price .c-sec-ttl--light {
  color: #ffffff;
}
.p-price .c-sec-desc--light {
  color: rgba(255, 255, 255, 0.8);
}
.p-price__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-price__item {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.p-price__head {
  padding: 24px 32px;
}
.p-price__head--lightblue {
  background: #A0ACB8;
}
.p-price__head--blue {
  background: #92A0AD;
}
.p-price__head--dark {
  background: #576472;
}
.p-price__head--darkest {
  background: #374A5D;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__head {
    padding: 20px 20px;
  }
}
.p-price__name {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3px;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__name {
    font-size: 1.8rem;
  }
}
.p-price__sub {
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.75);
}
.p-price__sub-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
}
.p-price__body {
  padding: 28px 22px 36px;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__body {
    padding: 22px 16px 28px;
  }
}
.p-price__num {
  font-size: 3.6rem;
  font-weight: 900;
  color: #231815;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 47.9375em) {
  .p-price__num {
    font-size: 2.8rem;
  }
}
.p-price__unit {
  font-size: 1.4rem;
  font-weight: 400;
  color: #454545;
  margin-left: 4px;
  letter-spacing: 0;
}
.p-price__note {
  font-size: 1.25rem;
  color: #6A6A6A;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D2;
}
.p-price__checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-price__checks li {
  font-size: 1.4rem;
  color: #333333;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}
.p-price__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #576472;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}

.p-guide-code {
  padding: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: hidden;
  font-size: 1.2rem;
  color: #ffffff;
  background: #000000;
  border-radius: 0.5rem;
}

.p-faq-page {
  padding: 72px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-page {
    padding: 48px 0 64px;
  }
}
.p-faq-page__filter {
  margin-bottom: 40px;
}

.p-faq-filter {
  margin-bottom: 48px;
}
.p-faq-filter__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-faq-filter__btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 22px;
  font-size: 1.35rem;
  font-weight: 600;
  color: #454545;
  background: #ffffff;
  border: 1px solid #D8D8D2;
  border-radius: 40px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.p-faq-filter__btn:hover {
  border-color: #800020;
  color: #800020;
}
.p-faq-filter__btn.is-active {
  background: #800020;
  color: #ffffff;
  border-color: #800020;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-filter__btn {
    font-size: 1.25rem;
    padding: 7px 16px;
  }
}

.p-faq-page__list {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-faq-page__item {
  background: #ffffff;
  border: 1px solid #D8D8D2;
  border-radius: 10px;
  overflow: hidden;
}
.p-faq-page__q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 28px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.p-faq-page__q:hover .p-faq-page__q-text {
  color: #800020;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-page__q {
    padding: 18px 16px;
    gap: 12px;
  }
}
.p-faq-page__q-icon, .p-faq-page__a-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.p-faq-page__q-icon {
  background: #800020;
  color: #ffffff;
}
.p-faq-page__a-icon {
  background: #92A0AD;
  color: #ffffff;
  align-self: flex-start;
  margin-top: 2px;
  flex-shrink: 0;
}
.p-faq-page__q-text {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #231815;
  line-height: 1.6;
  transition: color 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-page__q-text {
    font-size: 1.4rem;
  }
}
.p-faq-page__toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.p-faq-page__toggle::before, .p-faq-page__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #800020;
  border-radius: 1px;
  transition: transform 0.3s;
}
.p-faq-page__toggle::before {
  top: 9px;
  transform: translateX(-85%) rotate(45deg);
}
.p-faq-page__toggle::after {
  top: 9px;
  transform: translateX(-25%) rotate(-45deg);
}
.is-open .p-faq-page__toggle::before {
  transform: translateX(-85%) rotate(-45deg);
}
.is-open .p-faq-page__toggle::after {
  transform: translateX(-25%) rotate(45deg);
}
.p-faq-page__a {
  display: none;
  gap: 16px;
  align-items: flex-start;
  padding: 0 28px 24px;
}
.p-faq-page__a p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #454545;
  padding-top: 6px;
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq-page__a {
    padding: 0 16px 20px;
    gap: 12px;
  }
}

.p-guide-code {
  padding: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: hidden;
  font-size: 1.2rem;
  color: #ffffff;
  background: #000000;
  border-radius: 0.5rem;
}

.p-about-access {
  padding: 96px 0;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-about-access {
    padding: 60px 0;
  }
}
.p-about-access__layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-about-access__layout {
    gap: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-about-access__layout {
    flex-direction: column;
    gap: 36px;
  }
}
.p-about-access__body {
  flex: 1;
}
.p-about-access__address {
  margin-bottom: 36px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333333;
}
.p-about-access__station-ttl {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #800020;
}
.p-about-access__station-ttl img {
  flex-shrink: 0;
  width: 22px;
  height: 26px;
}
.p-about-access__station-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
.p-about-access__station-list li {
  position: relative;
  padding-left: 16px;
  font-size: 1.45rem;
  line-height: 1.7;
  color: #333333;
}
.p-about-access__station-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #800020;
  border-radius: 50%;
}
.p-about-access__map {
  flex: 0 0 auto;
  width: min(48%, 560px);
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .p-about-access__map {
    width: 100%;
  }
}
.p-about-access__map iframe {
  display: block;
  width: 100%;
  height: 360px;
}
@media only screen and (max-width: 47.9375em) {
  .p-about-access__map iframe {
    height: 280px;
  }
}

.p-about-overview {
  padding: 96px 0;
  background: #f5f5f0;
}
@media only screen and (max-width: 47.9375em) {
  .p-about-overview {
    padding: 60px 0;
  }
}
.p-about-overview__table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
}
.p-about-overview__table tr {
  border-bottom: 1px solid #d8d8d2;
}
.p-about-overview__table tr:first-child {
  border-top: 1px solid #d8d8d2;
}
.p-about-overview__table th {
  width: 200px;
  padding: 28px 24px 28px 0;
  font-size: 1.45rem;
  font-weight: 700;
  color: #800020;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
@media only screen and (max-width: 47.9375em) {
  .p-about-overview__table th {
    width: 100px;
    padding: 20px 16px 20px 0;
    font-size: 1.3rem;
  }
}
.p-about-overview__table td {
  padding: 28px 0;
  font-size: 1.45rem;
  line-height: 1.9;
  color: #333333;
  vertical-align: top;
}
@media only screen and (max-width: 47.9375em) {
  .p-about-overview__table td {
    padding: 20px 0;
    font-size: 1.3rem;
  }
}

.p-about-message {
  padding: 96px 0;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-about-message {
    padding: 60px 0;
  }
}
.p-about-message .c-sec-ttl {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
}
.p-about-message__layout {
  display: flex;
  gap: 72px;
  align-items: center;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-about-message__layout {
    gap: 48px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-about-message__layout {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-about-message__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}
.p-about-message__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
}
.p-about-message__circle {
  flex: 0 0 auto;
  width: min(33.2%, 332px);
}
@media only screen and (max-width: 47.9375em) {
  .p-about-message__circle {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.p-about-message__circle img {
  display: block;
  width: 100%;
  height: auto;
}

.p-guide-code {
  padding: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: hidden;
  font-size: 1.2rem;
  color: #ffffff;
  background: #000000;
  border-radius: 0.5rem;
}

.p-contact-form {
  padding: 72px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-form {
    padding: 48px 0 64px;
  }
}
.p-contact-form__guide {
  font-size: 1.45rem;
  line-height: 1.9;
  color: #454545;
  text-align: center;
  margin-bottom: 56px;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-form__guide {
    font-size: 1.35rem;
    margin-bottom: 36px;
  }
}
.p-contact-form__count {
  font-weight: 700;
  color: #800020;
}
.p-contact-form__form {
  max-width: 900px;
  margin: 0 auto;
}
.p-contact-form__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-contact-form__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #D8D8D2;
}
.p-contact-form__row:first-child {
  border-top: 1px solid #D8D8D2;
}
.p-contact-form__row--top {
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }
}
.p-contact-form__label {
  font-size: 1.45rem;
  font-weight: 600;
  color: #231815;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.p-contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  background: #800020;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 3px;
  letter-spacing: 0.02em;
}
.p-contact-form__input, .p-contact-form__textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 1.45rem;
  color: #231815;
  background: #F5F5F0;
  border: 1px solid #D8D8D2;
  border-radius: 4px;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.p-contact-form__input:focus, .p-contact-form__textarea:focus {
  outline: none;
  border-color: #800020;
  box-shadow: 0 0 0 3px rgba(128, 0, 32, 0.1);
  background: #ffffff;
}
.p-contact-form__input.is-filled, .p-contact-form__textarea.is-filled {
  background: #ffffff;
}
.p-contact-form__textarea {
  resize: vertical;
  min-height: 240px;
  line-height: 1.8;
}
.p-contact-form__checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 4px;
}
.p-contact-form__check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.5;
}
.p-contact-form__check-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #800020;
  cursor: pointer;
}
.p-contact-form__check-label:hover span {
  color: #800020;
}
.p-contact-form__privacy {
  margin: 36px 0 40px;
  text-align: center;
}
.p-contact-form__privacy-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #454545;
  line-height: 1.7;
}
.p-contact-form__privacy-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
  accent-color: #800020;
  cursor: pointer;
}
.p-contact-form__privacy-label a {
  color: #800020;
  text-decoration: underline;
}
.p-contact-form__privacy-label a:hover {
  text-decoration: none;
}
.p-contact-form__submit {
  text-align: center;
  width: 100%;
}
.p-contact-form__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  padding: 20px 40px;
  background: #800020;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: background 0.25s, transform 0.2s;
}
.p-contact-form__submit-btn:hover {
  background: #5E0018;
  transform: translateY(-2px);
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-form__submit-btn {
    font-size: 1.5rem;
    padding: 18px 24px;
  }
}
.p-contact-form__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-form__flex {
    flex-direction: column;
    gap: 30px;
  }
}

.p-privacy {
  padding: 80px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy {
    padding: 52px 0 64px;
  }
}
.p-privacy__wrap {
  max-width: 860px;
  margin: 0 auto;
}
.p-privacy__block {
  margin-bottom: 48px;
}
.p-privacy__block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__block {
    margin-bottom: 36px;
  }
}
.p-privacy__main-ttl {
  font-size: 2.2rem;
  font-weight: 800;
  color: #231815;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #800020;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__main-ttl {
    font-size: 1.9rem;
  }
}
.p-privacy__sec-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  color: #231815;
  margin-bottom: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__sec-ttl {
    font-size: 1.55rem;
  }
}
.p-privacy__text {
  font-size: 1.45rem;
  line-height: 1.95;
  color: #333333;
  margin-bottom: 16px;
}
.p-privacy__text:last-child {
  margin-bottom: 0;
}
.p-privacy__meta {
  background: #F5F5F0;
  border-radius: 6px;
  padding: 24px 28px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-privacy__meta p {
  font-size: 1.4rem;
  color: #454545;
  line-height: 1.7;
}
.p-privacy__contact-box {
  background: #F5F5F0;
  border-left: 3px solid #800020;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin-top: 16px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__contact-box {
    margin-bottom: 40px;
  }
}
.p-privacy__contact-box p {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.7;
}
.p-privacy__contact-box a {
  color: #800020;
  text-decoration: none;
}
.p-privacy__contact-box a:hover {
  text-decoration: underline;
}
.p-privacy__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0 24px;
}
.p-privacy__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
  font-size: 1.4rem;
}
.p-privacy__table thead tr {
  background: #800020;
}
.p-privacy__table thead tr th {
  padding: 14px 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
}
.p-privacy__table tbody tr {
  border-bottom: 1px solid #D8D8D2;
}
.p-privacy__table tbody tr:last-child {
  border-bottom: none;
}
.p-privacy__table tbody tr:nth-child(even) {
  background: #F5F5F0;
}
.p-privacy__table tbody tr td {
  padding: 14px 20px;
  color: #333333;
  line-height: 1.7;
  vertical-align: top;
}
.p-privacy__dl {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 12px;
}
.p-privacy__dl-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #D8D8D2;
}
.p-privacy__dl-row:first-child {
  border-top: 1px solid #D8D8D2;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__dl-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.p-privacy__dl-row dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.7;
}
.p-privacy__dl-row dd {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.7;
}

.p-contact-thanks {
  padding: 72px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-thanks {
    padding: 48px 0 64px;
  }
}
.p-contact-thanks__body {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-thanks__body {
    gap: 36px;
  }
}
.p-contact-thanks__hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.p-contact-thanks__icon svg {
  display: block;
  width: 80px;
  height: 80px;
}
.p-contact-thanks__ttl {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
  color: #231815;
  line-height: 1.6;
}
.p-contact-thanks__award {
  background: #F5F5F0;
  border-left: 4px solid #800020;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
}
.p-contact-thanks__award p {
  font-size: 1.45rem;
  line-height: 1.9;
  color: #333333;
}
.p-contact-thanks__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-contact-thanks__text {
  font-size: 1.45rem;
  line-height: 1.95;
  color: #454545;
}
.p-contact-thanks__link {
  color: #800020;
  text-decoration: underline;
}
.p-contact-thanks__link:hover {
  text-decoration: none;
}
.p-contact-thanks__tel-box {
  background: #F5F5F0;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-thanks__tel-box {
    padding: 24px 20px;
  }
}
.p-contact-thanks__tel-label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #454545;
}
.p-contact-thanks__tel {
  display: block;
  font-size: clamp(3rem, 4vw, 4.4rem);
  font-weight: 900;
  color: #231815;
  text-decoration: none;
  letter-spacing: 0.06em;
  line-height: 1;
}
.p-contact-thanks__tel:hover {
  color: #800020;
}
.p-contact-thanks__tel-hours {
  font-size: 1.3rem;
  color: #6A6A6A;
  letter-spacing: 0.04em;
}
.p-contact-thanks__tel-note {
  font-size: 1.25rem;
  color: #868686;
  line-height: 1.7;
}
.p-contact-thanks__privacy {
  border: 1px solid #D8D8D2;
  border-radius: 8px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-thanks__privacy {
    padding: 24px 20px;
  }
}
.p-contact-thanks__privacy-ttl {
  font-size: 1.55rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid #D8D8D2;
}
.p-contact-thanks__privacy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-contact-thanks__privacy-list li {
  font-size: 1.4rem;
  color: #454545;
  padding-left: 16px;
  position: relative;
  line-height: 1.7;
}
.p-contact-thanks__privacy-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #800020;
}
.p-contact-thanks__privacy-dl {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-contact-thanks__privacy-row {
  padding: 16px 0;
  border-bottom: 1px solid #D8D8D2;
}
.p-contact-thanks__privacy-row:first-child {
  border-top: 1px solid #D8D8D2;
}
.p-contact-thanks__privacy-row dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #231815;
  margin-bottom: 8px;
  line-height: 1.6;
}
.p-contact-thanks__privacy-row dt::before {
  content: "- ";
  color: #800020;
}
.p-contact-thanks__privacy-row dd {
  font-size: 1.4rem;
  color: #454545;
  line-height: 1.85;
}
.p-contact-thanks__privacy-contact {
  background: #F5F5F0;
  border-radius: 6px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-contact-thanks__privacy-contact p {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.7;
}
.p-contact-thanks__btns {
  display: flex;
  justify-content: center;
}
.p-contact-thanks__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 48px;
  background: #800020;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.25s, transform 0.2s;
}
.p-contact-thanks__btn-primary:hover {
  background: #5E0018;
  transform: translateY(-2px);
}
.p-contact-thanks__btn-primary span {
  font-size: 1.6rem;
  line-height: 1;
}

.p-download-step {
  margin-bottom: 56px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-step {
    margin-bottom: 36px;
  }
}
.p-download-step__list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
}
.p-download-step__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
}
.p-download-step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: calc(50% + 22px);
  width: calc(100% - 44px);
  height: 1px;
  background: #D8D8D2;
}
.p-download-step__item.is-active .p-download-step__num {
  background: #800020;
  color: #ffffff;
  border-color: #800020;
}
.p-download-step__item.is-active .p-download-step__label {
  color: #800020;
  font-weight: 700;
}
.p-download-step__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #D8D8D2;
  background: #ffffff;
  color: #868686;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-download-step__label {
  font-size: 1.25rem;
  color: #868686;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.p-download-form {
  padding: 72px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-form {
    padding: 48px 0 64px;
  }
}
.p-download-form__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-download-form__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.p-download-form__thumb {
  border-radius: 8px;
  overflow: hidden;
  background: #F5F5F0;
  margin-bottom: 24px;
  aspect-ratio: 4/3;
  aspect-ratio: 16/9;
}
.p-download-form__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-download-form__ttl {
  font-size: 2rem;
  font-weight: 800;
  color: #231815;
  margin-bottom: 12px;
  line-height: 1.45;
}
.p-download-form__desc {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #454545;
  margin-bottom: 20px;
}
.p-download-form__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.p-download-form__tag {
  display: inline-block;
  padding: 6px 16px;
  background: #F5F5F0;
  color: #454545;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 40px;
  border: 1px solid #D8D8D2;
}
.p-download-form__points {
  background: #F5F5F0;
  border-radius: 8px;
  padding: 24px 28px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-form__points {
    padding: 20px 18px;
  }
}
.p-download-form__points-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 16px;
}
.p-download-form__points-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-download-form__points-list li {
  font-size: 1.4rem;
  color: #333333;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}
.p-download-form__points-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #800020;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.p-download-form__form-wrap {
  background: #F5F5F0;
  border-radius: 10px;
  padding: 40px 36px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-form__form-wrap {
    padding: 28px 20px;
  }
}
.p-download-form__form-ttl {
  font-size: 2rem;
  font-weight: 800;
  color: #231815;
  margin-bottom: 12px;
}
.p-download-form__form-desc {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #454545;
  margin-bottom: 28px;
}
.p-download-form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-download-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-download-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #231815;
}
.p-download-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 3px;
}
.p-download-form__badge--required {
  background: #800020;
  color: #ffffff;
}
.p-download-form__badge--optional {
  background: #92A0AD;
  color: #ffffff;
}
.p-download-form__input {
  width: 100%;
  padding: 13px 16px;
  font-size: 1.4rem;
  color: #231815;
  background: #ffffff;
  border: 1px solid #D8D8D2;
  border-radius: 4px;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.p-download-form__input::placeholder {
  color: #868686;
}
.p-download-form__input:focus {
  outline: none;
  border-color: #800020;
  box-shadow: 0 0 0 3px rgba(128, 0, 32, 0.1);
}
.p-download-form__privacy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-download-form__privacy-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #231815;
}
.p-download-form__privacy-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #800020;
  cursor: pointer;
}
.p-download-form__privacy-label a {
  color: #800020;
  text-decoration: underline;
}
.p-download-form__privacy-label a:hover {
  text-decoration: none;
}
.p-download-form__privacy-note {
  font-size: 1.25rem;
  color: #6A6A6A;
  line-height: 1.7;
  padding-left: 28px;
}
.p-download-form__submit {
  width: 100%;
  padding: 20px;
  background: #800020;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.06em;
  transition: background 0.25s, transform 0.2s;
  margin-top: 8px;
}
.p-download-form__submit:hover {
  background: #5E0018;
  transform: translateY(-2px);
}
.p-download-form__note {
  font-size: 1.25rem;
  color: #6A6A6A;
  text-align: center;
  line-height: 1.7;
}

.p-download-thanks {
  padding: 72px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-thanks {
    padding: 48px 0 64px;
  }
}
.p-download-thanks__body {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.p-download-thanks__icon {
  margin-bottom: 28px;
}
.p-download-thanks__icon svg {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.p-download-thanks__ttl {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 800;
  color: #231815;
  margin-bottom: 16px;
}
.p-download-thanks__desc {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #6A6A6A;
  margin-bottom: 44px;
}
.p-download-thanks__next {
  background: #F5F5F0;
  border-radius: 8px;
  padding: 28px 36px;
  text-align: left;
  margin-bottom: 48px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-thanks__next {
    padding: 22px 20px;
  }
}
.p-download-thanks__next-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 16px;
}
.p-download-thanks__next-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-download-thanks__next-list li {
  font-size: 1.4rem;
  color: #333333;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}
.p-download-thanks__next-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #800020;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.p-download-thanks__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.p-download-thanks__btn-outline, .p-download-thanks__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}
.p-download-thanks__btn-outline span, .p-download-thanks__btn-primary span {
  font-size: 1.6rem;
  line-height: 1;
}
.p-download-thanks__btn-outline {
  background: transparent;
  color: #800020;
  border: 2px solid #800020;
}
.p-download-thanks__btn-outline:hover {
  background: #800020;
  color: #ffffff;
}
.p-download-thanks__btn-primary {
  background: #800020;
  color: #ffffff;
  border: 2px solid #800020;
}
.p-download-thanks__btn-primary:hover {
  background: #5E0018;
  border-color: #5E0018;
  transform: translateY(-2px);
}

.p-download-step {
  margin-bottom: 56px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-step {
    margin-bottom: 36px;
  }
}
.p-download-step__list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
}
.p-download-step__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
}
.p-download-step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: calc(50% + 22px);
  width: calc(100% - 44px);
  height: 1px;
  background: #D8D8D2;
}
.p-download-step__item.is-active .p-download-step__num {
  background: #800020;
  color: #ffffff;
  border-color: #800020;
}
.p-download-step__item.is-active .p-download-step__label {
  color: #800020;
  font-weight: 700;
}
.p-download-step__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #D8D8D2;
  background: #ffffff;
  color: #868686;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-download-step__label {
  font-size: 1.25rem;
  color: #868686;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.p-download-form {
  padding: 72px 0 100px;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-form {
    padding: 48px 0 64px;
  }
}
.p-download-form__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-download-form__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.p-download-form__thumb {
  border-radius: 8px;
  overflow: hidden;
  background: #F5F5F0;
  margin-bottom: 24px;
  aspect-ratio: 4/3;
  aspect-ratio: 16/9;
}
.p-download-form__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-download-form__ttl {
  font-size: 2rem;
  font-weight: 800;
  color: #231815;
  margin-bottom: 12px;
  line-height: 1.45;
}
.p-download-form__desc {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #454545;
  margin-bottom: 20px;
}
.p-download-form__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.p-download-form__tag {
  display: inline-block;
  padding: 6px 16px;
  background: #F5F5F0;
  color: #454545;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 40px;
  border: 1px solid #D8D8D2;
}
.p-download-form__points {
  background: #F5F5F0;
  border-radius: 8px;
  padding: 24px 28px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-form__points {
    padding: 20px 18px;
  }
}
.p-download-form__points-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #800020;
  margin-bottom: 16px;
}
.p-download-form__points-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-download-form__points-list li {
  font-size: 1.4rem;
  color: #333333;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}
.p-download-form__points-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #800020;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.p-download-form__form-wrap {
  background: #F5F5F0;
  border-radius: 10px;
  padding: 40px 36px;
}
@media only screen and (max-width: 47.9375em) {
  .p-download-form__form-wrap {
    padding: 28px 20px;
  }
}
.p-download-form__form-ttl {
  font-size: 2rem;
  font-weight: 800;
  color: #231815;
  margin-bottom: 12px;
}
.p-download-form__form-desc {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #454545;
  margin-bottom: 28px;
}
.p-download-form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-download-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-download-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #231815;
}
.p-download-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 3px;
}
.p-download-form__badge--required {
  background: #800020;
  color: #ffffff;
}
.p-download-form__badge--optional {
  background: #92A0AD;
  color: #ffffff;
}
.p-download-form__input {
  width: 100%;
  padding: 13px 16px;
  font-size: 1.4rem;
  color: #231815;
  background: #ffffff;
  border: 1px solid #D8D8D2;
  border-radius: 4px;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.p-download-form__input::placeholder {
  color: #868686;
}
.p-download-form__input:focus {
  outline: none;
  border-color: #800020;
  box-shadow: 0 0 0 3px rgba(128, 0, 32, 0.1);
}
.p-download-form__privacy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-download-form__privacy-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #231815;
}
.p-download-form__privacy-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #800020;
  cursor: pointer;
}
.p-download-form__privacy-label a {
  color: #800020;
  text-decoration: underline;
}
.p-download-form__privacy-label a:hover {
  text-decoration: none;
}
.p-download-form__privacy-note {
  font-size: 1.25rem;
  color: #6A6A6A;
  line-height: 1.7;
  padding-left: 28px;
}
.p-download-form__submit {
  width: 100%;
  padding: 20px;
  background: #800020;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.06em;
  transition: background 0.25s, transform 0.2s;
  margin-top: 8px;
}
.p-download-form__submit:hover {
  background: #5E0018;
  transform: translateY(-2px);
}
.p-download-form__note {
  font-size: 1.25rem;
  color: #6A6A6A;
  text-align: center;
  line-height: 1.7;
}

.u-c-test {
  color: rgba(255, 0, 0, 0.25);
}

.u-c-default {
  color: #333333;
}

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

.u-c-black-nl {
  color: #000000;
}

.u-bg-test {
  background-color: rgba(255, 0, 0, 0.25);
}

.u-bg-default {
  background-color: #333333;
}

.u-bg-white-nl {
  background-color: #ffffff;
}

.u-bg-black-nl {
  background-color: #000000;
}

.u-bdc-test {
  border-color: rgba(255, 0, 0, 0.25);
}

.u-bdc-default {
  border-color: #333333;
}

.u-bdc-white-nl {
  border-color: #ffffff;
}

.u-bdc-black-nl {
  border-color: #000000;
}

.u-bdtc-test {
  border-top-color: rgba(255, 0, 0, 0.25);
}

.u-bdtc-default {
  border-top-color: #333333;
}

.u-bdtc-white-nl {
  border-top-color: #ffffff;
}

.u-bdtc-black-nl {
  border-top-color: #000000;
}

.u-bdrc-test {
  border-right-color: rgba(255, 0, 0, 0.25);
}

.u-bdrc-default {
  border-right-color: #333333;
}

.u-bdrc-white-nl {
  border-right-color: #ffffff;
}

.u-bdrc-black-nl {
  border-right-color: #000000;
}

.u-bdbc-test {
  border-bottom-color: rgba(255, 0, 0, 0.25);
}

.u-bdbc-default {
  border-bottom-color: #333333;
}

.u-bdbc-white-nl {
  border-bottom-color: #ffffff;
}

.u-bdbc-black-nl {
  border-bottom-color: #000000;
}

.u-bdlc-test {
  border-left-color: rgba(255, 0, 0, 0.25);
}

.u-bdlc-default {
  border-left-color: #333333;
}

.u-bdlc-white-nl {
  border-left-color: #ffffff;
}

.u-bdlc-black-nl {
  border-left-color: #000000;
}

.u-d-b {
  display: block;
}
.u-d-ib {
  display: inline-block;
}
.u-d-i {
  display: inline;
}
.u-d-t {
  display: table;
}
.u-d-tc {
  display: table-cell;
}

@media all and (min-width: 64.0625em) {
  .u-d-pc-b {
    display: block;
  }
  .u-d-pc-ib {
    display: inline-block;
  }
  .u-d-pc-i {
    display: inline;
  }
  .u-d-pc-t {
    display: table;
  }
  .u-d-pc-tc {
    display: table-cell;
  }
}
@media print {
  .u-d-pc-b {
    display: block;
  }
  .u-d-pc-ib {
    display: inline-block;
  }
  .u-d-pc-i {
    display: inline;
  }
  .u-d-pc-t {
    display: table;
  }
  .u-d-pc-tc {
    display: table-cell;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-d-tb-b {
    display: block;
  }
  .u-d-tb-ib {
    display: inline-block;
  }
  .u-d-tb-i {
    display: inline;
  }
  .u-d-tb-t {
    display: table;
  }
  .u-d-tb-tc {
    display: table-cell;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-d-sp-b {
    display: block;
  }
  .u-d-sp-ib {
    display: inline-block;
  }
  .u-d-sp-i {
    display: inline;
  }
  .u-d-sp-t {
    display: table;
  }
  .u-d-sp-tc {
    display: table-cell;
  }
}
.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

.u-ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}
.u-ff-en {
  font-family: "Outfit", sans-serif;
}

.u-fw-bold {
  font-weight: 700;
}
.u-fw-semibold {
  font-weight: 600;
}
.u-fw-medium {
  font-weight: 500;
}
.u-fw-normal {
  font-weight: 400;
}
.u-fw-light {
  font-weight: 300;
}

.u-mt-0 {
  margin-top: 0rem;
}
.u-mb-0 {
  margin-bottom: 0rem;
}
.u-mr-0 {
  margin-right: 0rem;
}
.u-ml-0 {
  margin-left: 0rem;
}
.u-mt-5 {
  margin-top: 0.5rem;
}
.u-mb-5 {
  margin-bottom: 0.5rem;
}
.u-mr-5 {
  margin-right: 0.5rem;
}
.u-ml-5 {
  margin-left: 0.5rem;
}
.u-mt-10 {
  margin-top: 1rem;
}
.u-mb-10 {
  margin-bottom: 1rem;
}
.u-mr-10 {
  margin-right: 1rem;
}
.u-ml-10 {
  margin-left: 1rem;
}
.u-mt-15 {
  margin-top: 1.5rem;
}
.u-mb-15 {
  margin-bottom: 1.5rem;
}
.u-mr-15 {
  margin-right: 1.5rem;
}
.u-ml-15 {
  margin-left: 1.5rem;
}
.u-mt-20 {
  margin-top: 2rem;
}
.u-mb-20 {
  margin-bottom: 2rem;
}
.u-mr-20 {
  margin-right: 2rem;
}
.u-ml-20 {
  margin-left: 2rem;
}
.u-mt-25 {
  margin-top: 2.5rem;
}
.u-mb-25 {
  margin-bottom: 2.5rem;
}
.u-mr-25 {
  margin-right: 2.5rem;
}
.u-ml-25 {
  margin-left: 2.5rem;
}
.u-mt-30 {
  margin-top: 3rem;
}
.u-mb-30 {
  margin-bottom: 3rem;
}
.u-mr-30 {
  margin-right: 3rem;
}
.u-ml-30 {
  margin-left: 3rem;
}
.u-mt-35 {
  margin-top: 3.5rem;
}
.u-mb-35 {
  margin-bottom: 3.5rem;
}
.u-mr-35 {
  margin-right: 3.5rem;
}
.u-ml-35 {
  margin-left: 3.5rem;
}
.u-mt-40 {
  margin-top: 4rem;
}
.u-mb-40 {
  margin-bottom: 4rem;
}
.u-mr-40 {
  margin-right: 4rem;
}
.u-ml-40 {
  margin-left: 4rem;
}
.u-mt-45 {
  margin-top: 4.5rem;
}
.u-mb-45 {
  margin-bottom: 4.5rem;
}
.u-mr-45 {
  margin-right: 4.5rem;
}
.u-ml-45 {
  margin-left: 4.5rem;
}
.u-mt-50 {
  margin-top: 5rem;
}
.u-mb-50 {
  margin-bottom: 5rem;
}
.u-mr-50 {
  margin-right: 5rem;
}
.u-ml-50 {
  margin-left: 5rem;
}
.u-mt-55 {
  margin-top: 5.5rem;
}
.u-mb-55 {
  margin-bottom: 5.5rem;
}
.u-mr-55 {
  margin-right: 5.5rem;
}
.u-ml-55 {
  margin-left: 5.5rem;
}
.u-mt-60 {
  margin-top: 6rem;
}
.u-mb-60 {
  margin-bottom: 6rem;
}
.u-mr-60 {
  margin-right: 6rem;
}
.u-ml-60 {
  margin-left: 6rem;
}
.u-mt-65 {
  margin-top: 6.5rem;
}
.u-mb-65 {
  margin-bottom: 6.5rem;
}
.u-mr-65 {
  margin-right: 6.5rem;
}
.u-ml-65 {
  margin-left: 6.5rem;
}
.u-mt-70 {
  margin-top: 7rem;
}
.u-mb-70 {
  margin-bottom: 7rem;
}
.u-mr-70 {
  margin-right: 7rem;
}
.u-ml-70 {
  margin-left: 7rem;
}
.u-mt-75 {
  margin-top: 7.5rem;
}
.u-mb-75 {
  margin-bottom: 7.5rem;
}
.u-mr-75 {
  margin-right: 7.5rem;
}
.u-ml-75 {
  margin-left: 7.5rem;
}
.u-mt-80 {
  margin-top: 8rem;
}
.u-mb-80 {
  margin-bottom: 8rem;
}
.u-mr-80 {
  margin-right: 8rem;
}
.u-ml-80 {
  margin-left: 8rem;
}
.u-mt-85 {
  margin-top: 8.5rem;
}
.u-mb-85 {
  margin-bottom: 8.5rem;
}
.u-mr-85 {
  margin-right: 8.5rem;
}
.u-ml-85 {
  margin-left: 8.5rem;
}
.u-mt-90 {
  margin-top: 9rem;
}
.u-mb-90 {
  margin-bottom: 9rem;
}
.u-mr-90 {
  margin-right: 9rem;
}
.u-ml-90 {
  margin-left: 9rem;
}
.u-mt-95 {
  margin-top: 9.5rem;
}
.u-mb-95 {
  margin-bottom: 9.5rem;
}
.u-mr-95 {
  margin-right: 9.5rem;
}
.u-ml-95 {
  margin-left: 9.5rem;
}
.u-mt-100 {
  margin-top: 10rem;
}
.u-mb-100 {
  margin-bottom: 10rem;
}
.u-mr-100 {
  margin-right: 10rem;
}
.u-ml-100 {
  margin-left: 10rem;
}
.u-mt-105 {
  margin-top: 10.5rem;
}
.u-mb-105 {
  margin-bottom: 10.5rem;
}
.u-mr-105 {
  margin-right: 10.5rem;
}
.u-ml-105 {
  margin-left: 10.5rem;
}
.u-mt-110 {
  margin-top: 11rem;
}
.u-mb-110 {
  margin-bottom: 11rem;
}
.u-mr-110 {
  margin-right: 11rem;
}
.u-ml-110 {
  margin-left: 11rem;
}
.u-mt-115 {
  margin-top: 11.5rem;
}
.u-mb-115 {
  margin-bottom: 11.5rem;
}
.u-mr-115 {
  margin-right: 11.5rem;
}
.u-ml-115 {
  margin-left: 11.5rem;
}
.u-mt-120 {
  margin-top: 12rem;
}
.u-mb-120 {
  margin-bottom: 12rem;
}
.u-mr-120 {
  margin-right: 12rem;
}
.u-ml-120 {
  margin-left: 12rem;
}
.u-mt-125 {
  margin-top: 12.5rem;
}
.u-mb-125 {
  margin-bottom: 12.5rem;
}
.u-mr-125 {
  margin-right: 12.5rem;
}
.u-ml-125 {
  margin-left: 12.5rem;
}
.u-mt-130 {
  margin-top: 13rem;
}
.u-mb-130 {
  margin-bottom: 13rem;
}
.u-mr-130 {
  margin-right: 13rem;
}
.u-ml-130 {
  margin-left: 13rem;
}
.u-mt-135 {
  margin-top: 13.5rem;
}
.u-mb-135 {
  margin-bottom: 13.5rem;
}
.u-mr-135 {
  margin-right: 13.5rem;
}
.u-ml-135 {
  margin-left: 13.5rem;
}
.u-mt-140 {
  margin-top: 14rem;
}
.u-mb-140 {
  margin-bottom: 14rem;
}
.u-mr-140 {
  margin-right: 14rem;
}
.u-ml-140 {
  margin-left: 14rem;
}
.u-mt-145 {
  margin-top: 14.5rem;
}
.u-mb-145 {
  margin-bottom: 14.5rem;
}
.u-mr-145 {
  margin-right: 14.5rem;
}
.u-ml-145 {
  margin-left: 14.5rem;
}
.u-mt-150 {
  margin-top: 15rem;
}
.u-mb-150 {
  margin-bottom: 15rem;
}
.u-mr-150 {
  margin-right: 15rem;
}
.u-ml-150 {
  margin-left: 15rem;
}
.u-mt-155 {
  margin-top: 15.5rem;
}
.u-mb-155 {
  margin-bottom: 15.5rem;
}
.u-mr-155 {
  margin-right: 15.5rem;
}
.u-ml-155 {
  margin-left: 15.5rem;
}
.u-mt-160 {
  margin-top: 16rem;
}
.u-mb-160 {
  margin-bottom: 16rem;
}
.u-mr-160 {
  margin-right: 16rem;
}
.u-ml-160 {
  margin-left: 16rem;
}
.u-mt-165 {
  margin-top: 16.5rem;
}
.u-mb-165 {
  margin-bottom: 16.5rem;
}
.u-mr-165 {
  margin-right: 16.5rem;
}
.u-ml-165 {
  margin-left: 16.5rem;
}
.u-mt-170 {
  margin-top: 17rem;
}
.u-mb-170 {
  margin-bottom: 17rem;
}
.u-mr-170 {
  margin-right: 17rem;
}
.u-ml-170 {
  margin-left: 17rem;
}
.u-mt-175 {
  margin-top: 17.5rem;
}
.u-mb-175 {
  margin-bottom: 17.5rem;
}
.u-mr-175 {
  margin-right: 17.5rem;
}
.u-ml-175 {
  margin-left: 17.5rem;
}
.u-mt-180 {
  margin-top: 18rem;
}
.u-mb-180 {
  margin-bottom: 18rem;
}
.u-mr-180 {
  margin-right: 18rem;
}
.u-ml-180 {
  margin-left: 18rem;
}
.u-mt-185 {
  margin-top: 18.5rem;
}
.u-mb-185 {
  margin-bottom: 18.5rem;
}
.u-mr-185 {
  margin-right: 18.5rem;
}
.u-ml-185 {
  margin-left: 18.5rem;
}
.u-mt-190 {
  margin-top: 19rem;
}
.u-mb-190 {
  margin-bottom: 19rem;
}
.u-mr-190 {
  margin-right: 19rem;
}
.u-ml-190 {
  margin-left: 19rem;
}
.u-mt-195 {
  margin-top: 19.5rem;
}
.u-mb-195 {
  margin-bottom: 19.5rem;
}
.u-mr-195 {
  margin-right: 19.5rem;
}
.u-ml-195 {
  margin-left: 19.5rem;
}
.u-mt-200 {
  margin-top: 20rem;
}
.u-mb-200 {
  margin-bottom: 20rem;
}
.u-mr-200 {
  margin-right: 20rem;
}
.u-ml-200 {
  margin-left: 20rem;
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media print {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media print {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media print {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media print {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media print {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media print {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media print {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media print {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media print {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media print {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media print {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media print {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media print {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media print {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media print {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media print {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media print {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media print {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media print {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media print {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media print {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media print {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media print {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media print {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media print {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media print {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media print {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media print {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media print {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media print {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media print {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media print {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media print {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media print {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media print {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media print {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media print {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media print {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media print {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media print {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media print {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-0 {
    margin-top: 0rem;
  }
  .u-mb-tb-0 {
    margin-bottom: 0rem;
  }
  .u-mr-tb-0 {
    margin-right: 0rem;
  }
  .u-ml-tb-0 {
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-5 {
    margin-top: 0.5rem;
  }
  .u-mb-tb-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-tb-5 {
    margin-right: 0.5rem;
  }
  .u-ml-tb-5 {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-10 {
    margin-top: 1rem;
  }
  .u-mb-tb-10 {
    margin-bottom: 1rem;
  }
  .u-mr-tb-10 {
    margin-right: 1rem;
  }
  .u-ml-tb-10 {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-15 {
    margin-top: 1.5rem;
  }
  .u-mb-tb-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-tb-15 {
    margin-right: 1.5rem;
  }
  .u-ml-tb-15 {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-20 {
    margin-top: 2rem;
  }
  .u-mb-tb-20 {
    margin-bottom: 2rem;
  }
  .u-mr-tb-20 {
    margin-right: 2rem;
  }
  .u-ml-tb-20 {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-25 {
    margin-top: 2.5rem;
  }
  .u-mb-tb-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-tb-25 {
    margin-right: 2.5rem;
  }
  .u-ml-tb-25 {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-30 {
    margin-top: 3rem;
  }
  .u-mb-tb-30 {
    margin-bottom: 3rem;
  }
  .u-mr-tb-30 {
    margin-right: 3rem;
  }
  .u-ml-tb-30 {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-35 {
    margin-top: 3.5rem;
  }
  .u-mb-tb-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-tb-35 {
    margin-right: 3.5rem;
  }
  .u-ml-tb-35 {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-40 {
    margin-top: 4rem;
  }
  .u-mb-tb-40 {
    margin-bottom: 4rem;
  }
  .u-mr-tb-40 {
    margin-right: 4rem;
  }
  .u-ml-tb-40 {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-45 {
    margin-top: 4.5rem;
  }
  .u-mb-tb-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-tb-45 {
    margin-right: 4.5rem;
  }
  .u-ml-tb-45 {
    margin-left: 4.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-50 {
    margin-top: 5rem;
  }
  .u-mb-tb-50 {
    margin-bottom: 5rem;
  }
  .u-mr-tb-50 {
    margin-right: 5rem;
  }
  .u-ml-tb-50 {
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-55 {
    margin-top: 5.5rem;
  }
  .u-mb-tb-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-tb-55 {
    margin-right: 5.5rem;
  }
  .u-ml-tb-55 {
    margin-left: 5.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-60 {
    margin-top: 6rem;
  }
  .u-mb-tb-60 {
    margin-bottom: 6rem;
  }
  .u-mr-tb-60 {
    margin-right: 6rem;
  }
  .u-ml-tb-60 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-65 {
    margin-top: 6.5rem;
  }
  .u-mb-tb-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-tb-65 {
    margin-right: 6.5rem;
  }
  .u-ml-tb-65 {
    margin-left: 6.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-70 {
    margin-top: 7rem;
  }
  .u-mb-tb-70 {
    margin-bottom: 7rem;
  }
  .u-mr-tb-70 {
    margin-right: 7rem;
  }
  .u-ml-tb-70 {
    margin-left: 7rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-75 {
    margin-top: 7.5rem;
  }
  .u-mb-tb-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-tb-75 {
    margin-right: 7.5rem;
  }
  .u-ml-tb-75 {
    margin-left: 7.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-80 {
    margin-top: 8rem;
  }
  .u-mb-tb-80 {
    margin-bottom: 8rem;
  }
  .u-mr-tb-80 {
    margin-right: 8rem;
  }
  .u-ml-tb-80 {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-85 {
    margin-top: 8.5rem;
  }
  .u-mb-tb-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-tb-85 {
    margin-right: 8.5rem;
  }
  .u-ml-tb-85 {
    margin-left: 8.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-90 {
    margin-top: 9rem;
  }
  .u-mb-tb-90 {
    margin-bottom: 9rem;
  }
  .u-mr-tb-90 {
    margin-right: 9rem;
  }
  .u-ml-tb-90 {
    margin-left: 9rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-95 {
    margin-top: 9.5rem;
  }
  .u-mb-tb-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-tb-95 {
    margin-right: 9.5rem;
  }
  .u-ml-tb-95 {
    margin-left: 9.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-100 {
    margin-top: 10rem;
  }
  .u-mb-tb-100 {
    margin-bottom: 10rem;
  }
  .u-mr-tb-100 {
    margin-right: 10rem;
  }
  .u-ml-tb-100 {
    margin-left: 10rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-105 {
    margin-top: 10.5rem;
  }
  .u-mb-tb-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-tb-105 {
    margin-right: 10.5rem;
  }
  .u-ml-tb-105 {
    margin-left: 10.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-110 {
    margin-top: 11rem;
  }
  .u-mb-tb-110 {
    margin-bottom: 11rem;
  }
  .u-mr-tb-110 {
    margin-right: 11rem;
  }
  .u-ml-tb-110 {
    margin-left: 11rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-115 {
    margin-top: 11.5rem;
  }
  .u-mb-tb-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-tb-115 {
    margin-right: 11.5rem;
  }
  .u-ml-tb-115 {
    margin-left: 11.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-120 {
    margin-top: 12rem;
  }
  .u-mb-tb-120 {
    margin-bottom: 12rem;
  }
  .u-mr-tb-120 {
    margin-right: 12rem;
  }
  .u-ml-tb-120 {
    margin-left: 12rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-125 {
    margin-top: 12.5rem;
  }
  .u-mb-tb-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-tb-125 {
    margin-right: 12.5rem;
  }
  .u-ml-tb-125 {
    margin-left: 12.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-130 {
    margin-top: 13rem;
  }
  .u-mb-tb-130 {
    margin-bottom: 13rem;
  }
  .u-mr-tb-130 {
    margin-right: 13rem;
  }
  .u-ml-tb-130 {
    margin-left: 13rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-135 {
    margin-top: 13.5rem;
  }
  .u-mb-tb-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-tb-135 {
    margin-right: 13.5rem;
  }
  .u-ml-tb-135 {
    margin-left: 13.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-140 {
    margin-top: 14rem;
  }
  .u-mb-tb-140 {
    margin-bottom: 14rem;
  }
  .u-mr-tb-140 {
    margin-right: 14rem;
  }
  .u-ml-tb-140 {
    margin-left: 14rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-145 {
    margin-top: 14.5rem;
  }
  .u-mb-tb-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-tb-145 {
    margin-right: 14.5rem;
  }
  .u-ml-tb-145 {
    margin-left: 14.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-150 {
    margin-top: 15rem;
  }
  .u-mb-tb-150 {
    margin-bottom: 15rem;
  }
  .u-mr-tb-150 {
    margin-right: 15rem;
  }
  .u-ml-tb-150 {
    margin-left: 15rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-155 {
    margin-top: 15.5rem;
  }
  .u-mb-tb-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-tb-155 {
    margin-right: 15.5rem;
  }
  .u-ml-tb-155 {
    margin-left: 15.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-160 {
    margin-top: 16rem;
  }
  .u-mb-tb-160 {
    margin-bottom: 16rem;
  }
  .u-mr-tb-160 {
    margin-right: 16rem;
  }
  .u-ml-tb-160 {
    margin-left: 16rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-165 {
    margin-top: 16.5rem;
  }
  .u-mb-tb-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-tb-165 {
    margin-right: 16.5rem;
  }
  .u-ml-tb-165 {
    margin-left: 16.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-170 {
    margin-top: 17rem;
  }
  .u-mb-tb-170 {
    margin-bottom: 17rem;
  }
  .u-mr-tb-170 {
    margin-right: 17rem;
  }
  .u-ml-tb-170 {
    margin-left: 17rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-175 {
    margin-top: 17.5rem;
  }
  .u-mb-tb-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-tb-175 {
    margin-right: 17.5rem;
  }
  .u-ml-tb-175 {
    margin-left: 17.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-180 {
    margin-top: 18rem;
  }
  .u-mb-tb-180 {
    margin-bottom: 18rem;
  }
  .u-mr-tb-180 {
    margin-right: 18rem;
  }
  .u-ml-tb-180 {
    margin-left: 18rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-185 {
    margin-top: 18.5rem;
  }
  .u-mb-tb-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-tb-185 {
    margin-right: 18.5rem;
  }
  .u-ml-tb-185 {
    margin-left: 18.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-190 {
    margin-top: 19rem;
  }
  .u-mb-tb-190 {
    margin-bottom: 19rem;
  }
  .u-mr-tb-190 {
    margin-right: 19rem;
  }
  .u-ml-tb-190 {
    margin-left: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-195 {
    margin-top: 19.5rem;
  }
  .u-mb-tb-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-tb-195 {
    margin-right: 19.5rem;
  }
  .u-ml-tb-195 {
    margin-left: 19.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-200 {
    margin-top: 20rem;
  }
  .u-mb-tb-200 {
    margin-bottom: 20rem;
  }
  .u-mr-tb-200 {
    margin-right: 20rem;
  }
  .u-ml-tb-200 {
    margin-left: 20rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-0 {
    margin-top: 0vw;
  }
  .u-mb-sp-0 {
    margin-bottom: 0vw;
  }
  .u-mr-sp-0 {
    margin-right: 0vw;
  }
  .u-ml-sp-0 {
    margin-left: 0vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-5 {
    margin-top: 1.3333333333vw;
  }
  .u-mb-sp-5 {
    margin-bottom: 1.3333333333vw;
  }
  .u-mr-sp-5 {
    margin-right: 1.3333333333vw;
  }
  .u-ml-sp-5 {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-10 {
    margin-top: 2.6666666667vw;
  }
  .u-mb-sp-10 {
    margin-bottom: 2.6666666667vw;
  }
  .u-mr-sp-10 {
    margin-right: 2.6666666667vw;
  }
  .u-ml-sp-10 {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-15 {
    margin-top: 4vw;
  }
  .u-mb-sp-15 {
    margin-bottom: 4vw;
  }
  .u-mr-sp-15 {
    margin-right: 4vw;
  }
  .u-ml-sp-15 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-20 {
    margin-top: 5.3333333333vw;
  }
  .u-mb-sp-20 {
    margin-bottom: 5.3333333333vw;
  }
  .u-mr-sp-20 {
    margin-right: 5.3333333333vw;
  }
  .u-ml-sp-20 {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-25 {
    margin-top: 6.6666666667vw;
  }
  .u-mb-sp-25 {
    margin-bottom: 6.6666666667vw;
  }
  .u-mr-sp-25 {
    margin-right: 6.6666666667vw;
  }
  .u-ml-sp-25 {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-30 {
    margin-top: 8vw;
  }
  .u-mb-sp-30 {
    margin-bottom: 8vw;
  }
  .u-mr-sp-30 {
    margin-right: 8vw;
  }
  .u-ml-sp-30 {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-35 {
    margin-top: 9.3333333333vw;
  }
  .u-mb-sp-35 {
    margin-bottom: 9.3333333333vw;
  }
  .u-mr-sp-35 {
    margin-right: 9.3333333333vw;
  }
  .u-ml-sp-35 {
    margin-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-40 {
    margin-top: 10.6666666667vw;
  }
  .u-mb-sp-40 {
    margin-bottom: 10.6666666667vw;
  }
  .u-mr-sp-40 {
    margin-right: 10.6666666667vw;
  }
  .u-ml-sp-40 {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-45 {
    margin-top: 12vw;
  }
  .u-mb-sp-45 {
    margin-bottom: 12vw;
  }
  .u-mr-sp-45 {
    margin-right: 12vw;
  }
  .u-ml-sp-45 {
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-50 {
    margin-top: 13.3333333333vw;
  }
  .u-mb-sp-50 {
    margin-bottom: 13.3333333333vw;
  }
  .u-mr-sp-50 {
    margin-right: 13.3333333333vw;
  }
  .u-ml-sp-50 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-55 {
    margin-top: 14.6666666667vw;
  }
  .u-mb-sp-55 {
    margin-bottom: 14.6666666667vw;
  }
  .u-mr-sp-55 {
    margin-right: 14.6666666667vw;
  }
  .u-ml-sp-55 {
    margin-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-60 {
    margin-top: 16vw;
  }
  .u-mb-sp-60 {
    margin-bottom: 16vw;
  }
  .u-mr-sp-60 {
    margin-right: 16vw;
  }
  .u-ml-sp-60 {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-65 {
    margin-top: 17.3333333333vw;
  }
  .u-mb-sp-65 {
    margin-bottom: 17.3333333333vw;
  }
  .u-mr-sp-65 {
    margin-right: 17.3333333333vw;
  }
  .u-ml-sp-65 {
    margin-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-70 {
    margin-top: 18.6666666667vw;
  }
  .u-mb-sp-70 {
    margin-bottom: 18.6666666667vw;
  }
  .u-mr-sp-70 {
    margin-right: 18.6666666667vw;
  }
  .u-ml-sp-70 {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-75 {
    margin-top: 20vw;
  }
  .u-mb-sp-75 {
    margin-bottom: 20vw;
  }
  .u-mr-sp-75 {
    margin-right: 20vw;
  }
  .u-ml-sp-75 {
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-80 {
    margin-top: 21.3333333333vw;
  }
  .u-mb-sp-80 {
    margin-bottom: 21.3333333333vw;
  }
  .u-mr-sp-80 {
    margin-right: 21.3333333333vw;
  }
  .u-ml-sp-80 {
    margin-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-85 {
    margin-top: 22.6666666667vw;
  }
  .u-mb-sp-85 {
    margin-bottom: 22.6666666667vw;
  }
  .u-mr-sp-85 {
    margin-right: 22.6666666667vw;
  }
  .u-ml-sp-85 {
    margin-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-90 {
    margin-top: 24vw;
  }
  .u-mb-sp-90 {
    margin-bottom: 24vw;
  }
  .u-mr-sp-90 {
    margin-right: 24vw;
  }
  .u-ml-sp-90 {
    margin-left: 24vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-95 {
    margin-top: 25.3333333333vw;
  }
  .u-mb-sp-95 {
    margin-bottom: 25.3333333333vw;
  }
  .u-mr-sp-95 {
    margin-right: 25.3333333333vw;
  }
  .u-ml-sp-95 {
    margin-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-100 {
    margin-top: 26.6666666667vw;
  }
  .u-mb-sp-100 {
    margin-bottom: 26.6666666667vw;
  }
  .u-mr-sp-100 {
    margin-right: 26.6666666667vw;
  }
  .u-ml-sp-100 {
    margin-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-105 {
    margin-top: 28vw;
  }
  .u-mb-sp-105 {
    margin-bottom: 28vw;
  }
  .u-mr-sp-105 {
    margin-right: 28vw;
  }
  .u-ml-sp-105 {
    margin-left: 28vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-110 {
    margin-top: 29.3333333333vw;
  }
  .u-mb-sp-110 {
    margin-bottom: 29.3333333333vw;
  }
  .u-mr-sp-110 {
    margin-right: 29.3333333333vw;
  }
  .u-ml-sp-110 {
    margin-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-115 {
    margin-top: 30.6666666667vw;
  }
  .u-mb-sp-115 {
    margin-bottom: 30.6666666667vw;
  }
  .u-mr-sp-115 {
    margin-right: 30.6666666667vw;
  }
  .u-ml-sp-115 {
    margin-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-120 {
    margin-top: 32vw;
  }
  .u-mb-sp-120 {
    margin-bottom: 32vw;
  }
  .u-mr-sp-120 {
    margin-right: 32vw;
  }
  .u-ml-sp-120 {
    margin-left: 32vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-125 {
    margin-top: 33.3333333333vw;
  }
  .u-mb-sp-125 {
    margin-bottom: 33.3333333333vw;
  }
  .u-mr-sp-125 {
    margin-right: 33.3333333333vw;
  }
  .u-ml-sp-125 {
    margin-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-130 {
    margin-top: 34.6666666667vw;
  }
  .u-mb-sp-130 {
    margin-bottom: 34.6666666667vw;
  }
  .u-mr-sp-130 {
    margin-right: 34.6666666667vw;
  }
  .u-ml-sp-130 {
    margin-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-135 {
    margin-top: 36vw;
  }
  .u-mb-sp-135 {
    margin-bottom: 36vw;
  }
  .u-mr-sp-135 {
    margin-right: 36vw;
  }
  .u-ml-sp-135 {
    margin-left: 36vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-140 {
    margin-top: 37.3333333333vw;
  }
  .u-mb-sp-140 {
    margin-bottom: 37.3333333333vw;
  }
  .u-mr-sp-140 {
    margin-right: 37.3333333333vw;
  }
  .u-ml-sp-140 {
    margin-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-145 {
    margin-top: 38.6666666667vw;
  }
  .u-mb-sp-145 {
    margin-bottom: 38.6666666667vw;
  }
  .u-mr-sp-145 {
    margin-right: 38.6666666667vw;
  }
  .u-ml-sp-145 {
    margin-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-150 {
    margin-top: 40vw;
  }
  .u-mb-sp-150 {
    margin-bottom: 40vw;
  }
  .u-mr-sp-150 {
    margin-right: 40vw;
  }
  .u-ml-sp-150 {
    margin-left: 40vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-155 {
    margin-top: 41.3333333333vw;
  }
  .u-mb-sp-155 {
    margin-bottom: 41.3333333333vw;
  }
  .u-mr-sp-155 {
    margin-right: 41.3333333333vw;
  }
  .u-ml-sp-155 {
    margin-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-160 {
    margin-top: 42.6666666667vw;
  }
  .u-mb-sp-160 {
    margin-bottom: 42.6666666667vw;
  }
  .u-mr-sp-160 {
    margin-right: 42.6666666667vw;
  }
  .u-ml-sp-160 {
    margin-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-165 {
    margin-top: 44vw;
  }
  .u-mb-sp-165 {
    margin-bottom: 44vw;
  }
  .u-mr-sp-165 {
    margin-right: 44vw;
  }
  .u-ml-sp-165 {
    margin-left: 44vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-170 {
    margin-top: 45.3333333333vw;
  }
  .u-mb-sp-170 {
    margin-bottom: 45.3333333333vw;
  }
  .u-mr-sp-170 {
    margin-right: 45.3333333333vw;
  }
  .u-ml-sp-170 {
    margin-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-175 {
    margin-top: 46.6666666667vw;
  }
  .u-mb-sp-175 {
    margin-bottom: 46.6666666667vw;
  }
  .u-mr-sp-175 {
    margin-right: 46.6666666667vw;
  }
  .u-ml-sp-175 {
    margin-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-180 {
    margin-top: 48vw;
  }
  .u-mb-sp-180 {
    margin-bottom: 48vw;
  }
  .u-mr-sp-180 {
    margin-right: 48vw;
  }
  .u-ml-sp-180 {
    margin-left: 48vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-185 {
    margin-top: 49.3333333333vw;
  }
  .u-mb-sp-185 {
    margin-bottom: 49.3333333333vw;
  }
  .u-mr-sp-185 {
    margin-right: 49.3333333333vw;
  }
  .u-ml-sp-185 {
    margin-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-190 {
    margin-top: 50.6666666667vw;
  }
  .u-mb-sp-190 {
    margin-bottom: 50.6666666667vw;
  }
  .u-mr-sp-190 {
    margin-right: 50.6666666667vw;
  }
  .u-ml-sp-190 {
    margin-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-195 {
    margin-top: 52vw;
  }
  .u-mb-sp-195 {
    margin-bottom: 52vw;
  }
  .u-mr-sp-195 {
    margin-right: 52vw;
  }
  .u-ml-sp-195 {
    margin-left: 52vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-200 {
    margin-top: 53.3333333333vw;
  }
  .u-mb-sp-200 {
    margin-bottom: 53.3333333333vw;
  }
  .u-mr-sp-200 {
    margin-right: 53.3333333333vw;
  }
  .u-ml-sp-200 {
    margin-left: 53.3333333333vw;
  }
}
.u-m-center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.u-mr-auto {
  margin-right: auto;
}
@media all and (min-width: 64.0625em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

.u-pt-0 {
  padding-top: 0rem;
}
.u-pb-0 {
  padding-bottom: 0rem;
}
.u-pr-0 {
  padding-right: 0rem;
}
.u-pl-0 {
  padding-left: 0rem;
}
.u-pt-5 {
  padding-top: 0.5rem;
}
.u-pb-5 {
  padding-bottom: 0.5rem;
}
.u-pr-5 {
  padding-right: 0.5rem;
}
.u-pl-5 {
  padding-left: 0.5rem;
}
.u-pt-10 {
  padding-top: 1rem;
}
.u-pb-10 {
  padding-bottom: 1rem;
}
.u-pr-10 {
  padding-right: 1rem;
}
.u-pl-10 {
  padding-left: 1rem;
}
.u-pt-15 {
  padding-top: 1.5rem;
}
.u-pb-15 {
  padding-bottom: 1.5rem;
}
.u-pr-15 {
  padding-right: 1.5rem;
}
.u-pl-15 {
  padding-left: 1.5rem;
}
.u-pt-20 {
  padding-top: 2rem;
}
.u-pb-20 {
  padding-bottom: 2rem;
}
.u-pr-20 {
  padding-right: 2rem;
}
.u-pl-20 {
  padding-left: 2rem;
}
.u-pt-25 {
  padding-top: 2.5rem;
}
.u-pb-25 {
  padding-bottom: 2.5rem;
}
.u-pr-25 {
  padding-right: 2.5rem;
}
.u-pl-25 {
  padding-left: 2.5rem;
}
.u-pt-30 {
  padding-top: 3rem;
}
.u-pb-30 {
  padding-bottom: 3rem;
}
.u-pr-30 {
  padding-right: 3rem;
}
.u-pl-30 {
  padding-left: 3rem;
}
.u-pt-35 {
  padding-top: 3.5rem;
}
.u-pb-35 {
  padding-bottom: 3.5rem;
}
.u-pr-35 {
  padding-right: 3.5rem;
}
.u-pl-35 {
  padding-left: 3.5rem;
}
.u-pt-40 {
  padding-top: 4rem;
}
.u-pb-40 {
  padding-bottom: 4rem;
}
.u-pr-40 {
  padding-right: 4rem;
}
.u-pl-40 {
  padding-left: 4rem;
}
.u-pt-45 {
  padding-top: 4.5rem;
}
.u-pb-45 {
  padding-bottom: 4.5rem;
}
.u-pr-45 {
  padding-right: 4.5rem;
}
.u-pl-45 {
  padding-left: 4.5rem;
}
.u-pt-50 {
  padding-top: 5rem;
}
.u-pb-50 {
  padding-bottom: 5rem;
}
.u-pr-50 {
  padding-right: 5rem;
}
.u-pl-50 {
  padding-left: 5rem;
}
.u-pt-55 {
  padding-top: 5.5rem;
}
.u-pb-55 {
  padding-bottom: 5.5rem;
}
.u-pr-55 {
  padding-right: 5.5rem;
}
.u-pl-55 {
  padding-left: 5.5rem;
}
.u-pt-60 {
  padding-top: 6rem;
}
.u-pb-60 {
  padding-bottom: 6rem;
}
.u-pr-60 {
  padding-right: 6rem;
}
.u-pl-60 {
  padding-left: 6rem;
}
.u-pt-65 {
  padding-top: 6.5rem;
}
.u-pb-65 {
  padding-bottom: 6.5rem;
}
.u-pr-65 {
  padding-right: 6.5rem;
}
.u-pl-65 {
  padding-left: 6.5rem;
}
.u-pt-70 {
  padding-top: 7rem;
}
.u-pb-70 {
  padding-bottom: 7rem;
}
.u-pr-70 {
  padding-right: 7rem;
}
.u-pl-70 {
  padding-left: 7rem;
}
.u-pt-75 {
  padding-top: 7.5rem;
}
.u-pb-75 {
  padding-bottom: 7.5rem;
}
.u-pr-75 {
  padding-right: 7.5rem;
}
.u-pl-75 {
  padding-left: 7.5rem;
}
.u-pt-80 {
  padding-top: 8rem;
}
.u-pb-80 {
  padding-bottom: 8rem;
}
.u-pr-80 {
  padding-right: 8rem;
}
.u-pl-80 {
  padding-left: 8rem;
}
.u-pt-85 {
  padding-top: 8.5rem;
}
.u-pb-85 {
  padding-bottom: 8.5rem;
}
.u-pr-85 {
  padding-right: 8.5rem;
}
.u-pl-85 {
  padding-left: 8.5rem;
}
.u-pt-90 {
  padding-top: 9rem;
}
.u-pb-90 {
  padding-bottom: 9rem;
}
.u-pr-90 {
  padding-right: 9rem;
}
.u-pl-90 {
  padding-left: 9rem;
}
.u-pt-95 {
  padding-top: 9.5rem;
}
.u-pb-95 {
  padding-bottom: 9.5rem;
}
.u-pr-95 {
  padding-right: 9.5rem;
}
.u-pl-95 {
  padding-left: 9.5rem;
}
.u-pt-100 {
  padding-top: 10rem;
}
.u-pb-100 {
  padding-bottom: 10rem;
}
.u-pr-100 {
  padding-right: 10rem;
}
.u-pl-100 {
  padding-left: 10rem;
}
.u-pt-105 {
  padding-top: 10.5rem;
}
.u-pb-105 {
  padding-bottom: 10.5rem;
}
.u-pr-105 {
  padding-right: 10.5rem;
}
.u-pl-105 {
  padding-left: 10.5rem;
}
.u-pt-110 {
  padding-top: 11rem;
}
.u-pb-110 {
  padding-bottom: 11rem;
}
.u-pr-110 {
  padding-right: 11rem;
}
.u-pl-110 {
  padding-left: 11rem;
}
.u-pt-115 {
  padding-top: 11.5rem;
}
.u-pb-115 {
  padding-bottom: 11.5rem;
}
.u-pr-115 {
  padding-right: 11.5rem;
}
.u-pl-115 {
  padding-left: 11.5rem;
}
.u-pt-120 {
  padding-top: 12rem;
}
.u-pb-120 {
  padding-bottom: 12rem;
}
.u-pr-120 {
  padding-right: 12rem;
}
.u-pl-120 {
  padding-left: 12rem;
}
.u-pt-125 {
  padding-top: 12.5rem;
}
.u-pb-125 {
  padding-bottom: 12.5rem;
}
.u-pr-125 {
  padding-right: 12.5rem;
}
.u-pl-125 {
  padding-left: 12.5rem;
}
.u-pt-130 {
  padding-top: 13rem;
}
.u-pb-130 {
  padding-bottom: 13rem;
}
.u-pr-130 {
  padding-right: 13rem;
}
.u-pl-130 {
  padding-left: 13rem;
}
.u-pt-135 {
  padding-top: 13.5rem;
}
.u-pb-135 {
  padding-bottom: 13.5rem;
}
.u-pr-135 {
  padding-right: 13.5rem;
}
.u-pl-135 {
  padding-left: 13.5rem;
}
.u-pt-140 {
  padding-top: 14rem;
}
.u-pb-140 {
  padding-bottom: 14rem;
}
.u-pr-140 {
  padding-right: 14rem;
}
.u-pl-140 {
  padding-left: 14rem;
}
.u-pt-145 {
  padding-top: 14.5rem;
}
.u-pb-145 {
  padding-bottom: 14.5rem;
}
.u-pr-145 {
  padding-right: 14.5rem;
}
.u-pl-145 {
  padding-left: 14.5rem;
}
.u-pt-150 {
  padding-top: 15rem;
}
.u-pb-150 {
  padding-bottom: 15rem;
}
.u-pr-150 {
  padding-right: 15rem;
}
.u-pl-150 {
  padding-left: 15rem;
}
.u-pt-155 {
  padding-top: 15.5rem;
}
.u-pb-155 {
  padding-bottom: 15.5rem;
}
.u-pr-155 {
  padding-right: 15.5rem;
}
.u-pl-155 {
  padding-left: 15.5rem;
}
.u-pt-160 {
  padding-top: 16rem;
}
.u-pb-160 {
  padding-bottom: 16rem;
}
.u-pr-160 {
  padding-right: 16rem;
}
.u-pl-160 {
  padding-left: 16rem;
}
.u-pt-165 {
  padding-top: 16.5rem;
}
.u-pb-165 {
  padding-bottom: 16.5rem;
}
.u-pr-165 {
  padding-right: 16.5rem;
}
.u-pl-165 {
  padding-left: 16.5rem;
}
.u-pt-170 {
  padding-top: 17rem;
}
.u-pb-170 {
  padding-bottom: 17rem;
}
.u-pr-170 {
  padding-right: 17rem;
}
.u-pl-170 {
  padding-left: 17rem;
}
.u-pt-175 {
  padding-top: 17.5rem;
}
.u-pb-175 {
  padding-bottom: 17.5rem;
}
.u-pr-175 {
  padding-right: 17.5rem;
}
.u-pl-175 {
  padding-left: 17.5rem;
}
.u-pt-180 {
  padding-top: 18rem;
}
.u-pb-180 {
  padding-bottom: 18rem;
}
.u-pr-180 {
  padding-right: 18rem;
}
.u-pl-180 {
  padding-left: 18rem;
}
.u-pt-185 {
  padding-top: 18.5rem;
}
.u-pb-185 {
  padding-bottom: 18.5rem;
}
.u-pr-185 {
  padding-right: 18.5rem;
}
.u-pl-185 {
  padding-left: 18.5rem;
}
.u-pt-190 {
  padding-top: 19rem;
}
.u-pb-190 {
  padding-bottom: 19rem;
}
.u-pr-190 {
  padding-right: 19rem;
}
.u-pl-190 {
  padding-left: 19rem;
}
.u-pt-195 {
  padding-top: 19.5rem;
}
.u-pb-195 {
  padding-bottom: 19.5rem;
}
.u-pr-195 {
  padding-right: 19.5rem;
}
.u-pl-195 {
  padding-left: 19.5rem;
}
.u-pt-200 {
  padding-top: 20rem;
}
.u-pb-200 {
  padding-bottom: 20rem;
}
.u-pr-200 {
  padding-right: 20rem;
}
.u-pl-200 {
  padding-left: 20rem;
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }
  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }
  .u-pr-pc-0 {
    padding-right: 0rem;
  }
  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}
@media print {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }
  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }
  .u-pr-pc-0 {
    padding-right: 0rem;
  }
  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }
  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }
  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}
@media print {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }
  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }
  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }
  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }
  .u-pr-pc-10 {
    padding-right: 1rem;
  }
  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}
@media print {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }
  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }
  .u-pr-pc-10 {
    padding-right: 1rem;
  }
  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }
  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }
  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}
@media print {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }
  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }
  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }
  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }
  .u-pr-pc-20 {
    padding-right: 2rem;
  }
  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}
@media print {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }
  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }
  .u-pr-pc-20 {
    padding-right: 2rem;
  }
  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }
  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }
  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}
@media print {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }
  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }
  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }
  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }
  .u-pr-pc-30 {
    padding-right: 3rem;
  }
  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}
@media print {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }
  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }
  .u-pr-pc-30 {
    padding-right: 3rem;
  }
  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }
  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }
  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}
@media print {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }
  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }
  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }
  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }
  .u-pr-pc-40 {
    padding-right: 4rem;
  }
  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}
@media print {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }
  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }
  .u-pr-pc-40 {
    padding-right: 4rem;
  }
  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }
  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }
  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}
@media print {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }
  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }
  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }
  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }
  .u-pr-pc-50 {
    padding-right: 5rem;
  }
  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}
@media print {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }
  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }
  .u-pr-pc-50 {
    padding-right: 5rem;
  }
  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }
  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }
  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}
@media print {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }
  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }
  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }
  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }
  .u-pr-pc-60 {
    padding-right: 6rem;
  }
  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}
@media print {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }
  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }
  .u-pr-pc-60 {
    padding-right: 6rem;
  }
  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }
  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }
  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}
@media print {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }
  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }
  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }
  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }
  .u-pr-pc-70 {
    padding-right: 7rem;
  }
  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}
@media print {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }
  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }
  .u-pr-pc-70 {
    padding-right: 7rem;
  }
  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }
  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }
  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}
@media print {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }
  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }
  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }
  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }
  .u-pr-pc-80 {
    padding-right: 8rem;
  }
  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}
@media print {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }
  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }
  .u-pr-pc-80 {
    padding-right: 8rem;
  }
  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }
  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }
  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}
@media print {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }
  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }
  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }
  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }
  .u-pr-pc-90 {
    padding-right: 9rem;
  }
  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}
@media print {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }
  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }
  .u-pr-pc-90 {
    padding-right: 9rem;
  }
  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }
  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }
  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}
@media print {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }
  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }
  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }
  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }
  .u-pr-pc-100 {
    padding-right: 10rem;
  }
  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}
@media print {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }
  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }
  .u-pr-pc-100 {
    padding-right: 10rem;
  }
  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }
  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }
  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}
@media print {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }
  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }
  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }
  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }
  .u-pr-pc-110 {
    padding-right: 11rem;
  }
  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}
@media print {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }
  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }
  .u-pr-pc-110 {
    padding-right: 11rem;
  }
  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }
  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }
  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}
@media print {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }
  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }
  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }
  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }
  .u-pr-pc-120 {
    padding-right: 12rem;
  }
  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}
@media print {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }
  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }
  .u-pr-pc-120 {
    padding-right: 12rem;
  }
  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }
  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }
  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}
@media print {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }
  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }
  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }
  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }
  .u-pr-pc-130 {
    padding-right: 13rem;
  }
  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}
@media print {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }
  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }
  .u-pr-pc-130 {
    padding-right: 13rem;
  }
  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }
  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }
  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}
@media print {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }
  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }
  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }
  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }
  .u-pr-pc-140 {
    padding-right: 14rem;
  }
  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}
@media print {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }
  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }
  .u-pr-pc-140 {
    padding-right: 14rem;
  }
  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }
  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }
  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}
@media print {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }
  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }
  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }
  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }
  .u-pr-pc-150 {
    padding-right: 15rem;
  }
  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}
@media print {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }
  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }
  .u-pr-pc-150 {
    padding-right: 15rem;
  }
  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }
  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }
  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}
@media print {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }
  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }
  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }
  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }
  .u-pr-pc-160 {
    padding-right: 16rem;
  }
  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}
@media print {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }
  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }
  .u-pr-pc-160 {
    padding-right: 16rem;
  }
  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }
  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }
  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}
@media print {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }
  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }
  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }
  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }
  .u-pr-pc-170 {
    padding-right: 17rem;
  }
  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}
@media print {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }
  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }
  .u-pr-pc-170 {
    padding-right: 17rem;
  }
  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }
  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }
  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}
@media print {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }
  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }
  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }
  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }
  .u-pr-pc-180 {
    padding-right: 18rem;
  }
  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}
@media print {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }
  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }
  .u-pr-pc-180 {
    padding-right: 18rem;
  }
  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }
  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }
  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}
@media print {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }
  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }
  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }
  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }
  .u-pr-pc-190 {
    padding-right: 19rem;
  }
  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}
@media print {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }
  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }
  .u-pr-pc-190 {
    padding-right: 19rem;
  }
  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }
  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }
  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}
@media print {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }
  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }
  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }
  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }
  .u-pr-pc-200 {
    padding-right: 20rem;
  }
  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}
@media print {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }
  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }
  .u-pr-pc-200 {
    padding-right: 20rem;
  }
  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-0 {
    padding-top: 0rem;
  }
  .u-pb-tb-0 {
    padding-bottom: 0rem;
  }
  .u-pr-tb-0 {
    padding-right: 0rem;
  }
  .u-pl-tb-0 {
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-5 {
    padding-top: 0.5rem;
  }
  .u-pb-tb-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-tb-5 {
    padding-right: 0.5rem;
  }
  .u-pl-tb-5 {
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-10 {
    padding-top: 1rem;
  }
  .u-pb-tb-10 {
    padding-bottom: 1rem;
  }
  .u-pr-tb-10 {
    padding-right: 1rem;
  }
  .u-pl-tb-10 {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-15 {
    padding-top: 1.5rem;
  }
  .u-pb-tb-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-tb-15 {
    padding-right: 1.5rem;
  }
  .u-pl-tb-15 {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-20 {
    padding-top: 2rem;
  }
  .u-pb-tb-20 {
    padding-bottom: 2rem;
  }
  .u-pr-tb-20 {
    padding-right: 2rem;
  }
  .u-pl-tb-20 {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-25 {
    padding-top: 2.5rem;
  }
  .u-pb-tb-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-tb-25 {
    padding-right: 2.5rem;
  }
  .u-pl-tb-25 {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-30 {
    padding-top: 3rem;
  }
  .u-pb-tb-30 {
    padding-bottom: 3rem;
  }
  .u-pr-tb-30 {
    padding-right: 3rem;
  }
  .u-pl-tb-30 {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-35 {
    padding-top: 3.5rem;
  }
  .u-pb-tb-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-tb-35 {
    padding-right: 3.5rem;
  }
  .u-pl-tb-35 {
    padding-left: 3.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-40 {
    padding-top: 4rem;
  }
  .u-pb-tb-40 {
    padding-bottom: 4rem;
  }
  .u-pr-tb-40 {
    padding-right: 4rem;
  }
  .u-pl-tb-40 {
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-45 {
    padding-top: 4.5rem;
  }
  .u-pb-tb-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-tb-45 {
    padding-right: 4.5rem;
  }
  .u-pl-tb-45 {
    padding-left: 4.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-50 {
    padding-top: 5rem;
  }
  .u-pb-tb-50 {
    padding-bottom: 5rem;
  }
  .u-pr-tb-50 {
    padding-right: 5rem;
  }
  .u-pl-tb-50 {
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-55 {
    padding-top: 5.5rem;
  }
  .u-pb-tb-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-tb-55 {
    padding-right: 5.5rem;
  }
  .u-pl-tb-55 {
    padding-left: 5.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-60 {
    padding-top: 6rem;
  }
  .u-pb-tb-60 {
    padding-bottom: 6rem;
  }
  .u-pr-tb-60 {
    padding-right: 6rem;
  }
  .u-pl-tb-60 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-65 {
    padding-top: 6.5rem;
  }
  .u-pb-tb-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-tb-65 {
    padding-right: 6.5rem;
  }
  .u-pl-tb-65 {
    padding-left: 6.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-70 {
    padding-top: 7rem;
  }
  .u-pb-tb-70 {
    padding-bottom: 7rem;
  }
  .u-pr-tb-70 {
    padding-right: 7rem;
  }
  .u-pl-tb-70 {
    padding-left: 7rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-75 {
    padding-top: 7.5rem;
  }
  .u-pb-tb-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-tb-75 {
    padding-right: 7.5rem;
  }
  .u-pl-tb-75 {
    padding-left: 7.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-80 {
    padding-top: 8rem;
  }
  .u-pb-tb-80 {
    padding-bottom: 8rem;
  }
  .u-pr-tb-80 {
    padding-right: 8rem;
  }
  .u-pl-tb-80 {
    padding-left: 8rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-85 {
    padding-top: 8.5rem;
  }
  .u-pb-tb-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-tb-85 {
    padding-right: 8.5rem;
  }
  .u-pl-tb-85 {
    padding-left: 8.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-90 {
    padding-top: 9rem;
  }
  .u-pb-tb-90 {
    padding-bottom: 9rem;
  }
  .u-pr-tb-90 {
    padding-right: 9rem;
  }
  .u-pl-tb-90 {
    padding-left: 9rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-95 {
    padding-top: 9.5rem;
  }
  .u-pb-tb-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-tb-95 {
    padding-right: 9.5rem;
  }
  .u-pl-tb-95 {
    padding-left: 9.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-100 {
    padding-top: 10rem;
  }
  .u-pb-tb-100 {
    padding-bottom: 10rem;
  }
  .u-pr-tb-100 {
    padding-right: 10rem;
  }
  .u-pl-tb-100 {
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-105 {
    padding-top: 10.5rem;
  }
  .u-pb-tb-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-tb-105 {
    padding-right: 10.5rem;
  }
  .u-pl-tb-105 {
    padding-left: 10.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-110 {
    padding-top: 11rem;
  }
  .u-pb-tb-110 {
    padding-bottom: 11rem;
  }
  .u-pr-tb-110 {
    padding-right: 11rem;
  }
  .u-pl-tb-110 {
    padding-left: 11rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-115 {
    padding-top: 11.5rem;
  }
  .u-pb-tb-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-tb-115 {
    padding-right: 11.5rem;
  }
  .u-pl-tb-115 {
    padding-left: 11.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-120 {
    padding-top: 12rem;
  }
  .u-pb-tb-120 {
    padding-bottom: 12rem;
  }
  .u-pr-tb-120 {
    padding-right: 12rem;
  }
  .u-pl-tb-120 {
    padding-left: 12rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-125 {
    padding-top: 12.5rem;
  }
  .u-pb-tb-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-tb-125 {
    padding-right: 12.5rem;
  }
  .u-pl-tb-125 {
    padding-left: 12.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-130 {
    padding-top: 13rem;
  }
  .u-pb-tb-130 {
    padding-bottom: 13rem;
  }
  .u-pr-tb-130 {
    padding-right: 13rem;
  }
  .u-pl-tb-130 {
    padding-left: 13rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-135 {
    padding-top: 13.5rem;
  }
  .u-pb-tb-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-tb-135 {
    padding-right: 13.5rem;
  }
  .u-pl-tb-135 {
    padding-left: 13.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-140 {
    padding-top: 14rem;
  }
  .u-pb-tb-140 {
    padding-bottom: 14rem;
  }
  .u-pr-tb-140 {
    padding-right: 14rem;
  }
  .u-pl-tb-140 {
    padding-left: 14rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-145 {
    padding-top: 14.5rem;
  }
  .u-pb-tb-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-tb-145 {
    padding-right: 14.5rem;
  }
  .u-pl-tb-145 {
    padding-left: 14.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-150 {
    padding-top: 15rem;
  }
  .u-pb-tb-150 {
    padding-bottom: 15rem;
  }
  .u-pr-tb-150 {
    padding-right: 15rem;
  }
  .u-pl-tb-150 {
    padding-left: 15rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-155 {
    padding-top: 15.5rem;
  }
  .u-pb-tb-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-tb-155 {
    padding-right: 15.5rem;
  }
  .u-pl-tb-155 {
    padding-left: 15.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-160 {
    padding-top: 16rem;
  }
  .u-pb-tb-160 {
    padding-bottom: 16rem;
  }
  .u-pr-tb-160 {
    padding-right: 16rem;
  }
  .u-pl-tb-160 {
    padding-left: 16rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-165 {
    padding-top: 16.5rem;
  }
  .u-pb-tb-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-tb-165 {
    padding-right: 16.5rem;
  }
  .u-pl-tb-165 {
    padding-left: 16.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-170 {
    padding-top: 17rem;
  }
  .u-pb-tb-170 {
    padding-bottom: 17rem;
  }
  .u-pr-tb-170 {
    padding-right: 17rem;
  }
  .u-pl-tb-170 {
    padding-left: 17rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-175 {
    padding-top: 17.5rem;
  }
  .u-pb-tb-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-tb-175 {
    padding-right: 17.5rem;
  }
  .u-pl-tb-175 {
    padding-left: 17.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-180 {
    padding-top: 18rem;
  }
  .u-pb-tb-180 {
    padding-bottom: 18rem;
  }
  .u-pr-tb-180 {
    padding-right: 18rem;
  }
  .u-pl-tb-180 {
    padding-left: 18rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-185 {
    padding-top: 18.5rem;
  }
  .u-pb-tb-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-tb-185 {
    padding-right: 18.5rem;
  }
  .u-pl-tb-185 {
    padding-left: 18.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-190 {
    padding-top: 19rem;
  }
  .u-pb-tb-190 {
    padding-bottom: 19rem;
  }
  .u-pr-tb-190 {
    padding-right: 19rem;
  }
  .u-pl-tb-190 {
    padding-left: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-195 {
    padding-top: 19.5rem;
  }
  .u-pb-tb-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-tb-195 {
    padding-right: 19.5rem;
  }
  .u-pl-tb-195 {
    padding-left: 19.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-200 {
    padding-top: 20rem;
  }
  .u-pb-tb-200 {
    padding-bottom: 20rem;
  }
  .u-pr-tb-200 {
    padding-right: 20rem;
  }
  .u-pl-tb-200 {
    padding-left: 20rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-0 {
    padding-top: 0vw;
  }
  .u-pb-sp-0 {
    padding-bottom: 0vw;
  }
  .u-pr-sp-0 {
    padding-right: 0vw;
  }
  .u-pl-sp-0 {
    padding-left: 0vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-5 {
    padding-top: 1.3333333333vw;
  }
  .u-pb-sp-5 {
    padding-bottom: 1.3333333333vw;
  }
  .u-pr-sp-5 {
    padding-right: 1.3333333333vw;
  }
  .u-pl-sp-5 {
    padding-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-10 {
    padding-top: 2.6666666667vw;
  }
  .u-pb-sp-10 {
    padding-bottom: 2.6666666667vw;
  }
  .u-pr-sp-10 {
    padding-right: 2.6666666667vw;
  }
  .u-pl-sp-10 {
    padding-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-15 {
    padding-top: 4vw;
  }
  .u-pb-sp-15 {
    padding-bottom: 4vw;
  }
  .u-pr-sp-15 {
    padding-right: 4vw;
  }
  .u-pl-sp-15 {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-20 {
    padding-top: 5.3333333333vw;
  }
  .u-pb-sp-20 {
    padding-bottom: 5.3333333333vw;
  }
  .u-pr-sp-20 {
    padding-right: 5.3333333333vw;
  }
  .u-pl-sp-20 {
    padding-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-25 {
    padding-top: 6.6666666667vw;
  }
  .u-pb-sp-25 {
    padding-bottom: 6.6666666667vw;
  }
  .u-pr-sp-25 {
    padding-right: 6.6666666667vw;
  }
  .u-pl-sp-25 {
    padding-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-30 {
    padding-top: 8vw;
  }
  .u-pb-sp-30 {
    padding-bottom: 8vw;
  }
  .u-pr-sp-30 {
    padding-right: 8vw;
  }
  .u-pl-sp-30 {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-35 {
    padding-top: 9.3333333333vw;
  }
  .u-pb-sp-35 {
    padding-bottom: 9.3333333333vw;
  }
  .u-pr-sp-35 {
    padding-right: 9.3333333333vw;
  }
  .u-pl-sp-35 {
    padding-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-40 {
    padding-top: 10.6666666667vw;
  }
  .u-pb-sp-40 {
    padding-bottom: 10.6666666667vw;
  }
  .u-pr-sp-40 {
    padding-right: 10.6666666667vw;
  }
  .u-pl-sp-40 {
    padding-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-45 {
    padding-top: 12vw;
  }
  .u-pb-sp-45 {
    padding-bottom: 12vw;
  }
  .u-pr-sp-45 {
    padding-right: 12vw;
  }
  .u-pl-sp-45 {
    padding-left: 12vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-50 {
    padding-top: 13.3333333333vw;
  }
  .u-pb-sp-50 {
    padding-bottom: 13.3333333333vw;
  }
  .u-pr-sp-50 {
    padding-right: 13.3333333333vw;
  }
  .u-pl-sp-50 {
    padding-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-55 {
    padding-top: 14.6666666667vw;
  }
  .u-pb-sp-55 {
    padding-bottom: 14.6666666667vw;
  }
  .u-pr-sp-55 {
    padding-right: 14.6666666667vw;
  }
  .u-pl-sp-55 {
    padding-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-60 {
    padding-top: 16vw;
  }
  .u-pb-sp-60 {
    padding-bottom: 16vw;
  }
  .u-pr-sp-60 {
    padding-right: 16vw;
  }
  .u-pl-sp-60 {
    padding-left: 16vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-65 {
    padding-top: 17.3333333333vw;
  }
  .u-pb-sp-65 {
    padding-bottom: 17.3333333333vw;
  }
  .u-pr-sp-65 {
    padding-right: 17.3333333333vw;
  }
  .u-pl-sp-65 {
    padding-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-70 {
    padding-top: 18.6666666667vw;
  }
  .u-pb-sp-70 {
    padding-bottom: 18.6666666667vw;
  }
  .u-pr-sp-70 {
    padding-right: 18.6666666667vw;
  }
  .u-pl-sp-70 {
    padding-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-75 {
    padding-top: 20vw;
  }
  .u-pb-sp-75 {
    padding-bottom: 20vw;
  }
  .u-pr-sp-75 {
    padding-right: 20vw;
  }
  .u-pl-sp-75 {
    padding-left: 20vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-80 {
    padding-top: 21.3333333333vw;
  }
  .u-pb-sp-80 {
    padding-bottom: 21.3333333333vw;
  }
  .u-pr-sp-80 {
    padding-right: 21.3333333333vw;
  }
  .u-pl-sp-80 {
    padding-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-85 {
    padding-top: 22.6666666667vw;
  }
  .u-pb-sp-85 {
    padding-bottom: 22.6666666667vw;
  }
  .u-pr-sp-85 {
    padding-right: 22.6666666667vw;
  }
  .u-pl-sp-85 {
    padding-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-90 {
    padding-top: 24vw;
  }
  .u-pb-sp-90 {
    padding-bottom: 24vw;
  }
  .u-pr-sp-90 {
    padding-right: 24vw;
  }
  .u-pl-sp-90 {
    padding-left: 24vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-95 {
    padding-top: 25.3333333333vw;
  }
  .u-pb-sp-95 {
    padding-bottom: 25.3333333333vw;
  }
  .u-pr-sp-95 {
    padding-right: 25.3333333333vw;
  }
  .u-pl-sp-95 {
    padding-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-100 {
    padding-top: 26.6666666667vw;
  }
  .u-pb-sp-100 {
    padding-bottom: 26.6666666667vw;
  }
  .u-pr-sp-100 {
    padding-right: 26.6666666667vw;
  }
  .u-pl-sp-100 {
    padding-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-105 {
    padding-top: 28vw;
  }
  .u-pb-sp-105 {
    padding-bottom: 28vw;
  }
  .u-pr-sp-105 {
    padding-right: 28vw;
  }
  .u-pl-sp-105 {
    padding-left: 28vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-110 {
    padding-top: 29.3333333333vw;
  }
  .u-pb-sp-110 {
    padding-bottom: 29.3333333333vw;
  }
  .u-pr-sp-110 {
    padding-right: 29.3333333333vw;
  }
  .u-pl-sp-110 {
    padding-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-115 {
    padding-top: 30.6666666667vw;
  }
  .u-pb-sp-115 {
    padding-bottom: 30.6666666667vw;
  }
  .u-pr-sp-115 {
    padding-right: 30.6666666667vw;
  }
  .u-pl-sp-115 {
    padding-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-120 {
    padding-top: 32vw;
  }
  .u-pb-sp-120 {
    padding-bottom: 32vw;
  }
  .u-pr-sp-120 {
    padding-right: 32vw;
  }
  .u-pl-sp-120 {
    padding-left: 32vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-125 {
    padding-top: 33.3333333333vw;
  }
  .u-pb-sp-125 {
    padding-bottom: 33.3333333333vw;
  }
  .u-pr-sp-125 {
    padding-right: 33.3333333333vw;
  }
  .u-pl-sp-125 {
    padding-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-130 {
    padding-top: 34.6666666667vw;
  }
  .u-pb-sp-130 {
    padding-bottom: 34.6666666667vw;
  }
  .u-pr-sp-130 {
    padding-right: 34.6666666667vw;
  }
  .u-pl-sp-130 {
    padding-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-135 {
    padding-top: 36vw;
  }
  .u-pb-sp-135 {
    padding-bottom: 36vw;
  }
  .u-pr-sp-135 {
    padding-right: 36vw;
  }
  .u-pl-sp-135 {
    padding-left: 36vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-140 {
    padding-top: 37.3333333333vw;
  }
  .u-pb-sp-140 {
    padding-bottom: 37.3333333333vw;
  }
  .u-pr-sp-140 {
    padding-right: 37.3333333333vw;
  }
  .u-pl-sp-140 {
    padding-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-145 {
    padding-top: 38.6666666667vw;
  }
  .u-pb-sp-145 {
    padding-bottom: 38.6666666667vw;
  }
  .u-pr-sp-145 {
    padding-right: 38.6666666667vw;
  }
  .u-pl-sp-145 {
    padding-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-150 {
    padding-top: 40vw;
  }
  .u-pb-sp-150 {
    padding-bottom: 40vw;
  }
  .u-pr-sp-150 {
    padding-right: 40vw;
  }
  .u-pl-sp-150 {
    padding-left: 40vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-155 {
    padding-top: 41.3333333333vw;
  }
  .u-pb-sp-155 {
    padding-bottom: 41.3333333333vw;
  }
  .u-pr-sp-155 {
    padding-right: 41.3333333333vw;
  }
  .u-pl-sp-155 {
    padding-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-160 {
    padding-top: 42.6666666667vw;
  }
  .u-pb-sp-160 {
    padding-bottom: 42.6666666667vw;
  }
  .u-pr-sp-160 {
    padding-right: 42.6666666667vw;
  }
  .u-pl-sp-160 {
    padding-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-165 {
    padding-top: 44vw;
  }
  .u-pb-sp-165 {
    padding-bottom: 44vw;
  }
  .u-pr-sp-165 {
    padding-right: 44vw;
  }
  .u-pl-sp-165 {
    padding-left: 44vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-170 {
    padding-top: 45.3333333333vw;
  }
  .u-pb-sp-170 {
    padding-bottom: 45.3333333333vw;
  }
  .u-pr-sp-170 {
    padding-right: 45.3333333333vw;
  }
  .u-pl-sp-170 {
    padding-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-175 {
    padding-top: 46.6666666667vw;
  }
  .u-pb-sp-175 {
    padding-bottom: 46.6666666667vw;
  }
  .u-pr-sp-175 {
    padding-right: 46.6666666667vw;
  }
  .u-pl-sp-175 {
    padding-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-180 {
    padding-top: 48vw;
  }
  .u-pb-sp-180 {
    padding-bottom: 48vw;
  }
  .u-pr-sp-180 {
    padding-right: 48vw;
  }
  .u-pl-sp-180 {
    padding-left: 48vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-185 {
    padding-top: 49.3333333333vw;
  }
  .u-pb-sp-185 {
    padding-bottom: 49.3333333333vw;
  }
  .u-pr-sp-185 {
    padding-right: 49.3333333333vw;
  }
  .u-pl-sp-185 {
    padding-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-190 {
    padding-top: 50.6666666667vw;
  }
  .u-pb-sp-190 {
    padding-bottom: 50.6666666667vw;
  }
  .u-pr-sp-190 {
    padding-right: 50.6666666667vw;
  }
  .u-pl-sp-190 {
    padding-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-195 {
    padding-top: 52vw;
  }
  .u-pb-sp-195 {
    padding-bottom: 52vw;
  }
  .u-pr-sp-195 {
    padding-right: 52vw;
  }
  .u-pl-sp-195 {
    padding-left: 52vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-200 {
    padding-top: 53.3333333333vw;
  }
  .u-pb-sp-200 {
    padding-bottom: 53.3333333333vw;
  }
  .u-pr-sp-200 {
    padding-right: 53.3333333333vw;
  }
  .u-pl-sp-200 {
    padding-left: 53.3333333333vw;
  }
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  text-align: justify;
}

@media all and (min-width: 64.0625em) {
  .u-ta-l-pc {
    text-align: left;
  }
  .u-ta-c-pc {
    text-align: center;
  }
  .u-ta-r-pc {
    text-align: right;
  }
  .u-ta-j-pc {
    text-align: justify;
  }
}
@media print {
  .u-ta-l-pc {
    text-align: left;
  }
  .u-ta-c-pc {
    text-align: center;
  }
  .u-ta-r-pc {
    text-align: right;
  }
  .u-ta-j-pc {
    text-align: justify;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-ta-l-tb {
    text-align: left;
  }
  .u-ta-c-tb {
    text-align: center;
  }
  .u-ta-r-tb {
    text-align: right;
  }
  .u-ta-j-tb {
    text-align: justify;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-ta-l-sp {
    text-align: left;
  }
  .u-ta-c-sp {
    text-align: center;
  }
  .u-ta-r-sp {
    text-align: right;
  }
  .u-ta-j-sp {
    text-align: justify;
  }
}
.u-va-t {
  vertical-align: top;
}
.u-va-m {
  vertical-align: middle;
}
.u-va-b {
  vertical-align: bottom;
}

.u-flex {
  display: flex;
}

.u-flex-inline {
  display: inline-flex;
}

.u-flex--wrap {
  flex-wrap: wrap;
}

.u-flex--col-reverse {
  flex-direction: column-reverse;
}

.u-flex--col {
  flex-direction: column;
}

.u-flex--row-reverse {
  flex-direction: row-reverse;
}

.u-flex--hr-end {
  justify-content: flex-end;
}

.u-flex--hr-center {
  justify-content: center;
}

.u-flex--hr-between {
  justify-content: space-between;
}

.u-flex--hr-around {
  justify-content: space-around;
}

.u-flex--vt-baseline {
  align-items: baseline;
}

.u-flex--vt-start {
  align-items: flex-start;
}

.u-flex--vt-end {
  align-items: flex-end;
}

.u-flex--vt-center {
  align-items: center;
}

.u-flex--order--1 {
  order: -1;
}

.u-flex--order-0 {
  order: 0;
}

.u-flex--order-1 {
  order: 1;
}

.u-flex--order-2 {
  order: 2;
}

.u-flex--order-3 {
  order: 3;
}

.u-flex--order-4 {
  order: 4;
}

.u-flex--order-5 {
  order: 5;
}

.u-flex--order-6 {
  order: 6;
}

.u-flex--order-7 {
  order: 7;
}

.u-flex--order-8 {
  order: 8;
}

.u-flex--order-9 {
  order: 9;
}

.u-flex--order-10 {
  order: 10;
}

@media all and (min-width: 64.0625em) {
  .u-flex-pc {
    display: flex;
  }
  .u-flex-inline-pc {
    display: inline-flex;
  }
  .u-flex--wrap-pc {
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-pc {
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-pc {
    flex-direction: column-reverse;
  }
  .u-flex--col-pc {
    flex-direction: column;
  }
  .u-flex--hr-end-pc {
    justify-content: flex-end;
  }
  .u-flex--hr-center-pc {
    justify-content: center;
  }
  .u-flex--hr-between-pc {
    justify-content: space-between;
  }
  .u-flex--hr-around-pc {
    justify-content: space-around;
  }
  .u-flex--vt-baseline {
    align-items: baseline;
  }
  .u-flex--vt-start-pc {
    align-items: flex-start;
  }
  .u-flex--vt-end-pc {
    align-items: flex-end;
  }
  .u-flex--vt-center-pc {
    align-items: center;
  }
  .u-flex--order--1-pc {
    order: -1;
  }
  .u-flex--order-0-pc {
    order: 0;
  }
  .u-flex--order-1-pc {
    order: 1;
  }
  .u-flex--order-2-pc {
    order: 2;
  }
  .u-flex--order-3-pc {
    order: 3;
  }
  .u-flex--order-4-pc {
    order: 4;
  }
  .u-flex--order-5-pc {
    order: 5;
  }
  .u-flex--order-6-pc {
    order: 6;
  }
  .u-flex--order-7-pc {
    order: 7;
  }
  .u-flex--order-8-pc {
    order: 8;
  }
  .u-flex--order-9-pc {
    order: 9;
  }
  .u-flex--order-10-pc {
    order: 10;
  }
}
@media print {
  .u-flex-pc {
    display: flex;
  }
  .u-flex-inline-pc {
    display: inline-flex;
  }
  .u-flex--wrap-pc {
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-pc {
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-pc {
    flex-direction: column-reverse;
  }
  .u-flex--col-pc {
    flex-direction: column;
  }
  .u-flex--hr-end-pc {
    justify-content: flex-end;
  }
  .u-flex--hr-center-pc {
    justify-content: center;
  }
  .u-flex--hr-between-pc {
    justify-content: space-between;
  }
  .u-flex--hr-around-pc {
    justify-content: space-around;
  }
  .u-flex--vt-baseline {
    align-items: baseline;
  }
  .u-flex--vt-start-pc {
    align-items: flex-start;
  }
  .u-flex--vt-end-pc {
    align-items: flex-end;
  }
  .u-flex--vt-center-pc {
    align-items: center;
  }
  .u-flex--order--1-pc {
    order: -1;
  }
  .u-flex--order-0-pc {
    order: 0;
  }
  .u-flex--order-1-pc {
    order: 1;
  }
  .u-flex--order-2-pc {
    order: 2;
  }
  .u-flex--order-3-pc {
    order: 3;
  }
  .u-flex--order-4-pc {
    order: 4;
  }
  .u-flex--order-5-pc {
    order: 5;
  }
  .u-flex--order-6-pc {
    order: 6;
  }
  .u-flex--order-7-pc {
    order: 7;
  }
  .u-flex--order-8-pc {
    order: 8;
  }
  .u-flex--order-9-pc {
    order: 9;
  }
  .u-flex--order-10-pc {
    order: 10;
  }
}
@media all and (min-width: 48em) {
  .u-flex-ct {
    display: flex;
  }
  .u-flex-inline-ct {
    display: inline-flex;
  }
  .u-flex--wrap-ct {
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-ct {
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-ct {
    flex-direction: column-reverse;
  }
  .u-flex--col-ct {
    flex-direction: column;
  }
  .u-flex--hr-end-ct {
    justify-content: flex-end;
  }
  .u-flex--hr-center-ct {
    justify-content: center;
  }
  .u-flex--hr-between-ct {
    justify-content: space-between;
  }
  .u-flex--hr-around-ct {
    justify-content: space-around;
  }
  .u-flex--vt-start-ct {
    align-items: flex-start;
  }
  .u-flex--vt-baseline-ct {
    align-items: baseline;
  }
  .u-flex--vt-end-ct {
    align-items: flex-end;
  }
  .u-flex--vt-center-ct {
    align-items: center;
  }
  .u-flex--order--1-ct {
    order: -1;
  }
  .u-flex--order-0-ct {
    order: 0;
  }
  .u-flex--order-1-ct {
    order: 1;
  }
  .u-flex--order-2-ct {
    order: 2;
  }
  .u-flex--order-3-ct {
    order: 3;
  }
  .u-flex--order-4-ct {
    order: 4;
  }
  .u-flex--order-5-ct {
    order: 5;
  }
  .u-flex--order-6-ct {
    order: 6;
  }
  .u-flex--order-7-ct {
    order: 7;
  }
  .u-flex--order-8-ct {
    order: 8;
  }
  .u-flex--order-9-ct {
    order: 9;
  }
  .u-flex--order-10-ct {
    order: 10;
  }
}
@media print {
  .u-flex-ct {
    display: flex;
  }
  .u-flex-inline-ct {
    display: inline-flex;
  }
  .u-flex--wrap-ct {
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-ct {
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-ct {
    flex-direction: column-reverse;
  }
  .u-flex--col-ct {
    flex-direction: column;
  }
  .u-flex--hr-end-ct {
    justify-content: flex-end;
  }
  .u-flex--hr-center-ct {
    justify-content: center;
  }
  .u-flex--hr-between-ct {
    justify-content: space-between;
  }
  .u-flex--hr-around-ct {
    justify-content: space-around;
  }
  .u-flex--vt-start-ct {
    align-items: flex-start;
  }
  .u-flex--vt-baseline-ct {
    align-items: baseline;
  }
  .u-flex--vt-end-ct {
    align-items: flex-end;
  }
  .u-flex--vt-center-ct {
    align-items: center;
  }
  .u-flex--order--1-ct {
    order: -1;
  }
  .u-flex--order-0-ct {
    order: 0;
  }
  .u-flex--order-1-ct {
    order: 1;
  }
  .u-flex--order-2-ct {
    order: 2;
  }
  .u-flex--order-3-ct {
    order: 3;
  }
  .u-flex--order-4-ct {
    order: 4;
  }
  .u-flex--order-5-ct {
    order: 5;
  }
  .u-flex--order-6-ct {
    order: 6;
  }
  .u-flex--order-7-ct {
    order: 7;
  }
  .u-flex--order-8-ct {
    order: 8;
  }
  .u-flex--order-9-ct {
    order: 9;
  }
  .u-flex--order-10-ct {
    order: 10;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-flex-tb {
    display: flex;
  }
  .u-flex-inline-tb {
    display: inline-flex;
  }
  .u-flex--wrap-tb {
    flex-wrap: wrap;
  }
  .u-flex--col-reverse-tb {
    flex-direction: column-reverse;
  }
  .u-flex--col-tb {
    flex-direction: column;
  }
  .u-flex--hr-end-tb {
    justify-content: flex-end;
  }
  .u-flex--hr-center-tb {
    justify-content: center;
  }
  .u-flex--hr-between-tb {
    justify-content: space-between;
  }
  .u-flex--hr-around-tb {
    justify-content: space-around;
  }
  .u-flex--vt-start-tb {
    align-items: flex-start;
  }
  .u-flex--vt-end-tb {
    align-items: flex-end;
  }
  .u-flex--vt-center-tb {
    align-items: center;
  }
  .u-flex--order--1-tb {
    order: -1;
  }
  .u-flex--order-0-tb {
    order: 0;
  }
  .u-flex--order-1-tb {
    order: 1;
  }
  .u-flex--order-2-tb {
    order: 2;
  }
  .u-flex--order-3-tb {
    order: 3;
  }
  .u-flex--order-4-tb {
    order: 4;
  }
  .u-flex--order-5-tb {
    order: 5;
  }
  .u-flex--order-6-tb {
    order: 6;
  }
  .u-flex--order-7-tb {
    order: 7;
  }
  .u-flex--order-8-tb {
    order: 8;
  }
  .u-flex--order-9-tb {
    order: 9;
  }
  .u-flex--order-10-tb {
    order: 10;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-flex-sp {
    display: flex;
  }
  .u-flex--wrap-sp {
    flex-wrap: wrap;
  }
  .u-flex--col-reverse-sp {
    flex-direction: column-reverse;
  }
  .u-flex--col-sp {
    flex-direction: column;
  }
  .u-flex--hr-end-sp {
    justify-content: flex-end;
  }
  .u-flex--hr-center-sp {
    justify-content: center;
  }
  .u-flex--hr-between-sp {
    justify-content: space-between;
  }
  .u-flex--hr-around-sp {
    justify-content: space-around;
  }
  .u-flex--vt-start-sp {
    align-items: flex-start;
  }
  .u-flex--vt-end-sp {
    align-items: flex-end;
  }
  .u-flex--vt-center-sp {
    align-items: center;
  }
  .u-flex--order--1-sp {
    order: -1;
  }
  .u-flex--order-0-sp {
    order: 0;
  }
  .u-flex--order-1-sp {
    order: 1;
  }
  .u-flex--order-2-sp {
    order: 2;
  }
  .u-flex--order-3-sp {
    order: 3;
  }
  .u-flex--order-4-sp {
    order: 4;
  }
  .u-flex--order-5-sp {
    order: 5;
  }
  .u-flex--order-6-sp {
    order: 6;
  }
  .u-flex--order-7-sp {
    order: 7;
  }
  .u-flex--order-8-sp {
    order: 8;
  }
  .u-flex--order-9-sp {
    order: 9;
  }
  .u-flex--order-10-sp {
    order: 10;
  }
}
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */