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

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

strong,
b {
  font-weight: 500;
}

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

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
  letter-spacing: 0;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 768px) {
  body {
    text-size-adjust: none;
  }
}
@media all and (min-width: 48em) {
  body {
    line-height: 2.25;
  }
}
@media print {
  body {
    line-height: 2.25;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

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

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

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

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

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

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

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

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

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

.l-contents {
  text-align: left;
}
.l-contents-v1 {
  max-width: calc(1286px + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-contents-v2 {
  max-width: calc(1000px + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-contents-v3 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 48em) {
  .l-contents-v3 {
    padding: 60px;
  }
}
@media print {
  .l-contents-v3 {
    padding: 60px;
  }
}
.l-contents-v4 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media all and (min-width: 48em) {
  .l-contents-v4 {
    flex-direction: row-reverse;
    gap: 30px;
  }
}
@media print {
  .l-contents-v4 {
    flex-direction: row-reverse;
    gap: 30px;
  }
}
.l-contents-v4__item-v1 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .l-contents-v4__item-v1 {
    width: 160px;
  }
}
@media print {
  .l-contents-v4__item-v1 {
    width: 160px;
  }
}
.l-contents-v4__item-v2 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .l-contents-v4__item-v2 {
    width: calc(100% - 160px);
  }
}
@media print {
  .l-contents-v4__item-v2 {
    width: calc(100% - 160px);
  }
}
.l-contents-v5 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header + main {
  margin-top: 110px;
}
@media all and (min-width: 48em) {
  .l-header + main {
    margin-top: 114px;
  }
}
@media print {
  .l-header + main {
    margin-top: 114px;
  }
}
.l-header-top {
  background-color: #004476;
  width: 100%;
}
.l-header-top__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
.l-header-top__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-header-top__item + .l-header-top__item:before {
  content: "";
  display: flex;
  align-items: center;
  background-image: url(../images/common/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  margin-left: 8px;
}
@media all and (min-width: 48em) {
  .l-header-top__item:hover {
    opacity: 1;
  }
}
@media print {
  .l-header-top__item:hover {
    opacity: 1;
  }
}
.l-header-top__item a {
  opacity: 0.5;
  transition: 0.5s;
}
.l-header-top__item a.is-active {
  opacity: 1;
  pointer-events: none;
}
.l-header-bottom {
  width: 100%;
  background-color: #ffffff;
}
.l-header-bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}
.l-header__menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header__menu {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: #004476;
  }
}
@media all and (min-width: 48em) {
  .l-header__menu {
    display: block;
  }
}
@media print {
  .l-header__menu {
    display: block;
  }
}
.l-header__main {
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-header__main {
    padding: 38px 20px 60px;
    height: calc(100vh - 110px);
    overflow-y: scroll;
  }
}
@media all and (min-width: 48em) {
  .l-header__main {
    display: flex;
    align-items: center;
  }
}
@media print {
  .l-header__main {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 48em) {
  .l-header__main__list {
    display: flex;
    align-items: center;
  }
}
@media print {
  .l-header__main__list {
    display: flex;
    align-items: center;
  }
}
.l-header__main__item {
  display: flex;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .l-header__main__item {
    border-bottom: 1px solid #ffffff;
    padding: 20px;
    position: relative;
  }
}
@media all and (min-width: 48em) {
  .l-header__main__item {
    color: #000000;
    gap: 16px;
  }
}
@media print {
  .l-header__main__item {
    color: #000000;
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__main__item:after {
    content: "";
    display: block;
    background-image: url(../images/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 8px;
    height: 14px;
  }
}
@media all and (min-width: 48em) {
  .l-header__main__item + .l-header__main__item {
    margin-left: 16px;
  }
}
@media print {
  .l-header__main__item + .l-header__main__item {
    margin-left: 16px;
  }
}
@media all and (min-width: 48em) {
  .l-header__main__item + .l-header__main__item:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #A0ABBB;
  }
}
@media print {
  .l-header__main__item + .l-header__main__item:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #A0ABBB;
  }
}
.l-header__main__item.is-hide a {
  pointer-events: none;
  color: #aaa;
}
@media only screen and (max-width: 768px) {
  .l-header__main__item-v2 {
    width: 88%;
    min-height: 57px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media all and (min-width: 48em) {
  .l-header__main__item-v2 {
    flex: none;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    aspect-ratio: 1/1;
  }
}
@media print {
  .l-header__main__item-v2 {
    flex: none;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    aspect-ratio: 1/1;
  }
}
.l-header__toggle {
  width: 47px;
  text-align: center;
}
@media all and (min-width: 48em) {
  .l-header__toggle {
    display: none;
  }
}
@media print {
  .l-header__toggle {
    display: none;
  }
}
.l-header__toggle__main {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid #207FA6;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-header__toggle__item {
  width: 20px;
  height: 2px;
  background-color: #207FA6;
  border-radius: 9999px;
  position: absolute;
  transition: 0.5s;
}
.l-header__toggle__item:nth-of-type(1) {
  top: 15px;
}
.l-header__toggle__item:nth-of-type(2) {
  top: calc(15px + 2px + 6px);
}
.l-header__toggle__item:nth-of-type(3) {
  top: calc(15px + 2px + 6px + 2px + 6px);
}
.l-header__toggle.ic-active .l-header__toggle__item:nth-of-type(1) {
  top: calc(15px + 2px + 6px);
  transform: rotate(135deg);
}
.l-header__toggle.ic-active .l-header__toggle__item:nth-of-type(2) {
  top: calc(15px + 2px + 6px);
  opacity: 0;
}
.l-header__toggle.ic-active .l-header__toggle__item:nth-of-type(3) {
  top: calc(15px + 2px + 6px);
  transform: rotate(-135deg);
}

@media only screen and (max-width: 768px) {
  .project_overview .l-header__main__item:nth-of-type(1) {
    background-color: rgba(180, 223, 255, 0.23);
  }
}
@media all and (min-width: 48em) {
  .project_overview .l-header__main__item:nth-of-type(1) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}
@media print {
  .project_overview .l-header__main__item:nth-of-type(1) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .world .l-header__main__item:nth-of-type(2) {
    background-color: rgba(180, 223, 255, 0.23);
  }
}
@media all and (min-width: 48em) {
  .world .l-header__main__item:nth-of-type(2) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}
@media print {
  .world .l-header__main__item:nth-of-type(2) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .researcher_recruit .l-header__main__item:nth-of-type(3) {
    background-color: rgba(180, 223, 255, 0.23);
  }
}
@media all and (min-width: 48em) {
  .researcher_recruit .l-header__main__item:nth-of-type(3) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}
@media print {
  .researcher_recruit .l-header__main__item:nth-of-type(3) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .recruiting .l-header__main__item:nth-of-type(4) {
    background-color: rgba(180, 223, 255, 0.23);
  }
}
@media all and (min-width: 48em) {
  .recruiting .l-header__main__item:nth-of-type(4) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}
@media print {
  .recruiting .l-header__main__item:nth-of-type(4) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .public_information .l-header__main__item:nth-of-type(5) {
    background-color: rgba(180, 223, 255, 0.23);
  }
}
@media all and (min-width: 48em) {
  .public_information .l-header__main__item:nth-of-type(5) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}
@media print {
  .public_information .l-header__main__item:nth-of-type(5) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .link .l-header__main__item:nth-of-type(6) {
    background-color: rgba(180, 223, 255, 0.23);
  }
}
@media all and (min-width: 48em) {
  .link .l-header__main__item:nth-of-type(6) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}
@media print {
  .link .l-header__main__item:nth-of-type(6) .u-h-o-v2:before {
    display: block;
    transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .access .l-header__main__item-v2:nth-of-type(1) {
    background-color: rgba(180, 223, 255, 0.23);
  }
}

#m1 {
  flex: none;
}

.l-footer {
  margin-top: 60px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  .l-footer {
    margin-top: 80px;
  }
}
@media print {
  .l-footer {
    margin-top: 80px;
  }
}
.l-footer__wrap {
  text-align: center;
}
@media all and (min-width: 48em) {
  .l-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .l-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer-head {
  width: 100%;
}
@media all and (min-width: 48em) {
  .l-footer-head {
    max-width: 333px;
  }
}
@media print {
  .l-footer-head {
    max-width: 333px;
  }
}
.l-footer-foot {
  width: 100%;
  max-width: 298px;
}
.l-footer-copy {
  width: 100%;
  display: block;
  padding: 8px 20px;
}
@media all and (min-width: 48em) {
  .l-footer-copy {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print {
  .l-footer-copy {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #ffffff;
}
.c-breadcrumb__item a {
  color: #A0ABBB;
}
.c-breadcrumb__item + .c-breadcrumb__item:before {
  content: "";
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  width: 20px;
  height: 1px;
  background-color: #A0ABBB;
}

.c-title-v1__wrap {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 48em) {
  .c-title-v1__wrap {
    gap: 6px;
  }
}
@media print {
  .c-title-v1__wrap {
    gap: 6px;
  }
}
.c-title-v1__ja {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (min-width: 48em) {
  .c-title-v1__ja {
    gap: 20px;
  }
}
@media print {
  .c-title-v1__ja {
    gap: 20px;
  }
}
.c-title-v1__ja:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #004476;
}

.c-title-v2 {
  border-bottom: 1px solid #DCDDDD;
  position: relative;
  padding-bottom: 14px;
}
@media all and (min-width: 48em) {
  .c-title-v2 {
    padding-bottom: 20px;
  }
}
@media print {
  .c-title-v2 {
    padding-bottom: 20px;
  }
}
.c-title-v2:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #207FA6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-title-v3 {
  display: flex;
  gap: 20px;
}
@media all and (min-width: 48em) {
  .c-title-v3 {
    gap: 40px;
  }
}
@media print {
  .c-title-v3 {
    gap: 40px;
  }
}
.c-title-v3:before {
  content: "";
  display: block;
  width: 4px;
  background-color: #207FA6;
}

.c-title-v4 {
  display: flex;
  gap: 10px;
}
.c-title-v4:before {
  content: "";
  display: block;
  width: 4px;
  background-color: #207FA6;
}

.c-text-v1 {
  font-size: 1.8rem;
}
@media all and (min-width: 48em) {
  .c-text-v1 {
    font-size: 1.4rem;
  }
}
@media print {
  .c-text-v1 {
    font-size: 1.4rem;
  }
}
.c-text-v2 {
  font-size: 1.6rem;
}
.c-text-v3 {
  font-size: 1.2rem;
}
.c-text-v4 {
  font-size: 1.4rem;
}
@media all and (min-width: 48em) {
  .c-text-v4 {
    font-size: 1.8rem;
  }
}
@media print {
  .c-text-v4 {
    font-size: 1.8rem;
  }
}
.c-text-v5 {
  font-size: 1.5rem;
}
@media all and (min-width: 48em) {
  .c-text-v5 {
    font-size: 3.2rem;
  }
}
@media print {
  .c-text-v5 {
    font-size: 3.2rem;
  }
}
.c-text-v6 {
  font-size: 1.4rem;
}
@media all and (min-width: 48em) {
  .c-text-v6 {
    font-size: 1.6rem;
  }
}
@media print {
  .c-text-v6 {
    font-size: 1.6rem;
  }
}
.c-text-v7 {
  font-size: 2.4rem;
}
@media all and (min-width: 48em) {
  .c-text-v7 {
    font-size: 4rem;
  }
}
@media print {
  .c-text-v7 {
    font-size: 4rem;
  }
}
.c-text-v8 {
  font-size: 1.2rem;
}
@media all and (min-width: 48em) {
  .c-text-v8 {
    font-size: 1.4rem;
  }
}
@media print {
  .c-text-v8 {
    font-size: 1.4rem;
  }
}
.c-text-v9 {
  font-size: 1.4rem;
}
.c-text-v10 {
  font-size: 1.1rem;
}
@media all and (min-width: 48em) {
  .c-text-v10 {
    font-size: 1.2rem;
  }
}
@media print {
  .c-text-v10 {
    font-size: 1.2rem;
  }
}
.c-text-v11 {
  font-size: 3.6rem;
}
@media all and (min-width: 48em) {
  .c-text-v11 {
    font-size: 6rem;
  }
}
@media print {
  .c-text-v11 {
    font-size: 6rem;
  }
}
.c-text-v12 {
  font-size: 2rem;
}
@media all and (min-width: 48em) {
  .c-text-v12 {
    font-size: 2.4rem;
  }
}
@media print {
  .c-text-v12 {
    font-size: 2.4rem;
  }
}
.c-text-v13 {
  font-size: 1.8rem;
}
@media all and (min-width: 48em) {
  .c-text-v13 {
    font-size: 2.4rem;
  }
}
@media print {
  .c-text-v13 {
    font-size: 2.4rem;
  }
}
.c-text-v14 {
  font-size: 1.8rem;
}
.c-text-v15 {
  font-size: 1.3rem;
}
.c-text-v16 {
  font-size: 1.6rem;
}
@media all and (min-width: 48em) {
  .c-text-v16 {
    font-size: 2.4rem;
  }
}
@media print {
  .c-text-v16 {
    font-size: 2.4rem;
  }
}
.c-text-v17 {
  font-size: 1.2rem;
}
@media all and (min-width: 48em) {
  .c-text-v17 {
    font-size: 1.6rem;
  }
}
@media print {
  .c-text-v17 {
    font-size: 1.6rem;
  }
}
.c-text-v18 {
  font-size: 1.8rem;
}
@media all and (min-width: 48em) {
  .c-text-v18 {
    font-size: 3rem;
  }
}
@media print {
  .c-text-v18 {
    font-size: 3rem;
  }
}
.c-text-shadow-v1 {
  text-shadow: 2px 2px 10px #004476, -2px 2px 10px #004476, 2px -2px 10px #004476, -2px -2px 10px #004476;
}
.c-text-ls-v1 {
  letter-spacing: 0.1em;
}
.c-text-ls-v2 {
  letter-spacing: 0;
}
.c-text-lh-v1 {
  line-height: 1;
}
.c-text-lh-v2 {
  line-height: 2;
}
.c-text-lh-v3 {
  line-height: 1.875;
}
.c-text-lh-v4 {
  line-height: 1.85;
}
@media all and (min-width: 48em) {
  .c-text-lh-v4 {
    line-height: 2.25;
  }
}
@media print {
  .c-text-lh-v4 {
    line-height: 2.25;
  }
}
.c-text-lh-v5 {
  line-height: 1.85;
}
@media all and (min-width: 48em) {
  .c-text-lh-v5 {
    line-height: 1.7;
  }
}
@media print {
  .c-text-lh-v5 {
    line-height: 1.7;
  }
}
.c-text-lh-v6 {
  line-height: 1.4;
}
.c-text-lh-v7 {
  line-height: 1.5;
}
.c-text-nowrap {
  white-space: nowrap;
}
.c-text-indent-v1 {
  text-indent: -1em;
  padding-left: 1em;
}
.c-text-under {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .c-text-toggle-v1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDDDD;
    padding-right: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .c-text-toggle-v1:after {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23207FA6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
  }
}
.c-text-toggle-v1.is-active:after {
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .c-text-toggle-v1 + div {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .c-table-v1 thead, .c-table-v1 body, .c-table-v1 tfoot, .c-table-v1 tr, .c-table-v1 th, .c-table-v1 td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .c-table-v1 td {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-table-v1 tr + tr {
    margin-top: 20px;
  }
}

.c-list-v1 {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.c-list-v1:before {
  content: "・";
  display: block;
  flex: none;
}

.c-mv {
  background-image: url(../images/common/mv_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 40px;
}
@media all and (min-width: 48em) {
  .c-mv {
    background-image: url(../images/common/mv_pc.png);
    padding-top: 80px;
  }
}
@media print {
  .c-mv {
    background-image: url(../images/common/mv_pc.png);
    padding-top: 80px;
  }
}
.c-mv__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ffffff;
  line-height: 1.3;
}

.c-box-v1 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-box-v1 {
    flex-direction: column;
  }
}
.c-box-v1__item-v1 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .c-box-v1__item-v1 {
    width: 31%;
  }
}
@media print {
  .c-box-v1__item-v1 {
    width: 31%;
  }
}

.c-box-v2 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 48em) {
  .c-box-v2 {
    width: 100%;
    max-width: 375px;
  }
}
@media print {
  .c-box-v2 {
    width: 100%;
    max-width: 375px;
  }
}

.c-box-v3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .c-box-v3 {
    justify-content: space-between;
  }
}
@media all and (min-width: 48em) {
  .c-box-v3 {
    gap: 20px;
  }
}
@media print {
  .c-box-v3 {
    gap: 20px;
  }
}
.c-box-v3__item-v1 {
  width: calc(calc(100% / 2) - calc(15px / 2));
}
@media all and (min-width: 48em) {
  .c-box-v3__item-v1 {
    width: calc(calc(100% / 3) - calc(40px / 3));
  }
}
@media print {
  .c-box-v3__item-v1 {
    width: calc(calc(100% / 3) - calc(40px / 3));
  }
}

.c-box-v4 {
  width: 100%;
  border-bottom: 1px solid #DCDDDD;
  padding-bottom: 20px;
}
.c-box-v4 + .c-box-v4 {
  padding-top: 20px;
}
@media all and (min-width: 48em) {
  .c-box-v4__item-v1 {
    width: 180px;
  }
}
@media print {
  .c-box-v4__item-v1 {
    width: 180px;
  }
}

.c-box-v5 {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 48em) {
  .c-box-v5 {
    width: 100%;
    max-width: 292px;
  }
}
@media print {
  .c-box-v5 {
    width: 100%;
    max-width: 292px;
  }
}

.c-box-v6 {
  width: 100%;
  border-bottom: 1px solid #DCDDDD;
  padding-bottom: 10px;
}
.c-box-v6 + .c-box-v6 {
  padding-top: 10px;
}

.c-btn-v1 {
  border-radius: 9999px;
  background-color: #F1F3F5;
  box-shadow: inset 2px 3px 6px 0px rgba(0, 0, 0, 0.1);
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  position: relative;
}
@media all and (min-width: 48em) {
  .c-btn-v1 {
    gap: 30px;
    padding: 0 40px;
    transition-duration: 0.4s;
    overflow: hidden;
    z-index: 2;
  }
}
@media print {
  .c-btn-v1 {
    gap: 30px;
    padding: 0 40px;
    transition-duration: 0.4s;
    overflow: hidden;
    z-index: 2;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v1:before {
    content: "";
    display: block;
    background: #004476;
    border-radius: 50%;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
}
@media print {
  .c-btn-v1:before {
    content: "";
    display: block;
    background: #004476;
    border-radius: 50%;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
}
.c-btn-v1:after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
}
@media all and (min-width: 48em) {
  .c-btn-v1:after {
    transition: 0.5s;
    right: 40px;
  }
}
@media print {
  .c-btn-v1:after {
    transition: 0.5s;
    right: 40px;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v1:hover {
    color: #ffffff;
  }
}
@media print {
  .c-btn-v1:hover {
    color: #ffffff;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v1:hover:before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}
@media print {
  .c-btn-v1:hover:before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v1:hover:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  }
}
@media print {
  .c-btn-v1:hover:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  }
}

.c-btn-v2 {
  border-radius: 9999px;
  background-color: #F1F3F5;
  box-shadow: inset 2px 3px 6px 0px rgba(0, 0, 0, 0.1);
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 40px 0 20px;
  position: relative;
}
@media all and (min-width: 48em) {
  .c-btn-v2 {
    gap: 30px;
    padding: 0 70px 0 40px;
    transition-duration: 0.4s;
    overflow: hidden;
    z-index: 2;
  }
}
@media print {
  .c-btn-v2 {
    gap: 30px;
    padding: 0 70px 0 40px;
    transition-duration: 0.4s;
    overflow: hidden;
    z-index: 2;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v2:before {
    content: "";
    display: block;
    background: #004476;
    border-radius: 50%;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
}
@media print {
  .c-btn-v2:before {
    content: "";
    display: block;
    background: #004476;
    border-radius: 50%;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s, transform 0s;
    transition-delay: 0s, 0.4s;
  }
}
.c-btn-v2:after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
}
@media all and (min-width: 48em) {
  .c-btn-v2:after {
    transition: 0.5s;
    right: 40px;
  }
}
@media print {
  .c-btn-v2:after {
    transition: 0.5s;
    right: 40px;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v2:hover {
    color: #ffffff;
  }
}
@media print {
  .c-btn-v2:hover {
    color: #ffffff;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v2:hover:before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}
@media print {
  .c-btn-v2:hover:before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}
@media all and (min-width: 48em) {
  .c-btn-v2:hover:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  }
}
@media print {
  .c-btn-v2:hover:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  }
}

.c-item-v1 {
  gap: 20px;
}
@media all and (min-width: 48em) {
  .c-item-v1 {
    gap: 20px 2.2%;
  }
}
@media print {
  .c-item-v1 {
    gap: 20px 2.2%;
  }
}

.c-item-v2 {
  gap: 60px;
}
@media all and (min-width: 48em) {
  .c-item-v2 {
    gap: 40px;
  }
}
@media print {
  .c-item-v2 {
    gap: 40px;
  }
}

.c-item-v3 {
  gap: 10px;
}
@media all and (min-width: 48em) {
  .c-item-v3 {
    gap: 40px;
  }
}
@media print {
  .c-item-v3 {
    gap: 40px;
  }
}

.c-item-v4 {
  width: 100%;
  max-width: 188px;
}
@media all and (min-width: 48em) {
  .c-item-v4 {
    max-width: 255px;
  }
}
@media print {
  .c-item-v4 {
    max-width: 255px;
  }
}

.c-item-v5 {
  gap: 20px;
}
@media all and (min-width: 48em) {
  .c-item-v5 {
    gap: 40px;
  }
}
@media print {
  .c-item-v5 {
    gap: 40px;
  }
}

.c-item-v6 {
  border-top: 1px solid #DCDDDD;
}

.c-item-v7 {
  gap: 20px;
}

.c-item-v8 {
  display: flex;
  align-items: center;
  gap: 14px;
  word-break: break-all;
}
.c-item-v8:before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23207FA6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  flex: none;
}

.c-item-v9 {
  overflow: hidden;
}

.c-item-v10 {
  width: 100%;
  max-width: 150px;
}

.c-item-center {
  margin-left: auto;
  margin-right: auto;
}

.c-cms * {
  margin-top: 1em;
}
.c-cms p {
  font-size: 1.4rem;
}
@media all and (min-width: 48em) {
  .c-cms p {
    font-size: 1.6rem;
  }
}
@media print {
  .c-cms p {
    font-size: 1.6rem;
  }
}
.c-cms h1, .c-cms h2, .c-cms h3, .c-cms h4, .c-cms h5, .c-cms h6 {
  font-weight: bold;
}
.c-cms h1 {
  border-bottom: 1px solid #DCDDDD;
  position: relative;
  padding-bottom: 14px;
  font-size: 1.8rem;
}
@media all and (min-width: 48em) {
  .c-cms h1 {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
@media print {
  .c-cms h1 {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
.c-cms h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #207FA6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-cms h2 {
  display: flex;
  gap: 20px;
  font-size: 1.8rem;
}
@media all and (min-width: 48em) {
  .c-cms h2 {
    font-size: 2.4rem;
    gap: 40px;
  }
}
@media print {
  .c-cms h2 {
    font-size: 2.4rem;
    gap: 40px;
  }
}
.c-cms h2:before {
  content: "";
  display: block;
  width: 4px;
  background-color: #207FA6;
}
.c-cms h3 {
  font-size: 1.8rem;
}
@media all and (min-width: 48em) {
  .c-cms h3 {
    font-size: 2.4rem;
  }
}
@media print {
  .c-cms h3 {
    font-size: 2.4rem;
  }
}
.c-cms h4 {
  font-size: 1.7rem;
}
@media all and (min-width: 48em) {
  .c-cms h4 {
    font-size: 2.2rem;
  }
}
@media print {
  .c-cms h4 {
    font-size: 2.2rem;
  }
}
.c-cms h5 {
  font-size: 1.6rem;
}
@media all and (min-width: 48em) {
  .c-cms h5 {
    font-size: 2rem;
  }
}
@media print {
  .c-cms h5 {
    font-size: 2rem;
  }
}
.c-cms strong {
  font-weight: bold;
}
.c-cms italic, .c-cms em {
  font-style: italic;
}
.c-cms a {
  text-decoration: underline;
  transition: 0.5s;
  word-break: break-all;
  color: #207FA6;
}
@media all and (min-width: 48em) {
  .c-cms a:hover {
    opacity: 0.5;
  }
}
@media print {
  .c-cms a:hover {
    opacity: 0.5;
  }
}
.c-cms blockquote {
  background-color: #EEEEEE;
  padding: 2em 3em;
  position: relative;
}
.c-cms blockquote:before {
  content: "❝";
  color: #cfcfcf;
  font-size: 3em;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 1;
}
.c-cms ul {
  width: 100%;
}
.c-cms ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 1.4rem;
}
@media all and (min-width: 48em) {
  .c-cms ul li {
    font-size: 1.6rem;
  }
}
@media print {
  .c-cms ul li {
    font-size: 1.6rem;
  }
}
.c-cms ul li:before {
  content: "・";
  display: block;
  flex: none;
}
.c-cms ul li + li {
  margin-top: 5px;
}
.c-cms ul ul, .c-cms ul ol {
  margin-left: 1em;
  margin-top: 0 !important;
}
.c-cms ol {
  width: 100%;
  counter-reset: num 0;
}
.c-cms ol li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.c-cms ol li:before {
  counter-increment: num 1;
  content: counter(num) ". ";
  display: block;
}
.c-cms ol li + li {
  margin-top: 5px;
}
.c-cms ol ul, .c-cms ol ol {
  margin-left: 1em;
  margin-top: 0 !important;
}
.c-cms img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-cms img {
    width: 100%;
  }
}
.c-cms table {
  width: 100%;
}
.c-cms table th, .c-cms table td {
  padding: 20px;
  border: 1px solid #707070;
}
.c-cms table th {
  background-color: #EEEEEE;
}

.p-top__mv {
  background-image: url(../images/index/mv_sp.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-top__mv {
    background-image: url(../images/index/mv_pc.jpg);
    aspect-ratio: 1366/906;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print {
  .p-top__mv {
    background-image: url(../images/index/mv_pc.jpg);
    aspect-ratio: 1366/906;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-top__mv__wrap {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (min-width: 48em) {
  .p-top__mv__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .p-top__mv__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-top__bg-v1 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top__bg-v1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .p-top__bg-v1:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/index/bg02.jpg);
    background-repeat: repeat;
    background-size: 100%;
    position: absolute;
    top: -50px;
    left: 0;
  }
}
.p-top__bg-v1:after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../images/index/bg01_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 375/220;
  position: absolute;
  top: -40px;
  left: 0;
}
@media all and (min-width: 48em) {
  .p-top__bg-v1:after {
    background-image: url(../images/index/bg01_pc.svg);
    top: -40px;
    aspect-ratio: 1366/803;
    z-index: 0;
  }
}
@media print {
  .p-top__bg-v1:after {
    background-image: url(../images/index/bg01_pc.svg);
    top: -40px;
    aspect-ratio: 1366/803;
    z-index: 0;
  }
}
.p-top__sec-v1 {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 48em) {
  .p-top__sec-v1 {
    padding: 60px;
  }
}
@media print {
  .p-top__sec-v1 {
    padding: 60px;
  }
}

.p-news__item-v1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #DCDDDD;
  padding-bottom: 20px;
}
.p-news__item-v1:not(:nth-of-type(1)) {
  padding-top: 20px;
}
.p-news__item-v1-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (min-width: 48em) {
  .p-news__item-v1-head {
    gap: 20px;
  }
}
@media print {
  .p-news__item-v1-head {
    gap: 20px;
  }
}
@media all and (min-width: 48em) {
  .p-news__item-v1-foot {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media print {
  .p-news__item-v1-foot {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media all and (min-width: 48em) {
  .p-news__item-v1-foot__text {
    width: calc(100% - 100px);
  }
}
@media print {
  .p-news__item-v1-foot__text {
    width: calc(100% - 100px);
  }
}
.p-news__item-v1__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.p-news__item-v1__text:after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23004476" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  flex: none;
}

.p-news-cat {
  width: 100px;
  min-height: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.p-news-cat--activity_report {
  background-color: #1D9A80;
}
.p-news-cat--info {
  background-color: #207FA6;
}
.p-news-cat--event {
  background-color: #37A7CA;
}

.p-project_overview__box-v1 {
  position: relative;
  background-color: #EFEFEF;
  padding: 10px 10px 20px;
}
.p-project_overview__box-v1__title {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.p-project_overview__box-v1__flag {
  position: absolute;
  top: -10px;
  right: 0;
  border: 2px solid #fff;
}
.p-project_overview__box-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
}
.p-project_overview__box-v2 svg {
  flex: none;
  width: 20px;
}
.p-project_overview__box-v3 {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 48em) {
  .p-project_overview__box-v3 {
    width: 100%;
    max-width: 498px;
  }
}
@media print {
  .p-project_overview__box-v3 {
    width: 100%;
    max-width: 498px;
  }
}

.map-fukidashi {
  display: none;
}
.map-fukidashi.is-active {
  display: block;
}

.map-area:hover {
  cursor: pointer;
}

.p-world__box-v1 {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 48em) {
  .p-world__box-v1:hover img {
    transform: scale(1.1);
  }
}
@media print {
  .p-world__box-v1:hover img {
    transform: scale(1.1);
  }
}
@media all and (min-width: 48em) {
  .p-world__box-v1__img {
    aspect-ratio: 7/5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media all and (min-width: 48em) and (min-width: 48em) {
  .p-world__box-v1__img {
    max-height: 200px;
    height: 100%;
  }
}
@media print and (min-width: 48em) {
  .p-world__box-v1__img {
    max-height: 200px;
    height: 100%;
  }
}
@media all and (min-width: 48em) {
  .p-world__box-v1__img img {
    object-fit: cover;
    width: 100%;
  }
}
@media all and (min-width: 48em) and (min-width: 48em) {
  .p-world__box-v1__img img {
    transition: 0.5s;
  }
}
@media print and (min-width: 48em) {
  .p-world__box-v1__img img {
    transition: 0.5s;
  }
}
@media print {
  .p-world__box-v1__img {
    aspect-ratio: 7/5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media print and (min-width: 48em) {
  .p-world__box-v1__img {
    max-height: 200px;
    height: 100%;
  }
}
@media print {
  .p-world__box-v1__img {
    max-height: 200px;
    height: 100%;
  }
}
@media print {
  .p-world__box-v1__img img {
    object-fit: cover;
    width: 100%;
  }
}
@media print and (min-width: 48em) {
  .p-world__box-v1__img img {
    transition: 0.5s;
  }
}
@media print {
  .p-world__box-v1__img img {
    transition: 0.5s;
  }
}
.p-world__box-v1__wrap {
  padding: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  .p-world__box-v1__wrap {
    height: 100%;
  }
}
@media print {
  .p-world__box-v1__wrap {
    height: 100%;
  }
}
.p-world__box-v1__item {
  margin-top: auto;
}
.p-world__box-v2 {
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .p-world__box-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (min-width: 48em) {
  .p-world__box-v2 {
    transition: 0.5s;
  }
}
@media print {
  .p-world__box-v2 {
    transition: 0.5s;
  }
}
@media all and (min-width: 48em) {
  .p-world__box-v2:hover img {
    transform: scale(1.1);
  }
}
@media print {
  .p-world__box-v2:hover img {
    transform: scale(1.1);
  }
}
.p-world__box-v2__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-world__box-v2__img {
    max-width: 100px;
    margin-right: 10px;
  }
}
@media all and (min-width: 48em) {
  .p-world__box-v2__img {
    max-height: 260px;
    height: 100%;
  }
}
@media print {
  .p-world__box-v2__img {
    max-height: 260px;
    height: 100%;
  }
}
.p-world__box-v2__img img {
  object-fit: cover;
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-world__box-v2__img img {
    transition: 0.5s;
  }
}
@media print {
  .p-world__box-v2__img img {
    transition: 0.5s;
  }
}
.p-world__box-v3 {
  display: flex;
  flex-wrap: wrap;
}
.p-world__box-v3__item {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.p-world__box-v3__item:nth-of-type(odd) {
  border-right: 1px solid #EEEEEE;
}
.p-world__box-v3__item:nth-of-type(even) {
  padding-left: 20px;
}
.p-world__box-v3__item:nth-of-type(2n):last-of-type, .p-world__box-v3__item:last-of-type {
  border-bottom: 0;
}
.p-world-map {
  width: 100%;
  display: block;
}
.p-world__toggle-v1 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  position: relative;
}
.p-world__toggle-v1:before, .p-world__toggle-v1:after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  transition: 0.5s;
}
.p-world__toggle-v1:before {
  width: 20px;
  height: 2px;
  right: 20px;
}
.p-world__toggle-v1:after {
  width: 2px;
  height: 20px;
  right: 29px;
}
.p-world__toggle-v1.is-active:after {
  transform: rotate(90deg);
}
.p-world__toggle-v1__bottom {
  display: none;
  border-bottom: 1px solid #EEEEEE;
}
.p-world__item-v1 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-world__item-v1 {
    max-width: 480px;
  }
}
@media print {
  .p-world__item-v1 {
    max-width: 480px;
  }
}
.p-world__item-v2 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-world__item-v2 {
    width: calc(100% - 480px);
  }
}
@media print {
  .p-world__item-v2 {
    width: calc(100% - 480px);
  }
}
.p-world__item-v3 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-world__item-v3 {
    width: calc(100% - 330px);
  }
}
@media print {
  .p-world__item-v3 {
    width: calc(100% - 330px);
  }
}
.p-world__item-v4 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-world__item-v4 {
    max-width: 330px;
  }
}
@media print {
  .p-world__item-v4 {
    max-width: 330px;
  }
}
.p-world__item-v5 {
  aspect-ratio: 240/260;
  max-height: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-world__item-v5 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 48em) {
  .p-world__item-v5 {
    aspect-ratio: 220/300;
    max-height: 300px;
  }
}
@media print {
  .p-world__item-v5 {
    aspect-ratio: 220/300;
    max-height: 300px;
  }
}
.p-world__item-v5 img {
  object-fit: cover;
  width: 100%;
}
.p-world__item-v6 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-world__item-v6 {
    width: calc(100% - 220px);
  }
}
@media print {
  .p-world__item-v6 {
    width: calc(100% - 220px);
  }
}

.p-researcher_recruit__box-v1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F1F3F5;
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .p-researcher_recruit__box-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-researcher_recruit__box-v1__wrap {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-researcher_recruit__box-v1__wrap {
    flex-direction: column;
  }
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v1__wrap {
    padding-left: 26px;
    padding-right: 26px;
    gap: 20px 30px;
  }
}
@media print {
  .p-researcher_recruit__box-v1__wrap {
    padding-left: 26px;
    padding-right: 26px;
    gap: 20px 30px;
  }
}
.p-researcher_recruit__box-v1__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v1__item {
    gap: 14px;
  }
}
@media print {
  .p-researcher_recruit__box-v1__item {
    gap: 14px;
  }
}
.p-researcher_recruit__box-v1__item:before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23207FA6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
}
.p-researcher_recruit__box-v1__item-v2 {
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-researcher_recruit__box-v1__item-v2:before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23207FA6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v2 {
    transition: 0.5s;
  }
}
@media print {
  .p-researcher_recruit__box-v2 {
    transition: 0.5s;
  }
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v2:hover img {
    transform: scale(1.1);
  }
}
@media print {
  .p-researcher_recruit__box-v2:hover img {
    transform: scale(1.1);
  }
}
.p-researcher_recruit__box-v2__img {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v2__img {
    max-height: 280px;
  }
}
@media print {
  .p-researcher_recruit__box-v2__img {
    max-height: 280px;
  }
}
.p-researcher_recruit__box-v2__img img {
  object-fit: cover;
  width: 100%;
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v2__img img {
    transition: 0.5s;
  }
}
@media print {
  .p-researcher_recruit__box-v2__img img {
    transition: 0.5s;
  }
}
.p-researcher_recruit__box-v2__main {
  padding: 10px;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v2__main {
    padding: 20px;
  }
}
@media print {
  .p-researcher_recruit__box-v2__main {
    padding: 20px;
  }
}
.p-researcher_recruit__box-v3 {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-researcher_recruit__box-v3 {
    flex-direction: column;
  }
}
@media all and (min-width: 48em) {
  .p-researcher_recruit__box-v3 {
    gap: 60px;
  }
}
@media print {
  .p-researcher_recruit__box-v3 {
    gap: 60px;
  }
}
.p-researcher_recruit__box-v3__img {
  max-width: 300px;
  width: 100%;
}

.cat--zambia {
  background-color: #1D7C31;
}
.cat--philippines {
  background-color: #F0831E;
}
.cat--myanmar {
  background-color: #D368A4;
}
.cat--china {
  background-color: #526592;
}
.cat--ghana {
  background-color: #867E79;
}
.cat--thailand {
  background-color: #005089;
}
.cat--congomin {
  background-color: #00AFE5;
}
.cat--indonesia {
  background-color: #EE87B4;
}
.cat--india {
  background-color: #729E2C;
}
.cat--vietnam {
  background-color: #BB1632;
}
.cat--brazil {
  background-color: #FDD000;
}

.u-b-def {
  border: 1px solid;
}
.u-bt-solid {
  border-style: solid;
  border-top: 0.1rem;
}
.u-bt-dotted {
  border-style: dotted;
  border-top: 0.1rem;
}
.u-br-solid {
  border-style: solid;
  border-right: 0.1rem;
}
.u-br-dotted {
  border-style: dotted;
  border-right: 0.1rem;
}
.u-bb-solid {
  border-style: solid;
  border-bottom: 0.1rem;
}
.u-bb-dotted {
  border-style: dotted;
  border-bottom: 0.1rem;
}
.u-bl-solid {
  border-style: solid;
  border-left: 0.1rem;
}
.u-bl-dotted {
  border-style: dotted;
  border-left: 0.1rem;
}
.u-b-all-solid {
  border: 0.1rem;
  border-style: solid;
}

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

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

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

.u-c-color-v1 {
  color: #207FA6;
}

.u-c-color-v2 {
  color: #004476;
}

.u-c-color-v3 {
  color: #A0ABBB;
}

.u-c-color-v4 {
  color: #B6D676;
}

.u-c-color-v5 {
  color: #DCDDDD;
}

.u-c-color-v6 {
  color: #EFEFEF;
}

.u-c-color-v7 {
  color: #F1F3F5;
}

.u-c-color-v8 {
  color: #37A7CA;
}

.u-c-brazil {
  color: #FDD000;
}

.u-c-china {
  color: #526592;
}

.u-c-congomin {
  color: #00AFE5;
}

.u-c-ghana {
  color: #867E79;
}

.u-c-india {
  color: #729E2C;
}

.u-c-indonesia {
  color: #EE87B4;
}

.u-c-myanmar {
  color: #D368A4;
}

.u-c-philippines {
  color: #F0831E;
}

.u-c-thailand {
  color: #005089;
}

.u-c-vietnam {
  color: #BB1632;
}

.u-c-zambia {
  color: #1D7C31;
}

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

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

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

.u-bg-color-v1 {
  background-color: #207FA6;
}

.u-bg-color-v2 {
  background-color: #004476;
}

.u-bg-color-v3 {
  background-color: #A0ABBB;
}

.u-bg-color-v4 {
  background-color: #B6D676;
}

.u-bg-color-v5 {
  background-color: #DCDDDD;
}

.u-bg-color-v6 {
  background-color: #EFEFEF;
}

.u-bg-color-v7 {
  background-color: #F1F3F5;
}

.u-bg-color-v8 {
  background-color: #37A7CA;
}

.u-bg-brazil {
  background-color: #FDD000;
}

.u-bg-china {
  background-color: #526592;
}

.u-bg-congomin {
  background-color: #00AFE5;
}

.u-bg-ghana {
  background-color: #867E79;
}

.u-bg-india {
  background-color: #729E2C;
}

.u-bg-indonesia {
  background-color: #EE87B4;
}

.u-bg-myanmar {
  background-color: #D368A4;
}

.u-bg-philippines {
  background-color: #F0831E;
}

.u-bg-thailand {
  background-color: #005089;
}

.u-bg-vietnam {
  background-color: #BB1632;
}

.u-bg-zambia {
  background-color: #1D7C31;
}

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

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

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

.u-b-c-color-v1 {
  background-color: #207FA6;
}

.u-b-c-color-v2 {
  background-color: #004476;
}

.u-b-c-color-v3 {
  background-color: #A0ABBB;
}

.u-b-c-color-v4 {
  background-color: #B6D676;
}

.u-b-c-color-v5 {
  background-color: #DCDDDD;
}

.u-b-c-color-v6 {
  background-color: #EFEFEF;
}

.u-b-c-color-v7 {
  background-color: #F1F3F5;
}

.u-b-c-color-v8 {
  background-color: #37A7CA;
}

.u-b-c-brazil {
  background-color: #FDD000;
}

.u-b-c-china {
  background-color: #526592;
}

.u-b-c-congomin {
  background-color: #00AFE5;
}

.u-b-c-ghana {
  background-color: #867E79;
}

.u-b-c-india {
  background-color: #729E2C;
}

.u-b-c-indonesia {
  background-color: #EE87B4;
}

.u-b-c-myanmar {
  background-color: #D368A4;
}

.u-b-c-philippines {
  background-color: #F0831E;
}

.u-b-c-thailand {
  background-color: #005089;
}

.u-b-c-vietnam {
  background-color: #BB1632;
}

.u-b-c-zambia {
  background-color: #1D7C31;
}

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

@media all and (min-width: 769px) {
  .u-d-pc-b {
    display: block;
  }
  .u-d-pc-ib {
    display: inline-block;
  }
  .u-d-pc-i {
    display: inline;
  }
  .u-d-pc-t {
    display: table;
  }
  .u-d-pc-tc {
    display: table-cell;
  }
}
@media print {
  .u-d-pc-b {
    display: block;
  }
  .u-d-pc-ib {
    display: inline-block;
  }
  .u-d-pc-i {
    display: inline;
  }
  .u-d-pc-t {
    display: table;
  }
  .u-d-pc-tc {
    display: table-cell;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-d-tb-b {
    display: block;
  }
  .u-d-tb-ib {
    display: inline-block;
  }
  .u-d-tb-i {
    display: inline;
  }
  .u-d-tb-t {
    display: table;
  }
  .u-d-tb-tc {
    display: table-cell;
  }
}
@media only screen and (max-width: 768px) {
  .u-d-sp-b {
    display: block;
  }
  .u-d-sp-ib {
    display: inline-block;
  }
  .u-d-sp-i {
    display: inline;
  }
  .u-d-sp-t {
    display: table;
  }
  .u-d-sp-tc {
    display: table-cell;
  }
}
.u-dn-all {
  display: none;
}
@media all and (min-width: 769px) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 48.0625em) {
  .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: 768px) {
  .u-dn-sp {
    display: none;
  }
}

.u-ff-ja {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.u-ff-en {
  font-family: "Poppins", sans-serif;
}

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

@media screen and (min-width: 64.0625em) and (hover: hover) {
  .u-h-o {
    cursor: pointer;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 64.0625em) and (hover: hover) {
  .u-h-o:hover {
    opacity: 0.7;
  }
}

@media all and (min-width: 48em) {
  .u-h-o-v2 {
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
    transition: ease-in-out 0.2s;
  }
}
@media print {
  .u-h-o-v2 {
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
    transition: ease-in-out 0.2s;
  }
}
@media all and (min-width: 48em) {
  .u-h-o-v2:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    background-color: #207FA6;
    width: 100%;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@media print {
  .u-h-o-v2:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    background-color: #207FA6;
    width: 100%;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@media all and (min-width: 48em) {
  .u-h-o-v2:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media print {
  .u-h-o-v2:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.u-h-o-v2__item {
  position: relative;
  z-index: 3;
}

.u-h-o-v3 {
  transition: 0.5s;
}
@media all and (min-width: 48em) {
  .u-h-o-v3:hover {
    color: #207FA6;
    background-color: #ffffff;
  }
}
@media print {
  .u-h-o-v3:hover {
    color: #207FA6;
    background-color: #ffffff;
  }
}
@media all and (min-width: 48em) {
  .u-h-o-v3:hover:after {
    border-left: 10px solid #207FA6;
  }
}
@media print {
  .u-h-o-v3:hover:after {
    border-left: 10px solid #207FA6;
  }
}

.u-h-o-v4 {
  transition: 0.5s;
}
@media all and (min-width: 48em) {
  .u-h-o-v4:hover {
    color: #ffffff;
    background-color: #207FA6;
  }
}
@media print {
  .u-h-o-v4:hover {
    color: #ffffff;
    background-color: #207FA6;
  }
}
@media all and (min-width: 48em) {
  .u-h-o-v4:hover:after {
    border-left: 10px solid #ffffff;
  }
}
@media print {
  .u-h-o-v4:hover:after {
    border-left: 10px solid #ffffff;
  }
}

.u-h-o-v5 {
  transition: 0.5s;
}
@media all and (min-width: 48em) {
  .u-h-o-v5:hover {
    color: #207FA6;
  }
}
@media print {
  .u-h-o-v5:hover {
    color: #207FA6;
  }
}

@media all and (min-width: 48em) {
  .u-h-o-v6 {
    transition: 0.5s;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 10px;
  }
}
@media print {
  .u-h-o-v6 {
    transition: 0.5s;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 10px;
  }
}
@media all and (min-width: 48em) {
  .u-h-o-v6:before {
    content: "";
    display: block;
    transition: 0.48s;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23207FA6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    opacity: 0;
    position: absolute;
    right: 0;
  }
}
@media print {
  .u-h-o-v6:before {
    content: "";
    display: block;
    transition: 0.48s;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23207FA6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    opacity: 0;
    position: absolute;
    right: 0;
  }
}
@media all and (min-width: 48em) {
  .u-h-o-v6:hover {
    color: #207FA6;
  }
}
@media print {
  .u-h-o-v6:hover {
    color: #207FA6;
  }
}
@media all and (min-width: 48em) {
  .u-h-o-v6:hover:before {
    opacity: 1;
  }
}
@media print {
  .u-h-o-v6:hover:before {
    opacity: 1;
  }
}

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

.u-p-all-0 {
  padding: 0rem;
}
.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-p-all-5 {
  padding: 0.5rem;
}
.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-p-all-10 {
  padding: 1rem;
}
.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-p-all-15 {
  padding: 1.5rem;
}
.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-p-all-20 {
  padding: 2rem;
}
.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-p-all-25 {
  padding: 2.5rem;
}
.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-p-all-30 {
  padding: 3rem;
}
.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-p-all-35 {
  padding: 3.5rem;
}
.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-p-all-40 {
  padding: 4rem;
}
.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-p-all-45 {
  padding: 4.5rem;
}
.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-p-all-50 {
  padding: 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-p-all-55 {
  padding: 5.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-p-all-60 {
  padding: 6rem;
}
.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-p-all-65 {
  padding: 6.5rem;
}
.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-p-all-70 {
  padding: 7rem;
}
.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-p-all-75 {
  padding: 7.5rem;
}
.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-p-all-80 {
  padding: 8rem;
}
.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-p-all-85 {
  padding: 8.5rem;
}
.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-p-all-90 {
  padding: 9rem;
}
.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-p-all-95 {
  padding: 9.5rem;
}
.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-p-all-100 {
  padding: 10rem;
}
.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-p-all-105 {
  padding: 10.5rem;
}
.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-p-all-110 {
  padding: 11rem;
}
.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-p-all-115 {
  padding: 11.5rem;
}
.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-p-all-120 {
  padding: 12rem;
}
.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-p-all-125 {
  padding: 12.5rem;
}
.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-p-all-130 {
  padding: 13rem;
}
.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-p-all-135 {
  padding: 13.5rem;
}
.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-p-all-140 {
  padding: 14rem;
}
.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-p-all-145 {
  padding: 14.5rem;
}
.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-p-all-150 {
  padding: 15rem;
}
.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-p-all-155 {
  padding: 15.5rem;
}
.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-p-all-160 {
  padding: 16rem;
}
.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-p-all-165 {
  padding: 16.5rem;
}
.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-p-all-170 {
  padding: 17rem;
}
.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-p-all-175 {
  padding: 17.5rem;
}
.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-p-all-180 {
  padding: 18rem;
}
.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-p-all-185 {
  padding: 18.5rem;
}
.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-p-all-190 {
  padding: 19rem;
}
.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-p-all-195 {
  padding: 19.5rem;
}
.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-p-all-200 {
  padding: 20rem;
}
.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: 769px) {
  .u-p-all-pc-0 {
    padding: 0rem;
  }
  .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-p-all-pc-0 {
    padding: 0rem;
  }
  .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: 769px) {
  .u-p-all-pc-5 {
    padding: 0.5rem;
  }
  .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-p-all-pc-5 {
    padding: 0.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-10 {
    padding: 1rem;
  }
  .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-p-all-pc-10 {
    padding: 1rem;
  }
  .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: 769px) {
  .u-p-all-pc-15 {
    padding: 1.5rem;
  }
  .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-p-all-pc-15 {
    padding: 1.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-20 {
    padding: 2rem;
  }
  .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-p-all-pc-20 {
    padding: 2rem;
  }
  .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: 769px) {
  .u-p-all-pc-25 {
    padding: 2.5rem;
  }
  .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-p-all-pc-25 {
    padding: 2.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-30 {
    padding: 3rem;
  }
  .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-p-all-pc-30 {
    padding: 3rem;
  }
  .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: 769px) {
  .u-p-all-pc-35 {
    padding: 3.5rem;
  }
  .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-p-all-pc-35 {
    padding: 3.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-40 {
    padding: 4rem;
  }
  .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-p-all-pc-40 {
    padding: 4rem;
  }
  .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: 769px) {
  .u-p-all-pc-45 {
    padding: 4.5rem;
  }
  .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-p-all-pc-45 {
    padding: 4.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-50 {
    padding: 5rem;
  }
  .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-p-all-pc-50 {
    padding: 5rem;
  }
  .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: 769px) {
  .u-p-all-pc-55 {
    padding: 5.5rem;
  }
  .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-p-all-pc-55 {
    padding: 5.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-60 {
    padding: 6rem;
  }
  .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-p-all-pc-60 {
    padding: 6rem;
  }
  .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: 769px) {
  .u-p-all-pc-65 {
    padding: 6.5rem;
  }
  .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-p-all-pc-65 {
    padding: 6.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-70 {
    padding: 7rem;
  }
  .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-p-all-pc-70 {
    padding: 7rem;
  }
  .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: 769px) {
  .u-p-all-pc-75 {
    padding: 7.5rem;
  }
  .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-p-all-pc-75 {
    padding: 7.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-80 {
    padding: 8rem;
  }
  .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-p-all-pc-80 {
    padding: 8rem;
  }
  .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: 769px) {
  .u-p-all-pc-85 {
    padding: 8.5rem;
  }
  .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-p-all-pc-85 {
    padding: 8.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-90 {
    padding: 9rem;
  }
  .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-p-all-pc-90 {
    padding: 9rem;
  }
  .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: 769px) {
  .u-p-all-pc-95 {
    padding: 9.5rem;
  }
  .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-p-all-pc-95 {
    padding: 9.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-100 {
    padding: 10rem;
  }
  .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-p-all-pc-100 {
    padding: 10rem;
  }
  .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: 769px) {
  .u-p-all-pc-105 {
    padding: 10.5rem;
  }
  .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-p-all-pc-105 {
    padding: 10.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-110 {
    padding: 11rem;
  }
  .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-p-all-pc-110 {
    padding: 11rem;
  }
  .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: 769px) {
  .u-p-all-pc-115 {
    padding: 11.5rem;
  }
  .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-p-all-pc-115 {
    padding: 11.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-120 {
    padding: 12rem;
  }
  .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-p-all-pc-120 {
    padding: 12rem;
  }
  .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: 769px) {
  .u-p-all-pc-125 {
    padding: 12.5rem;
  }
  .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-p-all-pc-125 {
    padding: 12.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-130 {
    padding: 13rem;
  }
  .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-p-all-pc-130 {
    padding: 13rem;
  }
  .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: 769px) {
  .u-p-all-pc-135 {
    padding: 13.5rem;
  }
  .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-p-all-pc-135 {
    padding: 13.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-140 {
    padding: 14rem;
  }
  .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-p-all-pc-140 {
    padding: 14rem;
  }
  .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: 769px) {
  .u-p-all-pc-145 {
    padding: 14.5rem;
  }
  .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-p-all-pc-145 {
    padding: 14.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-150 {
    padding: 15rem;
  }
  .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-p-all-pc-150 {
    padding: 15rem;
  }
  .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: 769px) {
  .u-p-all-pc-155 {
    padding: 15.5rem;
  }
  .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-p-all-pc-155 {
    padding: 15.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-160 {
    padding: 16rem;
  }
  .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-p-all-pc-160 {
    padding: 16rem;
  }
  .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: 769px) {
  .u-p-all-pc-165 {
    padding: 16.5rem;
  }
  .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-p-all-pc-165 {
    padding: 16.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-170 {
    padding: 17rem;
  }
  .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-p-all-pc-170 {
    padding: 17rem;
  }
  .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: 769px) {
  .u-p-all-pc-175 {
    padding: 17.5rem;
  }
  .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-p-all-pc-175 {
    padding: 17.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-180 {
    padding: 18rem;
  }
  .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-p-all-pc-180 {
    padding: 18rem;
  }
  .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: 769px) {
  .u-p-all-pc-185 {
    padding: 18.5rem;
  }
  .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-p-all-pc-185 {
    padding: 18.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-190 {
    padding: 19rem;
  }
  .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-p-all-pc-190 {
    padding: 19rem;
  }
  .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: 769px) {
  .u-p-all-pc-195 {
    padding: 19.5rem;
  }
  .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-p-all-pc-195 {
    padding: 19.5rem;
  }
  .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: 769px) {
  .u-p-all-pc-200 {
    padding: 20rem;
  }
  .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-p-all-pc-200 {
    padding: 20rem;
  }
  .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: 768px) {
  .u-p-all-sp-0 {
    padding: 0vw;
  }
  .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: 768px) {
  .u-p-all-sp-5 {
    padding: 1.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-10 {
    padding: 2.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-15 {
    padding: 4vw;
  }
  .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: 768px) {
  .u-p-all-sp-20 {
    padding: 5.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-25 {
    padding: 6.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-30 {
    padding: 8vw;
  }
  .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: 768px) {
  .u-p-all-sp-35 {
    padding: 9.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-40 {
    padding: 10.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-45 {
    padding: 12vw;
  }
  .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: 768px) {
  .u-p-all-sp-50 {
    padding: 13.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-55 {
    padding: 14.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-60 {
    padding: 16vw;
  }
  .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: 768px) {
  .u-p-all-sp-65 {
    padding: 17.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-70 {
    padding: 18.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-75 {
    padding: 20vw;
  }
  .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: 768px) {
  .u-p-all-sp-80 {
    padding: 21.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-85 {
    padding: 22.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-90 {
    padding: 24vw;
  }
  .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: 768px) {
  .u-p-all-sp-95 {
    padding: 25.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-100 {
    padding: 26.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-105 {
    padding: 28vw;
  }
  .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: 768px) {
  .u-p-all-sp-110 {
    padding: 29.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-115 {
    padding: 30.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-120 {
    padding: 32vw;
  }
  .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: 768px) {
  .u-p-all-sp-125 {
    padding: 33.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-130 {
    padding: 34.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-135 {
    padding: 36vw;
  }
  .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: 768px) {
  .u-p-all-sp-140 {
    padding: 37.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-145 {
    padding: 38.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-150 {
    padding: 40vw;
  }
  .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: 768px) {
  .u-p-all-sp-155 {
    padding: 41.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-160 {
    padding: 42.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-165 {
    padding: 44vw;
  }
  .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: 768px) {
  .u-p-all-sp-170 {
    padding: 45.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-175 {
    padding: 46.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-180 {
    padding: 48vw;
  }
  .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: 768px) {
  .u-p-all-sp-185 {
    padding: 49.3333333333vw;
  }
  .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: 768px) {
  .u-p-all-sp-190 {
    padding: 50.6666666667vw;
  }
  .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: 768px) {
  .u-p-all-sp-195 {
    padding: 52vw;
  }
  .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: 768px) {
  .u-p-all-sp-200 {
    padding: 53.3333333333vw;
  }
  .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: 769px) {
  .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: 768px) {
  .u-ta-l-sp {
    text-align: left;
  }
  .u-ta-c-sp {
    text-align: center;
  }
  .u-ta-r-sp {
    text-align: right;
  }
  .u-ta-j-sp {
    text-align: justify;
  }
}
.u-flex-v1 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .u-flex-v1 {
    flex-direction: column;
  }
}
@media all and (min-width: 48em) {
  .u-flex-v1 {
    justify-content: space-between;
  }
}
@media print {
  .u-flex-v1 {
    justify-content: space-between;
  }
}

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

.u-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 769px) {
  .u-flex-pc {
    display: flex;
  }

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

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

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

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

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

  .u-flex--hr-start-pc {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-flex--order-10-pc {
    order: 10;
  }
}
@media print {
  .u-flex-pc {
    display: flex;
  }

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

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

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

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

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

  .u-flex--hr-start-pc {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-flex--order-10-pc {
    order: 10;
  }
}
@media all and (min-width: 48em) {
  .u-flex-ct {
    display: flex;
  }

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

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

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

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

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

  .u-flex--hr-start-ct {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-flex--order-10-ct {
    order: 10;
  }
}
@media print {
  .u-flex-ct {
    display: flex;
  }

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

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

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

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

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

  .u-flex--hr-start-ct {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-flex--order-10-ct {
    order: 10;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-flex-tb {
    display: flex;
  }

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

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

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

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

  .u-flex--hr-start-tb {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-flex--order-10-tb {
    order: 10;
  }
}
@media only screen and (max-width: 768px) {
  .u-flex-sp {
    display: flex;
  }

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

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

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

  .u-flex--hr-start-sp {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-flex--order-10-sp {
    order: 10;
  }
}
div .gt_switcher_wrapper {
  top: 2px !important;
}
@media all and (min-width: 48em) {
  div .gt_switcher_wrapper {
    top: -3px !important;
  }
}
@media print {
  div .gt_switcher_wrapper {
    top: -3px !important;
  }
}
div .gt_switcher_wrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media all and (min-width: 48em) {
  div .gt_switcher_wrapper a {
    transition: 0.5s;
  }
}
@media print {
  div .gt_switcher_wrapper a {
    transition: 0.5s;
  }
}
div .gt_switcher_wrapper a:after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8.414" height="14.828" viewBox="0 0 8.414 14.828"><path id="icon-arrow" d="M924.713,1248.344l6,6,6-6" transform="translate(-1246.93 938.128) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  flex: none;
}
@media all and (min-width: 48em) {
  div .gt_switcher_wrapper a:hover {
    opacity: 0.5;
  }
}
@media print {
  div .gt_switcher_wrapper a:hover {
    opacity: 0.5;
  }
}
div .gt_switcher_wrapper a.gt-current-lang {
  display: none;
}

html:lang(en) .l-header_logo {
  flex: none;
}
@media all and (min-width: 48em) {
  html:lang(en) .l-header__menu {
    margin-left: 20px;
  }
}
@media print {
  html:lang(en) .l-header__menu {
    margin-left: 20px;
  }
}
html:lang(en) .c-text-nowrap {
  white-space: normal;
}
@media all and (min-width: 48em) {
  html:lang(en) .c-box-v2 {
    max-width: 450px;
  }
}
@media print {
  html:lang(en) .c-box-v2 {
    max-width: 450px;
  }
}
html:lang(en) .p-news-cat {
  width: 120px;
}
@media all and (min-width: 48em) {
  html:lang(en) .p-news-cat {
    width: 150px;
  }
}
@media print {
  html:lang(en) .p-news-cat {
    width: 150px;
  }
}
@media all and (min-width: 48em) {
  html:lang(en) .p-news__item-v1-foot__text {
    width: calc(100% - 150px);
  }
}
@media print {
  html:lang(en) .p-news__item-v1-foot__text {
    width: calc(100% - 150px);
  }
}