@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Base
----------------------------------------------- */
html {
  font-size: 0.625em;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  min-width: 100%;
  background: #fff;
  color: #000;
  font: 500 1.6rem/1.8 "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-word;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

sub {
  bottom: -0.1em;
}

p:not([class*=c-lead]) + p {
  margin-top: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
input[type=search]:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s linear;
}

select {
  white-space: nowrap;
}

a {
  color: #cf0001;
  text-decoration: none;
  opacity: 1;
  transition: 0.2s linear;
}
a img {
  transition: 0.2s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}

a:not([href]) {
  pointer-events: none;
}

.js-linkGroup {
  cursor: pointer;
  transition: 0.2s linear;
}
.js-linkGroup:hover {
  opacity: 0.7;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
  }

  a:hover {
    text-decoration: none;
  }
}
/*****************************************************
  CSS Animation
*****************************************************/
@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
}
@keyframes fadeOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
}
@-webkit-keyframes leftToRight {
  from {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes leftToRight {
  from {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rightToLeft {
  from {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightToLeft {
  from {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes bottomToTop {
  from {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bottomToTop {
  from {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes scrollTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideTip {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes slideTip {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
/*****************************************************
  Utility
*****************************************************/
.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-mt5 {
  margin-top: 5px !important;
}

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

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

.u-ml5 {
  margin-left: 5px !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-mt15 {
  margin-top: 15px !important;
}

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

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

.u-ml15 {
  margin-left: 15px !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-mt25 {
  margin-top: 25px !important;
}

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

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

.u-ml25 {
  margin-left: 25px !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-mt35 {
  margin-top: 35px !important;
}

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

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

.u-ml35 {
  margin-left: 35px !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-mt45 {
  margin-top: 45px !important;
}

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

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

.u-ml45 {
  margin-left: 45px !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-mt55 {
  margin-top: 55px !important;
}

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

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

.u-ml55 {
  margin-left: 55px !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-mt65 {
  margin-top: 65px !important;
}

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

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

.u-ml65 {
  margin-left: 65px !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-mt75 {
  margin-top: 75px !important;
}

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

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

.u-ml75 {
  margin-left: 75px !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-mt85 {
  margin-top: 85px !important;
}

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

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

.u-ml85 {
  margin-left: 85px !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-mt95 {
  margin-top: 95px !important;
}

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

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

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

.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-mtSmall {
  margin-top: 1.5rem !important;
}

.u-mtNormal {
  margin-top: 4.5rem !important;
}

.u-mtLarge {
  margin-top: 7rem !important;
}

.u-mbSmall {
  margin-bottom: 1.5rem !important;
}

.u-mbNormal {
  margin-bottom: 4.5rem !important;
}

.u-mbLarge {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 768px) {
  u-mtSmall {
    margin-top: 1.5rem !important;
  }

  .u-mtNormal {
    margin-top: 3rem !important;
  }

  .u-mtLarge {
    margin-top: 5rem !important;
  }

  .u-mbSmall {
    margin-bottom: 1.5rem !important;
  }

  .u-mbNormal {
    margin-bottom: 3rem !important;
  }

  .u-mbLarge {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sp0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mt-sp100 {
    margin-top: 100px !important;
  }

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

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

  .u-ml-sp100 {
    margin-left: 100px !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;
}

.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-pt10 {
  padding-top: 10px !important;
}

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

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

.u-pl10 {
  padding-left: 10px !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-pt20 {
  padding-top: 20px !important;
}

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

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

.u-pl20 {
  padding-left: 20px !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-pt30 {
  padding-top: 30px !important;
}

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

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

.u-pl30 {
  padding-left: 30px !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-pt40 {
  padding-top: 40px !important;
}

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

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

.u-pl40 {
  padding-left: 40px !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-pt50 {
  padding-top: 50px !important;
}

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

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

.u-pl50 {
  padding-left: 50px !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-pt60 {
  padding-top: 60px !important;
}

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

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

.u-pl60 {
  padding-left: 60px !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-pt70 {
  padding-top: 70px !important;
}

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

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

.u-pl70 {
  padding-left: 70px !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-pt80 {
  padding-top: 80px !important;
}

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

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

.u-pl80 {
  padding-left: 80px !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-pt90 {
  padding-top: 90px !important;
}

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

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

.u-pl90 {
  padding-left: 90px !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-pt100 {
  padding-top: 100px !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-pt-sp0 {
    padding-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-pt-sp105 {
    padding-top: 105px !important;
  }

  .u-pr-sp105 {
    padding-right: 105px !important;
  }

  .u-pb-sp105 {
    padding-bottom: 105px !important;
  }

  .u-pl-sp105 {
    padding-left: 105px !important;
  }

  .u-pt-sp110 {
    padding-top: 110px !important;
  }

  .u-pr-sp110 {
    padding-right: 110px !important;
  }

  .u-pb-sp110 {
    padding-bottom: 110px !important;
  }

  .u-pl-sp110 {
    padding-left: 110px !important;
  }

  .u-pt-sp115 {
    padding-top: 115px !important;
  }

  .u-pr-sp115 {
    padding-right: 115px !important;
  }

  .u-pb-sp115 {
    padding-bottom: 115px !important;
  }

  .u-pl-sp115 {
    padding-left: 115px !important;
  }

  .u-pt-sp120 {
    padding-top: 120px !important;
  }

  .u-pr-sp120 {
    padding-right: 120px !important;
  }

  .u-pb-sp120 {
    padding-bottom: 120px !important;
  }

  .u-pl-sp120 {
    padding-left: 120px !important;
  }

  .u-pt-sp125 {
    padding-top: 125px !important;
  }

  .u-pr-sp125 {
    padding-right: 125px !important;
  }

  .u-pb-sp125 {
    padding-bottom: 125px !important;
  }

  .u-pl-sp125 {
    padding-left: 125px !important;
  }

  .u-pt-sp130 {
    padding-top: 130px !important;
  }

  .u-pr-sp130 {
    padding-right: 130px !important;
  }

  .u-pb-sp130 {
    padding-bottom: 130px !important;
  }

  .u-pl-sp130 {
    padding-left: 130px !important;
  }

  .u-pt-sp135 {
    padding-top: 135px !important;
  }

  .u-pr-sp135 {
    padding-right: 135px !important;
  }

  .u-pb-sp135 {
    padding-bottom: 135px !important;
  }

  .u-pl-sp135 {
    padding-left: 135px !important;
  }

  .u-pt-sp140 {
    padding-top: 140px !important;
  }

  .u-pr-sp140 {
    padding-right: 140px !important;
  }

  .u-pb-sp140 {
    padding-bottom: 140px !important;
  }

  .u-pl-sp140 {
    padding-left: 140px !important;
  }

  .u-pt-sp145 {
    padding-top: 145px !important;
  }

  .u-pr-sp145 {
    padding-right: 145px !important;
  }

  .u-pb-sp145 {
    padding-bottom: 145px !important;
  }

  .u-pl-sp145 {
    padding-left: 145px !important;
  }

  .u-pt-sp150 {
    padding-top: 150px !important;
  }

  .u-pr-sp150 {
    padding-right: 150px !important;
  }

  .u-pb-sp150 {
    padding-bottom: 150px !important;
  }

  .u-pl-sp150 {
    padding-left: 150px !important;
  }

  .u-pt-sp155 {
    padding-top: 155px !important;
  }

  .u-pr-sp155 {
    padding-right: 155px !important;
  }

  .u-pb-sp155 {
    padding-bottom: 155px !important;
  }

  .u-pl-sp155 {
    padding-left: 155px !important;
  }

  .u-pt-sp160 {
    padding-top: 160px !important;
  }

  .u-pr-sp160 {
    padding-right: 160px !important;
  }

  .u-pb-sp160 {
    padding-bottom: 160px !important;
  }

  .u-pl-sp160 {
    padding-left: 160px !important;
  }

  .u-pt-sp165 {
    padding-top: 165px !important;
  }

  .u-pr-sp165 {
    padding-right: 165px !important;
  }

  .u-pb-sp165 {
    padding-bottom: 165px !important;
  }

  .u-pl-sp165 {
    padding-left: 165px !important;
  }

  .u-pt-sp170 {
    padding-top: 170px !important;
  }

  .u-pr-sp170 {
    padding-right: 170px !important;
  }

  .u-pb-sp170 {
    padding-bottom: 170px !important;
  }

  .u-pl-sp170 {
    padding-left: 170px !important;
  }

  .u-pt-sp175 {
    padding-top: 175px !important;
  }

  .u-pr-sp175 {
    padding-right: 175px !important;
  }

  .u-pb-sp175 {
    padding-bottom: 175px !important;
  }

  .u-pl-sp175 {
    padding-left: 175px !important;
  }

  .u-pt-sp180 {
    padding-top: 180px !important;
  }

  .u-pr-sp180 {
    padding-right: 180px !important;
  }

  .u-pb-sp180 {
    padding-bottom: 180px !important;
  }

  .u-pl-sp180 {
    padding-left: 180px !important;
  }

  .u-pt-sp185 {
    padding-top: 185px !important;
  }

  .u-pr-sp185 {
    padding-right: 185px !important;
  }

  .u-pb-sp185 {
    padding-bottom: 185px !important;
  }

  .u-pl-sp185 {
    padding-left: 185px !important;
  }

  .u-pt-sp190 {
    padding-top: 190px !important;
  }

  .u-pr-sp190 {
    padding-right: 190px !important;
  }

  .u-pb-sp190 {
    padding-bottom: 190px !important;
  }

  .u-pl-sp190 {
    padding-left: 190px !important;
  }

  .u-pt-sp195 {
    padding-top: 195px !important;
  }

  .u-pr-sp195 {
    padding-right: 195px !important;
  }

  .u-pb-sp195 {
    padding-bottom: 195px !important;
  }

  .u-pl-sp195 {
    padding-left: 195px !important;
  }

  .u-pt-sp200 {
    padding-top: 200px !important;
  }

  .u-pr-sp200 {
    padding-right: 200px !important;
  }

  .u-pb-sp200 {
    padding-bottom: 200px !important;
  }

  .u-pl-sp200 {
    padding-left: 200px !important;
  }

  .u-pt-sp205 {
    padding-top: 205px !important;
  }

  .u-pr-sp205 {
    padding-right: 205px !important;
  }

  .u-pb-sp205 {
    padding-bottom: 205px !important;
  }

  .u-pl-sp205 {
    padding-left: 205px !important;
  }

  .u-pt-sp210 {
    padding-top: 210px !important;
  }

  .u-pr-sp210 {
    padding-right: 210px !important;
  }

  .u-pb-sp210 {
    padding-bottom: 210px !important;
  }

  .u-pl-sp210 {
    padding-left: 210px !important;
  }

  .u-pt-sp215 {
    padding-top: 215px !important;
  }

  .u-pr-sp215 {
    padding-right: 215px !important;
  }

  .u-pb-sp215 {
    padding-bottom: 215px !important;
  }

  .u-pl-sp215 {
    padding-left: 215px !important;
  }

  .u-pt-sp220 {
    padding-top: 220px !important;
  }

  .u-pr-sp220 {
    padding-right: 220px !important;
  }

  .u-pb-sp220 {
    padding-bottom: 220px !important;
  }

  .u-pl-sp220 {
    padding-left: 220px !important;
  }

  .u-pt-sp225 {
    padding-top: 225px !important;
  }

  .u-pr-sp225 {
    padding-right: 225px !important;
  }

  .u-pb-sp225 {
    padding-bottom: 225px !important;
  }

  .u-pl-sp225 {
    padding-left: 225px !important;
  }

  .u-pt-sp230 {
    padding-top: 230px !important;
  }

  .u-pr-sp230 {
    padding-right: 230px !important;
  }

  .u-pb-sp230 {
    padding-bottom: 230px !important;
  }

  .u-pl-sp230 {
    padding-left: 230px !important;
  }

  .u-pt-sp235 {
    padding-top: 235px !important;
  }

  .u-pr-sp235 {
    padding-right: 235px !important;
  }

  .u-pb-sp235 {
    padding-bottom: 235px !important;
  }

  .u-pl-sp235 {
    padding-left: 235px !important;
  }

  .u-pt-sp240 {
    padding-top: 240px !important;
  }

  .u-pr-sp240 {
    padding-right: 240px !important;
  }

  .u-pb-sp240 {
    padding-bottom: 240px !important;
  }

  .u-pl-sp240 {
    padding-left: 240px !important;
  }

  .u-pt-sp245 {
    padding-top: 245px !important;
  }

  .u-pr-sp245 {
    padding-right: 245px !important;
  }

  .u-pb-sp245 {
    padding-bottom: 245px !important;
  }

  .u-pl-sp245 {
    padding-left: 245px !important;
  }

  .u-pt-sp250 {
    padding-top: 250px !important;
  }

  .u-pr-sp250 {
    padding-right: 250px !important;
  }

  .u-pb-sp250 {
    padding-bottom: 250px !important;
  }

  .u-pl-sp250 {
    padding-left: 250px !important;
  }
}
.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-w1em {
  width: 1em !important;
}

.u-w2em {
  width: 2em !important;
}

.u-w3em {
  width: 3em !important;
}

.u-w4em {
  width: 4em !important;
}

.u-w5em {
  width: 5em !important;
}

.u-w6em {
  width: 6em !important;
}

.u-w7em {
  width: 7em !important;
}

.u-w8em {
  width: 8em !important;
}

.u-w9em {
  width: 9em !important;
}

.u-w10em {
  width: 10em !important;
}

.u-w11em {
  width: 11em !important;
}

.u-w12em {
  width: 12em !important;
}

.u-w13em {
  width: 13em !important;
}

.u-w14em {
  width: 14em !important;
}

.u-w15em {
  width: 15em !important;
}

.u-w16em {
  width: 16em !important;
}

.u-w17em {
  width: 17em !important;
}

.u-w18em {
  width: 18em !important;
}

.u-w19em {
  width: 19em !important;
}

.u-w20em {
  width: 20em !important;
}

.u-w21em {
  width: 21em !important;
}

.u-w22em {
  width: 22em !important;
}

.u-w23em {
  width: 23em !important;
}

.u-w24em {
  width: 24em !important;
}

.u-w25em {
  width: 25em !important;
}

.u-w26em {
  width: 26em !important;
}

.u-w27em {
  width: 27em !important;
}

.u-w28em {
  width: 28em !important;
}

.u-w29em {
  width: 29em !important;
}

.u-w30em {
  width: 30em !important;
}

.u-w31em {
  width: 31em !important;
}

.u-w32em {
  width: 32em !important;
}

.u-w33em {
  width: 33em !important;
}

.u-w34em {
  width: 34em !important;
}

.u-w35em {
  width: 35em !important;
}

.u-w36em {
  width: 36em !important;
}

.u-w37em {
  width: 37em !important;
}

.u-w38em {
  width: 38em !important;
}

.u-w39em {
  width: 39em !important;
}

.u-w40em {
  width: 40em !important;
}

.u-w41em {
  width: 41em !important;
}

.u-w42em {
  width: 42em !important;
}

.u-w43em {
  width: 43em !important;
}

.u-w44em {
  width: 44em !important;
}

.u-w45em {
  width: 45em !important;
}

.u-w46em {
  width: 46em !important;
}

.u-w47em {
  width: 47em !important;
}

.u-w48em {
  width: 48em !important;
}

.u-w49em {
  width: 49em !important;
}

.u-w50em {
  width: 50em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-fsXlarge {
    font-size: 2.4rem !important;
  }

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

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

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

  .u-fsXsmall {
    font-size: 1rem !important;
  }
}
.u-textbold {
  font-weight: 700 !important;
}

.u-textmedium {
  font-weight: 500 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #c20000 !important;
}

.u-indent {
  text-indent: 1em !important;
}

.u-clear {
  clear: both !important;
}

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

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

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

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

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

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

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

  .u-vm-pc {
    vertical-align: middle !important;
  }

  .u-vt-pc {
    vertical-align: top !important;
  }

  .u-vb-pc {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }

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

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

  .u-vm-sp {
    vertical-align: middle !important;
  }

  .u-vt-sp {
    vertical-align: top !important;
  }

  .u-vb-sp {
    vertical-align: bottom !important;
  }
}
.u-sp,
.u-tab {
  display: none !important;
}

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

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

  .u-sp {
    display: inherit !important;
  }
}
/* Slider */
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

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

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-initialized + .slick-nav {
  display: block;
  margin-top: 3.5rem;
}

.slick-nav {
  display: none;
  text-align: center;
}

.slick-nav-inner {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 112rem;
  margin: 2.5rem auto 0;
  padding: 0 2rem;
}
.slick-dots li {
  padding: 0 1rem;
}
.slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #cf0001;
  border-radius: 50%;
  outline: none;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.slick-dots .slick-active button {
  background: #cf0001;
}

.slick-prev,
.slick-next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  margin: auto 0;
  padding: 0;
  border-radius: 50%;
  outline: none;
  background: #fff;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.1);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.slick-prev::before,
.slick-next::before {
  box-sizing: content-box;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
}

.slick-prev {
  left: 3rem;
}

.slick-prev::before {
  margin-left: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 0.3rem solid #680038;
  border-left: 0.3rem solid #680038;
}

.slick-next {
  right: 3rem;
}

[dir=rtl] .slick-next {
  right: auto;
}

.slick-next::before {
  margin-right: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 0.3rem solid #680038;
  border-right: 0.3rem solid #680038;
}

@media screen and (max-width: 768px) {
  .slick-prev,
.slick-next {
    width: 4rem;
    height: 4rem;
  }

  .slick-prev {
    left: 0.5rem;
  }

  .slick-next {
    right: 0.5rem;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  z-index: 1042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  z-index: 1043;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mfp-container {
    padding: 2rem;
  }
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  z-index: 1045;
  position: relative;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  z-index: 1044;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  display: block;
  z-index: 1046;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: -0.4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-indent: -100vh;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mfp-close {
    right: -0.7rem;
  }
}
.mfp-close:hover {
  opacity: 0.7;
}
.mfp-close::before, .mfp-close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  content: "";
}
.mfp-close::before {
  width: 100%;
  height: 0.3rem;
}
@media screen and (max-width: 768px) {
  .mfp-close::before {
    width: 2.4rem;
    height: 0.2rem;
  }
}
.mfp-close::after {
  width: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mfp-close::after {
    width: 0.2rem;
    height: 2.4rem;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:before,
.mfp-arrow:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  content: "";
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #FFF;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #FFF;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder .c-modal {
  max-width: 100%;
  max-height: calc(100vh - 16rem);
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -4rem;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure.c-modal {
  padding: 0;
}

.mfp-figure:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  content: "";
}

.mfp-figure small {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
    text-align: center;
  }
}
.l-header_search .mf_finder_searchBox {
  margin: 0;
}
.l-header_search .mf_finder_searchBox_items {
  padding: 0;
}
.l-header_search .mf_finder_searchBox_items_wrapper {
  width: 18rem;
}
.l-header_search .mf_finder_searchBox_query_wrap {
  width: calc(100% - 2.4rem);
}
.l-header_search .mf_finder_searchBox_query_input {
  padding: 0.5rem 0 0.5rem 1rem;
  border: none;
  border-bottom: 1px solid #777;
  outline: none;
  font-weight: 500;
  font-size: 1.3rem;
}
.l-header_search .mf_finder_searchBox_query_input:-moz-placeholder-shown {
  color: #ccc;
}
.l-header_search .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #ccc;
}
.l-header_search .mf_finder_searchBox_query_input:placeholder-shown {
  color: #ccc;
}
.l-header_search .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #ccc;
}
.l-header_search .mf_finder_searchBox_query_input:focus {
  color: currentColor;
}
.l-header_search .mf_finder_searchBox_submit {
  width: 2.4rem;
  height: 4.2rem;
  border-bottom: 1px solid #777;
  border-radius: 0;
  background: url(/images/dinv/2022tky/common/ico_search.svg) 50% 50% no-repeat;
}
.l-header_search .mf_finder_searchBox_submit::before {
  content: none;
}
.l-header_search .mf_finder_searchBox_submit:hover {
  opacity: 0.7;
}
.l-header_search .mf_finder_searchBox_suggest_items {
  width: calc(100% + 2.4rem);
}

.l-drawer_search .mf_finder_searchBox {
  margin: 2rem 0 0;
}
.l-drawer_search .mf_finder_searchBox_items {
  padding: 0;
  border: 1px solid;
}
.l-drawer_search .mf_finder_searchBox_query_wrap {
  width: calc(100% - 5.7rem);
}
.l-drawer_search .mf_finder_searchBox_query_input {
  -webkit-appearance: none;
  padding: 1rem 0 1rem 2rem;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-weight: 500;
  font-size: 1.6rem;
}
.l-drawer_search .mf_finder_searchBox_query_input:-moz-placeholder-shown {
  color: #ccc;
}
.l-drawer_search .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #ccc;
}
.l-drawer_search .mf_finder_searchBox_query_input:placeholder-shown {
  color: #ccc;
}
.l-drawer_search .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #ccc;
}
.l-drawer_search .mf_finder_searchBox_query_input:focus {
  color: currentColor;
}
.l-drawer_search .mf_finder_searchBox_submit {
  width: 5.7rem;
  height: 5rem;
  background: url(/images/dinv/2022tky/common/ico_search.svg) 50% 50% no-repeat;
}
.l-drawer_search .mf_finder_searchBox_submit::before {
  content: none;
}
.l-drawer_search .mf_finder_searchBox_submit:hover {
  opacity: 0.7;
}
.l-drawer_search .mf_finder_searchBox_suggest_items {
  display: none;
}

.mf_finder_searchBox_suggest_items {
  padding: 0;
  border: 1px solid;
  border-top: none;
  background: #fff;
}
.mf_finder_searchBox_suggest_item {
  border-top: 1px solid;
}
.mf_finder_searchBox_suggest_item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  font-size: 1.4rem;
}
.mf_finder_searchBox_suggest_item a:hover {
  text-decoration: none;
}

.searchResult .mf_finder_searchBox {
  margin: 0;
}
.searchResult .mf_finder_searchBox_items {
  padding: 0;
  border: 1px solid;
}
.searchResult .mf_finder_searchBox_query_wrap {
  width: calc(100% - 5.7rem);
}
.searchResult .mf_finder_searchBox_query_input {
  -webkit-appearance: none;
  padding: 1rem 0 1rem 2rem;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-weight: 500;
  font-size: 1.6rem;
}
.searchResult .mf_finder_searchBox_query_input:-moz-placeholder-shown {
  color: #ccc;
}
.searchResult .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #ccc;
}
.searchResult .mf_finder_searchBox_query_input:placeholder-shown {
  color: #ccc;
}
.searchResult .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #ccc;
}
.searchResult .mf_finder_searchBox_query_input:focus {
  color: currentColor;
}
.searchResult .mf_finder_searchBox_submit {
  width: 5.7rem;
  height: 5rem;
  background: url(/images/dinv/2022tky/common/ico_search.svg) 50% 50% no-repeat;
}
.searchResult .mf_finder_searchBox_submit::before {
  content: none;
}
.searchResult .mf_finder_searchBox_submit:hover {
  opacity: 0.7;
}
.searchResult .mf_finder_searchBox_suggest_items {
  left: -0.1rem;
  width: calc(100% + 5.9rem);
  border-top: 1px solid;
}
.searchResult .mf_finder_organic {
  margin: 4rem 0 0;
}
.searchResult .mf_finder_organic_header_wrapper {
  margin: 0 0 4rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_header_wrapper {
    padding: 1rem;
  }
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_query::before, .searchResult .mf_finder_organic_header_wrapper .mf_finder_query::after {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_header_wrapper .mf_finder_query::before, .searchResult .mf_finder_organic_header_wrapper .mf_finder_query::after {
    font-size: 1.4rem;
  }
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_query span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_header_wrapper .mf_finder_query span {
    font-size: 1.4rem;
  }
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_total {
  float: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_total {
    font-size: 1.4rem;
  }
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_total::after {
  font-size: inherit;
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_from, .searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_to {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_from, .searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_to {
    font-size: 1.4rem;
  }
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::before, .searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_from::after, .searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::before, .searchResult .mf_finder_organic_header_wrapper .mf_finder_organic_range_to::after {
  font-size: inherit;
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_total {
  float: none;
  font-size: 1.6rem;
}
.searchResult .mf_finder_organic_header_wrapper .mf_finder_total::before {
  content: none;
}
.searchResult .mf_finder_organic_doc {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_doc {
    padding: 2rem 0;
  }
}
.searchResult .mf_finder_organic_doc_img_wrapper.mf_gui_img_frame {
  width: 12rem;
}
.searchResult .mf_finder_organic_doc_zoom {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_doc_zoom {
    display: none !important;
  }
}
.searchResult .mf_finder_organic_doc_zoom::before {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.5rem;
  background: url(/images/dinv/2022tky/common/ico_plus.svg) 0 50%/contain no-repeat;
  content: "";
  vertical-align: bottom;
}
.searchResult .mf_finder_organic_doc_contents_wrapper {
  flex: 1;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_doc_contents_wrapper {
    margin-left: 1.5rem;
  }
}
.searchResult .mf_finder_organic_doc_title {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_doc_title {
    font-size: 1.4rem;
  }
}
.searchResult .mf_finder_organic_doc_title_wrapper {
  color: #680038;
}
.searchResult .mf_finder_organic_doc_body {
  height: auto;
  overflow: visible;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_doc_body {
    font-size: 1.3rem;
  }
}
.searchResult .mf_finder_organic_doc_url {
  color: #680038;
}
.searchResult .mf_finder_organic_doc_url::before {
  padding: 0.1rem 0.5rem 0.2rem;
  font-size: 1rem;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_organic_doc_url::before {
    display: table;
  }
}
.searchResult .mf_finder_organic_pager_wrapper {
  margin-top: 4rem;
}
.searchResult .mf_finder_pager_items li {
  position: relative;
  width: 4.2rem;
  margin: 0.4rem;
  line-height: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .searchResult .mf_finder_pager_items li {
    width: 3.2rem;
    line-height: 3.2rem;
  }
}
.searchResult .mf_finder_pager_items li > a,
.searchResult .mf_finder_pager_items li > span {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.5rem;
  border-radius: 0;
  background: transparent;
  color: currentColor;
}
.searchResult .mf_finder_pager_items li > a:hover {
  background: #680038;
  color: #fff;
}
.searchResult .mf_finder_pager_items .mf_finder_pager_item_current {
  padding: 0;
  background: #680038;
  color: #fff;
}
.searchResult .mf_finder_pager_item_first a span, .searchResult .mf_finder_pager_item_prev a span, .searchResult .mf_finder_pager_item_next a span {
  overflow: hidden;
  text-indent: -100vh;
  white-space: nowrap;
}
.searchResult .mf_finder_pager_item_first a span::before, .searchResult .mf_finder_pager_item_prev a span::before, .searchResult .mf_finder_pager_item_next a span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.searchResult .mf_finder_pager_item_first a span::before {
  left: 38%;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
}
.searchResult .mf_finder_pager_item_first a span::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(38% + 0.5rem);
  width: 1rem;
  height: 1rem;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  content: "";
}
.searchResult .mf_finder_pager_item_prev a span::before {
  left: 43%;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
}
.searchResult .mf_finder_pager_item_next a span::before {
  right: 43%;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
}
.searchResult .mf_finder_logo {
  display: none;
}

/*****************************************************
  Component
*****************************************************/
/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
#wrapper .c-btn {
  display: table;
  z-index: 2;
  position: relative;
  min-width: 35.2rem;
  margin: 4rem auto 0;
  padding: 1.6rem 1.5rem;
  border: 1px solid #aa5800;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}
#wrapper .c-btn:hover {
  background-color: #fff;
  color: #aa5800;
  text-decoration: none;
}
#wrapper .c-btn:hover::before {
  opacity: 0;
}
#wrapper .c-btn::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border-radius: 0.2rem;
  background: #aa5800;
  background-image: linear-gradient(to right, #d19224, #aa5800);
  content: "";
  transition: opacity 0.2s;
}
#wrapper .c-btn_label {
  z-index: 1;
  position: relative;
}
#wrapper .c-btn.-apply {
  border-color: #00695e;
}
#wrapper .c-btn.-apply:before {
  background: linear-gradient(to right, #0a8578, #00695e);
}
#wrapper .c-btn.-apply:hover {
  border-color: #00695e;
  color: #00695e;
}
#wrapper .c-btn.-seminar {
  border-color: #0047b8;
}
#wrapper .c-btn.-seminar:before {
  background: linear-gradient(to right, #1c68e0, #0047b8);
}
#wrapper .c-btn.-seminar:hover {
  border-color: #0047b8;
  color: #0047b8;
}
#wrapper .c-btn.-mypage {
  border-color: #ae008f;
}
#wrapper .c-btn.-mypage:before {
  background: linear-gradient(to right, #d21db2, #ae008f);
}
#wrapper .c-btn.-mypage:hover {
  border-color: #ae008f;
  color: #ae008f;
}

_:-ms-lang(x)::-ms-backdrop, .c-btn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn02 {
  display: table;
  position: relative;
  min-width: 18.7rem;
  margin-top: 4rem;
  padding: 0.4rem 1.6rem 0.3rem;
  border: 1px solid #cf0001;
  border-radius: 2px;
  background: #fff;
  color: #cf0001;
  text-align: center;
}
.c-btn02:hover {
  background: #cf0001;
  color: #fff;
  text-decoration: none;
}
.c-btn02.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn02.-high {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}
.c-btn02.-more {
  padding-right: 3rem;
  padding-left: 3rem;
}
.c-btn02.-more::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin: auto 0;
  -webkit-transform: rotate(135deg) translateY(3px);
          transform: rotate(135deg) translateY(3px);
  border-top: 1px solid #cf0001;
  border-right: 1px solid #cf0001;
  content: "";
}
.c-btn02.-more:hover::after {
  border-color: #fff;
}

/* -----------------------------------------------
  .c-linkArrow
----------------------------------------------- */
.c-linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
}
.c-linkArrow > a::before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.5rem;
  width: 0;
  height: 0;
  border-width: 0.5rem 0 0.5rem 0.7rem;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  content: "";
}
.c-linkArrow.-r {
  padding: 0 2rem 0 0;
}
.c-linkArrow.-r > a::before {
  right: 0.5rem;
  left: auto;
  width: 0;
  height: 0;
  border-width: 0.5rem 0 0.5rem 0.7rem;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
}

/* -----------------------------------------------
.c-textList
----------------------------------------------- */
[class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]),
[class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-linkArrowList]:not([class*=_item]) {
  margin-top: 1rem;
  padding: 0 0 1rem;
}
[class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
  margin-top: 1rem;
  padding: 0 0 1rem;
}

.c-textList {
  margin-top: 0;
  margin-bottom: 0;
}
.c-textList_item {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.5;
}
.c-textList_item:before {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #680038;
  content: "";
}
.c-textList_item + .c-textList_item {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-textList_item {
    padding-left: 2rem;
    font-size: 1.5rem;
  }
  .c-textList_item::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}

/* -----------------------------------------------
  .c-numericList
----------------------------------------------- */
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]),
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-linkArrowList]:not([class*=_item]) {
  margin-top: 1rem;
  padding: 0 0 1rem;
}
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
  margin-top: 1rem;
  padding: 0 0 1rem;
}

.c-numericList {
  margin: 0;
  counter-reset: number 0;
}
.c-numericList_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.c-numericList_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
  font-weight: bold;
  counter-increment: number 1;
}
.c-numericList_item + .c-numericList_item {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-numericList_item {
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.c-notice_item {
  position: relative;
  padding-left: 1em;
}
.c-notice_mark {
  position: absolute;
  left: 0;
}
.c-notice.-numeric > .c-notice_item {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .c-notice {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
.c-table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
}
.c-table table th {
  width: 25.6rem;
  padding: 1rem 2rem;
  border: 1px solid #000;
  background-color: #680038;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.c-table table td {
  padding: 1rem 2rem;
  border: 1px solid #000;
  background-color: #fff;
}

/* -----------------------------------------------
  .c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3.2rem;
  margin-left: -3.2rem;
}
.c-grid.-center {
  justify-content: center;
}
.c-grid.-reverse {
  flex-direction: row-reverse;
}
.c-grid.-middle {
  align-items: center;
}
.c-grid > .c-grid_col {
  margin-top: 3.2rem;
  margin-left: 3.2rem;
}
.c-grid > .c-grid_col.l-section + .l-section {
  margin-top: 0;
}
.c-grid > .c-grid_col.-span1 {
  width: calc(((100% / 12.001) * 1) - 3.2rem);
}
.c-grid > .c-grid_col.-span2 {
  width: calc(((100% / 12.001) * 2) - 3.2rem);
}
.c-grid > .c-grid_col.-span3 {
  width: calc(((100% / 12.001) * 3) - 3.2rem);
}
.c-grid > .c-grid_col.-span4 {
  width: calc(((100% / 12.001) * 4) - 3.2rem);
}
.c-grid > .c-grid_col.-span5 {
  width: calc(((100% / 12.001) * 5) - 3.2rem);
}
.c-grid > .c-grid_col.-span6 {
  width: calc(((100% / 12.001) * 6) - 3.2rem);
}
.c-grid > .c-grid_col.-span7 {
  width: calc(((100% / 12.001) * 7) - 3.2rem);
}
.c-grid > .c-grid_col.-span8 {
  width: calc(((100% / 12.001) * 8) - 3.2rem);
}
.c-grid > .c-grid_col.-span9 {
  width: calc(((100% / 12.001) * 9) - 3.2rem);
}
.c-grid > .c-grid_col.-span10 {
  width: calc(((100% / 12.001) * 10) - 3.2rem);
}
.c-grid > .c-grid_col.-span11 {
  width: calc(((100% / 12.001) * 11) - 3.2rem);
}
.c-grid > .c-grid_col.-span12 {
  width: calc(((100% / 12.001) * 12) - 3.2rem);
}
.c-grid.-gutterSmall {
  margin-top: -2rem;
  margin-left: -2rem;
}
.c-grid.-gutterSmall > .c-grid_col {
  margin-top: 2rem;
  margin-left: 2rem;
}
.c-grid.-gutterSmall > .c-grid_col.-span1 {
  width: calc(((100% / 12.001) * 1) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span2 {
  width: calc(((100% / 12.001) * 2) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span3 {
  width: calc(((100% / 12.001) * 3) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span4 {
  width: calc(((100% / 12.001) * 4) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span5 {
  width: calc(((100% / 12.001) * 5) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span6 {
  width: calc(((100% / 12.001) * 6) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span7 {
  width: calc(((100% / 12.001) * 7) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span8 {
  width: calc(((100% / 12.001) * 8) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span9 {
  width: calc(((100% / 12.001) * 9) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span10 {
  width: calc(((100% / 12.001) * 10) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span11 {
  width: calc(((100% / 12.001) * 11) - 2rem);
}
.c-grid.-gutterSmall > .c-grid_col.-span12 {
  width: calc(((100% / 12.001) * 12) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="1-"] > .c-grid_col {
  width: calc(100% / (1 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="2-"] > .c-grid_col {
  width: calc(100% / (2 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="3-"] > .c-grid_col {
  width: calc(100% / (3 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="4-"] > .c-grid_col {
  width: calc(100% / (4 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="5-"] > .c-grid_col {
  width: calc(100% / (5 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="6-"] > .c-grid_col {
  width: calc(100% / (6 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="7-"] > .c-grid_col {
  width: calc(100% / (7 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="8-"] > .c-grid_col {
  width: calc(100% / (8 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="9-"] > .c-grid_col {
  width: calc(100% / (9 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="10-"] > .c-grid_col {
  width: calc(100% / (10 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="11-"] > .c-grid_col {
  width: calc(100% / (11 + 0.001) - 2rem);
}
.c-grid.-gutterSmall[data-grid-col^="12-"] > .c-grid_col {
  width: calc(100% / (12 + 0.001) - 2rem);
}
.c-grid.-gutterLarge {
  margin-top: -3rem;
  margin-left: -6rem;
}
.c-grid.-gutterLarge > .c-grid_col {
  margin-top: 3rem;
  margin-left: 6rem;
}
.c-grid.-gutterLarge > .c-grid_col.-span1 {
  width: calc(((100% / 12.001) * 1) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span2 {
  width: calc(((100% / 12.001) * 2) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span3 {
  width: calc(((100% / 12.001) * 3) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span4 {
  width: calc(((100% / 12.001) * 4) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span5 {
  width: calc(((100% / 12.001) * 5) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span6 {
  width: calc(((100% / 12.001) * 6) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span7 {
  width: calc(((100% / 12.001) * 7) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span8 {
  width: calc(((100% / 12.001) * 8) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span9 {
  width: calc(((100% / 12.001) * 9) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span10 {
  width: calc(((100% / 12.001) * 10) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span11 {
  width: calc(((100% / 12.001) * 11) - 6rem);
}
.c-grid.-gutterLarge > .c-grid_col.-span12 {
  width: calc(((100% / 12.001) * 12) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="1-"] > .c-grid_col {
  width: calc(100% / (1 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="2-"] > .c-grid_col {
  width: calc(100% / (2 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="3-"] > .c-grid_col {
  width: calc(100% / (3 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="4-"] > .c-grid_col {
  width: calc(100% / (4 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="5-"] > .c-grid_col {
  width: calc(100% / (5 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="6-"] > .c-grid_col {
  width: calc(100% / (6 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="7-"] > .c-grid_col {
  width: calc(100% / (7 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="8-"] > .c-grid_col {
  width: calc(100% / (8 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="9-"] > .c-grid_col {
  width: calc(100% / (9 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="10-"] > .c-grid_col {
  width: calc(100% / (10 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="11-"] > .c-grid_col {
  width: calc(100% / (11 + 0.001) - 6rem);
}
.c-grid.-gutterLarge[data-grid-col^="12-"] > .c-grid_col {
  width: calc(100% / (12 + 0.001) - 6rem);
}
.c-grid.-gutterXlarge {
  margin-top: -5rem;
  margin-left: -8rem;
}
.c-grid.-gutterXlarge > .c-grid_col {
  margin-top: 5rem;
  margin-left: 8rem;
}
.c-grid.-gutterXlarge > .c-grid_col.-span1 {
  width: calc(((100% / 12.001) * 1) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span2 {
  width: calc(((100% / 12.001) * 2) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span3 {
  width: calc(((100% / 12.001) * 3) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span4 {
  width: calc(((100% / 12.001) * 4) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span5 {
  width: calc(((100% / 12.001) * 5) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span6 {
  width: calc(((100% / 12.001) * 6) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span7 {
  width: calc(((100% / 12.001) * 7) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span8 {
  width: calc(((100% / 12.001) * 8) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span9 {
  width: calc(((100% / 12.001) * 9) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span10 {
  width: calc(((100% / 12.001) * 10) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span11 {
  width: calc(((100% / 12.001) * 11) - 8rem);
}
.c-grid.-gutterXlarge > .c-grid_col.-span12 {
  width: calc(((100% / 12.001) * 12) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="1-"] > .c-grid_col {
  width: calc(100% / (1 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="2-"] > .c-grid_col {
  width: calc(100% / (2 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="3-"] > .c-grid_col {
  width: calc(100% / (3 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="4-"] > .c-grid_col {
  width: calc(100% / (4 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="5-"] > .c-grid_col {
  width: calc(100% / (5 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="6-"] > .c-grid_col {
  width: calc(100% / (6 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="7-"] > .c-grid_col {
  width: calc(100% / (7 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="8-"] > .c-grid_col {
  width: calc(100% / (8 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="9-"] > .c-grid_col {
  width: calc(100% / (9 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="10-"] > .c-grid_col {
  width: calc(100% / (10 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="11-"] > .c-grid_col {
  width: calc(100% / (11 + 0.001) - 8rem);
}
.c-grid.-gutterXlarge[data-grid-col^="12-"] > .c-grid_col {
  width: calc(100% / (12 + 0.001) - 8rem);
}
.c-grid[data-grid-col^="1-"] > .c-grid_col {
  width: calc(100% / (1 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="2-"] > .c-grid_col {
  width: calc(100% / (2 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="3-"] > .c-grid_col {
  width: calc(100% / (3 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="4-"] > .c-grid_col {
  width: calc(100% / (4 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="5-"] > .c-grid_col {
  width: calc(100% / (5 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="6-"] > .c-grid_col {
  width: calc(100% / (6 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="7-"] > .c-grid_col {
  width: calc(100% / (7 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="8-"] > .c-grid_col {
  width: calc(100% / (8 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="9-"] > .c-grid_col {
  width: calc(100% / (9 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="10-"] > .c-grid_col {
  width: calc(100% / (10 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="11-"] > .c-grid_col {
  width: calc(100% / (11 + 0.001) - 3.2rem);
}
.c-grid[data-grid-col^="12-"] > .c-grid_col {
  width: calc(100% / (12 + 0.001) - 3.2rem);
}

/* -----------------------------------------------
  Animation
----------------------------------------------- */
@media not print {
  [data-animate=fadeInUp] {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    opacity: 0;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }
  [data-animate=fadeInUp].-animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  [data-animate=fadeIn] {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }
  [data-animate=fadeIn].-animate {
    opacity: 1;
  }
}
/* -----------------------------------------------
  .c-modal
----------------------------------------------- */
.c-modal {
  max-width: 100%;
  max-height: calc(100vh - 12rem);
  margin: auto;
  padding: 2rem;
  border-radius: 4px;
  background: #fff;
}
.c-modal_header {
  padding: 0 0 2rem;
}
.c-modal_header.-border {
  margin-right: -2rem;
  margin-left: -2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-bottom: 1px solid #eee;
}
.c-modal_header + .c-modal_footer {
  padding-top: 0;
}
.c-modal_scroll {
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 30rem);
  margin: 0 -2rem;
  padding: 0 2rem;
  overflow: auto;
}
.c-modal_footer {
  padding: 2rem 0 0;
  text-align: center;
}
.c-modal_footer.-border {
  margin: 2rem -2rem 0;
  padding-right: 2rem;
  padding-left: 2rem;
  border-top: 1px solid #eee;
}
.c-modal_footer_done {
  width: 100%;
  color: #680038;
  font-size: 1.7rem;
}
.c-modal_footer_done:hover {
  text-decoration: underline;
}
.c-modal_footer .c-btn,
.c-modal_footer .c-btn02 {
  margin-top: 0;
}
.c-modal_title {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.47;
  text-align: center;
}
.c-modal_title a {
  color: #680038;
}
.c-modal_desc {
  margin: 1.5rem 0;
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 374px) {
  .c-modal {
    width: calc(100vw - 1.6rem);
  }
}

/* -----------------------------------------------
  .c-formCheck
----------------------------------------------- */
.c-formCheck_label {
  display: inline-block;
  position: relative;
  padding-left: 2.8rem;
  color: #000;
}
.c-formCheck_label input[type=checkbox] {
  display: none;
}
.c-formCheck_label input[type=checkbox]:checked + .c-formCheck_ico {
  border-color: transparent;
  background: #cf0001 url(/images/dinv/2022tky/ico_checked.svg) 50% 50%/1.1rem auto no-repeat;
}
.c-formCheck_ico {
  box-sizing: border-box;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
}

/* -----------------------------------------------
  .c-formCheckList
----------------------------------------------- */
.c-formCheckList {
  flex-wrap: wrap;
}
.c-formCheckList.-horizontal, .c-formCheckList.-division2, .c-formCheckList.-division3, .c-formCheckList.-division4 {
  display: flex;
}
.c-formCheckList.-division2 {
  justify-content: space-between;
}
.c-formCheckList.-division2 .c-formCheckList_item {
  width: calc(50% - 0.8rem);
}
.c-formCheckList.-division2 .c-formCheckList_item:nth-child(-n+2) {
  margin-top: 0;
}
.c-formCheckList.-division3 {
  margin-left: -1.6rem;
}
.c-formCheckList.-division3 .c-formCheckList_item {
  width: calc(33.3333333333% - 1.6rem);
  margin-left: 1.6rem;
}
.c-formCheckList.-division3 .c-formCheckList_item:nth-child(-n+3) {
  margin-top: 0;
}
.c-formCheckList.-division4 {
  margin-left: -1.6rem;
}
.c-formCheckList.-division4 .c-formCheckList_item {
  width: calc(25% - 1.6rem);
  margin-left: 1.6rem;
}
.c-formCheckList.-division4 .c-formCheckList_item:nth-child(-n+4) {
  margin-top: 0;
}
.c-formCheckList_item {
  margin: 1.2rem 0 0;
}
.c-formCheckList_item:first-child {
  margin-top: 0;
}
.c-formCheckList_item_label {
  display: inline-block;
  position: relative;
  padding-left: 2.8rem;
  color: #000;
}
.c-formCheckList_item_label input[type=checkbox] {
  display: none;
}
.c-formCheckList_item_label input[type=checkbox]:checked + .c-formCheckList_item_ico {
  border-color: transparent;
  background: #cf0001 url(/images/dinv/2022tky/ico_checked.svg) 50% 50%/1.1rem auto no-repeat;
}
.c-formCheckList_item_ico {
  box-sizing: border-box;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
}

/* -----------------------------------------------
  .c-formRadioList
----------------------------------------------- */
.c-formRadioList {
  flex-wrap: wrap;
}
.c-formRadioList.-horizontal, .c-formRadioList.-division2, .c-formRadioList.-division3, .c-formRadioList.-division4 {
  display: flex;
}
.c-formRadioList.-horizontal {
  margin-top: -1.2rem;
  margin-left: -1rem;
}
.c-formRadioList.-horizontal .c-formRadioList_item {
  margin-top: 1.2rem;
  margin-left: 1rem;
}
.c-formRadioList.-division2 {
  justify-content: space-between;
}
.c-formRadioList.-division2 .c-formRadioList_item {
  width: calc(50% - 0.8rem);
}
.c-formRadioList.-division2 .c-formRadioList_item:nth-child(-n+2) {
  margin-top: 0;
}
.c-formRadioList.-division3 {
  margin-left: -1.6rem;
}
.c-formRadioList.-division3 .c-formRadioList_item {
  width: calc(33.3333333333% - 1.6rem);
  margin-left: 1.6rem;
}
.c-formRadioList.-division3 .c-formRadioList_item:nth-child(-n+3) {
  margin-top: 0;
}
.c-formRadioList.-division4 {
  margin-left: -1.6rem;
}
.c-formRadioList.-division4 .c-formRadioList_item {
  width: calc(25% - 1.6rem);
  margin-left: 1.6rem;
}
.c-formRadioList.-division4 .c-formRadioList_item:nth-child(-n+4) {
  margin-top: 0;
}
.c-formRadioList_item {
  margin: 1.2rem 0 0;
}
.c-formRadioList_item:first-child {
  margin-top: 0;
}
.c-formRadioList_item_label {
  display: inline-block;
  position: relative;
  padding-left: 2.9rem;
}
.c-formRadioList_item_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #cfd8e1;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.c-formRadioList_item_label input[type=radio] {
  display: none;
}
.c-formRadioList_item_label input[type=radio]:checked + .c-formRadioList_item_ico {
  display: block;
}
.c-formRadioList_item_ico {
  display: none;
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #cf0001;
}

/* -----------------------------------------------
  .c-formText
----------------------------------------------- */
.c-formText {
  padding: 0.6rem 1.2rem;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
  color: #000;
  vertical-align: middle;
}

/* -----------------------------------------------
  .c-formTextArea
----------------------------------------------- */
.c-formTextArea {
  display: block;
  width: 100%;
  height: 9rem;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
  color: #000;
}

/* -----------------------------------------------
  .c-formSelect
----------------------------------------------- */
.c-formSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.6rem 3.5rem 0.6rem 1.2rem;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  background: #fff url(/images/dinv/2022tky/ico_arrow_bottom.svg) calc(100% - 1.1rem) 50%/1.4rem auto no-repeat;
  font-size: 1.7rem;
}
.c-formSelect::-ms-expand {
  display: none;
}

/*****************************************************
  Layout
*****************************************************/
/* -----------------------------------------------
  Frame
----------------------------------------------- */
.l-wrapper {
  position: relative;
}
.l-wrapper::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 114rem;
  height: 100vh;
  background: url(/images/dinv/2022tky/bg_content__pc.png) 50% 0/100% auto repeat-y;
  content: "";
}

.l-section {
  position: relative;
  min-width: 114rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}
.l-section.-white {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff;
}
.l-section.-var02 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edeff9;
}

.l-container {
  position: relative;
  width: 112rem;
  margin: 0 auto;
}
.l-container:after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------------------
  Header
----------------------------------------------- */
.l-header {
  width: 100%;
  min-width: 114rem;
  height: 10.8rem;
  padding: 0 1.6rem;
  background: #070125;
  box-shadow: 0.2rem 0 1rem rgba(0, 0, 0, 0.3);
  color: #fff;
}
.l-header.-fixed {
  z-index: 3;
  position: fixed;
  top: 0;
}
.l-header.-fixed + .l-main, .l-header.-fixed + .l-content {
  padding-top: 10.8rem;
}
.l-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 112rem;
  height: 6.6rem;
  margin: 0 auto;
  padding: 0.7rem 0;
}
.l-header_logo img {
  vertical-align: middle;
}
.l-header_logo_sub {
  margin-left: 1.2rem;
}
.l-header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 29rem;
  margin: -0.2rem 0 0 auto;
  line-height: 1.4;
}
.l-header_info dt {
  width: 4.1rem;
  margin-top: 0.2rem;
  padding: 0.3rem 0 0.2rem;
  border: 1px solid currentColor;
  color: #bfbfbf;
  font-size: 1.1rem;
  text-align: center;
}
.l-header_info dd {
  width: calc(100% - 4.1rem);
  margin-top: 0.2rem;
  padding: 0.1rem 0 0 1rem;
  font-size: 1.3rem;
}
.l-header_btn {
  display: flex;
  height: 100%;
}
.l-header_btn_item {
  width: 15rem;
  margin-left: 0.4rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.l-header_btn_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.7rem 0.5rem 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.2rem;
  color: currentColor;
  text-decoration: none;
}
.l-header_btn_item a.-apply {
  border-color: #0a8578;
  background: #0a8578;
}
.l-header_btn_item a.-apply:hover {
  background: #fff;
  color: #0a8578;
}
.l-header_btn_item a.-seminar {
  border-color: #0047b8;
  background: #0047b8;
}
.l-header_btn_item a.-seminar:hover {
  background: #fff;
  color: #0047b8;
}
.l-header_btn_item a.-mypage {
  border-color: #ae008f;
  background: #ae008f;
}
.l-header_btn_item a.-mypage:hover {
  background: #fff;
  color: #ae008f;
}
.l-header_btn_item a.-disabled {
  border-color: #bfbfbf;
  background: #bfbfbf;
  pointer-events: none;
}
.l-header_btn_item a.-disabled:hover {
  background: #bfbfbf;
  color: #fff;
}
.l-header_menuBtn {
  display: none;
}
.l-header_menu {
  height: 4.2rem;
  margin: 0 -1.6rem;
  background: #680038;
}
.l-header_nav {
  display: flex;
  justify-content: space-between;
  width: 112rem;
  height: 100%;
  margin: 0 auto;
}
.l-header_nav_item {
  flex: 1;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-header_nav_item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.9rem 0.5rem 1rem;
  color: currentColor;
  text-decoration: none;
}
.l-header_nav_item a:hover {
  background: #940050;
}
.l-header_nav_item a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #a01560;
  content: "";
}
.l-header_nav_item:last-child a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #a01560;
  content: "";
}
.l-header_nav_item.-more {
  position: relative;
  flex: 0 1 auto;
  width: 10.5rem;
  padding-top: 0.6rem;
  padding-left: 1.5rem;
}
.l-header_nav_item.-more::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1.8rem;
  margin: auto 0;
  background: #284879;
  content: "";
}
.l-header_nav_item.-more a::before, .l-header_nav_item.-more a::after {
  display: none;
}
.l-header_nav_item.-more > a {
  height: 2.8rem;
  border-radius: 2px;
  background: #41567b;
}
.l-header_nav_item.-more > a::after {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  margin: 2px 0 0 7px;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  background: #41567b;
}
.l-header_nav_sub {
  z-index: 3;
  position: absolute;
  top: 4.2rem;
  right: 0;
  width: 24rem;
  height: 0;
  padding: 2rem;
  padding: 0 2rem;
  overflow: hidden;
  background: #41567b;
  transition: all 0.3s;
}
.-open .l-header_nav_sub {
  height: auto;
  padding: 2rem;
  overflow: visible;
}
.l-header_nav_sub::before {
  display: block;
  position: absolute;
  top: -0.6rem;
  right: 3.9rem;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #41567b transparent;
  content: "";
}
.l-header_nav_sub a {
  display: inline;
  height: auto;
  padding: 0;
  font-weight: normal;
}
.l-header_nav_sub a:hover {
  background: transparent;
  text-decoration: underline;
}
.l-header_nav_sub_item + .l-header_nav_sub_item {
  margin-top: 5px;
}
.l-header_cta {
  display: none;
}

/* -----------------------------------------------
  Footer
----------------------------------------------- */
.l-footer {
  min-width: 114rem;
  background: #fff;
  line-height: 1.4;
}
.l-footer_pagetop {
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
  transition: 0.3s linear;
}
.l-footer_inner {
  padding: 4rem 2rem;
  text-align: center;
}
.l-footer_link {
  display: flex;
  justify-content: center;
  width: 112rem;
  margin-right: auto;
  margin-left: auto;
}
.l-footer_link_item {
  padding: 0 1.5rem;
  font-size: 1.4rem;
}
.l-footer_link_item a {
  color: currentColor;
}
.l-footer_link_item a:hover {
  color: #cf0001;
  text-decoration: none;
}
.l-footer_link_item + .l-footer_link_item {
  border-left: 1px solid #999;
}
.l-footer_logo {
  display: table;
  width: 112rem;
  margin: 3.5rem auto 0;
  text-align: center;
}
.l-footer_logo img {
  width: 10rem;
  vertical-align: bottom;
}
.l-footer_copyright {
  width: 112rem;
  margin: 2rem auto 0;
  font-size: 1.2rem;
}

/* -----------------------------------------------
  緊急告知枠
----------------------------------------------- */
/* 全社緊急お知らせ */
#corporateInfomation {
  display: block;
  min-width: 112rem;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
  font-size: 14px;
}

#corporateInfomation h4 {
  margin: 0 0 5px 0;
  color: #d80022;
}

#corporateInfomation a {
  display: block;
  width: 600px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 40px;
  border: solid 1px red;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
}

/*****************************************************
  Project_bpcms
*****************************************************/
/* -----------------------------------------------
  .l-pageHeader
----------------------------------------------- */
.l-pageHeader_wrap {
  position: relative;
  min-width: 114rem;
  overflow: hidden;
}

.l-pageHeader {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 1.5rem 1rem 2.5rem;
  background: #edeff9 url(/images/dinv/2022tky/bg_heading_common__pc.png) center right no-repeat;
  background-size: contain;
}
.l-pageHeader .l-topicsPath {
  padding: 0;
}
.l-pageHeader_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.8rem;
}
.l-pageHeader_title {
  width: calc(100% - 32rem);
  margin: 0;
  color: #203864;
  font-size: 3.2rem;
  line-height: 1.4;
}
.l-pageHeader_btn {
  width: 30rem;
  padding: 0.6rem;
  border: solid #ae008f 1px;
  border-radius: 0.2rem;
  background: #ae008f;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.l-pageHeader_btn:hover {
  background: #fff;
  color: #ae008f;
  text-decoration: none;
}

/* -----------------------------------------------
  .l-topicsPath
----------------------------------------------- */
.l-topicsPath {
  display: flex;
  width: 112rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 1.2rem;
}
.l-topicsPath_item {
  color: #000;
}
.l-topicsPath_item a {
  color: #cf0001;
}
.l-topicsPath_item a:hover {
  text-decoration: underline;
}
.l-topicsPath_item + .l-topicsPath_item::before {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #cf0001;
  border-right: 2px solid #cf0001;
  content: "";
  vertical-align: 0.1em;
}

/* -----------------------------------------------
  .secHeading
----------------------------------------------- */
.secHeading {
  position: relative;
  margin: 0 0 3.5rem;
  padding: 1.5rem 0 0 1.8rem;
  color: #680038;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
}
.secHeading.-var02 {
  color: #fff;
}
.secHeading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0.9rem 0.9rem 0 0;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
  content: "";
}

.secHeadingLvTwo {
  position: relative;
  margin: 0 0 2.6rem;
  padding-left: 1.2rem;
  color: #680038;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.secHeadingLvTwo::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 0.8rem);
  margin: auto 0;
  background: linear-gradient(to bottom, #680038 0%, #680038 50%, #c64093 50%, #c64093 100%);
  content: "";
}
.secHeadingLvTwo a:hover {
  text-decoration: underline;
}
.secHeadingLvTwo.-w {
  color: #fff;
}
.secHeadingLvTwo.-w::before {
  background: linear-gradient(to bottom, #aebed1 0%, #aebed1 50%, #fff 50%, #fff 100%);
}

/* -----------------------------------------------
  .theme
----------------------------------------------- */
.theme {
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #00385d url(/images/dinv/2022tky/bg_theme__pc.png) 50% 50%/cover no-repeat;
}
.theme_themeList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
  margin-left: -1rem;
}
.theme_themeList_item {
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.theme_themeList_item a {
  display: block;
  z-index: 1;
  position: relative;
  padding: 0.8rem 2rem;
  border-radius: 10rem;
  background-image: linear-gradient(to right, #f4cfed, #1e2e9d, #176379, #259989);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.theme_themeList_item a:hover {
  text-decoration: none;
}
.theme_themeList_item a:hover::after {
  opacity: 0;
}
.theme_themeList_item a::before, .theme_themeList_item a::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border-radius: 10rem;
  content: "";
  transition: opacity 0.3s;
}
.theme_themeList_item a::before {
  background-image: linear-gradient(to right, #ae008f, #1e2e9d, #176379);
}
.theme_themeList_item a::after {
  background: #070125;
}
.theme_themeList_item a:not([href]) {
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .theme {
    background: #00385d url(/images/dinv/2022tky/bg_theme__sp.png) 50% 0/100% auto no-repeat;
  }
  .theme_themeList {
    margin: 0 0 -1.5rem -0.5rem;
  }
  .theme_themeList_item {
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
  }
  .theme_themeList_item a {
    padding: 0.8rem 1.5rem;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------
  .mypage
----------------------------------------------- */
.mypage {
  background: #fff;
}
.mypage .l-section {
  margin-top: 4.5rem;
}
.mypage .l-section.theme {
  margin-top: 6rem;
}
.mypage_secList {
  display: flex;
  width: 114rem;
  margin: 5rem auto 0;
  padding: 0 1rem;
}
.mypage_secList_item {
  width: 33.3333333333%;
  border-bottom: solid 1px #cf0001;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}
.mypage_secList_item a {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  color: #666;
  will-change: 100%;
}
.mypage_secList_item a:hover {
  color: #cf0001;
  text-decoration: none;
}
.mypage_secList_item.-current {
  border-bottom: solid 3px #cf0001;
  font-weight: bold;
}
.mypage_secList_item.-current a {
  color: #000;
}
.mypage_secList_item.-current a:hover {
  color: #000;
}
.mypage_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}
.mypage_head .delete-btn {
  position: relative;
  margin-bottom: 0.4rem;
  padding: 1rem 1.5rem 0.8rem 3rem;
  border: solid #eee 1px;
  border-radius: 2px;
  color: #666;
  font-size: 1.4rem;
  line-height: 1;
}
.mypage_head .delete-btn::before, .mypage_head .delete-btn::after {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.3rem;
  width: 1.5rem;
  height: 0.2rem;
  background: #666;
  content: "";
  transition: all 0.3s ease-out;
}
.mypage_head .delete-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mypage_head .delete-btn::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mypage_head .delete-btn:hover {
  color: #cf0001;
}
.mypage_head .delete-btn:hover::before, .mypage_head .delete-btn:hover::after {
  background: #cf0001;
}
.mypage_title {
  margin: 0;
  font-weight: bold;
  font-size: 2.6rem;
}
.mypage_title a {
  color: #000;
}
.mypage_title a:hover {
  color: #cf0001;
  text-decoration: none;
}
.mypage_list {
  border-top: solid #eee 1px;
}
.mypage_list_item {
  display: flex;
  border-bottom: solid #eee 1px;
}
.mypage_list_item .category {
  display: flex;
  align-items: center;
  width: 21rem;
  padding: 1rem 1.5rem;
  background: #f6f7fc;
  color: #680038;
  font-size: 1.1rem;
}
.mypage_list_item .category span {
  text-align: center;
}
.mypage_list_item .category span.ico {
  width: 3.2rem;
  margin-right: 0.5rem;
}
.mypage_list_item .seminar-title {
  width: calc(100% - 21rem);
  font-weight: bold;
  font-size: 1.7rem;
}
.mypage_list_item .seminar-title a {
  display: block;
  padding: 1.7rem 2rem;
  color: #000;
}
.mypage_list_item .seminar-title a:hover {
  color: #cf0001;
  text-decoration: none;
}
.mypage_list_item .seminar-title .sub {
  display: block;
  margin-bottom: 0.2rem;
  color: #666;
  font-size: 1.4rem;
}

/* -----------------------------------------------
.search_list
----------------------------------------------- */
.search_list {
  margin-top: 2rem;
  padding: 3rem;
  background: #f6f7fc;
  font-size: 0;
}
.search_list_item {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.search_list input[type=checkbox] {
  display: none;
}
.search_list .label {
  display: inline-block;
  position: relative;
  padding: 0.8rem 1.4rem 0.8rem 4rem;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.search_list .label:before {
  z-index: 1;
  position: absolute;
  top: 1.1rem;
  left: 2rem;
  width: 0.5rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
  box-shadow: none;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
.search_list .label:after {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1.4rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #cacaca;
  content: "";
  transition: all 0.3s ease-out;
}
.search_list .label:hover {
  border: 1px solid #cf0001;
  color: #cf0001;
}
.search_list input[type=checkbox]:checked + label {
  border: 1px solid #cf0001;
  background: #cf0001;
  color: #fff;
}
.search_list input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.search_list input[type=checkbox]:checked + label:after {
  border: 1px solid #4089b6;
}

/* -----------------------------------------------
.score
----------------------------------------------- */
.score_box {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.score_title {
  font-size: 1.4rem;
}
.score_num {
  color: #ae008f;
  font-size: 9.8rem;
}
.score .mypage_list {
  margin-top: 1.5rem;
}
.score .c-btn02 {
  min-width: 26.3rem;
  margin-top: 3rem;
}

/* -----------------------------------------------
.leaf 
----------------------------------------------- */
.leaf .l-content {
  min-width: 114rem;
  background: #edeff9 url(/images/dinv/2022tky/bg_line.png) 50% 0/100% auto no-repeat;
}
.leaf .l-main {
  padding: 0;
  border-bottom: solid #fff 1px;
}
.leaf .l-section.theme {
  margin-top: 0;
}

/* -----------------------------------------------
  .article
----------------------------------------------- */
.article {
  width: 85.6rem;
  margin: 1.5rem auto 4rem;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.1);
}
.article a:not([href]) {
  pointer-events: none;
}
.article_header {
  position: relative;
  padding: 4rem 6rem 2rem;
  border-top: 2px solid #172f53;
  border-bottom: 1px solid #eee;
}
.article_header_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -4rem -6rem 2rem;
  padding: 1.3rem 3rem;
  background-color: #f6f7fc;
}
.article_header_contentsLabel {
  flex: 1;
  color: #680038;
  font-weight: bold;
}
.article_header_contentsLabel a {
  color: #cf0001;
}
.article_header_contentsLabel a:hover {
  text-decoration: underline;
}
.article_header_tag {
  display: inline-block;
  margin: 0 0.3rem 0.7rem 0;
  padding: 0.5rem 1rem;
  border-radius: 1.1rem;
  background: #172f53;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  transition: 0.2s linear;
}
.article_header_tagWrap:hover .article_header_tag {
  background: #204378;
}
.article_header_title {
  margin: 0 0 0.5rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.38;
}
.article_header_title + .article_header_info {
  margin-top: 2rem;
}
.article_header_subTitle {
  margin: 0 0 1.2rem;
  color: #666;
  font-weight: bold;
  font-size: 1.4rem;
}
.article_header_writer {
  margin-top: 0 !important;
  color: #cf0001;
  font-size: 1.4rem;
}
.article_header_meta {
  position: absolute;
  bottom: 2rem;
  left: 6rem;
}
.article_header_date {
  display: block;
  color: #666;
  font-size: 1.2rem;
}
.article_header_tagList {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0 -0.8rem -0.8rem;
}
.article_header_tagList_item {
  margin-bottom: 0.8rem;
  margin-left: 0.8rem;
  padding: 0.3rem 1.4rem 0.4rem 1.4rem;
  background-color: #f6f7fc;
  color: #000;
}
.article_action {
  margin-top: 2.2rem;
  font-size: 0;
  text-align: right;
}
.article_action .-clip_text {
  display: none;
  position: absolute;
  top: -5.5rem;
  left: -10.8rem;
  width: 23rem;
  padding: 0.5rem;
  background: #680038;
  box-shadow: 0 0 1.2rem -0.4rem rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.article_action .-clip_text:before {
  display: block;
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: solid transparent 1rem;
  border-right: solid #680038 1rem;
  content: "";
}
.article_action .-clipped + .-clip_text {
  display: block;
}
.article_action .-copied + .-clip_text {
  display: block;
  left: -9rem;
  width: 19rem;
}
.article_action_btn {
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
}
.article_action_btn + .article_action_btn {
  margin-left: 2rem;
}
.article_action_btn_label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #cacaca;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.article_action_btn_label:hover {
  opacity: 0.5;
}
.article_action_btn_label.-facebook, .article_action_btn_label.-twitter, .article_action_btn_label.-instagram, .article_action_btn_label.-line {
  border: none;
  border-radius: 0;
}
.article_action_btn_label.-facebook {
  background-image: url(/images/dinv/2022tky/ico_facebook.svg);
}
.article_action_btn_label.-twitter {
  background-image: url(/images/dinv/2022tky/ico_twitter.svg);
}
.article_action_btn_label.-instagram {
  background-image: url(/images/dinv/2022tky/ico_instagram.svg);
}
.article_action_btn_label.-line {
  background-image: url(/images/dinv/2022tky/ico_line.svg);
}
.article_action_btn_label.-mail {
  background-image: url(/images/dinv/2022tky/ico_mail.svg);
}
.article_action_btn_label.-clip {
  background-image: url(/images/dinv/2022tky/ico_clip.svg);
}
.article_action_btn_label.-clip:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: 0.1s linear;
}
.article_action_btn_label.-clip.-clipped {
  border-color: #680038;
}
.article_action_btn_label.-clip.-clipped::before {
  background-image: url(/images/dinv/2022tky/ico_clip__on.svg);
  opacity: 1;
}
.article_action_btn_label.-urlcopy {
  background-image: url(/images/dinv/2022tky/ico_urlcopy.svg);
}
.article_action_btn_label.-urlcopy:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: 0.1s linear;
}
.article_action_btn_label.-urlcopy.-copied {
  border-color: #680038;
}
.article_action_btn_label.-urlcopy.-copied::before {
  background-image: url(/images/dinv/2022tky/ico_urlcopy__on.svg);
  opacity: 1;
}
.article_action_balloon {
  display: none;
  position: absolute;
  top: -5.3rem;
  left: 50%;
  padding: 0.5rem 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  background: #cf0001;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.article_action_balloon::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -0.7rem;
  left: calc(50% - 1.2rem);
  width: 1.2rem;
  height: 2rem;
  -webkit-transform: skewY(50deg);
          transform: skewY(50deg);
  background: #cf0001;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.17);
  content: "";
}
.article_body {
  padding: 4rem 6rem 0;
}
.article_footer {
  margin: 4rem 0 0;
  padding: 0 6rem 6rem;
}
.article_footer .article_action {
  margin-top: 4rem;
}
.article_footer .boxInfo {
  margin: 4rem -6rem 0;
  padding: 0 6rem;
  border-radius: 0;
  background: transparent;
}
.article_footer .boxBusiness {
  margin: 0 -6rem -6rem;
  padding: 4rem 6rem 5rem;
  border-radius: 0;
}
.article_footer .bplink {
  width: auto;
  margin: 4.5rem 0 0;
  padding: 1.4rem 2rem;
  clear: both;
  border: 1px solid #eee;
  background: #fff;
}
.article_footer .bplink_text p:not(.article_recommend_lead):not(.article_recommend_desc):not(.c-linkMore) {
  margin-bottom: 0;
}
.article_footer .bplink_text a {
  text-decoration: underline;
}
.article_footer .bplink_text a:hover {
  text-decoration: none;
}
.article_footer_separate {
  margin: 4rem -6rem 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eee;
}
.article_banner {
  margin: 4rem 0 0;
  text-align: center;
}
.article_recommend {
  margin: 4rem 0;
  padding: 2rem;
  overflow: hidden;
  background: #f6f7fc;
}
.article_recommend_image {
  margin-right: 2rem;
  float: left;
}
.article_recommend_title {
  margin: 0 0 1.5rem;
  color: #cf0001;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.41;
}
.article_recommend_text {
  overflow: hidden;
}
.article_recommend_lead {
  margin: 0 0 0.5rem;
  font-weight: bold;
}
.article_ad {
  margin: 0 0 2rem;
  padding: 1rem;
  background-color: #fff2f2;
  line-height: 1;
}
.article_ad .c-iconAd {
  margin-bottom: 0.5rem;
}

/* -----------------------------------------------
  .loginForRead
----------------------------------------------- */
.loginForRead {
  margin: 4rem 0;
  padding: 3rem;
  border-radius: 1px;
  background: #f6f6f6;
}
.loginForRead .loginForRead_heading {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
}
.loginForRead .loginForRead_heading::before {
  content: none;
}
.loginForRead .loginForRead_desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.loginForRead .loginForRead_action {
  margin: 2.5rem 0 0;
}
.loginForRead .loginForRead_action_list {
  display: flex;
  justify-content: center;
  padding: 0.1rem;
}
.loginForRead .loginForRead_action_item {
  flex: 1;
  max-width: 34.3rem;
}
.loginForRead .loginForRead_action_item:only-child {
  flex: auto;
  width: 100%;
}
.loginForRead .loginForRead_action_item + .loginForRead_action_item {
  margin-left: 1.2rem;
}
.loginForRead .loginForRead_action_btn {
  display: block;
  min-width: 0;
  margin: 0 auto;
}
.loginForRead .loginForRead_action_btn.c-btn {
  width: 100%;
  min-width: auto !important;
  margin-top: 0 !important;
}
.loginForRead .loginForRead_logo {
  margin: 3.2rem 0 0;
  text-align: center;
}
.loginForRead .loginForRead_logo img {
  width: 28rem;
}
.loginForRead .loginForRead_body {
  margin: 3rem 0 0;
  font-size: 1.7rem;
  line-height: 1.76;
}
.loginForRead .loginForRead_body p:last-child, .loginForRead .loginForRead_body ul:last-child, .loginForRead .loginForRead_body ol:last-child, .loginForRead .loginForRead_body dl:last-child, .loginForRead .loginForRead_body div:last-child {
  margin-bottom: 0 !important;
}
.loginForRead .loginForRead_body a {
  text-decoration: underline;
}
.loginForRead .loginForRead_body a:hover {
  color: #cf0001;
}
.loginForRead .loginForRead_body li {
  position: relative;
  list-style-type: none !important;
}
.loginForRead .loginForRead_body li::before {
  display: block;
  position: absolute;
  top: 1.1rem;
  left: -1.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #cf0001;
  content: "";
}

/* -----------------------------------------------
  .pagination
----------------------------------------------- */
.pagenation, .pagination {
  margin: 3rem 0 0;
  font-size: 1.4rem;
}
.pagenation_nextPage, .pagination_nextPage {
  display: table;
  margin: 0 auto 2rem;
}
.pagenation_nextPage > a, .pagenation_nextPage > span, .pagination_nextPage > a, .pagination_nextPage > span {
  display: flex;
  align-items: center;
  padding: 1.3rem 1.9rem 1.1rem;
  border: solid 1px #cf0001;
  border-radius: 2px;
  color: #cf0001;
  font-weight: bold;
  font-size: 1.2rem;
}
.pagenation_nextPage a, .pagination_nextPage a {
  color: #cf0001;
}
.pagenation_nextPage a > span, .pagination_nextPage a > span {
  color: #121212;
  transition: all 0.3s ease-out;
}
.pagenation_nextPage a:hover, .pagination_nextPage a:hover {
  text-decoration: none;
}
.pagenation_nextPage a:hover > span, .pagination_nextPage a:hover > span {
  color: #cf0001;
}
.pagenation_nextPage_title, .pagination_nextPage_title {
  max-width: 37rem;
  margin-left: 2rem;
  overflow: hidden;
  color: #121212;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagenation_list, .pagination_list {
  display: flex;
  justify-content: center;
}
.pagenation_list_item, .pagination_list_item {
  width: 3.8rem;
  height: 3.8rem;
  overflow: hidden;
  border-radius: 2px;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: center;
}
.pagenation_list_item:not(:first-child), .pagination_list_item:not(:first-child) {
  margin-left: 0.6rem;
}
.pagenation_list_item a, .pagenation_list_item span, .pagination_list_item a, .pagination_list_item span {
  display: block;
  position: relative;
  height: 100%;
  border: 1px solid transparent;
  background: #fafafa;
  color: #cf0001;
  line-height: 3.6rem;
}
.pagenation_list_item a:hover, .pagination_list_item a:hover {
  border-color: #cf0001;
  text-decoration: none;
}
.pagenation_list_item.-current, .pagination_list_item.-current {
  background: #cf0001;
  color: #fff;
}
.pagenation_list_item.-prev a::before, .pagenation_list_item.-prev span::before, .pagenation_list_item.-next a::before, .pagenation_list_item.-next span::before, .pagination_list_item.-prev a::before, .pagination_list_item.-prev span::before, .pagination_list_item.-next a::before, .pagination_list_item.-next span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.pagenation_list_item.-prev a::before, .pagenation_list_item.-prev span::before, .pagination_list_item.-prev a::before, .pagination_list_item.-prev span::before {
  left: 1.6rem;
  border-bottom: 2px solid #cf0001;
  border-left: 2px solid #cf0001;
}
.pagenation_list_item.-next a::before, .pagenation_list_item.-next span::before, .pagination_list_item.-next a::before, .pagination_list_item.-next span::before {
  right: 1.6rem;
  border-top: 2px solid #cf0001;
  border-right: 2px solid #cf0001;
}

.pagenation.-nolink a, .pagination.-nolink a {
  pointer-events: none;
}

/* -----------------------------------------------
  .articleNavLink
----------------------------------------------- */
.articleNavLink {
  width: 85.6rem;
  margin: 0 auto 6rem;
}
.articleNavLink_list {
  display: flex;
  justify-content: center;
  margin: 0 0 0 -3.2rem;
}
.articleNavLink_item {
  width: calc(50% - 3.2rem);
  margin: 0 0 0 3.2rem;
}
.articleNavLink_item a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.4rem 1.6rem 0.3rem;
  border: 1px solid #cf0001;
  border-radius: 2px;
  background: #fff;
  color: #cf0001;
  text-align: center;
}
.articleNavLink_item a:hover {
  background: #cf0001;
  color: #fff;
  text-decoration: none;
}

/* -----------------------------------------------
.contents
----------------------------------------------- */
.contents.l-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #051127 url(/images/dinv/2022tky/bg_content__pc.png) no-repeat center center;
  background-size: cover;
}
.contents.l-section .l-container {
  padding: 5rem 9.6rem;
  background: #fff;
}

.contentsList {
  margin-bottom: 4rem;
}
.contentsList_item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #eee;
}
.contentsList_item:last-child {
  margin-bottom: 0;
}
.contentsList_item a {
  display: flex;
  align-items: flex-start;
}
.contentsList_item a:hover {
  text-decoration: none;
}
.contentsList_item a:hover .contentsList_title {
  color: #cf0001;
}
.contentsList_item a:hover .contentsList_img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.contentsList_info {
  width: calc(100% - 24rem);
  padding-right: 3rem;
}
.contentsList_img {
  width: 24rem;
  overflow: hidden;
}
.contentsList_img img {
  border-radius: 0.2rem;
}
.contentsList_title {
  margin: 0 0 1.2rem;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
}
.contentsList_text {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}
.contentsList_date {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* -----------------------------------------------
.recommend
----------------------------------------------- */
.recommend.l-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #051127 url(/images/dinv/2022tky/bg_content_01__pc.jpg) no-repeat center center;
  background-size: cover;
}
.recommend.l-section .l-container {
  padding: 5rem;
  background: #fff;
}

.recommendList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommendList_item {
  width: calc(50% - 1.5rem);
  padding-bottom: 2rem;
  border-bottom: solid #eee 1px;
}
.recommendList_item:nth-child(n+3) {
  padding-top: 2.5rem;
}
.recommendList_item a {
  display: block;
  display: flex;
  align-items: flex-start;
  transition: opacity 0.3s;
}
.recommendList_item a:hover {
  text-decoration: none;
}
.recommendList_item a:hover .recommendList_title {
  color: #cf0001;
}
.recommendList_item a:hover .recommendList_img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.recommendList_item a:hover img {
  opacity: 1;
}
.recommendList_info {
  width: calc(100% - 12.4rem);
}
.recommendList_img {
  width: 12.4rem;
  padding-left: 2rem;
  overflow: hidden;
  border-radius: 2px;
}
.recommendList_category {
  display: flex;
  align-items: center;
  color: #680038;
  font-size: 1.2rem;
  line-height: 1.5;
}
.recommendList_category_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.4rem;
}
.recommendList_title {
  margin: 0.6rem 0 0.8rem;
  color: #000;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}
.recommendList_text {
  margin-bottom: 1.4rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}
.recommendList_date {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #666;
  font-size: 1.2rem;
}
.recommendList_tag {
  display: inline-block;
  margin: 0 0.3rem 0.7rem 0;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  border-radius: 1.1rem;
  background: #172f53;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

/* -----------------------------------------------
  .seminar
----------------------------------------------- */
.seminar {
  margin-top: 0;
}

.seminarList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4rem;
  margin-left: -3.2rem;
}
.seminarList_item {
  z-index: 1;
  position: relative;
  width: calc(100% / 4.001 - 3.2rem);
  margin-top: 4rem;
  margin-left: 3.2rem;
}
.seminarList_item a {
  color: currentColor;
}
.seminarList_item a:hover {
  text-decoration: none;
}
.seminarList_item a:hover img {
  opacity: 1;
}
.seminarList_item a:hover .seminarList_item_head::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.seminarList_item a:hover .seminarList_item_title {
  color: #cf0001;
}
.seminarList_item_head {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.seminarList_item_head::before, .seminarList_item_head::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.5s;
}
.seminarList_item_head::before {
  background-image: linear-gradient(to right, #070125, #054c79);
}
.seminarList_item_head::after {
  background: url(/images/dinv/2022tky/bg_seminar__pc.png) 100% 100%/auto 100% no-repeat;
}
.seminarList_item_head_image img {
  height: 12rem;
}
.seminarList_item_head_date {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.seminarList_item_head_date span span {
  display: inline-block;
}
.seminarList_item_head_date span span.-week {
  display: block;
  text-indent: 0.5em;
}
.seminarList_item_title {
  margin: 0 0 0.7rem;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}
.seminarList_item_speaker {
  margin: 0.7rem 0 0;
}
.seminarList_item_speaker_title {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}
.seminarList_item_speaker_title b {
  display: inline-block;
  margin-bottom: 0.25em;
  color: #000;
}
.seminarList_item_speaker_name {
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.seminarList_item.-disabled {
  opacity: 0.75;
}
.seminarList_item.-disabled a {
  display: block;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.seminarList_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -0.5rem;
}
.seminarList_tags_item {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.1rem 1rem;
  border-radius: 2em;
  background-color: #172f53;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
  .seminarList_item {
    width: calc(100% / 3.001 - 3.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .seminarList_item {
    width: calc(100% / 2.001 - 3.2rem);
  }
}

/* -----------------------------------------------
.chat
----------------------------------------------- */
.chat {
  padding: 3rem 6rem;
  background: url(/images/dinv/2022tky/bg_chat__pc.png) no-repeat #e2e8eb center top/cover;
}
.chat_note {
  margin-top: 2rem;
  line-height: 1.5;
  text-align: center;
}
.chat .button a {
  display: table;
  min-width: 34.3rem;
  height: 5.6rem;
  margin: 3rem auto 0;
  padding: 1.2rem 2rem 1rem;
  border-radius: 2px;
  background: #184487;
  background-image: linear-gradient(to right, #5278b1, #184487);
  box-shadow: 0 2px 0.8rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 3.6rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.chat .button a .icon-chat {
  transition: 0.3s;
}
.chat .button a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #184487;
  color: #184487;
}
.chat .button a:hover .icon-chat {
  fill: #5273a5 !important;
  opacity: 1 !important;
}
.chat .button a:hover .icon-chat.-back {
  fill: #8ba1c3 !important;
  opacity: 1 !important;
}
.chat .button span {
  display: block;
  position: relative;
  top: -0.5rem;
  line-height: 1;
}

/* -----------------------------------------------
  .popup
----------------------------------------------- */
body.-popup {
  height: 100%;
  background: #f6f6f6;
}

.l-popUp {
  padding: 0 1rem;
  background: #fff;
}
.l-popUp .c-btn02 {
  margin-top: 2.8rem;
}
.l-popUp_header {
  display: flex;
  align-items: center;
  width: 112rem;
  margin: 0 auto;
  padding: 2rem 0 1.7rem;
}
.l-popUp_header_siteLogo {
  width: 27.6rem;
}
.l-popUp_header_siteLogo a {
  transition: all 0.3s;
}
.l-popUp_header_siteLogo a:hover {
  opacity: 0.5;
}
.l-popUp_header_heading {
  flex: 1;
  margin-left: 3.3rem;
  line-height: 1;
}
.l-popUp_header_title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-popUp_header_date {
  color: #666;
  font-size: 1.2rem;
}
.l-popUp_content {
  width: 112rem;
  margin: 0 auto;
}
.l-popUp_contentWrapper {
  margin: 0 auto;
}
.l-popUp_footer {
  min-width: 114rem;
  margin: 3rem -1rem 0;
  padding: 0 1rem;
  background: #f6f6f6;
}
.l-popUp_footer_inner {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding: 3rem 0 2.6rem;
}
.l-popUp_footer_company img {
  width: 7.6rem;
}
.l-popUp_footer_company a {
  transition: all 0.3s;
}
.l-popUp_footer_company a:hover {
  opacity: 0.5;
}
.l-popUp_footer_copyright {
  color: #7a7a7a;
  font-size: 1.2rem;
}

/* -----------------------------------------------
  .articleImageDetail
----------------------------------------------- */
.articleImageDetail {
  margin: 0 0 2rem;
}
.articleImageDetail_viewer {
  margin: 0;
}
.articleImageDetail_image {
  text-align: center;
}
.articleImageDetail_image img {
  width: 100%;
}
.articleImageDetail_caption {
  margin: 1rem 0 0;
  color: #666;
  font-weight: bold;
  font-size: 1.3rem;
}
.articleImageDetail_caption_source {
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .articleImageDetail_image {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}

/* -----------------------------------------------
  .questionnaire
----------------------------------------------- */
#wrapper .questionnaire .c-btn {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
#wrapper .questionnaire .c-btn.nolink {
  border: none;
  background-image: none;
  background-color: #cacaca;
  box-shadow: none;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
#wrapper .questionnaire .c-btn.nolink:before {
  background: transparent;
}

.questionnaire {
  font-size: 1.4rem;
}
.questionnaire_heading {
  margin: 0 0 3rem;
  padding: 1rem 1.2rem;
  background: #103d67;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}
.questionnaire_box {
  margin: 0 0 2rem;
  padding: 0 3rem 3rem;
  border: solid 1px #eee;
  border-top: none;
}
.questionnaire_box .c-notice {
  margin-top: 3rem;
}
.questionnaire_section + .questionnaire_section {
  margin-top: 2.5rem;
}
.questionnaire_section_title {
  margin: 0 0 2rem;
  padding: 0.9rem 1.5rem;
  border-radius: 2px;
  background: #f6f7fc;
  font-weight: 500;
  font-size: 1.7rem;
}
.questionnaire_data {
  margin-bottom: 1.5rem;
}
.questionnaire_data_info {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.questionnaire_data_size {
  display: block;
  font-weight: 500;
  text-align: right;
}
.questionnaire_data_credit {
  margin: 0.6rem 0 0;
  padding-left: 2.8rem;
}
.questionnaire_list {
  margin: 0 0 3rem;
}
.questionnaire_list_question {
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  border-bottom: solid 1px #eee;
  font-weight: bold;
  font-size: 1.4rem;
}
.questionnaire_list_required {
  display: inline-block;
  padding: 0.2rem 0.3rem;
  border: solid #ed1524 1px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #f25f65, #ed1524);
  background-color: #ed1524;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
}
.questionnaire_list_answer {
  font-size: 1.4rem;
}
.questionnaire_list_answer + .questionnaire_list_question {
  margin-top: 3rem;
}
.questionnaire_attention {
  margin: 3rem 0;
  font-size: 1.2rem;
}
.questionnaire_permission iframe {
  display: block;
  width: 100%;
  height: 9rem;
  margin: 0 0 3rem;
  border: 1px solid #cacaca;
}
.questionnaire_permission_list {
  margin: 1rem 0 0;
}
.questionnaire_permission_list_item a {
  color: #cf0001;
}
.questionnaire_permission_agreement {
  display: table;
  margin: 3rem auto 0;
  font-size: 1.2rem;
}
.questionnaire_permission_agreement_btn {
  display: table;
  z-index: 2;
  position: relative;
  position: relative;
  min-width: 35.2rem;
  padding: 1.6rem 1.5rem;
  border: 0.1rem solid #184487;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}
.questionnaire_permission_agreement_btn.c-btn {
  margin: 2rem auto 0;
}
.questionnaire_permission_agreement_btn::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border-radius: 0.2rem;
  background: #184487;
  background-image: linear-gradient(to right, #5278b1, #184487);
  content: "";
  transition: opacity 0.2s;
}
.questionnaire_permission_agreement_btn:hover {
  color: #184487;
}
.questionnaire_permission_agreement_btn:disabled {
  border-color: #cacaca;
  background-image: none;
  background-color: #cacaca;
  box-shadow: none;
  color: #fff;
  cursor: default;
}
.questionnaire_permission_agreement_btn:disabled:before {
  background: transparent;
}
.questionnaire_permission_agreement_text {
  display: table;
  min-width: 35.2rem;
  margin: 2rem auto 0;
  padding: 1.8rem 1.5rem;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}
.questionnaire .questionnaire_result {
  margin-top: 3.5rem;
  padding: 2.5rem;
  background: #f6f6f6;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, .questionnaire_permission_agreement_btn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*****************************************************
  Project_bpcms top
*****************************************************/
/* -----------------------------------------------
  .pickUp
----------------------------------------------- */
.pickUp {
  min-width: 114rem;
  padding: 4rem 0 7.6rem;
  overflow: hidden;
}
.pickUp_slide {
  min-width: 114rem;
  opacity: 0;
}
.pickUp_slide.slick-initialized {
  -webkit-animation: 1s fadeIn 0.5s forwards;
          animation: 1s fadeIn 0.5s forwards;
}
.pickUp_slide .slick-dots {
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
  margin: 0 auto;
}
.pickUp_slide_item {
  position: relative;
  width: 54.4rem;
  margin: 0 1rem;
}
.pickUp_slide_item a {
  display: block;
  overflow: hidden;
}
.pickUp_slide_item a:hover .pickUp_slide_item_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.pickUp_slide_item a:hover .pickUp_slide_item_title {
  text-decoration: underline;
}
.pickUp_slide_item_image img {
  transition: 0.3s ease-out;
}
.pickUp_slide_item_image::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  content: "";
  opacity: 0.6;
}
.pickUp_slide_item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 5rem;
  color: #fff;
}
.pickUp_slide_item_title {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

/* -----------------------------------------------
  .news
----------------------------------------------- */
.news {
  margin-top: 0;
}
.news.l-section {
  padding: 5rem 0 0;
}
.news_title {
  position: relative;
  margin: 0;
  padding-left: 1.1rem;
  color: #680038;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.news_title::before {
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.3rem;
  height: 1em;
  background: linear-gradient(to bottom, #680038 0%, #680038 50%, #6e97d3 50%, #6e97d3 100%);
  content: "";
}
@media screen and (max-width: 768px) {
  .news {
    padding: 3rem 0 4rem;
  }
  .news_title {
    margin-bottom: 1.7rem;
  }
}
.news_moreLink {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

/* -----------------------------------------------
  .newsList
----------------------------------------------- */
.newsList_item {
  display: flex;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.5;
}
.newsList_item:first-child {
  border-top: 1px solid #eee;
}
.newsList_item a {
  display: flex;
  width: calc(100% + 1rem);
  margin: -1rem -0.5rem;
  padding: 1rem 0.5rem;
  color: currentColor;
}
.newsList_item a:hover {
  text-decoration: none;
}
.newsList_item a:hover .newsList_item_text {
  color: #cf0001;
}
.newsList_item_date {
  width: 5em;
  margin-right: 1em;
}
.newsList_item_text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .newsList_item {
    display: block;
  }
  .newsList_item a {
    display: block;
    width: auto;
  }
  .newsList_item_date {
    width: auto;
    margin: 0;
  }
}

/* -----------------------------------------------
  .relationLogo
----------------------------------------------- */
.relationLogo {
  background-color: #fff;
}
.relationLogo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding: 1rem;
  background: #f6f7fc;
}
.relationLogo_list_item {
  width: calc(50% - 0.4rem);
  height: 5rem;
  margin-top: 0.8rem;
  border: 1px solid #f6f7fc;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.2);
}
.relationLogo_list_item:nth-child(-n+2) {
  margin-top: 0;
}
.relationLogo_list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .relationLogo_list {
    display: block;
    padding: 1.6rem;
  }
  .relationLogo_list_item {
    width: auto;
    height: 4rem;
  }
  .relationLogo_list_item + .relationLogo_list_item {
    margin-top: 1.2rem;
  }
  .relationLogo_list_item a {
    padding: 0 2rem;
  }
  .relationLogo_list_item img {
    max-height: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .relationLogo_list {
    padding: 1.6rem 0.8rem;
  }
}

/* -----------------------------------------------
  .bannerArea
----------------------------------------------- */
.bannerArea {
  min-width: 114rem;
  padding: 4rem 1rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bannerArea {
    padding: 1.5rem 0;
  }
}
.bannerArea.-marginL {
  padding: 6rem 0;
}

/* -----------------------------------------------
  .adArea
----------------------------------------------- */
.adArea {
  padding: 2rem 0;
  background-color: #f6f6f6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adArea {
    padding: 1.5rem 0;
  }
}

/* -----------------------------------------------
  .articlePanel
----------------------------------------------- */
.articlePanel_item a {
  display: block;
  height: 100%;
  color: #000;
}
.articlePanel_item a:hover {
  text-decoration: none;
}
.articlePanel_item a:hover .articlePanel_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.articlePanel_item a:hover .articlePanel_title {
  color: #cf0001;
}
.articlePanel_image {
  overflow: hidden;
  border-radius: 0.2rem;
}
.articlePanel_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.articlePanel_text {
  margin: 2rem 0 0;
  line-height: 1.5;
}
.articlePanel_parentTitle {
  margin-bottom: -1rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.articlePanel_shoulder {
  font-weight: bold;
}
.articlePanel_icon {
  display: table;
  margin: 0 0 1rem;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  background: #070125;
  color: #fff;
  font-size: 1.2rem;
}
.articlePanel_subTitle {
  font-size: 1.4rem;
}
.articlePanel_title {
  margin: 0;
  font-weight: bold;
  font-size: 1.7rem;
}
.articlePanel_date {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.articlePanel_date.-v02 {
  margin-top: 0.6rem;
  color: #666;
  font-weight: normal;
}
.articlePanel_desc {
  margin-top: 1rem;
  color: #666;
  font-size: 1.4rem;
}
.articlePanel_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -0.5rem;
}
.articlePanel_tags_item {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.1rem 1rem;
  border-radius: 2em;
  background-color: #680038;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .articlePanel_icon {
    margin-bottom: 0.5rem;
  }
  .articlePanel_title {
    font-size: 1.5rem;
  }
  .articlePanel_date {
    margin-top: 0.5rem;
  }
  .articlePanel_desc {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .articlePanel_tags {
    margin-top: 0;
  }
}

/* -----------------------------------------------
  .articleList
----------------------------------------------- */
.articleList_item {
  display: flex;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.articleList_item:last-child {
  margin-bottom: 0;
}
.articleList_item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  color: #000;
}
.articleList_item a:hover {
  text-decoration: none;
}
.articleList_item a:hover .articleList_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.articleList_item a:hover .articleList_title {
  color: #cf0001;
}
.articleList_image {
  width: 25.6rem;
  margin-right: 3.2rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.articleList_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.articleList_text {
  flex: 1;
  line-height: 1.5;
}
.articleList_shoulder {
  font-weight: bold;
}
.articleList_icon {
  display: inline-table;
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  background: #070125;
  color: #fff;
  font-size: 1.2rem;
}
.articleList_subTitle {
  font-size: 1.4rem;
}
.articleList_title {
  margin: 0;
  font-weight: bold;
  font-size: 1.7rem;
}
.articleList_date {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.articleList_desc {
  margin-top: 1rem;
  color: #666;
  font-size: 1.4rem;
}
.articleList_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -0.5rem;
}
.articleList_tags_item {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.1rem 1rem;
  border-radius: 2em;
  background-color: #680038;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .articleList {
    display: block;
  }
  .articleList_item a {
    display: block;
    overflow: hidden;
  }
  .articleList_image {
    width: 8rem;
    margin-right: 0;
    margin-left: 2rem;
    float: right;
  }
  .articleList_icon {
    display: table;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .articleList_title {
    font-size: 1.5rem;
  }
  .articleList_date {
    margin-top: 0.5rem;
  }
  .articleList_desc {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .articleList_tags {
    margin-top: 0;
  }
}

/* -----------------------------------------------
  .newArrival
----------------------------------------------- */
.newArrival.l-section {
  padding-top: 2rem;
  padding-bottom: 0;
}

/* -----------------------------------------------
  .exhibitor
----------------------------------------------- */
.exhibitor_cont {
  margin-top: 6rem;
}

/* -----------------------------------------------
  .exhibitorList
----------------------------------------------- */
.exhibitorList.c-grid {
  margin-top: -1.8rem;
}
.exhibitorList_item {
  padding-bottom: 1.4rem;
  border-bottom: solid #eee 1px;
}
.exhibitorList_item.c-grid_col {
  margin-top: 1.8rem;
}
.exhibitorList_item a {
  display: table;
  width: 100%;
  color: #000;
  transition: opacity 0.3s;
}
.exhibitorList_item a:hover {
  text-decoration: none;
}
.exhibitorList_item a:hover .exhibitorList_title {
  color: #cf0001;
}
.exhibitorList_item a:hover .exhibitorList_img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.exhibitorList_item a:hover img {
  opacity: 1;
}
.exhibitorList_info, .exhibitorList_img {
  display: table-cell;
  vertical-align: top;
  table-layout: fixed;
}
.exhibitorList_info {
  padding-right: 2rem;
}
.exhibitorList_img {
  width: 16rem;
  padding-top: 0.2rem;
  overflow: hidden;
  border-radius: 2px;
}
.exhibitorList_parentTitle {
  margin-bottom: -0.5rem;
  font-weight: 600;
  font-size: 1.4rem;
}
.exhibitorList_title {
  margin: 0.6rem 0 0.5rem;
  color: #000;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}
.exhibitorList_date {
  display: block;
  margin-top: 0.5rem;
  color: #666;
  font-size: 1.2rem;
}
.exhibitorList_icon {
  display: table;
  margin: 0 0 0.8rem;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  background: #070125;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* -----------------------------------------------
  .cardList
----------------------------------------------- */
.cardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 2px);
  margin-top: -2px;
  margin-left: -2px;
}
.cardList_item {
  width: calc(25% - 2px);
  margin-top: 2px;
  margin-left: 2px;
  padding: 0.8rem 1.8rem;
  background: #f6f7fc;
  font-size: 1.4rem;
  line-height: 1.5;
}
.cardList_item:nth-child(8n+1), .cardList_item:nth-child(8n+2), .cardList_item:nth-child(8n+3), .cardList_item:nth-child(8n+4) {
  background: #edeff9;
}

/* -----------------------------------------------
  .cardList02
----------------------------------------------- */
.cardList02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 2px);
  margin-top: -2px;
  margin-left: -2px;
}
.cardList02_item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(25% - 2px);
  min-height: 6.4rem;
  margin-top: 2px;
  margin-left: 2px;
  padding: 1rem;
  background: #f6f7fc;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.cardList02_item > a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cardList02_item:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid transparent 5px;
  border-right: solid #172f53 5px;
  border-bottom: solid transparent 5px;
  border-left: solid transparent 5px;
  content: "";
}

/* -----------------------------------------------
  .booth
----------------------------------------------- */
.booth {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.booth_container {
  width: 100%;
  max-width: 124rem;
  padding: 6rem;
  background: rgba(0, 0, 0, 0.5);
}
.booth_sponsor + .booth_sponsor {
  margin-top: 5.5rem;
}
.booth_sponsor_title {
  position: relative;
  margin: 0 0 3rem;
  padding: 0 0 0 1.7rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.booth_sponsor_title::before {
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.4rem;
  width: 0.3rem;
  height: 2rem;
  background: linear-gradient(to bottom, #aebed1 0%, #aebed1 50%, #fff 50%, #fff 100%);
  content: "";
}
.booth_sponsorList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
  margin-left: -3.2rem;
}
.booth_sponsorList_item {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-left: 3.2rem;
  line-height: 1;
}
.booth_sponsorList_item a {
  height: 100%;
  background: #fff;
  text-decoration: none;
}
.booth_sponsorList_item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.booth_sponsorList_item a:hover img {
  opacity: 1;
}
.booth_sponsorList_item .-text {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  padding: 1rem 4rem;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
}
.booth_sponsorList_item_image {
  margin-bottom: 1.2rem;
}
.booth_sponsorList.-xlarge .booth_sponsorList_item {
  width: calc(49.9750124938% - 3.2rem);
}
.booth_sponsorList.-large {
  margin-left: -3.2rem;
}
.booth_sponsorList.-large .booth_sponsorList_item {
  width: calc(33.3222259247% - 3.2rem);
  margin-left: 3.2rem;
}
.booth_sponsorList.-large .-text {
  min-height: 8rem;
  padding: 0 3rem;
  font-size: 1.8rem;
}
.booth_sponsorList.-large a {
  padding: 1.5rem 0;
}
.booth_sponsorList.-medium {
  margin-left: -3.2rem;
}
.booth_sponsorList.-medium .booth_sponsorList_item {
  width: calc(24.9937515621% - 3.2rem);
  margin-left: 3.2rem;
}
.booth_sponsorList.-medium .-text {
  min-height: 5.8rem;
  padding: 0 3rem;
  font-size: 1.5rem;
}
.booth_sponsorList.-medium a {
  padding: 0.9rem 0;
}
.booth_sponsorList.-small {
  margin-left: -3.2rem;
}
.booth_sponsorList.-small .booth_sponsorList_item {
  width: calc(16.6638893518% - 3.2rem);
  margin-left: 3.2rem;
}
.booth_sponsorList.-small .booth_sponsorList_item .-text {
  min-height: 3.6rem;
  padding: 0 1.2rem;
  font-size: 1.3rem;
}
.booth_sponsorList.-small .booth_sponsorList_item a {
  padding: 0.9rem 0;
}

/* -----------------------------------------------
  .boothContents
----------------------------------------------- */
.boothContents {
  padding: 5rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.boothContents + .boothContents {
  margin-top: 3rem;
}
.boothContents_group {
  display: flex;
}
.boothContents_category {
  position: relative;
  width: 16.2rem;
  padding: 6.2rem 2rem 0;
  background-position: 50% 0;
  background-size: 6rem auto;
  background-repeat: no-repeat;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
.boothContents_category::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #f4cfed, #1e2e9d, #176379, #259989);
  content: "";
}
.boothContents_category.-solution {
  background-image: url(/images/dinv/2022tky/icon_solution.svg);
}
.boothContents_category.-download {
  background-image: url(/images/dinv/2022tky/icon_download.svg);
}
.boothContents_category.-document {
  background-image: url(/images/dinv/2022tky/icon_document.svg);
}
.boothContents_list {
  flex: 1;
}
.boothContents_list_item + .boothContents_list_item {
  margin-top: 2rem;
}
.boothContents_list_item_company {
  display: inline-block;
  margin: 0 0 0.7rem;
  color: currentColor;
  font-size: 1.4rem;
  line-height: 1.5;
}
.boothContents_list_item_company::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 1rem;
  border-width: 0.5rem 0 0.5rem 0.7rem;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  content: "";
}
.boothContents_list_item_panel {
  display: flex;
  position: relative;
  padding: 3rem 5.7rem 3rem 3rem;
  background-color: #161a1f;
  color: currentColor;
  transition: background-color 0.3s;
}
.boothContents_list_item_panel::after {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 0.5rem 0 0.5rem 0.7rem;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  content: "";
}
.boothContents_list_item_panel:hover {
  background-color: rgba(207, 0, 1, 0.2);
  text-decoration: none;
}
.boothContents_list_item_image {
  margin-right: 3rem;
}
.boothContents_list_item_text {
  flex: 1;
}
.boothContents_list_item_text + .boothContents_list_item_image {
  margin-right: 0;
  margin-left: 3rem;
}
.boothContents_list_item_title {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.boothContents_list_item_subTitle {
  margin: 0.7rem 0 0;
  color: #b2b2b2;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.boothContents_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0.7rem 0 0 -0.5rem;
}
.boothContents_tags_item {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.1rem 1rem;
  border-radius: 2em;
  background-color: #680038;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .boothContents {
    margin: 0 -1.6rem;
    padding: 4rem 1.6rem;
  }
  .boothContents_group {
    display: block;
  }
  .boothContents_category {
    width: 100%;
    padding: 2rem 0 2rem 4rem;
    background-position: 0 50%;
    background-size: 3rem auto;
    text-align: left;
  }
  .boothContents_category::before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #f4cfed, #1e2e9d, #176379, #259989);
  }
  .boothContents_list_item + .boothContents_list_item {
    margin-top: 1.5rem;
  }
  .boothContents_list_item_company {
    display: block;
    position: relative;
    margin-bottom: 1.2rem;
    padding: 1.2rem 1.2rem 0;
    font-size: 1.2rem;
  }
  .boothContents_list_item_company::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    content: "";
  }
  .boothContents_list_item_panel {
    padding: 1.5rem 3.8rem 1.5rem 1.5rem;
  }
  .boothContents_list_item_panel::after {
    right: 1.6rem;
  }
  .boothContents_list_item_image {
    margin-right: 1.5rem;
  }
  .boothContents_list_item_image img {
    width: 8rem;
  }
  .boothContents_list_item_text {
    flex: 1;
  }
  .boothContents_list_item_text + .boothContents_list_item_image {
    margin-left: 1.5rem;
  }
  .boothContents_list_item_title {
    font-size: 1.6rem;
  }
  .boothContents_list_item_subTitle {
    font-size: 1.3rem;
  }
  .boothContents_tags {
    margin-top: 0.6rem;
  }
}

/* -----------------------------------------------
  .outline
----------------------------------------------- */
.outline {
  background: url(/images/dinv/2022tky/bg_columnleft__pc.png) no-repeat bottom left;
}
.outline_heading {
  flex: 1;
}
.outline_body {
  width: calc(100% - 28.8rem);
  margin-left: 3.2rem;
}
.outline_body p + p {
  margin-top: 1.125em;
}
.outline_title {
  margin: 0 0 2.5rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

/* -----------------------------------------------
  .inquiryfaq
----------------------------------------------- */
.inquiryfaq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: url(/images/dinv/2022tky/bg_columnleft__pc.png) no-repeat;
  background-position: bottom 6rem left 0;
}
.inquiryfaq .l-container {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .inquiryfaq {
    padding: 4rem 0 0;
  }
  .inquiryfaq_container {
    max-width: 100%;
    margin: 0;
    padding: 4rem 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .inquiryfaq_container {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

/* -----------------------------------------------
  .faq
----------------------------------------------- */
.faq + .faq {
  margin-top: 5.7rem;
}
.faq_nav {
  z-index: 1;
  position: relative;
  margin-bottom: 3.4rem;
  margin-left: -2.5rem;
}
.faq_nav_item {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  margin-left: 2.5rem;
  padding-left: 2rem;
  color: #cf0001;
  font-size: 1.4rem;
  line-height: 1.4;
}
.faq_nav_item::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 0.7rem 0.5rem 0 0.5rem;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
  content: "";
}
.faq_nav_item a:hover {
  text-decoration: underline;
}
.faq_heading {
  position: relative;
  margin: 0 0 2.6rem;
  padding-left: 1.1rem;
  color: #680038;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.faq_heading::before {
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 0.4em);
  background: linear-gradient(to bottom, #680038 0%, #680038 50%, #6e97d3 50%, #6e97d3 100%);
  content: "";
}
.faq_list {
  margin: 0;
}
.faq_list_question {
  position: relative;
  padding: 1.6rem 6.4rem 1.6rem 4.2rem;
  background: #f1f7ff url(/images/dinv/2022tky/icon_q.svg) no-repeat 2rem 1.7rem/1.2rem 2rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.1s linear;
}
.faq_list_question i {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.2rem;
  background-color: #cf0001;
}
.faq_list_question i::before, .faq_list_question i::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.4rem;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transition: 0.1s linear;
}
.faq_list_question i::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq_list_question.-open i::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_list_answer {
  padding: 0 1rem 1rem;
  background: #f1f7ff;
}
.faq_list_answer_body {
  padding: 1.6rem 3.2rem 1.6rem 4.3rem;
  background: url(/images/dinv/2022tky/icon_a.svg) no-repeat 2rem 1.8rem/1.3rem 1.7rem #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.faq_list_answer + .faq_list_question {
  margin-top: 0.2rem;
}

/* -----------------------------------------------
  .inquiry
----------------------------------------------- */
.inquiry {
  margin-top: 5.7rem;
}
.inquiry_heading {
  margin: 0 0 3rem;
  padding: 0 0.5rem 0.6rem 0.5rem;
  border-bottom: 1px solid #eee;
  color: #680038;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.inquiry_sec + .inquiry_sec {
  margin-top: 4rem;
}
.inquiry_sec {
  margin-top: 3.7rem;
}
.inquiry_sec p {
  line-height: 1.5;
}
.inquiry_bg {
  padding: 2rem;
  background-color: #f6f6f6;
}
.inquiry_title {
  margin: 0 0 2rem;
  color: #680038;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.inquiry_attention {
  margin-top: 3rem;
  padding: 2.5rem 2rem 2rem;
  background: #f1f7ff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.inquiry_attention p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.inquiry_btn {
  display: table;
  position: relative;
  min-width: 44.7rem;
  margin: 5.4rem auto 0;
  padding: 1.6rem 1.5rem 1.7rem;
  border: 0.2rem solid #ae008f;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}
.inquiry_btn:hover {
  color: #ae008f;
  text-decoration: none;
}
.inquiry_btn:hover::before {
  opacity: 0;
}
.inquiry_btn::before {
  display: block;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border-radius: 0.2rem;
  background: linear-gradient(to right, #d21db2, #ae008f);
  content: "";
  transition: opacity 0.2s;
}
.inquiry_btn_label {
  z-index: 1;
  position: relative;
}
.inquiry_btn_balloon {
  position: absolute;
  top: -1.1rem;
  left: 2rem;
  min-width: 9.8rem;
  padding: 0.4rem 0;
  background: #cf0001;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}
.inquiry_btn_balloon::after {
  display: block;
  position: absolute;
  bottom: -0.7rem;
  left: 2rem;
  width: 0;
  height: 0;
  border-width: 0 0.7rem 0.7rem 0;
  border-style: solid;
  border-color: transparent #cf0001 transparent transparent;
  content: "";
}

/* -----------------------------------------------
  .contact
----------------------------------------------- */
.contact {
  padding: 8rem 0;
  color: #fff;
  text-align: center;
}
.contact_heading {
  margin: 0 0 2.6rem;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.2;
}
.contact_text {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact {
    margin: 0;
    padding: 4.5rem 0 5rem;
  }
  .contact_heading {
    font-size: 2.4rem;
  }
  .contact_text {
    text-align: left;
  }
}

/* -----------------------------------------------
  .backnumber
----------------------------------------------- */
.backnumber.l-section {
  padding-top: 6rem;
}
.backnumber.l-section > .l-container {
  padding: 6rem 9.6rem 4rem;
  background: #fff;
}
.backnumber.l-section > .l-container .l-container {
  width: 100%;
}
.backnumber .bannerArea {
  width: 100%;
  min-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0;
}
.backnumber .article_footer {
  padding-bottom: 0;
}

/* -----------------------------------------------
  .backnumberList
----------------------------------------------- */
.backnumberList {
  margin-bottom: 4rem;
}
.backnumberList_item {
  padding-bottom: 2rem;
  border-bottom: solid #eee 1px;
}
.backnumberList_item + .backnumberList_item {
  margin-top: 2rem;
}
.backnumberList_item > a {
  display: block;
  color: #000;
}
.backnumberList_item > a:hover {
  text-decoration: none;
}
.backnumberList_item > a:hover .backnumberList_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.backnumberList_item > a:hover .backnumberList_title {
  color: #cf0001;
}
.backnumberList_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.backnumberList_image {
  width: 24rem;
  overflow: hidden;
  border-radius: 0.2rem;
  font-size: 0;
}
.backnumberList_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.backnumberList_text {
  width: calc(100% - 24rem - 3.2rem);
  line-height: 1.5;
}
.backnumberList_title {
  margin: 0 0 1rem;
  font-size: 1.7rem;
}
.backnumberList_detail {
  margin: 0 0 0.2rem;
  color: #666;
  font-size: 1.4rem;
}
.backnumberList_date {
  margin: 0 !important;
  color: #666;
  font-size: 1.2rem;
}

/* -----------------------------------------------
  BPタグ
----------------------------------------------- */
#wrapper .button a {
  display: table;
  z-index: 2;
  position: relative;
  min-width: 35.2rem;
  margin: 4rem auto 0;
  padding: 1.6rem 1.5rem;
  border: 1px solid #aa5800;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
#wrapper .button a:hover {
  background: #fff;
  background-color: #fff;
  color: #aa5800;
  text-decoration: none;
}
#wrapper .button a:hover::before {
  opacity: 0;
}
#wrapper .button a::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border-radius: 0.2rem;
  background: #aa5800;
  background-image: linear-gradient(to right, #d19224, #aa5800);
  content: "";
  transition: opacity 0.2s;
}
#wrapper .button a.cancel {
  border: none;
  background-image: none;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #666;
  color: #666;
}
#wrapper .button a.cancel:hover {
  opacity: 0.7;
}
#wrapper .button a.cancel::before {
  opacity: 0;
}
#wrapper .button a.nolink {
  border: none;
  background-image: none;
  background-color: #cacaca;
  box-shadow: none;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
#wrapper .button a.nolink::before {
  opacity: 0;
}
#wrapper .button a.regist {
  border-color: #025e57;
}
#wrapper .button a.regist:before {
  background: linear-gradient(to right, #257c73, #025e57);
}
#wrapper .button a.regist:hover {
  color: #025e57;
}
#wrapper .button.white a {
  border-color: #ab5800;
  background-image: none;
  background-color: #fff;
  color: #ab5800;
}
#wrapper .button.white a:before {
  background: transparent;
}
#wrapper .button.white a:hover {
  opacity: 0.7;
}
#wrapper .button.pink a {
  border-color: #d53a8f;
}
#wrapper .button.pink a:before {
  background: linear-gradient(to right, #e279b2, #d53a8f);
}
#wrapper .button.pink a:hover {
  border-color: #d53a8f;
  color: #d53a8f;
}
#wrapper .button.applyBtn a {
  border-color: #00695e;
}
#wrapper .button.applyBtn a:before {
  background: linear-gradient(to right, #0a8578, #00695e);
}
#wrapper .button.applyBtn a:hover {
  border-color: #00695e;
  color: #00695e;
}
#wrapper .button.seminarBtn a {
  border-color: #0047b8;
}
#wrapper .button.seminarBtn a:before {
  background: linear-gradient(to right, #1c68e0, #0047b8);
}
#wrapper .button.seminarBtn a:hover {
  border-color: #0047b8;
  color: #0047b8;
}
#wrapper .button.mypageBtn a {
  border-color: #ae008f;
}
#wrapper .button.mypageBtn a:before {
  background: linear-gradient(to right, #d21db2, #ae008f);
}
#wrapper .button.mypageBtn a:hover {
  border-color: #ae008f;
  color: #ae008f;
}
#wrapper .button.middle a {
  min-width: 11rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
