@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:root {
  --vh: 7px;
}

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

html {
  height: 100%;
  color: #000;
  font-size: 16px;
  font-family: yu-gothic-pr6n, sans-serif;
  line-height: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
}

body {
  height: 100%;
}

.p-header,
.p-update-text,
.p-main-nav-button,
.p-main-nav,
.p-sticky-wrapper,
.p-index-news,
.p-pagetop-button,
.p-entry-button,
.p-footer {
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.wf-loading .p-header,
.wf-loading .p-update-text,
.wf-loading .p-main-nav-button,
.wf-loading .p-main-nav,
.wf-loading .p-sticky-wrapper,
.wf-loading .p-index-news,
.wf-loading .p-pagetop-button,
.wf-loading .p-entry-button,
.wf-loading .p-footer {
  opacity: 0;
}
.wf-active .p-header,
.wf-active .p-update-text,
.wf-active .p-main-nav-button,
.wf-active .p-main-nav,
.wf-active .p-sticky-wrapper,
.wf-active .p-index-news,
.wf-active .p-pagetop-button,
.wf-active .p-entry-button,
.wf-active .p-footer {
  opacity: 1;
}
.my-wf-timeout .p-header,
.my-wf-timeout .p-update-text,
.my-wf-timeout .p-main-nav-button,
.my-wf-timeout .p-main-nav,
.my-wf-timeout .p-sticky-wrapper,
.my-wf-timeout .p-index-news,
.my-wf-timeout .p-pagetop-button,
.my-wf-timeout .p-entry-button,
.my-wf-timeout .p-footer {
  opacity: 1;
}

a {
  padding: 0 0 2px;
  color: #0066FF;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: border-bottom-color 200ms;
  transition: border-bottom-color 200ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  a {
    border-bottom: 0.5px solid;
  }
}
@media screen and (min-width: 768px) {
  body a:hover {
    color: #0066FF;
    border-bottom-color: transparent;
  }
}

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

p {
  margin: 0 0 32px;
}

::-moz-selection {
  color: #fff;
  background-color: #333;
}

::selection {
  color: #fff;
  background-color: #333;
}

.l-frame {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-frame {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 148px;
  }
}

.p-header {
  position: fixed;
  top: 10px;
  left: 10px;
  line-height: 1;
  opacity: 1;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 30px;
    left: 30px;
  }
}

.p-header-title {
  width: 103px;
  margin: 0;
  padding: 0;
}
.p-header-title a {
  display: block;
  border: none;
}
.p-header-title svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.p-header-title svg .scroll-hide {
  visibility: visible;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
}
.is-scrolled .p-header-title svg .scroll-hide {
  opacity: 0;
  visibility: hidden;
}
.is-nav-opened .p-header-title svg path {
  opacity: 1;
  visibility: visible;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .is-scrolled .p-header-title a:hover svg path {
    opacity: 1;
    visibility: visible;
  }
}

.p-h1 {
  margin: 0 0 64px;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-h1 {
    margin-left: -48px;
  }
}

.p-h2 {
  margin: 0 0 62px;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-h2 {
    margin-left: -48px;
  }
}

