@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 */
  -webkit-box-sizing: border-box;
          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 */
  -o-tab-size: 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, .u-bold {
  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 {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Hide the overflow in IE.
 */
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button, input, select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
  -webkit-appearance: button;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* ==========================================================================
  Foundation
========================================================================== */
/*
 * base
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media print, screen and (max-width: 959px) {
  html {
    overflow-x: hidden;
  }
}
html.is-load {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}

body {
  line-height: 2;
  color: #333;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ W3", YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 959px) {
  body {
    padding-top: 65px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  body {
    min-width: 1024px;
    padding-top: 106px;
    font-size: 18px;
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: inherit;
  text-align: left;
  line-height: 1.8;
}

@media print, screen and (max-width: 600px) {
  h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  h1 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 960px) {
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  background: #ecf4f8;
}
@media print, screen and (max-width: 600px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 40px -20px 20px;
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 50px -20px 25px;
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 60px -30px 30px;
    padding: 15px 30px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

img,
svg {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  margin: 0 0 2em 0;
}

ol > li {
  list-style-type: inherit;
  list-style-position: inside;
}

main p a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link01):not(.c-link02) {
  color: #564dd7;
  text-decoration: underline;
}
main ul:not(.c-anchor01):not(.c-anchor02):not(.c-pager):not(.p-product-list):not(.c-btns-col):not(.c-pagelink):not(.c-btns-row) li a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link01):not(.c-link02):not(.p-pagelink-next):not(.p-pagelink-prev):not(.c-index-item):not(.c-btn-contact):not(.c-btn-acc) {
  color: #564dd7;
  text-decoration: underline;
}
main ol:not(.c-anchor01):not(.c-anchor02) li a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link01):not(.c-link02):not(.p-pagelink-next):not(.p-pagelink-prev):not(.c-index-item) {
  color: #564dd7;
  text-decoration: underline;
}
main table a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link02):not(.c-link01) {
  color: #564dd7;
  text-decoration: underline;
}
main ul, main ol {
  margin-bottom: 2em;
}

@media print, screen and (max-width: 600px) {
  .c-old h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-old h1 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-old h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c-old h2 {
  background: #ecf4f8;
}
@media print, screen and (max-width: 600px) {
  .c-old h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 40px -20px 20px;
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-old h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 50px -20px 25px;
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-old h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 60px -30px 30px;
    padding: 15px 30px;
  }
}
@media print, screen and (max-width: 600px) {
  .c-old h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 0;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-old h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 50px 0 0;
  }
}
@media print, screen and (min-width: 960px) {
  .c-old h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 60px 0 0;
  }
}
@media print, screen and (max-width: 600px) {
  .c-old h4 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 40px 0 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-old h4 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 50px 0 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-old h4 {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 60px 0 30px;
  }
}
.c-old ul {
  margin: 0 0 2em;
}
.c-old ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-old ul li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.3em;
  background: #000;
  vertical-align: middle;
  border-radius: 100px;
  position: relative;
  top: -0.1em;
}
@media print, screen and (max-width: 959px) {
  .c-old .c-table-scroll {
    overflow-x: scroll;
    width: 100%;
  }
}
@media print, screen and (max-width: 959px) {
  .c-old .c-table-scroll table {
    width: 200%;
  }
}
.c-old table {
  table-layout: auto;
  width: 100%;
}
@media print, screen and (max-width: 959px) {
  .c-old table {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-old table {
    margin-top: 30px;
  }
}
.c-old table th, .c-old table td {
  border: 1px solid #eee;
  text-align: left;
  background: #fff;
}
@media print, screen and (max-width: 600px) {
  .c-old table th, .c-old table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 959px) {
  .c-old table th, .c-old table td {
    border: 1px solid #eee;
    display: table-cell;
    vertical-align: top;
  }
}
@media print, screen and (min-width: 601px) {
  .c-old table th, .c-old table td {
    padding: 1.5em 2em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 959px) {
  .c-old table tr {
    display: table-row;
  }
}
.c-old table tr:first-child th {
  background: #dfe3f4;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (max-width: 959px) {
  .c-old table tr:first-child th {
    display: table-cell;
    font-weight: normal;
    text-align: left;
  }
}
.c-old table tr:last-child td:last-child {
  border-bottom: 1px solid #eee;
}
.c-old table th {
  font-weight: normal;
}
@media print, screen and (max-width: 600px) {
  .c-old table th {
    display: block;
    border-bottom: none;
    padding: 1.5em;
  }
}
@media print, screen and (max-width: 959px) {
  .c-old table th {
    background: #dfe3f4;
    vertical-align: top;
    width: 105px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-old table th {
    background: #dfe3f4;
    font-weight: bold;
    padding: 20px 25px;
    text-align: center;
    white-space: nowrap;
  }
}
@media print, screen and (max-width: 600px) {
  .c-old table td {
    display: block;
    border-top: none;
    border-bottom: none;
    padding: 1.5em 1.5em 1.5em;
  }
}
@media print, screen and (max-width: 959px) {
  .c-old table td {
    padding-top: 1.5em;
  }
}

/* ==========================================================================
  Layout
========================================================================== */
/*
 * header
 */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  background: #fff;
  z-index: 2000;
}
@media print, screen and (max-width: 959px) {
  .l-header {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header {
    height: 106px;
  }
}

@media print, screen and (max-width: 959px) {
  .l-header-corp {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-corp {
    padding: 0 30px;
    max-width: 1084px;
    margin: 0 auto;
  }
}

.l-header-corp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-corp-nav li {
  margin-left: 3px;
  width: 150px;
}
.l-header-corp-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f4f5f9;
  font-size: 12px;
  font-size: 1.2rem;
  height: 40px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.l-header-corp-nav a:not(.l-header-corp-link):hover {
  color: #f4f5f9;
  background: #aaa;
}
.l-header-corp-nav a:not(.l-header-corp-link):hover svg {
  fill: #f4f5f9;
}
.l-header-corp-nav a span {
  display: inline-block;
  line-height: 18px;
}
@media print, screen and (min-width: 960px) {
  .l-header-corp-nav a span {
    padding-left: 28px;
  }
}
.l-header-corp-nav a.l-header-corp-nav-sitemap span {
  background: url("../img/icon-sitemap.png") no-repeat left center/18px auto;
}
.l-header-corp-nav a.l-header-corp-nav-sitemap:hover span {
  background: url("../img/icon-sitemap02.png") no-repeat left center/18px auto;
}
.l-header-corp-nav a.l-header-corp-nav-english span {
  background: url("../img/icon-language.png") no-repeat left center/18px auto;
}
.l-header-corp-nav a.l-header-corp-nav-english:hover span {
  background: url("../img/icon-language02.png") no-repeat left center/18px auto;
}
.l-header-corp-nav a.l-header-corp-nav-search span {
  background: url("../img/icon-search.png") no-repeat left center/18px auto;
}
.l-header-corp-nav a.l-header-corp-nav-search.on {
  background: #aaa;
  color: #f4f5f9;
}
.l-header-corp-nav a.l-header-corp-nav-search.on span {
  background: url("../img/icon-search02.png") no-repeat left center/18px auto;
}
.l-header-corp-nav a.l-header-corp-nav-search:hover span {
  background: url("../img/icon-search02.png") no-repeat left center/18px auto;
}
.l-header-corp-nav svg, .l-header-corp-nav img {
  width: 18px;
  fill: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header-corp-nav .l-header-corp-logo {
  width: auto;
  margin-left: 40px;
}
.l-header-corp-nav .l-header-corp-logo-img {
  width: 100%;
}
.l-header-corp-nav .l-header-corp-link {
  background: none;
  width: 64px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-header-corp-nav .l-header-corp-link:hover {
  opacity: 0.5;
}

.l-header-ogis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis {
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px 0 20px;
    height: 66px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 30px;
    height: 58px;
  }
}

.l-header-ogis-logo {
  flex-shrink: 0;
  margin: 0;
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-logo {
    font-size: 0;
    margin-right: auto;
    width: 95px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-logo {
    left: 0;
    position: absolute;
    top: -30px;
    width: 130px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-logo a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .l-header-ogis-logo a:hover {
    opacity: 0.5;
  }
}

@media print, screen and (max-width: 959px) {
  .l-header-ogis-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-btns {
    display: none;
  }
}

.l-header-ogis-search-btn {
  width: 40px;
  height: 40px;
  text-indent: -1000%;
  overflow: hidden;
  position: relative;
}

.l-header-ogis-icon-search {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.l-header-ogis-menu-btn {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  position: relative;
}
.l-header-ogis-menu-btn span {
  display: block;
  text-indent: -1000%;
  overflow: hidden;
  width: 18px;
  height: 2px;
  border-top: 2px solid #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.l-header-ogis-menu-btn:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 18px;
  height: 2px;
  border-top: 2px solid #333;
  position: absolute;
  top: 35%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.l-header-ogis-menu-btn:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 18px;
  height: 2px;
  border-top: 2px solid #333;
  position: absolute;
  top: 65%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.l-header-ogis-menu-btn.is-open span {
  opacity: 0;
  width: 0;
}
.l-header-ogis-menu-btn.is-open:before {
  top: 50%;
  left: 50%;
  border-color: #564dd7;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.l-header-ogis-menu-btn.is-open:after {
  top: 50%;
  left: 50%;
  border-color: #564dd7;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav {
    background: #ccdfef;
    width: 100%;
    height: calc(100vh - 65px);
    padding: 0 0 30px;
    position: absolute;
    top: 65px;
    left: 100%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    overflow-y: scroll;
  }
  .l-header-ogis-nav.is-open {
    left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-nav {
    padding-top: 8px;
  }
}

.l-header-ogis-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav-item {
    width: 100%;
  }
  .l-header-ogis-nav-item:first-child {
    border-top: 1px solid #bac0da;
  }
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav-item {
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #bac0da;
  }
}
.l-header-ogis-nav-item {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-nav-list.is-border .l-header-ogis-nav-item:not(:first-child) {
    border-left: 1px solid #000;
    margin-left: 12px;
    padding-left: 12px;
  }
  .l-header-ogis-nav-list.is-border .l-header-ogis-nav-item a {
    padding: 0;
  }
  .l-header-ogis-nav-list.is-border .l-header-ogis-nav-item a:after {
    bottom: -10px;
  }
  .l-header-ogis-nav-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-header-ogis-nav-item:not(:first-child) {
    margin-left: 25px;
  }
}
.l-header-ogis-nav-item a {
  display: block;
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav-item a {
    background: url("../img/icon-arrow04.svg") no-repeat right 24px center / 11px auto;
    padding: 22px;
  }
  .l-header-ogis-nav-item .is-submenu {
    background: none;
    position: relative;
  }
  .l-header-ogis-nav-item .is-submenu::before,
  .l-header-ogis-nav-item .is-submenu::after {
    background: #005db1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  .l-header-ogis-nav-item .is-submenu::before {
    height: 2px;
    margin-top: -1px;
    right: 23px;
    width: 12px;
  }
  .l-header-ogis-nav-item .is-submenu::after {
    height: 12px;
    margin-top: -6px;
    right: 28px;
    transition: .3s ease-in-out;
    width: 2px;
  }
  .l-header-ogis-nav-item .is-actv::after {
    transform: rotate(90deg);
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-nav-item a {
    font-weight: bold;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .l-header-ogis-nav-item a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#564dd7), to(#564dd7));
    background: linear-gradient(to right, #564dd7, #564dd7);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .l-header-ogis-nav-item a:hover {
    opacity: 0.7;
  }
  .l-header-ogis-nav-item a.is-actv {
    color: #564dd7;
  }
  .l-header-ogis-nav-item a.is-actv:after {
    width: 100%;
  }
}

@media print, screen and (max-width: 959px) {
  .l-header-ogis-icon-item {
    width: 1em;
    fill: #564dd7;
    margin-left: 0.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-icon-item {
    display: none;
  }
}

@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav-contact {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    padding: 0 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-nav-contact {
    font-size: 15px;
    font-size: 1.5rem;
    position: fixed;
    right: 0;
    top: 106px;
    width: 60px;
    height: 300px;
  }
}
.l-header-ogis-nav-contact a {
  background: #564dd7;
  border-right: none;
  color: #fff;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav-contact a {
    background: #005db1;
    display: block;
    padding: 1.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-nav-contact a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    line-height: 1;
  }
  .l-header-ogis-nav-contact a:hover {
    opacity: 0.7;
  }
}

.l-header-ogis-icon-contact {
  fill: #fff;
  position: absolute;
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-icon-contact {
    width: 1em;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-icon-contact {
    width: 1em;
    left: 50%;
    bottom: 1.5em;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
  }
}

@media all and (-ms-high-contrast: none) {
  .l-header-ogis-icon-contact {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    left: 10%;
  }
}
@supports (-ms-ime-align: auto) {
  .l-header-ogis-icon-contact {
    left: 8%;
  }
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-nav-sub {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  .l-header-ogis-nav-sub:nth-last-child(1) {
    padding-right: 15px;
  }
  .l-header-ogis-nav-sub:nth-last-child(2) {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-nav-sub {
    display: none;
  }
}
.l-header-ogis-nav-sub a {
  background: #f4f5f9;
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-ogis-icon-sub {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-header-ogis-search {
  background: #aaa;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
}
@media print, screen and (max-width: 959px) {
  .l-header-ogis-search {
    padding: 20px;
    top: 66px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-ogis-search {
    padding: 40px 0;
    top: 40px;
  }
}
.l-header-ogis-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 601px) {
  .l-header-ogis-search form {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.l-header-ogis-search input[type=text] {
  width: 100%;
}
@media print, screen and (max-width: 600px) {
  .l-header-ogis-search input[type=text] {
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 601px) {
  .l-header-ogis-search input[type=text] {
    font-size: 15px;
    font-size: 1.5rem;
    height: 47px;
    padding: 0 18px;
  }
}
.l-header-ogis-search input[type=submit] {
  border: none;
  color: #fff;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (max-width: 600px) {
  .l-header-ogis-search input[type=submit] {
    font-size: 12px;
    font-size: 1.2rem;
    background: #564dd7 url("../img/icon-search02.png") no-repeat 8px 7px;
    line-height: 30px;
    margin-left: 10px;
    width: 80px;
  }
}
@media print, screen and (min-width: 601px) {
  .l-header-ogis-search input[type=submit] {
    font-size: 15px;
    font-size: 1.5rem;
    background: #564dd7 url("../img/icon-search02.png") no-repeat 45px 15px;
    line-height: 47px;
    margin-left: 20px;
    width: 160px;
  }
}
.l-header-ogis-search input[type=submit]:hover {
  opacity: 0.7;
}

.l-header-banner {
  padding: 0 20px;
  text-align: center;
}

.l-header-banner img {
  max-width: 100%;
}

@media print, screen and (max-width: 600px) {
  .l-header-banner {
    margin: 15px 0 0;
  }
}

@media print, screen and (min-width: 601px) {
  .l-header-banner {
    margin: 10px 0;
  }
}

.l-header-sub-menu01,
.l-header-sub-menu02,
.l-header-sub-menu03,
.l-header-sub-menu04 {
  display: none;
}

@media print, screen and (max-width: 959px) {
  .l-header-sub-menu {
    background: #fff;
    padding: 0 15px 25px;
  }

  .l-header-sub-menu h3,
  .l-header-sub-menu h4 {
    font-weight: normal;
    line-height: 1;
  }

  .l-header-sub-menu a {
    background: url("../img/icon-arrow04.svg") no-repeat 50px center / 11px auto;
    border-bottom: 1px solid #eee;
    color: #000;
    display: block;
    font-weight: normal;
    padding: 14px 0 14px 70px;
  }

  .l-header-sub-menu h3 a {
    background-position: 26px center;
    padding: 21px 0 21px 48px;
  }

  .l-header-sub-menu h4 {
    border-bottom: 1px solid #eee;
    color: #005db1;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 30px 0 17px 50px;
  }

  a.l-header-sub-menu-close {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header-sub-menu {
    background: #005db1;
    padding: 30px 40px 40px 33px;
    position: absolute;
    top: 45px;
    z-index: 2000;
  }

  .l-header-sub-menu a {
    color: #fff;
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    white-space: unset;
  }

  .l-header-sub-menu a:hover {
    text-decoration: underline;
  }

  a.l-header-sub-menu-close {
    display: block;
    position: absolute;
    height: 22px;
    right: 10px;
    top: 10px;
    width: 22px;
  }

  .l-header-sub-menu-close span:first-child,
  .l-header-sub-menu-close span:last-child {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 26px;
  }

  .l-header-sub-menu-close span:first-child {
    transform: rotate(45deg);
  }

  .l-header-sub-menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .l-header-sub-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #005eb1 transparent;
    position: absolute;
    top: -7px;
    left: 24px;
  }

  .l-header-sub-menu h3:not(:last-child) {
    margin-bottom: 30px;
  }

  .l-header-sub-menu h3 a {
    background: url("../img/icon-arrow05.svg") no-repeat left center / 12px auto;
    font-size: 1.8rem;
    padding-left: 20px;
  }

  .l-header-sub-menu ul {
    padding-left: 18px;
  }

  .l-header-sub-menu li:not(:first-child) {
    margin-top: 12px;
  }

  .l-header-sub-menu li a {
    background: url("../img/icon-arrow05.svg") no-repeat left center / 9px auto;
    font-weight: normal;
    font-size: 1.5rem;
    padding-left: 16px;
  }

  .l-header-sub-menu-col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-left: 18px;
    row-gap: 30px;
  }

  .l-header-sub-menu-col3 .l-header-sub-menu-item {
    width: 210px;
  }

  .l-header-sub-menu-col3 h4 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 14px;
    padding-bottom: 4px;
  }

  .l-header-sub-menu-col3 ul {
    padding-left: 0;
  }

  ul.l-header-sub-menu-col2 {
    display: flex;
    flex-wrap: wrap;
  }

  .l-header-sub-menu-col2 li:nth-child(2) {
    margin: 0;
  }

  .l-header-sub-menu-col2 li:nth-child(odd) {
    width: 364px;
  }

  .l-header-sub-menu01,
  .l-header-sub-menu04 {
    width: 282px;
  }

  .l-header-sub-menu02 {
    width: 836px;
  }

  .l-header-sub-menu03 {
    width: 720px;
  }
}


/*
 * breadcrumbs
 */
@media print, screen and (max-width: 959px) {
  .l-breadcrumbs {
    font-size: 10px;
    font-size: 1rem;
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 14px 0 14px 0;
  }
}

@media print, screen and (max-width: 959px) {
  .l-breadcrumbs-list {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs-list {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.l-breadcrumbs-list li {
  display: inline;
}
.l-breadcrumbs-list li:not(:last-child):after {
  content: " 〉";
  margin: 0 -2px 0 3px;
  font-size: 90%;
  color: #aaa;
}
@media print, screen and (min-width: 960px) {
  .l-breadcrumbs-list a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #564dd7;
            text-decoration-color: #564dd7;
  }
}

/*
 * main
 */
.l-main {
  overflow: hidden;
}
/*
 * aside
 */
/*
 * footer
 */
.l-footer {
  background: #dfe3f4;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .l-footer {
    padding: 60px 0 0;
  }
}
.l-footer.l-footer-en {
  padding: 0;
}
.l-footer.l-footer-en .l-footer-corp-nav::before,
.l-footer.l-footer-en .l-footer-copy::before {
  display: none;
}

.l-footer-top-btn {
  position: absolute;
  bottom: 100%;
  background: #564dd7;
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (max-width: 959px) {
  .l-footer-top-btn {
    right: 0;
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-top-btn {
    margin-right: -482px;
    right: 50%;
    width: 60px;
    height: 60px;
  }
  .l-footer-top-btn:hover {
    opacity: 0.7;
  }
}
.l-footer-top-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -35%) rotate(45deg);
  transform: translate(-50%, -35%) rotate(45deg);
}
@media print, screen and (max-width: 959px) {
  .l-footer-top-btn:after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-top-btn:after {
    width: 16px;
    height: 16px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
  }
}

@media print, screen and (max-width: 959px) {
  .l-footer-inr {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-inr {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 960px) {
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
}

.l-footer-ogis-logo {
  margin: 0;
}
@media print, screen and (max-width: 959px) {
  .l-footer-ogis-logo {
    width: 100%;
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer-logo-link {
  display: block;
}
@media print, screen and (max-width: 959px) {
  .l-footer-logo-link {
    width: 125px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-logo-link {
    width: 205px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .l-footer-logo-link:hover {
    opacity: 0.5;
  }
}

@media print, screen and (max-width: 959px) {
  .l-footer-ogis-icon-item {
    width: 1em;
    fill: #564dd7;
    margin-left: 0.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-icon-item {
    display: none;
  }
}

.l-footer-ogis-nav-list {
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .l-footer-ogis-nav-list:last-of-type {
    border-bottom: 1px solid #bac0da;
  }
}
@media print, screen and (max-width: 959px) {
  .l-footer-ogis-nav-list > li {
    border-top: 1px solid #bac0da;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-nav-list > li:not(:first-child) {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .l-footer-ogis-nav-list > li > a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-nav-list > li > a {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer-ogis-nav-list > li > a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #564dd7;
            text-decoration-color: #564dd7;
  }
}

@media print, screen and (max-width: 959px) {
  .l-footer-ogis-nav-list-sub {
    padding: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-nav-list-sub {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 600px) {
  .l-footer-ogis-nav-list-sub li {
    min-width: calc((100% - 15px) / 2);
  }
  .l-footer-ogis-nav-list-sub li:nth-child(2n-1) {
    margin-right: 15px;
  }
}
@media print, screen and (max-width: 959px) {
  .l-footer-ogis-nav-list-sub li {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .l-footer-ogis-nav-list-sub li {
    min-width: calc((100% - 45px) / 4);
  }
  .l-footer-ogis-nav-list-sub li:not(:nth-child(4n)) {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-nav-list-sub li {
    margin-top: 10px;
  }
}
.l-footer-ogis-nav-list-sub a {
  letter-spacing: 0;
  position: relative;
}
@media print, screen and (max-width: 959px) {
  .l-footer-ogis-nav-list-sub a {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-nav-list-sub a {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 18px;
  }
  .l-footer-ogis-nav-list-sub a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #564dd7;
            text-decoration-color: #564dd7;
  }
}
.l-footer-ogis-nav-list-sub a:before {
  content: "";
  display: block;
  height: 1px;
  background: #564dd7;
  position: absolute;
  top: 50%;
  left: 0;
}
@media print, screen and (max-width: 959px) {
  .l-footer-ogis-nav-list-sub a:before {
    width: 8px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-ogis-nav-list-sub a:before {
    width: 10px;
  }
}

.l-footer-corp-nav {
  position: relative;
}
@media print, screen and (max-width: 600px) {
  .l-footer-corp-nav {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .l-footer-corp-nav {
    padding: 40px 0 0;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-corp-nav {
    width: 100%;
    padding: 30px 0;
  }
  .l-footer-corp-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #564dd7;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.l-footer-corp-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .l-footer-corp-nav-list {
    font-size: 10px;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-corp-nav-list {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
.l-footer-corp-nav-list li {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin: 3px 0 3px -1px;
}
.l-footer-corp-nav-list a {
  margin: 0 1em;
}
@media print, screen and (min-width: 960px) {
  .l-footer-corp-nav-list a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #564dd7;
            text-decoration-color: #564dd7;
  }
}

@media print, screen and (max-width: 600px) {
  .l-fotter-contact-btn {
    margin: 30px 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .l-fotter-contact-btn {
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    background: #564dd7;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 1.5em;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .l-fotter-contact-btn {
    width: 50%;
    margin: 30px auto;
  }
}
@media print, screen and (min-width: 960px) {
  .l-fotter-contact-btn {
    display: none;
  }
}

.l-footer-icon-contact {
  fill: #fff;
  position: absolute;
}
@media print, screen and (max-width: 959px) {
  .l-footer-icon-contact {
    width: 1em;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-icon-contact {
    width: 1em;
    left: 50%;
    bottom: 1.5em;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.l-footer-copy {
  display: block;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 959px) {
  .l-footer-copy {
    font-size: 10px;
    font-size: 1rem;
    padding: 20px;
  }
  .l-footer-copy:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #564dd7;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  Compornent
========================================================================== */
/*
 * box
 */
@media print, screen and (max-width: 600px) {
  .c-container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-container {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-container {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 959px) {
  .c-box-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-box-1024 {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (max-width: 959px) {
  .c-box-1024-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-box-1024-20 {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 960px) {
  .c-box-1084 {
    max-width: 1084px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (max-width: 959px) {
  .c-box-1084-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-box-1084-20 {
    max-width: 1084px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*
 * ttl
 */
@media print, screen and (max-width: 600px) {
  .c-ttl01 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 50px auto;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-ttl01 {
    font-size: 29px;
    font-size: 2.9rem;
    margin: 75px auto;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl01 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 100px auto;
  }
}

@media print, screen and (max-width: 600px) {
  .c-ttl02 {
    margin: 40px auto;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-ttl02 {
    margin: 20px auto 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl02 {
    margin: 30px auto 60px;
  }
}

@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-ttl03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-ttl-bg {
  background: #ecf4f8;
}
@media print, screen and (max-width: 959px) {
  .c-ttl-bg {
    padding: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl-bg {
    padding: 30px;
  }
}

.c-ttl-data {
  margin: 1em 0 0;
}
@media print, screen and (max-width: 600px) {
  .c-ttl-data .c-ttl-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .c-ttl-data .c-ttl-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 600px) {
  .c-ttl-data .c-ttl-category {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-ttl-data .c-ttl-category {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl-data .c-ttl-category {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-ttl-img {
  background: #fff;
}
@media print, screen and (max-width: 600px) {
  .c-ttl-img {
    margin-top: 2em;
    padding: 20px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-ttl-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 5%;
    padding: 30px;
    text-align: center;
    width: 44%;
  }
}

.c-ttl-shoulder {
  margin: 0 0 0.7em;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (max-width: 600px) {
  .c-ttl-shoulder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-ttl-shoulder {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl-shoulder {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 600px) {
  .c-ttl-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 600px) {
  h2.c-ttl-main {
    margin: 0 0 2em 0;
    padding: 0px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-ttl-main {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  h2.c-ttl-main {
    margin: 0 0 2em 0;
    padding: 0px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl-main {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  h2.c-ttl-main {
    margin: 0 0 2em 0;
    padding: 0px;
  }
}

.c-ttl-sub {
  margin: 0.7em 0 0;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (max-width: 600px) {
  .c-ttl-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-ttl-sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-ttl-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-ttl-lead {
  margin: 1em 0 0;
}
@media print, screen and (max-width: 600px) {
  .c-ttl-lead {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .c-ttl-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-ttl-dot {
  text-indent: -1em;
  margin-left: 1em;
}
.c-ttl-dot:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.3em;
  background: #564dd7;
  vertical-align: middle;
  border-radius: 100px;
  position: relative;
  top: -0.1em;
}

/*
 * headline
 */
.c-hl01 {
  background: #ecf4f8;
}
@media print, screen and (max-width: 600px) {
  .c-hl01 {
    font-size: 20px;
    font-size: 2rem;
    margin: 40px -20px 20px;
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-hl01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 50px -20px 25px;
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-hl01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 60px -30px 30px;
    padding: 15px 30px;
  }
}

.c-hl02 {
  background: transparent;
  padding: 0;
}
@media print, screen and (max-width: 600px) {
  .c-hl02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-hl02 {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 50px 0 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-hl02 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 60px 0 30px;
  }
}

.c-hl03 {
  background: transparent;
  padding: 0;
}
@media print, screen and (max-width: 600px) {
  .c-hl03 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-hl03 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 50px 0 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-hl03 {
    font-size: 20px;
    font-size: 2rem;
    margin: 60px 0 30px;
  }
}

@media print, screen and (max-width: 600px) {
  .c-hl04 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 40px 0 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-hl04 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 50px 0 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-hl04 {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 60px 0 30px;
  }
}

.c-hl-border {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1em;
}

/*
 * text
 */
.c-date {
  display: inline-block;
  margin-right: 1em;
  color: #8a8a8a;
}
@media print, screen and (max-width: 600px) {
  .c-date {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 601px) {
  .c-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-uppercase {
  text-transform: uppercase;
}

.c-underline {
  text-decoration: underline;
}

.c-white {
  color: #fff !important;
}

.c-red {
  color: #f00 !important;
}

/*
 * list
 */
.c-list, .c-list-offer {
  margin: 0 0 2em;
}
.c-list li, .c-list-offer li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list li:before, .c-list-offer li:before {
  content: "・";
}

.c-list-purple {
  margin: 0 0 2em;
}
.c-list-purple li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-purple li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.3em;
  background: #000;
  vertical-align: middle;
  border-radius: 100px;
  position: relative;
  top: -0.1em;
}

@media print, screen and (max-width: 959px) {
  .c-list-offer {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-list-offer {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-list-offer li:before {
  content: "※";
}

.c-list-check {
  margin: 0 0 1em;
}
.c-list-check.c-list-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list-check li {
  position: relative;
}
@media print, screen and (max-width: 959px) {
  .c-list-check li {
    margin-top: 10px;
    padding-left: 23px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-list-check li {
    padding-left: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-list-check li:first-child {
  margin-top: 0;
}
.c-list-check li:before {
  background: url("/_asset/_common/img/icon-check.png") no-repeat left top/cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
@media print, screen and (max-width: 959px) {
  .c-list-check li:before {
    height: 15px;
    top: 0.5em;
    width: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-list-check li:before {
    height: 20px;
    top: 0.4em;
    width: 20px;
  }
}

.c-list-num > li {
  list-style-position: outside;
}

.c-category-list {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-category-list li {
  margin-right: 0.3em;
}

.c-category-item {
  display: inline-block;
  background: #fff;
  border: 1px solid #564dd7;
  line-height: 1;
  padding: 0.4em 0.6em 0.3em;
}
@media print, screen and (max-width: 600px) {
  .c-category-item {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 601px) {
  .c-category-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-category-item[href] {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-category-item[href]:hover {
    opacity: 0.7;
  }
}

.c-article-list li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 959px) {
  .c-article-list li {
    border-bottom: 1px solid #e5e5e5;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .c-article-list li {
    margin-top: 30px;
  }
}
.c-article-list li:first-child {
  margin-top: 0;
}
@media print, screen and (max-width: 959px) {
  .c-article-list li:first-child {
    border-top: 1px solid #e5e5e5;
  }
}
.c-article-list li svg, .c-article-list li img, .c-article-list li span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 959px) {
  .c-article-list li > svg, .c-article-list li > img {
    margin-right: 8px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@media print, screen and (min-width: 960px) {
  .c-article-list li > svg, .c-article-list li > img {
    margin-right: 17px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@media print, screen and (max-width: 959px) {
  .c-article-list li .c-ttl-category {
    margin-right: 12px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-article-list li .c-ttl-category {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 19px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-article-list li .c-ttl-date {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 22px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-article-list li div {
    margin-top: 6px;
    padding-left: 20px;
    width: 100%;
  }
}
@media print, screen and (max-width: 959px) {
  .c-article-list li div p {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-article-list li div p {
    margin-top: 10px;
  }
}
.c-article-list li div p:first-child {
  margin-top: 0;
}
.c-article-list li div .c-article-date {
  color: #8a8a8a;
}
.c-article-list.is-close li:nth-child(2) ~ li {
  display: none;
}
.c-article-list.c-article-list-all li:nth-child(2) ~ li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-article-list.c-article-list-all .c-ttl-category {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .c-article-list.c-article-list-all .c-ttl-category {
    padding: 0.4em 0 0.3em;
    width: 126px;
  }
}

.c-service-list h4 {
  margin: 0 0 10px;
}
.c-service-list .c-column-item {
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 600px) {
  .c-service-list .c-column-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-service-list .c-column-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-service-list .c-service-body {
    padding-left: 17px;
  }
  .c-service-list .c-service-body p {
    margin-bottom: 0px;
  }
}
.c-service-list ul {
  margin: 0;
}
.c-service-list p {
  margin-top: 10px;
}

/*
 * link
 */
.c-link-arrow {
  fill: url(#g0);
  display: inline-block;
  width: 12px;
}

.c-link-newwin {
  fill: url(#g0);
  display: inline-block;
  width: 10px;
  height: 11px;
  top: 0.4em;
  position: relative;
  margin-left: 5px;
}

.c-link00 {
  color: #564dd7;
}
@media print, screen and (min-width: 960px) {
  .c-link00:hover {
    text-decoration: underline;
  }
}

.c-link01 {
  color: #333;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 960px) {
  .c-link01:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #564dd7;
            text-decoration-color: #564dd7;
  }
}
.c-link01 .c-link-arrow {
  top: 0.4em;
  position: relative;
  margin-right: 5px;
}

.c-link02 {
  color: #333;
  display: inline-block;
  padding-left: 17px;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 960px) {
  .c-link02:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #564dd7;
            text-decoration-color: #564dd7;
  }
}
.c-link02 .c-link-arrow {
  top: 0.4em;
  left: 0;
  position: absolute;
}

.c-link-pdf {
  color: #333;
  display: inline-block;
  position: relative;
  border: 1px solid #564dd7;
  vertical-align: middle;
  text-decoration: none;
}
@media print, screen and (max-width: 600px) {
  .c-link-pdf {
    padding: 5px 30px 3px 35px;
    background: url(/_asset/_common/img/icon-pdf.png) 12px 50% no-repeat #fff;
    background-size: 14px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-link-pdf {
    padding: 6px 30px 4px 40px;
    background: url(/_asset/_common/img/icon-pdf.png) 12px 50% no-repeat #fff;
    background-size: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-link-pdf {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-link-pdf:hover {
    opacity: 0.7;
  }
}
.c-link-pdf .c-link-arrow {
  position: relative;
  top: 0.5em;
  right: -10px;
}

.c-link-lislt {
  color: #333;
  fill: #564dd7;
  top: 0.4em;
  position: relative;
  margin-right: 5px;
  height: 12px;
  width: 16px;
  text-decoration: none;
}

/*
 * btn
 */
.c-btn-select, .c-btn-setting, .c-btn-search, .c-btn-contact, .c-btn-acc, .c-btn-back, .c-btn01 {
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 1.3em 4em 1.3em 3em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 600px) {
  .c-btn-select, .c-btn-setting, .c-btn-search, .c-btn-contact, .c-btn-acc, .c-btn-back, .c-btn01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-btn-select, .c-btn-setting, .c-btn-search, .c-btn-contact, .c-btn-acc, .c-btn-back, .c-btn01 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-btn-select, .c-btn-setting, .c-btn-search, .c-btn-contact, .c-btn-acc, .c-btn-back, .c-btn01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}



.c-btn01-takufile {
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 1.3em 4em 1.3em 3em;
  /* width: 100%; */
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 600px) {
  .c-btn01-takufile {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-btn01-takufile {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-btn01-takufile {
    font-size: 15px;
    font-size: 1.5rem;
  }
}




.c-btn-arrow {
  fill: #fff;
  display: block;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 600px) {
  .c-btn-arrow {
    width: 12px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-btn-arrow {
    width: 16px;
  }
}

.c-btn01 {
  background: #564dd7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 960px) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}


.c-btn01-takufile {
  background: #564dd7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 960px) {
  .c-btn01-takufile:hover {
    opacity: 0.7;
  }
}



.c-btn-back {
  padding: 1.3em 2em 1.3em 3em;
  background: #564dd7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 960px) {
  .c-btn-back:hover {
    opacity: 0.7;
  }
}
.c-btn-back .c-btn-arrow {
  left: 1.5em;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}

.c-btn-acc {
  border: 2px solid #000;
  color: #000;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 960px) {
  .c-btn-acc:hover {
    opacity: 0.7;
  }
}
.c-btn-acc:before, .c-btn-acc:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transition: border 0.5s, -webkit-transform 0.5s;
  transition: border 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border 0.5s;
  transition: transform 0.5s, border 0.5s, -webkit-transform 0.5s;
}
.c-btn-acc:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-btn-acc.is-open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-btn-contact {
  background: #564dd7;
  border: 2px solid #564dd7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 960px) {
  .c-btn-contact:hover {
    opacity: 0.7;
  }
}

.c-btn-search {
  background: #564dd7;
  padding: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-search .c-link-search {
  fill: #fff;
}
@media print, screen and (max-width: 959px) {
  .c-btn-search {
    background: transparent;
    border: none;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
  }
  .c-btn-search span {
    display: none;
  }
  .c-btn-search .c-link-search {
    fill: #564dd7;
    width: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-btn-search {
    line-height: 53px;
    width: 145px;
  }
  .c-btn-search .c-link-search {
    margin-right: 10px;
    width: 20px;
  }
  .c-btn-search:hover {
    opacity: 0.7;
  }
}

.c-btn-setting {
  background: #564dd7;
  color: #fff !important;
  padding: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none !important;
}
.c-btn-setting .c-link-setting {
  fill: #fff;
}
@media print, screen and (max-width: 959px) {
  .c-btn-setting {
    font-size: 8px;
    font-size: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 50px;
    line-height: 1;
    width: 50px;
  }
  .c-btn-setting .c-link-setting {
    height: 20px;
    margin-bottom: 5px;
    width: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-btn-setting {
    line-height: 36px;
    width: 114px;
  }
  .c-btn-setting .c-link-setting {
    height: 18px;
    margin-right: 10px;
    width: 18px;
  }
  .c-btn-setting:hover {
    opacity: 0.7;
  }
}
.c-btn-setting.is-actv {
  background: #c3c9e8;
  border-color: #c3c9e8;
  color: #fff;
}
.c-btn-setting.is-actv .c-link-setting {
  fill: #fff;
}

.c-btn-select {
  background: #564dd7;
  border-radius: 0 2px 2px 0;
  height: 28px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 28px;
  z-index: -1;
}
.c-btn-select a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 2px 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
}
.c-btn-select .c-link-select {
  height: 12px;
  width: 7px;
}

@media print, screen and (max-width: 600px) {
  .c-btns-col {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-btns-col {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (max-width: 600px) {
  .c-btns-col li {
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-btns-col li {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 42%;
  }
}
@media print, screen and (min-width: 960px) {
  .c-btns-col li {
    font-size: 15px;
    font-size: 1.5rem;
    min-width: 350px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-btns-col li {
    margin-top: 15px;
  }
  .c-btns-col li:not(:last-child) {
    margin-right: 20px;
  }
}


@media print, screen and (max-width: 600px) {
  .c-btns-col-takufile li {
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-btns-col-takufile li {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 42%;
  }
}
@media print, screen and (min-width: 960px) {
  .c-btns-col-takufile li {
    font-size: 15px;
    font-size: 1.5rem;
    min-width: 270px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-btns-col-takufile li {
    margin-top: 15px;
  }
  .c-btns-col-takufile li:not(:last-child) {
    margin-right: 20px;
  }
}


@media print, screen and (max-width: 600px) {
  .c-btns-row {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-btns-row {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btns-row li {
  margin: 0 auto;
}
@media print, screen and (max-width: 600px) {
  .c-btns-row li {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-btns-row li {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 42%;
  }
}
@media print, screen and (min-width: 960px) {
  .c-btns-row li {
    font-size: 15px;
    font-size: 1.5rem;
    min-width: 350px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-btns-row li {
    margin-top: 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-btns-row li {
    width: 350px;
  }
}
.c-btns-balloon {
  background: #fff;
  border: 1px solid #564dd7;
  color: #564dd7;
  display: inline-block;
  left: 50%;
  position: absolute;
  vertical-align: middle;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media print, screen and (max-width: 600px) {
  .c-btns-balloon {
    padding: 5px 30px 3px 35px;
    top: -23px;
  }
}
@media print, screen and (min-width: 601px) {
  .c-btns-balloon {
    padding: 6px 30px 4px 40px;
    top: -30px;
  }
}
.c-btns-balloon::before {
  background: #fff;
  border-right: 1px solid #564dd7;
  border-bottom: 1px solid #564dd7;
  bottom: -5px;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

/*
 * nav
 */
.c-anchor01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0;
}
@media print, screen and (max-width: 600px) {
  .c-anchor01 li:not(:last-child) {
    margin-right: 1.5em;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-anchor01 li:not(:last-child) {
    margin-right: 1.7em;
  }
}
@media print, screen and (min-width: 960px) {
  .c-anchor01 li:not(:last-child) {
    margin-right: 1.7em;
  }
}
.c-anchor01 a {
  position: relative;
  display: block;
  padding: 0.5em 0;
}
@media print, screen and (max-width: 600px) {
  .c-anchor01 a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-anchor01 a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-anchor01 a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .c-anchor01 a:hover {
    color: #564dd7;
  }
  .c-anchor01 a:hover:after {
    width: 100%;
  }
}
.c-anchor01 a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #564dd7;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.c-anchor01 a.is-actv {
  color: #564dd7;
}
.c-anchor01 a.is-actv:after {
  width: 100%;
}

@media print, screen and (max-width: 600px) {
  .c-anchor02 {
    margin: 0 -20px;
    border-top: 1px solid #e5e5e5;
  }
}
@media print, screen and (min-width: 601px) {
  .c-anchor02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em 0;
  }
}
@media print, screen and (max-width: 600px) {
  .c-anchor02 li {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-anchor02 li:not(:last-child) {
    margin-right: 1.7em;
  }
}
@media print, screen and (min-width: 960px) {
  .c-anchor02 li:not(:last-child) {
    margin-right: 1.7em;
  }
}
.c-anchor02 a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: block;
}
@media print, screen and (max-width: 600px) {
  .c-anchor02 a {
    padding: 1em 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-anchor02 a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.5em 0;
  }
}
@media print, screen and (min-width: 960px) {
  .c-anchor02 a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.5em 0;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .c-anchor02 a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #564dd7;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .c-anchor02 a:hover {
    color: #564dd7;
  }
  .c-anchor02 a:hover:after {
    width: 100%;
  }
}
@media print, screen and (max-width: 600px) {
  .c-anchor02 .c-link-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }
}
@media print, screen and (min-width: 601px) {
  .c-anchor02 .c-link-arrow {
    display: none;
  }
}

.c-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 959px) {
  .c-index {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-index {
    margin-top: 20px;
  }
}
.c-index li {
  margin-top: 0.7em;
  margin-right: 0.3em;
}

.c-index-item {
  display: block;
  color: #fff;
  background: #564dd7;
  border: 2px solid #564dd7;
  border-bottom: 2px solid #564dd7;
  padding: 0.2em 0.8em 0.1em;
}
@media print, screen and (max-width: 600px) {
  .c-index-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-index-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-index-item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-index-item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-index-item:hover {
    opacity: 0.7;
  }
}
.c-index-item.is-actv {
  pointer-events: none;
  background: #fff;
  color: #564dd7;
}
.c-index-item.is-off {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
  opacity: 0.3;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 959px) {
  .c-pager {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pager {
    margin-top: 30px;
  }
}
.c-pager li {
  margin-right: 0.3em;
}

.c-pager-page,
.c-pager-before,
.c-pager-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #564dd7;
  border: 2px solid #564dd7;
  border-bottom: 2px solid #564dd7;
  padding: 0 0.8em;
  white-space: nowrap;
}
@media print, screen and (max-width: 600px) {
  .c-pager-page,
.c-pager-before,
.c-pager-next {
    font-size: 12px;
    font-size: 1.2rem;
    height: 34px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-pager-page,
.c-pager-before,
.c-pager-next {
    font-size: 13px;
    font-size: 1.3rem;
    height: 38px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pager-page,
.c-pager-before,
.c-pager-next {
    font-size: 15px;
    font-size: 1.5rem;
    height: 42px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pager-page,
.c-pager-before,
.c-pager-next {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-pager-page:hover,
.c-pager-before:hover,
.c-pager-next:hover {
    opacity: 0.7;
  }
}
.c-pager-page.is-actv,
.c-pager-before.is-actv,
.c-pager-next.is-actv {
  pointer-events: none;
  background: #fff;
  color: #564dd7;
}
.c-pager-page.is-off,
.c-pager-before.is-off,
.c-pager-next.is-off {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
  opacity: 0.3;
}

@media print, screen and (max-width: 600px) {
  .c-pager-page {
    font-size: 12px;
    font-size: 1.2rem;
    width: 34px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-pager-page {
    font-size: 13px;
    font-size: 1.3rem;
    width: 38px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pager-page {
    font-size: 15px;
    font-size: 1.5rem;
    width: 42px;
  }
}

/*
 * table
 */
@media print, screen and (max-width: 959px) {
  .c-table-scroll {
    overflow-x: scroll;
    width: 100%;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table-scroll table {
    width: 200%;
  }
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
@media print, screen and (max-width: 959px) {
  .c-table {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-table {
    margin-top: 30px;
  }
}
.c-table th, .c-table td {
  border: 1px solid #eee;
  text-align: left;
  background: #fff;
}
@media print, screen and (max-width: 600px) {
  .c-table th, .c-table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .c-table th, .c-table td {
    padding: 1.5em 2em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-table tr:first-child th {
  background: #dfe3f4;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (max-width: 600px) {
  .c-table tr:first-child th {
    display: none;
  }
}
.c-table tr:last-child td:last-child {
  border-bottom: 1px solid #eee;
}
.c-table th {
  font-weight: normal;
}
@media print, screen and (max-width: 600px) {
  .c-table th {
    display: block;
    border-bottom: none;
    padding: 1.5em;
  }
}
@media print, screen and (max-width: 600px) {
  .c-table td {
    display: block;
    border-top: none;
    border-bottom: none;
    padding: 0 1.5em 1.5em;
  }
}
.c-table.c-table-horizontal:not(.c-sp-table) {
  margin-top: 0;
  table-layout: auto;
}
@media print, screen and (max-width: 959px) {
  .c-table.c-table-horizontal:not(.c-sp-table) th {
    border: none;
    display: block;
    font-weight: bold;
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .c-table.c-table-horizontal:not(.c-sp-table) th {
    background: #dfe3f4;
    font-weight: bold;
    padding: 20px 25px;
    text-align: center;
    white-space: nowrap;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-table-horizontal:not(.c-sp-table) tr {
    display: block;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-table-horizontal:not(.c-sp-table) tr:first-child {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-table-horizontal:not(.c-sp-table) tr:first-child th {
    background: transparent;
    display: block;
    text-align: left;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-table-horizontal:not(.c-sp-table) tr:last-child td:last-child {
    border: none;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-table-horizontal:not(.c-sp-table) td {
    border: none;
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .c-table.c-sp-table {
    table-layout: auto;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-sp-table tr {
    display: table-row;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-sp-table tr:first-child th {
    display: table-cell;
    font-weight: normal;
    text-align: left;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-sp-table th, .c-table.c-sp-table td {
    border: 1px solid #eee;
    display: table-cell;
    vertical-align: top;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-sp-table th {
    background: #dfe3f4;
    vertical-align: top;
    width: 105px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-table.c-sp-table th {
    background: #dfe3f4;
    font-weight: bold;
    padding: 20px 25px;
    text-align: center;
    white-space: nowrap;
  }
}
@media print, screen and (max-width: 959px) {
  .c-table.c-sp-table td {
    padding-top: 1.5em;
  }
}

/*
 * c-column
 */
@media print, screen and (max-width: 600px) {
  .c-column {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 600px) {
  .c-column-item {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column-item {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column-item {
    margin-top: 30px;
  }
}

.c-column-img {
  border: 2px solid #dfe3f4;
  text-align: center;
  background: #fff;
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 600px) {
  .c-column-img {
    padding: 78% 20px 0;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column-img {
    padding: 78% 25px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column-img {
    padding: 78% 30px 0;
  }
}
.c-column-img img {
  background: #fff;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media print, screen and (max-width: 600px) {
  .c-column-img img {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column-img img {
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
}
@media print, screen and (min-width: 960px) {
  .c-column-img img {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}

@media print, screen and (max-width: 959px) {
  .c-column1-img {
    padding: 25px;
  }
  .c-column1-img img {
    height: auto;
    position: static;
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column1-img {
    padding: 30px 0;
    text-align: center;
  }
  .c-column1-img img {
    height: auto;
    position: static;
    width: 800px;
  }
}

.c-column1 {
  border: 4px solid #dfe3f4;
  background: #fff;
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 600px) {
  .c-column1 {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column1 {
    padding: 30px 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column1 {
    padding: 30px 40px;
  }
}

@media print, screen and (min-width: 601px) {
  .c-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column2 .c-column-item {
    width: calc((100vw - 70px) / 2);
  }
}
@media print, screen and (min-width: 960px) {
  .c-column2 .c-column-item {
    width: calc((1024px - 90px) / 2);
  }
}
@media print, screen and (min-width: 601px) {
  .c-column2 .c-column-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 601px) {
  .c-column3,
.c-column3-slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column3 .c-column-item,
.c-column3-slick .c-column-item {
    width: calc((100vw - 100px) / 3);
  }
  .c-column3 .c-column-item:nth-child(1), .c-column3 .c-column-item:nth-child(2), .c-column3 .c-column-item:nth-child(3),
.c-column3-slick .c-column-item:nth-child(1),
.c-column3-slick .c-column-item:nth-child(2),
.c-column3-slick .c-column-item:nth-child(3) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column3 .c-column-item,
.c-column3-slick .c-column-item {
    width: calc((1024px - 120px) / 3);
  }
}
@media print, screen and (min-width: 601px) {
  .c-column3 .c-column-item:not(:nth-child(3n)),
.c-column3-slick .c-column-item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 600px) {
  .c-column3 .c-column-img img,
.c-column3-slick .c-column-img img {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column3 .c-column-img img,
.c-column3-slick .c-column-img img {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 960px) {
  .c-column3 .c-column-img img,
.c-column3-slick .c-column-img img {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}

@media print, screen and (min-width: 601px) {
  .c-column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 959px) {
  .c-column4 .c-column-item {
    width: calc((100vw - 80px) / 2);
  }
  .c-column4 .c-column-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column4 .c-column-item {
    width: calc((1024px - 120px) / 4);
  }
  .c-column4 .c-column-item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

/*
 * c-svg
 */
.c-svg-dn {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*
 * for scroll animation
 */
.js-fade {
  opacity: 0;
}
.js-fade.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

.js-fade-list > * {
  opacity: 0;
}
.js-fade-list > *.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

.js-fade-list-step .js-step-item {
  opacity: 0;
}
.js-fade-list-step .js-step-item.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

.js-slide-side {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.js-slide-side.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-slide-side-list > * {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.js-slide-side-list > *.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-slide-side-list-step .js-step-item {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.js-slide-side-list-step .js-step-item.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-slide-vertical {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.js-slide-vertical.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-slide-vertical-list > * {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.js-slide-vertical-list > *.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-slide-vertical-list-step .js-step-item {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.js-slide-vertical-list-step .js-step-item.is-anime {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* term */
@media print, screen and (min-width: 960px) {
  .c-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 959px) {
  .c-term dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .c-term dt {
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* flow */
@media print, screen and (max-width: 959px) {
  .c-flow {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 0;
    width: 740px;
  }
}
.c-flow .c-flow-item {
  background: #dfe3f4;
  position: relative;
}
@media print, screen and (max-width: 959px) {
  .c-flow .c-flow-item {
    border-radius: 5px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-flow .c-flow-item {
    border-radius: 8px;
    padding: 18px 25px;
    width: 340px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-flow .c-flow-item:first-child {
    margin-bottom: 33px;
  }
}
.c-flow .c-flow-item:first-child:after {
  background: url("/_asset/_common/img/pict-arrow.png") no-repeat left top/contain;
  content: "";
  display: block;
  position: absolute;
}
@media print, screen and (max-width: 959px) {
  .c-flow .c-flow-item:first-child:after {
    bottom: -38px;
    height: 48px;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(90deg);
            transform: translate(-50%) rotate(90deg);
    width: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-flow .c-flow-item:first-child:after {
    height: 83px;
    right: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55px;
  }
}
.c-flow p {
  margin-top: 0;
}
@media print, screen and (max-width: 600px) {
  .c-flow p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-pagelink {
  background: #f4f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media print, screen and (max-width: 959px) {
  .c-pagelink {
    margin-top: 40px;
    padding: 22px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pagelink {
    margin-top: 60px;
    padding: 28px 20px;
  }
}
.c-pagelink li {
  position: relative;
  width: 50%;
}
.c-pagelink li:first-child::after {
  background: #d0d9ff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.c-pagelink a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 959px) {
  .c-pagelink a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pagelink a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pagelink a:hover {
    text-decoration: underline;
  }
}
.c-pagelink a .c-link-arrow {
  fill: #564dd7;
  position: relative;
}
.c-pagelink a.c-pagelink-prev {
  padding-right: 20px;
}
.c-pagelink a.c-pagelink-prev .c-link-arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media print, screen and (max-width: 959px) {
  .c-pagelink a.c-pagelink-prev .c-link-arrow {
    margin-right: 10px;
    top: 0.2em;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pagelink a.c-pagelink-prev .c-link-arrow {
    margin-right: 15px;
    top: 0.65em;
  }
}
.c-pagelink a.c-pagelink-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
}
@media print, screen and (max-width: 959px) {
  .c-pagelink a.c-pagelink-next .c-link-arrow {
    margin-left: 10px;
    top: 0.2em;
  }
}
@media print, screen and (min-width: 960px) {
  .c-pagelink a.c-pagelink-next .c-link-arrow {
    margin-left: 15px;
    top: 0.65em;
  }
}

.c-overlay {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.c-modal {
  background: #fff;
  border: 4px solid #c3c9e8;
  display: none;
  left: 50%;
  z-index: 9900;
}
@media print, screen and (max-width: 959px) {
  .c-modal {
    padding: 15px;
    position: absolute;
    top: 50px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 90%;
  }
}
@media print, screen and (min-width: 960px) {
  .c-modal {
    padding: 30px 35px 50px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 900px;
  }
}
.c-modal.c-modal-absolute {
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.c-modal .c-modal-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 959px) {
  .c-modal .c-modal-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-modal .c-modal-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.c-modal .c-modal-title h2 {
  margin: 0;
}
@media print, screen and (max-width: 959px) {
  .c-modal .c-modal-title h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-modal .c-modal-title p {
  margin: 0;
}
.c-modal .c-btn-close {
  fill: #564dd7;
}
@media print, screen and (max-width: 959px) {
  .c-modal .c-btn-close {
    height: 15px;
    vertical-align: middle;
    width: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-modal .c-btn-close {
    height: 20px;
    width: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-modal .c-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 959px) {
  .c-modal .c-modal-item {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-modal .c-modal-item {
    margin-bottom: 40px;
    width: 274px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-modal .c-modal-item h3 {
    line-height: 3;
  }
}
@media print, screen and (min-width: 960px) {
  .c-modal .c-modal-item h3 {
    line-height: 2;
  }
}
@media print, screen and (max-width: 959px) {
  .c-modal .c-modal-item li {
    line-height: 3;
  }
}
.c-modal .c-modal-item input {
  display: none;
}
.c-modal .c-modal-item input:checked + label::before {
  background: #564dd7;
}
.c-modal .c-modal-item input:checked + label::after {
  background: url("../img/icon-checkmark.png") no-repeat left top/contain;
  content: "";
  display: block;
  position: absolute;
}
@media print, screen and (max-width: 959px) {
  .c-modal .c-modal-item input:checked + label::after {
    height: 7px;
    left: 2px;
    top: 13px;
    width: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-modal .c-modal-item input:checked + label::after {
    height: 7px;
    left: 2px;
    top: 9px;
    width: 10px;
  }
}
.c-modal .c-modal-item input:disabled + label {
  color: #dadada;
}
.c-modal .c-modal-item input:disabled + label::before {
  border-color: #dadada;
}
.c-modal .c-modal-item label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.c-modal .c-modal-item label::before {
  border: 1px solid #564dd7;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}
.c-modal .c-modal-item ul {
  padding-left: 15px;
}
.c-modal .c-btns-col {
  margin-top: 0;
}
.c-modal .c-btns-col li {
  margin-top: 0;
  min-width: 0;
}
@media print, screen and (min-width: 960px) {
  .c-modal .c-modal-submit {
    border-radius: 6px;
    padding: 8px 0;
    width: 145px;
  }
}

.c-faq-item {
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 959px) {
  .c-faq-item {
    margin: 0 -20px 15px;
    padding: 0 20px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-faq-item {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
.c-faq-item .c-faq-q a {
  display: block;
  font-weight: bold;
  position: relative;
}
@media print, screen and (max-width: 959px) {
  .c-faq-item .c-faq-q a {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 28px;
    padding-right: 25px;
    text-indent: -10px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-faq-item .c-faq-q a {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 36px;
    padding-right: 80px;
    text-indent: -16px;
  }
}
.c-faq-item .c-faq-q a::before, .c-faq-item .c-faq-q a::after {
  background: #564dd7;
  content: "";
  display: block;
  position: absolute;
}
.c-faq-item .c-faq-q a::before {
  width: 1px;
}
@media print, screen and (max-width: 959px) {
  .c-faq-item .c-faq-q a::before {
    height: 13px;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 960px) {
  .c-faq-item .c-faq-q a::before {
    height: 19px;
    right: 8px;
    top: 10px;
  }
}
.c-faq-item .c-faq-q a::after {
  height: 1px;
}
@media print, screen and (max-width: 959px) {
  .c-faq-item .c-faq-q a::after {
    margin-top: -1px;
    right: 0;
    top: 50%;
    width: 13px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-faq-item .c-faq-q a::after {
    right: 0;
    top: 19px;
    width: 19px;
  }
}
.c-faq-item .c-faq-q a.on::before {
  display: none;
}
.c-faq-item .c-faq-q a span {
  color: #564dd7;
  display: inline-block;
  font-weight: bold;
}
@media print, screen and (max-width: 959px) {
  .c-faq-item .c-faq-q a span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-faq-item .c-faq-q a span {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 15px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-faq-item .c-faq-a {
    padding: 10px 25px 0 28px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-faq-item .c-faq-a {
    padding-top: 13px;
    padding-right: 80px;
  }
}
.c-faq-item .c-faq-a .c-hl04 {
  margin: 1em 0 0;
}
@media print, screen and (min-width: 960px) {
  .c-faq-item .c-faq-a .c-faq-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 959px) {
  .c-faq-item .c-faq-a .c-faq-box figure {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 960px) {
  .c-faq-item .c-faq-a .c-faq-box figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
}
.c-faq-item .c-faq-a p {
  margin-top: 0;
}
.c-faq-item .c-faq-a .img_wrap {
  text-align: center;
}

/**
共通パーツ用CSS
 */
.l-main .c-parts-wrapper {
  background: #fff;
  margin: -50px -30px;
  padding: 50px 30px;
}
/* トレーラー */
.l-main .c-trailer {
  margin-bottom: 70px;
}

.l-main .c-trailer-col1 {
  display: flex;
  width: 100%;
}

.l-main .c-trailer h2 {
  background: #FF9A33;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  margin: 0;
  padding: 7px 37px;
}

.l-main .c-trailer-col1 h2 {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  font-size: 2rem;
  justify-content: center;
  line-height: 1.25;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
}

.l-main .c-trailer .c-trailer-body {
  background: #FFFEEF;
  display: flex;
  justify-content: space-between;
  padding: 35px;
  width: 100%;
}

.l-main .c-trailer .c-trailer-item {
  display: flex;
  width: 430px;
}

.l-main .c-trailer-col1 .c-trailer-item {
  width: 100%;
}

.l-main .c-trailer .c-trailer-image {
  flex-shrink: 0;
  margin-right: 20px;
  width: 180px;
}

.l-main .c-trailer .c-trailer-image img {
  width: 100%;
}

.l-main .c-trailer .c-trailer-image a {
  transition: opacity .3s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .c-trailer .c-trailer-image a:hover {
    opacity: .7;
  }
}

.l-main .c-trailer .c-trailer-detail h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22;
  margin-top: 0;
}

.l-main .c-trailer .c-trailer-detail h3 a {
  background: url("../img/icon-arrow01.svg") no-repeat left top / 18px 16px;
  color: #333 !important;
  display: block;
  padding-left: 28px;
}

@media print, screen and (min-width: 960px) {
  .l-main .c-trailer .c-trailer-detail h3 a:hover {
    text-decoration: underline;
  }
}

.l-main .c-trailer .c-trailer-detail p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin: 20px 0 0;
  padding-left: 28px;
}

.l-main .c-trailer-col1.c-trailer-col1-image .c-trailer-detail p {
  margin-top: 8px;
}

.l-main .c-trailer-link {
  margin-bottom: 70px;
}

.l-main .c-trailer-link .c-trailer-catch {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.l-main .c-trailer-link .c-trailer-button {
  text-align: center;
}

.l-main .c-trailer-link .c-trailer-button a {
  background: #FF9A33;
  color: #fff;
  display: inline-block;
  padding: 16px;
  text-align: center;
  transition: opacity .3s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .l-main .c-trailer-link .c-trailer-button a:hover {
    opacity: .7;
  }
}

.l-main .c-trailer-link .c-trailer-button a span {
  background: url("../img/icon-arrow02.svg") no-repeat left center / 18px 16px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  padding-left: 32px;
}

.l-main .c-trailer-link .c-trailer-button .c-trailer-button01 {
  width: 820px;
}

.l-main .c-trailer-link .c-trailer-button .c-trailer-button02 {
  border-radius: 20px;
  position: relative;
  width: 680px;
}

.l-main .c-trailer-link .c-trailer-button .c-trailer-button02::after {
  background: #C37B32;
  border-radius: 20px;
  content: "";
  display: block;
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}

.l-main .c-trailer-blue {
  border: 1px solid #D3D3D3;
}
@media print, screen and (max-width: 959px) {
  .l-main .c-trailer-blue {
    margin: 0 auto 40px;
    width: calc(100% - 30px);
  }
}
@media print, screen and (min-width: 960px) {
  .l-main .c-trailer-blue {
    margin: 0 auto 74px;
    width: 900px;
  }
}
.l-main .c-trailer-blue h2 {
  background: #1F5DAD;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media print, screen and (max-width: 959px) {
  .l-main .c-trailer-blue h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-main .c-trailer-blue h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px;
  }
}
@media print, screen and (max-width: 959px) {
  .l-main .c-trailer-blue .c-trailer-body {
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-main .c-trailer-blue .c-trailer-body {
    padding: 25px 40px;
  }
}
.l-main .c-trailer-blue p {
  margin-bottom: 0;
}
.l-main .c-trailer-blue p a {
  text-decoration: underline;
}
.l-main .c-trailer-blue p a img {
  right: -10px;
  top: .7em;
}
.l-main .c-trailer-blue .c-trailer-button {
  text-align: center;
}
@media print, screen and (max-width: 959px) {
  .l-main .c-trailer-blue .c-trailer-button {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .l-main .c-trailer-blue .c-trailer-button {
    margin-top: 20px;
  }
}
.l-main .c-trailer-blue .c-trailer-button a {
  background: #33AFDE url("/pickup/themistruct/_asset/img/icon-arrow01.svg") no-repeat right 17px center/26px 18px;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 959px) {
  .l-main .c-trailer-blue .c-trailer-button a {
    background-size: 13px 9px;
    background-position: right 10px center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 25px 12px 10px;
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .l-main .c-trailer-blue .c-trailer-button a {
    padding: 15px 45px 15px 10px;
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .l-main .c-trailer-blue .c-trailer-button a:hover {
    opacity: 0.7;
  }
}

/* 関連記事 */
.l-main .c-related-a {
  background: #FFFEEF;
  margin-bottom: 34px;
  padding: 30px;
}

.l-main .c-related-a-link {
  padding: 20px 30px;
}

.l-main .c-related-a .c-related-a-keyword {
  align-items: flex-start;
  display: flex;
}

.l-main .c-related-a .c-related-a-keyword p {
  background: #FF9A33;
  color: #fff;
  flex-shrink: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 18px 0 0;
  padding: 5px 10px;
  text-align: center;
}

.l-main .c-related-a .c-related-a-keyword h2 {
  background: transparent;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.l-main .c-related-a .c-related-a-keyword h2 a {
  background: url("../img/icon-arrow01.svg") no-repeat left .4em / 18px 16px;
  color: #333 !important;
  display: inline-block;
  font-weight: normal;
  padding-left: 28px;
}

@media print, screen and (min-width: 960px) {
  .l-main .c-related-a .c-related-a-keyword h2 a:hover {
    text-decoration: underline;
  }
}

.l-main .c-related-a .c-related-a-body {
  display: flex;
}

.l-main .c-related-a .c-related-a-keyword + .c-related-a-body {
  margin-top: 22px;
}

.l-main .c-related-a .c-related-a-body .c-related-a-image {
  flex-shrink: 0;
  margin-right: 27px;
  width: 290px;
}

.l-main .c-related-a .c-related-a-body .c-related-a-image img {
  width: 100%;
}

.l-main .c-related-a .c-related-a-image a {
  transition: opacity .3s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .l-main .c-related-a .c-related-a-image a:hover {
    opacity: .7;
  }
}

.l-main .c-related-a .c-related-a-body p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.l-main .c-related-a .c-related-a-body p a {
  color: #333 !important;
  font-weight: bold;
  text-decoration: none !important;
}

@media print, screen and (min-width: 960px) {
  .l-main .c-related-a .c-related-a-body p a:hover {
    text-decoration: underline !important;
  }
}

/* 関連記事 Bパターン */
.l-main .c-related-b {
  margin-bottom: 50px;
}

.l-main .c-related-b h2 {
  background: #1F5DAD;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding: 4px 25px;
}

.l-main .c-related-b .c-related-b-body {
  background: #fff;
  border: 2px solid #1F5DAD;
  display: flex;
  justify-content: space-between;
  padding: 35px;
}

.l-main .c-related-b .c-related-b-item {
  display: flex;
  width: 450px;
}

.l-main .c-related-b .c-related-b-body-col1 .c-related-b-item {
  width: 100%;
}

.l-main .c-related-b .c-related-b-item:not(:first-child) {
  margin-left: 35px;
}

.l-main .c-related-b .c-related-b-image {
  flex-shrink: 0;
  margin-right: 24px;
  width: 150px;
}

.l-main .c-related-b .c-related-b-image img {
  width: 100%;
}

.l-main .c-related-b .c-related-b-image a {
  transition: opacity .3s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .l-main .c-related-b .c-related-b-image a:hover {
    opacity: .7;
  }
}

.l-main .c-related-b .c-related-b-detail h3 {
  margin-top: 0;
}

.l-main .c-related-b .c-related-b-detail h3 a {
  background: url("../img/icon-arrow03.svg") no-repeat left .4em / 18px 16px;
  color: #333 !important;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 28px;
}

/* 関連記事 Bパターン追加①（背景黄色罫線_20220722）*/

.l-main .c-related-b .c-related-b-detail-yellow h3 {
  margin-top: 0;
}

.l-main .c-related-b .c-related-b-detail-yellow h3 a {
  background: url("../img/icon-arrow03.svg") no-repeat left .4em / 18px 16px;
  color: #333 !important;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 28px;
  text-decoration: underline;
}

.l-main .c-related-b .c-related-b-detail-yellow p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 28px;
}

/* 関連記事 Bパターン追加①（背景黄色罫線_20220722）終わり */


@media print, screen and (min-width: 960px) {
  .l-main .c-related-b .c-related-b-detail h3 a:hover {
    text-decoration: underline;
  }
}

.l-main .c-related-b .c-related-b-detail p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 28px;
}

/* 強調 */
.l-main .c-emphasis {
  background: #FFFDEB;
  border: 2px solid #E88A2A;
  margin-bottom: 73px;
  padding: 30px;
}

.l-main .c-emphasis h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.l-main .c-emphasis p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 0;
}

.l-main .c-emphasis p span {
  background: #FDF29C;
}

/* 引用 */
.l-main .c-blockquote {
  background: #F4F4F4;
  border: 1px solid #D3D3D3;
  margin: 0 0 73px;
  padding: 40px;
  position: relative;
  width: 100%;
}

.l-main .c-blockquote::before,
.l-main .c-blockquote::after {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  width: 17px;
}

.l-main .c-blockquote::before {
  background: url("../img/icon-quote01.svg") no-repeat left top / cover;
  left: 16px;
  top: 19px;
}

.l-main .c-blockquote::after {
  background: url("../img/icon-quote02.svg") no-repeat left top / cover;
  bottom: 19px;
  right: 16px;
}

.l-main .c-blockquote h4 {
  margin-top: 0;
}

.l-main .c-blockquote p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 0;
}

.l-main .c-blockquote p span {
  background: #FDF29C;
}

/* 目次 */
.l-main .c-paging {
  border: 2px solid #D3D3D3;
  margin-bottom: 74px;
  padding: 0 38px;
}

.l-main .c-paging h2 {
  background: transparent;
  margin: 0;
  padding: 0;
}

.l-main .c-paging h2 a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 14px 0;
  position: relative;
  text-align: center;
}

.l-main .c-paging h2 a::before {
  background: #333;
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}

.l-main .c-paging h2 a::after {
  background: #333;
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 9px;
  top: 50%;
  transition: transform .3s ease-in-out;
  width: 2px;
}

.l-main .c-paging h2 a.js-on::after {
  transform: rotate(90deg);
}

.l-main .c-paging .c-paging-body {
  border-top: 1px solid #D0D0D0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.l-main .c-paging .c-paging-body .c-paging-item:not(:first-child) {
  margin-top: 10px;
}

.l-main .c-paging .c-paging-body .c-paging-item p {
  margin-bottom: 0;
}

.l-main .c-paging .c-paging-body .c-paging-item ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 2.5em;
}

.l-main .c-paging .c-paging-body .c-paging-item li {
  color: #C1C1C1;
  list-style: disc outside;
  margin-left: 0;
  text-indent: 0;
}

.l-main .c-paging .c-paging-body .c-paging-item li::before {
  display: none;
}

/* 執筆者 */
.l-main .c-author {
  margin-bottom: 74px;
}

.l-main .c-author h2 {
  background: #7C7B7B;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 4px 14px;
}

.l-main .c-author .c-author-body {
  background: #F4F4F4;
  display: flex;
  padding: 22px 30px 30px;
}

.l-main .c-author .c-author-body .c-author-image {
  flex-shrink: 0;
  margin-right: 29px;
}

.l-main .c-author .c-author-body .c-author-image img {
  max-width: 100%;
  width: auto;
}

.l-main .c-author .c-author-body .c-author-name {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
}

.l-main .c-author .c-author-body .c-author-position {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.l-main .c-author .c-author-body .c-author-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66;
  margin-bottom: 0;
}

/* 要約 */
.l-main .c-excerpt {
  border: 1px solid #D3D3D3;
  margin-bottom: 74px;
}

.l-main .c-excerpt h2 {
  background: #1F5DAD;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 4px 0;
  text-align: center;
}

.l-main .c-excerpt .c-excerpt-body {
  background: #F4F4F4;
  padding: 25px 40px;
}

.l-main .c-excerpt .c-excerpt-body ul {
  margin-bottom: 0;
}

.l-main .c-excerpt .c-excerpt-body li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.l-main .c-excerpt .c-excerpt-body li::before {
  background: transparent;
  border-radius: 0;
  content: "・ ";
  display: inline;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  width: auto;
}

.l-main .c-excerpt li span {
  background: #FDF29C;
}

.l-main .c-excerpt p {
  margin-bottom: 0;
}

.c-banner {
  margin-bottom: 74px;
}

.c-banner a {
  display: block;
  margin: 0 auto;
  position: relative;
  transition: opacity .3s ease-in-out;
  width: 801px;
}

@media print, screen and (min-width: 960px) {
  .c-banner a:hover {
    opacity: .7;
  }
}

.c-banner .c-banner-body {
  position: absolute;
}

.c-banner.c-banner01 .c-banner-body {
  left: 23px;
  top: 25px;
}

.c-banner.c-banner01 .c-banner-body .c-banner-sub {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-banner.c-banner01 .c-banner-body .c-banner-main {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1;
}

.c-banner.c-banner02 .c-banner-body {
  left: 24px;
  top: 25px;
}

.c-banner.c-banner02 .c-banner-body .c-banner-sub {
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-banner.c-banner02 .c-banner-body .c-banner-main {
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
}

@media print, screen and (min-width: 960px) {
  .c-related-a,
  .c-related-b,
  .c-paging,
  .c-author,
  .c-excerpt {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media print, screen and (max-width: 959px) {
  .l-main .c-parts-wrapper {
    margin: -30px -20px;
    padding: 30px 20px;
  }
  /* トレーラー */
  .l-main .c-trailer {
    margin-bottom: 50px;
  }

  .l-main .c-trailer-col1 {
    display: block;
  }

  .l-main .c-trailer h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 18px;
  }

  .l-main .c-trailer-col1 h2 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 18px;
    width: 100%;
  }

  .l-main .c-trailer-col1 h2 br {
    display: none;
  }

  .l-main .c-trailer .c-trailer-body {
    display: block;
    padding: 18px;
  }

  .l-main .c-trailer .c-trailer-item {
    display: block;
    width: 100%;
  }

  .l-main .c-trailer .c-trailer-item:not(:first-child) {
    margin-top: 40px;
  }

  .l-main .c-trailer-col1 .c-trailer-item {
    width: 100%;
  }

  .l-main .c-trailer .c-trailer-image {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .l-main .c-trailer .c-trailer-detail h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .l-main .c-trailer .c-trailer-detail h3 a {
    background: url("../img/icon-arrow01.svg") no-repeat left top / 16px 14px;
    display: block;
    padding-left: 20px;
  }

  .l-main .c-trailer .c-trailer-detail p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0;
    padding-left: 20px;
  }

  .l-main .c-trailer-col1.c-trailer-col1-image .c-trailer-detail p {
    margin-top: 8px;
  }

  .l-main .c-trailer-link {
    margin-bottom: 40px;
  }

  .l-main .c-trailer-link .c-trailer-catch {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .l-main .c-trailer-link .c-trailer-button a {
    padding: 8px 12px;
  }

  .l-main .c-trailer-link .c-trailer-button a span {
    background: url("../img/icon-arrow02.svg") no-repeat left .2em / 14px 12px;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
  }

  .l-main .c-trailer-link .c-trailer-button .c-trailer-button01 {
    width: 100%;
  }

  .l-main .c-trailer-link .c-trailer-button .c-trailer-button02 {
    border-radius: 10px;
    width: 100%;
  }

  .l-main .c-trailer-link .c-trailer-button .c-trailer-button02::after {
    border-radius: 10px;
    left: 3px;
    top: 3px;
  }

  /* 関連記事 */
  .l-main .c-related-a {
    margin-bottom: 34px;
    padding: 15px;
  }

  .l-main .c-related-a .c-related-a-keyword {
    flex-direction: column;
  }

  .l-main .c-related-a .c-related-a-keyword p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .l-main .c-related-a .c-related-a-keyword h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .l-main .c-related-a .c-related-a-keyword h2 a {
    background: url("../img/icon-arrow01.svg") no-repeat left .3em / 14px 12px;
    display: inline-block;
    font-weight: normal;
    padding-left: 20px;
  }

  .l-main .c-related-a .c-related-a-body {
    display: block;
  }

  .l-main .c-related-a .c-related-a-keyword + .c-related-a-body {
    margin-top: 15px;
  }

  .l-main .c-related-a .c-related-a-body .c-related-a-image {
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .l-main .c-related-a .c-related-a-body p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .l-main .c-related-a .c-related-a-body p a {
    color: #333 !important;
    font-weight: bold;
    text-decoration: none !important;
  }

  /* 関連記事 Bパターン */
  .l-main .c-related-b {
    margin-bottom: 50px;
  }

  .l-main .c-related-b h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4px 15px;
  }

  .l-main .c-related-b .c-related-b-body {
    display: block;
    padding: 20px;
  }

  .l-main .c-related-b .c-related-b-item {
    display: block;
    width: 100%;
  }

  .l-main .c-related-b .c-related-b-item:not(:first-child) {
    margin-top: 30px;
  }

  .l-main .c-related-b .c-related-b-item:not(:first-child) {
    margin-left: 0;
  }

  .l-main .c-related-b .c-related-b-image {
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .l-main .c-related-b .c-related-b-detail h3 a {
    background: url("../img/icon-arrow03.svg") no-repeat left .3em / 14px 12px;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 20px;
  }

/* 関連記事 Bパターン追加②（背景黄色罫線_20220722）*/

  .l-main .c-related-b .c-related-b-detail-yellow h3 a {
    background: url("../img/icon-arrow03.svg") no-repeat left .3em / 14px 12px;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 20px;
    text-decoration: underline;
  }

  .l-main .c-related-b .c-related-b-detail-yellow p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 0;
    padding-left: 20px;
  }


/* 関連記事 Bパターン追加②（背景黄色罫線_20220722）終わり*/

  .l-main .c-related-b .c-related-b-detail p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 0;
    padding-left: 20px;
  }

  /* 強調 */
  .l-main .c-emphasis {
    margin-bottom: 40px;
    padding: 15px;
  }

  .l-main .c-emphasis h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .l-main .c-emphasis p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .l-main .c-emphasis p span {
    background: #FDF29C;
  }

  /* 引用 */
  .l-main .c-blockquote {
    margin: 0 0 40px;
    padding: 30px;
  }

  .l-main .c-blockquote::before {
    left: 10px;
    top: 10px;
  }

  .l-main .c-blockquote::after {
    bottom: 10px;
    right: 10px;
  }

  .l-main .c-blockquote p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .l-main .c-blockquote p span {
    background: #FDF29C;
  }

  /* 目次 */
  .l-main .c-paging {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .l-main .c-paging h2 a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0;
    position: relative;
    text-align: center;
  }

  .l-main .c-paging h2 a::before {
    width: 16px;
  }

  .l-main .c-paging h2 a::after {
    height: 16px;
    margin-top: -8px;
    right: 7px;
  }

  .l-main .c-paging h2 a.js-on::after {
    transform: rotate(90deg);
  }

  .l-main .c-paging .c-paging-body {
    border-top: 1px solid #D0D0D0;
    padding-top: 12px;
    padding-bottom: 30px;
  }

  .l-main .c-paging .c-paging-body .c-paging-item:not(:first-child) {
    margin-top: 5px;
  }

  .l-main .c-paging .c-paging-body .c-paging-item ul {
    margin-top: 5px;
    padding-left: 2.5em;
  }

  .l-main .c-paging .c-paging-body .c-paging-item li {
    font-size: 1.4em;
    font-size: 1.4rem;
  }

  .l-main .c-paging .c-paging-body .c-paging-item p {
    font-size: 1.4em;
    font-size: 1.4rem;
  }

  /* 執筆者 */
  .l-main .c-author {
    margin-bottom: 40px;
  }

  .l-main .c-author h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4px 10px;
  }

  .l-main .c-author .c-author-body {
    display: block;
    padding: 12px 20px 20px;
  }

  .l-main .c-author .c-author-body .c-author-image {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .l-main .c-author .c-author-body .c-author-name {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .l-main .c-author .c-author-body .c-author-position {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .l-main .c-author .c-author-body .c-author-text {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* 要約 */
  .l-main .c-excerpt {
    margin-bottom: 40px;
  }

  .l-main .c-excerpt h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .l-main .c-excerpt .c-excerpt-body {
    padding: 15px 20px;
  }

  .l-main .c-excerpt .c-excerpt-body li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-banner {
    margin-bottom: 40px;
  }

  .c-banner a {
    width: 100%;
  }

  .c-banner.c-banner01 .c-banner-body {
    left: 2vw;
    top: 2vw;
  }

  .c-banner.c-banner01 .c-banner-body .c-banner-sub {
    font-size: 3vw;
    margin-bottom: 3px;
  }

  .c-banner.c-banner01 .c-banner-body .c-banner-main {
    font-size: 3vw;
    line-height: 1;
  }

  .c-banner.c-banner02 .c-banner-body {
    left: 2vw;
    top: 2.3vw;
  }

  .c-banner.c-banner02 .c-banner-body .c-banner-sub {
    font-size: 2vw;
    margin-bottom: 7px;
  }

  .c-banner.c-banner02 .c-banner-body .c-banner-main {
    font-size: 2.3vw;
  }
}

/* tab */
.c-tab-link {
  border-bottom: 1px solid #dfe3f4;
}
@media print, screen and (max-width: 959px) {
  .c-tab-link {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .c-tab-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px 30px;
  }
}
.c-tab-link .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-tab-link .slick-arrow img {
  width: 18px;
}
.c-tab-link .slick-arrow.c-slick-prev-btn {
  left: -20px;
}
.c-tab-link .slick-arrow.c-slick-next-btn {
  right: -20px;
}
.c-tab-link .slick-arrow.slick-disabled {
  display: none !important;
}
@media print, screen and (max-width: 959px) {
  .c-tab-link li {
    padding-left: 3px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-tab-link li {
    margin-left: 10px;
  }
}
.c-tab-link li:first-child {
  margin-left: 0;
}
.c-tab-link .slick-slide:first-child li {
  padding-left: 0;
}
.c-tab-link a {
  border-top: 1px solid #dfe3f4;
  border-left: 1px solid #dfe3f4;
  border-right: 1px solid #dfe3f4;
  display: block;
}
.c-tab-link a.is-actv {
  background: #dfe3f4;
}
@media print, screen and (max-width: 959px) {
  .c-tab-link a {
    font-size: 10px;
    font-size: 1rem;
    padding: 10px 1em;
  }
}
@media print, screen and (min-width: 960px) {
  .c-tab-link a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 11px 1em;
    text-align: center;
  }
}

.c-company-link-wrap {
  background: #f4f5f9;
}

.c-company-link-wrap .c-brand-banner {
  margin-bottom: 0;
  padding-top: 30px;
}

.c-brand-banner a {
  transition: opacity 0.3s ease;
}

.c-brand-banner a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .c-company-link-wrap .c-brand-banner {
    padding-top: 20px;
  }
}

.c-company-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 959px) {
  .c-company-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -20px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -30px;
    padding: 30px;
  }
}
.c-company-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 959px) {
  .c-company-link a {
    height: 60px;
    padding: 0 12px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 114px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 114px;
  }
}
.c-company-link a.is-actv figure, .c-company-link a.is-actv p, .c-company-link a.is-actv .c-link-arrow {
  opacity: 0.2;
}
@media print, screen and (max-width: 959px) {
  .c-company-link a figure {
    text-align: center;
    width: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link a figure {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
    min-height: 62px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link a p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 0 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link a p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link a .c-link-arrow {
    margin-left: auto;
    width: 12px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link a .c-link-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 13px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link a:hover figure, .c-company-link a:hover p, .c-company-link a:hover .c-link-arrow {
    opacity: 0.2;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(1) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(1) figure img {
    width: 34px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(1) figure img {
    width: 50px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(2) figure img {
    width: 34px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(2) figure img {
    width: 57px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(3) figure img {
    width: 34px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(3) figure img {
    width: 64px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(4) figure img {
    width: 26px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(4) figure img {
    width: 45px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(5) figure img {
    width: 34px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(5) figure img {
    width: 57px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(6) figure img {
    width: 38px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(6) figure img {
    width: 64px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(7) figure img {
    width: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(7) figure img {
    width: 66px;
  }
}
@media print, screen and (max-width: 959px) {
  .c-company-link .c-company-link-item:nth-child(8) figure img {
    width: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-company-link .c-company-link-item:nth-child(8) figure img {
    width: 42px;
  }
}

.c-article-img {
  margin-top: 1em;
  text-align: center;
}

.c-indent {
  margin-top: 0;
}
@media print, screen and (max-width: 959px) {
  .c-indent {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .c-indent {
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 959px) {
  .c-column-item-border figure {
    border: 3px solid #f4f5f9;
  }
}
@media print, screen and (min-width: 960px) {
  .c-column-item-border figure {
    border: 6px solid #f4f5f9;
  }
}

/* ==========================================================================
  Utility
========================================================================== */
/* display */
.u-dn {
  display: none;
}

@media print, screen and (max-width: 959px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 600px) {
  .u-tb-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 600px) {
  .u-tb {
    display: none !important;
  }
}
@media print, screen and (min-width: 960px) {
  .u-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 960px) {
  .u-sp-tb {
    display: none !important;
  }
}

@media print, screen and (min-width: 601px) {
  .u-sp {
    display: none !important;
  }
}

/* text-align */
.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-tac {
  text-align: center !important;
}

@media print, screen and (max-width: 600px) {
  .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: 601px) {
  .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: bold;
}

@media print, screen and (max-width: 600px) {
  .u-sp-fw-b {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 601px) {
  .u-pc-fw-b {
    font-weight: bold;
  }
}
.u-fw-n {
  font-weight: normal;
}

@media print, screen and (max-width: 600px) {
  .u-sp-fw-n {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 601px) {
  .u-pc-fw-n {
    font-weight: normal;
  }
}
/* float */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

@media print, screen and (max-width: 600px) {
  .u-sp-fl {
    float: left !important;
  }

  .u-sp-fr {
    float: right !important;
  }
}
@media print, screen and (min-width: 601px) {
  .u-pc-fl {
    float: left !important;
  }

  .u-pc-fr {
    float: right !important;
  }
}
/* flex */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 600px) {
  .u-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 601px) {
  .u-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* object-fit */
.u-img-cover {
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (max-width: 600px) {
  .u-sp-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media print, screen and (min-width: 601px) {
  .u-pc-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.u-img-contain {
  -webkit-object-fit: contain;
  -ms-object-fit: contain;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  background: #eee;
}

@media print, screen and (max-width: 600px) {
  .u-sp-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
    background: #eee;
  }
}
@media print, screen and (min-width: 601px) {
  .u-pc-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    -o-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 print, screen and (max-width: 600px) {
  .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: 601px) {
  .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 print, screen and (max-width: 600px) {
  .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: 601px) {
  .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;
  }
}


/* ==========================================================================
  YouTube
========================================================================== */

.youtube-box{
    position: relative;
    width: 100%;
    text-align: -webkit-center;
} 

.youtube {
  position:relative;
  width: 100%;
  max-width: 560px;


}

.youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.iframeWrapper{
    position: relative;
}
.iframeWrapper::before{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}
.iframeWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ==========================================================================
  Decoration
========================================================================== */


.marker_yellow_hoso {
 background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_yellow_hoso_bold {
 background: linear-gradient(transparent 60%, #ffff66 60%);
 font-weight: bold;
}

.marker_yellow_futo {
 background: linear-gradient(transparent 0%, #ffff66 0%);
}

.marker_yellow_futo_bold {
 background: linear-gradient(transparent 0%, #ffff66 0%);
 font-weight: bold;
}

.floating-banner {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10000;
}

@media screen and (max-width: 600px) {
  .floating-banner {
    bottom: 15px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 300px;
  }
}

.floating-banner .floating-banner-close {
  background: #fff;
  border: 2px solid #005BAB;
  border-radius: 15px;
  display: block;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
}

@media screen and (max-width: 600px) {
  .floating-banner .floating-banner-close {
    right: -15px;
  }
}

.floating-banner .floating-banner-close::before,
.floating-banner .floating-banner-close::after {
  background: #005BAB;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.floating-banner .floating-banner-close::before {
  transform: rotate(45deg);
}

.floating-banner .floating-banner-close::after {
  transform: rotate(-45deg);
}

.c-brand-banner {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .c-brand-banner img {
    width: 100%;
  }
}