#wrapper .button.small a {
  min-width: 11rem;
  height: 3rem;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
#wrapper .button.left a {
  margin-left: 0;
}

_:-ms-lang(x)::-ms-backdrop, #wrapper .button:not(.white) a {
  border: solid 1px transparent;
}

_:-ms-lang(x)::-ms-backdrop, #wrapper .button a:not(.cancel):hover {
  border: 1px solid;
}

.articleBody {
  font-size: 17px;
  /* 図（縦積み）*/
  /* 図（エトキ右配置） */
  /* 本文内のリンクに色付け */
  /* list */
  /* ペイウォール下のキャンペーン枠 */
}
.articleBody p:not(.article_recommend_lead):not(.article_recommend_desc):not(.c-linkMore) {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #242424;
  line-height: 1.76;
}
.articleBody cite {
  font-style: normal;
}
.articleBody cite a:hover {
  color: #680038;
}
.articleBody .bplead {
  margin-bottom: 3rem;
  color: black;
  font-weight: bold;
  line-height: 1.5;
}
.articleBody h3 {
  position: relative;
  margin: 5rem 0 3rem;
  padding: 0.8rem 1.6rem 0.8rem 2rem;
  clear: both;
  background: #fff2f2;
  color: #680038;
  font-weight: bold;
  font-size: 1.8rem;
}
.articleBody h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 100%;
  background: linear-gradient(to bottom, #680038 0%, #680038 50%, #c64093 50%, #c64093 100%);
  content: "";
}
.articleBody h4:not(.article_recommend_title) {
  margin: 2rem 0;
  clear: both;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.44;
}
.articleBody h5 {
  position: relative;
  margin: 2rem 0;
  padding-left: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.44;
}
.articleBody h5::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.9rem);
  margin: auto 0;
  background: #680038;
  content: "";
}
.articleBody h6 {
  position: relative;
  margin: 2rem 0;
  padding-left: 1.6rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.44;
}
.articleBody h6::before {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #680038;
  content: "";
}
.articleBody .fontSizeXXL {
  font-size: 1.8823529412em;
}
.articleBody .fontSizeXL {
  font-size: 1.4117647059em;
}
.articleBody .fontSizeL {
  font-size: 1.2352941176em;
}
.articleBody .fontSizeS {
  font-size: 0.8235294118em;
}
.articleBody .fontSizeXS {
  font-size: 0.7058823529em;
}
.articleBody .txtColTheme {
  color: #680038;
}
.articleBody .bgColTheme {
  background-color: #680038;
}
.articleBody .textCol {
  color: #172f53;
  font-weight: bold;
}
.articleBody .textColTintA {
  color: #00629d;
  font-weight: bold;
}
.articleBody .textColTintB {
  color: #00a8dc;
  font-weight: bold;
}
.articleBody .textColShade {
  color: #5da1e0;
  font-weight: bold;
}
.articleBody .textColShadeA {
  color: #54bcfb;
  font-weight: bold;
}
.articleBody .textColShadeB {
  color: #bcefff;
  font-weight: bold;
}
.articleBody .bgCol {
  background-color: #172f53;
}
.articleBody .bgColTintA {
  background-color: #00629d;
}
.articleBody .bgColTintB {
  background-color: #00a8dc;
}
.articleBody .bgColShade {
  background-color: #5da1e0;
}
.articleBody .bgColShadeA {
  background-color: #54bcfb;
}
.articleBody .bgColShadeB {
  background-color: #bcefff;
}
.articleBody .textColBlackTintA {
  color: black;
  font-weight: bold;
}
.articleBody .textColBlackTintB {
  color: #666;
  font-weight: bold;
}
.articleBody .textColBlackShade {
  color: #ddd;
  font-weight: bold;
}
.articleBody .textColBlackShadeA {
  color: #eee;
  font-weight: bold;
}
.articleBody .textColBlackShadeB {
  color: #f6f6f6;
  font-weight: bold;
}
.articleBody .bgColBlack {
  background-color: #000;
}
.articleBody .bgColBlackTintA {
  background-color: #666;
}
.articleBody .bgColBlackTintB {
  background-color: #999;
}
.articleBody .bgColBlackShade {
  background-color: #ddd;
}
.articleBody .bgColBlackShadeA {
  background-color: #f6f6f6;
}
.articleBody .bgColBlackShadeB {
  background-color: #f6f6f6;
}
.articleBody .textColBlack {
  color: black;
  font-weight: bold;
}
.articleBody .textColGray {
  color: gray;
}
.articleBody .textColSilver {
  color: silver;
}
.articleBody .textColWhite {
  color: white;
}
.articleBody .textColRed {
  color: red;
}
.articleBody .textColYellow {
  color: yellow;
}
.articleBody .textColLime {
  color: lime;
}
.articleBody .textColAqua {
  color: aqua;
}
.articleBody .textColBlue {
  color: blue;
}
.articleBody .textColFuchsia {
  color: fuchsia;
}
.articleBody .textColMaroon {
  color: maroon;
}
.articleBody .textColOlive {
  color: olive;
}
.articleBody .textColGreen {
  color: green;
}
.articleBody .textColTeal {
  color: teal;
}
.articleBody .textColNavy {
  color: navy;
}
.articleBody .textColPurple {
  color: purple;
}
.articleBody .bgColBlack {
  background-color: black;
}
.articleBody .bgColGray {
  background-color: gray;
}
.articleBody .bgColSilver {
  background-color: silver;
}
.articleBody .bgColWhite {
  background-color: white;
}
.articleBody .bgColRed {
  background-color: red;
}
.articleBody .bgColYellow {
  background-color: yellow;
}
.articleBody .bgColLime {
  background-color: lime;
}
.articleBody .bgColAqua {
  background-color: aqua;
}
.articleBody .bgColBlue {
  background-color: blue;
}
.articleBody .bgColFuchsia {
  background-color: fuchsia;
}
.articleBody .bgColMaroon {
  background-color: maroon;
}
.articleBody .bgColOlive {
  background-color: olive;
}
.articleBody .bgColGreen {
  background-color: green;
}
.articleBody .bgColTeal {
  background-color: teal;
}
.articleBody .bgColNavy {
  background-color: navy;
}
.articleBody .bgColPurple {
  background-color: purple;
}
.articleBody b, .articleBody .fontBold {
  font-weight: bold;
}
.articleBody .fontNormal {
  font-weight: normal;
}
.articleBody i, .articleBody .fontItalic {
  font-style: italic;
}
.articleBody em, .articleBody strong {
  font-style: normal;
  font-weight: normal;
}
.articleBody sup, .articleBody sub {
  position: static;
  font-size: 80%;
}
.articleBody sup {
  vertical-align: super;
}
.articleBody sub {
  vertical-align: sub;
}
.articleBody u,
.articleBody .textSolidUndrLine {
  padding-bottom: 0.15em;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.articleBody .textUnsolidUndrLine {
  padding-bottom: 0.15em;
  border-bottom: 1px dashed #000;
}
.articleBody s, .articleBody del, .articleBody .textLineThrough {
  text-decoration: line-through;
}
.articleBody .textHighlight {
  padding: 0.15em;
  background: #ff00ff;
}
.articleBody .textHighlightTintA {
  padding: 0.15em;
  background: #ffff00;
}
.articleBody .textHighlightTintB {
  padding: 0.15em;
  background: #00ffff;
}
.articleBody .textHighlightShade {
  padding: 0.15em;
  background: rgba(255, 0, 255, 0.1);
}
.articleBody .textHighlightShadeA {
  padding: 0.15em;
  background: rgba(255, 255, 0, 0.1);
}
.articleBody .textHighlightShadeB {
  padding: 0.15em;
  background: rgba(0, 255, 255, 0.1);
}
.articleBody .textAlignLeft {
  text-align: left;
}
.articleBody .textAlignCenter {
  text-align: center;
}
.articleBody .textAlignRight {
  text-align: right;
}
.articleBody hr {
  height: auto;
  overflow-x: hidden;
}
.articleBody hr.line {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #eee;
}
.articleBody hr.diamond,
.articleBody hr.asterisk {
  margin: 1rem 0;
  border: none;
}
.articleBody hr.diamond::after,
.articleBody hr.asterisk::after {
  display: block;
  margin-right: -4em;
  color: #666;
  font-size: 1.7rem;
  letter-spacing: 4em;
  text-align: center;
}
.articleBody hr.diamond::after {
  content: "◇◇◇";
}
.articleBody hr.asterisk::after {
  content: "＊＊＊";
}
.articleBody .clearLeft {
  clear: left;
}
.articleBody .clearRight {
  clear: right;
}
.articleBody .clearBoth {
  clear: both;
}
.articleBody .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.articleBody .bpimage_image {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}
.articleBody .bpimage_image + .bpimage_title, .articleBody .bpimage_image + .bpimage_caption {
  margin-top: 1rem;
}
.articleBody .bpimage_title + .bpimage_image,
.articleBody .bpimage_caption + .bpimage_image {
  margin-top: 1rem;
}
.articleBody .bpimage_title {
  clear: both;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.5em;
}
.articleBody .bpimage_caption,
.articleBody .bpimage_click {
  clear: both;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.7;
}
.articleBody .bpimage_right {
  margin: 0 0 3rem 4rem;
  float: right;
}
.articleBody .bpimage_left {
  margin: 0 4rem 3rem 0;
  float: left;
}
.articleBody .bpimage_center {
  width: 50rem;
  margin: 3rem auto;
}
.articleBody .bpimage_double {
  width: 64rem;
  margin: 1rem auto 3rem;
  overflow: hidden;
}
.articleBody .bpimage_double .bpimage_left,
.articleBody .bpimage_double .bpimage_right {
  margin: 0;
}
.articleBody .bpimage_double .bpimage_left + .bpimage_title, .articleBody .bpimage_double .bpimage_left + .bpimage_caption,
.articleBody .bpimage_double .bpimage_right + .bpimage_title,
.articleBody .bpimage_double .bpimage_right + .bpimage_caption {
  padding-top: 1rem;
}
.articleBody .bpimage_triple {
  width: 640px;
  margin: 1rem auto 3rem;
  overflow: hidden;
}
.articleBody .bpimage_triple .bpimage_wrap,
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}
.articleBody .bpimage_triple .bpimage_wrap + .bpimage_title, .articleBody .bpimage_triple .bpimage_wrap + .bpimage_caption,
.articleBody .bpimage_triple .bpimage_right + .bpimage_title,
.articleBody .bpimage_triple .bpimage_right + .bpimage_caption {
  padding-top: 1rem;
}
.articleBody .bpimage_triple .bpimage_wrap {
  margin: 0;
  float: left;
  overflow: hidden;
}
.articleBody .bpimage_triple .bpimage_left,
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}
.articleBody .bpimage_triple .bpimage_center {
  margin: 0;
  float: right;
}
.articleBody .bpbox_left {
  margin: 0 4rem 3rem 0;
  float: left;
}
.articleBody .bpbox_right {
  margin: 0 0 3rem 4rem;
  float: right;
}
.articleBody .bpimage_set + .bpimage_set {
  margin-top: 3rem;
}
.articleBody .bpimage_caption_right {
  zoom: 1;
  margin: 0 auto 2rem;
  overflow: hidden;
}
.articleBody .bpimage_caption_right .bpimage_left {
  margin-bottom: 0;
}
.articleBody .bpimage_caption_right .bpimage_title {
  padding: 1rem 0 0;
  clear: none;
}
.articleBody .bpimage_caption_right .bpimage_caption {
  clear: none;
}
.articleBody .bptable {
  margin: 1rem auto 3rem;
  overflow: auto;
}
.articleBody .bptable table {
  border-collapse: collapse;
}
.articleBody .bptable th,
.articleBody .bptable td {
  padding: 1.3rem 0.9rem;
  border: 1px solid #eee;
  font-size: 1.2rem;
  line-height: 1.33;
  word-break: normal;
}
.articleBody .bptable th {
  background: #f6f6f6;
  text-align: left;
}
.articleBody .bptable th[scope=col] {
  background: #fff2f2;
}
.articleBody .nowrap {
  white-space: nowrap;
}
.articleBody .bptable_title {
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 0.8em;
}
.articleBody .bptable_caption {
  color: #666;
  font-size: 1.2rem;
}
.articleBody .bptable_title + table,
.articleBody .bptable_caption + table,
.articleBody table + .bptable_title,
.articleBody table + .bptable_caption {
  margin-top: 1rem;
}
.articleBody .bpprofile,
.articleBody .bpprofile_photo,
.articleBody .bpinterview {
  zoom: 1;
  width: auto;
  margin: 5rem 0;
  clear: both;
  overflow: hidden;
}
.articleBody .bpprofile, .articleBody .bpprofile_photo {
  padding: 1.8rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.articleBody .bpinterview {
  padding: 1.8rem 2rem;
  border: 1px solid #eee;
}
.articleBody .bpprofile_profile,
.articleBody .bpinterview_profile {
  margin: 0 0 1.5rem;
  line-height: 1.3;
}
.articleBody .bpprofile_name,
.articleBody .bpinterview_name {
  font-weight: bold;
  font-size: 2.4rem;
}
.articleBody .bpprofile_position,
.articleBody .bpinterview_position {
  color: #666;
  font-size: 1.4rem;
}
.articleBody .bpprofile_text,
.articleBody .bpinterview_text {
  line-height: 1.76;
}
.articleBody ul.square > li {
  position: relative;
}
.articleBody ul.square > li::before {
  display: block;
  position: absolute;
  top: 1rem;
  left: -1.8rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #680038;
  content: "";
}
.articleBody ul.disc > li {
  position: relative;
}
.articleBody ul.disc > li::before {
  display: block;
  position: absolute;
  top: 1rem;
  left: -1.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #680038;
  content: "";
}
.articleBody ul.circle > li {
  position: relative;
}
.articleBody ul.circle > li::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 1rem;
  left: -1.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #680038;
  border-radius: 50%;
  content: "";
}
.articleBody ol.decimal {
  counter-reset: number 0;
}
.articleBody ol.decimal > li {
  position: relative;
}
.articleBody ol.decimal > li::before {
  position: absolute;
  top: 0.2em;
  left: -2rem;
  content: counter(number) ".";
  color: #680038;
  font-weight: bold;
  font-size: 0.8235294118em;
  counter-increment: number 1;
}
.articleBody ol.circledDecimal {
  counter-reset: number 0;
}
.articleBody ol.circledDecimal > li {
  position: relative;
}
.articleBody ol.circledDecimal > li::before {
  box-sizing: border-box;
  position: absolute;
  top: 0.5em;
  left: -2rem;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #680038;
  border-radius: 50%;
  content: counter(number);
  color: #680038;
  font-weight: bold;
  font-size: 0.5882352941em;
  line-height: 1.3em;
  text-align: center;
  white-space: nowrap;
  counter-increment: number 1;
}
.articleBody ol.upperAlpha {
  counter-reset: ABC;
}
.articleBody ol.upperAlpha > li {
  position: relative;
}
.articleBody ol.upperAlpha > li::before {
  position: absolute;
  top: 0.2em;
  left: -2rem;
  content: counter(ABC, upper-alpha) ".";
  color: #680038;
  font-weight: bold;
  font-size: 0.8235294118em;
  counter-increment: ABC;
}
.articleBody ol.lowerAlpha {
  counter-reset: abc;
}
.articleBody ol.lowerAlpha > li {
  position: relative;
}
.articleBody ol.lowerAlpha > li::before {
  position: absolute;
  top: 0.2em;
  left: -2rem;
  content: counter(abc, lower-alpha) ".";
  color: #680038;
  font-weight: bold;
  font-size: 0.8235294118em;
  counter-increment: abc;
}
.articleBody ol.upperRoman {
  counter-reset: ⅠⅡⅢ;
}
.articleBody ol.upperRoman > li {
  position: relative;
}
.articleBody ol.upperRoman > li::before {
  position: absolute;
  top: 0.2em;
  left: -2rem;
  content: counter(ⅠⅡⅢ, upper-roman) ".";
  color: #680038;
  font-weight: bold;
  font-size: 0.8235294118em;
  counter-increment: ⅠⅡⅢ;
}
.articleBody ol.lowerRoman {
  counter-reset: ⅰⅱⅲ;
}
.articleBody ol.lowerRoman > li {
  position: relative;
}
.articleBody ol.lowerRoman > li::before {
  position: absolute;
  top: 0.2em;
  left: -2rem;
  content: counter(ⅰⅱⅲ, lower-roman) ".";
  color: #680038;
  font-weight: bold;
  font-size: 0.8235294118em;
  counter-increment: ⅰⅱⅲ;
}
.articleBody ul.square,
.articleBody ul.disc,
.articleBody ul.circle,
.articleBody ol.decimal,
.articleBody ol.circledDecimal,
.articleBody ol.upperAlpha,
.articleBody ol.lowerAlpha,
.articleBody ol.upperRoman,
.articleBody ol.lowerRoman {
  margin-top: 2rem;
  padding-left: 2.2rem;
}
.articleBody ul.square ul,
.articleBody ul.disc ul,
.articleBody ul.circle ul,
.articleBody ol.decimal ul,
.articleBody ol.circledDecimal ul,
.articleBody ol.upperAlpha ul,
.articleBody ol.lowerAlpha ul,
.articleBody ol.upperRoman ul,
.articleBody ol.lowerRoman ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2.2rem;
}
.articleBody ul.square ul > li,
.articleBody ul.disc ul > li,
.articleBody ul.circle ul > li,
.articleBody ol.decimal ul > li,
.articleBody ol.circledDecimal ul > li,
.articleBody ol.upperAlpha ul > li,
.articleBody ol.lowerAlpha ul > li,
.articleBody ol.upperRoman ul > li,
.articleBody ol.lowerRoman ul > li {
  position: relative;
  list-style-type: none !important;
}
.articleBody ul.square ul > li::before,
.articleBody ul.disc ul > li::before,
.articleBody ul.circle ul > li::before,
.articleBody ol.decimal ul > li::before,
.articleBody ol.circledDecimal ul > li::before,
.articleBody ol.upperAlpha ul > li::before,
.articleBody ol.lowerAlpha ul > li::before,
.articleBody ol.upperRoman ul > li::before,
.articleBody ol.lowerRoman ul > li::before {
  display: block;
  position: absolute;
  top: 1.2rem;
  left: -1.8rem;
  width: 0.8rem;
  height: 0.2rem;
  background-color: black;
  content: "";
}
.articleBody ul.square ul ol,
.articleBody ul.disc ul ol,
.articleBody ul.circle ul ol,
.articleBody ol.decimal ul ol,
.articleBody ol.circledDecimal ul ol,
.articleBody ol.upperAlpha ul ol,
.articleBody ol.lowerAlpha ul ol,
.articleBody ol.upperRoman ul ol,
.articleBody ol.lowerRoman ul ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.articleBody ul.square ol.decimal > li::before,
.articleBody ul.disc ol.decimal > li::before,
.articleBody ul.circle ol.decimal > li::before,
.articleBody ol.decimal ol.decimal > li::before,
.articleBody ol.circledDecimal ol.decimal > li::before,
.articleBody ol.upperAlpha ol.decimal > li::before,
.articleBody ol.lowerAlpha ol.decimal > li::before,
.articleBody ol.upperRoman ol.decimal > li::before,
.articleBody ol.lowerRoman ol.decimal > li::before {
  color: black;
}
.articleBody .speaker01,
.articleBody .speaker02,
.articleBody .speaker03,
.articleBody .speaker04,
.articleBody .speaker05,
.articleBody .speaker06,
.articleBody .speaker07,
.articleBody .speaker08,
.articleBody .speaker09 {
  font-weight: bold;
}
.articleBody .speaker01 {
  color: #ed4c61;
}
.articleBody .speaker02 {
  color: #ff8000;
}
.articleBody .speaker03 {
  color: #ac3141;
}
.articleBody .speaker04 {
  color: #7100bc;
}
.articleBody .speaker05 {
  color: #915a22;
}
.articleBody .speaker06 {
  color: #7d9f19;
}
.articleBody .speaker07 {
  color: #007f80;
}
.articleBody .speaker08 {
  color: #4082d0;
}
.articleBody .speaker09 {
  color: #555555;
}
.articleBody .bpquestion {
  margin: 0 0 1.2em;
  font-weight: bold;
  line-height: 1.76;
}
.articleBody .bpquestion::before {
  display: inline-block;
  margin-right: 0.8rem;
  content: "—";
}
.articleBody .bpanswer {
  line-height: 1.76;
}
.articleBody .bpbox,
.articleBody .bpbox2,
.articleBody .bpbox3,
.articleBody .bpbox4,
.articleBody .bpframe {
  width: auto;
  margin: 3rem 0;
  padding: 2rem;
  clear: both;
  border-radius: 2px;
}
.articleBody .bpbox h3,
.articleBody .bpbox2 h3,
.articleBody .bpbox3 h3,
.articleBody .bpbox4 h3,
.articleBody .bpframe h3 {
  margin: 2rem 0 2rem;
  color: #172f53;
  font-size: 1.8rem;
}
.articleBody .bpbox h4,
.articleBody .bpbox2 h4,
.articleBody .bpbox3 h4,
.articleBody .bpbox4 h4,
.articleBody .bpframe h4 {
  position: relative;
  padding-left: 1.6rem;
  color: #172f53;
  font-size: 1.4rem;
}
.articleBody .bpbox h4::before,
.articleBody .bpbox2 h4::before,
.articleBody .bpbox3 h4::before,
.articleBody .bpbox4 h4::before,
.articleBody .bpframe h4::before {
  display: block;
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #172f53;
  content: "";
}
.articleBody .bpbox_title {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #680038;
  color: #680038;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.44;
}
.articleBody .bpbox_text,
.articleBody .bpbox_text p {
  margin: 0;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.67;
}
.articleBody .bpbox_text p:not(.article_recommend_lead) {
  margin-bottom: 1.5rem;
}
.articleBody .bpbox_text p:not(.article_recommend_lead):last-child {
  margin-bottom: 0;
}
.articleBody .bpimage_left,
.articleBody .bpimage_right {
  margin-bottom: 2rem;
}
.articleBody .bpbox {
  border: 1px solid #680038;
  background: #fff2f2;
}
.articleBody .bpbox2 {
  border: 1px solid transparent;
  background: #e7ffff;
}
.articleBody .bpbox3 {
  border: 1px solid #680038;
  background: #fff;
}
.articleBody .bpbox4 {
  border: 1px solid transparent;
  background: #f6f6f6;
}
.articleBody .bpframe {
  border: 1px solid #eee;
  background: #fff;
}
.articleBody blockquote {
  position: relative;
  margin: 1em 0 0.5em;
  padding: 3.2rem 2rem;
  border: 1px solid #eee;
  border-radius: 0.2rem;
}
.articleBody blockquote::before, .articleBody blockquote::after {
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.6rem;
  background: url(/images/dinv/2022tky/ico_blockquote.svg) 50% 50%/2rem auto no-repeat;
  content: "";
}
.articleBody blockquote::before {
  top: 1.2rem;
  left: 1.2rem;
}
.articleBody blockquote::after {
  right: 1.2rem;
  bottom: 1.2rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.articleBody blockquote h4 {
  margin: 0;
}
.articleBody blockquote p {
  margin: 1rem 0 0;
  font-size: 1.5rem;
}
.articleBody pre {
  margin: 1em 0 1.5em;
  padding: 2rem;
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  color: #242424;
  font-size: 1.5rem;
  line-height: 1.67;
  white-space: pre;
}
.articleBody pre.light {
  border: 1px solid transparent;
  background-color: #f6f7fc;
}
.articleBody pre.dark {
  border: 1px solid transparent;
  background-color: black;
  color: white;
}
.articleBody .bpteisei_box {
  margin: 3rem 0;
  font-size: 1.5rem;
  line-height: 1.67;
}
.articleBody .bpteisei_box .bpteisei b {
  color: #c20000;
}
.articleBody .bpannotation {
  margin: 3rem 0;
  color: #242424;
  font-size: 1.2rem;
  line-height: 1.67;
}
.articleBody .bpword {
  margin: 3rem 0;
  padding: 0.5rem 1em;
  border-left: 1px dotted #666;
  color: #242424;
  font-size: 1.2rem;
  line-height: 1.67;
}
.articleBody .bpword b {
  font-size: 1.5rem;
}
.articleBody .bpreference {
  color: #242424;
  font-size: 1.2rem;
  line-height: 1.5;
}
.articleBody .bpreference b {
  font-size: 1.5rem;
}
.articleBody p a, .articleBody dd:not(.article_topics_info) a, .articleBody div.bpannotation a,
.articleBody ul:not(.pagenation_list):not(.pagination_list):not(.loginForRead_action_list):not(.articleList):not(.button) li a,
.articleBody ol:not(.loginForRead_action_list) li a {
  color: #cf0001;
  text-decoration: underline;
}
.articleBody .pagenation p a, .articleBody .pagination p a {
  text-decoration: none;
}
.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.pagenation_list):not(.pagination_list):not(.loginForRead_action_list):not(.articleList):not(.button),
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.loginForRead_action_list) {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2.2rem;
}
.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.pagenation_list):not(.pagination_list):not(.loginForRead_action_list):not(.articleList):not(.button) li {
  list-style-type: disc;
}
.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.pagenation_list):not(.pagination_list):not(.loginForRead_action_list):not(.articleList):not(.button) li ul, .articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.pagenation_list):not(.pagination_list):not(.loginForRead_action_list):not(.articleList):not(.button) li ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2.2rem;
}
.articleBody ul.none, .articleBody ul.disc, .articleBody ul.circle, .articleBody ul.square,
.articleBody ol.none, .articleBody ol.decimal, .articleBody ol.upperAlpha, .articleBody ol.lowerAlpha, .articleBody ol.upperRoman, .articleBody ol.lowerRoman, .articleBody ol.circledDecimal {
  margin-bottom: 2rem;
}
.articleBody ul.none {
  padding-left: 1em;
}
.articleBody ul.none li {
  list-style-type: none;
}
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.loginForRead_action_list) li {
  list-style-type: decimal;
}
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.loginForRead_action_list) li ul, .articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.loginForRead_action_list) li ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2.2rem;
}
.articleBody > dl:not(.article_topics) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.articleBody > dl:not(.article_topics) dt {
  margin: 1.5rem 0 1rem 0;
  font-weight: bold;
}
.articleBody > dl:not(.article_topics) dd {
  margin: 1rem 0;
}
.articleBody .article_ad > ul {
  margin: 0;
  padding: 0;
}
.articleBody blockquote h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.articleBody .bpprofile_photo .bpprofile_text img {
  margin: 0 0 0 3rem;
  padding: 0;
  float: right;
}
.articleBody .article_recommend {
  margin: 4rem -6rem;
  font-size: 1.4rem;
}
.articleBody .article_recommend a {
  text-decoration: none;
}
.articleBody .article_recommend a:hover {
  text-decoration: underline;
}

/*****************************************************
  Print
*****************************************************/
@media print {
  html:not([class*=-mobile]) body {
    zoom: 0.8;
    width: 112rem;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  .l-wrapper {
    padding-top: 0;
  }

  .l-header {
    position: static;
  }
  .l-header.-compact {
    height: inherit;
  }
  .l-header.-compact .l-header_logo img {
    width: inherit;
  }
  .l-header.-compact .l-header_utility {
    display: flex;
  }

  .heroRecruit::before {
    position: absolute;
  }
}