.p-h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
.p-h3::first-letter {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-h4 {
  margin: 0 0 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 18px;
  background: #fff;
  border-radius: 4px;
}

.p-sub-label {
  margin: 0;
  font-size: 0.75rem;
}
.p-sub-label::first-letter {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-sec-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 73px;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.p-sec-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-sec-header {
    margin-bottom: 72px;
    margin-left: -48px;
  }
}

.p-sec-header__sub {
  margin: 0 0 8px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.p-sec-header__label {
  margin: 0;
  padding: 0 0 6px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 32px;
}

.p-page-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 0 76px -8px;
  padding: 9px 42px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-page-heading {
    margin-left: -56px;
  }
}

.p-link {
  display: inline-block;
  padding: 0 11px;
  color: #fff;
  font-size: 0.625rem;
  text-decoration: none;
  vertical-align: 0.25em;
  line-height: 20px;
  background: #0066FF;
  border: none;
  border-radius: 100px;
  -webkit-transition: color 200ms, background-color 200ms;
  transition: color 200ms, background-color 200ms;
}
@media screen and (min-width: 768px) {
  .p-link {
    margin-left: 12px;
  }
  .p-link:hover {
    background: #fff;
  }
}

.p-sup {
  font-size: 0.625rem;
  vertical-align: super;
  line-height: 1;
}

.p-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-main-nav-button {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 100;
  width: 53px;
  height: 37px;
  padding: 0;
  vertical-align: top;
  background: none;
  border: none;
}
.p-main-nav-button .p-main-nav-button__line-1,
.p-main-nav-button .p-main-nav-button__line-2,
.p-main-nav-button .p-main-nav-button__line-3 {
  position: absolute;
  width: 33px;
  height: 1px;
  top: 10px;
  left: 10px;
  background: #000;
  -webkit-transition: opacity 200ms, top 200ms, background-color 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, top 200ms, background-color 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, transform 200ms, top 200ms, background-color 200ms;
  transition: opacity 200ms, transform 200ms, top 200ms, background-color 200ms, -webkit-transform 200ms;
}
.p-main-nav-button .p-main-nav-button__line-2 {
  top: 18px;
}
.p-main-nav-button .p-main-nav-button__line-3 {
  top: 26px;
}
.p-main-nav-button.is-opened .p-main-nav-button__line-1 {
  top: 18px;
  background: #fff;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
.p-main-nav-button.is-opened .p-main-nav-button__line-2 {
  background: #fff;
  opacity: 0;
}
.p-main-nav-button.is-opened .p-main-nav-button__line-3 {
  top: 18px;
  background: #fff;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
@media screen and (min-width: 768px) {
  .p-main-nav-button {
    top: 20px;
    right: 5px;
  }
  .p-main-nav-button:hover .p-main-nav-button__line-1,
  .p-main-nav-button:hover .p-main-nav-button__line-2,
  .p-main-nav-button:hover .p-main-nav-button__line-3 {
    background: #0066FF;
  }
  .p-main-nav-button:hover.is-opened .p-main-nav-button__line-1,
  .p-main-nav-button:hover.is-opened .p-main-nav-button__line-2,
  .p-main-nav-button:hover.is-opened .p-main-nav-button__line-3 {
    background: #000;
  }
}

.p-main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  color: #fff;
  background: #0066FF;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.p-main-nav.is-opened {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.p-main-nav__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  margin: 0;
  z-index: 1;
}
.p-main-nav__close button {
  padding: 10px;
  background: none;
  border: none;
}
.p-main-nav__close button svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-main-nav__close {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
  .p-main-nav__close button svg path {
    -webkit-transition: fill 200ms;
    transition: fill 200ms;
  }
  .p-main-nav__close button:hover svg path {
    fill: #000;
  }
}

.p-main-nav__list {
  list-style: none;
  margin: 172px 0 0 25px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.p-main-nav__list a {
  color: inherit;
  text-decoration: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-main-nav__list {
    position: absolute;
    top: 50%;
    margin: 0 0 0 45px;
    padding: 58px 0 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-main-nav__list a {
    -webkit-transition: color 200ms;
    transition: color 200ms;
  }
  .p-main-nav__list a:hover {
    color: #000;
  }
}

.p-main-nav__item {
  position: relative;
  margin: 7px 0;
}
.p-main-nav__item.is-current::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: -15px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.p-main-nav__list-2 {
  list-style: none;
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 1rem;
}

.p-main-nav__item-2 {
  position: relative;
}
.p-main-nav__item-2.is-current::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: -15px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.p-main-nav__item--x {
  margin: 26px 0 0 2px;
}
.p-main-nav__item--x svg {
  vertical-align: middle;
}
.p-main-nav__item--x a path {
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
.p-main-nav__item--x a:hover path {
  fill: #000;
}

.p-update-text {
  position: absolute;
  top: 4px;
  right: 42px;
  margin: 0;
  color: #06f;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-update-text {
    top: 23px;
    right: auto;
    left: 226px;
    font-size: 0.875rem;
  }
}

.p-update-text__inner {
  -webkit-animation: blink 1s infinite alternate;
          animation: blink 1s infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-sticky-wrapper {
  overflow: hidden;
}

.p-main, .p-main--index {
  margin: 0 0 184px;
  padding: 167px 43px 0 44px;
}
@media screen and (min-width: 768px) {
  .p-main, .p-main--index {
    margin-bottom: 273px;
    padding: 200px 30px 0 274px;
  }
}

.p-main--index {
  margin-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .p-main--index {
    margin-bottom: 149px;
  }
}

.p-intro {
  margin: 0 0 64px;
}

.p-box, .p-box--arvhives {
  margin: 0 0 144px;
}
.p-box:last-child, .p-box--arvhives:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-box, .p-box--arvhives {
    margin-bottom: 144px;
  }
}

.p-box--arvhives {
  margin-bottom: 103px;
}
@media screen and (min-width: 768px) {
  .p-box--arvhives {
    margin-bottom: 144px;
  }
}

.p-dl, .p-dl--top {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-dl__term {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 6px;
  font-size: 0.75rem;
  line-height: 18px;
  background: #fff;
  border-radius: 4px;
}

.p-dl__desc, .p-dl--top .p-dl__desc--small {
  margin: 0 0 64px;
  padding: 0;
}

.p-dl__desc-box {
  margin: 0 0 32px;
}

.p-dl--top .p-dl__term {
  margin-bottom: 8px;
}
.p-dl--top .p-dl__desc, .p-dl--top .p-dl__desc--small {
  font-size: 1.25rem;
  line-height: 32px;
}
.p-dl--top .p-dl__desc--small {
  font-size: 1rem;
}

.p-dl-2 {
  margin: 0;
  padding: 0;
}

.p-dl-2__term {
  font-size: 0.75rem;
  margin: 0 0 3px;
  padding: 0;
}
.p-dl-2__term::before, .p-dl-2__term::after {
  content: "|";
  display: inline-block;
  margin: 0 4px 0 0;
}
.p-dl-2__term::after {
  margin: 0 0 0 4px;
}

.p-dl-2__desc {
  margin: 0 0 5px;
}

.p-dl-3, .p-dl-3--style1 {
  margin: 0 0 64px;
  padding: 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-dl-3, .p-dl-3--style1 {
    margin-bottom: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-dl-3:last-child, .p-dl-3--style1:last-child {
    margin-bottom: 0;
  }
}

.p-dl-3__term {
  font-size: 0.75rem;
  margin: 0 0 3px;
  padding: 0;
}
.p-dl-3__term::before, .p-dl-3__term::after {
  content: "|";
  display: inline-block;
  margin: 0 4px 0 0;
}
.p-dl-3__term::after {
  margin: 0 0 0 4px;
}
@media screen and (min-width: 768px) {
  .p-dl-3__term {
    position: relative;
    width: 112px;
    padding: 6px 0 0;
  }
  .p-dl-3__term::before, .p-dl-3__term::after {
    content: normal;
  }
}

.p-dl-3__desc, .p-dl-3__desc--margin1 {
  margin: 0 0 26px;
}
.p-dl-3__desc:last-child, .p-dl-3__desc--margin1:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-dl-3__desc, .p-dl-3__desc--margin1 {
    position: relative;
    width: calc(100% - 112px);
    margin-bottom: 8px;
    padding: 0 0 0 16px;
  }
  .p-dl-3__desc:last-child, .p-dl-3__desc--margin1:last-child {
    margin-bottom: 0;
  }
  .p-dl-3__desc::after, .p-dl-3__desc--margin1::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: calc(100% - 16px);
    margin: 0;
    background: #999;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .p-dl-3__desc::after, .p-dl-3__desc--margin1::after {
    width: 0.5px;
    background: #000;
  }
}

@media screen and (min-width: 768px) {
  .p-dl-3__desc--margin1 {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 768px) {
  .p-dl-3--style1 .p-dl-3__term {
    width: 40px;
    padding: 2px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-dl-3--style1 .p-dl-3__desc, .p-dl-3--style1 .p-dl-3__desc--margin1 {
    width: calc(100% - 48px);
  }
}

.p-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-list__item {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p-list__item::before {
  content: "・";
}

.p-qa-list {
  margin: 0;
  padding: 5px 0 0;
}

.p-qa-list__q {
  position: relative;
  margin: 0 0 59px;
  padding: 0 0 7px 32px;
  font-size: 1.25rem;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.p-qa-list__q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-qa-list__q {
    margin-bottom: 72px;
  }
}

.p-qa-list__q-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.p-qa-list__a {
  position: relative;
  margin: 0 0 98px;
  padding: 0 0 10px 32px;
  font-size: 1rem;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .p-qa-list__a {
    margin-bottom: 116px;
    margin-left: 81px;
  }
}

.p-qa-list__a-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
}

.p-schedule-box {
  margin: 0 0 104px;
}
.p-schedule-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-schedule-box {
    margin-bottom: 144px;
  }
}

.p-schedule {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -48px;
  }
}

.p-schedule__heading {
  margin: 0 0 34px -16px;
  padding: 0;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-schedule__heading {
    width: 160px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 2px;
  }
}

.p-schedule__body, .p-schedule__body--mb1 {
  margin: 0 0 66px;
}
@media screen and (min-width: 768px) {
  .p-schedule__body, .p-schedule__body--mb1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 8px;
    margin-bottom: 0;
  }
  .p-schedule__body:last-child, .p-schedule__body--mb1:last-child {
    margin-bottom: 64px;
  }
  .p-schedule:last-child .p-schedule__body, .p-schedule:last-child .p-schedule__body--mb1 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-schedule__body--mb1:last-child {
    margin-bottom: 32px;
  }
}

.p-schedule__label {
  margin: 0 0 26px;
  font-weight: normal;
  font-size: 1rem;
}
.p-schedule__label:first-child {
  margin-top: -11px;
}
.p-schedule__label::first-letter {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-schedule__label {
    margin-bottom: 8px;
  }
  .p-schedule__label:last-child {
    margin-bottom: 0;
  }
}

.p-schedule__label-sub {
  display: block;
  margin: 8px 0 3px;
  font-size: 0.75rem;
}
.p-schedule__label-sub::first-letter {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-schedule__label-sub:first-child {
    margin-top: -6px;
  }
}

.p-panelist {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-panelist {
    display: table;
  }
}

.p-panelist__item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-panelist__item {
    display: table-row;
  }
}

.p-panelist__term {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
.p-panelist__term::before, .p-panelist__term::after {
  content: "|";
  display: inline-block;
  margin: 0 4px 0 0;
}
.p-panelist__term::after {
  margin: 0 0 0 4px;
}
@media screen and (min-width: 768px) {
  .p-panelist__term {
    display: table-cell;
    position: relative;
    padding: 0 20px 0 0;
    white-space: nowrap;
  }
  .p-panelist__term::before {
    content: normal;
  }
  .p-panelist__term::after {
    position: absolute;
    right: 0;
    margin: 0;
  }
}

.p-panelist__name {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-panelist__name {
    padding: 0 0 0 20px;
  }
}

.p-profile-image {
  width: 224px;
  margin: 10px auto 33px;
}
.p-profile-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile-image {
    margin: 10px 0 20px;
    width: 200px;
  }
}

.p-lecture-content {
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
}

.p-entry-form-link {
  margin: 0 0 72px;
  padding: 4px 0 0;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.p-entry-form-link a::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 8px;
  width: 12px;
  height: 12px;
  background: url(../../assets/img/icon_link_arrow_01.svg);
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-entry-form-link {
    margin-top: -8px;
    margin-bottom: 66px;
    margin-left: -48px;
  }
}

.p-presentation-intro {
  margin: 0 0 64px;
}

.p-index-menu {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.25rem;
  border-top: 1px solid #fff;
}
.p-index-menu a {
  display: block;
  position: relative;
  padding: 14px 16px;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-index-menu {
    margin: 10px 0 0 -48px;
  }
  .p-index-menu a {
    padding: calc(((100vh - 210px - 210px - 4px) / 3 - 1.6em) / 2) 46px;
  }
  .p-index-menu a::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 30px;
    width: 12px;
    height: 12px;
    background: #0066FF;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .p-index-menu a:hover::before {
    opacity: 1;
  }
}

.p-index-menu__item {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
}

.p-index-menu__no-link {
  display: block;
  position: relative;
  padding: 14px 16px;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-index-menu__no-link {
    padding: calc(((100vh - 210px - 210px - 4px) / 3 - 1.6em) / 2) 46px;
  }
}

.p-index-news {
  position: sticky;
  top: 100dvh;
  width: calc(100% - 44px - 44px);
  margin: 0 0 0 44px;
  padding: 0 0 44px;
}
.p-index-news a {
  display: block;
  padding: 9px 14px;
  background: #fff;
  border: none;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-index-news {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 0 29px 29px 0;
  }
  .p-index-news a {
    padding: 0 16px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .p-index-news a:hover {
    opacity: 0.6;
  }
}

.p-index-news__heading {
  position: absolute;
  top: -22px;
  right: 14px;
  margin: 0;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 12px;
  background: #0066FF;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-index-news__heading {
    right: auto;
    left: -44px;
  }
}

.p-index-news__date {
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-index-news__date {
    display: inline-block;
    margin-right: 5px;
  }
}

.p-index-news__title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-index-news__title {
    display: inline-block;
  }
}

.p-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
}

.p-news-list__item {
  border-bottom: 1px solid #fff;
}
.p-news-list__item a {
  display: block;
  padding: 34px 0;
  border: none;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.p-news-list__item a:hover {
  opacity: 0.6;
}

.p-news-list__date {
  display: block;
  margin: 0 0 8px;
  color: #000;
  font-size: 0.75rem;
}

.p-news-list__title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
}

.p-news-article {
  margin: 0 0 70px;
  padding: 0 0 32px;
  border-bottom: 1px solid #fff;
}

.p-news-article__header {
  margin: 0 0 64px;
}

.p-news-article__date {
  display: block;
  margin: 0 0 8px;
  font-size: 0.75rem;
}

.p-news-article__title {
  display: block;
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.6;
}

.p-news-article__body {
  margin: 0 0 40px;
}

.p-news-back {
  display: block;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news-back svg {
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
.p-news-back:hover svg {
  fill: #0066FF;
}

.p-archives-box {
  margin: 0 0 103px;
}
@media screen and (min-width: 768px) {
  .p-archives-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 78px -48px;
  }
}

.p-archives-box__header {
  margin: 0 0 52px;
  font-size: 1.25rem;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-archives-box__header {
    margin: 0 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-archives-box__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
            flex: 0 0 calc(100% - 160px);
  }
}

.wf-active .p-pagetop-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  background: none;
  border: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
  z-index: 1;
}
.wf-active .p-pagetop-button.is-scrolled {
  opacity: 1;
  visibility: visible;
}
.wf-active .p-pagetop-button svg {
  width: 12px;
  vertical-align: 0;
}
@media screen and (min-width: 768px) {
  .wf-active .p-pagetop-button {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 34px;
    cursor: pointer;
    -webkit-transition: opacity 200ms, visibility 200ms;
    transition: opacity 200ms, visibility 200ms;
  }
  .wf-active .p-pagetop-button.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .wf-active .p-pagetop-button svg {
    vertical-align: -1px;
  }
  .wf-active .p-pagetop-button #icon_pagetop_01 {
    -webkit-transition: fill 200ms;
    transition: fill 200ms;
  }
  .wf-active .p-pagetop-button:hover #icon_pagetop_01 {
    fill: #0066FF;
  }
}

#pagetop {
  position: absolute;
  top: 0;
}

.p-entry-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 1;
}
.p-entry-button a {
  display: block;
  padding: 10px 12px 8px 11px;
  background: #0066FF;
  border: none;
}
.p-entry-button svg {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-entry-button {
    top: 0;
    bottom: auto;
  }
  .p-entry-button a {
    padding: 7px 14px;
    -webkit-transition: background-color 200ms, fill 200ms;
    transition: background-color 200ms, fill 200ms;
  }
  .p-entry-button a:hover {
    background: #fff;
  }
  .p-entry-button a:hover svg path {
    fill: #0066FF;
  }
}

.p-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
}

.p-copyright {
  margin: 0 0 0 43px;
  padding: 0 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
}
.is-scrolled .p-copyright {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-copyright {
    margin-left: 74px;
    padding-bottom: 30px;
  }
}

.p-splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  background: #F5F5F5;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms, visibility 1000ms;
  transition: opacity 1000ms, visibility 1000ms;
}
.p-splash.is-shown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0ms, visibility 0ms;
  transition: opacity 0ms, visibility 0ms;
}
.p-splash img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms, visibility 1000ms;
  transition: opacity 1000ms, visibility 1000ms;
}
.p-splash.is-shown img {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-splash img {
    width: 206px;
  }
}

