@charset "UTF-8";
/**
 * Foundation
 */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  box-sizing: border-box;
}

/**
 * 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. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (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 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -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, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl, dl ol, dl ul {
  margin: 0;
}

ol dl, ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol, ol ul {
  margin: 0;
}

ul ol, ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- 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;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, 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 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (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 iframes in all browsers (opinionated).
 */
iframe, img {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

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

/**
 * 1. Correct the text wrapping in Edge 18- 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 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
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 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, Edge, 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, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons 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;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
 * Add the correct styles in Edge 18-, 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] {
  /* 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] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * initialize tag stules
 */
html {
  font: 10px/1.7 "Roboto", sans-serif;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  min-width: 1060px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  body {
    min-width: 0;
  }
}

* {
  outline: none !important;
}

img {
  border: 0;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
  }
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

/**
 * ANCHOR
 */
a {
  color: #1183c0;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/**
 * Heading
 */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

/**
 * Paragraph
 */
p {
  margin: 0;
}

/**
 * List
 */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,
dd {
  margin: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

/**
 * Layout
 */
/**
 * FOOTER
 */
.l-footer {
  margin-top: 80px;
  padding-bottom: 14rem;
}
@media screen and (max-width: 750px) {
  .l-footer {
    margin-top: 4rem;
  }
}
.l-footer__pagetop {
  display: none;
}
.l-footer__pagetop__button {
  width: 8rem;
  height: 8rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000000;
  color: #000000;
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.3s;
}
.l-footer__pagetop__button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  .l-footer__pagetop__button {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__pagetop__button svg {
    width: 6rem;
    height: 6rem;
  }
}
.l-footer__in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .l-footer__in {
    display: block;
  }
}
.l-footer__content {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-footer__content {
    display: block;
  }
}
.l-footer__info {
  width: 33rem;
}
@media screen and (max-width: 750px) {
  .l-footer__info {
    width: auto;
    padding: 0 3.6rem;
  }
}
.l-footer__info__head {
  margin-bottom: 15px;
}
.l-footer__info__button {
  background: #888;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 120px;
}
.l-footer__info__button:hover {
  background: #666;
}
.l-footer__head {
  font-size: 2.4rem;
  font-weight: normal;
  height: 5rem;
  text-decoration: none;
  color: #B40018;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer__head {
    font-size: 1.9rem;
  }
}
.l-footer__head img {
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__head img {
    width: 10.2rem;
    margin-right: 1.5rem;
  }
}
.l-footer__copy {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__copy {
    text-align: center;
  }
}
.l-footer__link {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.l-footer__link li {
  padding-left: 3rem;
  position: relative;
}
.l-footer__link li a {
  text-decoration: none;
  transition: 0.3s;
  color: #000000;
  font-weight: 500;
}
.l-footer__link li a:hover {
  opacity: 0.7;
}
.l-footer__link li:nth-child(n+1) {
  margin-left: 4rem;
}
.l-footer__link li::before {
  content: "";
  background: #B40018;
  width: 2rem;
  height: 0.2rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  position: absolute;
}
.l-footer__sitemap {
  width: 600px;
}
@media screen and (max-width: 750px) {
  .l-footer__sitemap {
    width: auto;
  }
}
.l-footer__sitemap__anchor {
  color: #333;
}
.l-footer__sitemap__anchor::before {
  content: "■";
}
.l-footer__sitemap__anchor.is-sub::before {
  content: "・";
}
.l-footer__sitemap__col {
  width: 33.33%;
}
@media screen and (max-width: 750px) {
  .l-footer__sitemap__col {
    width: auto;
  }
}
.l-footer__sitemap__menu {
  list-style: none;
  margin-bottom: 20px;
}

/**
 * HEADER
 */
.l-header {
  padding: 20px 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .l-header {
    background: #fff;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    height: 6rem;
  }
}
.l-header__logo__anchor {
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #B40018;
  font-weight: bold;
  font-style: italic;
}
.l-header__logo__anchor img {
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .l-header__logo__anchor img {
    width: 6.4rem;
    margin-right: 1rem;
  }
}
.l-header__logo__anchor span {
  display: block;
  white-space: nowrap;
}
.l-header__logo__anchor:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  .l-header__logo__anchor {
    font-size: 1.2rem;
    height: 3.2rem;
    line-height: 2.5rem;
    width: 16.5rem;
    display: flex;
    align-items: center;
  }
}
.l-header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-header__content {
    padding: 2rem;
    top: 6rem;
    position: fixed;
    background: #000000;
    height: 5rem;
    width: 100%;
    z-index: 3;
  }
}
.l-header__nav {
  display: flex;
}
.l-header__menu {
  cursor: pointer;
  margin-right: 4rem;
}
@media screen and (max-width: 750px) {
  .l-header__menu {
    margin-right: 2rem;
  }
}
.l-header__menu a {
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-header__menu a {
    font-size: 1rem;
    color: #fff;
  }
}
.l-header__menu a:hover {
  opacity: 0.6;
}
.l-header__menu a svg {
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .l-header__menu a svg {
    width: 2.3rem;
    max-height: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .l-header__menu a svg path {
    color: #fff;
    fill: currentColor;
  }
}
.l-header__menu__fav {
  font-size: 1.4rem;
  font-weight: bold;
  background: #B40018;
  color: #fff;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  display: inline-flex;
  margin-left: 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .l-header__menu__fav {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    line-height: 1;
  }
}
.l-header__menu__search {
  margin: 4rem 2rem 0 2rem;
  box-sizing: border-box;
  width: 84%;
}
.l-header__menu__search form {
  position: relative;
}
.l-header__menu__search input[type=text] {
  width: 100%;
  font-size: 1.4rem;
  padding: 2rem;
}
.l-header__menu__search button {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.l-header__lang__select {
  margin-right: 4rem;
  font-size: 1.4rem;
  width: 10rem;
  height: 4rem;
  border-radius: 2rem;
  padding: 0 1rem;
  border: none;
  background: #F2F2F2;
}
@media screen and (max-width: 750px) {
  .l-header__lang__select {
    margin-right: 5rem;
    font-size: 1.2rem;
    width: 9rem;
    height: 3rem;
  }
}

.l-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .l-main {
    margin-bottom: 3rem;
  }
}

/**
 * Global Navigation
 */
.l-nav {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-nav {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__trigger {
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    padding: 0.8rem;
  }
}
.l-nav__trigger__button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 3.6rem;
  height: 3rem;
}
@media screen and (max-width: 750px) {
  .l-nav__trigger__button {
    width: 2.4rem;
    height: 2rem;
  }
}
.l-nav__trigger__line {
  background: #B40018;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: 0.2s;
  height: 0.6rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-nav__trigger__line {
    height: 0.4rem;
  }
}
.l-nav__trigger__line:nth-child(1) {
  top: 0;
}
.l-nav__trigger__line:nth-child(2) {
  top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-nav__trigger__line:nth-child(2) {
    top: 0.8rem;
  }
}
.l-nav__trigger__line:nth-child(3) {
  top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .l-nav__trigger__line:nth-child(3) {
    top: 1.6rem;
  }
}
.is-nav-view .l-nav__trigger__line:nth-child(1) {
  top: 1.2rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .is-nav-view .l-nav__trigger__line:nth-child(1) {
    top: 0.8rem;
  }
}
.is-nav-view .l-nav__trigger__line:nth-child(2) {
  left: 100%;
}
.is-nav-view .l-nav__trigger__line:nth-child(3) {
  top: 1.2rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .is-nav-view .l-nav__trigger__line:nth-child(3) {
    top: 0.8rem;
  }
}
.l-nav__content {
  border-right: 1px solid #fff;
  display: flex;
  height: 46px;
  z-index: 1;
  justify-content: space-between;
  background: #000000;
  border: none;
  bottom: 100%;
  display: block;
  margin: auto;
  overflow: auto;
  transition: 0.3s;
  position: absolute;
  width: 40rem;
  left: auto;
  right: 0;
  top: -40rem;
  height: 32.8rem;
}
@media screen and (max-width: 750px) {
  .l-nav__content {
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 5rem;
  }
}
.is-nav-view .l-nav__content {
  top: 43rem;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .is-nav-view .l-nav__content {
    top: 11rem;
    bottom: 0;
    border-top: 2px solid #fff;
  }
}
.l-nav__menu {
  list-style: none;
  width: 20%;
  margin-top: 4rem;
  height: 3.2rem;
  width: auto;
  padding: 0 7.7rem;
}
.l-nav__menu a {
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.l-nav__menu a::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.4rem;
  background: #B40018;
  margin-right: 2rem;
}
.l-nav__menu__anchor {
  border-left: 1px solid #fff;
  color: #333;
  display: block;
  font-size: 1.6rem;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}
.l-nav__menu__anchor:hover {
  background: #ddd;
}
@media screen and (max-width: 750px) {
  .l-nav__menu__anchor {
    border: none;
    font-size: 1.6rem;
    height: auto;
    line-height: 1.4;
    padding: 1.6rem 0;
  }
}

/**
 * page-visual
 */
.l-page-visual {
  background: #eee;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/img/form/page-main.jpg");
  background-position: center;
}
@media screen and (max-width: 750px) {
  .l-page-visual {
    background: url("/img/form/page-main--sp.jpg");
    background-position: center;
    margin-top: 11rem;
    height: 12rem;
    background-size: contain;
  }
}
.l-page-visual h1 {
  font-size: 3.2rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .l-page-visual h1 {
    font-size: 2.4rem;
  }
}

/**
 * page-visual
 */
.l-auth-box {
  padding-top: 0px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  align-items: center;
  min-height: 100vh;
  display: flex;
}
.l-auth-box__in {
  border-radius: 0.5rem;
  max-width: 28rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: white;
  overflow: hidden;
  width: 100%;
  margin-top: 1.5rem;
}

/**
 * dashbordlist
 */
.l-dashbord-navi {
  width: 230px;
  position: relative;
}
.l-dashbord-navi__user {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F4F0;
  flex-direction: column;
}
.l-dashbord-navi__user p {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .l-dashbord-navi__user {
    flex-direction: row;
    height: 6rem;
    padding: 1.4rem 2rem;
    justify-content: flex-start;
  }
}
.l-dashbord-navi__user svg {
  height: 3.3rem;
  width: 3.3rem;
}
@media screen and (max-width: 750px) {
  .l-dashbord-navi__user svg {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .l-dashbord-navi__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .l-dashbord-navi {
    width: auto;
  }
}
.l-dashbord-navi__menu {
  height: 7rem;
  width: 100%;
  background: #000000;
  position: relative;
  padding-left: 1rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .l-dashbord-navi__menu {
    width: 16.7rem;
    height: 5rem;
  }
}
.l-dashbord-navi__menu::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #B40018;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-dashbord-navi__menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 3rem;
}
.l-dashbord-navi__menu form {
  width: 100%;
  height: 100%;
}
.l-dashbord-navi__menu.is-active, .l-dashbord-navi__menu:hover {
  background: #B40018;
}
.l-dashbord-navi__menu.is-active::before, .l-dashbord-navi__menu:hover::before {
  background: #fff;
}

/**
 * dashbord-content
 */
.l-dashbord-content {
  width: calc(100% - 270px);
}
@media screen and (max-width: 750px) {
  .l-dashbord-content {
    width: 100%;
    margin-top: 4rem;
  }
}

/**
 * Object
 */
/* Component */
.c-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #B40018;
  border: 1px solid #B40018;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  outline: none;
  height: 7rem;
  padding: 15px 30px;
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-button {
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
  }
}
.c-button.is-longtext {
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 750px) {
  .c-button.is-longtext {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.c-button svg {
  fill: #fff;
  margin-right: 0.5rem;
}
.c-button span {
  display: block;
}
.c-button span.pt04 {
  padding-top: 0.4rem;
}
.c-button:hover, .c-button.is-active {
  color: #B40018;
  background: #fff;
}
.c-button:hover svg, .c-button.is-active svg {
  fill: #B40018;
  color: #B40018;
}
.c-button.is-leftarrow::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  background: url("/img/common/icon-arrow-left.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-button.is-leftarrow:hover::before {
  background: url("/img/common/icon-arrow-left--active.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
.c-button.is-rightarrow::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  background: url("/img/common/icon-arrow-right.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-button.is-rightarrow:hover::before {
  background: url("/img/common/icon-arrow-right--active.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
.c-button.is-small {
  font-size: 1.4rem;
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  .c-button.is-small {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.c-button.is-middle-height {
  height: 5rem;
}
.c-button.is-full {
  width: 100%;
}
.c-button.is-short {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .c-button.is-short {
    width: 100%;
  }
}
.c-button.is-middle {
  width: 27rem;
}
@media screen and (max-width: 750px) {
  .c-button.is-middle {
    width: 100%;
  }
}
.c-button.is-semilong {
  width: 37rem;
}
@media screen and (max-width: 750px) {
  .c-button.is-semilong {
    width: 100%;
  }
}
.c-button.is-large {
  font-size: 1.8rem;
  padding: 20px 60px;
}
.c-button.is-block {
  display: block;
  text-align: center;
}
.c-button[disabled], .c-button.is-disabled {
  background: #0b537a;
  cursor: not-allowed;
  color: #ccc;
}
.c-button[disabled]:hover, .c-button.is-disabled:hover {
  color: #ccc;
  background: #0b537a;
}
.c-button__secondary {
  background: #eee;
  color: #333;
  border: 1px solid #ccc;
}
.c-button__secondary:hover, .c-button__secondary.is-active {
  color: #333;
  background: #fff;
}
.c-button__secondary[disabled], .c-button__secondary.is-disabled {
  background: #c8c8c8;
  color: #666;
}
.c-button__secondary[disabled]:hover, .c-button__secondary.is-disabled:hover {
  color: #666;
  background: #c8c8c8;
}

.c-alertcaption__ttl {
  padding: 2rem;
}
.c-alertcaption__ttl.is-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.c-alertcaption__ttl.is-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.c-alertcaption__other {
  padding: 2rem;
  margin-top: 1rem;
}

.c-button-l {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  outline: none;
  height: 5rem;
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-button-l.is-listfav {
  background: #F5F4F0;
  border: 1px solid #F5F4F0;
  font-size: 1.6rem;
  font-weight: 500;
  width: 27rem;
  color: #000;
}
.c-button-l.is-listfav::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2rem;
  background: url("/img/common/icon-btn-heart.svg") no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0.5rem;
}
@media screen and (max-width: 750px) {
  .c-button-l.is-listfav {
    width: 100%;
  }
}
.c-button-l.is-active.is-listfav::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2rem;
  background: url("/img/common/icon-btn-heart--active.svg") no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0.5rem;
}
@media screen and (max-width: 750px) {
  .c-button-l {
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
  }
}
.c-button-l svg {
  fill: #B40018;
  margin-right: 0.5rem;
}
.c-button-l span {
  display: block;
}
.c-button-l span.pt04 {
  padding-top: 0.4rem;
}
.c-button-l:hover {
  color: #B40018;
  background: #fff;
}
.c-button-l:hover svg {
  fill: #B40018;
  color: #B40018;
}
.c-button-l.is-leftarrow::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  background: url("/img/common/icon-arrow-left.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-button-l.is-leftarrow:hover::before {
  background: url("/img/common/icon-arrow-left--active.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
.c-button-l.is-small {
  font-size: 1.4rem;
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  .c-button-l.is-small {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.c-button-l.is-full {
  width: 100%;
}
.c-button-l.is-middle {
  width: 27rem;
}
@media screen and (max-width: 750px) {
  .c-button-l.is-middle {
    width: 100%;
  }
}
.c-button-l.is-large {
  font-size: 1.8rem;
  padding: 20px 60px;
}
.c-button-l.is-block {
  display: block;
  text-align: center;
}
.c-button-l[disabled], .c-button-l.is-disabled {
  background: #0b537a;
  cursor: not-allowed;
  color: #ccc;
}
.c-button-l[disabled]:hover, .c-button-l.is-disabled:hover {
  color: #ccc;
  background: #0b537a;
}
.c-button-l__secondary {
  background: #eee;
  color: #333;
  border: 1px solid #ccc;
}
.c-button-l__secondary:hover, .c-button-l__secondary.is-active {
  color: #333;
  background: #fff;
}
.c-button-l__secondary[disabled], .c-button-l__secondary.is-disabled {
  background: #c8c8c8;
  color: #666;
}
.c-button-l__secondary[disabled]:hover, .c-button-l__secondary.is-disabled:hover {
  color: #666;
  background: #c8c8c8;
}

/**
 * button-search
 */
.c-button-search {
  width: 100%;
  height: 4rem;
  background: #B40018;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 1.6rem;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-button-search {
    width: 100%;
  }
}
.c-button-search svg {
  margin-right: 1rem;
}
.c-button-search svg svg {
  fill: #fff;
}
.c-button-search:hover {
  color: #B40018;
  background: #fff;
  border: 2px solid #B40018;
}
.c-button-search:hover svg {
  fill: #B40018;
}

/**
 * Contact Banner
 */
.c-contact-banner {
  align-items: center;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
}
@media screen and (max-width: 750px) {
  .c-contact-banner {
    display: block;
    padding: 1rem;
  }
}
.c-contact-banner__tel {
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .c-contact-banner__tel {
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
  }
}
.c-contact-banner__time {
  flex-grow: 1;
  line-height: 16px;
}
@media screen and (max-width: 750px) {
  .c-contact-banner__time {
    margin-bottom: 1rem;
    text-align: center;
  }
}

/**
 * Form styling
 */
.c-form__error {
  color: #cc0000;
}
.c-form__table {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-form__table, .c-form__table__thead, .c-form__table__tbody, .c-form__table__row {
    width: auto;
    display: block;
  }
}
.c-form__table__head {
  padding: 10px 1em 10px 0;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 1em;
}
@media screen and (max-width: 750px) {
  .c-form__table__head {
    width: auto;
    display: block;
    white-space: normal;
    padding: 1rem 0 0;
  }
}
.c-form__table__data {
  padding: 10px 0;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .c-form__table__data {
    width: auto;
    display: block;
    padding: 0 0 1rem;
  }
}
.c-form__table__row.is-top .c-form__table__head, .c-form__table__row.is-top .c-form__table__data {
  vertical-align: top;
}

/**
 * Headline
 */
.c-headline {
  background: #ddd;
  margin-bottom: 10px;
  padding: 25px 0;
}
@media screen and (max-width: 750px) {
  .c-headline {
    margin-bottom: 1rem;
    padding: 2rem 0;
  }
}
.c-headline__text {
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .c-headline__text {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.c-headline__catch {
  font-size: 1.4rem;
}

/**
 * Form & Input
 */
.c-input__label {
  cursor: pointer;
  display: inline-block;
}
.c-input__label-b {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
}
.c-input__text {
  border: 1px solid #aaa;
  box-sizing: border-box;
  font-size: 1.6rem;
  outline: none;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  line-height: 1.5rem;
  width: 100%;
  height: 7rem;
  background: none;
  color: #333;
}
.c-input__text.is-red {
  border: 2px solid #B40018;
  color: #B40018;
  font-weight: bold;
}
.c-input__text.is-h5 {
  height: 5rem;
}
.c-input__text.is-w70 {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .c-input__text.is-w70 {
    width: 65%;
  }
}
.c-input__text.is-h4 {
  height: 4rem;
}
@media screen and (max-width: 750px) {
  .c-input__text {
    font-size: initial;
  }
}
.c-input__text.is-short {
  width: 5em;
}
.c-input__text.is-full {
  width: 100%;
}
.c-input__text:focus {
  border: 1px solid #182ece;
}
.c-input__textarea {
  border: 1px solid #aaa;
  box-sizing: border-box;
  font-size: 1.6rem;
  outline: none;
  padding-top: 2.6rem;
  padding-right: 2rem;
  padding-bottom: 2.6rem;
  padding-left: 2rem;
  line-height: 1.5;
  width: 100%;
  height: 7rem;
  background: none;
  color: #333;
  min-height: 14rem;
}
.c-input__textarea.is-h15 {
  height: 15rem;
}
@media screen and (max-width: 750px) {
  .c-input__textarea {
    font-size: initial;
  }
}
.c-input__textarea.is-short {
  width: 5em;
}
.c-input__textarea.is-full {
  width: 100%;
}
.c-input__textarea:focus {
  border: 1px solid #182ece;
}
.c-input__select {
  background: none;
  border: 1px solid #aaa;
  font-size: 1.6rem;
  width: 100%;
  height: 5rem;
  padding: 0 1em;
  color: #fff;
}
.c-input__select option {
  color: #333;
}
.c-input__select.is-red {
  border: 2px solid #B40018;
  color: #B40018;
  font-weight: bold;
}
.c-input__select.is-h7 {
  height: 7rem;
  color: #333;
}
.c-input__select.is-short {
  width: 27rem;
}
@media screen and (max-width: 750px) {
  .c-input__select {
    font-size: initial;
  }
}
.c-input__btnarea {
  width: 37rem;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-input__btnarea {
    width: auto;
  }
}
.c-input__showbox {
  background: #F5F4F0;
  height: 7rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  margin-top: 1rem;
}

/**
 * Pagination
 * ページネーション
 */
.c-pagination {
  margin: 4rem 0 8rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-pagination__list {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem;
  vertical-align: top;
}
.c-pagination__list > span, .c-pagination__list > a {
  color: #B40018;
  font-weight: 500;
  display: inline-block;
  line-height: 2;
  min-width: 2.2em;
  padding: 0 0.2em;
  text-align: center;
  text-decoration: none;
}
.c-pagination__list > a:hover {
  background: #eee;
  text-decoration: none;
}
.c-pagination__list.is-active > span {
  background: #B40018;
  color: #fff;
}
.c-pagination__list svg {
  margin-bottom: 0.2rem;
}
.c-pagination__list.is-prev svg {
  margin-right: 1rem;
}
.c-pagination__list.is-next svg {
  margin-left: 1rem;
}
.c-pagination__pagebox {
  margin: 0 0.5rem;
}
.c-pagination__selectbox {
  position: relative;
}
.c-pagination__selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 18rem;
  height: 4rem;
  opacity: 0;
}
.c-pagination__selectbox__inner {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border: 2px solid #B40018;
  padding: 0 12px;
  width: 18rem;
  height: 4rem;
  font-size: 14px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B40018;
  font-weight: 500;
}
.c-pagination__selectbox__inner::before {
  content: "";
  position: absolute;
  display: block;
}
.c-pagination__selectbox__inner::after {
  content: "";
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url("/img/common/icon-arrow-bottom--active.svg") no-repeat;
  background-position: center;
  background-size: cover;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-topic-path {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .c-topic-path {
    margin-bottom: 3rem;
  }
}
.c-topic-path__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.c-topic-path__col {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-topic-path__col::after {
  content: ">";
  margin: 0 0.5em;
}
.c-topic-path__col:last-child::after {
  content: none;
}
.c-topic-path__col > a {
  color: inherit;
}
.c-topic-path__col > span {
  font-weight: bold;
}

.c-entry-block {
  /**
   * Heading
   */
  /**
   * Image
   */
  /**
   * Table
   */
  /**
   * Paragraph
   */
  /**
   * List
   */
}
.c-entry-block h2,
.c-entry-block h3,
.c-entry-block h4,
.c-entry-block h5,
.c-entry-block h6 {
  font-weight: bold;
  margin: 1.4em 0 0.5em;
}
.c-entry-block h2 {
  font-size: 1.8em;
}
.c-entry-block h3 {
  font-size: 1.6em;
}
.c-entry-block h4 {
  font-size: 1.4em;
}
.c-entry-block h5 {
  font-size: 1.2em;
}
.c-entry-block img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}
.c-entry-block img[style*="float: left;"] {
  margin: 0 1.5em 1.5em 0;
}
.c-entry-block img[style*="float: right;"] {
  margin: 0 0 1.5em 1.5em;
}
.c-entry-block img.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
}
.c-entry-block img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.c-entry-block img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
@media screen and (max-width: 750px) {
  .c-entry-block img[style*="float: left;"], .c-entry-block img[style*="float: right;"] {
    display: block;
    float: none !important;
    margin: 0 auto 1.5em;
  }
  .c-entry-block img.aligncenter, .c-entry-block img.alignleft, .c-entry-block img.alignright {
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}
.c-entry-block table {
  margin: 1.4em 0;
}
.c-entry-block table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 0.5em;
}
.c-entry-block table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.c-entry-block p {
  margin: 1.4em 0;
}
.c-entry-block pre {
  background: #333;
  color: #fff;
  font-family: monospace;
  line-height: 1.2;
  margin: 1.4em 0;
  overflow: auto;
  padding: 5px;
  white-space: pre;
}
.c-entry-block blockquote {
  border-left: 5px solid #eee;
  margin: 1.4em 0;
  padding: 0 0 0 1.4em;
}
.c-entry-block ul,
.c-entry-block ol,
.c-entry-block dl {
  margin: 1.4em 0;
}
.c-entry-block ul li,
.c-entry-block ol li,
.c-entry-block dl li {
  list-style: disc outside;
  margin-left: 1.4em;
}
.c-entry-block ol li {
  list-style: decimal outside;
}
.c-entry-block dl dt {
  font-weight: bold;
}
.c-entry-block dl dd {
  padding-left: 2em;
}

/**
 * serach-box
 */
.c-serach-box {
  width: 97rem;
  background: #B40018;
  padding: 2rem;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .c-serach-box {
    width: auto;
    border-radius: 10px;
  }
}
.c-serach-box h2 {
  font-weight: bold;
  font-style: italic;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-serach-box h2 {
    font-size: 2.1rem;
  }
}
.c-serach-box h2 img {
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box h2 img {
    width: 4rem;
    height: 4rem;
  }
}
.c-serach-box__in form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .c-serach-box__in {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .c-serach-box.is-active {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .c-serach-box.is-active .c-serach-box__in {
    display: block;
  }
}
.c-serach-box.is-active .c-serach-box__slideicon {
  border-radius: 5px 5px 0 0;
  bottom: 0;
}
.c-serach-box.is-active .c-serach-box__slideicon svg {
  transform: rotate(180deg);
}
.c-serach-box__slideicon {
  background: #000;
  width: 12.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
}
.c-serach-box__form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 87rem;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box__form {
    width: 100%;
  }
}
.c-serach-box button {
  width: 37rem;
  height: 7rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B40018;
  font-weight: bold;
  border: none;
  font-size: 1.6rem;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-serach-box button {
    width: 100%;
  }
}
.c-serach-box button svg {
  margin-right: 1rem;
}
.c-serach-box button:hover {
  color: #fff;
  background: #B40018;
}
.c-serach-box button:hover svg {
  fill: #fff;
}
.c-serach-box__param {
  width: 32%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box__param {
    font-size: initial;
    width: 100%;
  }
}
.c-serach-box__param select {
  cursor: pointer;
  width: 100%;
  border: 2px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 7rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box__param select {
    font-size: initial;
    width: 100%;
  }
}
.c-serach-box__param select:hover {
  color: #B40018;
  background: #fff;
}
.c-serach-box__param input[type=text] {
  width: 100%;
  border: 2px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 7rem;
  color: #ffffff;
  padding-left: 2rem;
}
.c-serach-box__param input[type=text]::-moz-placeholder {
  opacity: 1;
}
.c-serach-box__param input[type=text]:-ms-input-placeholder {
  opacity: 1;
}
.c-serach-box__param input[type=text]::placeholder {
  opacity: 1;
}

/**
 * message
 */
.c-message {
  margin: 2rem 0;
}
.c-message__text {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  background: #71D98D;
}
.c-message__text.is-danger {
  background: #cc0000;
}

/**
 * serach-box-l
 */
.c-serach-box-l {
  max-width: 125rem;
  background: #B40018;
  padding: 2rem;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l {
    width: auto;
    border-radius: 10px;
  }
}
.c-serach-box-l h2 {
  font-weight: bold;
  font-style: italic;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l h2 {
    font-size: 2.1rem;
  }
}
.c-serach-box-l h2 img {
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l h2 img {
    width: 4rem;
    height: 4rem;
  }
}
.c-serach-box-l__in {
  padding-bottom: 4rem;
  display: none;
}
.c-serach-box-l__in form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.c-serach-box-l.is-active {
  height: auto;
}
.c-serach-box-l.is-active .c-serach-box-l__in {
  display: block;
}
.c-serach-box-l.is-active .c-serach-box-l__slideicon {
  border-radius: 5px 5px 0 0;
  bottom: 0;
}
.c-serach-box-l.is-active .c-serach-box-l__slideicon svg {
  transform: rotate(180deg);
}
.c-serach-box-l__slideicon {
  background: #000;
  width: 25rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -4rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
}
.c-serach-box-l__slideicon:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__slideicon {
    width: 12.5rem;
    height: 2rem;
    bottom: -2rem;
  }
}
.c-serach-box-l__slideicon svg {
  width: 3rem;
  height: 2rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__slideicon svg {
    width: 1.5rem;
    height: 1rem;
  }
}
.c-serach-box-l__form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 117rem;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__form {
    width: 100%;
  }
}
.c-serach-box-l button {
  width: 37rem;
  height: 7rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B40018;
  font-weight: bold;
  border: none;
  font-size: 1.6rem;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l button {
    width: 100%;
  }
}
.c-serach-box-l button svg {
  margin-right: 1rem;
}
.c-serach-box-l button:hover {
  color: #fff;
  background: #B40018;
}
.c-serach-box-l button:hover svg {
  fill: #fff;
}
.c-serach-box-l__param {
  width: 24%;
  margin-bottom: 2rem;
}
.c-serach-box-l__param.is-long {
  width: 49.3333333333%;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__param.is-long {
    width: 100%;
  }
}
.c-serach-box-l__param.is-long input[type=text] {
  width: 100%;
  border: 2px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 7rem;
  color: #000;
  padding-left: 2rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__param.is-long input[type=text] {
    font-size: 1.4rem;
    height: 6rem;
  }
}
.c-serach-box-l__param.is-long input[type=text]::-moz-placeholder {
  color: #B3B3B3;
}
.c-serach-box-l__param.is-long input[type=text]:-ms-input-placeholder {
  color: #B3B3B3;
}
.c-serach-box-l__param.is-long input[type=text]::placeholder {
  color: #B3B3B3;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__param {
    font-size: initial;
    width: 100%;
  }
}
.c-serach-box-l__param select {
  cursor: pointer;
  width: 100%;
  border: 2px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 7rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__param select {
    font-size: initial;
    width: 100%;
  }
}
.c-serach-box-l__param select:hover {
  color: #B40018;
  background: #fff;
}
.c-serach-box-l__searchlist {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__searchlist__in {
    margin-bottom: 4rem;
  }
}
.c-serach-box-l__searchlist__pattern {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__searchlist__pattern {
    margin-bottom: 0rem;
  }
}
.c-serach-box-l__searchlist__pattern:nth-child(1) {
  margin-bottom: 2rem;
}
.c-serach-box-l__searchlist__pattern p {
  display: inline-flex;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  align-items: center;
  border-bottom: 2px solid #fff;
  width: 16rem;
  padding-left: 0.5rem;
}
.c-serach-box-l__searchlist__pattern p i {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.c-serach-box-l__searchlist__pattern ul {
  display: flex;
  flex-wrap: wrap;
}
.c-serach-box-l__searchlist__pattern ul li {
  width: 17rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  box-shadow: 0px 0px 7px rgba(9, 0, 0, 0.15);
  margin-right: 3rem;
  margin-top: 2rem;
  background: #fff;
  border: 2px solid #fff;
  white-space: nowrap;
}
.c-serach-box-l__searchlist__pattern ul li.is-active {
  background: #B40018;
  border: 2px solid #fff;
}
.c-serach-box-l__searchlist__pattern ul li.is-active a {
  color: #fff;
}
.c-serach-box-l__searchlist__pattern ul li:hover {
  background: #B40018;
  border: 2px solid #fff;
}
.c-serach-box-l__searchlist__pattern ul li:hover a {
  color: #fff;
}
.c-serach-box-l__searchlist__pattern ul li:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__searchlist__pattern ul li {
    width: 14rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__searchlist__pattern ul li:nth-of-type(2n) {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .c-serach-box-l__searchlist__pattern ul li:nth-child(n+1) {
    margin-top: 1.5rem;
  }
}
.c-serach-box-l__searchlist__pattern ul li a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

/**
 * serach-request
 */
.c-serach-request__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #707070;
}
.c-serach-request__tab li {
  width: 34rem;
  height: 6rem;
  position: relative;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-top: 8px solid #B3B3B3;
  margin: 0 0.5rem;
  background: #fff;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .c-serach-request__tab li {
    width: 16rem;
  }
}
.c-serach-request__tab li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
  color: #000000;
}
.c-serach-request__tab li svg {
  fill: #B3B3B3;
  margin-right: 1rem;
}
.c-serach-request__tab li.is-active {
  border-top: 8px solid #B40018;
  margin-bottom: -1px;
  height: calc(6rem + 1px);
}
.c-serach-request__tab li.is-active svg {
  fill: #000;
}
.c-serach-request__tab li:hover {
  border-top: 8px solid #B40018;
}
.c-serach-request__tab li:hover svg {
  fill: #000;
}
.c-serach-request__in {
  margin-top: 2rem;
  background: #F5F4F0;
  padding: 2rem 3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-serach-request__in {
    padding: 0;
  }
}
.c-serach-request__in form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-serach-request__in form {
    padding: 2rem;
    display: block;
    padding-bottom: 0.1rem;
  }
}
.c-serach-request__slideicon {
  background: #000;
  width: 12.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
}
.c-serach-request__form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .c-serach-request__form {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
.c-serach-request__btn {
  width: 37rem;
  height: 7rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B40018;
  font-weight: bold;
  border: none;
  font-size: 1.6rem;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-serach-request__btn {
    width: 100%;
  }
}
.c-serach-request__btn svg {
  margin-right: 1rem;
}
.c-serach-request__btn:hover {
  color: #fff;
  background: #B40018;
}
.c-serach-request__btn:hover svg {
  fill: #fff;
}
.c-serach-request__param {
  width: calc((100% - 10rem) / 3);
  height: 4rem;
  margin-bottom: 2rem;
  margin: 0 1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-serach-request__param {
    font-size: initial;
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
}
.c-serach-request__param select {
  cursor: pointer;
  width: 100%;
  border: 2px solid #fff;
  font-size: 1.4rem;
  background: #FFFFFF;
  font-weight: bold;
  height: 4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 750px) {
  .c-serach-request__param select {
    width: 100%;
  }
}
.c-serach-request__param input[type=text] {
  width: 100%;
  border: 2px solid #fff;
  font-size: 1.4rem;
  background: #FFFFFF;
  font-weight: bold;
  height: 4rem;
  color: #ffffff;
  padding-left: 2rem;
}
.c-serach-request__param input[type=text]::-moz-placeholder {
  opacity: 1;
}
.c-serach-request__param input[type=text]:-ms-input-placeholder {
  opacity: 1;
}
.c-serach-request__param input[type=text]::placeholder {
  opacity: 1;
}
.c-serach-request__param svg.is-input {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 2rem;
}

/**
 * serach-box
 */
.c-chat-box {
  background: #fff;
  margin: 0 -2rem;
}
.c-chat-box__btnarea {
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
  width: 100%;
}
.c-chat-box__in {
  margin: 0;
  padding: 25px;
  height: 44rem;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .c-chat-box__in {
    height: 27rem;
    margin-right: 0.5rem;
    padding: 0 1rem 0 2rem;
  }
}
.c-chat-box__in::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f2f2f2;
}
.c-chat-box__in::-webkit-scrollbar {
  width: 1rem;
  height: 20rem;
}
@media screen and (max-width: 750px) {
  .c-chat-box__in::-webkit-scrollbar {
    width: 0.5rem;
  }
}
.c-chat-box__in::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #707070;
}
.c-chat-box__param {
  display: inline-block;
  padding: 20px;
}
.c-chat-box__li {
  list-style-type: none;
  margin-bottom: 20px;
}
.c-chat-box__li.is-admin {
  display: flex;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .c-chat-box__li.is-admin {
    width: 100%;
  }
}
.c-chat-box__li.is-admin .c-chat-box__li__time {
  position: absolute;
  right: -57px;
  bottom: -5px;
}
.c-chat-box__li.is-user {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .c-chat-box__li.is-user {
    width: 100%;
  }
}
.c-chat-box__li.is-user .c-chat-box__li__time {
  position: absolute;
  left: -57px;
  bottom: -5px;
}
.c-chat-box__ul {
  padding: 0;
}
.c-chat-box__ul li.is-user {
  justify-content: flex-end;
  display: flex;
}
.c-chat-box__ul li .c-chat-box__img {
  border-radius: 45px;
  position: relative;
  padding: 1.6rem 1rem;
}
@media screen and (max-width: 750px) {
  .c-chat-box__ul li .c-chat-box__img {
    padding: 1.6rem 0rem;
  }
}
.c-chat-box__ul li .c-chat-box__img img {
  width: 100%;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 750px) {
  .c-chat-box__ul li .c-chat-box__img img {
    width: 3.2rem;
    height: auto;
  }
}
.c-chat-box__ul li.is-anim-slide {
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.c-chat-box__ul li__time {
  position: absolute;
  right: -40px;
  bottom: 0px;
}
.c-chat-box__ul li__delete {
  position: absolute;
  right: 10px;
  bottom: -30px;
  color: #cc0000;
  cursor: pointer;
}
.c-chat-box__ul li__delete:hover {
  opacity: 0.6;
}
.c-chat-box__name {
  max-width: 140px;
  box-sizing: border-box;
  padding: 10px;
  background: #eee;
  border-radius: 10px;
  word-break: break-all;
}
.c-chat-box__icon {
  max-width: 140px;
  box-sizing: border-box;
  padding: 1.6rem 1rem;
  border-radius: 10px;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .c-chat-box__icon {
    padding: 2rem 1rem;
  }
}
.c-chat-box__icon svg {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 750px) {
  .c-chat-box__icon svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.c-chat-box__desc {
  background: #F5F4F0;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px 8px 10px 10px;
  max-width: 62rem;
  line-height: 1.8;
  position: relative;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .c-chat-box__desc {
    max-width: 27rem;
  }
}
.c-chat-box__desc::before {
  content: "";
  position: absolute;
  top: 3.8rem;
  left: 100%;
  margin-top: -15px;
  border: 4px solid transparent;
  border-left: 6px solid #F5F4F0;
}
@media screen and (max-width: 750px) {
  .c-chat-box__desc::before {
    top: 3.4rem;
  }
}
.c-chat-box__desc.is-admin::before {
  content: "";
  position: absolute;
  top: 3.8rem;
  right: 100%;
  left: auto;
  margin-top: -15px;
  border: 4px solid transparent;
  border-right: 6px solid #F5F4F0;
}
.c-chat-box__trash {
  position: absolute;
  right: -2rem;
  bottom: -3.5rem;
  width: 4rem;
  height: 4rem;
  background: #F5F4F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .c-chat-box__text {
    margin: 0 2rem;
  }
}
.c-chat-box__text form {
  display: flex;
  align-items: flex-end;
  padding: 4rem 0;
  flex-direction: column;
}
.c-chat-box__text textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  height: 12rem;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
@-webkit-keyframes slidein {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slidein {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

/**
 * products
 */
.c-products__item {
  margin-top: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
  display: flex;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .c-products__item {
    display: block;
  }
}
.c-products__item__img {
  width: 27rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-products__item__img {
    width: 100%;
  }
}
.c-products__item__img img {
  width: 100%;
}
.c-products__item__content {
  width: calc(100% - 27rem);
  padding-left: 3rem;
  position: relative;
  padding-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .c-products__item__content {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.c-products__item__favbtn {
  position: absolute;
  top: 0;
  right: 0;
}
.c-products__item__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-products__item__ttl span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 0.6rem 1rem 0.3rem 1rem;
  font-weight: 500;
  margin-right: 2rem;
}
.c-products__item__ttl small {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.c-products__item__spec {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .c-products__item__spec {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
}
.c-products__item__spec li {
  width: 17.4rem;
  height: 5.8rem;
  padding: 0 2rem;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .c-products__item__spec li {
    margin-top: 2rem;
    width: 50%;
  }
}
.c-products__item__spec li:last-child {
  border-right: 1px solid #000000;
}
.c-products__item__spec__ttl {
  display: block;
  font-size: 1.4rem;
  color: #707070;
}
.c-products__item__spec__param {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.c-products__item__btns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .c-products__item__btns {
    flex-direction: column;
  }
}
.c-products__item__btns a, .c-products__item__btns button {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .c-products__item__btns a, .c-products__item__btns button {
    margin-top: 2rem;
  }
}
.c-products__item__btns button {
  margin-right: 2rem;
}
.c-products__item__price {
  width: 22rem;
  height: 5rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .c-products__item__price {
    width: 100%;
  }
}
.c-products__item__price span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.c-products__item-s {
  width: 100%;
  display: flex;
  margin: 2rem 0;
}
.c-products__item-s h2 a {
  text-decoration: none;
}

/**
 * products-small
 */
.c-products-small__item {
  margin-top: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DBDBDB;
}
.c-products-small__item__in {
  width: 100%;
  display: flex;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
.c-products-small__item__img {
  width: 15rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__img {
    width: 12rem;
  }
}
.c-products-small__item__img img {
  width: 100%;
}
.c-products-small__item__content {
  width: calc(100% - 15rem);
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__content {
    width: 100%;
    padding-left: 2rem;
  }
}
.c-products-small__item__favbtn {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__favbtn {
    width: 100%;
  }
}
.c-products-small__item__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__ttl {
    flex-wrap: wrap;
  }
}
.c-products-small__item__ttl span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 0.6rem 1rem 0.3rem 1rem;
  font-weight: 500;
  margin-right: 1rem;
}
.c-products-small__item__ttl small {
  display: block;
  font-size: 1.2rem;
  color: #707070;
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__ttl p {
    width: 100%;
    margin-top: 1rem;
  }
}
.c-products-small__item__spec {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__spec {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
}
.c-products-small__item__spec li {
  width: 17.4rem;
  height: 5.8rem;
  padding: 0 2rem;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__spec li {
    margin-top: 2rem;
    width: 50%;
  }
}
.c-products-small__item__spec li:last-child {
  border-right: 1px solid #000000;
}
.c-products-small__item__spec__ttl {
  display: block;
  font-size: 1.4rem;
  color: #707070;
}
.c-products-small__item__spec__param {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.c-products-small__item__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__btns {
    flex-direction: column;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-products-small__item__btns a {
    margin-top: 2rem;
  }
}
.c-products-small__item__btns button {
  margin-right: 2rem;
}
.c-products-small__item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .c-products-small__item__price {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
}
.c-products-small__item__price span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.c-products-small__item-s {
  width: 100%;
  display: flex;
  margin: 2rem 0;
}
.c-products-small__item-s h2 a {
  text-decoration: none;
}

/**
 * products-req
 */
.c-products-req__item {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
  display: flex;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .c-products-req__item {
    display: block;
  }
}
.c-products-req__item.is-sended {
  background: #e9e9e9;
  padding: 2rem;
}
.c-products-req__item__in {
  width: 100%;
  display: flex;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
.c-products-req__item__img {
  width: 20rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__img {
    width: 12rem;
  }
}
.c-products-req__item__img img {
  width: 100%;
}
.c-products-req__item__content {
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__content {
    padding-left: 2rem;
  }
}
.c-products-req__item__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__ttl {
    flex-wrap: wrap;
  }
}
.c-products-req__item__ttl span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 0.6rem 1rem 0.3rem 1rem;
  font-weight: 500;
  margin-right: 1rem;
}
.c-products-req__item__ttl small {
  display: block;
  font-size: 1.2rem;
  color: #707070;
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__ttl p {
    width: 100%;
    margin-top: 1rem;
  }
}
.c-products-req__item__spec {
  display: flex;
  max-width: 30rem;
  position: relative;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__spec {
    width: 100%;
    max-width: initial;
  }
}
.c-products-req__item__spec dt {
  width: 12rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  border-right: 1px solid #000;
  margin-bottom: 0.5rem;
}
.c-products-req__item__spec dd {
  width: calc(100% - 12rem);
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  padding-left: 1rem;
}
.c-products-req__item__btns {
  display: flex;
  flex-direction: column;
  margin-top: 2.6rem;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__btns {
    flex-direction: column;
    margin-top: 0;
  }
}
.c-products-req__item__btns button {
  margin-right: 2rem;
}
.c-products-req__item__price {
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__price {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
}
.c-products-req__item__price span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.c-products-req__item__status {
  color: #B40018;
  font-weight: 500;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 750px) {
  .c-products-req__item__status {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.c-products-req__item__status span {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  position: relative;
  padding-right: 2.5rem;
}
.c-products-req__item__status span::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 1rem;
  border: 4px solid transparent;
  border-top: 7px solid #B40018;
  transform: rotate(30deg);
}

/**
 * productlist
 */
.c-productlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .c-productlist {
    margin-top: 2rem;
  }
}
.c-productlist li {
  width: 23%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-productlist li {
    width: 16rem;
    margin-top: 2rem;
  }
}
.c-productlist li:nth-child(n+5) {
  margin-top: 3rem;
}
.c-productlist li img {
  width: 100%;
}
.c-productlist li a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.c-productlist li a:hover {
  opacity: 0.6;
}
.c-productlist__image {
  width: 100%;
  position: relative;
}
.c-productlist__image img {
  width: 100%;
}
.c-productlist__soldout {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-productlist__soldout span {
  width: 14rem;
  height: 5.7rem;
  border: 1px solid #FFFFFF;
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.c-productlist__content {
  padding-left: 0.5rem;
  position: relative;
  min-height: 6.4rem;
  margin-top: -1.5rem;
}
.c-productlist__pic02 {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #B40018;
  font-weight: bold;
  padding: 0.4rem 1rem;
  display: inline-block;
}
.c-productlist__pic01 {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #000000;
  font-weight: bold;
  padding: 0.4rem 1rem;
  display: inline-block;
}
.c-productlist__model {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
}
.c-productlist__model span {
  color: #707070;
  font-size: 1.2rem;
  display: block;
}

/**
 * makerlist
 */
.c-makerlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
  padding-bottom: 8rem;
}
.c-makerlist li {
  width: 14.5%;
  height: 15rem;
}
@media screen and (max-width: 750px) {
  .c-makerlist li {
    width: 10.5rem;
    height: 10rem;
  }
}
.c-makerlist li:nth-child(n+7) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .c-makerlist li:nth-child(n+4) {
    margin-top: 1rem;
  }
}
.c-makerlist li a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0px 0px 7px rgba(9, 0, 0, 0.15);
}
.c-makerlist li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  .c-makerlist li a {
    padding: 1.2rem;
  }
}
.c-makerlist li p {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-makerlist li p {
    font-size: 1rem;
  }
}
.c-makerlist li img {
  width: 100%;
  margin-bottom: 1rem;
}

/**
 * shapelist
 */
.c-shapelist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.c-shapelist li {
  width: calc(25% - 2rem);
}
@media screen and (max-width: 750px) {
  .c-shapelist li {
    width: calc(50% - 1rem);
  }
}
.c-shapelist li:nth-child(n+5) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .c-shapelist li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
.c-shapelist li a {
  width: 100%;
  height: 15rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 3.5rem;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0px 0px 7px rgba(9, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .c-shapelist li a {
    height: 9rem;
    padding: 1rem 3.5rem;
  }
}
.c-shapelist li a:hover {
  opacity: 0.6;
}
.c-shapelist li p {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-shapelist li p {
    font-size: 1rem;
  }
}
.c-shapelist li img {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .c-shapelist li img {
    margin-bottom: 0rem;
  }
}

/**
 * middlemenu
 */
.c-middlemenu {
  background: url("/img/common/bg-bar01.jpg");
  width: 100%;
  height: 37rem;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-middlemenu {
    height: 29rem;
    background: url("/img/common/bg-bar01--sp.jpg");
    background-size: contain;
  }
}
.c-middlemenu ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-middlemenu ul {
    flex-wrap: wrap;
    padding: 2rem;
  }
}
.c-middlemenu ul li {
  padding: 2.4rem 7rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .c-middlemenu ul li {
    padding: 1.3rem 0;
    width: 50%;
  }
}
.c-middlemenu ul li:last-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .c-middlemenu ul li:nth-child(2) {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 750px) {
  .c-middlemenu ul li:nth-child(3) {
    padding: 1.3rem 0;
    width: 100%;
  }
}
.c-middlemenu ul li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-middlemenu ul li a {
    flex-direction: column;
  }
}
.c-middlemenu ul li a:hover {
  opacity: 0.7;
}
.c-middlemenu ul li a img {
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .c-middlemenu ul li a img {
    margin-right: 0;
  }
}

/**
 * about
 */
.c-about {
  margin-top: 8rem;
}
.c-about__in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .c-about__in {
    display: block;
  }
}
.c-about dl {
  width: 77rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: 3.2rem;
}
@media screen and (max-width: 750px) {
  .c-about dl {
    width: 100%;
  }
}
.c-about dl dt {
  padding: 2rem 0 2rem 0;
  font-weight: bold;
  font-style: italic;
  width: 20rem;
  padding-right: 1rem;
  border-top: 1px solid #DBDBDB;
}
.c-about dl dt.non-border {
  padding-top: 0;
  border: none;
}
@media screen and (max-width: 750px) {
  .c-about dl dt {
    width: 100%;
  }
}
.c-about dl dd {
  width: calc(100% - 20rem);
  padding: 2rem 0 2rem 0;
  font-size: 1.4rem;
  border-top: 1px solid #DBDBDB;
}
.c-about dl dd.non-border {
  padding-top: 0;
  border: none;
}
@media screen and (max-width: 750px) {
  .c-about dl dd {
    width: 100%;
    border: none;
    padding: 0 0 2rem 0;
  }
}

/**
 * tabs
 */
.c-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #707070;
}
.c-tabs li {
  width: 34rem;
  height: 6rem;
  position: relative;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-top: 8px solid #B3B3B3;
  margin: 0 0.5rem;
  background: #fff;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .c-tabs li {
    width: 16rem;
  }
}
.c-tabs li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
  color: #000000;
}
.c-tabs li svg {
  fill: #B3B3B3;
  margin-right: 1rem;
}
.c-tabs li.is-active {
  border-top: 8px solid #B40018;
  margin-bottom: -1px;
  height: calc(6rem + 1px);
}
.c-tabs li.is-active svg {
  fill: #000;
}
.c-tabs li:hover {
  border-top: 8px solid #B40018;
}
.c-tabs li:hover svg {
  fill: #000;
}

/* Project */
.p-index__visual {
  height: 680px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-index__visual {
    background: url("/img/index/img-main.jpg");
    height: 55.7rem;
    background-size: contain;
    margin-top: 11rem;
  }
}
.p-index__visual__in {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-index__visual__in video {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-index__visual__copy {
  font-weight: bold;
  font-style: italic;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-index__visual__copy small {
  font-size: 2.1rem;
  display: block;
}
.p-index__visual__copy span {
  font-size: 3.3rem;
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
.p-index__visual__search {
  position: absolute;
  top: 2rem;
  right: 10rem;
  box-sizing: border-box;
  width: 40rem;
}
@media screen and (max-width: 750px) {
  .p-index__visual__search {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 0 2rem;
  }
}
.p-index__visual__search form {
  position: relative;
}
.p-index__visual__search input[type=text] {
  width: 100%;
  font-size: 1.4rem;
  padding: 2rem;
}
.p-index__visual__search button {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  bottom: 0;
  top: 0;
  margin: auto 0;
  cursor: pointer;
  transition: 0.3s;
}
.p-index__visual__search button:hover {
  opacity: 0.6;
}
.p-index__section01 {
  background: #F5F4F0;
  padding-bottom: 4rem;
}
.p-index__section02 {
  padding: 4rem 0;
}
.p-index__section03 {
  background: #F5F4F0;
  padding: 4rem 0;
}
.p-index__section04 {
  padding: 4rem 0 4rem 0;
}
@media screen and (max-width: 750px) {
  .p-index__section04 {
    padding: 4rem 0;
  }
}
.p-index__section05 {
  background: #F5F4F0;
  padding: 4rem 0;
}
.p-index__searchbox {
  margin: 0 auto;
  margin-top: -7rem;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .p-index__searchbox {
    height: 8rem;
    padding: 2rem 2rem 5rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .p-index__searchbox__in {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-index__searchbox.is-active {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-index__searchbox.is-active .p-index__searchbox__in {
    display: block;
  }
}
.p-index__searchbox.is-active .p-index__searchbox__slideicon {
  border-radius: 5px 5px 0 0;
  bottom: 0;
}
.p-index__searchbox.is-active .p-index__searchbox__slideicon svg {
  transform: rotate(180deg);
}
.p-index__searchbox__slideicon {
  background: #000;
  width: 12.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
}
.p-index__slider {
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .p-index__slider {
    margin-bottom: 3rem;
  }
}
.p-index__banner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-index__banner {
    width: auto;
  }
}
.p-index__banner ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-index__banner ul {
    width: 100%;
    display: block;
  }
}
.p-index__banner ul li {
  width: 31.6666666667%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-index__banner ul li {
    width: 100%;
  }
}
.p-index__banner ul li img {
  width: 100%;
}
.p-index__banner ul li a {
  transition: 0.3s;
}
.p-index__banner ul li a:hover {
  opacity: 0.7;
}
.p-index__banner__col {
  list-style: none;
  margin-bottom: 1.2rem;
}
.p-index__banner__button {
  background: #eee;
  color: #333;
  display: block;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  text-decoration: none;
}
.p-index__banner__button:hover {
  background: #ddd;
}
.p-index__makerlist {
  margin-top: 8rem;
}
.p-index__productlist__desc {
  margin-top: 2rem;
}
.p-index__searchlist {
  margin-top: 8rem;
}
.p-index__searchlist__in {
  margin-top: 4rem;
}
.p-index__searchlist__pattern {
  margin-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .p-index__searchlist__pattern {
    margin-bottom: 0rem;
  }
}
.p-index__searchlist__pattern:nth-child(1) {
  margin-bottom: 4rem;
}
.p-index__searchlist__pattern p {
  display: inline-flex;
  position: relative;
  color: #B40018;
  font-size: 1.6rem;
  font-weight: bold;
  align-items: center;
  border-bottom: 2px solid #A52122;
  width: 16rem;
  padding-left: 0.5rem;
}
.p-index__searchlist__pattern p i {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.p-index__searchlist__pattern ul {
  display: flex;
  flex-wrap: wrap;
}
.p-index__searchlist__pattern ul li {
  width: 17rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  box-shadow: 0px 0px 7px rgba(9, 0, 0, 0.15);
  margin-right: 3rem;
  margin-top: 2rem;
}
.p-index__searchlist__pattern ul li.is-active {
  background: #B40018;
  color: #fff;
}
.p-index__searchlist__pattern ul li.is-active a {
  color: #fff;
}
.p-index__searchlist__pattern ul li:hover {
  background: #B40018;
}
.p-index__searchlist__pattern ul li:hover a {
  color: #fff;
}
.p-index__searchlist__pattern ul li:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .p-index__searchlist__pattern ul li {
    width: 16rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-index__searchlist__pattern ul li:nth-of-type(2n) {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-index__searchlist__pattern ul li:nth-child(n+1) {
    margin-top: 1.5rem;
  }
}
.p-index__searchlist__pattern ul li a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

.p-news {
  border-collapse: collapse;
  width: 100%;
}
.p-news__head {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-weight: normal;
  padding: 15px 1em 15px 0;
  white-space: nowrap;
  width: 1em;
}
.p-news__data {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.p-news__data.is-label {
  padding: 15px 1em 15px 0;
  white-space: nowrap;
  width: 1em;
}

.p-news-detail__meta {
  margin-bottom: 5px;
}
.p-news-detail__meta__item {
  margin-right: 10px;
}
.p-news-detail__title {
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-news-detail__title {
    margin-bottom: 2rem;
  }
}
.p-news-detail__text {
  width: auto;
}
.p-news-detail__photo {
  text-align: center;
  width: auto;
}
@media screen and (max-width: 750px) {
  .p-news-detail__photo {
    margin-top: 2rem;
  }
}
.p-news-detail__file {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-news-detail__file {
    margin-top: 2rem;
  }
}
.p-news-detail__back {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .p-news-detail__back {
    margin-top: 3rem;
  }
}

.p-contact__privacy-check {
  margin: 30px 0;
  text-align: center;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit__button {
  display: inline-block;
}
.p-contact__error {
  color: #f00;
}
.p-contact__result {
  text-align: center;
}
.p-contact__result__head {
  font-size: 1.4em;
  margin-bottom: 20px;
}

.p-login {
  padding: 8rem 0;
}
@media screen and (max-width: 750px) {
  .p-login {
    padding: 4rem 0 8rem 0;
  }
}

.p-register {
  padding: 8rem 0;
}
@media screen and (max-width: 750px) {
  .p-register {
    padding: 4rem 0 8rem 0;
  }
}
.p-register__caption {
  max-width: 60.7rem;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  margin-bottom: 8rem;
}
.p-register__caption.is-short {
  max-width: 29rem;
}
.p-register__caption__pw {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-contact {
  padding: 8rem 0;
}
@media screen and (max-width: 750px) {
  .p-contact {
    padding: 4rem 0 8rem 0;
  }
}
.p-contact__caption {
  max-width: 53.2rem;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  margin-bottom: 8rem;
}

.p-usedcar {
  padding-bottom: 8rem;
  min-height: 50rem;
}
.p-usedcar__searchbox {
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar__searchbox {
    margin: 0 2rem;
    margin-top: 4rem;
  }
}
.p-usedcar__searchbox__ttl {
  display: flex;
  justify-content: space-between;
}
.p-usedcar__searchbox__ttl h2 {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p-usedcar__productlist {
    margin-top: 4rem;
  }
}
.p-usedcar__productlist__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .p-usedcar__productlist__ttl {
    justify-content: space-between;
    align-items: flex-end;
    display: block;
    padding-bottom: 6rem;
  }
}
.p-usedcar__productlist__ttl h2 {
  display: inline-block;
}
.p-usedcar__productlist__ttl select {
  background: #F2F2F2;
  width: 20rem;
  height: 4rem;
  border-radius: 20px;
  border: none;
  padding-left: 2rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar__productlist__ttl select {
    float: right;
    margin-top: 2rem;
  }
}

.p-usedcar-detail {
  padding-bottom: 8rem;
}
.p-usedcar-detail__noimage {
  margin: 2rem 0;
  text-align: center;
}
.p-usedcar-detail__images {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images {
    display: block;
    margin-top: 4rem;
  }
}
.p-usedcar-detail__images__main {
  width: 68rem;
  position: relative;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__main {
    width: 100%;
    height: 26rem;
  }
}
.p-usedcar-detail__images__main li {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__main li {
    width: 100%;
    height: 26rem;
  }
}
.p-usedcar-detail__images__main li img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.p-usedcar-detail__images__thum {
  width: 17rem;
  height: 51rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__thum {
    width: 100%;
    position: absolute;
    height: 6.2rem;
    margin-top: 1rem;
  }
}
.p-usedcar-detail__images__thum li {
  position: relative;
  margin-bottom: 2rem;
  width: 17rem;
  height: 12.8rem;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__thum li {
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 1rem;
  }
}
.p-usedcar-detail__images__thum li img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__thum li img {
    height: auto;
  }
}
.p-usedcar-detail__images__thum li:hover {
  opacity: 0.7;
}
.p-usedcar-detail__images__thum .slide-arrow {
  width: 4rem;
  height: 1.5rem;
  background: #000;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__thum .slide-arrow {
    height: 4rem;
    width: 1.5rem;
  }
}
.p-usedcar-detail__images__thum .slide-arrow::before {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url("/img/common/icon-top-arr.svg") no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__thum .slide-arrow::before {
    transform: rotate(270deg);
  }
}
.p-usedcar-detail__images__thum .slide-arrow.prev-arrow {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  top: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__thum .slide-arrow.prev-arrow {
    right: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.p-usedcar-detail__images__thum .slide-arrow.next-arrow {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__images__thum .slide-arrow.next-arrow {
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.p-usedcar-detail__btns {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__btns {
    flex-direction: column;
  }
}
.p-usedcar-detail__btns a, .p-usedcar-detail__btns button {
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__btns a, .p-usedcar-detail__btns button {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.p-usedcar-detail__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 2rem;
}
.p-usedcar-detail__ttl span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 0.6rem 1rem 0.3rem 1rem;
  font-weight: 500;
  margin-right: 2rem;
}
.p-usedcar-detail__ttl small {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-usedcar-detail__price {
  width: 22rem;
  height: 5rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__price {
    width: 100%;
  }
}
.p-usedcar-detail__price span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.p-usedcar-detail__overvir {
  margin-top: 4rem;
}
.p-usedcar-detail__overvir ul {
  display: flex;
  flex-wrap: wrap;
}
.p-usedcar-detail__overvir ul li {
  width: 16.6666666667%;
  padding-left: 2rem;
  border-left: 1px solid #000000;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  height: 5.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__overvir ul li {
    width: 50%;
    margin-top: 2rem;
  }
}
.p-usedcar-detail__overvir ul li:last-child {
  border-right: 1px solid #000000;
}
.p-usedcar-detail__overvir ul li:nth-of-type(6n) {
  border-right: 1px solid #000000;
}
.p-usedcar-detail__overvir ul li span {
  display: block;
  display: block;
  font-size: 1.4rem;
  color: #707070;
}
.p-usedcar-detail__features {
  margin-top: 4rem;
}
.p-usedcar-detail__features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.p-usedcar-detail__features ul li {
  width: calc(20% - 0.5rem);
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  border: 1px solid #ababab;
  color: #ababab;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .p-usedcar-detail__features ul li {
    width: calc(33.3333333333% - 0.5rem);
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.p-usedcar-detail__features ul li span {
  display: block;
}
.p-usedcar-detail__features ul li.is-active {
  background: #B40018;
  border: 1px solid #B40018;
  box-sizing: border-box;
  color: #fff;
}
.p-usedcar-detail__features ul li.is-none {
  border: none;
}
.p-usedcar-detail__content {
  background: #F5F4F0;
  padding: 4rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 4rem;
}
.p-usedcar-detail__backurl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #B40018;
  text-decoration: none;
  margin: 0 auto;
  transition: 0.3s;
  margin-top: 2rem;
  display: block;
}
.p-usedcar-detail__backurl:hover {
  opacity: 0.6;
}
.p-usedcar-detail__backurl svg {
  margin-right: 1rem;
}

.p-dashbord__auction {
  margin-top: 4rem;
}
.p-dashbord__auction__in {
  margin-top: 4rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-dashbord__auction__in {
    display: block;
  }
}
.p-dashbord__auction__content {
  width: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 750px) {
  .p-dashbord__auction__content {
    padding: 0;
    margin-top: 2rem;
  }
}
.p-dashbord__auction__content dl dt {
  font-weight: bold;
  font-style: italic;
}
.p-dashbord__auction__content dl dd {
  margin-top: 1rem;
  background: #F5F4F0;
  height: 7rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-dashbord__auction__content dl dd svg {
  cursor: pointer;
}
.p-dashbord__auction__content dl dd svg:hover {
  opacity: 0.6;
}

.p-favorite__in {
  margin-top: 4rem;
}

.p-acceptanceauction-index__in {
  margin-top: 4rem;
}
.p-acceptanceauction-index__search {
  margin-top: 4rem;
}
.p-acceptanceauction-index__input {
  color: #000 !important;
}
.p-acceptanceauction-index__input::-moz-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptanceauction-index__input:-ms-input-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptanceauction-index__input::placeholder {
  color: #B3B3B3 !important;
}
.p-acceptanceauction-index__select {
  color: #B40018 !important;
  border: 2px solid #B40018 !important;
}
.p-acceptanceauction-index__select::-moz-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptanceauction-index__select:-ms-input-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptanceauction-index__select::placeholder {
  color: #B3B3B3 !important;
}

.p-acceptanceauction-detail {
  padding-bottom: 8rem;
}
.p-acceptanceauction-detail__in {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.p-acceptanceauction-detail__images {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images {
    display: block;
    margin-top: 4rem;
  }
}
.p-acceptanceauction-detail__images__main {
  width: 77%;
  position: relative;
  height: 51rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__main {
    width: 100%;
    height: 26rem;
  }
}
.p-acceptanceauction-detail__images__main li {
  position: relative;
  width: 100%;
  height: 51rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__main li {
    width: 100%;
    height: 26rem;
  }
}
.p-acceptanceauction-detail__images__main li img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.p-acceptanceauction-detail__images__thum {
  width: 20%;
  height: 51rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__thum {
    width: 100%;
    position: absolute;
    height: 6.2rem;
    margin-top: 1rem;
  }
}
.p-acceptanceauction-detail__images__thum li {
  position: relative;
  margin-bottom: 2rem;
  width: 17rem;
  height: 12.8rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__thum li {
    margin: 0;
    margin-right: 1rem;
  }
}
.p-acceptanceauction-detail__images__thum li img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__thum li img {
    height: auto;
  }
}
.p-acceptanceauction-detail__images__thum .slide-arrow {
  width: 4rem;
  height: 1.5rem;
  background: #000;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__thum .slide-arrow {
    height: 4rem;
    width: 1.5rem;
  }
}
.p-acceptanceauction-detail__images__thum .slide-arrow::before {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url("/img/common/icon-top-arr.svg") no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__thum .slide-arrow::before {
    transform: rotate(270deg);
  }
}
.p-acceptanceauction-detail__images__thum .slide-arrow.prev-arrow {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  top: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__thum .slide-arrow.prev-arrow {
    right: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.p-acceptanceauction-detail__images__thum .slide-arrow.next-arrow {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__images__thum .slide-arrow.next-arrow {
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.p-acceptanceauction-detail__basis ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.p-acceptanceauction-detail__basis ul li {
  margin: 0;
  padding: 0;
  min-width: 27rem;
  height: 4rem;
  border: 1px solid #000000;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__basis ul li {
    width: 100%;
    margin-right: 0;
  }
}
.p-acceptanceauction-detail__basis ul li span {
  width: 11.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #000000;
  margin-right: 1rem;
}
.p-acceptanceauction-detail__btns {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__btns {
    flex-direction: column;
  }
}
.p-acceptanceauction-detail__btns a, .p-acceptanceauction-detail__btns button {
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__btns a, .p-acceptanceauction-detail__btns button {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.p-acceptanceauction-detail__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 2rem;
}
.p-acceptanceauction-detail__ttl span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 0.6rem 1rem 0.3rem 1rem;
  font-weight: 500;
  margin-right: 2rem;
}
.p-acceptanceauction-detail__ttl small {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-acceptanceauction-detail__prices {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__prices {
    display: block;
  }
}
.p-acceptanceauction-detail__price {
  width: auto;
  height: 5rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
  padding: 0 3rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__price {
    width: 100%;
    margin-top: 1rem;
    padding: auto;
  }
}
.p-acceptanceauction-detail__price span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.p-acceptanceauction-detail__overvir {
  margin-top: 4rem;
}
.p-acceptanceauction-detail__overvir ul {
  display: flex;
  flex-wrap: wrap;
}
.p-acceptanceauction-detail__overvir ul li {
  width: 16.6666666667%;
  padding-left: 2rem;
  border-left: 1px solid #000000;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  height: 5.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__overvir ul li {
    width: 50%;
    margin-top: 2rem;
  }
}
.p-acceptanceauction-detail__overvir ul li:last-child {
  border-right: 1px solid #000000;
}
.p-acceptanceauction-detail__overvir ul li:nth-of-type(6n) {
  border-right: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__overvir ul li:nth-of-type(2n) {
    border-right: 1px solid #000000;
  }
}
.p-acceptanceauction-detail__overvir ul li span {
  display: block;
  display: block;
  font-size: 1.4rem;
  color: #707070;
}
.p-acceptanceauction-detail__spec ul {
  display: flex;
  flex-wrap: wrap;
}
.p-acceptanceauction-detail__spec ul li {
  width: calc(12.5% - 1rem);
  padding: 1rem;
  margin: 0.5rem;
  border: 1px solid #000;
}
.p-acceptanceauction-detail__spec ul li span {
  display: block;
}
.p-acceptanceauction-detail__content {
  background: #F5F4F0;
  padding: 4rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 4rem;
}
.p-acceptanceauction-detail__status {
  margin-top: 4rem;
}
.p-acceptanceauction-detail__status ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.p-acceptanceauction-detail__status__li {
  width: 33.3333333333%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__status__li {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }
}
.p-acceptanceauction-detail__status__li::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.2rem;
  background: url("/img/acceptance/icon-yazirusi.svg") no-repeat;
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__status__li::after {
    transform: rotate(90deg);
    margin: 0.5rem 0;
    width: 3rem;
    height: 3rem;
    background-position: center;
  }
}
.p-acceptanceauction-detail__status__li.is-none::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.2rem;
  margin: 0 0.5rem;
  background: none;
}
.p-acceptanceauction-detail__status__item {
  width: 88%;
  border-radius: 10px;
  background: #f5f4f0;
  height: 8rem;
  color: #B3B3B3;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__status__item {
    width: 100%;
  }
}
.p-acceptanceauction-detail__status__item.is-active {
  background: #B40018;
  color: #ffffff;
}
.p-acceptanceauction-detail__yard {
  margin-top: 4rem;
}
.p-acceptanceauction-detail__yard__name {
  margin-top: 4rem;
  font-weight: 500;
}
.p-acceptanceauction-detail__yard__name span {
  background: #000000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.2rem 1rem;
  margin-left: 1rem;
}
.p-acceptanceauction-detail__yard__in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__yard__in {
    flex-direction: column;
  }
}
.p-acceptanceauction-detail__yard__in li {
  width: 28rem;
  position: relative;
  width: calc((100% - 6rem) / 3);
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-acceptanceauction-detail__yard__in li {
    width: 100%;
  }
}
.p-acceptanceauction-detail__yard__in li img {
  width: 100%;
}
.p-acceptanceauction-detail__backurl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #B40018;
  text-decoration: none;
  margin: 0 auto;
  transition: 0.3s;
  margin-top: 2rem;
  display: block;
  text-align: center;
}
.p-acceptanceauction-detail__backurl:hover {
  opacity: 0.6;
}
.p-acceptanceauction-detail__backurl svg {
  margin-right: 1rem;
}

.p-acceptancestock-index__in {
  margin-top: 4rem;
}
.p-acceptancestock-index__search {
  margin-top: 4rem;
}
.p-acceptancestock-index__input {
  color: #000 !important;
}
.p-acceptancestock-index__input::-moz-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptancestock-index__input:-ms-input-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptancestock-index__input::placeholder {
  color: #B3B3B3 !important;
}
.p-acceptancestock-index__select {
  color: #B40018 !important;
  border: 2px solid #B40018 !important;
}
.p-acceptancestock-index__select::-moz-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptancestock-index__select:-ms-input-placeholder {
  color: #B3B3B3 !important;
}
.p-acceptancestock-index__select::placeholder {
  color: #B3B3B3 !important;
}

.p-acceptancestock-detail {
  padding-bottom: 8rem;
}
.p-acceptancestock-detail__in {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.p-acceptancestock-detail__images {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images {
    display: block;
    margin-top: 4rem;
  }
}
.p-acceptancestock-detail__images__main {
  width: 77%;
  position: relative;
  height: 51rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__main {
    width: 100%;
    height: 26rem;
  }
}
.p-acceptancestock-detail__images__main li {
  position: relative;
  width: 100%;
  height: 51rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__main li {
    width: 100%;
    height: 26rem;
  }
}
.p-acceptancestock-detail__images__main li img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.p-acceptancestock-detail__images__thum {
  width: 20%;
  height: 51rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__thum {
    width: 100%;
    position: absolute;
    height: 6.2rem;
    margin-top: 1rem;
  }
}
.p-acceptancestock-detail__images__thum li {
  position: relative;
  margin-bottom: 2rem;
  width: 17rem;
  height: 12.8rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__thum li {
    margin: 0;
    margin-right: 1rem;
  }
}
.p-acceptancestock-detail__images__thum li img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__thum li img {
    height: auto;
  }
}
.p-acceptancestock-detail__images__thum .slide-arrow {
  width: 4rem;
  height: 1.5rem;
  background: #000;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__thum .slide-arrow {
    height: 4rem;
    width: 1.5rem;
  }
}
.p-acceptancestock-detail__images__thum .slide-arrow::before {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url("/img/common/icon-top-arr.svg") no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__thum .slide-arrow::before {
    transform: rotate(270deg);
  }
}
.p-acceptancestock-detail__images__thum .slide-arrow.prev-arrow {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  top: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__thum .slide-arrow.prev-arrow {
    right: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.p-acceptancestock-detail__images__thum .slide-arrow.next-arrow {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__images__thum .slide-arrow.next-arrow {
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.p-acceptancestock-detail__basis ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.p-acceptancestock-detail__basis ul li {
  margin: 0;
  padding: 0;
  min-width: 27rem;
  height: 4rem;
  border: 1px solid #000000;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__basis ul li {
    width: 100%;
    margin-right: 0;
  }
}
.p-acceptancestock-detail__basis ul li span {
  width: 11.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #000000;
  margin-right: 1rem;
}
.p-acceptancestock-detail__btns {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__btns {
    flex-direction: column;
  }
}
.p-acceptancestock-detail__btns a, .p-acceptancestock-detail__btns button {
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__btns a, .p-acceptancestock-detail__btns button {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.p-acceptancestock-detail__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 2rem;
}
.p-acceptancestock-detail__ttl span {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 0.6rem 1rem 0.3rem 1rem;
  font-weight: 500;
  margin-right: 2rem;
}
.p-acceptancestock-detail__ttl small {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-acceptancestock-detail__prices {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__prices {
    display: block;
  }
}
.p-acceptancestock-detail__price {
  width: auto;
  height: 5rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-right: 1rem;
  padding: 0 3rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__price {
    width: 100%;
    margin-top: 1rem;
    margin-right: auto;
    padding: auto;
  }
}
.p-acceptancestock-detail__price span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.p-acceptancestock-detail__overvir {
  margin-top: 4rem;
}
.p-acceptancestock-detail__overvir ul {
  display: flex;
  flex-wrap: wrap;
}
.p-acceptancestock-detail__overvir ul li {
  width: 16.6666666667%;
  padding-left: 2rem;
  border-left: 1px solid #000000;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  height: 5.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__overvir ul li {
    width: 50%;
    margin-top: 2rem;
  }
}
.p-acceptancestock-detail__overvir ul li:last-child {
  border-right: 1px solid #000000;
}
.p-acceptancestock-detail__overvir ul li:nth-of-type(6n) {
  border-right: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__overvir ul li:nth-of-type(2n) {
    border-right: 1px solid #000000;
  }
}
.p-acceptancestock-detail__overvir ul li span {
  display: block;
  display: block;
  font-size: 1.4rem;
  color: #707070;
}
.p-acceptancestock-detail__spec ul {
  display: flex;
  flex-wrap: wrap;
}
.p-acceptancestock-detail__spec ul li {
  width: calc(12.5% - 1rem);
  padding: 1rem;
  margin: 0.5rem;
  border: 1px solid #000;
}
.p-acceptancestock-detail__spec ul li span {
  display: block;
}
.p-acceptancestock-detail__content {
  background: #F5F4F0;
  padding: 4rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 4rem;
}
.p-acceptancestock-detail__status {
  margin-top: 4rem;
}
.p-acceptancestock-detail__status ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.p-acceptancestock-detail__status__li {
  width: 33.3333333333%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__status__li {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }
}
.p-acceptancestock-detail__status__li::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.2rem;
  background: url("/img/acceptance/icon-yazirusi.svg") no-repeat;
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__status__li::after {
    transform: rotate(90deg);
    margin: 0.5rem 0;
    width: 3rem;
    height: 3rem;
    background-position: center;
  }
}
.p-acceptancestock-detail__status__li.is-none::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.2rem;
  margin: 0 0.5rem;
  background: none;
}
.p-acceptancestock-detail__status__item {
  width: 88%;
  border-radius: 10px;
  background: #f5f4f0;
  height: 8rem;
  color: #B3B3B3;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__status__item {
    width: 100%;
  }
}
.p-acceptancestock-detail__status__item.is-active {
  background: #B40018;
  color: #ffffff;
}
.p-acceptancestock-detail__yard {
  margin-top: 4rem;
}
.p-acceptancestock-detail__yard__name {
  margin-top: 4rem;
  font-weight: 500;
}
.p-acceptancestock-detail__yard__name span {
  background: #000000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.2rem 1rem;
  margin-left: 1rem;
}
.p-acceptancestock-detail__yard__in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__yard__in {
    flex-direction: column;
  }
}
.p-acceptancestock-detail__yard__in li {
  width: 28rem;
  position: relative;
  width: calc((100% - 6rem) / 3);
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancestock-detail__yard__in li {
    width: 100%;
  }
}
.p-acceptancestock-detail__yard__in li img {
  width: 100%;
}
.p-acceptancestock-detail__backurl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #B40018;
  text-decoration: none;
  margin: 0 auto;
  transition: 0.3s;
  margin-top: 2rem;
  display: block;
  text-align: center;
}
.p-acceptancestock-detail__backurl:hover {
  opacity: 0.6;
}
.p-acceptancestock-detail__backurl svg {
  margin-right: 1rem;
}

.p-acceptancefree-index__in {
  margin-top: 4rem;
}
.p-acceptancefree-index__in form {
  padding-top: 6rem;
}
.p-acceptancefree-index__tabs {
  margin-bottom: 0;
}
.p-acceptancefree-index__item {
  padding: 6rem 0;
  border-bottom: 1px solid #000;
  position: relative;
}
.p-acceptancefree-index__item__ttl:nth-child(n+0) {
  margin-top: 2rem;
}
.p-acceptancefree-index__item__content {
  margin-top: 2rem;
}
.p-acceptancefree-index__item__image {
  width: 100%;
  position: relative;
  margin-top: 2rem;
}
.p-acceptancefree-index__item__image img {
  max-width: 100%;
}
.p-acceptancefree-index__form {
  display: flex;
  flex-wrap: wrap;
}
.p-acceptancefree-index__form dt {
  width: 23rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 4rem;
}
.p-acceptancefree-index__form dt.is-doubleline {
  align-items: baseline;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancefree-index__form dt {
    width: 100%;
    margin-bottom: 1rem;
    line-height: 1;
  }
}
.p-acceptancefree-index__form dd {
  width: calc(100% - 23rem);
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancefree-index__form dd {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-acceptancefree-index__form dd .is-fx {
  display: flex;
  align-items: center;
}
.p-acceptancefree-index__form dd .is-fx span {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 1.2rem;
  color: #B40018;
}
@media screen and (max-width: 750px) {
  .p-acceptancefree-index__form dd .is-fx span {
    margin: 0 0.9rem;
  }
}
.p-acceptancefree-index__form dd .is-fx input, .p-acceptancefree-index__form dd .is-fx select {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancefree-index__form dd .is-fx input, .p-acceptancefree-index__form dd .is-fx select {
    width: 15rem;
  }
}
.p-acceptancefree-index__form__smalllist {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  align-items: center;
  padding-right: 5rem;
}
@media screen and (max-width: 750px) {
  .p-acceptancefree-index__form__smalllist {
    padding-right: 0;
  }
}
.p-acceptancefree-index__form__smalllist span {
  font-weight: bold;
  font-style: italic;
}

.p-guide {
  margin: 8rem 0;
}
@media screen and (max-width: 750px) {
  .p-guide {
    margin: 4rem 0;
  }
}
.p-guide__content01 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .p-guide__content01 {
    margin-bottom: 6rem;
  }
}
.p-guide__content01__in {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-guide__content01__in {
    display: block;
  }
}
.p-guide__content01__text {
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  .p-guide__content01__text {
    padding-right: 0;
  }
}
.p-guide__content01__text p {
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-guide__content01__img {
    margin-top: 2rem;
  }
}
.p-guide__content02 {
  position: relative;
  padding-bottom: 4rem;
}
.p-guide__content02__caption {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-guide__content02__caption {
    margin-top: 2rem;
  }
}
.p-guide__content02__in {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-guide__content02__in {
    display: block;
    margin-top: 0;
  }
}
.p-guide__content02__item {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 750px) {
  .p-guide__content02__item:nth-child(n+2) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 750px) {
  .p-guide__content02__item {
    width: 100%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .p-guide__content02__item h3 {
    font-size: 1.5rem;
  }
}
.p-guide__content02__item img {
  width: 100%;
}
.p-guide__content02__item ul {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-guide__content02__item ul {
    margin-top: 2rem;
  }
}
.p-guide__content02__item__caption {
  color: #B40018;
  margin-top: 3rem;
  font-weight: 500;
}
.p-guide__content02__item__btns {
  margin-top: 2rem;
}

.p-settlement-index__in {
  margin-top: 4rem;
}
.p-settlement-index__billing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-settlement-index__billing {
    display: block;
  }
}
.p-settlement-index__billing li {
  width: calc(50% - 1.5rem);
  font-weight: bold;
  font-style: italic;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .p-settlement-index__billing li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-settlement-index__billing li span {
  width: 100%;
  display: flex;
  align-items: center;
  background: #F5F4F0;
  height: 7rem;
  padding: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  margin-top: 1rem;
}
.p-settlement-index__detailinfomation {
  background: #F5F4F0;
  margin-top: 2rem;
  padding: 2rem;
}

.p-message__in {
  margin-top: 4rem;
}

.p-account-index__in {
  margin-top: 4rem;
}
.p-account-index__input {
  margin-top: 4rem;
}
.p-account-index__input label {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}
.p-account-index__input__display {
  height: 7rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2.5rem 2rem;
  background: #F5F4F0;
}
.p-account-index__input__proof {
  width: 17rem;
  margin-top: 2rem;
}
.p-account-index__input__proof img {
  width: 100%;
  height: auto;
}
.p-account-index__input__btnarea {
  margin-top: 4rem;
}

.p-error__in {
  margin: 8rem 0;
  text-align: center;
}
.p-error__in a {
  display: block;
  margin: 0 auto;
}
.p-error__in p {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .p-error__btnarea {
    width: 33.5rem;
    display: block;
    margin: 0 auto;
  }
}

/* Utility */
/**
 * Align Styles
 *
 * .u-align-center
 * .u-align-left
 * .u-align-right
 * .u-align-justify
 *
 * @see foundation/mixins/style/_align.scss
 */
.u-align-center {
  text-align: center !important;
}

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

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

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

@media screen and (min-width: 751px) {
  .u-pc-align-center {
    text-align: center !important;
  }

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

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

  .u-pc-align-justify {
    text-align: justify !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-align-center {
    text-align: center !important;
  }

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

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

  .u-sp-align-justify {
    text-align: justify !important;
  }
}
/**
 * Anchor
 */
@media screen and (min-width: 751px) {
  .u-anchor-tel {
    color: inherit;
    text-decoration: none;
    pointer-events: none !important;
  }
}

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

.u-color-link-text {
  color: #1183c0 !important;
}

/**
 * Display Styles
 *
 * .u-display-block
 * .u-display-inline-block
 * .u-display-flex
 * .u-display-none
 *
 * @see foundation/mixins/style/_display.scss
 */
.u-display-block {
  display: block !important;
}

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

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

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

@media screen and (min-width: 751px) {
  .u-pc-display-block {
    display: block !important;
  }

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

  .u-pc-display-flex {
    display: flex !important;
  }

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

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

  .u-sp-display-flex {
    display: flex !important;
  }

  .u-sp-display-none {
    display: none !important;
  }
}
/**
 * Flex Box
 *
 * .u-flex
 * .u-flex-row-reverse
 * .u-flex-column
 * .u-flex-column-reverse
 * .u-flex-wrap
 * .u-flex-justify-flex-start
 * .u-flex-justify-flex-end
 * .u-flex-justify-center
 * .u-flex-justify-space-between
 * .u-flex-justify-space-around
 * .u-flex-align-flex-start
 * .u-flex-align-flex-end
 * .u-flex-align-center
 * .u-flex-align-space-between
 *
 * @see foundation/mixins/style/_flex.scss
 */
.u-flex {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
}
.u-flex-row-reverse {
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex-column {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.u-flex-column-reverse {
  -moz-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

.u-flex-justify-flex-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.u-flex-justify-flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.u-flex-justify-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.u-flex-justify-space-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.u-flex-justify-space-around {
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.u-flex-align-flex-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.u-flex-align-flex-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.u-flex-align-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.u-flex-align-space-between {
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  -o-align-items: space-between;
  align-items: space-between;
}

@media screen and (min-width: 751px) {
  .u-pc-flex {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-pc-flex-row-reverse {
    -moz-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .u-pc-flex-column {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

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

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

  .u-pc-flex-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }

  .u-pc-flex-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }

  .u-pc-flex-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .u-pc-flex-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .u-pc-flex-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }

  .u-pc-flex-align-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }

  .u-pc-flex-align-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }

  .u-pc-flex-align-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .u-pc-flex-align-space-between {
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-flex {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-sp-flex-row-reverse {
    -moz-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .u-sp-flex-column {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

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

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

  .u-sp-flex-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }

  .u-sp-flex-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }

  .u-sp-flex-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .u-sp-flex-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .u-sp-flex-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }

  .u-sp-flex-align-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }

  .u-sp-flex-align-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }

  .u-sp-flex-align-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .u-sp-flex-align-space-between {
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}
/**
 * Float
 *
 * .u-float-left
 * .u-float-right
 * .u-clear
 * .u-clearfix
 *
 * @see foundation/mixins/style/_float.scss
 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

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

@media screen and (min-width: 751px) {
  .u-pc-float-left {
    float: left;
  }

  .u-pc-float-right {
    float: right;
  }

  .u-pc-clear {
    clear: both;
  }

  .u-pc-clearfix {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-float-left {
    float: left;
  }

  .u-sp-float-right {
    float: right;
  }

  .u-sp-clear {
    clear: both;
  }

  .u-sp-clearfix {
    clear: both;
    content: "";
    display: block;
  }
}
/**
 * Font Style
 */
.u-font-serif {
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-font-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.u-font-source {
  font-family: "Source Code Pro", monospace;
}

.u-font-marker {
  background: rgba(174, 207, 222, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(174, 207, 222, 0)), color-stop(70%, #aecfde));
  background: linear-gradient(to bottom, rgba(174, 207, 222, 0) 70%, #aecfde 70%);
  font-weight: normal;
}

/**
 * Font Weight
 */
.u-font-weight-normal {
  font-weight: normal;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-weight-bolder {
  font-weight: 900;
}

/**
 * Grid system
 *
 * .u-grid__row
 * .u-grid__col
 * .u-grid__col.is-col-(number)
 *
 * .e.g) If $pc/sp-grid-steps is 12
 * <div class="u-grid__row">
 *     <div class="u-grid__col is-col-6">
 *         width 50%
 *     </div>
 *     <div class="u-grid__col is-col-3">
 *         width 25%
 *     </div>
 *     <div class="u-grid__col is-col-3">
 *         width 25%
 *     </div>
 * </div>
 *
 * @see foundation/mixins/style/_grid.scss
 */
.u-grid__row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}
.u-grid__col {
  margin-left: 1rem;
  margin-right: 1rem;
}
.u-grid__col.is-col-1 {
  width: calc(8.3333333333% - 2rem);
}
.u-grid__col.is-col-2 {
  width: calc(16.6666666667% - 2rem);
}
.u-grid__col.is-col-3 {
  width: calc(25% - 2rem);
}
.u-grid__col.is-col-4 {
  width: calc(33.3333333333% - 2rem);
}
.u-grid__col.is-col-5 {
  width: calc(41.6666666667% - 2rem);
}
.u-grid__col.is-col-6 {
  width: calc(50% - 2rem);
}
.u-grid__col.is-col-7 {
  width: calc(58.3333333333% - 2rem);
}
.u-grid__col.is-col-8 {
  width: calc(66.6666666667% - 2rem);
}
.u-grid__col.is-col-9 {
  width: calc(75% - 2rem);
}
.u-grid__col.is-col-10 {
  width: calc(83.3333333333% - 2rem);
}
.u-grid__col.is-col-11 {
  width: calc(91.6666666667% - 2rem);
}
.u-grid__col.is-col-12 {
  width: calc(100% - 2rem);
}

@media screen and (min-width: 751px) {
  .u-pc-grid__row {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .u-pc-grid__col {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-pc-grid__col.is-col-1 {
    width: calc(8.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-2 {
    width: calc(16.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-3 {
    width: calc(25% - 2rem);
  }
  .u-pc-grid__col.is-col-4 {
    width: calc(33.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-5 {
    width: calc(41.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-6 {
    width: calc(50% - 2rem);
  }
  .u-pc-grid__col.is-col-7 {
    width: calc(58.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-8 {
    width: calc(66.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-9 {
    width: calc(75% - 2rem);
  }
  .u-pc-grid__col.is-col-10 {
    width: calc(83.3333333333% - 2rem);
  }
  .u-pc-grid__col.is-col-11 {
    width: calc(91.6666666667% - 2rem);
  }
  .u-pc-grid__col.is-col-12 {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .u-sp-grid__row {
    display: flex;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .u-sp-grid__col {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-sp-grid__col.is-col-1 {
    width: calc(8.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-2 {
    width: calc(16.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-3 {
    width: calc(25% - 0.5rem);
  }
  .u-sp-grid__col.is-col-4 {
    width: calc(33.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-5 {
    width: calc(41.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-6 {
    width: calc(50% - 0.5rem);
  }
  .u-sp-grid__col.is-col-7 {
    width: calc(58.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-8 {
    width: calc(66.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-9 {
    width: calc(75% - 0.5rem);
  }
  .u-sp-grid__col.is-col-10 {
    width: calc(83.3333333333% - 0.5rem);
  }
  .u-sp-grid__col.is-col-11 {
    width: calc(91.6666666667% - 0.5rem);
  }
  .u-sp-grid__col.is-col-12 {
    width: calc(100% - 0.5rem);
  }
}
/**
 * Image
 *
 * .u-image-full
 * .u-image-contain
 * .u-image-fit-contain
 * .u-image-fit-cover
 * .u-image-fit-fill
 * .u-image-fit-scale-down
 *
 * @see foundation/mixins/style/_image.scss
 */
.u-image-full {
  width: 100%;
}

.u-image-contain {
  max-width: 100%;
}

.u-image-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.u-image-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.u-image-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.u-image-fit-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media screen and (min-width: 751px) {
  .u-pc-image-full {
    width: 100%;
  }

  .u-pc-image-contain {
    max-width: 100%;
  }

  .u-pc-image-fit-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .u-pc-image-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .u-pc-image-fit-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .u-pc-image-fit-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-image-full {
    width: 100%;
  }

  .u-sp-image-contain {
    max-width: 100%;
  }

  .u-sp-image-fit-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .u-sp-image-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .u-sp-image-fit-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .u-sp-image-fit-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.u-layout {
  margin: 0 auto;
  max-width: calc(1170px + 8rem);
  padding: 0 4rem;
}
@media screen and (max-width: 750px) {
  .u-layout {
    margin: 0 2rem;
    padding: 0;
    width: auto;
  }
  .u-layout.is-nomargin {
    margin: 0;
    padding: 0;
  }
  .u-layout.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 751px) {
  .u-pc-layout {
    margin: 0 auto;
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-layout {
    margin: 0 2rem;
    max-width: none;
  }
  .u-sp-layout.is-nomargin {
    margin: 0;
  }
  .u-sp-layout.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}
.u-layout-middle {
  margin: 0 auto;
  max-width: calc(870px + 8rem);
  padding: 0 4rem;
}
@media screen and (max-width: 750px) {
  .u-layout-middle {
    margin: 0 2rem;
    padding: 0;
    width: auto;
  }
  .u-layout-middle.is-nomargin {
    margin: 0;
    padding: 0;
  }
  .u-layout-middle.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 751px) {
  .u-pc-layout {
    margin: 0 auto;
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-layout {
    margin: 0 2rem;
    max-width: none;
  }
  .u-sp-layout.is-nomargin {
    margin: 0;
  }
  .u-sp-layout.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}
.u-layout-col {
  margin: 0 auto;
  max-width: calc(1170px + 8rem);
  padding: 8rem 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .u-layout-col {
    margin: 0 2rem;
    padding: 4rem 0 8rem 0;
    width: auto;
    display: block;
  }
  .u-layout-col.is-nomargin {
    margin: 0;
    padding: 0;
  }
  .u-layout-col.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 751px) {
  .u-pc-layout {
    margin: 0 auto;
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-layout {
    margin: 0 2rem;
    max-width: none;
  }
  .u-sp-layout.is-nomargin {
    margin: 0;
  }
  .u-sp-layout.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}
.u-layout-s {
  margin: 0 auto;
  max-width: 77rem;
}
@media screen and (max-width: 750px) {
  .u-layout-s {
    margin: 0 2rem;
    padding: 0;
    width: auto;
  }
  .u-layout-s.is-nomargin {
    margin: 0;
    padding: 0;
  }
  .u-layout-s.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 751px) {
  .u-pc-layout {
    margin: 0 auto;
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-layout {
    margin: 0 2rem;
    max-width: none;
  }
  .u-sp-layout.is-nomargin {
    margin: 0;
  }
  .u-sp-layout.is-padding {
    margin: 0;
    padding: 0 2rem;
  }
}
/**
 * Display only target layout
 */
@media screen and (min-width: 751px) {
  .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .u-pc-only {
    display: none !important;
  }
}
/**
 * Spaces (margin, padding)
 *
 * .u-m-(number) : Margin all
 * .u-mh-(number) : Margin horizontal
 * .u-mv-(number) : Margin vertical
 * .u-mt-(number) : Margin top
 * .u-mb-(number) : Margin bottom
 * .u-ml-(number) : Margin left
 * .u-mr-(number) : Margin right
 *
 * .u-p-(number) : Padding all
 * .u-ph-(number) : Padding horizontal
 * .u-pv-(number) : Padding vertical
 * .u-pt-(number) : Padding top
 * .u-pb-(number) : Padding bottom
 * .u-pl-(number) : Padding left
 * .u-pr-(number) : Padding right
 *
 * @see foundation/mixins/style/_image.scss
 */
.u-m-auto {
  margin: auto !important;
}

.u-mh-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mv-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

.u-m-0 {
  margin: 0rem;
}

.u-mh-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.u-mv-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.u-mt-0 {
  margin-top: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem;
}

.u-ml-0 {
  margin-left: 0rem;
}

.u-mr-0 {
  margin-right: 0rem;
}

.u-p-0 {
  padding: 0rem;
}

.u-ph-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.u-pv-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u-pt-0 {
  padding-top: 0rem;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pl-0 {
  padding-left: 0rem;
}

.u-pr-0 {
  padding-right: 0rem;
}

.u-m-1 {
  margin: 1rem;
}

.u-mh-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-mv-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-ml-1 {
  margin-left: 1rem;
}

.u-mr-1 {
  margin-right: 1rem;
}

.u-p-1 {
  padding: 1rem;
}

.u-ph-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-pv-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-pt-1 {
  padding-top: 1rem;
}

.u-pb-1 {
  padding-bottom: 1rem;
}

.u-pl-1 {
  padding-left: 1rem;
}

.u-pr-1 {
  padding-right: 1rem;
}

.u-m-2 {
  margin: 2rem;
}

.u-mh-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-mv-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-ml-2 {
  margin-left: 2rem;
}

.u-mr-2 {
  margin-right: 2rem;
}

.u-p-2 {
  padding: 2rem;
}

.u-ph-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-pv-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-pt-2 {
  padding-top: 2rem;
}

.u-pb-2 {
  padding-bottom: 2rem;
}

.u-pl-2 {
  padding-left: 2rem;
}

.u-pr-2 {
  padding-right: 2rem;
}

.u-m-3 {
  margin: 3rem;
}

.u-mh-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u-mv-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-ml-3 {
  margin-left: 3rem;
}

.u-mr-3 {
  margin-right: 3rem;
}

.u-p-3 {
  padding: 3rem;
}

.u-ph-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-pv-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-pt-3 {
  padding-top: 3rem;
}

.u-pb-3 {
  padding-bottom: 3rem;
}

.u-pl-3 {
  padding-left: 3rem;
}

.u-pr-3 {
  padding-right: 3rem;
}

.u-m-4 {
  margin: 4rem;
}

.u-mh-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u-mv-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u-mt-4 {
  margin-top: 4rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-ml-4 {
  margin-left: 4rem;
}

.u-mr-4 {
  margin-right: 4rem;
}

.u-p-4 {
  padding: 4rem;
}

.u-ph-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u-pv-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-pt-4 {
  padding-top: 4rem;
}

.u-pb-4 {
  padding-bottom: 4rem;
}

.u-pl-4 {
  padding-left: 4rem;
}

.u-pr-4 {
  padding-right: 4rem;
}

.u-m-5 {
  margin: 5rem;
}

.u-mh-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u-mv-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-mt-5 {
  margin-top: 5rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-ml-5 {
  margin-left: 5rem;
}

.u-mr-5 {
  margin-right: 5rem;
}

.u-p-5 {
  padding: 5rem;
}

.u-ph-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u-pv-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-pt-5 {
  padding-top: 5rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pl-5 {
  padding-left: 5rem;
}

.u-pr-5 {
  padding-right: 5rem;
}

.u-m-6 {
  margin: 6rem;
}

.u-mh-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.u-mv-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.u-mt-6 {
  margin-top: 6rem;
}

.u-mb-6 {
  margin-bottom: 6rem;
}

.u-ml-6 {
  margin-left: 6rem;
}

.u-mr-6 {
  margin-right: 6rem;
}

.u-p-6 {
  padding: 6rem;
}

.u-ph-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.u-pv-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.u-pt-6 {
  padding-top: 6rem;
}

.u-pb-6 {
  padding-bottom: 6rem;
}

.u-pl-6 {
  padding-left: 6rem;
}

.u-pr-6 {
  padding-right: 6rem;
}

.u-m-7 {
  margin: 7rem;
}

.u-mh-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.u-mv-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.u-mt-7 {
  margin-top: 7rem;
}

.u-mb-7 {
  margin-bottom: 7rem;
}

.u-ml-7 {
  margin-left: 7rem;
}

.u-mr-7 {
  margin-right: 7rem;
}

.u-p-7 {
  padding: 7rem;
}

.u-ph-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.u-pv-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.u-pt-7 {
  padding-top: 7rem;
}

.u-pb-7 {
  padding-bottom: 7rem;
}

.u-pl-7 {
  padding-left: 7rem;
}

.u-pr-7 {
  padding-right: 7rem;
}

.u-m-8 {
  margin: 8rem;
}

.u-mh-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.u-mv-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.u-mt-8 {
  margin-top: 8rem;
}

.u-mb-8 {
  margin-bottom: 8rem;
}

.u-ml-8 {
  margin-left: 8rem;
}

.u-mr-8 {
  margin-right: 8rem;
}

.u-p-8 {
  padding: 8rem;
}

.u-ph-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.u-pv-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.u-pt-8 {
  padding-top: 8rem;
}

.u-pb-8 {
  padding-bottom: 8rem;
}

.u-pl-8 {
  padding-left: 8rem;
}

.u-pr-8 {
  padding-right: 8rem;
}

.u-m-9 {
  margin: 9rem;
}

.u-mh-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.u-mv-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.u-mt-9 {
  margin-top: 9rem;
}

.u-mb-9 {
  margin-bottom: 9rem;
}

.u-ml-9 {
  margin-left: 9rem;
}

.u-mr-9 {
  margin-right: 9rem;
}

.u-p-9 {
  padding: 9rem;
}

.u-ph-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.u-pv-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.u-pt-9 {
  padding-top: 9rem;
}

.u-pb-9 {
  padding-bottom: 9rem;
}

.u-pl-9 {
  padding-left: 9rem;
}

.u-pr-9 {
  padding-right: 9rem;
}

.u-m-10 {
  margin: 10rem;
}

.u-mh-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.u-mv-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.u-mt-10 {
  margin-top: 10rem;
}

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-p-10 {
  padding: 10rem;
}

.u-ph-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.u-pv-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-pr-10 {
  padding-right: 10rem;
}

@media screen and (min-width: 751px) {
  .u-pc-m-auto {
    margin: auto !important;
  }

  .u-pc-mh-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-pc-mv-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .u-pc-mt-auto {
    margin-top: auto !important;
  }

  .u-pc-mb-auto {
    margin-bottom: auto !important;
  }

  .u-pc-ml-auto {
    margin-left: auto !important;
  }

  .u-pc-mr-auto {
    margin-right: auto !important;
  }

  .u-pc-m-0 {
    margin: 0rem;
  }

  .u-pc-mh-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .u-pc-mv-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .u-pc-mt-0 {
    margin-top: 0rem;
  }

  .u-pc-mb-0 {
    margin-bottom: 0rem;
  }

  .u-pc-ml-0 {
    margin-left: 0rem;
  }

  .u-pc-mr-0 {
    margin-right: 0rem;
  }

  .u-pc-p-0 {
    padding: 0rem;
  }

  .u-pc-ph-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .u-pc-pv-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .u-pc-pt-0 {
    padding-top: 0rem;
  }

  .u-pc-pb-0 {
    padding-bottom: 0rem;
  }

  .u-pc-pl-0 {
    padding-left: 0rem;
  }

  .u-pc-pr-0 {
    padding-right: 0rem;
  }

  .u-pc-m-1 {
    margin: 1rem;
  }

  .u-pc-mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .u-pc-mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-pc-mt-1 {
    margin-top: 1rem;
  }

  .u-pc-mb-1 {
    margin-bottom: 1rem;
  }

  .u-pc-ml-1 {
    margin-left: 1rem;
  }

  .u-pc-mr-1 {
    margin-right: 1rem;
  }

  .u-pc-p-1 {
    padding: 1rem;
  }

  .u-pc-ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .u-pc-pv-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-pc-pt-1 {
    padding-top: 1rem;
  }

  .u-pc-pb-1 {
    padding-bottom: 1rem;
  }

  .u-pc-pl-1 {
    padding-left: 1rem;
  }

  .u-pc-pr-1 {
    padding-right: 1rem;
  }

  .u-pc-m-2 {
    margin: 2rem;
  }

  .u-pc-mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .u-pc-mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-pc-mt-2 {
    margin-top: 2rem;
  }

  .u-pc-mb-2 {
    margin-bottom: 2rem;
  }

  .u-pc-ml-2 {
    margin-left: 2rem;
  }

  .u-pc-mr-2 {
    margin-right: 2rem;
  }

  .u-pc-p-2 {
    padding: 2rem;
  }

  .u-pc-ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .u-pc-pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .u-pc-pt-2 {
    padding-top: 2rem;
  }

  .u-pc-pb-2 {
    padding-bottom: 2rem;
  }

  .u-pc-pl-2 {
    padding-left: 2rem;
  }

  .u-pc-pr-2 {
    padding-right: 2rem;
  }

  .u-pc-m-3 {
    margin: 3rem;
  }

  .u-pc-mh-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .u-pc-mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-pc-mt-3 {
    margin-top: 3rem;
  }

  .u-pc-mb-3 {
    margin-bottom: 3rem;
  }

  .u-pc-ml-3 {
    margin-left: 3rem;
  }

  .u-pc-mr-3 {
    margin-right: 3rem;
  }

  .u-pc-p-3 {
    padding: 3rem;
  }

  .u-pc-ph-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .u-pc-pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-pc-pt-3 {
    padding-top: 3rem;
  }

  .u-pc-pb-3 {
    padding-bottom: 3rem;
  }

  .u-pc-pl-3 {
    padding-left: 3rem;
  }

  .u-pc-pr-3 {
    padding-right: 3rem;
  }

  .u-pc-m-4 {
    margin: 4rem;
  }

  .u-pc-mh-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .u-pc-mv-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .u-pc-mt-4 {
    margin-top: 4rem;
  }

  .u-pc-mb-4 {
    margin-bottom: 4rem;
  }

  .u-pc-ml-4 {
    margin-left: 4rem;
  }

  .u-pc-mr-4 {
    margin-right: 4rem;
  }

  .u-pc-p-4 {
    padding: 4rem;
  }

  .u-pc-ph-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .u-pc-pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-pc-pt-4 {
    padding-top: 4rem;
  }

  .u-pc-pb-4 {
    padding-bottom: 4rem;
  }

  .u-pc-pl-4 {
    padding-left: 4rem;
  }

  .u-pc-pr-4 {
    padding-right: 4rem;
  }

  .u-pc-m-5 {
    margin: 5rem;
  }

  .u-pc-mh-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .u-pc-mv-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-pc-mt-5 {
    margin-top: 5rem;
  }

  .u-pc-mb-5 {
    margin-bottom: 5rem;
  }

  .u-pc-ml-5 {
    margin-left: 5rem;
  }

  .u-pc-mr-5 {
    margin-right: 5rem;
  }

  .u-pc-p-5 {
    padding: 5rem;
  }

  .u-pc-ph-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .u-pc-pv-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-pc-pt-5 {
    padding-top: 5rem;
  }

  .u-pc-pb-5 {
    padding-bottom: 5rem;
  }

  .u-pc-pl-5 {
    padding-left: 5rem;
  }

  .u-pc-pr-5 {
    padding-right: 5rem;
  }

  .u-pc-m-6 {
    margin: 6rem;
  }

  .u-pc-mh-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .u-pc-mv-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .u-pc-mt-6 {
    margin-top: 6rem;
  }

  .u-pc-mb-6 {
    margin-bottom: 6rem;
  }

  .u-pc-ml-6 {
    margin-left: 6rem;
  }

  .u-pc-mr-6 {
    margin-right: 6rem;
  }

  .u-pc-p-6 {
    padding: 6rem;
  }

  .u-pc-ph-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .u-pc-pv-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .u-pc-pt-6 {
    padding-top: 6rem;
  }

  .u-pc-pb-6 {
    padding-bottom: 6rem;
  }

  .u-pc-pl-6 {
    padding-left: 6rem;
  }

  .u-pc-pr-6 {
    padding-right: 6rem;
  }

  .u-pc-m-7 {
    margin: 7rem;
  }

  .u-pc-mh-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .u-pc-mv-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .u-pc-mt-7 {
    margin-top: 7rem;
  }

  .u-pc-mb-7 {
    margin-bottom: 7rem;
  }

  .u-pc-ml-7 {
    margin-left: 7rem;
  }

  .u-pc-mr-7 {
    margin-right: 7rem;
  }

  .u-pc-p-7 {
    padding: 7rem;
  }

  .u-pc-ph-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .u-pc-pv-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .u-pc-pt-7 {
    padding-top: 7rem;
  }

  .u-pc-pb-7 {
    padding-bottom: 7rem;
  }

  .u-pc-pl-7 {
    padding-left: 7rem;
  }

  .u-pc-pr-7 {
    padding-right: 7rem;
  }

  .u-pc-m-8 {
    margin: 8rem;
  }

  .u-pc-mh-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .u-pc-mv-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .u-pc-mt-8 {
    margin-top: 8rem;
  }

  .u-pc-mb-8 {
    margin-bottom: 8rem;
  }

  .u-pc-ml-8 {
    margin-left: 8rem;
  }

  .u-pc-mr-8 {
    margin-right: 8rem;
  }

  .u-pc-p-8 {
    padding: 8rem;
  }

  .u-pc-ph-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .u-pc-pv-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-pc-pt-8 {
    padding-top: 8rem;
  }

  .u-pc-pb-8 {
    padding-bottom: 8rem;
  }

  .u-pc-pl-8 {
    padding-left: 8rem;
  }

  .u-pc-pr-8 {
    padding-right: 8rem;
  }

  .u-pc-m-9 {
    margin: 9rem;
  }

  .u-pc-mh-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .u-pc-mv-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .u-pc-mt-9 {
    margin-top: 9rem;
  }

  .u-pc-mb-9 {
    margin-bottom: 9rem;
  }

  .u-pc-ml-9 {
    margin-left: 9rem;
  }

  .u-pc-mr-9 {
    margin-right: 9rem;
  }

  .u-pc-p-9 {
    padding: 9rem;
  }

  .u-pc-ph-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .u-pc-pv-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .u-pc-pt-9 {
    padding-top: 9rem;
  }

  .u-pc-pb-9 {
    padding-bottom: 9rem;
  }

  .u-pc-pl-9 {
    padding-left: 9rem;
  }

  .u-pc-pr-9 {
    padding-right: 9rem;
  }

  .u-pc-m-10 {
    margin: 10rem;
  }

  .u-pc-mh-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .u-pc-mv-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .u-pc-mt-10 {
    margin-top: 10rem;
  }

  .u-pc-mb-10 {
    margin-bottom: 10rem;
  }

  .u-pc-ml-10 {
    margin-left: 10rem;
  }

  .u-pc-mr-10 {
    margin-right: 10rem;
  }

  .u-pc-p-10 {
    padding: 10rem;
  }

  .u-pc-ph-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .u-pc-pv-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .u-pc-pt-10 {
    padding-top: 10rem;
  }

  .u-pc-pb-10 {
    padding-bottom: 10rem;
  }

  .u-pc-pl-10 {
    padding-left: 10rem;
  }

  .u-pc-pr-10 {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-m-auto {
    margin: auto !important;
  }

  .u-sp-mh-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-sp-mv-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .u-sp-mt-auto {
    margin-top: auto !important;
  }

  .u-sp-mb-auto {
    margin-bottom: auto !important;
  }

  .u-sp-ml-auto {
    margin-left: auto !important;
  }

  .u-sp-mr-auto {
    margin-right: auto !important;
  }

  .u-sp-m-0 {
    margin: 0rem;
  }

  .u-sp-mh-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .u-sp-mv-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .u-sp-mt-0 {
    margin-top: 0rem;
  }

  .u-sp-mb-0 {
    margin-bottom: 0rem;
  }

  .u-sp-ml-0 {
    margin-left: 0rem;
  }

  .u-sp-mr-0 {
    margin-right: 0rem;
  }

  .u-sp-p-0 {
    padding: 0rem;
  }

  .u-sp-ph-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .u-sp-pv-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .u-sp-pt-0 {
    padding-top: 0rem;
  }

  .u-sp-pb-0 {
    padding-bottom: 0rem;
  }

  .u-sp-pl-0 {
    padding-left: 0rem;
  }

  .u-sp-pr-0 {
    padding-right: 0rem;
  }

  .u-sp-m-1 {
    margin: 1rem;
  }

  .u-sp-mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .u-sp-mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-sp-mt-1 {
    margin-top: 1rem;
  }

  .u-sp-mb-1 {
    margin-bottom: 1rem;
  }

  .u-sp-ml-1 {
    margin-left: 1rem;
  }

  .u-sp-mr-1 {
    margin-right: 1rem;
  }

  .u-sp-p-1 {
    padding: 1rem;
  }

  .u-sp-ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .u-sp-pv-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-sp-pt-1 {
    padding-top: 1rem;
  }

  .u-sp-pb-1 {
    padding-bottom: 1rem;
  }

  .u-sp-pl-1 {
    padding-left: 1rem;
  }

  .u-sp-pr-1 {
    padding-right: 1rem;
  }

  .u-sp-m-2 {
    margin: 2rem;
  }

  .u-sp-mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .u-sp-mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-sp-mt-2 {
    margin-top: 2rem;
  }

  .u-sp-mb-2 {
    margin-bottom: 2rem;
  }

  .u-sp-ml-2 {
    margin-left: 2rem;
  }

  .u-sp-mr-2 {
    margin-right: 2rem;
  }

  .u-sp-p-2 {
    padding: 2rem;
  }

  .u-sp-ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .u-sp-pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .u-sp-pt-2 {
    padding-top: 2rem;
  }

  .u-sp-pb-2 {
    padding-bottom: 2rem;
  }

  .u-sp-pl-2 {
    padding-left: 2rem;
  }

  .u-sp-pr-2 {
    padding-right: 2rem;
  }

  .u-sp-m-3 {
    margin: 3rem;
  }

  .u-sp-mh-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .u-sp-mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-sp-mt-3 {
    margin-top: 3rem;
  }

  .u-sp-mb-3 {
    margin-bottom: 3rem;
  }

  .u-sp-ml-3 {
    margin-left: 3rem;
  }

  .u-sp-mr-3 {
    margin-right: 3rem;
  }

  .u-sp-p-3 {
    padding: 3rem;
  }

  .u-sp-ph-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .u-sp-pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-sp-pt-3 {
    padding-top: 3rem;
  }

  .u-sp-pb-3 {
    padding-bottom: 3rem;
  }

  .u-sp-pl-3 {
    padding-left: 3rem;
  }

  .u-sp-pr-3 {
    padding-right: 3rem;
  }

  .u-sp-m-4 {
    margin: 4rem;
  }

  .u-sp-mh-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .u-sp-mv-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .u-sp-mt-4 {
    margin-top: 4rem;
  }

  .u-sp-mb-4 {
    margin-bottom: 4rem;
  }

  .u-sp-ml-4 {
    margin-left: 4rem;
  }

  .u-sp-mr-4 {
    margin-right: 4rem;
  }

  .u-sp-p-4 {
    padding: 4rem;
  }

  .u-sp-ph-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .u-sp-pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .u-sp-pt-4 {
    padding-top: 4rem;
  }

  .u-sp-pb-4 {
    padding-bottom: 4rem;
  }

  .u-sp-pl-4 {
    padding-left: 4rem;
  }

  .u-sp-pr-4 {
    padding-right: 4rem;
  }

  .u-sp-m-5 {
    margin: 5rem;
  }

  .u-sp-mh-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .u-sp-mv-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-sp-mt-5 {
    margin-top: 5rem;
  }

  .u-sp-mb-5 {
    margin-bottom: 5rem;
  }

  .u-sp-ml-5 {
    margin-left: 5rem;
  }

  .u-sp-mr-5 {
    margin-right: 5rem;
  }

  .u-sp-p-5 {
    padding: 5rem;
  }

  .u-sp-ph-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .u-sp-pv-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-sp-pt-5 {
    padding-top: 5rem;
  }

  .u-sp-pb-5 {
    padding-bottom: 5rem;
  }

  .u-sp-pl-5 {
    padding-left: 5rem;
  }

  .u-sp-pr-5 {
    padding-right: 5rem;
  }

  .u-sp-m-6 {
    margin: 6rem;
  }

  .u-sp-mh-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .u-sp-mv-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .u-sp-mt-6 {
    margin-top: 6rem;
  }

  .u-sp-mb-6 {
    margin-bottom: 6rem;
  }

  .u-sp-ml-6 {
    margin-left: 6rem;
  }

  .u-sp-mr-6 {
    margin-right: 6rem;
  }

  .u-sp-p-6 {
    padding: 6rem;
  }

  .u-sp-ph-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .u-sp-pv-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .u-sp-pt-6 {
    padding-top: 6rem;
  }

  .u-sp-pb-6 {
    padding-bottom: 6rem;
  }

  .u-sp-pl-6 {
    padding-left: 6rem;
  }

  .u-sp-pr-6 {
    padding-right: 6rem;
  }

  .u-sp-m-7 {
    margin: 7rem;
  }

  .u-sp-mh-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .u-sp-mv-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .u-sp-mt-7 {
    margin-top: 7rem;
  }

  .u-sp-mb-7 {
    margin-bottom: 7rem;
  }

  .u-sp-ml-7 {
    margin-left: 7rem;
  }

  .u-sp-mr-7 {
    margin-right: 7rem;
  }

  .u-sp-p-7 {
    padding: 7rem;
  }

  .u-sp-ph-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .u-sp-pv-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .u-sp-pt-7 {
    padding-top: 7rem;
  }

  .u-sp-pb-7 {
    padding-bottom: 7rem;
  }

  .u-sp-pl-7 {
    padding-left: 7rem;
  }

  .u-sp-pr-7 {
    padding-right: 7rem;
  }

  .u-sp-m-8 {
    margin: 8rem;
  }

  .u-sp-mh-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .u-sp-mv-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .u-sp-mt-8 {
    margin-top: 8rem;
  }

  .u-sp-mb-8 {
    margin-bottom: 8rem;
  }

  .u-sp-ml-8 {
    margin-left: 8rem;
  }

  .u-sp-mr-8 {
    margin-right: 8rem;
  }

  .u-sp-p-8 {
    padding: 8rem;
  }

  .u-sp-ph-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .u-sp-pv-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .u-sp-pt-8 {
    padding-top: 8rem;
  }

  .u-sp-pb-8 {
    padding-bottom: 8rem;
  }

  .u-sp-pl-8 {
    padding-left: 8rem;
  }

  .u-sp-pr-8 {
    padding-right: 8rem;
  }

  .u-sp-m-9 {
    margin: 9rem;
  }

  .u-sp-mh-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .u-sp-mv-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .u-sp-mt-9 {
    margin-top: 9rem;
  }

  .u-sp-mb-9 {
    margin-bottom: 9rem;
  }

  .u-sp-ml-9 {
    margin-left: 9rem;
  }

  .u-sp-mr-9 {
    margin-right: 9rem;
  }

  .u-sp-p-9 {
    padding: 9rem;
  }

  .u-sp-ph-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .u-sp-pv-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .u-sp-pt-9 {
    padding-top: 9rem;
  }

  .u-sp-pb-9 {
    padding-bottom: 9rem;
  }

  .u-sp-pl-9 {
    padding-left: 9rem;
  }

  .u-sp-pr-9 {
    padding-right: 9rem;
  }

  .u-sp-m-10 {
    margin: 10rem;
  }

  .u-sp-mh-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .u-sp-mv-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .u-sp-mt-10 {
    margin-top: 10rem;
  }

  .u-sp-mb-10 {
    margin-bottom: 10rem;
  }

  .u-sp-ml-10 {
    margin-left: 10rem;
  }

  .u-sp-mr-10 {
    margin-right: 10rem;
  }

  .u-sp-p-10 {
    padding: 10rem;
  }

  .u-sp-ph-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .u-sp-pv-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .u-sp-pt-10 {
    padding-top: 10rem;
  }

  .u-sp-pb-10 {
    padding-bottom: 10rem;
  }

  .u-sp-pl-10 {
    padding-left: 10rem;
  }

  .u-sp-pr-10 {
    padding-right: 10rem;
  }
}
.u-title02 {
  background: #000000;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 1.3rem 0 1.3rem 4.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .u-title02 {
    padding: 1.2rem 0 1.2rem 2.5rem;
    font-size: 1.6rem;
  }
}
.u-title02:before {
  content: "";
  width: 3rem;
  height: 0.2rem;
  background: #B40018;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .u-title02:before {
    width: 2rem;
  }
}

.u-title03 {
  font-size: 4rem;
  font-weight: bold;
  color: #000000;
  font-style: italic;
  line-height: 1.2;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .u-title03 {
    font-size: 3.2rem;
  }
}
.u-title03:before {
  content: "";
  min-width: 30rem;
  height: 0.2rem;
  background: #DBDBDB;
  position: absolute;
  left: 0;
  bottom: 0;
}
.u-title03:after {
  content: "";
  min-width: 4rem;
  height: 0.2rem;
  background: #B40018;
  position: absolute;
  left: 0;
  bottom: 0;
}
