@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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  /* 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 {
  font-size: 10px;
  overflow-x: hidden;
}
body {
  line-height: 1.8;
  color: #2d2d2d;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  body {
    padding-top: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  body {
    padding-top: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

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

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

img,
svg {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

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

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

dd {
  margin: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

input:not([type=checkbox]), button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

p {
  line-height: 2.12;
  margin: 0;
}

/* ==========================================================================
  Layout
========================================================================== */
.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media only screen and (max-width: 900px) {
  .l-header {
    position: fixed;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header {
    position: absolute;
  }
  .l-header.is-fixed {
    position: fixed;
    top: -64px;
  }
}

.l-header-inr {
  background: #169A74;
  color: #fff;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .l-header-inr {
    height: 80px;
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-inr {
    height: 64px;
    padding: 0 40px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

.l-header-logo {
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .l-header-logo {
    width: 120px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-logo {
    width: 130px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-logo a {
    transition: opacity 0.4s;
  }
  .l-header-logo a:hover {
    opacity: 0.5;
  }
}

.l-header-catch {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .l-header-catch {
    display: none;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-catch {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.l-header-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s, color 0.4s;
  color: #fff;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .l-header-contact {
    flex-direction: column;
    width: 40px;
    height: 40px;
    top: 21px;
    right: 80px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-contact {
    background: #169A74;
    width: 190px;
    height: 30px;
    border: 1px solid #169A74;
    top: 76px;
    right: 120px;
  }
  .l-header-contact:hover {
    color: #169A74;
    background: #fff;
  }
  .l-header-contact:hover:before {
    background-image: url(/jp/_assets/_common/img/icon-mail-green.svg);
  }
}
.l-header-contact:before {
  content: "";
  display: block;
  background: url(/jp/_assets/_common/img/icon-mail-white.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 900px) {
  .l-header-contact:before {
    width: 31px;
    height: 24px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-contact:before {
    width: 18px;
    height: 13px;
    margin-right: 10px;
  }
}

.l-header-contact-txt {
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .l-header-contact-txt {
    font-size: 10px;
    font-size: 1rem;
    transform: scale(0.9);
    line-height: 1;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-contact-txt {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    position: relative;
  }
}

.l-header-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 19px;
  right: 15px;
}
.l-header-menu:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}
.l-header-menu:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.l-header-menu-txt {
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 0;
}

@media only screen and (max-width: 900px) {
  .l-nav-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background: #000;
    opacity: 0;
    transition: left 0s 0.4s, opacity 0.4s 0s;
    pointer-events: cursor;
  }
}
@media only screen and (max-width: 900px) {
  .l-nav-overlay.is-open {
    left: 0;
    opacity: 0.5;
    transition: left 0s 0s, opacity 0.4s 0s;
  }
}

.l-nav {
  background: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 900px) {
  .l-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 80%;
    height: 100%;
    padding: 80px 15px 40px;
    overflow: auto;
    transition: left 0.4s 0s;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav {
    height: 56px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 900px) {
  .l-nav.is-open {
    left: 20%;
  }
}

.l-nav-catch {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
  .l-nav-list {
    border-top: 1px solid #169A74;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 460px 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  .l-nav-list > li {
    border-bottom: 1px solid #169A74;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-list > li:not(:last-child) > a:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.8em;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.l-nav-list > li > a {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .l-nav-list > li > a {
    display: block;
    padding: 1em;
    text-align: center;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-list > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    transition: color 0.4s;
  }
  .l-nav-list > li > a:after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    border-top: 1px solid #169A74;
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    transition: opacity 0.4s;
  }
  .l-nav-list > li > a:hover, .l-nav-list > li > a.is-actv {
    color: #169A74;
  }
  .l-nav-list > li > a:hover:after, .l-nav-list > li > a.is-actv:after {
    opacity: 1;
  }
  .l-nav-list > li > a.is-actv {
    transition: none;
  }
  .l-nav-list > li > a.is-actv:after {
    transition: none;
  }
}

@media only screen and (max-width: 900px) {
  .l-nav-acc-ttl:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    border-top: 2px solid #169A74;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
  .l-nav-acc-ttl:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    border-top: 2px solid #169A74;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%) rotate(90deg);
    transition: transform 0.4s 0.4s;
  }
}
@media only screen and (max-width: 900px) {
  .l-nav-acc-ttl.is-open:after {
    transform: translate(0, -50%) rotate(0deg);
  }
}

@media only screen and (max-width: 900px) {
  .l-nav-detail {
    background: rgba(229, 229, 229, 0.95);
    padding: 15px;
    display: flex;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-detail {
    background: rgba(45, 45, 45, 0.95);
    color: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 60px 5%;
    padding-right: calc(5% - 20px);
    display: flex;
    transform: translate(0, -1px);
    align-items: center;
  }
}

.l-nav-newwin {
  padding: 1em 1.8em 1em 0 !important;
}
@media only screen and (max-width: 374px) {
  .l-nav-newwin {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-nav-newwin:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/jp/_assets/_common/img/icon-external-green.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -60%);
}

.l-nav-head {
  width: 30%;
  padding-right: 40px;
}
.l-nav-head dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
.l-nav-head dd {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 900px) {
  .l-nav-body {
    flex: 0 0 100%;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 900px) {
  .l-nav-body-item:not(:first-child) {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-item {
    width: 33.33%;
    padding-right: 20px;
  }
  .l-nav-body-item:nth-child(3) ~ .l-nav-body-item {
    margin-top: 40px;
  }
}
.l-nav-body-item dt,
.l-nav-body-item li {
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .l-nav-body-item dt,
.l-nav-body-item li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-item dt,
.l-nav-body-item li {
    margin-bottom: 10px;
  }
}
.l-nav-body-item dd {
  line-height: 1.5;
  padding-left: 1em;
}
@media only screen and (max-width: 900px) {
  .l-nav-body-item dd {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-item dd {
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 900px) {
  .l-nav-body-item dd span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-item dd span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.l-nav-body-item a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-item a:hover {
    text-decoration: underline;
  }
}
.l-nav-body-item a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
  position: absolute;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (max-width: 900px) {
  .l-nav-body-item a:before {
    top: 0.75em;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-item a:before {
    top: 0.7em;
  }
}

@media print, screen and (min-width: 901px) {
  .l-nav-body-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.l-nav-body-list li {
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .l-nav-body-list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-nav-body-list li:not(:first-child) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-list li {
    font-size: 18px;
    font-size: 1.8rem;
    width: 33.33%;
    padding-right: 20px;
    line-height: 1.5;
  }
  .l-nav-body-list li:nth-child(3) ~ li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .l-nav-body-list li span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-list li span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l-nav-body-list a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-list a:hover {
    text-decoration: underline;
  }
}
.l-nav-body-list a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
  position: absolute;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (max-width: 900px) {
  .l-nav-body-list a:before {
    top: 0.75em;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-body-list a:before {
    top: 0.7em;
  }
}


.l-nav-body-product {
}
.l-nav-body-product-item {
}
.l-nav-body-product-item:not(:first-child) {
}
.l-nav-body-product-item > dt {
  font-weight: bold;
  border-bottom: 1px solid currentcolor;
  padding-bottom: .3em;
  margin-bottom: .7em;
}
.l-nav-body-product-item-list {
}
.l-nav-body-product-item-list a {
  text-decoration: underline;
}
.l-nav-body-product-item-list > li {
  margin-top: 1em;

}
.l-nav-body-product-item-list > li > a {
  font-weight: bold;
}
.l-nav-body-product-item-list-child {
}
.l-nav-body-product-item-list-child-list > li {
  border-left: 1px solid currentcolor;
  padding-left: .8em;
  margin-top: 1em;
}
/* sp */
@media only screen and (max-width: 900px) {
.l-nav-body-product {
  
}
.l-nav-body-product-item {
}
.l-nav-body-product-item:not(:first-child) {
  margin-top: 1.2em;
}
.l-nav-body-product-item > dt {
  font-size: 14px;
}
.l-nav-body-product-item-list {
  font-size: 12px;
}
.l-nav-body-product-item-list > li {
}
.l-nav-body-product-item-list > li > a {
}
.l-nav-body-product-item-list-child {
}
.l-nav-body-product-item-list-child > li {
}
}

/* pc */
@media print, screen and (min-width: 901px) {
.l-nav-body-product {
  display: block;
}
.l-nav-body-product-item {
}
.l-nav-body-product-item:not(:first-child) {
  margin-top: 2em;
}
.l-nav-body-product-item > dt {
  font-size: 22px;
}
.l-nav-body-product-item-list {
  font-size: 16px;
}
.l-nav-body-product-item-list a:hover {
  text-decoration: none;
}
.l-nav-body-product-item-list > li {
}
.l-nav-body-product-item-list > li > a {
  font-size: 18px;
}
.l-nav-body-product-item-list-child {
  display: flex;
}
.l-nav-body-product-item-list-child-list {
  flex: 0 0 calc((100% - 30px) / 2);
  
}
.l-nav-body-product-item-list-child-list:nth-child(odd) {
  margin-right: 30px;
  
}
.l-nav-body-product-item-list-child-list > li {

}
}

.l-nav-lang {
  /*display: none;*/
  display: flex;
  font-weight: bold;
  color: #ccc;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .l-nav-lang {
    font-size: 14px;
    font-size: 1.4rem;
    top: 28px;
    right: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-nav-lang {
    font-size: 15px;
    font-size: 1.5rem;
    top: 79px;
    right: 40px;
  }
}
.l-nav-lang li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.l-nav-lang a {
  transition: color 0.4s;
}
.l-nav-lang a.is-actv {
  color: #777;
  pointer-events: none;
}
.l-nav-lang a:hover {
  color: #777;
}

.p-l-nav-maker {
  
  text-align: center;

}
.p-l-nav-maker a {
  border: 1px solid currentcolor;
  display: block;
  padding: 0 1.5em;
}
@media only screen and (max-width: 900px) {
.p-l-nav-maker {
  margin: 20px;
}
}
@media print, screen and (min-width: 901px) {
.p-l-nav-maker {
  line-height: 1;
  position: absolute;
  top: 76px;
  right: 230px;
}
.p-l-nav-maker a {
  height: 30px;
  display: flex;
  jsutify-content: center;
  align-items: center;
  transition: background .5s, border .5s, color .5s;
}
.p-l-nav-maker a:hover {
  border-color: #169A74;
  background: rgba(22, 154, 116, 0.1);
  color: #169A74;
}
}

.l-nav-close1 {
  width: 40px;
  height: 40px;
  position: relative;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 22px;
  left: 15px;
}
.l-nav-close1:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #169A74;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-nav-close1:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #169A74;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-nav-close2 {
  display: block;
  width: 100%;
  background: #169A74;
  color: #fff;
  padding: 1em 1em 1em 2em;
  margin-top: 20px;
  letter-spacing: 0.1em;
  position: relative;
}
.l-nav-close2:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50%) rotate(45deg);
}
.l-nav-close2:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50%) rotate(-45deg);
}

.l-breadcrumbs {
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 900px) {
  .l-breadcrumbs {
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    overflow: auto;
  }
}
@media print, screen and (min-width: 901px) {
  .l-breadcrumbs {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-breadcrumbs-list li {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .l-breadcrumbs-list li {
    display: inline;
  }
}
@media print, screen and (min-width: 901px) {
  .l-breadcrumbs-list li {
    display: inline;
  }
}
.l-breadcrumbs-list li:first-child a {
  background: url(/jp/_assets/_common/img/icon-home.svg) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .l-breadcrumbs-list li:first-child a {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-breadcrumbs-list li:first-child a {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .l-breadcrumbs-list li:first-child a:hover {
    opacity: 0.5;
  }
}
.l-breadcrumbs-list li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  transform: rotate(45deg);
}
@media only screen and (max-width: 900px) {
  .l-breadcrumbs-list li:not(:last-child):after {
    margin: 1px 8px;
    width: 5px;
    height: 5px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-breadcrumbs-list li:not(:last-child):after {
    margin: 0 8px 1px 10px;
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 900px) {
  .l-breadcrumbs-list li:last-child {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-breadcrumbs-list a:hover {
    text-decoration: underline;
  }
}

.l-main-under {
  position: relative;
  z-index: 10;
}
.l-main-under.is-modal {
  position: static;
}
.l-main-under::before {
  background: #f8f8f8;
  content: "";
  display: block;
  position: fixed;
  right: -10%;
  transform: rotate(-25deg) skew(-25deg);
  width: 120%;
  z-index: -5;
}
@media only screen and (max-width: 900px) {
  .l-main-under::before {
    height: 270px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-main-under::before {
    height: 740px;
  }
}

.l-check {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .l-check {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-check {
    justify-content: center;
    margin-top: 50px;
  }
}
.l-check h5 {
  flex-shrink: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .l-check h5 img {
    width: 76px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-check h5 img {
    width: 120px;
  }
}
@media only screen and (max-width: 900px) {
  .l-check p {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-check p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 54px;
  }
}

.l-contact {
  color: #fff;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 900px) {
  .l-contact {
    padding: 40px 0;
    background: url(/jp/_assets/_common/img/bg-contact_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 901px) {
  .l-contact {
    padding: 80px 0;
    background: url(/jp/_assets/_common/img/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

.l-contact-lead {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .l-contact-lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-contact-lead {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.l-contact-ttl {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .l-contact-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .l-contact-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.l-contact-btn {
  display: block;
  border: 1px solid #169A74;
  color: #169A74;
  background: #fff;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .l-contact-btn {
    font-size: 18px;
    font-size: 1.8rem;
    width: 290px;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 901px) {
  .l-contact-btn {
    font-size: 22px;
    font-size: 2.2rem;
    width: 400px;
    margin: 40px auto 0;
    transition: background 0.4s, color 0.4s;
  }
  .l-contact-btn:hover {
    background: #169A74;
    color: #fff;
  }
}

.l-footer {
  background: #2d2d2d;
  color: #fff;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 900px) {
  .l-footer-inr {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-footer-inr {
    padding: 65px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 900px) {
  .l-footer-catch {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-footer-catch {
    flex: 0 0 19%;
  }
}

@media print, screen and (min-width: 901px) {
  .l-footer-nav {
    flex: 0 0 81%;
    border-left: 1px solid #fff;
/*    display: flex;*/
    flex-wrap: wrap;
    padding-left: 6%;
  }
}

/*
.l-footer-list {
  flex: 0 0 32%;
}
.l-footer-list:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 900px) {
  .l-footer-list > li {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-footer-list > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.l-footer-list > li > a {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 901px) {
  .l-footer-list > li > a:hover {
    text-decoration: underline;
  }
}
.l-footer-list > li > a:not(.u-noevents) {
  padding-left: 1.2em;
}
.l-footer-list > li > a:not(.u-noevents):before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  transform: translate(0, -50%) rotate(45deg);
}

.l-footer-list-item {
  padding-left: 1em;
}
.l-footer-list-item li {
  line-height: 1.5;
  margin-top: 15px;
  font-weight: bold;
}
.l-footer-list-item li a {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
@media print, screen and (min-width: 901px) {
  .l-footer-list-item li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-footer-list-item li a:hover {
    text-decoration: underline;
  }
}
.l-footer-list-item li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0.7em;
  left: -0.2em;
  transform: translate(0, -50%) rotate(45deg);
}

@media only screen and (max-width: 900px) {
  .l-footer-list-item-sub dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .l-footer-list-item-sub dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-footer-list-item-sub dd {
  padding-left: 1em;
  margin-top: 0.3em;
  font-weight: normal;
}
*/



.l-footer-list {
}
.l-footer-list > dt {
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-weight: bold;
}
.l-footer-list > dt > a {
  position: relative;
  padding-left: 1em;
}
.l-footer-list > dt > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  transform: translate(0, -50%) rotate(45deg);
}
.l-footer-list dd {
  margin-top: 1em;
}
.l-footer-list > dd > a {
  position: relative;
  padding-left: 1em;
}
.l-footer-list > dd > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  transform: translate(0, -50%) rotate(45deg);
}
.l-footer-list-sub {
}
.l-footer-list-sub > dt {
  font-weight: bold;
}
.l-footer-list-sub > dd {
  padding-left: 2em;
}
.l-footer-list-sub > dd > a {
  position: relative;
  padding-left: 1em;
}
.l-footer-list-sub > dd > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  transform: translate(0, -50%) rotate(45deg);
}
.l-footer-list-product {
}
.l-footer-list-product-sub {
}
.l-footer-list-sub-list {
  padding-left: 1.5em;
}
.l-footer-list-sub-list > li {
  margin-top: .8em;
  text-indent: -1em;
  margin-left: 1em;
}
.l-footer-sub-list {
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,.3);
  margin-top: 3.5em;
  padding-top: 1.8em;
}
.l-footer-sub-list-corp {
  display: flex;
  align-items: center;
}
.l-footer-sub-list-corp li {
  line-height: 1;
}
.l-footer-sub-list-corp li:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.3);
}
.l-footer-sub-list-maker {
}
.l-footer-sub-list-maker > a {
  position: relative;
  padding-left: 1em;
}
.l-footer-sub-list-maker > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (max-width: 900px) {
.l-footer-list {
}
.l-footer-list > dt {
  margin-top: 3em;
}
.l-footer-list:first-child > dt:first-child {
  margin-top: 0;
}
.l-footer-list > dt > a {
}
.l-footer-list > dd {
  padding-left: 1.2em;
}
.l-footer-list dd {
  font-size: 12px;
}
.l-footer-list-sub {
  margin-top: 1.5em;
}
.l-footer-list-sub > dt {
  font-size: 14px;
}
.l-footer-list-product {
}
.l-footer-list-product-sub {
}
.l-footer-sub-list {
}
.l-footer-sub-list-corp {
  justify-content: center;
}
.l-footer-sub-list-corp li {
  padding: 0 15px;
}
.l-footer-sub-list-maker {
  margin-top: 1.5em;
  text-align: center;
}
}
@media print, screen and (min-width: 901px) {
.l-footer-list {
  flex: 0 0 32%;
  margin-right: 40px;
}
.l-footer-list a:hover {
  text-decoration: underline;
}
.l-footer-list > dt {
}
.l-footer-list > dt:not(:first-child) {
  margin-top: 3em;
}
.l-footer-list > dt > a {
}
.l-footer-list > dd {
  padding-left: 2em;
}
.l-footer-list dd {
  font-size: 12px;
}
.l-footer-list-sub {
  margin-top: 1.5em;
}
.l-footer-list-sub > dt {
  font-size: 14px;
}
.l-footer-list-sub01 {
  flex: 0 0 60%;
  margin-right: 40px;
}
.l-footer-list-sub02 {
  flex: 1 1 auto;
}
.l-footer-list-product {
  flex: 0 0 calc(68% - 40px);
  margin-right: 0;
}
.l-footer-list-product-sub {
  /*display: flex;
  justify-content: space-between;*/
}
.l-footer-sub-list {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer-sub-list-corp {
}
.l-footer-sub-list-corp li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.l-footer-sub-list-maker {
}
}



.l-footer-corp {
  background: #777;
}
@media only screen and (max-width: 900px) {
  .l-footer-corp {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 901px) {
  .l-footer-corp {
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-footer-corp-logos {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .l-footer-corp-logos {
    justify-content: center;
  }
}
.l-footer-corp-logo {
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .l-footer-corp-logo {
    width: 90px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-footer-corp-logo {
    width: 128px;
  }
}

.l-footer-corp-catch {
  line-height: 1;
  padding-bottom: 0.2em;
}
@media only screen and (max-width: 900px) {
  .l-footer-corp-catch {
    width: 124px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-footer-corp-catch {
    width: 180px;
  }
}

.l-footer-gdpr {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.9em;
  line-height: 1.5rem;
  z-index: 2001;
}

.l-footer-gdpr.is-active {
  /*display: block;*/
}

.l-footer-gdpr.is-bottom {
  position: relative;
}

.l-footer-gdpr p {
  color: #fff;
  line-height: 1.6;
}

.l-footer-gdpr p a {
  text-decoration: underline;
}

.l-footer-gdpr-btn {
  color: #fff;
  display: inline-block;
  width: 120px;
  line-height: 2.5rem;
  padding: 5px 10px;
  background-color: #009a74;
  cursor: pointer;
}

.l-footer-gdpr a:hover {
  color: #fff;
}


.l-footer-corp-copy {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 900px) {
  .l-footer-corp-copy {
    margin-top: 10px;
    text-align: center;
  }
}
.l-pagetop-btn {
  position: fixed;
  bottom: -80px;
  z-index: 2000;
  transition: bottom .4s;
}
@media only screen and (max-width: 900px) {
  .l-pagetop-btn {
    right: 15px;
  }
  .l-pagetop-btn.is-visible {
    bottom: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-pagetop-btn {
    right: 50px;
  }
  .l-pagetop-btn.is-visible {
    bottom: 50px;
  }
}
.l-pagetop-btn a {
  background: rgba(229, 229, 229, 0.7);
  display: flex;
  justify-content: center;
  position: relative;
  text-indent: -200px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .l-pagetop-btn a {
    border-radius: 24px;
    height: 48px;
    width: 48px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-pagetop-btn a {
    border-radius: 32px;
    height: 64px;
    width: 64px;
  }
}
.l-pagetop-btn a:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  transform: rotate(45deg);
}
@media only screen and (max-width: 900px) {
  .l-pagetop-btn a:after {
    height: 18px;
    margin-top: 20px;
    width: 18px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-pagetop-btn a:after {
    height: 24px;
    margin-top: 28px;
    width: 24px;
  }
}

/* ==========================================================================
  Component
========================================================================== */
@media only screen and (max-width: 900px) {
  .c-container {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 901px) {
  .c-container {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 900px) {
  .c-box-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-box-1200 {
    width: 100%;
    max-width: 1200px;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .c-box-1200-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-box-1200-15 {
    width: 100%;
    max-width: 1200px;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .c-ttl01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 30px 0 60px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-ttl01 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 60px 0 120px;
  }
}

@media only screen and (max-width: 900px) {
  .c-ttl01-sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-ttl01-sub {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 900px) {
  .c-ttl02 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 30px 0 60px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-ttl02 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 100px;
  }
}

.p-related-title {
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-related-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 901px) {
  .p-related-title {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 60px 0;
    margin: 0;
  }
}
.p-related-title:before, .p-related-title:after {
  content: "";
  display: block;
  height: 2px;
  border-top: 2px solid #169A74;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 900px) {
  .p-related-title:before, .p-related-title:after {
    width: calc((100% - 160px) / 2);
  }
}
@media print, screen and (min-width: 901px) {
  .p-related-title:before, .p-related-title:after {
    width: calc((100% - 260px) / 2);
  }
}
.p-related-title:before {
  left: 0;
}
.p-related-title:after {
  right: 0;
}
.p-related-title span {
  display: inline-block;
  position: relative;
  color: #169A74;
  border-radius: 100px;
  white-space: nowrap;
}
@media print, screen and (min-width: 901px) {
  .p-related-title span {
    width: 260px;
  }
}

.c-ttl03 {
  color: #169A74;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-ttl03 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 901px) {
  .c-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0;
    padding: 60px 0;
  }
}
.c-ttl03:before, .c-ttl03:after {
  content: "";
  display: block;
  height: 2px;
  border-top: 2px solid #169A74;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 900px) {
  .c-ttl03:before, .c-ttl03:after {
    width: calc((100% - 160px) / 2);
  }
}
@media print, screen and (min-width: 901px) {
  .c-ttl03:before, .c-ttl03:after {
    width: calc((100% - 260px) / 2);
  }
}
.c-ttl03:before {
  left: 0;
}
.c-ttl03:after {
  right: 0;
}
.c-ttl03 span {
  display: inline-block;
  position: relative;
  color: #169A74;
  border-radius: 100px;
  white-space: nowrap;
}
@media print, screen and (min-width: 901px) {
  .c-ttl03 span {
    width: 260px;
  }
}

.c-hl01 {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-hl01 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-hl01 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}

.c-hl02 {
  border-bottom: 1px solid #169A74;
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 900px) {
  .c-hl02 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 25px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-hl02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 60px 0 35px;
  }
}

@media only screen and (max-width: 900px) {
  .c-hl03 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 25px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-hl03 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-img {
  margin-top: 1em;
}
.c-img figcaption {
  margin-top: 1em;
}
@media only screen and (max-width: 900px) {
  .c-img figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-img figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-poiret {
  font-family: "Poiret One", sans-serif;
}

.c-txt-green {
  color: #169A74;
}

.c-list, .c-list-offer, .c-list-def {
  margin-top: 1em;
}
.c-list > li, .c-list-offer > li, .c-list-def > li,
.c-list > dd,
.c-list-offer > dd,
.c-list-def > dd {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.2em;
}

@media only screen and (max-width: 900px) {
  .c-list-def {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-list-def {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-list-def > li:before,
.c-list-def > dd:before {
  content: "・";
}

@media only screen and (max-width: 900px) {
  .c-list-offer,
  .c-offer {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-list-offer,
  .c-offer {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-list-offer > li:not(.no_kome):before,
.c-list-offer > dd:before {
  content: "※";
}

.c-list-num {
  margin-top: 1em;
}
.c-list-num > li {
  padding-left: 2.5em;
  position: relative;
  margin-top: .2em;
}
.c-list-num > li > i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-num sup,
.c-list-def sup,
.c-list-offer sup {
  margin-top: -0.4em;
  display: inline-block;
  text-indent: 0;
  transform: scale(.85);
}


.c-link, .c-link-newwin-green, .c-link-green {
  text-decoration: underline;
}
@media print, screen and (min-width: 901px) {
  .c-link:hover, .c-link-newwin-green:hover, .c-link-green:hover {
    text-decoration: none;
  }
}

.c-link-green {
  color: #169A74;
}

.c-link-newwin {
  text-decoration: underline;
  position: relative;
  padding-right: 1.8em;
}
@media print, screen and (min-width: 901px) {
  .c-link-newwin:hover {
    text-decoration: none;
  }
}
.c-link-newwin:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/jp/_assets/_common/img/icon-external.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.7em;
  right: 10px;
  transform: translate(0, 50%);
}

.c-link-newwin-green {
  color: #169A74;
  position: relative;
  padding-right: 1.8em;
}
.c-link-newwin-green:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/jp/_assets/_common/img/icon-external-green.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.7em;
  right: 10px;
  transform: translate(0, 50%);
}

.c-link-card {
  display: flex;
  justify-content: center;
}
.c-link-card a {
  align-items: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 18px;
  display: flex;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 901px) {
  .c-link-card a {
    font-size: 20px;
    font-size: 2rem;
    width: 605px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-link-card a:hover {
    opacity: 0.7;
  }
}
.c-link-card .c-link-card-img {
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .c-link-card .c-link-card-img {
    margin-right: 16px;
    min-height: 112px;
    width: 36%;
  }
}
@media print, screen and (min-width: 901px) {
  .c-link-card .c-link-card-img {
    margin-right: 26px;
    min-height: 180px;
    width: 210px;
  }
}
.c-link-card .c-link-card-img img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}
@media print, screen and (min-width: 901px) {
  .c-link-card p {
    line-height: 34px;
    line-height: 3.4rem;
  }
}
.c-link-card-detail p {
  line-height: 1.6;
}
@media only screen and (max-width: 900px) {
  .c-link-card-detail span {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-link-card-detail span {
    font-size: 16px;
  }
}

.c-link-arrow {
  display: inline-block;
  position: relative;
  padding-right: 2.8em;
  font-weight: bold;
}
@media print, screen and (min-width: 901px) {
  .c-link-arrow:hover {
    color: #169A74;
  }
}
.c-link-arrow .c-arrow-fw {
  right: 0;
}

.c-page-link {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-page-link {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-page-link {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .c-page-link li {
    width: 50%;
  }
}
.c-page-link a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  display: block;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-page-link a {
    text-align: center;
  }
}
@media print, screen and (min-width: 901px) {
  .c-page-link a {
    padding: 0 15px;
    transition: 0.4s ease-in-out;
  }
}
.c-page-link a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  transform: rotate(45deg);
}
@media only screen and (max-width: 900px) {
  .c-page-link a:before {
    margin: 3px 7px;
    width: 5px;
    height: 5px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-page-link a:before {
    margin: 0 8px 3px 0;
    width: 6px;
    height: 6px;
  }
}
.c-page-link a::after {
  background: #169A74;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
}
@media print, screen and (min-width: 901px) {
  .c-page-link a::after {
    transition: 0.4s ease-in-out;
  }
}
@media print, screen and (min-width: 901px) {
  .c-page-link a:hover {
    color: #169A74;
  }
}
@media print, screen and (min-width: 901px) {
  .c-page-link a:hover::after {
    width: 100%;
  }
}

.c-tab {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-tab {
    justify-content: space-between;
    margin: 0 -15px 40px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-tab {
    justify-content: center;
    margin-bottom: 100px;
  }
}
.c-tab a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  display: block;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 900px) {
  .c-tab a {
    padding: 0 15px;
    text-align: center;
  }
}
@media print, screen and (min-width: 901px) {
  .c-tab a {
    padding: 0 25px;
  }
}
.c-tab a:hover, .c-tab a.is-active {
  background: #169A74;
  color: #fff;
}

.c-tab-box {
  display: none;
}
.c-tab-box.is-active {
  display: block;
}

@media only screen and (max-width: 900px) {
  .c-btns {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-btns.c-btns-left {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 901px) {
  .c-btns.c-btns-right {
    justify-content: flex-end;
  }
}
.c-btns li {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-btns li {
    margin: 10px 0 0;
  }
}
@media print, screen and (min-width: 901px) {
  .c-btns li {
    margin: 15px 10px 0;
  }
}

.c-arrow-bk, .c-arrow-fw {
  display: block;
  border-bottom: 1px solid currentcolor;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 900px) {
  .c-arrow-bk, .c-arrow-fw {
    width: 27px;
    height: 4px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-arrow-bk, .c-arrow-fw {
    width: 34px;
    height: 5px;
  }
}
.c-arrow-bk:after, .c-arrow-fw:after {
  content: "";
  display: block;
  border: 1px solid currentcolor;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .c-arrow-bk:after, .c-arrow-fw:after {
    width: 10px;
    height: 4px;
    top: 1px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-arrow-bk:after, .c-arrow-fw:after {
    width: 12px;
    height: 5px;
    top: 2px;
  }
}

.c-arrow-fw {
  right: 0.7em;
}
.c-arrow-fw:after {
  right: 0;
}
@media only screen and (max-width: 900px) {
  .c-arrow-fw:after {
    transform: skewY(15deg);
  }
}
@media print, screen and (min-width: 901px) {
  .c-arrow-fw:after {
    transform: skewY(20deg);
  }
}

.c-arrow-bk {
  left: 0.7em;
}
.c-arrow-bk:after {
  left: 0;
}
@media only screen and (max-width: 900px) {
  .c-arrow-bk:after {
    transform: skewY(-15deg);
  }
}
@media print, screen and (min-width: 901px) {
  .c-arrow-bk:after {
    transform: skewY(-20deg);
  }
}

.c-btn-green3, .c-btn-green3-left, .c-btn-green2, .c-btn-green2-left, .c-btn-green, .c-btn-green-left, .c-btn-white, .c-btn-white-left, .c-btn-def, .c-btn-def-left {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 900px) {
  .c-btn-green3, .c-btn-green3-left, .c-btn-green2, .c-btn-green2-left, .c-btn-green, .c-btn-green-left, .c-btn-white, .c-btn-white-left, .c-btn-def, .c-btn-def-left {
    min-width: 230px;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 901px) {
  .c-btn-green3, .c-btn-green3-left, .c-btn-green2, .c-btn-green2-left, .c-btn-green, .c-btn-green-left, .c-btn-white, .c-btn-white-left, .c-btn-def, .c-btn-def-left {
    min-width: 290px;
    max-width: 100%;
  }
}
.c-btn-green3 span, .c-btn-green3-left span, .c-btn-green2 span, .c-btn-green2-left span, .c-btn-green span, .c-btn-green-left span, .c-btn-white span, .c-btn-white-left span, .c-btn-def span, .c-btn-def-left span {
  display: block;
  width: 100%;
  height: 100%;
  transition: background 0.4s;
}

.c-btn-def, .c-btn-def-left {
  text-align: center;
  border: 1px solid currentcolor;
}
@media print, screen and (min-width: 901px) {
  .c-btn-def:hover, .c-btn-def-left:hover {
    background: rgba(45, 45, 45, 0.1);
  }
}
.c-btn-def span, .c-btn-def-left span {
  padding: 0.8em 3.2em;
}

.c-btn-def-left {
  text-align: left;
}
.c-btn-def-left span {
  padding: 0.8em 3.2em 0.8em 1em;
}

.c-btn-white, .c-btn-white-left {
  color: #fff;
  text-align: center;
  border: 1px solid currentcolor;
}
@media print, screen and (min-width: 901px) {
  .c-btn-white:hover, .c-btn-white-left:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.c-btn-white span, .c-btn-white-left span {
  padding: 0.8em 3.2em;
}

.c-btn-white-left {
  text-align: left;
}
.c-btn-white-left span {
  padding: 0.8em 3.2em 0.8em 1em;
}

.c-btn-green, .c-btn-green-left {
  color: #169A74;
  text-align: center;
  border: 1px solid currentcolor;
}
@media print, screen and (min-width: 901px) {
  .c-btn-green:hover, .c-btn-green-left:hover {
    background: rgba(22, 154, 116, 0.1);
  }
}
.c-btn-green span, .c-btn-green-left span {
  padding: 0.8em 3.2em;
}

.c-btn-green-left {
  text-align: left;
}
.c-btn-green-left span {
  padding: 0.8em 3.2em 0.8em 1em;
}

.c-btn-green2, .c-btn-green2-left {
  color: #169A74;
  text-align: center;
  background: #fff;
  border: 1px solid transparent;
}
@media print, screen and (min-width: 901px) {
  .c-btn-green2:hover, .c-btn-green2-left:hover {
    background: rgba(22, 154, 116, 0.1);
  }
}
.c-btn-green2 span, .c-btn-green2-left span {
  padding: 0.8em 3.2em;
}

.c-btn-green2-left {
  text-align: left;
}
.c-btn-green2-left span {
  padding: 0.8em 3.2em 0.8em 1em;
}

.c-btn-green3, .c-btn-green3-left {
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #169A74, #19b085);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 901px) {
  .c-btn-green3:hover, .c-btn-green3-left:hover {
    color: #169A74;
  }
  .c-btn-green3:hover span, .c-btn-green3-left:hover span {
    background: #fff;
  }
}
.c-btn-green3 span, .c-btn-green3-left span {
  border: 1px solid transparent;
  padding: 0.8em 3.2em;
}

.c-btn-green3-left {
  text-align: left;
}
.c-btn-green3-left span {
  padding: 0.8em 3.2em 0.8em 1em;
}

.c-btn-pdf {
  background: url("../img/icon-pdf.svg") no-repeat 10px center/18px 21px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .c-btn-pdf {
    background-position: 0 0;
    height: 21px;
    width: 18px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-btn-pdf {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    border: 1px solid #000;
    padding: 0 12px 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  .c-btn-pdf span {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .c-table-notice {
    font-size: 12px;
    font-size: 1.2rem;
    color: #707070;
  }
}
@media print, screen and (min-width: 901px) {
  .c-table-notice {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .c-table {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-table {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .c-table-container {
    overflow-x: scroll;
    margin-right: -15px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 900px) {
  .c-table-scroll {
    padding-right: 15px;
  }
}

.c-table-inr {
  width: 100%;
}
.c-table-inr th,
.c-table-inr td {
  padding: 0.5em 1em;
  min-width: 8em;
  text-align: left;
}
.c-table-inr th:not(:last-child) {
  border-right: 2px solid #fff;
}
.c-table-inr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.c-table-inr thead tr th {
  background: #777;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.c-table-inr tbody {
  border: 1px solid #e5e5e5;
}
.c-table-inr tbody tr th {
  background: #e5e5e5;
}
.c-table-inr tbody tr:not(:last-child) th {
  border-bottom: 2px solid #fff;
}
.c-table-inr.c-table-stripe tbody tr:nth-child(2n) {
  background: #f8f8f8;
}

@media only screen and (max-width: 900px) {
  .c-table-w150 {
    width: 150%;
  }
}

@media only screen and (max-width: 900px) {
  .c-table-w200 {
    width: 200%;
  }
}

@media only screen and (max-width: 900px) {
  .c-table-w250 {
    width: 250%;
  }
}

@media only screen and (max-width: 900px) {
  .c-table-w300 {
    width: 300%;
  }
}

.c-news-item {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 900px) {
  .c-news-item {
    padding: 1em 0;
  }
}
@media print, screen and (min-width: 901px) {
  .c-news-item {
    padding: 1em;
    display: flex;
  }
}

@media print, screen and (min-width: 901px) {
  .c-news-info {
    display: flex;
  }
}

.c-news-date {
  color: #777;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.4em;
}
@media print, screen and (min-width: 901px) {
  .c-news-date {
    flex: 0 0 8em;
  }
}

.c-news-label {
  display: flex;
  flex-wrap: wrap;
}
.c-news-label li {
  line-height: 1;
  margin: 0 5px 5px 0;
}

.c-news-label-category {
  display: inline-block;
  border: 1px solid #169A74;
  color: #169A74;
  padding: 0.45em 0.4em 0.35em;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .c-news-label-category {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-news-label-category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-news-label-tag {
  display: inline-block;
  border: 1px solid #169A74;
  color: #169A74;
  padding: 0.45em 0.4em 0.35em;
  line-height: 1;
  background: rgba(22, 154, 116, 0.1);
}
@media only screen and (max-width: 900px) {
  .c-news-label-tag {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-news-label-tag {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 900px) {
  .c-news-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-news-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-news-link:hover {
    color: #169A74;
    text-decoration: underline;
  }
}

.c-case-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-case-label li {
  line-height: 1;
  margin: 0 5px 5px 0;
}

.c-case-label-category {
  display: inline-block;
  color: #fff;
  padding: 0.5em 0.7em 0.4em;
  background: #169A74;
  line-height: 1;
  border: 1px solid transparent;
}
@media only screen and (max-width: 900px) {
  .c-case-label-category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-case-label-category {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-case-label-tag {
  display: inline-block;
  color: #169A74;
  padding: 0.5em 0.7em 0.4em;
  background: #fff;
  line-height: 1;
  border: 1px solid #169A74;
}
@media only screen and (max-width: 900px) {
  .c-case-label-tag {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-case-label-tag {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-case-label-data {
  display: inline-block;
  padding: 0.45em 1.5em 0.35em;
  background: #fff;
  line-height: 1;
  border: 1px solid #777;
}
@media only screen and (max-width: 900px) {
  .c-case-label-data {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-case-label-data {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 900px) {
  .c-card-list {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
  }
}
.c-card-list .c-card {
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 18px;
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card {
    width: 520px;
  }
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card:not(:last-child) {
    margin-bottom: 36px;
  }
}
.c-card-list .c-card a {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card a:hover img {
    opacity: 0.7;
  }
}
.c-card-list .c-card a[data-medical="1"]:before {
  background: #333;
  color: #fff;
  content: "医療従事者向け";
  display: inline-block;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card a[data-medical="1"]:before {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card a[data-medical="1"]:before {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    padding: 0 10px;
  }
}
.c-card-list .c-card .c-card-img {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card .c-card-img {
    height: 225px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card .c-card-img {
    height: 320px;
  }
}
.c-card-list .c-card .c-card-img img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: 0.3s ease-in-out;
  width: 100%;
}
.c-card-list .c-card .c-card-img figcaption {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  color: #fff;
  font-weight: bold;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card .c-card-img figcaption {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    padding: 12px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card .c-card-img figcaption {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
    padding: 15px 25px;
  }
}
.c-card-list .c-card .c-card-body {
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card .c-card-body {
    padding: 24px 20px 30px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card .c-card-body {
    padding: 25px 30px;
  }
}
.c-card-list .c-card .c-card-category {
  display: flex;
}
.c-card-list .c-card .c-card-category li {
  background: #169A74;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card .c-card-category li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 6px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card .c-card-category li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin-bottom: 10px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card .c-card-text {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card .c-card-text {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.c-card-list .c-card .c-card-info {
  align-items: center;
  display: flex;
}
.c-card-list .c-card .c-card-info h3 {
  border: 1px solid #000;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card .c-card-info h3 {
    font-size: 9px;
    line-height: 19px;
    line-height: 1.9rem;
    margin-right: 15px;
    width: 94px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card .c-card-info h3 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 25px;
    line-height: 2.5rem;
    margin-right: 16px;
    width: 122px;
  }
}
@media only screen and (max-width: 900px) {
  .c-card-list .c-card .c-card-info p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 901px) {
  .c-card-list .c-card .c-card-info p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.slick-slider.slick-initialized {
  display: block;
}

.c-slick-prev-btn,
.c-slick-next-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .c-slick-prev-btn,
.c-slick-next-btn {
    width: 30px;
    height: 30px;
    background: #fff;
  }
}
@media print, screen and (min-width: 901px) {
  .c-slick-prev-btn,
.c-slick-next-btn {
    width: 44px;
    height: 44px;
    transition: opacity 0.4s;
  }
  .c-slick-prev-btn:hover,
.c-slick-next-btn:hover {
    opacity: 0.5;
  }
}
.c-slick-prev-btn:after,
.c-slick-next-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 900px) {
  .c-slick-prev-btn:after,
.c-slick-next-btn:after {
    width: 10px;
    height: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .c-slick-prev-btn:after,
.c-slick-next-btn:after {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .c-slick-prev-btn {
    left: 0;
  }
}
@media print, screen and (min-width: 901px) {
  .c-slick-prev-btn {
    left: -30px;
  }
}
.c-slick-prev-btn:after {
  border-top: 2px solid #169A74;
  border-left: 2px solid #169A74;
  transform: translate(-25%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 900px) {
  .c-slick-next-btn {
    right: 0;
  }
}
@media print, screen and (min-width: 901px) {
  .c-slick-next-btn {
    right: -30px;
  }
}
.c-slick-next-btn:after {
  border-top: 2px solid #169A74;
  border-right: 2px solid #169A74;
  transform: translate(-75%, -50%) rotate(45deg);
}

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

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

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

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

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

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

.u-noevents {
  pointer-events: none;
}

/* 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: 900px) {
  .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: 901px) {
  .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: 900px) {
  .u-sp-fw-b {
    font-weight: 500;
  }
}
@media print, screen and (min-width: 901px) {
  .u-pc-fw-b {
    font-weight: 500;
  }
}
.u-fw-n {
  font-weight: normal;
}

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

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

@media only screen and (max-width: 900px) {
  .u-sp-fl {
    float: left !important;
  }

  .u-sp-fr {
    float: right !important;
  }
}
@media print, screen and (min-width: 901px) {
  .u-pc-fl {
    float: left !important;
  }

  .u-pc-fr {
    float: right !important;
  }
}
/* flex */
.u-flex {
  display: flex;
}

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

@media only screen and (max-width: 900px) {
  .u-sp-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media print, screen and (min-width: 901px) {
  .u-pc-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.u-img-contain {
  -webkit-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  background: #eee;
}

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

.u-cl {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}
@media print, screen and (min-width: 901px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}
/* font-size */
.u-fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 900px) {
  .u-sp-fs50 {
    font-size: 5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-sp-fs10 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 901px) {
  .u-pc-fs50 {
    font-size: 5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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