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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  overflow-x: hidden;
  opacity: 0;
  font-size: 100px;
}
@media print, screen and (min-width: 741px) {
  html {
    font-size: clamp(10px, 7.6923076923vw, 100px);
  }
}
html.is-fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
html.is-load {
  opacity: 1;
  transition: opacity 0.8s 0.2s;
}

body {
  line-height: 1.8;
  color: #333;
  position: relative;
  background: #fff;
  font-family: "Noto sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  overflow: hidden;
  font-size: 0.15rem;
}
@media only screen and (max-width: 740px) {
  body {
    padding-top: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  body {
    padding-top: 0.9rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.4;
}

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

img,
svg {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
img:not([src$=".svg"]),
svg:not([src$=".svg"]) {
  width: auto;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

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

dd {
  margin: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 0;
  color: inherit;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

sup, sub {
  display: inline-block;
}

b {
  font-weight: 600;
}

/* ==========================================================================
  Layout
========================================================================== */
.l-header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  translate: 0 -50%;
  opacity: 0;
}
@media only screen and (max-width: 740px) {
  .l-header {
    height: 0.5rem;
    padding-inline: 0.2rem 0;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header {
    height: 0.9rem;
    padding-inline: 0.4rem 0;
  }
}

.is-load .l-header {
  transition: translate 0.7s 0.5s, opacity 0.7s 0.5s;
  opacity: 1;
  translate: 0 0;
}

.l-header-inr {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .l-header-inr {
    justify-content: space-between;
  }
}
.l-header-logo {
  line-height: 0;
}
@media only screen and (max-width: 740px) {
  .l-header-logo {
    flex: 0 0 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-logo {
    flex: 0 0 1.82rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-logo a {
    transition: opacity 0.4s;
  }
  .l-header-logo a:hover {
    opacity: 0.7;
  }
}

.l-header-nav {
  height: 100%;
}
@media print, screen and (min-width: 741px) {
  .l-header-nav {
    display: flex;
    margin-left: auto;
    gap: 0.3rem;
  }
}

@media only screen and (max-width: 740px) {
  .l-header-main {
    width: 100%;
    padding-bottom: 1rem;
    position: absolute;
    left: 100%;
    top: 0.5rem;
    background: #efefef;
    height: calc(100vh - 0.5rem);
    overflow: auto;
    opacity: 0;
    transition: left 0.4s, opacity 0.4s;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-main {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    height: 100%;
    padding-top: 0.15rem;
    gap: 0.1rem;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-main.is-open {
    left: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav {
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav {
    display: flex;
    gap: 0.4rem;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav > li {
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav > li > a {
    min-height: 0.62rem;
    padding-inline: 0.25rem 0.45rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .l-header-gnav > li > a:after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-top: 1px solid #e88418;
    border-right: 1px solid #e88418;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    translate: -50% -50%;
    rotate: 45deg;
  }
  .l-header-gnav > li > a.has-child:before, .l-header-gnav > li > a.has-child:after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 1px;
    border: none;
    background: #e88418;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    translate: -50% -50%;
    rotate: 0deg;
  }
  .l-header-gnav > li > a.has-child:after {
    rotate: 90deg;
    transition: rotate 0.4s;
  }
  .l-header-gnav > li > a.has-child.is-open:after {
    rotate: 0deg;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav > li > a {
    height: 100%;
    display: flex;
    background: linear-gradient(to top, #e88418, #e88418 0.04rem, transparent 0.04rem, transparent) 100% 0/0 100% no-repeat;
    transition: background-size 0.4s, color 0.4s;
  }
  .l-header-gnav > li > a:hover {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .l-header-gnav > li > a.is-active {
    background-position: 0 0;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav > li .-ja {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav > li .-ja {
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 740px) {
  .l-header-gnav-child {
    background: #e6e6e6;
    padding: 0.1rem 0.25rem;
    font-size: 0.13rem;
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav-child {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav-child li {
    padding-left: 0.15rem;
    position: relative;
  }
  .l-header-gnav-child li:before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 1px;
    background: currentcolor;
    position: absolute;
    left: 0;
    top: 0.9em;
    translate: 0 -50%;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav-child a {
    display: block;
    margin-block: 0.08rem;
  }
}
.l-header-gnav-sub01 {
  display: flex;
  gap: 0.25rem;
}
@media only screen and (max-width: 740px) {
  .l-header-gnav-sub01 {
    justify-content: center;
    margin-top: 0.2rem;
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav-sub01 {
    font-size: 0.13rem;
  }
}
.l-header-gnav-sub01 li {
  padding-left: 0.2rem;
}
.l-header-gnav-sub01 a {
  position: relative;
}
.l-header-gnav-sub01 a.-qa:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background: url(/_assets/_common/img/icon-q.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 55%;
  left: -0.12rem;
  translate: -50% -50%;
}
.l-header-gnav-sub01 a.-list:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background: url(/_assets/_common/img/icon-pin.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 55%;
  left: -0.12rem;
  translate: -50% -50%;
}
@media only screen and (max-width: 740px) {
  .l-header-gnav-sub02 {
    font-size: 0.13rem;
    margin-top: 0.2rem;
    margin-inline: 0.25rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-gnav-sub02 {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .l-header-gnav-sub02 li {
    padding-left: 0.15rem;
    position: relative;
    margin-top: 0.15rem;
  }
  .l-header-gnav-sub02 li:before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 1px;
    background: currentcolor;
    position: absolute;
    left: 0;
    top: 0.6em;
    translate: 0 -50%;
  }
}
.l-header-btns {
  display: flex;
}
@media only screen and (max-width: 740px) {
  .l-header-btns {
    margin-left: auto;
    height: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btns > li:last-child {
    display: none;
  }
}

.l-header-btn-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #333;
  color: #fff;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-search {
    width: 0.5rem;
    gap: 0.06rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-search {
    padding-top: 0;
    width: 0.9rem;
    gap: 0.1rem;
    transition: opacity 0.4s;
  }
  .l-header-btn-search:hover {
    opacity: 0.5;
  }
}
.l-header-btn-search .-icon {
  display: block;
  transition: opacity 0.4s;
  background: #fff;
  mask: url(/_assets/_common/img/icon-search.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-search .-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-search .-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.l-header-btn-search .-txt {
  line-height: 1.2;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-search .-txt {
    font-size: 0.09rem;
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-search .-txt {
    font-size: 0.12rem;
  }
}
.l-header-btn-search:before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  opacity: 0;
  width: 0;
  transition: opacity 0.4s, width 0.4s, background 0.4s;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-search:before {
    top: 50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-search:before {
    top: 35%;
  }
}
.l-header-btn-search:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  rotate: -45deg;
  opacity: 0;
  width: 0;
  transition: opacity 0.4s, width 0.4s, background 0.4s;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-search:after {
    top: 50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-search:after {
    top: 35%;
  }
}
.l-header-btn-search.is-open .-icon {
  opacity: 0;
}
.l-header-btn-search.is-open:before, .l-header-btn-search.is-open:after {
  opacity: 1;
  width: 0.25rem;
}
.l-header-btn-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(to right, #e88418, #d36011);
  color: #fff;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-contact {
    width: 0.5rem;
    gap: 0.06rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-contact {
    padding-top: 0;
    width: 0.9rem;
    gap: 0.1rem;
    transition: opacity 0.4s;
  }
  .l-header-btn-contact:hover {
    opacity: 0.5;
  }
}
.l-header-btn-contact .-icon {
  display: block;
  transition: opacity 0.4s;
  background: #fff;
  mask: url(/_assets/_common/img/icon-contact.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-contact .-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-contact .-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.l-header-btn-contact .-txt {
  line-height: 1.2;
}
@media only screen and (max-width: 740px) {
  .l-header-btn-contact .-txt {
    font-size: 0.09rem;
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-btn-contact .-txt {
    font-size: 0.12rem;
  }
}

@media only screen and (max-width: 740px) {
  .l-header-menu {
    width: 0.5rem;
    height: 100%;
    display: grid;
    place-content: center;
    position: relative;
  }
}
.l-header-menu i {
  display: block;
  text-indent: -1000%;
  overflow: hidden;
  white-space: nowrap;
  background: #e88418;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  transition: opacity 0.4s, width 0.4s, color 0.4s;
  width: 0.25rem;
}
.l-header-menu:before {
  content: "";
  display: block;
  background: #e88418;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: color 0.4s, translate 0.4s, rotate 0.4s;
  width: 0.25rem;
  translate: -50% -0.06rem;
}
.l-header-menu:after {
  content: "";
  display: block;
  background: #e88418;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: color 0.4s, translate 0.4s, rotate 0.4s;
  width: 0.25rem;
  translate: -50% 0.06rem;
}
.l-header-menu.is-open i {
  width: 0;
  opacity: 0;
  background: #bbb;
}
.l-header-menu.is-open:before {
  background: #bbb;
  translate: -50% -50%;
  rotate: 45deg;
}
.l-header-menu.is-open:after {
  background: #bbb;
  translate: -50% -50%;
  rotate: -45deg;
}

.l-header-search {
  position: absolute;
  background: #fdf5ed;
  top: 100%;
  right: 0;
  display: none;
}
@media only screen and (max-width: 740px) {
  .l-header-search {
    width: 100%;
    padding: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-search {
    width: 5rem;
    padding: 0.2rem 0.25rem;
  }
}
.l-header-search form {
  display: flex;
  background: #fff;
  border: 0.02rem solid #e88418;
  border-radius: 0.08rem;
  padding: 0.05rem;
  gap: 0.1rem;
}
.l-header-search input[type=text] {
  flex: 1 1 auto;
  padding: 0 0.5em;
  font-size: 0.16rem;
}
.l-header-search input[type=text]::placeholder {
  color: #999;
}
.l-header-search input[type=submit] {
  background: #e88418;
  color: #fff;
  border-radius: 0.04rem;
  padding: 0 0.5em 0 0.7em;
  letter-spacing: 0.2em;
  font-size: 0.14rem;
  white-space: nowrap;
  flex: 0 0 auto;
}
.l-breadcrumbs {
  background: #f2f2f2;
  padding-block: 0.04rem;
}
@media only screen and (max-width: 740px) {
  .l-breadcrumbs-list {
    font-size: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-breadcrumbs-list {
    font-size: 0.12rem;
  }
}
.l-breadcrumbs-list li {
  display: inline;
}
.l-breadcrumbs-list li:first-child:before {
  content: "";
  display: inline-block;
  width: 0.11rem;
  height: 0.1rem;
  background: url(/_assets/_common/img/icon-home.svg) 50% 50%/contain no-repeat;
  margin-right: 0.05rem;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .l-breadcrumbs-list li:first-child:before {
    top: 0.01rem;
  }
}
.l-breadcrumbs-list li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  rotate: 45deg;
  margin: 0.01rem 0.06rem;
}
.l-breadcrumbs-list a {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
}
@media print, screen and (min-width: 741px) {
  .l-breadcrumbs-list a:hover {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}

.l-header-form {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 740px) {
  .l-header-form {
    height: 0.5rem;
    padding-inline: 0.2rem 0;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-form {
    height: 0.9rem;
    padding-inline: 0.4rem 0;
  }
}

.l-header-form-inr {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .l-header-form-inr {
    justify-content: space-between;
  }
}
.l-header-form-logo {
  line-height: 0;
}
@media only screen and (max-width: 740px) {
  .l-header-form-logo {
    flex: 0 0 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-form-logo {
    flex: 0 0 1.82rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-header-form-logo a {
    transition: opacity 0.4s;
  }
  .l-header-form-logo a:hover {
    opacity: 0.7;
  }
}

.l-contact {
  background: linear-gradient(to right, #e88418, #d36011);
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .l-contact {
    padding-block: 0.6rem 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact {
    padding-block: 1.2rem;
  }
}

.l-contact-ttl {
  text-align: center;
  margin-bottom: 0.3rem;
}
.l-contact-ttl .-en {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-size: 0.14rem;
  font-weight: bold;
}
.l-contact-ttl .-ja {
  display: block;
  font-weight: 300;
}
@media only screen and (max-width: 740px) {
  .l-contact-ttl .-ja {
    font-size: 0.24rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-ttl .-ja {
    font-size: 0.32rem;
  }
}

@media print, screen and (min-width: 741px) {
  .l-contact-list {
    display: flex;
    margin-top: 0.5rem;
  }
}

@media print, screen and (min-width: 741px) {
  .l-contact-item {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 740px) {
  .l-contact-item:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

.l-contact-item-hl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 740px) {
  .l-contact-item-hl {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-hl {
    font-size: 0.2rem;
  }
}

.l-contact-itme-icon {
  text-align: center;
}
.l-contact-item-tel {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .l-contact-item-tel {
    margin-top: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-tel {
    margin-top: 0.2rem;
  }
}
.l-contact-item-tel > dt {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .l-contact-item-tel > dt {
    font-size: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-tel > dt {
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 740px) {
  .l-contact-item-tel > dd {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-tel > dd {
    margin-top: 0.2rem;
  }
}

.l-contact-item-tel-s {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .l-contact-item-tel-s {
    margin-top: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-tel-s {
    margin-top: 0.2rem;
  }
}
.l-contact-item-tel-s .-tel {
  margin-top: 0.1rem;
}
@media only screen and (max-width: 740px) {
  .l-contact-item-tel-s .-tel {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-tel-s .-tel {
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 740px) {
  .l-contact-item-tel-link.c-link-arrow04 {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-tel-link.c-link-arrow04 {
    font-size: 0.2rem;
  }
}
.l-contact-item-tel-link.c-link-arrow04:before {
  border-color: #fff;
}
.l-contact-item-tel-link.c-link-arrow04 .-txt {
  color: #fff;
}

.l-contact-item-tel-detail {
  display: grid;
  text-align: left;
}
@media only screen and (max-width: 740px) {
  .l-contact-item-tel-detail {
    font-size: 0.1rem;
    grid-template-columns: 0.6rem 1fr;
    grid-gap: 0.2rem;
    margin-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-item-tel-detail {
    font-size: 0.12rem;
    width: 3.6rem;
    margin-inline: auto;
    grid-template-columns: 0.7rem 1fr;
    grid-gap: 0.2rem;
  }
}
.l-contact-item-tel-detail > dt {
  border-right: 2px solid #c64700;
}
.l-contact-item-tel-detail:not(:first-child) > dt,
.l-contact-item-tel-detail:not(:first-child) > dd {
  padding-top: 0.15rem;
}

.l-contact-lead {
  font-size: 0.15rem;
}
@media print, screen and (min-width: 741px) {
  .l-contact-lead {
    text-align: center;
  }
}

@media only screen and (max-width: 740px) {
  .l-contact-btns {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-btns {
    margin-top: 0.5rem;
    margin-inline: auto;
    width: 4.2rem;
  }
}

.l-contact-btn {
  display: grid;
  place-content: center;
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  padding: 0.1rem 1em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .l-contact-btn {
    min-height: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-btn {
    min-height: 0.65rem;
  }
  .l-contact-btn:before {
    content: "";
    display: block;
    width: 0;
    opacity: 0;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: rgba(232, 132, 24, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: width 0.6s, opacity 0.6s;
  }
  .l-contact-btn:hover:before {
    width: 120%;
    opacity: 1;
  }
}
.l-contact-btn .-txt {
  display: block;
  position: relative;
  line-height: 1.5;
  color: #e88418;
}
@media only screen and (max-width: 740px) {
  .l-contact-btn .-txt {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-btn .-txt {
    font-size: 0.2rem;
  }
}
.l-contact-btn .-icon {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 1rem;
  background: #e88418;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .l-contact-btn .-icon {
    right: 0.07rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-contact-btn .-icon {
    right: 0.12rem;
  }
}
.l-contact-btn .-icon:after {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  border-top: 0.02rem solid #fff;
  border-right: 0.02rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 45deg;
  translate: -60% -50%;
}

.l-footer {
  position: relative;
  background: #333130;
  color: #fff;
}
@media print, screen and (min-width: 741px) {
  .l-footer-inr {
    padding-block: 0.8rem;
    display: flex;
    gap: 1.1rem;
  }
}

.l-footer-logo {
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .l-footer-logo {
    padding: 0.35rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-logo {
    flex: 0 0 1.8rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-logo a {
    transition: opacity 0.4s;
  }
  .l-footer-logo a:hover {
    opacity: 0.7;
  }
}
.l-footer-logo img {
  vertical-align: top;
}
@media only screen and (max-width: 740px) {
  .l-footer-logo img {
    width: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-nav {
    flex: 1 1 auto;
  }
}

@media print, screen and (min-width: 741px) {
  .l-footer-gnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav > li {
    border-top: 1px solid #000;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav > li {
    flex: 0 0 calc((100% - 1.2rem) / 4);
  }
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav > li > a {
    min-height: 0.74rem;
    padding-inline: 0.25rem 0.45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .l-footer-gnav > li > a:after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    translate: -50% -50%;
    rotate: 45deg;
  }
  .l-footer-gnav > li > a.has-child:before, .l-footer-gnav > li > a.has-child:after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 1px;
    border: none;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    translate: -50% -50%;
    rotate: 0deg;
  }
  .l-footer-gnav > li > a.has-child:after {
    rotate: 90deg;
    transition: rotate 0.4s;
  }
  .l-footer-gnav > li > a.has-child.is-open:after {
    rotate: 0deg;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav > li > a {
    display: block;
    transition: color 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .l-footer-gnav > li > a:hover {
    color: #e88418;
  }
}
.l-footer-gnav > li .-ja {
  display: block;
  font-size: 0.15rem;
}
.l-footer-gnav > li .-en {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  color: #e88418;
  font-size: 0.1rem;
  font-weight: bold;
}
.l-footer-gnav-child {
  font-size: 0.13rem;
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav-child {
    background: rgba(0, 0, 0, 0.5);
    padding: 0.1rem 0.25rem;
    display: none;
  }
}
.l-footer-gnav-child li {
  padding-left: 0.15rem;
  position: relative;
  margin-block: 0.08rem;
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav-child li:first-child {
    display: none;
  }
}
.l-footer-gnav-child li:before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 1px;
  background: currentcolor;
  position: absolute;
  left: 0;
  top: 0.9em;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav-child a {
    display: block;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav-child a {
    background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
    transition: background-size 0.4s, color 0.4s;
  }
  .l-footer-gnav-child a:hover {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 740px) {
  .l-footer-gnav-sub {
    display: flex;
    justify-content: center;
    font-size: 0.13rem;
    padding-block: 0.3rem 0.1rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav-sub li:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav-sub li {
    padding-left: 0.15rem;
    position: relative;
    margin-block: 0.08rem;
    font-size: 0.13rem;
  }
  .l-footer-gnav-sub li:before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 1px;
    background: currentcolor;
    position: absolute;
    left: 0;
    top: 0.9em;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav-sub a {
    background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
    transition: background-size 0.4s, color 0.4s;
  }
  .l-footer-gnav-sub a:hover {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}

.l-footer-gnav-sub01 {
  display: flex;
  gap: 0.25rem;
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav-sub01 {
    justify-content: center;
    margin-top: 0.2rem;
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav-sub01 {
    display: none;
  }
}
.l-footer-gnav-sub01 li {
  padding-left: 0.2rem;
}
.l-footer-gnav-sub01 a {
  position: relative;
}
.l-footer-gnav-sub01 a.-qa:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background: url(/_assets/_common/img/icon-q.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 55%;
  left: -0.12rem;
  translate: -50% -50%;
}
.l-footer-gnav-sub01 a.-list:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background: url(/_assets/_common/img/icon-pin.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 55%;
  left: -0.12rem;
  translate: -50% -50%;
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav-sub02 {
    font-size: 0.13rem;
    margin-top: 0.2rem;
    margin-inline: 0.25rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 740px) {
  .l-footer-gnav-sub02 li {
    padding-left: 0.15rem;
    position: relative;
    margin-top: 0.15rem;
  }
  .l-footer-gnav-sub02 li:before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 1px;
    background: currentcolor;
    position: absolute;
    left: 0;
    top: 0.6em;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav-sub02 li {
    padding-left: 0.15rem;
    position: relative;
    margin-block: 0.08rem;
    font-size: 0.13rem;
  }
  .l-footer-gnav-sub02 li:before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 1px;
    background: currentcolor;
    position: absolute;
    left: 0;
    top: 0.9em;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-gnav-sub02 li a {
    background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
    transition: background-size 0.4s, color 0.4s;
  }
  .l-footer-gnav-sub02 li a:hover {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}

.l-footer-pagetop {
  display: grid;
  place-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #e88418;
  background: #fff;
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  opacity: 0;
  translate: 0 2rem;
  transition: translate 0s 0.4s, opacity 0.4s, background 0.4s;
}
@media print, screen and (min-width: 741px) {
  .l-footer-pagetop:hover {
    background: #e88418;
  }
  .l-footer-pagetop:hover span {
    border-color: #fff;
  }
}
.l-footer-pagetop span {
  display: block;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 2px solid #e88418;
  border-right: 2px solid #e88418;
  rotate: -45deg;
  translate: 0 25%;
  transition: border-color 0.4s;
}
.l-footer-pagetop.is-visible {
  opacity: 1;
  translate: 0 0;
  transition: translate 0s, opacity 0.4s, background 0.4s;
}
.l-footer-pagetop.is-bottom {
  position: absolute;
  bottom: calc(100% + 0.2rem);
}

.l-footer-copy {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  text-align: center;
  font-size: 0.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .l-footer-copy {
    padding-block: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-copy {
    padding-block: 0.25rem;
    border-top: 1px solid #000;
  }
}

/* ==========================================================================
  Component
========================================================================== */
.c-section01 {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-section01 {
    padding: 0.8rem 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-section01 {
    padding: 1.3rem 0;
  }
}

.c-section02 {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-section02 {
    padding: 0.6rem 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-section02 {
    padding: 1.1rem 0;
  }
}

@media only screen and (max-width: 740px) {
  .c-box-20 {
    margin-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-box-1200 {
    padding-inline: 0.5rem;
    max-width: 13rem;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 740px) {
  .c-box-1200-20 {
    margin-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-box-1200-20 {
    padding-inline: 0.5rem;
    max-width: 13rem;
    margin-inline: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .c-box-980 {
    padding-inline: 0.5rem;
    max-width: 10.8rem;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 740px) {
  .c-box-980-20 {
    margin-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-box-980-20 {
    padding-inline: 0.5rem;
    max-width: 10.8rem;
    margin-inline: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .c-box-960 {
    padding-inline: 0.5rem;
    max-width: 10.6rem;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 740px) {
  .c-box-960-20 {
    margin-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-box-960-20 {
    padding-inline: 0.5rem;
    max-width: 10.6rem;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 740px) {
  .c-mv {
    padding-top: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-mv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
  }
}

@media only screen and (max-width: 740px) {
  .c-mv-body {
    padding-bottom: 0.45rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-mv-body {
    flex: 0 0 5.6rem;
  }
}

.c-mv-ttl {
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .c-mv-ttl:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-mv-ttl:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}
.c-mv-ttl .-en {
  display: block;
  font-size: 0.14rem;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  color: #e88418;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .c-mv-ttl .-en {
    margin-bottom: 0.04rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-mv-ttl .-en {
    margin-bottom: 0.08rem;
  }
}
.c-mv-ttl .-sub {
  display: block;
  font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.04rem;
}
.c-mv-ttl .-ja {
  display: block;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 740px) {
  .c-mv-ttl .-ja {
    font-size: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-mv-ttl .-ja {
    font-size: 0.48rem;
  }
}
.c-mv-ttl .-option {
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .c-mv-ttl .-option {
    font-size: 0.17rem;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .c-mv-ttl .-option {
    font-size: 0.24rem;
    margin-top: 0.3em;
  }
}

@media print, screen and (min-width: 741px) {
  .c-mv-img {
    flex: 0 0 50%;
  }
}
.c-mv-img img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .c-mv-lead {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-mv-lead {
    margin-top: 0.3rem;
  }
}

@media only screen and (max-width: 740px) {
  .c-ttl {
    padding-block: 0.45rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl {
    padding-block: 0.7rem;
  }
}

.c-ttl-txt {
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}
.c-ttl-txt .-en {
  display: block;
  font-size: 0.14rem;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  color: #e88418;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt .-en {
    margin-bottom: 0.04rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt .-en {
    margin-bottom: 0.08rem;
  }
}
.c-ttl-txt .-sub {
  display: block;
  font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.04rem;
  letter-spacing: 0.1em;
}
.c-ttl-txt .-ja {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt .-ja {
    font-size: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt .-ja {
    font-size: 0.48rem;
  }
}
.c-ttl-txt .-option {
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .c-ttl-txt .-option {
    font-size: 0.17rem;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .c-ttl-txt .-option {
    font-size: 0.24rem;
    margin-top: 0.3em;
  }
}

.c-hl01 {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-hl01 {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl01 {
    font-size: 0.32rem;
    margin-bottom: 0.45rem;
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-hl01:not(:first-child) {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl01:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.c-hl01:after {
  content: "";
  display: block;
  background: #e88418;
  position: absolute;
  top: 100%;
  left: 0;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .c-hl01:after {
    width: 0.4rem;
    height: 0.02rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl01:after {
    width: 0.6rem;
    height: 0.04rem;
  }
}
.c-hl01.-center {
  text-align: center;
}
.c-hl01.-center:after {
  left: 50%;
  translate: -50% -50%;
}

@media only screen and (max-width: 740px) {
  .c-hl01-outer:not(:first-child) {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl01-outer:not(:first-child) {
    margin-top: 0.8rem;
  }
}

@media only screen and (max-width: 740px) {
  .c-hl02 {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl02 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-hl02:not(:first-child) {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-hl02:not(:first-child) {
    margin-top: 0.4rem;
  }
}
.c-hl02.-center {
  text-align: center;
}

.c-hl03 {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 0.15rem;
  font-weight: 600;
}
.c-hl03:not(:first-child) {
  margin-top: 0.4rem;
}
.c-hl03:before {
  content: "";
  display: block;
  background: #e88418;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.03rem;
  height: calc(100% - 0.04rem);
}
.c-hl03.-center {
  text-align: center;
  padding-left: 0;
}
.c-hl03.-center:before {
  content: none;
}
.c-hl03.-noborder {
  padding-left: 0;
}
.c-hl03.-noborder:before {
  content: none;
}

.c-hl04 {
  font-size: 0.17rem;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.15rem;
  font-weight: 600;
}
.c-hl04:not(:first-child) {
  margin-top: 0.3rem;
}
.c-hl04:before {
  content: "";
  display: block;
  background: #e88418;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.03rem;
  height: calc(100% - 0.04rem);
}
.c-hl04.-center {
  text-align: center;
  padding-left: 0;
}
.c-hl04.-center:before {
  content: none;
}
.c-hl04.-noborder {
  padding-left: 0;
}
.c-hl04.-noborder:before {
  content: none;
}

.c-index {
  background: #343130;
}
@media print, screen and (min-width: 741px) {
  .c-index {
    padding-block: 0.25rem;
  }
}

.c-index-list {
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .c-index-list {
    display: grid;
  }
}
@media print, screen and (min-width: 741px) {
  .c-index-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.15rem 0.45rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-index-list.-col1 li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}
@media only screen and (max-width: 740px) {
  .c-index-list.-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 740px) {
  .c-index-list.-col2 li:nth-child(odd) {
    border-right: 1px solid #000;
  }
  .c-index-list.-col2 li:not(:last-child):not(:nth-child(odd):nth-last-of-type(2)) {
    border-bottom: 1px solid #000;
  }
}
.c-index-list a {
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-index-list a {
    padding: 0.05rem 0.3rem 0.05rem 0.2rem;
    display: grid;
    align-items: center;
    min-height: 0.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-index-list a {
    background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
    transition: background-size 0.4s, color 0.4s;
    margin-right: 0.25rem;
  }
  .c-index-list a:hover {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}
.c-index-list a:after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 2px solid #e88418;
  border-bottom: 2px solid #e88418;
  position: absolute;
  top: 50%;
  rotate: 45deg;
  translate: 0 -65%;
}
@media only screen and (max-width: 740px) {
  .c-index-list a:after {
    right: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-index-list a:after {
    right: -0.2rem;
  }
}

.c-list {
  margin-top: 1em;
}
.c-list > li,
.c-list > dd {
  text-indent: -1em;
  padding-left: 1em;
}
.c-list > li:not(:first-child),
.c-list > dd:not(:first-child) {
  margin-top: 0.2em;
}

.c-list-check {
  margin-top: 1em;
}
.c-list-check > li,
.c-list-check > dd {
  position: relative;
  padding-left: 0.22rem;
}
.c-list-check > li:not(:first-child),
.c-list-check > dd:not(:first-child) {
  margin-top: 0.2em;
}
.c-list-check > li:before,
.c-list-check > dd:before {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #e88418;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.95em;
  translate: 0 -50%;
}
.c-list-check > li:after,
.c-list-check > dd:after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.04rem;
  border-left: 1px solid #e88418;
  border-bottom: 1px solid #e88418;
  position: absolute;
  left: 0.05rem;
  top: 0.95em;
  rotate: -45deg;
  translate: 0 -65%;
}

.c-list-check02, .c-list-check03 {
  margin-top: 1em;
}
.c-list-check02 > li, .c-list-check03 > li,
.c-list-check02 > dd,
.c-list-check03 > dd {
  position: relative;
  padding-left: 0.26rem;
}
.c-list-check02 > li:not(:first-child), .c-list-check03 > li:not(:first-child),
.c-list-check02 > dd:not(:first-child),
.c-list-check03 > dd:not(:first-child) {
  margin-top: 0.2em;
}
.c-list-check02 > li:before, .c-list-check03 > li:before,
.c-list-check02 > dd:before,
.c-list-check03 > dd:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: #e88418;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.95em;
  translate: 0 -50%;
}
.c-list-check02 > li:after, .c-list-check03 > li:after,
.c-list-check02 > dd:after,
.c-list-check03 > dd:after {
  content: "";
  display: inline-block;
  width: 0.09rem;
  height: 0.06rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0.05rem;
  top: 0.9em;
  rotate: -45deg;
  translate: 0 -65%;
}

@media only screen and (max-width: 740px) {
  .c-list-check03 > li,
  .c-list-check03 > dd {
    padding-left: 0.19rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-list-check03 > li,
  .c-list-check03 > dd {
    padding-left: 0.22rem;
  }
}
.c-list-check03 > li:not(:first-child),
.c-list-check03 > dd:not(:first-child) {
  margin-top: 0.2em;
}
@media only screen and (max-width: 740px) {
  .c-list-check03 > li:before,
  .c-list-check03 > dd:before {
    width: 0.15rem;
    height: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-list-check03 > li:before,
  .c-list-check03 > dd:before {
    width: 0.17rem;
    height: 0.17rem;
  }
}
.c-list-check03 > li:after,
.c-list-check03 > dd:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 0.08rem;
  height: 0.05rem;
  left: 0.04rem;
  top: 0.9em;
}

.c-list-num {
  margin-top: 1em;
}
.c-list-num > li,
.c-list-num > dd {
  padding-left: 1em;
  position: relative;
}
.c-list-num > li:not(:first-child),
.c-list-num > dd:not(:first-child) {
  margin-top: 0.2em;
}
.c-list-num > li > i,
.c-list-num > dd > i {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 740px) {
  .c-offer {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-offer {
    font-size: 0.12rem;
  }
}

.c-libre {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
}

.c-txt > p:not(:first-child) {
  margin-top: 1em;
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem;
}
.c-tags li {
  border: 1px solid #e88418;
  background: #fff;
  color: #e88418;
  font-size: 0.12rem;
  line-height: 1.5;
  padding-inline: 0.4em;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .c-article > .c-article-kv:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-img:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-txt:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-imgs-table:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-table:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-imgs:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-txt-img:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-txt-img-s:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-img-txt:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-img-txt-s:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-voice:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-youtube:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-faq-list:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *) {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article > .c-article-kv:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-img:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-txt:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-imgs-table:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-table:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-imgs:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-txt-img:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-txt-img-s:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-img-txt:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-img-txt-s:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-voice:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-article-youtube:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *),
  .c-article > .c-faq-list:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *) {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-article > .c-article-profile {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article > .c-article-profile {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-article > .c-article-btns:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *) {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article > .c-article-btns:not(:first-child):not(h2 + *):not(h3 + *):not(h4 + *) {
    margin-top: 0.3rem;
  }
}
.c-article > hr {
  border: none;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 740px) {
  .c-article > hr {
    margin-block: 0.4rem;
    margin-inline: -0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article > hr {
    margin-block: 0.8rem;
  }
}
.c-article .c-offer {
  color: #898989;
}

.c-article-btns {
  display: flex;
}
.c-article-btns .c-btn {
  width: auto;
  padding-right: 0.6rem;
}

@media print, screen and (min-width: 741px) {
  .c-article-kv {
    width: 8rem;
    margin-inline: auto;
  }
}
.c-article-kv figcaption {
  margin-top: 0.8em;
}
@media only screen and (max-width: 740px) {
  .c-article-kv figcaption {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-kv figcaption {
    font-size: 0.14rem;
  }
}

.c-article-img {
  text-align: left;
}
.c-article-img figcaption {
  margin-top: 0.8em;
}
@media only screen and (max-width: 740px) {
  .c-article-img figcaption {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-img figcaption {
    font-size: 0.14rem;
  }
}
.c-article-img.-center {
  text-align: center;
}
.c-article-img.-right {
  text-align: right;
}

.c-article-imgs-table {
  border: 1px solid #cccccc;
  border-bottom: none;
}
.c-article-imgs-table .-rows {
  display: grid;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 740px) {
  .c-article-imgs-table.-col5 .-rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs-table.-col5 .-rows {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 740px) {
  .c-article-imgs-table.-col5 figure:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs-table.-col5 figure:not(:nth-child(5n)) {
    border-right: 1px solid #cccccc;
  }
}
.c-article-imgs-table.-col5 figure img {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs-table.-col2 .-rows {
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs-table.-col2 figure:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
}
.c-article-imgs-table.-col2 .c-article-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  .c-article-imgs-table.-col2 .c-article-img {
    gap: 0 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs-table.-col2 .c-article-img {
    gap: 0 0.2rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-article-imgs-table.-col2 .c-article-img img {
    width: 45%;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs-table.-col2 .c-article-img img {
    width: 38%;
    max-width: 1.6rem;
  }
}
.c-article-imgs-table.-col2 .c-article-img figcaption {
  flex: 0 0 100%;
  width: 100%;
}
.c-article-imgs-table figure {
  border-bottom: 1px solid #cccccc;
  margin-bottom: -1px;
}
@media only screen and (max-width: 740px) {
  .c-article-imgs-table figure {
    padding: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs-table figure {
    padding: 0.2rem;
  }
}

.c-article-table table {
  width: 100%;
  border-collapse: collapse;
}
.c-article-table table tr th {
  border: 1px solid #cccccc;
  padding: 1em;
}
.c-article-table table tr td {
  border: 1px solid #cccccc;
  padding: 1em;
}
@media only screen and (max-width: 740px) {
  .c-article-table.-table01 table {
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  .c-article-table.-table01 table tbody {
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  .c-article-table.-table01 table tr {
    display: block;
    border: 1px solid #cccccc;
    margin-bottom: -1px;
    padding: 0.2rem;
    text-align: left;
  }
  .c-article-table.-table01 table tr:nth-child(even) {
    background: #f9fafb;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-table.-table01 table tr:nth-child(even) {
    background: #f9fafb;
  }
}
@media only screen and (max-width: 740px) {
  .c-article-table.-table01 table tr th {
    display: block;
    border: none;
    padding: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-table.-table01 table tr th {
    text-align: left;
  }
}
@media only screen and (max-width: 740px) {
  .c-article-table.-table01 table tr td {
    display: block;
    border: none;
    padding: 0;
  }
}
.c-article-table.-table02 table tr th {
  background: #f9fafb;
}
.c-article-table.-table03 table tr th {
  background: #f9fafb;
  text-align: left;
}

.c-article-imgs {
  display: grid;
}
.c-article-imgs.-col1 {
  display: flex;
  justify-content: center;
}
.c-article-imgs.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 740px) {
  .c-article-imgs.-col2 {
    grid-gap: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs.-col2 {
    grid-gap: 0.25rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-article-imgs.-col3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs.-col3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.25rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-article-imgs.-col4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-imgs.-col4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.25rem;
  }
}

.c-article-txt-img {
  display: grid;
}
@media only screen and (max-width: 740px) {
  .c-article-txt-img {
    gap: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-txt-img {
    grid-template-columns: 48.98% 1fr;
    grid-gap: 0.4rem;
  }
}

.c-article-img-txt {
  display: grid;
}
@media only screen and (max-width: 740px) {
  .c-article-img-txt {
    gap: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-img-txt {
    grid-template-columns: 1fr 48.98%;
    grid-gap: 0.4rem;
  }
}

.c-article-txt-img-s {
  display: grid;
}
@media only screen and (max-width: 740px) {
  .c-article-txt-img-s {
    gap: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-txt-img-s {
    grid-template-columns: 64.29% 1fr;
    grid-gap: 0.4rem;
  }
}

.c-article-img-txt-s {
  display: grid;
}
@media only screen and (max-width: 740px) {
  .c-article-img-txt-s {
    gap: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-img-txt-s {
    grid-template-columns: 1fr 64.29%;
    grid-gap: 0.4rem;
  }
}

.c-article-voice {
  display: grid;
  grid-gap: 0.2rem;
}
.c-article-voice-item {
  display: grid;
  align-items: flex-start;
}
@media only screen and (max-width: 740px) {
  .c-article-voice-item {
    grid-template-columns: 0.6rem 1fr;
    grid-gap: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-voice-item {
    grid-template-columns: 0.9rem 1fr;
    grid-gap: 0.35rem;
  }
}
.c-article-voice-item dt {
  border-radius: 0.1rem;
  overflow: hidden;
}
.c-article-voice-item dd {
  border: 1px solid #c7b299;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-article-voice-item dd {
    border-radius: 0.1rem;
    padding: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-voice-item dd {
    border-radius: 0.1rem;
    padding: 0.2rem 0.3rem;
  }
}
.c-article-voice-item dd:before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.12rem;
  position: absolute;
  top: 0.18rem;
}
.c-article-voice-item dd:after {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.12rem;
  position: absolute;
  top: 0.19rem;
}
.c-article-voice-item.-left dd:before {
  border-top: 0.06rem solid #c7b299;
  border-right: 0.09rem solid #c7b299;
  border-bottom: 0.06rem solid transparent;
  border-left: 0.09rem solid transparent;
  right: 100%;
}
.c-article-voice-item.-left dd:after {
  border-top: 0.06rem solid #fff;
  border-right: 0.09rem solid #fff;
  border-bottom: 0.06rem solid transparent;
  border-left: 0.09rem solid transparent;
  right: calc(100% - 0.03rem);
}
.c-article-voice-item.-right {
  direction: rtl;
}
.c-article-voice-item.-right dd {
  direction: ltr;
}
.c-article-voice-item.-right dd:before {
  border-top: 0.06rem solid #c7b299;
  border-left: 0.09rem solid #c7b299;
  border-bottom: 0.06rem solid transparent;
  border-right: 0.09rem solid transparent;
  left: 100%;
}
.c-article-voice-item.-right dd:after {
  border-top: 0.06rem solid #fff;
  border-left: 0.09rem solid #fff;
  border-bottom: 0.06rem solid transparent;
  border-right: 0.09rem solid transparent;
  left: calc(100% - 0.03rem);
}

.c-article-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.c-article-profile {
  background: #f4f0eb;
  display: grid;
  grid-gap: 0.56rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-article-profile {
    padding: 0.3rem 0.2rem;
    margin-inline: -0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-profile {
    padding: 0.3rem;
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
  }
}
.c-article-profile:before {
  content: "Profile";
  display: block;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-size: 0.52rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: -0.08rem;
  right: 0.2rem;
  pointer-events: none;
}

.c-article-profile-item {
  display: grid;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-article-profile-item {
    grid-template-columns: 0.6rem 1fr;
    grid-gap: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-profile-item {
    grid-template-columns: 1rem 1fr;
    grid-gap: 0.2rem;
  }
}
.c-article-profile-item:not(:first-child):before {
  content: "";
  display: block;
}
@media only screen and (max-width: 740px) {
  .c-article-profile-item:not(:first-child):before {
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: -0.28rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-article-profile-item:not(:first-child):before {
    width: 1px;
    height: 100%;
    background: #cccccc;
    position: absolute;
    left: -0.29rem;
    top: 0;
  }
}

.c-article-profile-photo {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-article-profile-photo img {
  width: 100%;
}
.c-article-profile-photo .-noimg {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background: #aaa;
  color: #fff;
}

.c-article-profile-body {
  margin-top: -0.04rem;
}
.c-article-profile-body .-charge {
  font-size: 0.11rem;
  color: #fff;
  background: #c7b299;
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 0.08rem;
}
.c-article-profile-body .-division {
  font-size: 0.11rem;
  font-weight: 600;
  line-height: 1.6;
}
.c-article-profile-body .-name {
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.04rem;
}

.c-article-profile-txt {
  font-size: 0.13rem;
  margin-top: 0.1rem;
}

.c-wysiwyg > p:not(:first-child),
.c-wysiwyg > img:not(:first-child),
.c-wysiwyg > blockquote:not(:first-child) {
  margin-top: 1.3em;
}
.c-wysiwyg > ul:not(:first-child) {
  margin-top: 1.3em;
}
.c-wysiwyg > ul > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-wysiwyg > ul > li:before {
  content: "・";
}
.c-wysiwyg > ol {
  counter-reset: index;
}
.c-wysiwyg > ol:not(:first-child) {
  margin-top: 1.3em;
}
.c-wysiwyg > ol li {
  padding-left: 1.5em;
  position: relative;
}
.c-wysiwyg > ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  text-align: center;
}
.c-wysiwyg a {
  color: #e88418;
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
}
@media print, screen and (min-width: 741px) {
  .c-wysiwyg a:hover {
    background-position: 100% 0;
    background-size: 0 100%;
  }
}
.c-wysiwyg a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  margin-left: 0.3em;
}
.c-wysiwyg a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.16rem;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}
.c-wysiwyg a[href$=".docx"]:after, .c-wysiwyg a[href$=".xlsx"]:after, .c-wysiwyg a[href$=".zip"]:after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-download02.svg) 50% 50%/contain no-repeat;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}
.c-wysiwyg blockquote {
  margin: 0;
  padding: 2em 2em;
  position: relative;
}
.c-wysiwyg blockquote:before, .c-wysiwyg blockquote:after {
  content: "";
  display: block;
  background: #cccccc;
  mask: url(/_assets/_common/img/icon-wquot.svg) 50% 50%/contain no-repeat;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
}
.c-wysiwyg blockquote:before {
  left: 0.5em;
  top: 0;
  rotate: 180deg;
}
.c-wysiwyg blockquote:after {
  right: 0.5em;
  bottom: 0;
}
.c-wysiwyg blockquote > p:not(:first-child),
.c-wysiwyg blockquote > img:not(:first-child),
.c-wysiwyg blockquote > ul:not(:first-child),
.c-wysiwyg blockquote > ol:not(:first-child) {
  margin-top: 1.3em;
}

.c-link01 {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .c-link01:hover {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}
.c-link01.-external {
  margin-right: 0.22rem;
}
.c-link01.-external:after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link01.-pdf {
  margin-right: 0.22rem;
}
.c-link01.-pdf:after {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.16rem;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link01.-inline {
  margin-right: 0.03rem;
}
.c-link01.-inline:after {
  position: static;
  translate: 0 10%;
  margin-left: 0.04rem;
}

.c-link02 {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .c-link02:hover {
    color: #e88418;
    background-position: 100% 0;
    background-size: 0 100%;
  }
}
.c-link02.-external {
  margin-right: 0.22rem;
}
.c-link02.-external:after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link02.-pdf {
  margin-right: 0.22rem;
}
.c-link02.-pdf:after {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.16rem;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link02.-inline {
  margin-right: 0.03rem;
}
.c-link02.-inline:after {
  position: static;
  translate: 0 10%;
  margin-left: 0.04rem;
}

.c-link03 {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .c-link03 {
    transition: opacity 0.4s;
  }
  .c-link03:hover {
    opacity: 0.7;
  }
}
.c-link03.-external {
  margin-right: 0.22rem;
}
.c-link03.-external:after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link03.-pdf {
  margin-right: 0.22rem;
}
.c-link03.-pdf:after {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.16rem;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link03.-inline {
  margin-right: 0.03rem;
}
.c-link03.-inline:after {
  position: static;
  translate: 0 10%;
  margin-left: 0.04rem;
}

.c-link04 {
  color: #e88418;
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .c-link04:hover {
    background-position: 100% 0;
    background-size: 0 100%;
  }
}
.c-link04.-external {
  margin-right: 0.22rem;
}
.c-link04.-external:after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link04.-pdf {
  margin-right: 0.22rem;
}
.c-link04.-pdf:after {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.16rem;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  background: #e88418;
  position: absolute;
  right: -0.18rem;
  top: 50%;
  translate: 0 -40%;
}
.c-link04.-inline {
  margin-right: 0.03rem;
}
.c-link04.-inline:after {
  position: static;
  translate: 0 10%;
  margin-left: 0.04rem;
}

.c-link-arrow {
  position: relative;
  padding-left: 0.35rem;
}
@media print, screen and (min-width: 741px) {
  .c-link-arrow {
    transition: color 0.4s;
  }
  .c-link-arrow:hover .-txt {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .c-link-arrow:hover .-icon {
    border-color: #e88418;
  }
  .c-link-arrow:hover .-icon:after {
    border-color: #e88418;
  }
}
.c-link-arrow .-txt {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  position: relative;
}
.c-link-arrow .-icon {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 1rem;
  border: 0.02rem solid #e88418;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  transition: border 0.4s;
}
.c-link-arrow .-icon:after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 45deg;
  translate: -60% -50%;
  transition: border 0.4s;
}

.c-link-arrow01 {
  position: relative;
  display: inline-block;
  padding-left: 0.15rem;
}
@media print, screen and (min-width: 741px) {
  .c-link-arrow01 {
    transition: color 0.4s;
  }
  .c-link-arrow01:hover .-txt {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}
.c-link-arrow01 .-txt {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  position: relative;
}
.c-link-arrow01:before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 0.95em;
  left: 0;
  rotate: 45deg;
  translate: 0 -50%;
  transition: border 0.4s;
}

.c-link-arrow02 {
  position: relative;
  display: inline-block;
  padding-left: 0.15rem;
}
@media print, screen and (min-width: 741px) {
  .c-link-arrow02 {
    transition: color 0.4s;
  }
  .c-link-arrow02:hover .-txt {
    color: #e88418;
    background-position: 100% 0;
    background-size: 0 100%;
  }
}
.c-link-arrow02 .-txt {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  position: relative;
}
.c-link-arrow02:before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 1em;
  left: 0;
  rotate: 45deg;
  translate: 0 -50%;
  transition: border 0.4s;
}

.c-link-arrow03 {
  position: relative;
  display: inline-block;
  padding-left: 0.15rem;
}
@media print, screen and (min-width: 741px) {
  .c-link-arrow03:hover .-txt {
    opacity: 0.7;
  }
}
.c-link-arrow03 .-txt {
  transition: opacity 0.4s;
}
.c-link-arrow03:before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 1em;
  left: 0;
  rotate: 45deg;
  translate: 0 -50%;
  transition: border 0.4s;
}

.c-link-arrow04 {
  position: relative;
  display: inline-block;
  padding-left: 0.15rem;
}
@media print, screen and (min-width: 741px) {
  .c-link-arrow04 {
    transition: color 0.4s;
  }
  .c-link-arrow04:hover .-txt {
    background-position: 100% 0;
    background-size: 0 100%;
  }
}
.c-link-arrow04 .-txt {
  color: #e88418;
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s;
  position: relative;
}
.c-link-arrow04:before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 1em;
  left: 0;
  rotate: 45deg;
  translate: 0 -50%;
  transition: border 0.4s;
}

.c-link-back {
  position: relative;
  padding-left: 0.35rem;
}
@media print, screen and (min-width: 741px) {
  .c-link-back {
    transition: color 0.4s;
  }
  .c-link-back:hover .-txt {
    color: #e88418;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .c-link-back:hover .-icon {
    border-color: #e88418;
  }
  .c-link-back:hover .-icon:after {
    border-color: #e88418;
  }
}
.c-link-back .-txt {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
  position: relative;
}
.c-link-back .-icon {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 1rem;
  border: 0.02rem solid #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  transition: border 0.4s;
}
.c-link-back .-icon:after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #cccccc;
  border-right: 0.02rem solid #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: -135deg;
  translate: -40% -50%;
  transition: border 0.4s;
}

.c-btns {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.c-btns.-center {
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .c-btns > li, .c-btns dd {
    width: 100%;
  }
}
.c-btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0.5rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #e88418, #d36011);
  padding: 0.04rem 1.3em;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .c-btn:before {
    content: "";
    display: block;
    width: 0;
    opacity: 0;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: width 0.6s, opacity 0.6s;
  }
  .c-btn:hover:before {
    width: 120%;
    opacity: 1;
  }
}
.c-btn .-txt {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  position: relative;
  line-height: 1.3;
  font-size: 0.15rem;
  color: #fff;
}
.c-btn .-small {
  font-size: 0.13rem;
}
.c-btn .-external {
  display: inline-block;
  flex: 0 0 0.15rem;
  height: 0.15rem;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  background: currentColor;
  position: relative;
}
.c-btn .-pdf {
  display: inline-block;
  flex: 0 0 0.13rem;
  height: 0.16rem;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  background: currentColor;
  position: relative;
}
.c-btn .-download {
  display: inline-block;
  flex: 0 0 0.15rem;
  height: 0.15rem;
  mask: url(/_assets/_common/img/icon-download02.svg) 50% 50%/contain no-repeat;
  background: currentColor;
  position: relative;
}
.c-btn .-icon {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0.07rem;
  translate: 0 -50%;
}
.c-btn .-icon:after {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 45deg;
  translate: -60% -50%;
}
.c-btn.-center {
  justify-content: center;
  text-align: center;
}

.c-square-btn {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #e88418;
  border-radius: 0.06rem;
  position: relative;
  box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 740px) {
  .c-square-btn {
    min-height: 0.6rem;
    padding: 0.15rem 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-square-btn {
    min-height: 0.68rem;
    padding: 0.15rem 0.25rem;
    transition: background 0.4s;
  }
  .c-square-btn:hover {
    background: #fdf3e8;
  }
}
.c-square-btn .-txt {
  font-size: 0.17rem;
  line-height: 1.4;
}
.c-square-btn .-orange {
  color: #e88418;
}
.c-square-btn .-sub {
  display: block;
  color: #e88418;
  font-size: 0.13rem;
  margin-bottom: 0.02rem;
}
.c-square-btn.-center {
  justify-content: center;
}
.c-square-btn.-arrow, .c-square-btn.-anchor {
  padding-right: 0.5rem;
}
.c-square-btn.-arrow .-icon, .c-square-btn.-anchor .-icon {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 1rem;
  border: 0.02rem solid #e88418;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  translate: 0 -50%;
}
.c-square-btn.-arrow .-icon:after, .c-square-btn.-anchor .-icon:after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 45deg;
  translate: -60% -50%;
}
.c-square-btn.-anchor .-icon:after {
  rotate: 135deg;
  translate: -50% -60%;
}
.c-square-btn.-acc {
  padding-right: 0.5rem;
}
.c-square-btn.-acc .-icon {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 1rem;
  border: 0.02rem solid #e88418;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  translate: 0 -50%;
}
.c-square-btn.-acc .-icon:before, .c-square-btn.-acc .-icon:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 2px;
  background: #e88418;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-square-btn.-acc .-icon:after {
  rotate: 90deg;
  transition: rotate 0.4s;
}
.c-square-btn.-acc.is-open .-icon:after {
  rotate: 0deg;
}
.c-square-btn.-download .-icon {
  display: block;
  width: 0.13rem;
  height: 0.14rem;
  background: url(/_assets/_common/img/icon-download.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  translate: 0 -50%;
}
.c-square-btn.-notice .-txt {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.c-square-btn.-notice .-icon {
  display: inline-block;
  width: 0.28rem;
  height: 0.25rem;
  background: url(/_assets/_common/img/icon-notice.svg) 50% 50%/contain no-repeat;
}
.c-square-btn.is-active {
  background: #fdf3e8;
  pointer-events: none;
}

@media only screen and (max-width: 740px) {
  .c-faq-list {
    margin-inline: -0.2rem;
  }
}
.c-faq-item {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 740px) {
  .c-faq-item {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-item {
    font-size: 0.17rem;
  }
}
.c-faq-item:first-child {
  border-top: 1px solid #cccccc;
}
.c-faq-item dt {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-faq-item dt {
    padding: 1em 0.55rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-item dt {
    padding: 1em 0.5rem;
    cursor: pointer;
    transition: background 0.4s;
  }
  .c-faq-item dt:hover {
    background: rgba(232, 132, 24, 0.1);
  }
}
.c-faq-item dt:before {
  content: "Q";
  display: block;
  width: 0.2rem;
  height: 0.26rem;
  text-indent: -1000%;
  overflow: hidden;
  background: url(/_assets/_common/img/icon-faq-q.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 1.9em;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .c-faq-item dt:before {
    left: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-item dt:before {
    left: 0.15rem;
  }
}
.c-faq-item dt .-icon {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border: 1px solid #e88418;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .c-faq-item dt .-icon {
    right: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-item dt .-icon {
    right: 0.15rem;
  }
}
.c-faq-item dt .-icon:before, .c-faq-item dt .-icon:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1px;
  background: #e88418;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-faq-item dt .-icon:after {
  rotate: 90deg;
  transition: rotate 0.4s;
}
.c-faq-item dt.is-open .-icon:after {
  rotate: 0deg;
}
.c-faq-item dd {
  display: none;
}
@media only screen and (max-width: 740px) {
  .c-faq-item dd {
    padding: 0.5em 0.2rem 2em 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-item dd {
    padding: 0.5em 0.6rem 2em 0.5rem;
  }
}

.c-faq-detail {
  display: grid;
  grid-gap: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .c-faq-detail {
    padding-left: 0.35rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-detail {
    padding-left: 0.35rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-detail.-col2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.4rem;
  }
}
.c-faq-detail:before {
  content: "A";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  text-indent: -1000%;
  overflow: hidden;
  background: url(/_assets/_common/img/icon-faq-a.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 0.9em;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .c-faq-detail:before {
    left: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-faq-detail:before {
    left: 0;
  }
}

.c-faq-detail-img img {
  max-width: 100%;
}

.c-lnav {
  background: #f9f7f5;
}

.c-lnav-list {
  display: grid;
}
@media only screen and (max-width: 740px) {
  .c-lnav-list {
    grid-gap: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-lnav-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.2rem 0.3rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-lnav-list .c-square-btn {
    min-height: 0.5rem;
    padding-block: 0.1rem;
  }
}
@media only screen and (max-width: 740px) {
  .c-lnav-list .c-square-btn .-txt {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 740px) {
  .pagination {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .pagination {
    margin-top: 0.6rem;
  }
}
.pagination h2 {
  display: none;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 100%;
  position: relative;
  background: #eee8e0;
  padding-bottom: 0.02rem;
}
@media only screen and (max-width: 740px) {
  .pagination .page-numbers {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .pagination .page-numbers {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.15rem;
  }
}
.pagination .page-numbers.current {
  background: #e88418;
  color: #fff;
}
@media print, screen and (min-width: 741px) {
  .pagination .page-numbers:not(.dots) {
    transition: 0.5s;
  }
  .pagination .page-numbers:not(.dots):hover {
    background: #e88418;
    color: #fff;
  }
}
.pagination .page-numbers.dots {
  border: none;
  margin-inline: 0;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  text-indent: -1000%;
  overflow: hidden;
}
.pagination .page-numbers.prev:after, .pagination .page-numbers.next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
@media only screen and (max-width: 740px) {
  .pagination .page-numbers.prev:after, .pagination .page-numbers.next:after {
    width: 0.1rem;
    height: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .pagination .page-numbers.prev:after, .pagination .page-numbers.next:after {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.pagination .page-numbers.prev:after {
  rotate: -135deg;
  translate: -30% -50%;
}
.pagination .page-numbers.next:after {
  rotate: 45deg;
  translate: -70% -50%;
}

.c-swiper {
  position: relative;
}
.c-swiper .swiper-slide {
  height: initial;
}
.c-swiper .swiper-controller {
  position: relative;
}
.c-swiper .swiper-button-prev,
.c-swiper .swiper-button-next {
  border-radius: 100%;
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  margin: 0;
  z-index: 20;
}
@media only screen and (max-width: 740px) {
  .c-swiper .swiper-button-prev,
  .c-swiper .swiper-button-next {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-prev,
  .c-swiper .swiper-button-next {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.c-swiper .swiper-button-prev:after,
.c-swiper .swiper-button-next:after {
  content: none;
}
.c-swiper .swiper-button-prev {
  background: url(/_assets/_common/img/icon-prev.svg) 50% 50%/contain no-repeat, url(/_assets/_common/img/icon-prev_on.svg) 0 0/0 no-repeat;
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-prev:hover {
    background: url(/_assets/_common/img/icon-prev_on.svg) 50% 50%/contain no-repeat;
  }
}
.c-swiper .swiper-button-next {
  background: url(/_assets/_common/img/icon-next.svg) 50% 50%/contain no-repeat, url(/_assets/_common/img/icon-next_on.svg) 0 0/0 no-repeat;
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-next:hover {
    background: url(/_assets/_common/img/icon-next_on.svg) 50% 50%/contain no-repeat;
  }
}
.c-swiper .swiper-button-pause {
  background: #ccc;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .c-swiper .swiper-button-pause {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-pause {
    width: 0.32rem;
    height: 0.32rem;
  }
  .c-swiper .swiper-button-pause:hover {
    background: #e88418;
  }
}
.c-swiper .swiper-button-pause:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(/_assets/_common/img/icon-pause.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .c-swiper .swiper-button-pause:after {
    width: 0.07rem;
    height: 0.11rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-pause:after {
    width: 0.09rem;
    height: 0.13rem;
  }
  .c-swiper .swiper-button-pause:after:hover {
    background-color: #e88418;
  }
}
.c-swiper .swiper-button-pause.is-pause:after {
  background: url(/_assets/_common/img/icon-play.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .c-swiper .swiper-button-pause.is-pause:after {
    width: 0.07rem;
    height: 0.13rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-swiper .swiper-button-pause.is-pause:after {
    width: 0.09rem;
    height: 0.15rem;
  }
  .c-swiper .swiper-button-pause.is-pause:after:hover {
    background-color: #e88418;
  }
}
.c-swiper .swiper-pagination {
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0;
}
.c-swiper .swiper-pagination-progressbar {
  border-radius: 100px;
}
.c-example-ttl {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .c-example-ttl {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-example-ttl {
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
  }
}

@media only screen and (max-width: 740px) {
  .c-example-swiper-container .c-example-swiper {
    padding-top: 0.4rem;
    overflow: visible;
  }
}
.c-example-swiper-container .swiper-controller {
  position: absolute;
  top: 0;
  right: 0;
}
.c-example-swiper-container .c-example-swiper-button-prev {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .c-example-swiper-container .c-example-swiper-button-prev {
    top: 0;
    right: 0.68rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-example-swiper-container .c-example-swiper-button-prev {
    top: -0.5rem;
    right: 0.44rem;
  }
}
.c-example-swiper-container .c-example-swiper-button-next {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .c-example-swiper-container .c-example-swiper-button-next {
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .c-example-swiper-container .c-example-swiper-button-next {
    top: -0.5rem;
    right: 0;
  }
}
.c-example-swiper-container .c-example-swiper-button-pause {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .c-example-swiper-container .c-example-swiper-button-pause {
    top: 0;
    right: 0.34rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-example-swiper-container .c-example-swiper-button-pause {
    top: -0.5rem;
    right: 0.44rem;
    display: none;
  }
}

@media print, screen and (min-width: 741px) {
  .c-example-item {
    max-width: calc((12rem - 90px) / 4);
  }
}

.c-example-item-link {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 741px) {
  .c-example-item-link:hover .c-example-item-img img {
    scale: 1.05;
  }
  .c-example-item-link:hover .c-example-item-ttl,
  .c-example-item-link:hover .c-example-item-area {
    color: #e88418;
  }
}
.c-example-item-img {
  width: 100%;
  aspect-ratio: 520/400;
  position: relative;
  overflow: hidden;
}
.c-example-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}

.c-example-item-body {
  margin-top: 0.18rem;
}
.c-example-item-tags {
  display: flex;
  gap: 0.05rem;
}
.c-example-item-ttl {
  margin-top: 0.6em;
}
@media only screen and (max-width: 740px) {
  .c-example-item-ttl {
    font-size: 0.17rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-example-item-ttl {
    font-size: 0.2rem;
    transition: color 0.4s;
  }
}

.c-example-item-area {
  font-size: 0.12rem;
  margin-top: 0.5em;
  padding-left: 0.22rem;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .c-example-item-area {
    transition: color 0.4s;
  }
}
.c-example-item-area:before {
  content: "";
  display: block;
  width: 0.15rem;
  height: 0.13rem;
  background: url(/_assets/_common/img/icon-area.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 1em;
  left: 0;
  translate: 0 -50%;
}

.c-related {
  background: #f9f7f5;
}
.c-related-list {
  display: grid;
}
@media only screen and (max-width: 740px) {
  .c-related-list {
    grid-gap: 0.35rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-related-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.3rem;
  }
}

.c-related-item-link {
  display: block;
}
@media print, screen and (min-width: 741px) {
  .c-related-item-link {
    padding-inline: 0.1rem;
    transition: color 0.4s;
  }
  .c-related-item-link:hover {
    color: #e88418;
  }
  .c-related-item-link:hover .c-related-item-thumb img {
    scale: 1.1;
  }
}

.c-related-item-thumb {
  aspect-ratio: 320/220;
}
@media print, screen and (min-width: 741px) {
  .c-related-item-thumb {
    margin-inline: -0.1rem;
    overflow: hidden;
  }
}
.c-related-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 741px) {
  .c-related-item-thumb img {
    transition: scale 0.4s;
  }
}

.c-related-item-ttl {
  position: relative;
  font-size: 0.17rem;
  padding-left: 0.15rem;
  margin-top: 0.15rem;
}
.c-related-item-ttl:before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.02rem solid #e88418;
  border-right: 0.02rem solid #e88418;
  position: absolute;
  top: 0.8em;
  left: 0;
  rotate: 45deg;
  translate: 0 -50%;
  transition: border 0.4s;
}

.c-related-item-lead {
  font-size: 0.13rem;
  padding-left: 0.15rem;
  margin-top: 0.05rem;
}
.js-fade {
  opacity: 0;
}
.js-fade.is-anime {
  transition: opacity 1.5s;
  opacity: 1;
}

.js-slide-side {
  opacity: 0;
  translate: -50px 0;
}
.js-slide-side.is-anime {
  transition: opacity 1s, translate 1s;
  opacity: 1;
  translate: 0 0;
}

.js-slide-vertical {
  opacity: 0;
  translate: 0 50px;
}
.js-slide-vertical.is-anime {
  transition: opacity 1s, translate 1s;
  opacity: 1;
  translate: 0 0;
}

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

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

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

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

.js-slide-side-list-step .js-step-item {
  opacity: 0;
  translate: -50px 0;
}
.js-slide-side-list-step .js-step-item.is-anime {
  transition: opacity 1s, translate 1s;
  opacity: 1;
  translate: 0 0;
}

.js-slide-vertical-list-step .js-step-item {
  opacity: 0;
  translate: 0 -50px;
}
.js-slide-vertical-list-step .js-step-item.is-anime {
  transition: opacity 1s, translate 1s;
  opacity: 1;
  translate: 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 740px) {
  .u-sp-fw-n {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 741px) {
  .u-pc-fw-n {
    font-weight: normal;
  }
}
/* float */
/* flex */
/* object-fit */
/* clear, clearfix */
.u-cf {
  zoom: 100%;
}
.u-cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.u-cl {
  clear: both;
}

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

.u-mr100 {
  margin-right: 1rem !important;
}

.u-mb100 {
  margin-bottom: 1rem !important;
}

.u-ml100 {
  margin-left: 1rem !important;
}

.u-mt95 {
  margin-top: 0.95rem !important;
}

.u-mr95 {
  margin-right: 0.95rem !important;
}

.u-mb95 {
  margin-bottom: 0.95rem !important;
}

.u-ml95 {
  margin-left: 0.95rem !important;
}

.u-mt90 {
  margin-top: 0.9rem !important;
}

.u-mr90 {
  margin-right: 0.9rem !important;
}

.u-mb90 {
  margin-bottom: 0.9rem !important;
}

.u-ml90 {
  margin-left: 0.9rem !important;
}

.u-mt85 {
  margin-top: 0.85rem !important;
}

.u-mr85 {
  margin-right: 0.85rem !important;
}

.u-mb85 {
  margin-bottom: 0.85rem !important;
}

.u-ml85 {
  margin-left: 0.85rem !important;
}

.u-mt80 {
  margin-top: 0.8rem !important;
}

.u-mr80 {
  margin-right: 0.8rem !important;
}

.u-mb80 {
  margin-bottom: 0.8rem !important;
}

.u-ml80 {
  margin-left: 0.8rem !important;
}

.u-mt75 {
  margin-top: 0.75rem !important;
}

.u-mr75 {
  margin-right: 0.75rem !important;
}

.u-mb75 {
  margin-bottom: 0.75rem !important;
}

.u-ml75 {
  margin-left: 0.75rem !important;
}

.u-mt70 {
  margin-top: 0.7rem !important;
}

.u-mr70 {
  margin-right: 0.7rem !important;
}

.u-mb70 {
  margin-bottom: 0.7rem !important;
}

.u-ml70 {
  margin-left: 0.7rem !important;
}

.u-mt65 {
  margin-top: 0.65rem !important;
}

.u-mr65 {
  margin-right: 0.65rem !important;
}

.u-mb65 {
  margin-bottom: 0.65rem !important;
}

.u-ml65 {
  margin-left: 0.65rem !important;
}

.u-mt60 {
  margin-top: 0.6rem !important;
}

.u-mr60 {
  margin-right: 0.6rem !important;
}

.u-mb60 {
  margin-bottom: 0.6rem !important;
}

.u-ml60 {
  margin-left: 0.6rem !important;
}

.u-mt55 {
  margin-top: 0.55rem !important;
}

.u-mr55 {
  margin-right: 0.55rem !important;
}

.u-mb55 {
  margin-bottom: 0.55rem !important;
}

.u-ml55 {
  margin-left: 0.55rem !important;
}

.u-mt50 {
  margin-top: 0.5rem !important;
}

.u-mr50 {
  margin-right: 0.5rem !important;
}

.u-mb50 {
  margin-bottom: 0.5rem !important;
}

.u-ml50 {
  margin-left: 0.5rem !important;
}

.u-mt45 {
  margin-top: 0.45rem !important;
}

.u-mr45 {
  margin-right: 0.45rem !important;
}

.u-mb45 {
  margin-bottom: 0.45rem !important;
}

.u-ml45 {
  margin-left: 0.45rem !important;
}

.u-mt40 {
  margin-top: 0.4rem !important;
}

.u-mr40 {
  margin-right: 0.4rem !important;
}

.u-mb40 {
  margin-bottom: 0.4rem !important;
}

.u-ml40 {
  margin-left: 0.4rem !important;
}

.u-mt35 {
  margin-top: 0.35rem !important;
}

.u-mr35 {
  margin-right: 0.35rem !important;
}

.u-mb35 {
  margin-bottom: 0.35rem !important;
}

.u-ml35 {
  margin-left: 0.35rem !important;
}

.u-mt30 {
  margin-top: 0.3rem !important;
}

.u-mr30 {
  margin-right: 0.3rem !important;
}

.u-mb30 {
  margin-bottom: 0.3rem !important;
}

.u-ml30 {
  margin-left: 0.3rem !important;
}

.u-mt25 {
  margin-top: 0.25rem !important;
}

.u-mr25 {
  margin-right: 0.25rem !important;
}

.u-mb25 {
  margin-bottom: 0.25rem !important;
}

.u-ml25 {
  margin-left: 0.25rem !important;
}

.u-mt20 {
  margin-top: 0.2rem !important;
}

.u-mr20 {
  margin-right: 0.2rem !important;
}

.u-mb20 {
  margin-bottom: 0.2rem !important;
}

.u-ml20 {
  margin-left: 0.2rem !important;
}

.u-mt15 {
  margin-top: 0.15rem !important;
}

.u-mr15 {
  margin-right: 0.15rem !important;
}

.u-mb15 {
  margin-bottom: 0.15rem !important;
}

.u-ml15 {
  margin-left: 0.15rem !important;
}

.u-mt10 {
  margin-top: 0.1rem !important;
}

.u-mr10 {
  margin-right: 0.1rem !important;
}

.u-mb10 {
  margin-bottom: 0.1rem !important;
}

.u-ml10 {
  margin-left: 0.1rem !important;
}

.u-mt5 {
  margin-top: 0.05rem !important;
}

.u-mr5 {
  margin-right: 0.05rem !important;
}

.u-mb5 {
  margin-bottom: 0.05rem !important;
}

.u-ml5 {
  margin-left: 0.05rem !important;
}

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

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

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

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

.u-pt100 {
  padding-top: 1rem !important;
}

.u-pr100 {
  padding-right: 1rem !important;
}

.u-pb100 {
  padding-bottom: 1rem !important;
}

.u-pl100 {
  padding-left: 1rem !important;
}

.u-pt95 {
  padding-top: 0.95rem !important;
}

.u-pr95 {
  padding-right: 0.95rem !important;
}

.u-pb95 {
  padding-bottom: 0.95rem !important;
}

.u-pl95 {
  padding-left: 0.95rem !important;
}

.u-pt90 {
  padding-top: 0.9rem !important;
}

.u-pr90 {
  padding-right: 0.9rem !important;
}

.u-pb90 {
  padding-bottom: 0.9rem !important;
}

.u-pl90 {
  padding-left: 0.9rem !important;
}

.u-pt85 {
  padding-top: 0.85rem !important;
}

.u-pr85 {
  padding-right: 0.85rem !important;
}

.u-pb85 {
  padding-bottom: 0.85rem !important;
}

.u-pl85 {
  padding-left: 0.85rem !important;
}

.u-pt80 {
  padding-top: 0.8rem !important;
}

.u-pr80 {
  padding-right: 0.8rem !important;
}

.u-pb80 {
  padding-bottom: 0.8rem !important;
}

.u-pl80 {
  padding-left: 0.8rem !important;
}

.u-pt75 {
  padding-top: 0.75rem !important;
}

.u-pr75 {
  padding-right: 0.75rem !important;
}

.u-pb75 {
  padding-bottom: 0.75rem !important;
}

.u-pl75 {
  padding-left: 0.75rem !important;
}

.u-pt70 {
  padding-top: 0.7rem !important;
}

.u-pr70 {
  padding-right: 0.7rem !important;
}

.u-pb70 {
  padding-bottom: 0.7rem !important;
}

.u-pl70 {
  padding-left: 0.7rem !important;
}

.u-pt65 {
  padding-top: 0.65rem !important;
}

.u-pr65 {
  padding-right: 0.65rem !important;
}

.u-pb65 {
  padding-bottom: 0.65rem !important;
}

.u-pl65 {
  padding-left: 0.65rem !important;
}

.u-pt60 {
  padding-top: 0.6rem !important;
}

.u-pr60 {
  padding-right: 0.6rem !important;
}

.u-pb60 {
  padding-bottom: 0.6rem !important;
}

.u-pl60 {
  padding-left: 0.6rem !important;
}

.u-pt55 {
  padding-top: 0.55rem !important;
}

.u-pr55 {
  padding-right: 0.55rem !important;
}

.u-pb55 {
  padding-bottom: 0.55rem !important;
}

.u-pl55 {
  padding-left: 0.55rem !important;
}

.u-pt50 {
  padding-top: 0.5rem !important;
}

.u-pr50 {
  padding-right: 0.5rem !important;
}

.u-pb50 {
  padding-bottom: 0.5rem !important;
}

.u-pl50 {
  padding-left: 0.5rem !important;
}

.u-pt45 {
  padding-top: 0.45rem !important;
}

.u-pr45 {
  padding-right: 0.45rem !important;
}

.u-pb45 {
  padding-bottom: 0.45rem !important;
}

.u-pl45 {
  padding-left: 0.45rem !important;
}

.u-pt40 {
  padding-top: 0.4rem !important;
}

.u-pr40 {
  padding-right: 0.4rem !important;
}

.u-pb40 {
  padding-bottom: 0.4rem !important;
}

.u-pl40 {
  padding-left: 0.4rem !important;
}

.u-pt35 {
  padding-top: 0.35rem !important;
}

.u-pr35 {
  padding-right: 0.35rem !important;
}

.u-pb35 {
  padding-bottom: 0.35rem !important;
}

.u-pl35 {
  padding-left: 0.35rem !important;
}

.u-pt30 {
  padding-top: 0.3rem !important;
}

.u-pr30 {
  padding-right: 0.3rem !important;
}

.u-pb30 {
  padding-bottom: 0.3rem !important;
}

.u-pl30 {
  padding-left: 0.3rem !important;
}

.u-pt25 {
  padding-top: 0.25rem !important;
}

.u-pr25 {
  padding-right: 0.25rem !important;
}

.u-pb25 {
  padding-bottom: 0.25rem !important;
}

.u-pl25 {
  padding-left: 0.25rem !important;
}

.u-pt20 {
  padding-top: 0.2rem !important;
}

.u-pr20 {
  padding-right: 0.2rem !important;
}

.u-pb20 {
  padding-bottom: 0.2rem !important;
}

.u-pl20 {
  padding-left: 0.2rem !important;
}

.u-pt15 {
  padding-top: 0.15rem !important;
}

.u-pr15 {
  padding-right: 0.15rem !important;
}

.u-pb15 {
  padding-bottom: 0.15rem !important;
}

.u-pl15 {
  padding-left: 0.15rem !important;
}

.u-pt10 {
  padding-top: 0.1rem !important;
}

.u-pr10 {
  padding-right: 0.1rem !important;
}

.u-pb10 {
  padding-bottom: 0.1rem !important;
}

.u-pl10 {
  padding-left: 0.1rem !important;
}

.u-pt5 {
  padding-top: 0.05rem !important;
}

.u-pr5 {
  padding-right: 0.05rem !important;
}

.u-pb5 {
  padding-bottom: 0.05rem !important;
}

.u-pl5 {
  padding-left: 0.05rem !important;
}

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

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

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

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

@media only screen and (max-width: 740px) {
  .u-sp-mt100 {
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr100 {
    margin-right: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb100 {
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml100 {
    margin-left: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt95 {
    margin-top: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr95 {
    margin-right: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb95 {
    margin-bottom: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml95 {
    margin-left: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt90 {
    margin-top: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr90 {
    margin-right: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb90 {
    margin-bottom: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml90 {
    margin-left: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt85 {
    margin-top: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr85 {
    margin-right: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb85 {
    margin-bottom: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml85 {
    margin-left: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt80 {
    margin-top: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr80 {
    margin-right: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb80 {
    margin-bottom: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml80 {
    margin-left: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt75 {
    margin-top: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr75 {
    margin-right: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb75 {
    margin-bottom: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml75 {
    margin-left: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt70 {
    margin-top: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr70 {
    margin-right: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb70 {
    margin-bottom: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml70 {
    margin-left: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt65 {
    margin-top: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr65 {
    margin-right: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb65 {
    margin-bottom: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml65 {
    margin-left: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt60 {
    margin-top: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr60 {
    margin-right: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb60 {
    margin-bottom: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml60 {
    margin-left: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt55 {
    margin-top: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr55 {
    margin-right: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb55 {
    margin-bottom: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml55 {
    margin-left: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt50 {
    margin-top: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr50 {
    margin-right: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb50 {
    margin-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml50 {
    margin-left: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt45 {
    margin-top: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr45 {
    margin-right: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb45 {
    margin-bottom: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml45 {
    margin-left: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt40 {
    margin-top: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr40 {
    margin-right: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb40 {
    margin-bottom: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml40 {
    margin-left: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt35 {
    margin-top: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr35 {
    margin-right: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb35 {
    margin-bottom: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml35 {
    margin-left: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt30 {
    margin-top: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr30 {
    margin-right: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb30 {
    margin-bottom: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml30 {
    margin-left: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt25 {
    margin-top: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr25 {
    margin-right: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb25 {
    margin-bottom: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml25 {
    margin-left: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt20 {
    margin-top: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr20 {
    margin-right: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb20 {
    margin-bottom: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml20 {
    margin-left: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt15 {
    margin-top: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr15 {
    margin-right: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb15 {
    margin-bottom: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml15 {
    margin-left: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt10 {
    margin-top: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr10 {
    margin-right: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb10 {
    margin-bottom: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml10 {
    margin-left: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt5 {
    margin-top: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr5 {
    margin-right: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb5 {
    margin-bottom: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml5 {
    margin-left: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mt0 {
    margin-top: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mr0 {
    margin-right: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-mb0 {
    margin-bottom: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-ml0 {
    margin-left: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt100 {
    padding-top: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr100 {
    padding-right: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb100 {
    padding-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl100 {
    padding-left: 1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt95 {
    padding-top: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr95 {
    padding-right: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb95 {
    padding-bottom: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl95 {
    padding-left: 0.95rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt90 {
    padding-top: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr90 {
    padding-right: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb90 {
    padding-bottom: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl90 {
    padding-left: 0.9rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt85 {
    padding-top: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr85 {
    padding-right: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb85 {
    padding-bottom: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl85 {
    padding-left: 0.85rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt80 {
    padding-top: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr80 {
    padding-right: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb80 {
    padding-bottom: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl80 {
    padding-left: 0.8rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt75 {
    padding-top: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr75 {
    padding-right: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb75 {
    padding-bottom: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl75 {
    padding-left: 0.75rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt70 {
    padding-top: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr70 {
    padding-right: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb70 {
    padding-bottom: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl70 {
    padding-left: 0.7rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt65 {
    padding-top: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr65 {
    padding-right: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb65 {
    padding-bottom: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl65 {
    padding-left: 0.65rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt60 {
    padding-top: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr60 {
    padding-right: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb60 {
    padding-bottom: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl60 {
    padding-left: 0.6rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt55 {
    padding-top: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr55 {
    padding-right: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb55 {
    padding-bottom: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl55 {
    padding-left: 0.55rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt50 {
    padding-top: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr50 {
    padding-right: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb50 {
    padding-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl50 {
    padding-left: 0.5rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt45 {
    padding-top: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr45 {
    padding-right: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb45 {
    padding-bottom: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl45 {
    padding-left: 0.45rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt40 {
    padding-top: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr40 {
    padding-right: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb40 {
    padding-bottom: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl40 {
    padding-left: 0.4rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt35 {
    padding-top: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr35 {
    padding-right: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb35 {
    padding-bottom: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl35 {
    padding-left: 0.35rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt30 {
    padding-top: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr30 {
    padding-right: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb30 {
    padding-bottom: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl30 {
    padding-left: 0.3rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt25 {
    padding-top: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr25 {
    padding-right: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb25 {
    padding-bottom: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl25 {
    padding-left: 0.25rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt20 {
    padding-top: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr20 {
    padding-right: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb20 {
    padding-bottom: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl20 {
    padding-left: 0.2rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt15 {
    padding-top: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr15 {
    padding-right: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb15 {
    padding-bottom: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl15 {
    padding-left: 0.15rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt10 {
    padding-top: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr10 {
    padding-right: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb10 {
    padding-bottom: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl10 {
    padding-left: 0.1rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt5 {
    padding-top: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr5 {
    padding-right: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb5 {
    padding-bottom: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl5 {
    padding-left: 0.05rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pt0 {
    padding-top: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pr0 {
    padding-right: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pb0 {
    padding-bottom: 0rem !important;
  }
}

@media only screen and (max-width: 740px) {
  .u-sp-pl0 {
    padding-left: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt100 {
    margin-top: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr100 {
    margin-right: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb100 {
    margin-bottom: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml100 {
    margin-left: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt95 {
    margin-top: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr95 {
    margin-right: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb95 {
    margin-bottom: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml95 {
    margin-left: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt90 {
    margin-top: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr90 {
    margin-right: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb90 {
    margin-bottom: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml90 {
    margin-left: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt85 {
    margin-top: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr85 {
    margin-right: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb85 {
    margin-bottom: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml85 {
    margin-left: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt80 {
    margin-top: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr80 {
    margin-right: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb80 {
    margin-bottom: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml80 {
    margin-left: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt75 {
    margin-top: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr75 {
    margin-right: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb75 {
    margin-bottom: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml75 {
    margin-left: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt70 {
    margin-top: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr70 {
    margin-right: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb70 {
    margin-bottom: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml70 {
    margin-left: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt65 {
    margin-top: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr65 {
    margin-right: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb65 {
    margin-bottom: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml65 {
    margin-left: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt60 {
    margin-top: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr60 {
    margin-right: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb60 {
    margin-bottom: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml60 {
    margin-left: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt55 {
    margin-top: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr55 {
    margin-right: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb55 {
    margin-bottom: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml55 {
    margin-left: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt50 {
    margin-top: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr50 {
    margin-right: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb50 {
    margin-bottom: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml50 {
    margin-left: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt45 {
    margin-top: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr45 {
    margin-right: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb45 {
    margin-bottom: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml45 {
    margin-left: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt40 {
    margin-top: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr40 {
    margin-right: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb40 {
    margin-bottom: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml40 {
    margin-left: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt35 {
    margin-top: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr35 {
    margin-right: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb35 {
    margin-bottom: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml35 {
    margin-left: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt30 {
    margin-top: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr30 {
    margin-right: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb30 {
    margin-bottom: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml30 {
    margin-left: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt25 {
    margin-top: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr25 {
    margin-right: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb25 {
    margin-bottom: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml25 {
    margin-left: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt20 {
    margin-top: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr20 {
    margin-right: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb20 {
    margin-bottom: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml20 {
    margin-left: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt15 {
    margin-top: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr15 {
    margin-right: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb15 {
    margin-bottom: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml15 {
    margin-left: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt10 {
    margin-top: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr10 {
    margin-right: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb10 {
    margin-bottom: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml10 {
    margin-left: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt5 {
    margin-top: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr5 {
    margin-right: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb5 {
    margin-bottom: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml5 {
    margin-left: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mt0 {
    margin-top: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mr0 {
    margin-right: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-mb0 {
    margin-bottom: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-ml0 {
    margin-left: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt100 {
    padding-top: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr100 {
    padding-right: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb100 {
    padding-bottom: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl100 {
    padding-left: 1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt95 {
    padding-top: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr95 {
    padding-right: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb95 {
    padding-bottom: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl95 {
    padding-left: 0.95rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt90 {
    padding-top: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr90 {
    padding-right: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb90 {
    padding-bottom: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl90 {
    padding-left: 0.9rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt85 {
    padding-top: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr85 {
    padding-right: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb85 {
    padding-bottom: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl85 {
    padding-left: 0.85rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt80 {
    padding-top: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr80 {
    padding-right: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb80 {
    padding-bottom: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl80 {
    padding-left: 0.8rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt75 {
    padding-top: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr75 {
    padding-right: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb75 {
    padding-bottom: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl75 {
    padding-left: 0.75rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt70 {
    padding-top: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr70 {
    padding-right: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb70 {
    padding-bottom: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl70 {
    padding-left: 0.7rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt65 {
    padding-top: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr65 {
    padding-right: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb65 {
    padding-bottom: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl65 {
    padding-left: 0.65rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt60 {
    padding-top: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr60 {
    padding-right: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb60 {
    padding-bottom: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl60 {
    padding-left: 0.6rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt55 {
    padding-top: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr55 {
    padding-right: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb55 {
    padding-bottom: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl55 {
    padding-left: 0.55rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt50 {
    padding-top: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr50 {
    padding-right: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb50 {
    padding-bottom: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl50 {
    padding-left: 0.5rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt45 {
    padding-top: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr45 {
    padding-right: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb45 {
    padding-bottom: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl45 {
    padding-left: 0.45rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt40 {
    padding-top: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr40 {
    padding-right: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb40 {
    padding-bottom: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl40 {
    padding-left: 0.4rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt35 {
    padding-top: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr35 {
    padding-right: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb35 {
    padding-bottom: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl35 {
    padding-left: 0.35rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt30 {
    padding-top: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr30 {
    padding-right: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb30 {
    padding-bottom: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl30 {
    padding-left: 0.3rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt25 {
    padding-top: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr25 {
    padding-right: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb25 {
    padding-bottom: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl25 {
    padding-left: 0.25rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt20 {
    padding-top: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr20 {
    padding-right: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb20 {
    padding-bottom: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl20 {
    padding-left: 0.2rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt15 {
    padding-top: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr15 {
    padding-right: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb15 {
    padding-bottom: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl15 {
    padding-left: 0.15rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt10 {
    padding-top: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr10 {
    padding-right: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb10 {
    padding-bottom: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl10 {
    padding-left: 0.1rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt5 {
    padding-top: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr5 {
    padding-right: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb5 {
    padding-bottom: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl5 {
    padding-left: 0.05rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pt0 {
    padding-top: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pr0 {
    padding-right: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pb0 {
    padding-bottom: 0rem !important;
  }
}

@media print, screen and (min-width: 741px) {
  .u-pc-pl0 {
    padding-left: 0rem !important;
  }
}

/* font-size */