@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@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.5;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  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 {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    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;
  -webkit-appearance: 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 */
* {
  text-spacing-trim: trim-start;
  -webkit-tap-highlight-color: transparent;
  scroll-margin-top: 19rem;
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  * {
    scroll-margin-top: 19rem;
  }
}
@media print {
  * {
    scroll-margin-top: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  * {
    scroll-margin-top: 12.6953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  * {
    scroll-margin-top: 18.6666666667vw;
  }
}

html {
  scroll-behavior: smooth;
}

/* hide content for loading */
body {
  animation: fadeInAnimation ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::selection {
  color: #000;
  background: #e3e3f3;
}

@media all and (min-width: 64.0625em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a.txtlink {
  color: #920519;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
a.txtlink:hover {
  opacity: 0.8;
  text-decoration-color: transparent;
}
a.imglink {
  transition: opacity 0.3s ease;
}
a.imglink img {
  transition: opacity 0.3s ease;
}
a.imglink:hover {
  opacity: 0.7;
}

img.w-100 {
  width: 100%;
  height: auto;
}
img.bordered {
  border-radius: 0.8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  img.bordered {
    border-radius: 0.78125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  img.bordered {
    border-radius: 2.1333333333vw;
  }
}
img.bordered-line {
  border: 1px solid #D9D9D9;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  img.bordered-line {
    border-radius: 0.78125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  img.bordered-line {
    border-radius: 2.1333333333vw;
  }
}

p.txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  p.txt {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  p.txt {
    font-size: 3.7333333333vw;
  }
}
p.txt-sm {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  p.txt-sm {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  p.txt-sm {
    font-size: 3.7333333333vw;
  }
}
p.txt-lg {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  p.txt-lg {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  p.txt-lg {
    font-size: 3.7333333333vw;
  }
}
p.txt-lh-xl {
  line-height: 2;
}
p.txt-bold {
  font-weight: 700;
}
p.txt-red {
  color: #920519;
}
p.txt-white {
  color: #ffffff;
}
p.txt-note {
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  p.txt-note {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  p.txt-note {
    font-size: 3.4666666667vw;
  }
}
p.txt-note::before {
  content: "※";
  color: #920519;
  flex-shrink: 0;
}

.txt-red {
  color: #920519;
}

.listtype-disc {
  padding-left: 1.6rem;
  list-style-type: disc;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-disc {
    padding-left: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-disc {
    padding-left: 3.7333333333vw;
  }
}
.listtype-disc > li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-disc > li {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-disc > li {
    font-size: 3.7333333333vw;
  }
}
.listtype-disc > li:not(:first-of-type) {
  margin-top: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-disc > li:not(:first-of-type) {
    margin-top: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-disc > li:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.listtype-disc > li::marker {
  font-size: 1.4rem;
  color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-disc > li::marker {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-disc > li::marker {
    font-size: 3.2vw;
  }
}
.listtype-disc > li a {
  color: #920519;
}
.listtype-disc--none {
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-disc--none {
    padding-left: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-disc--none {
    padding-left: 0;
  }
}

.listtype-num {
  padding-left: 2rem;
  list-style-type: decimal;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-num {
    padding-left: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-num {
    padding-left: 4.8vw;
  }
}
.listtype-num > li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  padding-left: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-num > li {
    font-size: 1.5625vw;
    padding-left: 0.78125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-num > li {
    font-size: 3.7333333333vw;
    padding-left: 1.6vw;
  }
}
.listtype-num > li:not(:first-of-type) {
  margin-top: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-num > li:not(:first-of-type) {
    margin-top: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-num > li:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.listtype-num > li::marker {
  font-size: 1.6rem;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .listtype-num > li::marker {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .listtype-num > li::marker {
    font-size: 3.7333333333vw;
  }
}
.listtype-num--roman {
  list-style-type: lower-roman;
}

.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-contents-in {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents-in {
    width: 100%;
    padding: 0 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents-in {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.l-contents-in--1200 {
  width: 120rem;
}
.l-contents-in--720 {
  width: 72rem;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .l-header {
    background-color: #ffffff;
  }
}
.l-header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0.2px rgba(0, 0, 0, 0.1);
}
.l-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130.6rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__content {
    width: 100%;
    padding: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__content {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  z-index: 99;
}
.l-header__logo .logo a img, .l-header__logo .bnr a img {
  width: auto;
  height: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__logo .logo a img, .l-header__logo .bnr a img {
    height: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__logo .logo a img, .l-header__logo .bnr a img {
    height: 10.6666666667vw;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav {
    gap: 1.46484375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 24vw 5.3333333333vw 16vw;
    background: url(../images/common/sp-menu-bg.png) no-repeat top left;
    background-size: cover;
    transform: translateY(-100%);
    transition: transform 0.4s;
    z-index: 90;
  }
}
.l-header__nav.active {
  transform: translateY(0);
}
.l-header__nav .nav__list {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .nav__list {
    gap: 1.46484375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .nav__list {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
}
.l-header__nav .nav__item {
  display: block;
}
.l-header__nav .nav__link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .nav__link {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .nav__link {
    font-size: 4.8vw;
  }
}
.l-header__nav .nav__link::before {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  background: #920519;
  border-radius: 0.2rem;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .nav__link::before {
    transition: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .nav__link::before {
    transition: none;
  }
}
.l-header__nav .nav__link:hover, .l-header__nav .nav__link.active {
  color: #920519;
}
.l-header__nav .nav__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-header__nav .login__form {
  display: flex;
  gap: 1rem;
  background: #F5F1EE;
  padding: 1rem 2rem;
  border-radius: 3px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__form {
    gap: 0.9765625vw;
    padding: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    padding: 8vw 5.3333333333vw;
    border-radius: 5px;
  }
}
.l-header__nav .login__fields {
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__fields {
    gap: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.l-header__nav .login__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__item {
    gap: 0.48828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__item {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3333333333vw;
    width: 100%;
  }
}
.l-header__nav .login__item input[type=text],
.l-header__nav .login__item input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  width: 10rem;
  height: 2.5rem;
  padding: 0.5rem;
  background: #ffffff;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__item input[type=text],
  .l-header__nav .login__item input[type=password] {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__item input[type=text],
  .l-header__nav .login__item input[type=password] {
    width: 100%;
    height: 12.8vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 5px;
  }
}
.l-header__nav .login__label {
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__label {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__label {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.l-header__nav .login__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__checkbox {
    gap: 0.48828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__checkbox {
    display: flex;
    justify-content: center;
    gap: 1.3333333333vw;
  }
}
.l-header__nav .login__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border: 1px solid #D2D2D2;
  border-radius: 1px;
  margin: 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__checkbox input[type=checkbox] {
    width: 0.9765625vw;
    height: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__checkbox input[type=checkbox] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.l-header__nav .login__checkbox input[type=checkbox]::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  visibility: hidden;
  transition: all 0.1s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__checkbox input[type=checkbox]::before {
    font-size: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__checkbox input[type=checkbox]::before {
    font-size: 3.7333333333vw;
  }
}
.l-header__nav .login__checkbox input[type=checkbox]:checked::before {
  visibility: visible;
}
.l-header__nav .login__checktxt {
  font-size: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__checktxt {
    font-size: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__checktxt {
    font-size: 3.7333333333vw;
  }
}
.l-header__nav .login__button button[type=submit] {
  width: auto;
  height: 2.5rem;
  background: #920519;
  border: 1px solid #920519;
  border-radius: 5rem;
  padding: 0.5rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav .login__button button[type=submit] {
    height: 2.44140625vw;
    border-radius: 4.8828125vw;
    padding: 0.390625vw 2.1484375vw;
    font-size: 1.07421875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav .login__button button[type=submit] {
    height: 14.9333333333vw;
    border-radius: 13.3333333333vw;
    padding: 4.2666666667vw 20vw;
    font-size: 4.2666666667vw;
  }
}
.l-header__nav .login__button button[type=submit]:hover {
  background: #ffffff;
  color: #920519;
}
@media all and (min-width: 48em) {
  .l-header__hamburger {
    display: none;
  }
}
@media print {
  .l-header__hamburger {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__hamburger .hamburger {
    position: relative;
    display: block;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    background-color: #920519;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s linear;
    z-index: 99;
  }
  .l-header__hamburger .hamburger .line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  .l-header__hamburger .hamburger .line:nth-child(1) {
    top: 35%;
  }
  .l-header__hamburger .hamburger .line:nth-child(2) {
    top: calc(50% - 1px);
  }
  .l-header__hamburger .hamburger .line:nth-child(3) {
    bottom: 35%;
  }
  .l-header__hamburger .hamburger.active {
    transform: rotate(90deg);
  }
  .l-header__hamburger .hamburger.active .line:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__hamburger .hamburger.active .line:nth-child(2) {
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
  }
  .l-header__hamburger .hamburger.active .line:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.l-footer {
  background-color: #333333;
}
.l-footer__content {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__content {
    width: 100%;
    padding: 0 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.l-footer__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
  width: 100%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__menu {
    padding: 3.90625vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 8vw;
    padding: 10.6666666667vw 0;
  }
}
.l-footer__menu .logo a img {
  width: 12rem;
  height: auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__menu .logo a img {
    width: 10.7421875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__menu .logo a img {
    width: 26.6666666667vw;
  }
}
.l-footer__menu .nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__menu .nav__list {
    gap: 1.46484375vw;
    margin-bottom: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__menu .nav__list {
    display: flex;
    justify-content: center;
    gap: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer__menu .nav__item {
  display: block;
}
.l-footer__menu .nav__link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__menu .nav__link {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__menu .nav__link {
    font-size: 4vw;
  }
}
.l-footer__menu .nav__link::before {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  background: #ffffff;
  border-radius: 0.2rem;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__menu .nav__link::before {
    transition: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__menu .nav__link::before {
    transition: none;
  }
}
.l-footer__menu .nav__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-footer__menu .nav__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__menu .nav__sns {
    gap: 1.46484375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__menu .nav__sns {
    display: flex;
    justify-content: center;
    gap: 5.3333333333vw;
  }
}
.l-footer__menu .nav__sns a img {
  width: 3rem;
  height: auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__menu .nav__sns a img {
    width: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__menu .nav__sns a img {
    width: 8vw;
  }
}
.l-footer__under {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__under {
    padding: 2.9296875vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__under {
    display: flex;
    flex-direction: column;
    row-gap: 5.3333333333vw;
    padding: 8vw 0;
  }
}
.l-footer__under .policy {
  display: flex;
  gap: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__under .policy {
    gap: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__under .policy {
    gap: 8vw;
  }
}
.l-footer__under .policy li {
  display: block;
}
.l-footer__under .policy li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__under .policy li a {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__under .policy li a {
    font-size: 3.2vw;
  }
}
.l-footer__under .policy li a:hover {
  opacity: 0.7;
}
.l-footer__under .copyright p {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__under .copyright p {
    font-size: 1.07421875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__under .copyright p {
    font-size: 2.9333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sidemenu {
    display: block;
  }
}
.sidemenu__ttl {
  width: 100%;
  background: #920519;
  border-radius: 0.5rem;
  padding: 1.2rem;
  margin-bottom: 1rem;
}
.sidemenu__ttl h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .sidemenu__ttl h5 {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .sidemenu__ttl h5 {
    font-size: 4.8vw;
  }
}
.sidemenu__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .sidemenu__item {
    font-size: 3.7333333333vw;
  }
}
.sidemenu__item a {
  display: block;
  padding: 1.4rem 2.8rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .sidemenu__item a {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.sidemenu__item a::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 0.6rem;
  height: 1rem;
  content: "";
  background: url(../images/common/sidemenu-ico.svg) no-repeat top right;
  background-size: 100%;
  translate: 0 -50%;
}
@media only screen and (max-width: 47.9375em) {
  .sidemenu__item a::before {
    right: 2.6666666667vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.sidemenu__item:hover, .sidemenu__item.is-active {
  background: #F5F1EE;
}
.sidemenu__item:hover a, .sidemenu__item.is-active a {
  color: #920519;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-btn-w336 {
  display: block;
  width: 33.6rem;
  height: auto;
  background: #920519;
  border: 1px solid #920519;
  border-radius: 5rem;
  padding: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-btn-w336 {
    width: 32.8125vw;
    border-radius: 4.8828125vw;
    padding: 1.5625vw;
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-w336 {
    width: 100%;
    border-radius: 13.3333333333vw;
    padding: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.c-btn-w336:hover {
  background: #ffffff;
  color: #920519;
}
.c-btn-w336.btn-center {
  margin: 0 auto;
}
.c-btn-w336.white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #920519;
}
.c-btn-w336.white:hover {
  background: #920519;
  color: #ffffff;
}
.c-btn-w336.ext {
  position: relative;
}
.c-btn-w336.ext::before {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url(../images/common/ext-ico.png) no-repeat top left;
  background-size: 100%;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-btn-w336.ext::before {
    right: 2.44140625vw;
    width: 1.7578125vw;
    height: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-w336.ext::before {
    right: 6.6666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.c-btn-w336.ext:hover::before {
  background: url(../images/common/ext-ico-red.png) no-repeat top left;
  background-size: 100%;
}

.c-btn-w260 {
  display: block;
  width: 26rem;
  height: auto;
  background: #920519;
  border: 1px solid #920519;
  border-radius: 5rem;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-btn-w260 {
    width: 25.390625vw;
    border-radius: 4.8828125vw;
    padding: 1.5625vw;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-w260 {
    width: 69.3333333333vw;
    border-radius: 13.3333333333vw;
    padding: 4.2666666667vw;
    margin: 0 auto;
    font-size: 4.2666666667vw;
  }
}
.c-btn-w260:hover {
  background: #ffffff;
  color: #920519;
}
.c-btn-w260.btn-center {
  margin: 0 auto;
}
.c-btn-w260.btn-w100 {
  width: 100%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-btn-w260.btn-w100 {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-w260.btn-w100 {
    width: 69.3333333333vw;
  }
}

.c-ttl {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-ttl {
    font-size: 3.515625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ttl {
    font-size: 5.8666666667vw;
  }
}
.c-ttl.mv {
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-ttl.mv {
    font-size: 6.4vw;
  }
}

.c-ttl-en {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #920519;
  padding-left: 2.2rem;
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-ttl-en {
    font-size: 1.3671875vw;
    padding-left: 2.1484375vw;
    margin-bottom: 0.5859375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ttl-en {
    font-size: 3.7333333333vw;
    padding-left: 5.8666666667vw;
    margin-bottom: 1.6vw;
  }
}
.c-ttl-en::before {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0.4rem solid #920519;
  border-radius: 50%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-ttl-en::before {
    width: 1.5625vw;
    height: 1.5625vw;
    border-width: 0.390625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ttl-en::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-width: 1.0666666667vw;
  }
}
.c-ttl-en.mv {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-ttl-en.mv {
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ttl-en.mv {
    margin-bottom: 1.6vw;
  }
}
.c-ttl-en.mv::before {
  border-color: #ffffff;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-ttl-en.mv::before {
    border-color: #ffffff;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ttl-en.mv::before {
    border-color: #ffffff;
  }
}

.c-sec-ttl {
  position: relative;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  padding-left: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-sec-ttl {
    font-size: 3.125vw;
    padding-left: 3.41796875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-sec-ttl {
    font-size: 5.8666666667vw;
    padding-left: 8vw;
  }
}
.c-sec-ttl::before {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0.6rem solid #920519;
  border-radius: 50%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-sec-ttl::before {
    width: 2.5390625vw;
    height: 2.5390625vw;
    border-width: 0.5859375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-sec-ttl::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-width: 1.3333333333vw;
  }
}

.c-sub-ttl {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-sub-ttl {
    font-size: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-sub-ttl {
    font-size: 5.8666666667vw;
  }
}
.c-sub-ttl span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #920519;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-sub-ttl span {
    font-size: 1.171875vw;
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-sub-ttl span {
    font-size: 2.9333333333vw;
    margin-bottom: 1.6vw;
  }
}

.c-sm-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .c-sm-ttl {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-sm-ttl {
    font-size: 4.2666666667vw;
  }
}

.p-home .l-contents section {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents section {
    padding-top: 9.765625vw;
    padding-bottom: 11.71875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-home .l-contents .sec-mv {
  background: url(resource:/assets/images/home/mv-bg.png) no-repeat top left;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv {
    background: url(resource:/assets/images/home/mv-bg_sp.png) no-repeat top left;
    background-size: cover;
  }
}
.p-home .l-contents .sec-mv__intro {
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__intro {
    gap: 6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-mv__intro .left-sec {
  width: 45%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .left-sec {
    display: flex;
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
    width: 100%;
  }
}
.p-home .l-contents .sec-mv__intro .left-sec__img-blk {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .left-sec__img-blk {
    margin-bottom: 0;
  }
}
.p-home .l-contents .sec-mv__intro .left-sec__img-blk img {
  width: 39rem;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .left-sec__img-blk img {
    width: 100%;
  }
}
.p-home .l-contents .sec-mv__intro .left-sec__txt-blk .mv-ttl {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__intro .left-sec__txt-blk .mv-ttl {
    font-size: 4.296875vw;
    margin-bottom: 1.46484375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .left-sec__txt-blk .mv-ttl {
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-mv__intro .right-sec {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .right-sec {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-mv__intro .right-sec__img-blk {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-home .l-contents .sec-mv__intro .right-sec__img-blk .video-thumb {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-home .l-contents .sec-mv__intro .right-sec__img-blk .video-thumb img {
  width: 100%;
  height: auto;
}
.p-home .l-contents .sec-mv__intro .right-sec__img-blk .video-thumb:hover {
  opacity: 0.7;
}
.p-home .l-contents .sec-mv__intro .right-sec__img-blk .browsers-img {
  width: 22.6rem;
  height: auto;
  margin-top: 1.4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__intro .right-sec__img-blk .browsers-img {
    width: 22.0703125vw;
    margin-top: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .right-sec__img-blk .browsers-img {
    width: 49.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-mv__intro .right-sec__video-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  animation: fade-in 0.3s ease;
}
.p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 80rem;
  background: #000000;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner {
    max-width: 78.125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner {
    max-width: 100%;
  }
}
.p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner video {
  display: block;
  width: 100%;
  height: auto;
}
.p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner .modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: #920519;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner .modal-close {
    top: -5.859375vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner .modal-close {
    top: -13.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner .modal-close .close-btn {
  font-size: 2rem;
  color: #ffffff;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner .modal-close .close-btn {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner .modal-close .close-btn {
    font-size: 4.2666666667vw;
  }
}
.p-home .l-contents .sec-mv__intro .right-sec__video-modal .video-modal-inner .modal-close:hover {
  opacity: 0.7;
}
.p-home .l-contents .sec-mv__middle-img {
  display: flex;
  justify-content: center;
  margin-top: -5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__middle-img {
    margin-top: -4.8828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__middle-img {
    display: none;
  }
}
.p-home .l-contents .sec-mv__middle-img img {
  width: 16rem;
  height: auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__middle-img img {
    width: 15.625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__middle-img img {
    display: none;
  }
}
.p-home .l-contents .sec-mv__about {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-top: 8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-mv__about {
    gap: 6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__about {
    display: flex;
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.p-home .l-contents .sec-mv__about .left-sec {
  width: 45%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__about .left-sec {
    width: 100%;
  }
}
.p-home .l-contents .sec-mv__about .left-sec__img-blk img {
  width: 100%;
  height: auto;
}
.p-home .l-contents .sec-mv__about .right-sec {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-mv__about .right-sec {
    width: 100%;
  }
}
.p-home .l-contents .sec-feature .l-contents-in {
  display: flex;
  gap: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-feature .l-contents-in {
    gap: 9.765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-feature .l-contents-in {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-feature__intro {
    text-align: center;
  }
}
.p-home .l-contents .sec-feature__lists {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-feature__lists {
    width: 100%;
  }
}
.p-home .l-contents .sec-feature__item {
  display: flex;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 1px solid #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-feature__item {
    gap: 1.953125vw;
    padding: 2.9296875vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-feature__item {
    gap: 3.7333333333vw;
    padding: 5.3333333333vw 0;
  }
}
.p-home .l-contents .sec-feature__item img {
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-feature__item img {
    width: 5.859375vw;
    height: 5.859375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-feature__item img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-home .l-contents .sec-feature__item .feature-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-feature__item .feature-ttl {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-feature__item .feature-ttl {
    font-size: 4.8vw;
  }
}
.p-home .l-contents .sec-feature__item .feature-ttl span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-feature__item .feature-ttl span {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-feature__item .feature-ttl span {
    font-size: 3.2vw;
  }
}
.p-home .l-contents .sec-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-flow__steps {
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-flow__steps {
    grid-template-columns: auto;
    gap: 10.6666666667vw;
  }
}
.p-home .l-contents .sec-flow__steps .step {
  margin-top: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-flow__steps .step {
    margin-top: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-flow__steps .step {
    margin-top: 8vw;
  }
}
.p-home .l-contents .sec-flow__steps .step .step-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-flow__steps .step .step-ttl {
    font-size: 1.953125vw;
    margin-bottom: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-flow__steps .step .step-ttl {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-flow__steps .step .step-ttl span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-flow__steps .step .step-ttl span {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-flow__steps .step .step-ttl span {
    font-size: 3.7333333333vw;
  }
}
.p-home .l-contents .sec-fee__plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__plans {
    gap: 2.9296875vw;
    margin-bottom: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__plans {
    grid-template-columns: auto;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-fee__plans .plan {
  background: #ffffff;
  border: 1px solid #920519;
  border-radius: 8px;
}
.p-home .l-contents .sec-fee__plans .plan__ttl {
  background: #920519;
  border-radius: 7px 7px 0 0;
  padding: 1.6rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__plans .plan__ttl {
    padding: 1.5625vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__plans .plan__ttl {
    padding: 3.2vw 0;
  }
}
.p-home .l-contents .sec-fee__plans .plan__ttl .ttl-txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__plans .plan__ttl .ttl-txt {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__plans .plan__ttl .ttl-txt {
    font-size: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-fee__plans .plan__price {
  padding: 2rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__plans .plan__price {
    padding: 1.953125vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__plans .plan__price {
    padding: 5.3333333333vw 0;
  }
}
.p-home .l-contents .sec-fee__plans .plan__price .price-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home .l-contents .sec-fee__plans .plan__price .price-monthly {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-right: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__plans .plan__price .price-monthly {
    font-size: 2.734375vw;
    margin-right: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__plans .plan__price .price-monthly {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-fee__plans .plan__price .price-num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__plans .plan__price .price-num {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__plans .plan__price .price-num {
    font-size: 4.2666666667vw;
  }
}
.p-home .l-contents .sec-fee__plans .plan__price .price-num span {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__plans .plan__price .price-num span {
    font-size: 5.859375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__plans .plan__price .price-num span {
    font-size: 13.3333333333vw;
  }
}
.p-home .l-contents .sec-fee__payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  background: #ffffff;
  border: 1px solid #920519;
  border-radius: 8px;
  padding: 3rem 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__payment {
    gap: 3.90625vw;
    padding: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__payment {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-fee__payment .payment-ttl .ttl-txt {
  width: max-content;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__payment .payment-ttl .ttl-txt {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__payment .payment-ttl .ttl-txt {
    font-size: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-fee__payment .payment-methods {
  display: block;
  border-left: 1px solid #920519;
  padding-left: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__payment .payment-methods {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__payment .payment-methods {
    border-left: none;
    border-top: 1px solid #920519;
    padding: 5.3333333333vw 0 0 0;
  }
}
.p-home .l-contents .sec-fee__payment .payment-methods .method {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method {
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-fee__payment .payment-methods .method .credit-img {
  width: 40rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method .credit-img {
    width: 39.0625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method .credit-img {
    width: 100%;
  }
}
.p-home .l-contents .sec-fee__payment .payment-methods .method-txt {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method-txt {
    font-size: 1.953125vw;
    margin-bottom: 0.5859375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.p-home .l-contents .sec-fee__payment .payment-methods .method-txt::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(resource:/assets/images/home/check-ico.png) no-repeat top left;
  background-size: 100%;
  flex-shrink: 0;
  margin: 0.4rem 0.8rem 0 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method-txt::before {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0.390625vw 0.78125vw 0 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-fee__payment .payment-methods .method-txt::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 0.8vw 1.6vw 0 0;
  }
}
.p-home .l-contents .free-trial {
  background: url(resource:/assets/images/home/free-trial-bg.png) no-repeat top left;
  background-size: cover;
  padding: 6rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .free-trial {
    background: url(resource:/assets/images/home/free-trial-bg_sp.png) no-repeat top left;
    background-size: cover;
    padding: 10.6666666667vw 0;
  }
}
.p-home .l-contents .free-trial .trial-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .free-trial .trial-ttl {
    font-size: 3.515625vw;
    margin-bottom: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .free-trial .trial-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-operator__info {
  display: flex;
  gap: 8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-operator__info {
    gap: 6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
}
.p-home .l-contents .sec-operator__info .info-img {
  width: 40%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-img {
    width: 100%;
  }
}
.p-home .l-contents .sec-operator__info .info-img .sns {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-operator__info .info-img .sns {
    margin-top: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-img .sns {
    margin-top: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-operator__info .info-img .sns img {
  width: 4.5rem;
  height: 4.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-operator__info .info-img .sns img {
    width: 4.39453125vw;
    height: 4.39453125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-img .sns img {
    width: 12vw;
    height: 12vw;
  }
}
.p-home .l-contents .sec-operator__info .info-img .sns a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-operator__info .info-img .sns a {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-img .sns a {
    font-size: 3.7333333333vw;
  }
}
.p-home .l-contents .sec-operator__info .info-img .sns a:hover {
  opacity: 0.8;
  text-decoration-color: transparent;
}
.p-home .l-contents .sec-operator__info .info-txt {
  width: 60%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-txt {
    width: 100%;
  }
}
.p-home .l-contents .sec-operator__info .info-txt .txt-operator {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #333333;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-operator__info .info-txt .txt-operator {
    font-size: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-txt .txt-operator {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.p-home .l-contents .sec-operator__info .info-txt .schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  line-height: 2;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-operator__info .info-txt .schedule {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-txt .schedule {
    font-size: 3.7333333333vw;
  }
}
.p-home .l-contents .sec-operator__info .info-txt .schedule::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  color: #920519;
  background: transparent;
  border: 0.4rem solid #920519;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 5px;
}
.p-home .l-contents .sec-operator__info .info-txt .schedule span {
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-txt .schedule span {
    display: block;
  }
}
.p-home .l-contents .sec-operator__info .info-txt .schedule span.txt-special {
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-operator__info .info-txt .schedule span.txt-special {
    padding-left: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-voice__members .member {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: #ffffff;
  border: 1px solid #920519;
  border-radius: 8px;
  padding: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-voice__members .member {
    gap: 2.9296875vw;
    padding: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-voice__members .member {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-voice__members .member:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-voice__members .member:not(:last-of-type) {
    margin-bottom: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-voice__members .member:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-voice__members .member .member-img {
  min-width: 14rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-voice__members .member .member-img {
    min-width: 13.671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-voice__members .member .member-img {
    width: 32vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-voice__members .member .member-msg .msg-intro {
    text-align: center;
  }
}
.p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .msg-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #920519;
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .msg-ttl {
    font-size: 1.953125vw;
    margin-bottom: 0.5859375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .msg-ttl {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
}
.p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .profile {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .profile {
    font-size: 1.5625vw;
    margin-bottom: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .profile {
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .profile span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .profile span {
    font-size: 1.3671875vw;
    padding-left: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-voice__members .member .member-msg .msg-intro .profile span {
    font-size: 3.7333333333vw;
    padding-left: 4vw;
  }
}
.p-home .l-contents .sec-faq__accordion .faq-item {
  border-bottom: 1px solid #D9D9D9;
  padding: 2.5rem 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-faq__accordion .faq-item {
    padding: 1.953125vw 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-faq__accordion .faq-item {
    padding: 2rem 0;
  }
}
.p-home .l-contents .sec-faq__accordion .faq-item:first-of-type {
  border-top: 1px solid #D9D9D9;
}
.p-home .l-contents .sec-faq__accordion .faq-item .question {
  position: relative;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-home .l-contents .sec-faq__accordion .faq-item .question::before, .p-home .l-contents .sec-faq__accordion .faq-item .question::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 0.2rem;
  margin: auto;
  background: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .question::before, .p-home .l-contents .sec-faq__accordion .faq-item .question::after {
    width: 1.7578125vw;
    height: 0.1953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .question::before, .p-home .l-contents .sec-faq__accordion .faq-item .question::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
}
.p-home .l-contents .sec-faq__accordion .faq-item .question::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.p-home .l-contents .sec-faq__accordion .faq-item .question.active::after {
  transform: rotate(0deg);
}
.p-home .l-contents .sec-faq__accordion .faq-item .question .q-txt {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-right: 3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .question .q-txt {
    gap: 1.953125vw;
    margin-right: 2.9296875vw;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .question .q-txt {
    gap: 2.6666666667vw;
    margin-right: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-home .l-contents .sec-faq__accordion .faq-item .question .q-txt::before {
  flex-shrink: 0;
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #920519;
  text-align: center;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  background-color: #ffffff;
  border: 2px solid #920519;
  border-radius: 50%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .question .q-txt::before {
    font-size: 2.34375vw;
    width: 4.8828125vw;
    height: 4.8828125vw;
    line-height: 4.8828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .question .q-txt::before {
    font-size: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}
.p-home .l-contents .sec-faq__accordion .faq-item .question:hover .q-txt {
  color: #920519;
}
.p-home .l-contents .sec-faq__accordion .faq-item .answer {
  display: none;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .answer {
    margin-top: 1.46484375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .answer {
    margin-top: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-faq__accordion .faq-item .answer .a-txt {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .answer .a-txt {
    gap: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .answer .a-txt {
    gap: 2.6666666667vw;
  }
}
.p-home .l-contents .sec-faq__accordion .faq-item .answer .a-txt::before {
  flex-shrink: 0;
  content: "A";
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  background-color: #920519;
  border-radius: 50%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .answer .a-txt::before {
    font-size: 2.34375vw;
    width: 4.8828125vw;
    height: 4.8828125vw;
    line-height: 4.8828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-faq__accordion .faq-item .answer .a-txt::before {
    font-size: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}
.p-home .l-contents .sec-youtube__channel {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #ffffff;
  border: 1px solid #920519;
  border-radius: 8px;
  padding: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-youtube__channel {
    gap: 2.9296875vw;
    padding: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-youtube__channel {
    gap: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-youtube__channel .channel-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-youtube__channel .channel-info {
    gap: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-youtube__channel .channel-info {
    grid-template-columns: auto;
    gap: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-youtube__channel .channel-info .channel-about {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-youtube__channel .channel-info .channel-about {
    gap: 0.9765625vw;
    margin-bottom: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-youtube__channel .channel-info .channel-about {
    display: flex;
    align-items: flex-start;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-home .l-contents .sec-youtube__channel .channel-info .channel-about .channel-logo {
  width: 8rem;
  height: auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-youtube__channel .channel-info .channel-about .channel-logo {
    width: 6.8359375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-youtube__channel .channel-info .channel-about .channel-logo {
    width: 13.3333333333vw;
  }
}
.p-home .l-contents .sec-youtube__channel .channel-info .channel-about .channel-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home .l-contents .sec-youtube__channel .channel-info .channel-about .channel-ttl {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home .l-contents .sec-youtube__channel .channel-info .channel-about .channel-ttl {
    font-size: 4.8vw;
  }
}
.l-page .l-contents {
  padding-top: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents {
    padding-top: 9.765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents {
    padding-top: 16vw;
  }
}
.l-page .l-contents section.checked-bg {
  background: url(../images/common/checked-bg.png) repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents section.checked-bg {
    background: url(../images/common/checked-bg_sp.png) repeat top left;
    background-size: contain;
  }
}
.l-page .l-contents .p-mv {
  background: url(../images/common/mv-bg.png) no-repeat top left;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-mv {
    background: url(../images/common/mv-bg_sp.png) no-repeat top left;
    background-size: cover;
  }
}
.l-page .l-contents .p-mv__inner {
  padding: 7.5rem 0;
  text-align: center;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-mv__inner {
    padding: 5.859375vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-mv__inner {
    padding: 10.6666666667vw 0;
  }
}
.l-page .l-contents .p-sec {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-sec {
    padding-top: 5.859375vw;
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-sec {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}
.l-page .l-contents .p-sec.sec-bg {
  background: url(../images/common/page-bg.png) no-repeat top left;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-sec.sec-bg {
    background: url(../images/common/page-bg_sp.png) no-repeat top left;
    background-size: cover;
  }
}

.p-sekitei .l-contents .sec-operator__info,
.p-instructor .l-contents .sec-operator__info {
  display: flex;
  gap: 8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-operator__info,
  .p-instructor .l-contents .sec-operator__info {
    gap: 6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info,
  .p-instructor .l-contents .sec-operator__info {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-img,
.p-instructor .l-contents .sec-operator__info .info-img {
  width: 40%;
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-img,
  .p-instructor .l-contents .sec-operator__info .info-img {
    width: 100%;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-img .sns,
.p-instructor .l-contents .sec-operator__info .info-img .sns {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-operator__info .info-img .sns,
  .p-instructor .l-contents .sec-operator__info .info-img .sns {
    margin-top: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-img .sns,
  .p-instructor .l-contents .sec-operator__info .info-img .sns {
    margin-top: 2.6666666667vw;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-img .sns img,
.p-instructor .l-contents .sec-operator__info .info-img .sns img {
  width: 4.5rem;
  height: 4.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-operator__info .info-img .sns img,
  .p-instructor .l-contents .sec-operator__info .info-img .sns img {
    width: 4.39453125vw;
    height: 4.39453125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-img .sns img,
  .p-instructor .l-contents .sec-operator__info .info-img .sns img {
    width: 12vw;
    height: 12vw;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-img .sns a,
.p-instructor .l-contents .sec-operator__info .info-img .sns a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-operator__info .info-img .sns a,
  .p-instructor .l-contents .sec-operator__info .info-img .sns a {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-img .sns a,
  .p-instructor .l-contents .sec-operator__info .info-img .sns a {
    font-size: 3.7333333333vw;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-img .sns a:hover,
.p-instructor .l-contents .sec-operator__info .info-img .sns a:hover {
  opacity: 0.8;
  text-decoration-color: transparent;
}
.p-sekitei .l-contents .sec-operator__info .info-txt,
.p-instructor .l-contents .sec-operator__info .info-txt {
  width: 60%;
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-txt,
  .p-instructor .l-contents .sec-operator__info .info-txt {
    width: 100%;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-txt .txt-operator,
.p-instructor .l-contents .sec-operator__info .info-txt .txt-operator {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-operator__info .info-txt .txt-operator,
  .p-instructor .l-contents .sec-operator__info .info-txt .txt-operator {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-txt .txt-operator,
  .p-instructor .l-contents .sec-operator__info .info-txt .txt-operator {
    font-size: 4.8vw;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-txt .schedule,
.p-instructor .l-contents .sec-operator__info .info-txt .schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  line-height: 2;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-operator__info .info-txt .schedule,
  .p-instructor .l-contents .sec-operator__info .info-txt .schedule {
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-txt .schedule,
  .p-instructor .l-contents .sec-operator__info .info-txt .schedule {
    font-size: 3.7333333333vw;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-txt .schedule::before,
.p-instructor .l-contents .sec-operator__info .info-txt .schedule::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  color: #920519;
  background: transparent;
  border: 0.4rem solid #920519;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 5px;
}
.p-sekitei .l-contents .sec-operator__info .info-txt .schedule span,
.p-instructor .l-contents .sec-operator__info .info-txt .schedule span {
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-txt .schedule span,
  .p-instructor .l-contents .sec-operator__info .info-txt .schedule span {
    display: block;
  }
}
.p-sekitei .l-contents .sec-operator__info .info-txt .schedule span.txt-special,
.p-instructor .l-contents .sec-operator__info .info-txt .schedule span.txt-special {
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-operator__info .info-txt .schedule span.txt-special,
  .p-instructor .l-contents .sec-operator__info .info-txt .schedule span.txt-special {
    padding-left: 5.3333333333vw;
  }
}
.p-sekitei .l-contents .sec-profile__box,
.p-instructor .l-contents .sec-profile__box {
  background: #ffffff;
  border-radius: 8px;
  padding: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box,
  .p-instructor .l-contents .sec-profile__box {
    padding: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box,
  .p-instructor .l-contents .sec-profile__box {
    padding: 8vw 5.3333333333vw;
  }
}
.p-sekitei .l-contents .sec-profile__box .profile-list,
.p-instructor .l-contents .sec-profile__box .profile-list {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list,
  .p-instructor .l-contents .sec-profile__box .profile-list {
    margin-bottom: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list,
  .p-instructor .l-contents .sec-profile__box .profile-list {
    margin-bottom: 5.3333333333vw;
  }
}
.p-sekitei .l-contents .sec-profile__box .profile-list .list-item,
.p-instructor .l-contents .sec-profile__box .profile-list .list-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D9D9D9;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list .list-item,
  .p-instructor .l-contents .sec-profile__box .profile-list .list-item {
    padding: 1.953125vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list .list-item,
  .p-instructor .l-contents .sec-profile__box .profile-list .list-item {
    padding: 4vw 0;
  }
}
.p-sekitei .l-contents .sec-profile__box .profile-list .list-item:first-of-type,
.p-instructor .l-contents .sec-profile__box .profile-list .list-item:first-of-type {
  padding-top: 0;
}
.p-sekitei .l-contents .sec-profile__box .profile-list .list-item dt,
.p-instructor .l-contents .sec-profile__box .profile-list .list-item dt {
  width: 20%;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list .list-item dt,
  .p-instructor .l-contents .sec-profile__box .profile-list .list-item dt {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list .list-item dt,
  .p-instructor .l-contents .sec-profile__box .profile-list .list-item dt {
    font-size: 4.8vw;
  }
}
.p-sekitei .l-contents .sec-profile__box .profile-list .list-item dd,
.p-instructor .l-contents .sec-profile__box .profile-list .list-item dd {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list .list-item dd,
  .p-instructor .l-contents .sec-profile__box .profile-list .list-item dd {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box .profile-list .list-item dd,
  .p-instructor .l-contents .sec-profile__box .profile-list .list-item dd {
    font-size: 3.7333333333vw;
  }
}
.p-sekitei .l-contents .sec-profile__box .profile-hobby,
.p-instructor .l-contents .sec-profile__box .profile-hobby {
  width: 100%;
  border: 1px solid #920519;
  border-radius: 8px;
  padding: 2rem 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box .profile-hobby,
  .p-instructor .l-contents .sec-profile__box .profile-hobby {
    padding: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box .profile-hobby,
  .p-instructor .l-contents .sec-profile__box .profile-hobby {
    padding: 4vw 2.6666666667vw;
  }
}
.p-sekitei .l-contents .sec-profile__box .profile-info,
.p-instructor .l-contents .sec-profile__box .profile-info {
  display: flex;
  gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box .profile-info,
  .p-instructor .l-contents .sec-profile__box .profile-info {
    gap: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box .profile-info,
  .p-instructor .l-contents .sec-profile__box .profile-info {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-sekitei .l-contents .sec-profile__box .profile-command,
.p-instructor .l-contents .sec-profile__box .profile-command {
  width: 50%;
  border: 1px solid #920519;
  border-radius: 8px;
  padding: 2rem 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-profile__box .profile-command,
  .p-instructor .l-contents .sec-profile__box .profile-command {
    padding: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-profile__box .profile-command,
  .p-instructor .l-contents .sec-profile__box .profile-command {
    width: 100%;
    padding: 4vw;
  }
}
.p-sekitei .l-contents .sec-links__list,
.p-instructor .l-contents .sec-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-links__list,
  .p-instructor .l-contents .sec-links__list {
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-links__list,
  .p-instructor .l-contents .sec-links__list {
    grid-template-columns: auto;
    gap: 8vw;
  }
}
.p-sekitei .l-contents .sec-links__item a,
.p-instructor .l-contents .sec-links__item a {
  display: block;
}
.p-sekitei .l-contents .sec-links__item a img,
.p-instructor .l-contents .sec-links__item a img {
  transition: opacity 0.3s ease;
}
.p-sekitei .l-contents .sec-links__item a p,
.p-instructor .l-contents .sec-links__item a p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-links__item a p,
  .p-instructor .l-contents .sec-links__item a p {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-links__item a p,
  .p-instructor .l-contents .sec-links__item a p {
    font-size: 3.7333333333vw;
  }
}
.p-sekitei .l-contents .sec-links__item a p.txtlink-ext,
.p-instructor .l-contents .sec-links__item a p.txtlink-ext {
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.p-sekitei .l-contents .sec-links__item a p.txtlink-ext::before,
.p-instructor .l-contents .sec-links__item a p.txtlink-ext::before {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url(../images/common/ext-ico-red.png) no-repeat top left;
  background-size: 100%;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-links__item a p.txtlink-ext::before,
  .p-instructor .l-contents .sec-links__item a p.txtlink-ext::before {
    right: -2.9296875vw;
    width: 1.7578125vw;
    height: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-links__item a p.txtlink-ext::before,
  .p-instructor .l-contents .sec-links__item a p.txtlink-ext::before {
    right: -8vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-sekitei .l-contents .sec-links__item a:hover img,
.p-instructor .l-contents .sec-links__item a:hover img {
  opacity: 0.7;
}
.p-sekitei .l-contents .sec-links__item a:hover p,
.p-instructor .l-contents .sec-links__item a:hover p {
  color: #920519;
}
.p-sekitei .l-contents .sec-links__one,
.p-instructor .l-contents .sec-links__one {
  display: flex;
  justify-content: center;
}
.p-sekitei .l-contents .sec-links__one .one-item,
.p-instructor .l-contents .sec-links__one .one-item {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-links__one .one-item,
  .p-instructor .l-contents .sec-links__one .one-item {
    width: 100%;
  }
}
.p-sekitei .l-contents .sec-company__box,
.p-instructor .l-contents .sec-company__box {
  background: #ffffff;
  border-radius: 8px;
  padding: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-company__box,
  .p-instructor .l-contents .sec-company__box {
    padding: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-company__box,
  .p-instructor .l-contents .sec-company__box {
    padding: 8vw 5.3333333333vw;
  }
}
.p-sekitei .l-contents .sec-company__box .company-list .list-item,
.p-instructor .l-contents .sec-company__box .company-list .list-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D9D9D9;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-company__box .company-list .list-item,
  .p-instructor .l-contents .sec-company__box .company-list .list-item {
    padding: 1.953125vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-company__box .company-list .list-item,
  .p-instructor .l-contents .sec-company__box .company-list .list-item {
    display: flex;
    flex-direction: column;
    padding: 4vw 0;
  }
}
.p-sekitei .l-contents .sec-company__box .company-list .list-item:first-of-type,
.p-instructor .l-contents .sec-company__box .company-list .list-item:first-of-type {
  padding-top: 0;
}
.p-sekitei .l-contents .sec-company__box .company-list .list-item dt, .p-sekitei .l-contents .sec-company__box .company-list .list-item dd,
.p-instructor .l-contents .sec-company__box .company-list .list-item dt,
.p-instructor .l-contents .sec-company__box .company-list .list-item dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-sekitei .l-contents .sec-company__box .company-list .list-item dt, .p-sekitei .l-contents .sec-company__box .company-list .list-item dd,
  .p-instructor .l-contents .sec-company__box .company-list .list-item dt,
  .p-instructor .l-contents .sec-company__box .company-list .list-item dd {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sekitei .l-contents .sec-company__box .company-list .list-item dt, .p-sekitei .l-contents .sec-company__box .company-list .list-item dd,
  .p-instructor .l-contents .sec-company__box .company-list .list-item dt,
  .p-instructor .l-contents .sec-company__box .company-list .list-item dd {
    font-size: 3.7333333333vw;
  }
}
.p-sekitei .l-contents .sec-company__box .company-list .list-item dt,
.p-instructor .l-contents .sec-company__box .company-list .list-item dt {
  width: 30%;
  font-weight: 700;
}
.p-sekitei .l-contents .sec-company__box .company-list .list-item dd,
.p-instructor .l-contents .sec-company__box .company-list .list-item dd {
  flex: 1;
}

.p-goblog .l-contents .sec-blog__content {
  display: grid;
  grid-template-columns: 72rem 32rem;
  column-gap: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog__content {
    grid-template-columns: 72% 32%;
    column-gap: 5.859375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog__content {
    grid-template-columns: auto;
    row-gap: 21.3333333333vw;
  }
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item {
    margin-bottom: 10.6666666667vw;
  }
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea {
    gap: 2.6666666667vw;
    padding-bottom: 4vw;
  }
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-date {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-date {
    font-size: 1.5625vw;
    margin-right: 1.46484375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-date {
    font-size: 3.2vw;
    margin-right: 4vw;
  }
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-cat {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-cat {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-cat {
    font-size: 3.2vw;
  }
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333333;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-ttl {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-ttl {
    font-size: 6.4vw;
  }
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea .blog-ttl a {
  display: block;
  transition: all 0.3s ease;
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-ttlarea:hover a {
  color: #920519;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-articlearea {
  margin: 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog__content .blog-lists .blog-item .blog-articlearea {
    gap: 2.6666666667vw;
    margin: 4vw 0;
  }
}
.p-goblog .l-contents .sec-blog .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog .pagination {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination {
    margin-top: 10.6666666667vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
  gap: 1rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog .pagination__list {
    margin: 0 1.953125vw;
    gap: 0.9765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__list {
    margin: 0 5.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog .pagination__list li {
    width: 2.9296875vw;
    height: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__list li {
    width: 3rem;
    height: 3rem;
  }
}
.p-goblog .l-contents .sec-blog .pagination__list li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog .pagination__list li a {
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__list li a {
    font-size: 3.7333333333vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__list li:hover, .p-goblog .l-contents .sec-blog .pagination__list li.current {
  background: #920519;
}
.p-goblog .l-contents .sec-blog .pagination__list li:hover a, .p-goblog .l-contents .sec-blog .pagination__list li.current a {
  color: #ffffff;
}
.p-goblog .l-contents .sec-blog .pagination__list li.dot {
  pointer-events: none;
  border: none;
  background: none;
  border-radius: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog .pagination__list li.dot {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__list li.dot {
    font-size: 2.6666666667vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__btn {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #920519;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__btn {
    width: 8vw;
    height: 8vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__btn:hover {
  opacity: 0.7;
}
.p-goblog .l-contents .sec-blog .pagination__btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 1rem;
  content: "";
  background-size: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__btn::after {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__btn.prev-arrow::after {
  background: url(../images/common/prev-ico.svg) no-repeat;
}
.p-goblog .l-contents .sec-blog .pagination__btn.next-arrow::after {
  background: url(../images/common/next-ico.svg) no-repeat;
}
.p-goblog .l-contents .sec-blog .pagination__btn.first-btn, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 5.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__btn.first-btn, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn {
    gap: 0.8vw;
    width: 13.8666666667vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__btn.first-btn::after, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn::after {
  display: none;
}
.p-goblog .l-contents .sec-blog .pagination__btn.first-btn span, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog .l-contents .sec-blog .pagination__btn.first-btn span, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn span {
    font-size: 1.171875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__btn.first-btn span, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn span {
    font-size: 3.2vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__btn.first-btn img, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn img {
  width: 0.6rem;
  height: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__btn.first-btn img, .p-goblog .l-contents .sec-blog .pagination__btn.last-btn img {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__btn.first-btn {
  margin-right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__btn.first-btn {
    margin-right: 5.3333333333vw;
  }
}
.p-goblog .l-contents .sec-blog .pagination__btn.last-btn {
  margin-left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog .l-contents .sec-blog .pagination__btn.last-btn {
    margin-left: 5.3333333333vw;
  }
}
.p-goblog.detail .l-contents .sec-blog__content .blog-lists .blog-item {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog.detail .l-contents .sec-blog__content .blog-lists .blog-item {
    padding-bottom: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog.detail .l-contents .sec-blog__content .blog-lists .blog-item {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .list-btn {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  width: 10.2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  background: #920519;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-goblog.detail .l-contents .sec-blog__content .blog-btn .list-btn {
    font-size: 1.3671875vw;
    width: 9.9609375vw;
    height: 3.515625vw;
    line-height: 3.515625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog.detail .l-contents .sec-blog__content .blog-btn .list-btn {
    font-size: 3.7333333333vw;
    width: 27.2vw;
    height: 9.6vw;
    line-height: 9.6vw;
  }
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .list-btn:hover {
  opacity: 0.7;
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow,
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow {
  position: relative;
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #920519;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow,
  .p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow:hover,
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow:hover {
  opacity: 0.7;
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow.is-disabled,
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow::after,
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 1.2rem;
  content: "";
  background-size: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow::after,
  .p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow::after {
    width: 1.8666666667vw;
    height: 3.2vw;
  }
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow.prev-arrow::after,
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow.prev-arrow::after {
  background: url(../images/common/prev-ico.svg) no-repeat;
}
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .prev-arrow.next-arrow::after,
.p-goblog.detail .l-contents .sec-blog__content .blog-btn .next-arrow.next-arrow::after {
  background: url(../images/common/next-ico.svg) no-repeat;
}

.p-rules .l-contents .sec-terms .rules-ttl,
.p-rules .l-contents .sec-privacy .rules-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-rules .l-contents .sec-terms .rules-ttl,
  .p-rules .l-contents .sec-privacy .rules-ttl {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-rules .l-contents .sec-terms .rules-ttl,
  .p-rules .l-contents .sec-privacy .rules-ttl {
    font-size: 5.3333333333vw;
  }
}
.p-rules .l-contents .sec-terms .rules-blk,
.p-rules .l-contents .sec-privacy .rules-blk {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-rules .l-contents .sec-terms .rules-blk,
  .p-rules .l-contents .sec-privacy .rules-blk {
    margin-top: 8vw;
  }
}
.p-rules .l-contents .sec-privacy {
  padding-bottom: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-rules .l-contents .sec-privacy {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-rules .l-contents .sec-privacy {
    padding-bottom: 16vw;
  }
}

.l-page .l-contents .p-form {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form {
    padding-top: 5.859375vw;
    padding-bottom: 9.765625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.l-page .l-contents .p-form__inner {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner {
    width: 100%;
    padding: 0 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner {
    width: 100%;
    padding: 0;
  }
}
.l-page .l-contents .p-form__inner .txt-required {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .txt-required {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .txt-required {
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .p-form__inner .txt-required::before {
  content: "※";
  color: #920519;
  flex-shrink: 0;
  font-size: 1rem;
  margin-top: 0.3rem;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .txt-required::before {
    font-size: 0.9765625vw;
    margin-top: 0.29296875vw;
    margin-right: 0.48828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .txt-required::before {
    font-size: 2.1333333333vw;
    margin-top: 0.8vw;
    margin-right: 1.0666666667vw;
  }
}
.l-page .l-contents .p-form__inner .form-container {
  width: 100%;
  background: #F5F1EE;
  border-radius: 1rem;
  padding: 6rem 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container {
    border-radius: 0.78125vw;
    padding: 3.90625vw 7.8125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container {
    border-radius: 0;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-trial-box {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 3rem 10rem;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box {
    border-radius: 0.78125vw;
    padding: 1.953125vw 7.8125vw;
    margin-bottom: 4.8828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box {
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-trial-box .red-box {
  display: inline-block;
  background: #920519;
  color: #ffffff;
  border-radius: 0.3rem;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box .red-box {
    border-radius: 0.8vw;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-trial-box .txt-note {
  display: flex;
  justify-content: center;
}
.l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box {
  border: 1px solid #920519;
  border-radius: 1rem;
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box {
    border-radius: 2.6666666667vw;
    padding: 4vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box .contact-box {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box .contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box .contact-box .contact-txt {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box .contact-box .contact-txt {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box .contact-box .contact-txt {
    font-size: 5.3333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box .contact-box .contact-txt img {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-trial-box .border-box .contact-box .contact-txt img {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.3333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-ttl {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-ttl {
    font-size: 4.8vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .p-form-accent {
  font-size: 1rem;
  color: #D94242;
  margin-top: 0.3rem;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .p-form-accent {
    font-size: 0.9765625vw;
    margin-top: 0.29296875vw;
    margin-left: 0.48828125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .p-form-accent {
    font-size: 2.1333333333vw;
    margin-top: 0.8vw;
    margin-left: 1.0666666667vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .c-sec-ttl {
  font-size: 3.2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .c-sec-ttl {
    font-size: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .c-sec-ttl {
    font-size: 5.8666666667vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  border-bottom: 1px solid #D9D9D9;
  padding: 3rem 0;
}
.l-page .l-contents .p-form__inner .form-container form .form-col:first-of-type {
  padding-top: 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col {
    gap: 1.953125vw;
    padding: 2.9296875vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 0;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col--center {
  display: flex;
  align-items: center;
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row:first-child {
  width: 28%;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row:first-child {
    width: 100%;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row:last-child {
  width: 70%;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row:last-child {
    width: 100%;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row--center {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row--center {
    gap: 4vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row .row-child {
  display: flex;
  align-items: center;
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row .row-2col {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row .row-2col {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row label {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row label {
    padding: 0.78125vw 0;
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row label {
    padding: 0;
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text],
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email],
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel],
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password],
.l-page .l-contents .p-form__inner .form-container form .form-col .row textarea,
.l-page .l-contents .p-form__inner .form-container form .form-col .row select {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text]::placeholder,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email]::placeholder,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel]::placeholder,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password]::placeholder,
.l-page .l-contents .p-form__inner .form-container form .form-col .row textarea::placeholder,
.l-page .l-contents .p-form__inner .form-container form .form-col .row select::placeholder {
  font-size: 1.6rem;
  color: #CDCDCD;
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text]:focus,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email]:focus,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel]:focus,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password]:focus,
.l-page .l-contents .p-form__inner .form-container form .form-col .row textarea:focus,
.l-page .l-contents .p-form__inner .form-container form .form-col .row select:focus {
  border-color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row select {
    padding: 0.9765625vw 1.46484375vw;
    font-size: 1.5625vw;
    border-radius: 0.48828125vw;
  }
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row select::placeholder {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password],
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row select {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password]::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea::placeholder,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row select::placeholder {
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text].w-300,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email].w-300,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel].w-300,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password].w-300,
.l-page .l-contents .p-form__inner .form-container form .form-col .row textarea.w-300,
.l-page .l-contents .p-form__inner .form-container form .form-col .row select.w-300 {
  width: 30rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea.w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row select.w-300 {
    width: 29.296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password].w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea.w-300,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row select.w-300 {
    width: 100%;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text].birthday,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email].birthday,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel].birthday,
.l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password].birthday,
.l-page .l-contents .p-form__inner .form-container form .form-col .row textarea.birthday,
.l-page .l-contents .p-form__inner .form-container form .form-col .row select.birthday {
  width: 10rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=text].birthday,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=email].birthday,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=tel].birthday,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row input[type=password].birthday,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea.birthday,
  .l-page .l-contents .p-form__inner .form-container form .form-col .row select.birthday {
    width: 21.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-col .row textarea {
  width: 100%;
  height: 30rem;
  resize: none;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-col .row textarea {
    height: 50.6666666667vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-btn-default {
  text-align: center;
}
.l-page .l-contents .p-form__inner .form-container form .form-btn-default input[type=submit] {
  display: inline-block;
  width: 29.2rem;
  height: auto;
  background: #920519;
  border: 1px solid #920519;
  border-radius: 5rem;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-btn-default input[type=submit] {
    width: 28.3203125vw;
    border-radius: 4.8828125vw;
    padding: 1.5625vw;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-btn-default input[type=submit] {
    width: 57.3333333333vw;
    border-radius: 13.3333333333vw;
    padding: 4.2666666667vw;
    margin: 0 auto;
    font-size: 4.2666666667vw;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-btn-default input[type=submit]:hover {
  background: #ffffff;
  color: #920519;
}
.l-page .l-contents .p-form__inner .form-container form .form-btn-default input[type=submit].trial-btn {
  width: 36rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form__inner .form-container form .form-btn-default input[type=submit].trial-btn {
    width: 31.25vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form__inner .form-container form .form-btn-default input[type=submit].trial-btn {
    width: 100%;
  }
}
.l-page .l-contents .p-form__inner .form-container form .form-btn-default .wpcf7-spinner, .l-page .l-contents .p-form__inner .form-container form .form-btn-default br {
  display: none;
}
.l-page .l-contents .p-form__inner .form-container .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
  font-size: 13px;
  color: #ef4c4c;
}
.l-page .l-contents .p-form__inner .form-container .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ef4c4c;
}
.l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=text],
.l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=email],
.l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=tel],
.l-page .l-contents .p-form--confirm .form-container form .form-col .row textarea {
  pointer-events: none;
  background: none;
  border: none;
  border-radius: none;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=text],
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=email],
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=tel],
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row textarea {
    pointer-events: none;
    background: none;
    border: none;
    border-radius: none;
    padding: 1.46484375vw 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=text],
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=email],
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row input[type=tel],
  .l-page .l-contents .p-form--confirm .form-container form .form-col .row textarea {
    pointer-events: none;
    background: none;
    border: none;
    border-radius: none;
    padding: 2.6666666667vw 0;
  }
}
.l-page .l-contents .p-form--confirm .form-container form .form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.l-page .l-contents .p-form--confirm .form-container form .form-btn .form-btn-border input[type=button] {
  display: inline-block;
  width: 29.2rem;
  height: auto;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 5rem;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form--confirm .form-container form .form-btn .form-btn-border input[type=button] {
    width: 28.3203125vw;
    border-radius: 4.8828125vw;
    padding: 1.5625vw;
    font-size: 1.7578125vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form--confirm .form-container form .form-btn .form-btn-border input[type=button] {
    width: 57.3333333333vw;
    border-radius: 13.3333333333vw;
    padding: 4.2666666667vw;
    margin: 0 auto;
    font-size: 4.2666666667vw;
  }
}
.l-page .l-contents .p-form--confirm .form-container form .form-btn .form-btn-border input[type=button]:hover {
  opacity: 0.7;
}
.l-page .l-contents .p-form--confirm .form-container form .form-btn .wpcf7-spinner, .l-page .l-contents .p-form--confirm .form-container form .form-btn br {
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form--confirm .form-container form .form-btn {
    gap: 2.9296875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form--confirm .form-container form .form-btn {
    flex-direction: column;
    gap: 8vw;
  }
}
.l-page .l-contents .p-form--login .form-container form .input_box {
  width: 45rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form--login .form-container form .input_box {
    width: 100%;
  }
}
.l-page .l-contents .p-form--login .form-container form .input_box label {
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form--login .form-container form .input_box label {
    padding-bottom: 0.48828125vw;
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form--login .form-container form .input_box label {
    padding-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .p-form--login .form-container form .input_box input[type=text],
.l-page .l-contents .p-form--login .form-container form .input_box input[type=password] {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
}
.l-page .l-contents .p-form--login .form-container form .input_box input[type=text]::placeholder,
.l-page .l-contents .p-form--login .form-container form .input_box input[type=password]::placeholder {
  font-size: 1.6rem;
  color: #CDCDCD;
}
.l-page .l-contents .p-form--login .form-container form .input_box input[type=text]:focus,
.l-page .l-contents .p-form--login .form-container form .input_box input[type=password]:focus {
  border-color: #920519;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=text],
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=password] {
    padding: 0.9765625vw 1.46484375vw;
    font-size: 1.5625vw;
    border-radius: 0.48828125vw;
  }
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=text]::placeholder,
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=password]::placeholder {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=text],
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=password] {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=text]::placeholder,
  .l-page .l-contents .p-form--login .form-container form .input_box input[type=password]::placeholder {
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .p-form--userReg .form-container form input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.l-page .l-contents .p-form--userReg .form-container form input[type=radio]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #333333;
  opacity: 0;
  transition: all 0.1s ease;
}
.l-page .l-contents .p-form--userReg .form-container form input[type=radio]:checked:before {
  opacity: 1;
}
.l-page .l-contents .p-form--userReg .form-container form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.l-page .l-contents .p-form--userReg .form-container form input[type=checkbox]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  font-size: 1.6rem;
  color: #ffffff;
  content: "✔";
  opacity: 0;
  transition: all 0.1s ease;
}
.l-page .l-contents .p-form--userReg .form-container form input[type=checkbox]:checked {
  background-color: #333333;
}
.l-page .l-contents .p-form--userReg .form-container form input[type=checkbox]:checked:before {
  opacity: 1;
}

.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-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;
  }
}
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */