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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  overflow-x: hidden;
}
html.is-modal {
  overflow: hidden;
}

body {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #2E2E2E;
  position: relative;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  overflow: auto;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
}

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

@media print, screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  a[href^="tel:"]:hover {
    text-decoration: none;
  }
}

img,
svg {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
ul, ol, dl {
  padding: 0;
  margin: 0;
}

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

dd {
  margin: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  vertical-align: top;
}

p {
  margin: 0;
}

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

b {
  font-weight: 500;
}

/* ==========================================================================
  Layout
========================================================================== */
.l-header, .l-header-not-signed-in {
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .l-header, .l-header-not-signed-in {
    padding: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header, .l-header-not-signed-in {
    padding: 30px;
  }
}

.l-header-logo {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .l-header-logo img {
    height: 18px;
  }
}
@media (max-width: 575px) {
  .l-header-not-signed-in {
    padding: 14px;
  }
  .l-header-not-signed-in .l-header-logo {
    text-align: left;
  }
  .l-header-not-signed-in .l-header-logo img {
    height: 30px;
  }
}

.l-back {
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 899px) {
  .l-back {
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-back {
    padding: 15px 40px;
  }
}

.l-back-link {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 900px) {
  .l-back-link:hover {
    color: #3D80DA;
  }
}
.l-back-link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/assets/yononaka_landing_page/icon-arrow-blue-ebf01bc2.svg") 50% 50%/contain no-repeat;
  transform: rotate(180deg);
  margin-right: 5px;
  position: relative;
  top: 1px;
  left: 0;
}

.l-footer {
  background: #2E2E2E;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 899px) {
  .l-footer {
    padding-block: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-footer {
    padding-block: 20px;
  }
}

@media print, screen and (min-width: 900px) {
  .l-footer-inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-footer-links {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .l-footer-links {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.l-footer-links li {
  line-height: 1;
}
.l-footer-links li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 900px) {
  .l-footer-links a:hover {
    text-decoration: underline;
  }
}

.l-footer-copy {
  text-align: center;
}

/* ==========================================================================
  Component
========================================================================== */
body {
  overflow-x: hidden;
}

@media only screen and (max-width: 899px) {
  .c-section {
    padding-block: 70px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-section {
    padding-block: 100px;
  }
}

@media print, screen and (min-width: 900px) {
  .c-box-960 {
    width: 100%;
    max-width: 1060px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 899px) {
  .c-box-20 {
    margin-inline: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .c-box-960-20 {
    margin-inline: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-box-960-20 {
    width: 100%;
    max-width: 1060px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.c-hl {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .c-hl {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-hl {
    margin-bottom: 60px;
  }
}

.c-hl-icon {
  display: block;
  margin-bottom: 15px;
}
.c-hl-txt {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 899px) {
  .c-btns {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btns {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btns li {
    flex: 0 0 460px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 899px) {
  .c-btns.is-col2 li {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btns.is-col2 li {
    flex: 0 0 42%;
    min-width: 340px;
  }
}

.c-btns-qa {
  border-top: 2px dotted #2E2E2E;
}
@media only screen and (max-width: 899px) {
  .c-btns-qa {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btns-qa {
    padding-top: 60px;
  }
}

.c-btn-disabled, .c-btn-green, .c-btn-yellow, .c-btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  border: 2px solid #2E2E2E;
  line-height: 1.4;
  border-radius: 100px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.c-btn-disabled:before, .c-btn-green:before, .c-btn-yellow:before, .c-btn-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-btn-disabled:after, .c-btn-green:after, .c-btn-yellow:after, .c-btn-white:after {
  content: "";
  display: block;
  background: url("/assets/yononaka_landing_page/icon-arrow-6ae6b10d.svg") 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 899px) {
  .c-btn-disabled:before, .c-btn-green:before, .c-btn-yellow:before, .c-btn-white:before {
    left: 40px;
  }
  .c-btn-disabled:after, .c-btn-green:after, .c-btn-yellow:after, .c-btn-white:after {
    width: 24px;
    height: 21px;
    right: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btn-disabled:hover, .c-btn-green:hover, .c-btn-yellow:hover, .c-btn-white:hover {
    background: #fff799;
  }
  .c-btn-disabled:before, .c-btn-green:before, .c-btn-yellow:before, .c-btn-white:before {
    left: 50px;
  }
  .c-btn-disabled:after, .c-btn-green:after, .c-btn-yellow:after, .c-btn-white:after {
    width: 26px;
    height: 22px;
    right: 25px;
  }
}

.c-btn-white {
  background: #fff;
}

.c-btn-yellow {
  background: #FFEB00;
}

.c-btn-green {
  background: #64C896;
}

.c-btn-disabled {
  background: #999;
  pointer-events: none;
}

.c-btn-white:hover, .c-btn-white:focus, .c-btn-yellow:hover, .c-btn-yellow:focus, .c-btn-green:hover, .c-btn-green:focus {
  color: inherit;
  text-decoration: none;
}

.c-btn-news {
  padding: 5px 5px 5px 20px;
}
.c-btn-news:before {
  width: 42px;
  height: 24px;
  background: url("/assets/yononaka_landing_page/icon-news-e2f67f11.svg") 50% 50%/contain no-repeat;
}

.c-btn-sample {
  padding: 5px 5px 5px 20px;
}
.c-btn-sample:before {
  width: 34px;
  height: 34px;
  background: url("/assets/yononaka_landing_page/icon-sample-35754954.svg") 50% 50%/contain no-repeat;
}

.c-btn-apply {
  padding: 5px 5px 5px 20px;
}
.c-btn-apply:before {
  width: 38px;
  height: 28px;
  background: url("/assets/yononaka_landing_page/icon-apply-60e65fb4.svg") 50% 50%/contain no-repeat;
}

.c-btn-qa {
  padding: 5px 5px 5px 20px;
}
.c-btn-qa:before {
  width: 42px;
  height: 36px;
  background: url("/assets/yononaka_landing_page/icon-qa-1ec3d9e9.svg") 50% 50%/contain no-repeat;
}

.c-btn-external:after {
  width: 20px;
  height: 18px;
  background: url("/assets/yononaka_landing_page/icon-external-9b04ed91.svg") 50% 50%/contain no-repeat;
}

.c-btn-signin {
  min-height: auto;
}
@media only screen and (max-width: 899px) {
  .c-btn-signin {
    width: 7rem;
    padding-right: 12px;
    font-size: small;
  }
  .c-btn-signin:after {
    width: 1rem;
    height: 1rem;
    right: 0.7rem;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btn-signin {
    width: 9rem;
    padding-right: 10px;
    font-size: medium;
  }
  .c-btn-signin:after {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.7rem;
  }
}

.c-link {
  color: #3D80DA;
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}

.c-link-arrow {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 900px) {
  .c-link-arrow:hover {
    color: #3D80DA;
  }
}
.c-link-arrow:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/assets/yononaka_landing_page/icon-arrow-blue-ebf01bc2.svg") 50% 50%/contain no-repeat;
  margin-right: 5px;
  position: relative;
  top: 1px;
  left: 0;
}
.c-link-arrow:hover {
  text-decoration: none;
}

.c-list {
  margin-top: 1em;
}
.c-list li {
  text-indent: -1em;
  margin-left: 1em;
}

.c-offer {
  font-size: 11px;
  font-size: 0.6875rem;
}

.c-pager {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-pager li {
  margin: 0 3px;
}
.c-pager a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(232.3246753247, 240.1558441558, 250.6753246753);
  color: #3D80DA;
  border-radius: 100%;
  position: relative;
}
@media print, screen and (min-width: 900px) {
  .c-pager a:hover {
    background: #3D80DA;
    color: #fff;
  }
}
.c-pager a.first, .c-pager a.last {
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
}
.c-pager a.first:after, .c-pager a.last:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-pager a.first:after {
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.c-pager a.last:after {
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
  transform: translate(-70%, -50%) rotate(45deg);
}
.c-pager a.is-active {
  background: #3D80DA;
  color: #fff;
  pointer-events: none;
}

.l-footer-links a:hover {
  color: inherit;
}

.term-text p {
  margin-bottom: 1rem;
}

.date-login-wire .c-btn-yellow {
  width: 100%;
}
@media (min-width: 576px) {
  .date-login-wire .c-btn-yellow {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .date-login-wire .c-btn-yellow {
    width: 70%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-cl {
  clear: both;
}

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

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

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

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

.u-mt95 {
  margin-top: 95px !important;
}

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

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

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

.u-mt90 {
  margin-top: 90px !important;
}

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

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

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

.u-mt85 {
  margin-top: 85px !important;
}

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

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

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

.u-mt80 {
  margin-top: 80px !important;
}

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

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

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

.u-mt75 {
  margin-top: 75px !important;
}

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

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

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

.u-mt70 {
  margin-top: 70px !important;
}

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

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

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

.u-mt65 {
  margin-top: 65px !important;
}

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

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

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

.u-mt60 {
  margin-top: 60px !important;
}

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

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

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

.u-mt55 {
  margin-top: 55px !important;
}

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

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

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

.u-mt50 {
  margin-top: 50px !important;
}

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

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

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

.u-mt45 {
  margin-top: 45px !important;
}

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

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

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

.u-mt40 {
  margin-top: 40px !important;
}

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

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

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

.u-mt35 {
  margin-top: 35px !important;
}

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

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

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

.u-mt30 {
  margin-top: 30px !important;
}

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

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

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

.u-mt25 {
  margin-top: 25px !important;
}

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

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

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

.u-mt20 {
  margin-top: 20px !important;
}

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

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

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

.u-mt15 {
  margin-top: 15px !important;
}

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

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

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

.u-mt10 {
  margin-top: 10px !important;
}

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

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

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

.u-mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 899px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}
@media print, screen and (min-width: 900px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mr100 {
    margin-right: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml100 {
    margin-left: 100px !important;
  }
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mr95 {
    margin-right: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml95 {
    margin-left: 95px !important;
  }
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mr90 {
    margin-right: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml90 {
    margin-left: 90px !important;
  }
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mr85 {
    margin-right: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml85 {
    margin-left: 85px !important;
  }
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mr0 {
    margin-right: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml0 {
    margin-left: 0px !important;
  }
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
  .u-pc-pr100 {
    padding-right: 100px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl100 {
    padding-left: 100px !important;
  }
  .u-pc-pt95 {
    padding-top: 95px !important;
  }
  .u-pc-pr95 {
    padding-right: 95px !important;
  }
  .u-pc-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl95 {
    padding-left: 95px !important;
  }
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pr90 {
    padding-right: 90px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl90 {
    padding-left: 90px !important;
  }
  .u-pc-pt85 {
    padding-top: 85px !important;
  }
  .u-pc-pr85 {
    padding-right: 85px !important;
  }
  .u-pc-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl85 {
    padding-left: 85px !important;
  }
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pr80 {
    padding-right: 80px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl80 {
    padding-left: 80px !important;
  }
  .u-pc-pt75 {
    padding-top: 75px !important;
  }
  .u-pc-pr75 {
    padding-right: 75px !important;
  }
  .u-pc-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl75 {
    padding-left: 75px !important;
  }
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pr70 {
    padding-right: 70px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl70 {
    padding-left: 70px !important;
  }
  .u-pc-pt65 {
    padding-top: 65px !important;
  }
  .u-pc-pr65 {
    padding-right: 65px !important;
  }
  .u-pc-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl65 {
    padding-left: 65px !important;
  }
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pr60 {
    padding-right: 60px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl60 {
    padding-left: 60px !important;
  }
  .u-pc-pt55 {
    padding-top: 55px !important;
  }
  .u-pc-pr55 {
    padding-right: 55px !important;
  }
  .u-pc-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl55 {
    padding-left: 55px !important;
  }
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pr50 {
    padding-right: 50px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl50 {
    padding-left: 50px !important;
  }
  .u-pc-pt45 {
    padding-top: 45px !important;
  }
  .u-pc-pr45 {
    padding-right: 45px !important;
  }
  .u-pc-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl45 {
    padding-left: 45px !important;
  }
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pr40 {
    padding-right: 40px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl40 {
    padding-left: 40px !important;
  }
  .u-pc-pt35 {
    padding-top: 35px !important;
  }
  .u-pc-pr35 {
    padding-right: 35px !important;
  }
  .u-pc-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl35 {
    padding-left: 35px !important;
  }
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pr30 {
    padding-right: 30px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl30 {
    padding-left: 30px !important;
  }
  .u-pc-pt25 {
    padding-top: 25px !important;
  }
  .u-pc-pr25 {
    padding-right: 25px !important;
  }
  .u-pc-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl25 {
    padding-left: 25px !important;
  }
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pr20 {
    padding-right: 20px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl20 {
    padding-left: 20px !important;
  }
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pr15 {
    padding-right: 15px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl15 {
    padding-left: 15px !important;
  }
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pr10 {
    padding-right: 10px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl10 {
    padding-left: 10px !important;
  }
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pr5 {
    padding-right: 5px !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl5 {
    padding-left: 5px !important;
  }
  .u-pc-pt0 {
    padding-top: 0px !important;
  }
  .u-pc-pr0 {
    padding-right: 0px !important;
  }
  .u-pc-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}
/* font-size */
.u-fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}

.u-fs49 {
  font-size: 49px !important;
  font-size: 4.9rem !important;
}

.u-fs48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}

.u-fs47 {
  font-size: 47px !important;
  font-size: 4.7rem !important;
}

.u-fs46 {
  font-size: 46px !important;
  font-size: 4.6rem !important;
}

.u-fs45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}

.u-fs44 {
  font-size: 44px !important;
  font-size: 4.4rem !important;
}

.u-fs43 {
  font-size: 43px !important;
  font-size: 4.3rem !important;
}

.u-fs42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

.u-fs41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}

.u-fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.u-fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.u-fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.u-fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.u-fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.u-fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.u-fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.u-fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.u-fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.u-fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.u-fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.u-fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.u-fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.u-fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.u-fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.u-fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.u-fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.u-fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.u-fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.u-fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.u-fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.u-fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.u-fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.u-fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.u-fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.u-fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u-fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.u-fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.u-fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.u-fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.u-fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

@media only screen and (max-width: 899px) {
  .u-sp-fs50 {
    font-size: 5rem !important;
  }
  .u-sp-fs49 {
    font-size: 4.9rem !important;
  }
  .u-sp-fs48 {
    font-size: 4.8rem !important;
  }
  .u-sp-fs47 {
    font-size: 4.7rem !important;
  }
  .u-sp-fs46 {
    font-size: 4.6rem !important;
  }
  .u-sp-fs45 {
    font-size: 4.5rem !important;
  }
  .u-sp-fs44 {
    font-size: 4.4rem !important;
  }
  .u-sp-fs43 {
    font-size: 4.3rem !important;
  }
  .u-sp-fs42 {
    font-size: 4.2rem !important;
  }
  .u-sp-fs41 {
    font-size: 4.1rem !important;
  }
  .u-sp-fs40 {
    font-size: 4rem !important;
  }
  .u-sp-fs39 {
    font-size: 3.9rem !important;
  }
  .u-sp-fs38 {
    font-size: 3.8rem !important;
  }
  .u-sp-fs37 {
    font-size: 3.7rem !important;
  }
  .u-sp-fs36 {
    font-size: 3.6rem !important;
  }
  .u-sp-fs35 {
    font-size: 3.5rem !important;
  }
  .u-sp-fs34 {
    font-size: 3.4rem !important;
  }
  .u-sp-fs33 {
    font-size: 3.3rem !important;
  }
  .u-sp-fs32 {
    font-size: 3.2rem !important;
  }
  .u-sp-fs31 {
    font-size: 3.1rem !important;
  }
  .u-sp-fs30 {
    font-size: 3rem !important;
  }
  .u-sp-fs29 {
    font-size: 2.9rem !important;
  }
  .u-sp-fs28 {
    font-size: 2.8rem !important;
  }
  .u-sp-fs27 {
    font-size: 2.7rem !important;
  }
  .u-sp-fs26 {
    font-size: 2.6rem !important;
  }
  .u-sp-fs25 {
    font-size: 2.5rem !important;
  }
  .u-sp-fs24 {
    font-size: 2.4rem !important;
  }
  .u-sp-fs23 {
    font-size: 2.3rem !important;
  }
  .u-sp-fs22 {
    font-size: 2.2rem !important;
  }
  .u-sp-fs21 {
    font-size: 2.1rem !important;
  }
  .u-sp-fs20 {
    font-size: 2rem !important;
  }
  .u-sp-fs19 {
    font-size: 1.9rem !important;
  }
  .u-sp-fs18 {
    font-size: 1.8rem !important;
  }
  .u-sp-fs17 {
    font-size: 1.7rem !important;
  }
  .u-sp-fs16 {
    font-size: 1.6rem !important;
  }
  .u-sp-fs15 {
    font-size: 1.5rem !important;
  }
  .u-sp-fs14 {
    font-size: 1.4rem !important;
  }
  .u-sp-fs13 {
    font-size: 1.3rem !important;
  }
  .u-sp-fs12 {
    font-size: 1.2rem !important;
  }
  .u-sp-fs11 {
    font-size: 1.1rem !important;
  }
  .u-sp-fs10 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 900px) {
  .u-pc-fs50 {
    font-size: 5rem !important;
  }
  .u-pc-fs49 {
    font-size: 4.9rem !important;
  }
  .u-pc-fs48 {
    font-size: 4.8rem !important;
  }
  .u-pc-fs47 {
    font-size: 4.7rem !important;
  }
  .u-pc-fs46 {
    font-size: 4.6rem !important;
  }
  .u-pc-fs45 {
    font-size: 4.5rem !important;
  }
  .u-pc-fs44 {
    font-size: 4.4rem !important;
  }
  .u-pc-fs43 {
    font-size: 4.3rem !important;
  }
  .u-pc-fs42 {
    font-size: 4.2rem !important;
  }
  .u-pc-fs41 {
    font-size: 4.1rem !important;
  }
  .u-pc-fs40 {
    font-size: 4rem !important;
  }
  .u-pc-fs39 {
    font-size: 3.9rem !important;
  }
  .u-pc-fs38 {
    font-size: 3.8rem !important;
  }
  .u-pc-fs37 {
    font-size: 3.7rem !important;
  }
  .u-pc-fs36 {
    font-size: 3.6rem !important;
  }
  .u-pc-fs35 {
    font-size: 3.5rem !important;
  }
  .u-pc-fs34 {
    font-size: 3.4rem !important;
  }
  .u-pc-fs33 {
    font-size: 3.3rem !important;
  }
  .u-pc-fs32 {
    font-size: 3.2rem !important;
  }
  .u-pc-fs31 {
    font-size: 3.1rem !important;
  }
  .u-pc-fs30 {
    font-size: 3rem !important;
  }
  .u-pc-fs29 {
    font-size: 2.9rem !important;
  }
  .u-pc-fs28 {
    font-size: 2.8rem !important;
  }
  .u-pc-fs27 {
    font-size: 2.7rem !important;
  }
  .u-pc-fs26 {
    font-size: 2.6rem !important;
  }
  .u-pc-fs25 {
    font-size: 2.5rem !important;
  }
  .u-pc-fs24 {
    font-size: 2.4rem !important;
  }
  .u-pc-fs23 {
    font-size: 2.3rem !important;
  }
  .u-pc-fs22 {
    font-size: 2.2rem !important;
  }
  .u-pc-fs21 {
    font-size: 2.1rem !important;
  }
  .u-pc-fs20 {
    font-size: 2rem !important;
  }
  .u-pc-fs19 {
    font-size: 1.9rem !important;
  }
  .u-pc-fs18 {
    font-size: 1.8rem !important;
  }
  .u-pc-fs17 {
    font-size: 1.7rem !important;
  }
  .u-pc-fs16 {
    font-size: 1.6rem !important;
  }
  .u-pc-fs15 {
    font-size: 1.5rem !important;
  }
  .u-pc-fs14 {
    font-size: 1.4rem !important;
  }
  .u-pc-fs13 {
    font-size: 1.3rem !important;
  }
  .u-pc-fs12 {
    font-size: 1.2rem !important;
  }
  .u-pc-fs11 {
    font-size: 1.1rem !important;
  }
  .u-pc-fs10 {
    font-size: 1rem !important;
  }
}
.js-fade {
  opacity: 0;
}
.js-fade.is-anime {
  transition: 1.5s;
  opacity: 1;
}

.js-rotate-right:before {
  opacity: 1;
  transform: rotate(-15deg);
}
.js-rotate-right.is-anime:before {
  transition: 1s;
  transform: rotate(10deg);
}

.js-rotate-left:before {
  opacity: 1;
  transform: rotate(15deg);
}
.js-rotate-left.is-anime:before {
  transition: 1s;
  transform: rotate(-10deg);
}

.js-slide-side {
  opacity: 0;
  transform: translate(-100px, 0);
}
.js-slide-side.is-anime {
  transition: 1s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-vertical {
  opacity: 0;
  transform: translate(0, 100px);
}
.js-slide-vertical.is-anime {
  transition: 1s;
  opacity: 1;
  transform: translate(0, 0);
}

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

.js-slide-vertical-list > * {
  opacity: 0;
  transform: translate(0, 100px);
}
.js-slide-vertical-list > *.is-anime {
  transition: 1s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-side-list > * {
  opacity: 0;
  transform: translate(-100px, 0);
}
.js-slide-side-list > *.is-anime {
  transition: 1s;
  opacity: 1;
  transform: translate(0, 0);
}

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

.js-slide-side-list-step .js-step-item {
  opacity: 0;
  transform: translate(-100px, 0);
}
.js-slide-side-list-step .js-step-item.is-anime {
  transition: 0.7s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-vertical-list-step .js-step-item {
  opacity: 0;
  transform: translate(0, 100px);
}
.js-slide-vertical-list-step .js-step-item.is-anime {
  transition: 0.7s;
  opacity: 1;
  transform: translate(0, 0);
}

.p-mv {
  position: relative;
}
.p-mv-inr {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .p-mv-inr {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-inr {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 899px) {
  .p-mv-body {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-body {
    width: 100%;
    max-width: 530px;
    padding: 50px 70px 80px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 899px) {
  .p-mv-ttl {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl {
    margin-bottom: 35px;
  }
}

.p-mv-ttl-logo {
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl-logo {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl-logo {
    margin-bottom: 20px;
  }
}

.p-mv-ttl-sub {
  display: block;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl-sub {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl-sub {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.p-mv-ttl-main {
  display: block;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl-main {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl-main {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

.p-mv-img {
  background: url("/assets/yononaka_detail_page/bg-mv-dea201dc.png") 50% 50%/cover no-repeat;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-mv-img {
    padding: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-img {
    padding: 50px;
    flex: 0 0 50%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

.p-mv-notice dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  min-height: 46px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 899px) {
  .p-mv-notice dt {
    padding-left: 50px;
    background: url("/assets/yononaka_detail_page/icon-notice-37329e11.svg") 0 50%/42px no-repeat;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-notice dt {
    padding-left: 54px;
    background: url("/assets/yononaka_detail_page/icon-notice-37329e11.svg") 0 50%/46px no-repeat;
  }
}
.p-mv-notice dt span {
  background: #FFEB00;
}

.p-mv-close p {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  border: 2px solid #999;
  background: #ccc;
  padding: 10px;
  line-height: 1.6;
  font-weight: bold;
}

.p-mv-btns li {
  margin-top: 15px;
}
.p-mv-btns a:not(.c-btn-yellow):not(.c-btn-white):not(.about-url):not(.c-btn-green):not(.c-btn-disabled) {
  color: #3D80DA;
  text-decoration: underline;
}

.p-mv-about {
  margin-top: 0.8em;
}

@media print, screen and (min-width: 900px) {
  .p-about {
    background: #3D80DA;
    border-block: 2px solid #2E2E2E;
    padding-bottom: 160px;
  }
}

.p-about-data {
  position: relative;
}
.p-about-data dt {
  font-weight: normal;
}
@media only screen and (max-width: 899px) {
  .p-about-data {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-about-data {
    margin-block: -40px 80px;
  }
  .p-about-data:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(#fff 25%, transparent 25%), radial-gradient(#fff 25%, transparent 25%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 900px) {
  .p-about-data-inr {
    position: relative;
    border: 2px solid #2E2E2E;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-about-data-item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 899px) {
  .p-about-data-item {
    padding-block: 0.7em;
  }
  .p-about-data-item:not(:first-child) {
    border-top: 1px dotted #2E2E2E;
  }
}
@media print, screen and (min-width: 900px) {
  .p-about-data-item {
    flex: 0 0 calc((100% - 50px) / 3);
    padding: 0.7em;
  }
  .p-about-data-item:not(:nth-child(3n)) {
    margin-right: 25px;
  }
  .p-about-data-item:nth-child(3) ~ .p-about-data-item {
    border-top: 1px dotted #2E2E2E;
  }
}
.p-about-data-item dt {
  font-size: 13px;
  font-size: 0.8125rem;
  flex: 0 0 5em;
  background: #3D80DA;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8em;
  margin-block: 2px;
  white-space: nowrap;
}
.p-about-data-item dt.application-detail {
  background: transparent;
  color: inherit;
  border-bottom: solid #64C896;
}
.p-about-data-item dd {
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-about-background-item {
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .p-about-background-item {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-about-background-item {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
  }
}

.p-about-background-hl {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
}
.p-about-background-hl:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .p-about-background-hl {
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  .p-about-background-hl:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media print, screen and (min-width: 900px) {
  .p-about-background-hl {
    padding-bottom: 20px;
    flex: 0 0 230px;
  }
  .p-about-background-hl:after {
    left: 0;
  }
}

@media print, screen and (min-width: 900px) {
  .p-about-background-txt {
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 899px) {
  .p-about-background {
    background: #3D80DA;
    border-block: 2px solid #2E2E2E;
    padding-bottom: 120px;
  }
}
.p-flow {
  position: relative;
}
.p-flow:before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  border: 2px solid #2E2E2E;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60px);
}

.p-flow-inr {
  background: #fff;
  position: relative;
  padding-top: 10px;
}

.p-flow-hl {
  margin-top: -20px;
}

.p-flow-item {
  position: relative;
}
.p-flow-item:not(:last-child) {
  margin-bottom: 80px;
}
.p-flow-item:not(:last-child):after {
  content: "";
  display: block;
  width: 42px;
  height: 40px;
  background: url("/assets/yononaka_detail_page/ill-arrow-b65d7f3a.svg") 50% 50%/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 900px) {
  .p-flow-item {
    display: flex;
    align-items: center;
  }
}

@media print, screen and (min-width: 900px) {
  .p-flow-item-img {
    flex: 0 0 300px;
    margin-right: 6%;
  }
}
.p-flow-item-img img {
  width: 100%;
  border: 1px solid #ccc;
}

@media print, screen and (min-width: 900px) {
  .p-flow-item-body {
    flex: 1 1 auto;
  }
}

.p-flow-item-data {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .p-flow-item-data {
    margin-top: 15px;
  }
}
.p-flow-item-data dt {
  background: #3D80DA;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.5em;
  line-height: 1;
  height: 24px;
  margin-right: 20px;
  position: relative;
}
.p-flow-item-data dt:after {
  content: "";
  display: block;
  width: 8px;
  height: 24px;
  border: 12px solid transparent;
  border-left: 8px solid #3D80DA;
  border-right: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.p-flow-item-data dd {
  padding-left: 22px;
  background: url("/assets/yononaka_detail_page/icon-clock-e5fe5fd4.svg") 0 50%/15px no-repeat;
}

.p-flow-item-hl {
  margin: 0.7em 0;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 899px) {
  .p-service {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service {
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-service-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -55px;
  }
}

@media only screen and (max-width: 899px) {
  .p-service-item:not(:first-child) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item {
    flex: 0 0 calc((100% - 40px) / 2);
    margin-top: 55px;
  }
  .p-service-item:nth-child(odd) {
    margin-right: 40px;
  }
}

h3.p-service-item-hl span {
  font-size: 0.9375rem;
}
h3.p-service-item-hl span.p-service-item-hl-txt {
  font-size: 1.096875rem;
}

.p-service-item-img {
  padding-top: 65.22%;
  position: relative;
}
.p-service-item-img img, .p-service-item-img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media only screen and (max-width: 899px) {
  .p-service-item-body {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item-body {
    margin-top: 25px;
    padding-inline: 10px;
  }
}

@media only screen and (max-width: 899px) {
  .p-service-item-hl {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item-hl {
    margin-bottom: 10px;
  }
}

.p-service-item-hl-icon-benefit, .p-service-item-hl-icon-handout, .p-service-item-hl-icon-document, .p-service-item-hl-icon-material {
  display: flex;
  align-items: center;
  min-height: 22px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 8px;
  padding-left: 30px;
}

.p-service-item-hl-icon-material {
  color: #D04C04;
  background: url("/assets/yononaka_detail_page/icon-service-material-4baccbd0.svg") 0 50%/22px no-repeat;
}

.p-service-item-hl-icon-document {
  color: #006E63;
  background: url("/assets/yononaka_detail_page/icon-service-document-8d690221.svg") 0 50%/22px no-repeat;
}

.p-service-item-hl-icon-handout {
  color: #A1B800;
  background: url("/assets/yononaka_detail_page/icon-service-handout-9adaecb6.svg") 0 50%/22px no-repeat;
}

.p-service-item-hl-icon-benefit {
  color: #CA0071;
  background: url("/assets/yononaka_detail_page/icon-service-benefit-e537695d.svg") 0 0/22px no-repeat;
}

.p-service-item-hl-txt i {
  font-size: 16px;
  font-size: 1rem;
}

.p-voice {
  position: relative;
  border-block: 2px solid #2E2E2E;
  background: #3D80DA;
}
@media only screen and (max-width: 899px) {
  .p-voice {
    padding-bottom: 70px;
    margin-top: 150px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-voice {
    padding-bottom: 100px;
    margin-top: 150px;
  }
}
.p-voice:before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  border: 2px solid #2E2E2E;
  border-radius: 100%;
  background: #3D80DA;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60px);
}

.p-voice-inr {
  background: #3D80DA;
  position: relative;
  padding-top: 10px;
}

.p-voice-hl {
  color: #fff;
  margin-top: -20px;
}

.p-voice-swiper-container {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 900px) {
  .p-voice-swiper-container {
    margin-inline: -20px;
  }
}
.p-voice-swiper-container .swiper-slide {
  height: auto;
  padding-block: 35px 15px;
}
@media only screen and (max-width: 899px) {
  .p-voice-swiper-container .swiper-slide {
    padding-inline: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-voice-swiper-container .swiper-slide {
    padding-inline: 20px;
  }
}
.p-voice-swiper-container .swiper-pagination.swiper-pagination-horizontal {
  bottom: -50px;
}
.p-voice-swiper-container .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #fff;
}
.p-voice-swiper-container .swiper-button-prev,
.p-voice-swiper-container .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.p-voice-swiper-container .swiper-button-prev:after,
.p-voice-swiper-container .swiper-button-next:after {
  content: none;
}
.p-voice-swiper-container .swiper-button-prev.swiper-button-disabled,
.p-voice-swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.p-voice-swiper-container .swiper-button-prev svg,
.p-voice-swiper-container .swiper-button-next svg {
  display: none;
}
.p-voice-swiper-container .swiper-button-prev {
  background: url("/assets/yononaka_detail_page/icon-arrow-prev-77d08483.svg") 50% 50%/contain no-repeat #FFEB00;
}
@media print, screen and (min-width: 900px) {
  .p-voice-swiper-container .swiper-button-prev {
    left: -50px;
  }
}
.p-voice-swiper-container .swiper-button-next {
  background: url("/assets/yononaka_detail_page/icon-arrow-next-1dcacc9f.svg") 50% 50%/contain no-repeat #FFEB00;
}
@media print, screen and (min-width: 900px) {
  .p-voice-swiper-container .swiper-button-next {
    right: -50px;
  }
}

.p-voice-swiper-item {
  background: linear-gradient(to right, #2E2E2E, #2E2E2E calc(50% + 95px), transparent calc(50% + 95px), transparent calc(50% + 110px), #2E2E2E calc(50% + 110px), #2E2E2E) 0 100%/100% 2px no-repeat, #fff;
  border-radius: 8px;
  border: 2px solid #2E2E2E;
  border-bottom: none;
  height: 100%;
  position: relative;
}
.p-voice-swiper-item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0 0 0 8px;
  border: 2px solid transparent;
  border-left: 2px solid #2E2E2E;
  border-bottom: 2px solid #2E2E2E;
  position: absolute;
  left: -2px;
  bottom: 0;
}
.p-voice-swiper-item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0 0 8px 0;
  border: 2px solid transparent;
  border-right: 2px solid #2E2E2E;
  border-bottom: 2px solid #2E2E2E;
  position: absolute;
  right: -2px;
  bottom: 0;
}

.p-voice-swiper-item-inr {
  padding: 50px 30px 30px;
}
.p-voice-swiper-item-inr:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #2E2E2E;
  position: absolute;
  bottom: 0;
  left: calc(50% + 92px);
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.p-voice-swiper-ill {
  width: 70px;
  height: 70px;
  border: 2px solid #2E2E2E;
  padding: 4px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-voice-swiper-hl {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #3D80DA;
  margin-bottom: 1em;
}

.p-voice-swiper-body-em {
  font-weight: bold;
}

.p-check-wrap {
  background: #FFEB00;
  position: relative;
}
.p-check-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media only screen and (max-width: 899px) {
  .p-check-wrap:before {
    border-radius: 8px 0 0 0;
    border: 2px solid #2E2E2E;
    border-right: none;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap:before {
    border-radius: 10px 0 0 0;
    border: 3px solid #2E2E2E;
    border-right: none;
    border-bottom: none;
  }
}
.p-check-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}
@media only screen and (max-width: 899px) {
  .p-check-wrap:after {
    border-radius: 0 8px 0 0;
    border: 2px solid #2E2E2E;
    border-left: none;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap:after {
    border-radius: 0 10px 0 0;
    border: 3px solid #2E2E2E;
    border-left: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 899px) {
  .p-check-wrap {
    padding: 15px;
    border-radius: 8px;
  }
  .p-check-wrap:before, .p-check-wrap:after {
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap {
    padding: 25px;
    border-radius: 10px;
  }
  .p-check-wrap:before, .p-check-wrap:after {
    width: 25px;
    height: 25px;
  }
}

.p-check-wrap-inr {
  background: #fff;
}
.p-check-wrap-inr:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
@media only screen and (max-width: 899px) {
  .p-check-wrap-inr:before {
    border-radius: 0 0 0 8px;
    border: 2px solid #2E2E2E;
    border-right: none;
    border-top: none;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap-inr:before {
    border-radius: 0 0 0 10px;
    border: 3px solid #2E2E2E;
    border-right: none;
    border-top: none;
  }
}
.p-check-wrap-inr:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
@media only screen and (max-width: 899px) {
  .p-check-wrap-inr:after {
    border-radius: 0 0 8px 0;
    border: 2px solid #2E2E2E;
    border-left: none;
    border-top: none;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap-inr:after {
    border-radius: 0 0 10px 0;
    border: 3px solid #2E2E2E;
    border-left: none;
    border-top: none;
  }
}
@media only screen and (max-width: 899px) {
  .p-check-wrap-inr:before, .p-check-wrap-inr:after {
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap-inr:before, .p-check-wrap-inr:after {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 899px) {
  .p-check-wrap-inr-inr {
    padding-block: 40px 100px;
    background: linear-gradient(to right, #2E2E2E, #2E2E2E calc(50% - 45px - 20px), transparent calc(50% - 45px - 20px), transparent calc(50% - 45px), #2E2E2E calc(50% - 45px), #2E2E2E calc(50% + 45px), transparent calc(50% + 45px), transparent calc(50% + 45px + 20px), #2E2E2E calc(50% + 45px + 20px), #2E2E2E) 0% 0%/100% 2px no-repeat;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap-inr-inr {
    padding: 80px 50px 30px;
    background: linear-gradient(to right, #2E2E2E, #2E2E2E calc(50% - 75px - 30px), transparent calc(50% - 75px - 30px), transparent calc(50% - 75px), #2E2E2E calc(50% - 75px), #2E2E2E calc(50% + 75px), transparent calc(50% + 75px), transparent calc(50% + 75px + 30px), #2E2E2E calc(50% + 75px + 30px), #2E2E2E) 0% 0%/100% 3px no-repeat;
  }
}
.p-check-wrap-inr-inr:before {
  content: "";
  display: block;
  background: url("/assets/yononaka_detail_page/ill-clip-5a17149e.svg") 50% 50%/contain no-repeat;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 899px) {
  .p-check-wrap-inr-inr:before {
    width: 110px;
    height: 24px;
    top: 12px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap-inr-inr:before {
    width: 180px;
    height: 35px;
    top: 20px;
  }
}
.p-check-wrap-inr-inr:after {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 899px) {
  .p-check-wrap-inr-inr:after {
    border: 2px solid #2E2E2E;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    width: 14px;
    height: 14px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-wrap-inr-inr:after {
    border: 3px solid #2E2E2E;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    width: 20px;
    height: 20px;
  }
}

.p-check-hl {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-check-hl {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-hl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.p-check-ill {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .p-check-ill {
    width: 145px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-ill {
    top: -30px;
    left: 100px;
  }
}

@media only screen and (max-width: 899px) {
  .p-check-item {
    border-top: 2px dotted #2E2E2E;
    padding: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-item {
    padding: 35px 25px;
  }
  .p-check-item:not(:first-child) {
    border-top: 2px dotted #2E2E2E;
  }
}

.p-check-item-hl {
  min-height: 32px;
  background: url("/assets/yononaka_detail_page/icon-check-d054f3b0.svg") 0 0/32px no-repeat;
  padding-top: 3px;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 899px) {
  .p-check-item-hl {
    padding-left: 45px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-item-hl {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-check-item-body {
    padding-left: 50px;
  }
}

.p-check-table {
  width: 100%;
}
.p-check-table th {
  text-align: center;
}
.p-check-table tr {
  position: relative;
}
.p-check-table tr:nth-child(odd) {
  background: rgba(61, 128, 218, 0.1);
}
.p-check-table tr:nth-child(even) {
  background: rgba(61, 128, 218, 0.15);
}
.p-check-table tr:not(:last-child) td:after {
  content: "";
  display: block;
  background: url("/assets/yononaka_detail_page/ill-arrow-b65d7f3a.svg") 50% 50%/contain no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 899px) {
  .p-check-table tr:not(:last-child) td:after {
    width: 42px;
    height: 40px;
    left: 50%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-table tr:not(:last-child) td:after {
    width: 28px;
    height: 26px;
    left: 40px;
  }
}
.p-check-table th {
  border-top: 2px solid #fff;
  line-height: 1;
  color: #3D80DA;
}
@media only screen and (max-width: 899px) {
  .p-check-table th {
    display: block;
    padding: 30px 20px 2px;
    text-align: left;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-table th {
    padding: 20px 0;
    width: 80px;
    position: relative;
  }
  .p-check-table th:after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 20px);
    background: #fff;
    position: absolute;
    right: -1px;
    top: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .p-check-table td {
    display: block;
    padding: 0 20px 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-table td {
    border-top: 2px solid #fff;
    padding: 20px;
  }
}

.p-check-step {
  letter-spacing: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media print, screen and (min-width: 900px) {
  .p-check-step {
    display: block;
    margin: 0 auto;
  }
}

.p-check-step-num {
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 899px) {
  .p-check-step-num {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-check-step-num {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 8px auto 0;
  }
}

.p-check-table-detail dt {
  font-weight: bold;
  margin-bottom: 0.2em;
}
.p-check-table-detail dd {
  font-size: 13px;
  font-size: 0.8125rem;
}

.signed-in-detail .p-mv {
  height: auto;
  background: none;
  padding: 0;
}
.signed-in-detail .p-mv-ttl-sub {
  display: block;
}
.signed-in-detail .p-mv-inr {
  width: auto;
}
.signed-in-detail .p-service {
  border-top: none;
}
.signed-in-detail .p-service:before {
  content: none;
}
.signed-in-detail .p-service-item {
  position: relative;
  padding-block: none;
}
@media only screen and (max-width: 899px) {
  .signed-in-detail .p-service-item:not(:first-child) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .signed-in-detail .p-service-item {
    flex: 0 0 calc((100% - 40px) / 2);
    margin-top: 55px;
  }
}
@media (min-width: 900px) {
  .signed-in-detail .p-service-item:nth-child(3n+1):not(:first-child):before {
    content: none;
  }
  .signed-in-detail .p-service-item:not(:nth-child(3n)), .signed-in-detail .p-service-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .signed-in-detail .p-service-item:nth-child(odd) {
    margin-right: 40px;
  }
}
.signed-in-detail .swiper-wrapper {
  height: auto;
}
.signed-in-detail .p-voice-swiper-container .swiper-pagination {
  bottom: -50px;
}