@media screen and (max-width: 399px) {
  .u-mq-up-sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mq-up-md-only {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .u-mq-up-lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 1419px) {
  .u-mq-up-xl-only {
    display: none !important;
  }
}

@media screen and (min-width: 400px) {
  .u-mq-down-sm-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mq-down-md-only {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .u-mq-down-lg-only {
    display: none !important;
  }
}

@media screen and (min-width: 1420px) {
  .u-mq-down-xl-only {
    display: none !important;
  }
}

.u-text-large-1 {
  font-size: 120% !important;
}

.u-text-large-2 {
  font-size: 140% !important;
}

.u-text-large-3 {
  font-size: 160% !important;
}

.u-text-large-4 {
  font-size: 180% !important;
}

.u-text-large-5 {
  font-size: 200% !important;
}

.u-text-small-1 {
  font-size: 90% !important;
}

.u-text-small-2 {
  font-size: 80% !important;
}

.u-text-small-3 {
  font-size: 70% !important;
}

.u-text-small-4 {
  font-size: 60% !important;
}

.u-text-small-5 {
  font-size: 50% !important;
}

.u-text-size-10 {
  font-size: 0.625rem !important;
}

.u-text-size-12 {
  font-size: 0.75rem !important;
}

.u-text-size-14 {
  font-size: 0.875rem !important;
}

.u-text-size-16 {
  font-size: 1rem !important;
}

.u-text-size-18 {
  font-size: 1.125rem !important;
}

.u-text-size-20 {
  font-size: 1.25rem !important;
}

.u-text-size-22 {
  font-size: 1.375rem !important;
}

.u-text-size-24 {
  font-size: 1.5rem !important;
}

.u-text-size-26 {
  font-size: 1.625rem !important;
}

.u-text-size-28 {
  font-size: 1.75rem !important;
}

.u-text-size-30 {
  font-size: 1.875rem !important;
}

.u-text-size-32 {
  font-size: 2rem !important;
}

.u-text-red {
  color: #f00 !important;
}

.u-text-gray {
  color: #999 !important;
}

.u-text-color-inherit {
  color: inherit !important;
}

.u-text-normal-color {
  color: #000 !important;
}

.u-text-theme-color {
  color: #0066FF !important;
}

.u-ls-005e {
  letter-spacing: 0.05em !important;
}

.u-ls-02e {
  letter-spacing: 0.2em !important;
}

.u-lh-2 {
  line-height: 2 !important;
}

.u-ffs-normal {
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
}

.u-ffs-halt {
  -webkit-font-feature-settings: "halt" !important;
          font-feature-settings: "halt" !important;
}

.u-ffs-palt {
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
}

.u-external-link {
  margin-right: 4px;
}
.u-external-link::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 5px;
  width: 0.5625em;
  height: 0.5625em;
  vertical-align: 0.1em;
  background: url(../../assets/img/icon_link_arrow_01.svg);
  background-size: 100% auto;
}

.u-mt-0p5lh {
  margin-top: 8px !important;
}

.u-mt-1lh {
  margin-top: 16px !important;
}

.u-mt-1p5lh {
  margin-top: 24px !important;
}

.u-mt-2lh {
  margin-top: 32px !important;
}

.u-mt-3lh {
  margin-top: 48px !important;
}

.u-mt-4lh {
  margin-top: 64px !important;
}

.u-mt-5lh {
  margin-top: 80px !important;
}

.u-mt-6lh {
  margin-top: 96px !important;
}

.u-mt-7lh {
  margin-top: 112px !important;
}

.u-mt-8lh {
  margin-top: 128px !important;
}

.u-mt-9lh {
  margin-top: 144px !important;
}

.u-mt-10lh {
  margin-top: 160px !important;
}

.u-mb-0p5lh {
  margin-bottom: 8px !important;
}

.u-mb-1lh {
  margin-bottom: 16px !important;
}

.u-mb-1p5lh {
  margin-bottom: 24px !important;
}

.u-mb-2lh {
  margin-bottom: 32px !important;
}

.u-mb-3lh {
  margin-bottom: 48px !important;
}

.u-mb-4lh {
  margin-bottom: 64px !important;
}

.u-mb-5lh {
  margin-bottom: 80px !important;
}

.u-mb-6lh {
  margin-bottom: 96px !important;
}

.u-mb-7lh {
  margin-bottom: 112px !important;
}

.u-mb-8lh {
  margin-bottom: 128px !important;
}

.u-mb-9lh {
  margin-bottom: 144px !important;
}

.u-mb-10lh {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-mt-2 {
    margin-top: 2px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-mt-n2 {
    margin-top: -2px !important;
  }
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-0 {
    margin-top: 0px !important;
  }
  .u-pc-mr-0 {
    margin-right: 0px !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml-0 {
    margin-left: 0px !important;
  }
  .u-pc-pt-0 {
    padding-top: 0px !important;
  }
  .u-pc-pr-0 {
    padding-right: 0px !important;
  }
  .u-pc-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl-0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
}
.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-5 {
    margin-top: 5px !important;
  }
  .u-pc-mr-5 {
    margin-right: 5px !important;
  }
  .u-pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml-5 {
    margin-left: 5px !important;
  }
  .u-pc-pt-5 {
    padding-top: 5px !important;
  }
  .u-pc-pr-5 {
    padding-right: 5px !important;
  }
  .u-pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl-5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
}
.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-10 {
    margin-top: 10px !important;
  }
  .u-pc-mr-10 {
    margin-right: 10px !important;
  }
  .u-pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml-10 {
    margin-left: 10px !important;
  }
  .u-pc-pt-10 {
    padding-top: 10px !important;
  }
  .u-pc-pr-10 {
    padding-right: 10px !important;
  }
  .u-pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl-10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
}
.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-15 {
    margin-top: 15px !important;
  }
  .u-pc-mr-15 {
    margin-right: 15px !important;
  }
  .u-pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml-15 {
    margin-left: 15px !important;
  }
  .u-pc-pt-15 {
    padding-top: 15px !important;
  }
  .u-pc-pr-15 {
    padding-right: 15px !important;
  }
  .u-pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl-15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
}
.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
  .u-pc-pt-20 {
    padding-top: 20px !important;
  }
  .u-pc-pr-20 {
    padding-right: 20px !important;
  }
  .u-pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl-20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
}
.u-mt-25 {
  margin-top: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-25 {
    margin-top: 25px !important;
  }
  .u-pc-mr-25 {
    margin-right: 25px !important;
  }
  .u-pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml-25 {
    margin-left: 25px !important;
  }
  .u-pc-pt-25 {
    padding-top: 25px !important;
  }
  .u-pc-pr-25 {
    padding-right: 25px !important;
  }
  .u-pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl-25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
}
.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-30 {
    margin-top: 30px !important;
  }
  .u-pc-mr-30 {
    margin-right: 30px !important;
  }
  .u-pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml-30 {
    margin-left: 30px !important;
  }
  .u-pc-pt-30 {
    padding-top: 30px !important;
  }
  .u-pc-pr-30 {
    padding-right: 30px !important;
  }
  .u-pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl-30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
  .u-sp-pt-30 {
    padding-top: 30px !important;
  }
  .u-sp-pr-30 {
    padding-right: 30px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl-30 {
    padding-left: 30px !important;
  }
}
.u-mt-35 {
  margin-top: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-35 {
    margin-top: 35px !important;
  }
  .u-pc-mr-35 {
    margin-right: 35px !important;
  }
  .u-pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml-35 {
    margin-left: 35px !important;
  }
  .u-pc-pt-35 {
    padding-top: 35px !important;
  }
  .u-pc-pr-35 {
    padding-right: 35px !important;
  }
  .u-pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl-35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
  .u-sp-pt-35 {
    padding-top: 35px !important;
  }
  .u-sp-pr-35 {
    padding-right: 35px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl-35 {
    padding-left: 35px !important;
  }
}
.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
  .u-pc-pt-40 {
    padding-top: 40px !important;
  }
  .u-pc-pr-40 {
    padding-right: 40px !important;
  }
  .u-pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl-40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
}
.u-mt-45 {
  margin-top: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-45 {
    margin-top: 45px !important;
  }
  .u-pc-mr-45 {
    margin-right: 45px !important;
  }
  .u-pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml-45 {
    margin-left: 45px !important;
  }
  .u-pc-pt-45 {
    padding-top: 45px !important;
  }
  .u-pc-pr-45 {
    padding-right: 45px !important;
  }
  .u-pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl-45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
  .u-sp-pt-45 {
    padding-top: 45px !important;
  }
  .u-sp-pr-45 {
    padding-right: 45px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl-45 {
    padding-left: 45px !important;
  }
}
.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-50 {
    margin-top: 50px !important;
  }
  .u-pc-mr-50 {
    margin-right: 50px !important;
  }
  .u-pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml-50 {
    margin-left: 50px !important;
  }
  .u-pc-pt-50 {
    padding-top: 50px !important;
  }
  .u-pc-pr-50 {
    padding-right: 50px !important;
  }
  .u-pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl-50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
  .u-sp-pt-50 {
    padding-top: 50px !important;
  }
  .u-sp-pr-50 {
    padding-right: 50px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl-50 {
    padding-left: 50px !important;
  }
}
.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-55 {
    margin-top: 55px !important;
  }
  .u-pc-mr-55 {
    margin-right: 55px !important;
  }
  .u-pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml-55 {
    margin-left: 55px !important;
  }
  .u-pc-pt-55 {
    padding-top: 55px !important;
  }
  .u-pc-pr-55 {
    padding-right: 55px !important;
  }
  .u-pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl-55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
  .u-sp-pt-55 {
    padding-top: 55px !important;
  }
  .u-sp-pr-55 {
    padding-right: 55px !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl-55 {
    padding-left: 55px !important;
  }
}
.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
  .u-pc-pt-60 {
    padding-top: 60px !important;
  }
  .u-pc-pr-60 {
    padding-right: 60px !important;
  }
  .u-pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl-60 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
}
.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-65 {
    margin-top: 65px !important;
  }
  .u-pc-mr-65 {
    margin-right: 65px !important;
  }
  .u-pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml-65 {
    margin-left: 65px !important;
  }
  .u-pc-pt-65 {
    padding-top: 65px !important;
  }
  .u-pc-pr-65 {
    padding-right: 65px !important;
  }
  .u-pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl-65 {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
  .u-sp-pt-65 {
    padding-top: 65px !important;
  }
  .u-sp-pr-65 {
    padding-right: 65px !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl-65 {
    padding-left: 65px !important;
  }
}
.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-70 {
    margin-top: 70px !important;
  }
  .u-pc-mr-70 {
    margin-right: 70px !important;
  }
  .u-pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml-70 {
    margin-left: 70px !important;
  }
  .u-pc-pt-70 {
    padding-top: 70px !important;
  }
  .u-pc-pr-70 {
    padding-right: 70px !important;
  }
  .u-pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl-70 {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
  .u-sp-pt-70 {
    padding-top: 70px !important;
  }
  .u-sp-pr-70 {
    padding-right: 70px !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl-70 {
    padding-left: 70px !important;
  }
}
.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-75 {
    margin-top: 75px !important;
  }
  .u-pc-mr-75 {
    margin-right: 75px !important;
  }
  .u-pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml-75 {
    margin-left: 75px !important;
  }
  .u-pc-pt-75 {
    padding-top: 75px !important;
  }
  .u-pc-pr-75 {
    padding-right: 75px !important;
  }
  .u-pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl-75 {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
  .u-sp-pt-75 {
    padding-top: 75px !important;
  }
  .u-sp-pr-75 {
    padding-right: 75px !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl-75 {
    padding-left: 75px !important;
  }
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
  .u-pc-pt-80 {
    padding-top: 80px !important;
  }
  .u-pc-pr-80 {
    padding-right: 80px !important;
  }
  .u-pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl-80 {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
}
.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-85 {
    margin-top: 85px !important;
  }
  .u-pc-mr-85 {
    margin-right: 85px !important;
  }
  .u-pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml-85 {
    margin-left: 85px !important;
  }
  .u-pc-pt-85 {
    padding-top: 85px !important;
  }
  .u-pc-pr-85 {
    padding-right: 85px !important;
  }
  .u-pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl-85 {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
  .u-sp-pt-85 {
    padding-top: 85px !important;
  }
  .u-sp-pr-85 {
    padding-right: 85px !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl-85 {
    padding-left: 85px !important;
  }
}
.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-90 {
    margin-top: 90px !important;
  }
  .u-pc-mr-90 {
    margin-right: 90px !important;
  }
  .u-pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml-90 {
    margin-left: 90px !important;
  }
  .u-pc-pt-90 {
    padding-top: 90px !important;
  }
  .u-pc-pr-90 {
    padding-right: 90px !important;
  }
  .u-pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl-90 {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
  .u-sp-pt-90 {
    padding-top: 90px !important;
  }
  .u-sp-pr-90 {
    padding-right: 90px !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl-90 {
    padding-left: 90px !important;
  }
}
.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-95 {
    margin-top: 95px !important;
  }
  .u-pc-mr-95 {
    margin-right: 95px !important;
  }
  .u-pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml-95 {
    margin-left: 95px !important;
  }
  .u-pc-pt-95 {
    padding-top: 95px !important;
  }
  .u-pc-pr-95 {
    padding-right: 95px !important;
  }
  .u-pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl-95 {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
  .u-sp-pt-95 {
    padding-top: 95px !important;
  }
  .u-sp-pr-95 {
    padding-right: 95px !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl-95 {
    padding-left: 95px !important;
  }
}
.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
  .u-pc-pt-100 {
    padding-top: 100px !important;
  }
  .u-pc-pr-100 {
    padding-right: 100px !important;
  }
  .u-pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl-100 {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
}
.u-mt-110 {
  margin-top: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-110 {
    margin-top: 110px !important;
  }
  .u-pc-mr-110 {
    margin-right: 110px !important;
  }
  .u-pc-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-pc-ml-110 {
    margin-left: 110px !important;
  }
  .u-pc-pt-110 {
    padding-top: 110px !important;
  }
  .u-pc-pr-110 {
    padding-right: 110px !important;
  }
  .u-pc-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-pc-pl-110 {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-110 {
    margin-top: 110px !important;
  }
  .u-sp-mr-110 {
    margin-right: 110px !important;
  }
  .u-sp-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-sp-ml-110 {
    margin-left: 110px !important;
  }
  .u-sp-pt-110 {
    padding-top: 110px !important;
  }
  .u-sp-pr-110 {
    padding-right: 110px !important;
  }
  .u-sp-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-sp-pl-110 {
    padding-left: 110px !important;
  }
}
.u-mt-120 {
  margin-top: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-120 {
    margin-top: 120px !important;
  }
  .u-pc-mr-120 {
    margin-right: 120px !important;
  }
  .u-pc-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-pc-ml-120 {
    margin-left: 120px !important;
  }
  .u-pc-pt-120 {
    padding-top: 120px !important;
  }
  .u-pc-pr-120 {
    padding-right: 120px !important;
  }
  .u-pc-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-pc-pl-120 {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-120 {
    margin-top: 120px !important;
  }
  .u-sp-mr-120 {
    margin-right: 120px !important;
  }
  .u-sp-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-sp-ml-120 {
    margin-left: 120px !important;
  }
  .u-sp-pt-120 {
    padding-top: 120px !important;
  }
  .u-sp-pr-120 {
    padding-right: 120px !important;
  }
  .u-sp-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-sp-pl-120 {
    padding-left: 120px !important;
  }
}
.u-mt-130 {
  margin-top: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-130 {
    margin-top: 130px !important;
  }
  .u-pc-mr-130 {
    margin-right: 130px !important;
  }
  .u-pc-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-pc-ml-130 {
    margin-left: 130px !important;
  }
  .u-pc-pt-130 {
    padding-top: 130px !important;
  }
  .u-pc-pr-130 {
    padding-right: 130px !important;
  }
  .u-pc-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-pc-pl-130 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-130 {
    margin-top: 130px !important;
  }
  .u-sp-mr-130 {
    margin-right: 130px !important;
  }
  .u-sp-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-sp-ml-130 {
    margin-left: 130px !important;
  }
  .u-sp-pt-130 {
    padding-top: 130px !important;
  }
  .u-sp-pr-130 {
    padding-right: 130px !important;
  }
  .u-sp-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-sp-pl-130 {
    padding-left: 130px !important;
  }
}
.u-mt-140 {
  margin-top: 140px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-140 {
    margin-top: 140px !important;
  }
  .u-pc-mr-140 {
    margin-right: 140px !important;
  }
  .u-pc-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-pc-ml-140 {
    margin-left: 140px !important;
  }
  .u-pc-pt-140 {
    padding-top: 140px !important;
  }
  .u-pc-pr-140 {
    padding-right: 140px !important;
  }
  .u-pc-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-pc-pl-140 {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-140 {
    margin-top: 140px !important;
  }
  .u-sp-mr-140 {
    margin-right: 140px !important;
  }
  .u-sp-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-sp-ml-140 {
    margin-left: 140px !important;
  }
  .u-sp-pt-140 {
    padding-top: 140px !important;
  }
  .u-sp-pr-140 {
    padding-right: 140px !important;
  }
  .u-sp-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-sp-pl-140 {
    padding-left: 140px !important;
  }
}
.u-mt-150 {
  margin-top: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-150 {
    margin-top: 150px !important;
  }
  .u-pc-mr-150 {
    margin-right: 150px !important;
  }
  .u-pc-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-pc-ml-150 {
    margin-left: 150px !important;
  }
  .u-pc-pt-150 {
    padding-top: 150px !important;
  }
  .u-pc-pr-150 {
    padding-right: 150px !important;
  }
  .u-pc-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-pc-pl-150 {
    padding-left: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-150 {
    margin-top: 150px !important;
  }
  .u-sp-mr-150 {
    margin-right: 150px !important;
  }
  .u-sp-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-sp-ml-150 {
    margin-left: 150px !important;
  }
  .u-sp-pt-150 {
    padding-top: 150px !important;
  }
  .u-sp-pr-150 {
    padding-right: 150px !important;
  }
  .u-sp-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-sp-pl-150 {
    padding-left: 150px !important;
  }
}
.u-mt-160 {
  margin-top: 160px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-160 {
    margin-top: 160px !important;
  }
  .u-pc-mr-160 {
    margin-right: 160px !important;
  }
  .u-pc-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-pc-ml-160 {
    margin-left: 160px !important;
  }
  .u-pc-pt-160 {
    padding-top: 160px !important;
  }
  .u-pc-pr-160 {
    padding-right: 160px !important;
  }
  .u-pc-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-pc-pl-160 {
    padding-left: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-160 {
    margin-top: 160px !important;
  }
  .u-sp-mr-160 {
    margin-right: 160px !important;
  }
  .u-sp-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-sp-ml-160 {
    margin-left: 160px !important;
  }
  .u-sp-pt-160 {
    padding-top: 160px !important;
  }
  .u-sp-pr-160 {
    padding-right: 160px !important;
  }
  .u-sp-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-sp-pl-160 {
    padding-left: 160px !important;
  }
}
.u-mt-180 {
  margin-top: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-180 {
    margin-top: 180px !important;
  }
  .u-pc-mr-180 {
    margin-right: 180px !important;
  }
  .u-pc-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-pc-ml-180 {
    margin-left: 180px !important;
  }
  .u-pc-pt-180 {
    padding-top: 180px !important;
  }
  .u-pc-pr-180 {
    padding-right: 180px !important;
  }
  .u-pc-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-pc-pl-180 {
    padding-left: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-180 {
    margin-top: 180px !important;
  }
  .u-sp-mr-180 {
    margin-right: 180px !important;
  }
  .u-sp-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-sp-ml-180 {
    margin-left: 180px !important;
  }
  .u-sp-pt-180 {
    padding-top: 180px !important;
  }
  .u-sp-pr-180 {
    padding-right: 180px !important;
  }
  .u-sp-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-sp-pl-180 {
    padding-left: 180px !important;
  }
}
.u-mt-200 {
  margin-top: 200px !important;
}

.u-mr-200 {
  margin-right: 200px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-ml-200 {
  margin-left: 200px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pr-200 {
  padding-right: 200px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pl-200 {
  padding-left: 200px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-200 {
    margin-top: 200px !important;
  }
  .u-pc-mr-200 {
    margin-right: 200px !important;
  }
  .u-pc-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-pc-ml-200 {
    margin-left: 200px !important;
  }
  .u-pc-pt-200 {
    padding-top: 200px !important;
  }
  .u-pc-pr-200 {
    padding-right: 200px !important;
  }
  .u-pc-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-pc-pl-200 {
    padding-left: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-200 {
    margin-top: 200px !important;
  }
  .u-sp-mr-200 {
    margin-right: 200px !important;
  }
  .u-sp-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-sp-ml-200 {
    margin-left: 200px !important;
  }
  .u-sp-pt-200 {
    padding-top: 200px !important;
  }
  .u-sp-pr-200 {
    padding-right: 200px !important;
  }
  .u-sp-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-sp-pl-200 {
    padding-left: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-mb-1lh {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-mb-2lh {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-mb-3lh {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-mb-4lh {
    margin-bottom: 128px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-mb-5lh {
    margin-bottom: 160px !important;
  }
}

/* ======================================== */
/* フロート */
/* ======================================== */
.u-float-left {
  float: left !important;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.u-float-right {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.u-clear {
  clear: both !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .u-sp-width-50 {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-100 {
    max-width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-150 {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-200 {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-250 {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-300 {
    max-width: 300px !important;
  }
}

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

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

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

.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

.u-fluid-image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-inline-block, .u-inline-block--30pct, .u-inline-block--2column {
  display: inline-block !important;
}

.u-inline-block--2column {
  width: 48%;
}

.u-inline-block--30pct {
  width: 30%;
}

.u-pointer-events-none {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.u-blink {
  -webkit-animation: blink 1s infinite alternate !important;
          animation: blink 1s infinite alternate !important;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-br-none br {
    display: none;
  }
}