@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
a.link_blue {
  color: darkblue;
  text-decoration: underline;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“""”""‘""’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    RESET
\*------------------------------------*/
/* global box-sizing */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* clear */
.clear {
  *zoom: 1;
}
.clear:before {
  content: " ";
  display: block;
}
.clear:after {
  content: " ";
  display: block;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
img[src$=".svg"] {
  width: 170px;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
  outline: 0;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
h1, h2, h3, h4, h5, p, table, ul, ol {
  margin: 0;
  padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 400 1.6rem/1.4 "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
  }
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  z-index: 10000;
}
.loading.loaded {
  opacity: 0;
}
.loading__inner {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .loading__inner {
    width: 120px;
  }
}
/* wrapper */
.wrapper {
  min-width: 1024px;
  width: 100%;
  position: relative;
  background: #fff;
  padding-top: 230px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    min-width: 0;
    padding-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .page .wrapper {
    padding-top: 71px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100px;
  font-weight: 500;
  line-height: 1;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 1px solid #636158;
}
@media screen and (max-width: 1024px) {
  .header {
    height: auto;
    padding: 10px 0 15px;
  }
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  height: auto;
  padding: 30px 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    width: 100%;
    padding: 0;
  }
}
.header__innerMobile {
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .header__innerMobile {
    width: 100%;
    margin-right: 0;
  }
}
.header__innerMobileLogo {
  width: 170px;
}
@media screen and (max-width: 1024px) {
  .header__innerMobileLogo {
    width: 150px;
    margin: 0 auto;
  }
}
.header__innerMobileLogo a {
  display: block;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mouse .header__innerMobileLogo a:hover {
  opacity: 0.55;
}
.mouse .header__innerMobileLogo a:focus {
  opacity: 0.55;
}
.touch .header__innerMobileLogo a:active {
  opacity: 0.55;
}
.mouse .header__innerMobileLogo a:active {
  opacity: 0.55;
}
.header__innerMobileToggle {
  position: absolute;
  top: -5px;
  right: 12px;
  display: none;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
  padding: 8px;
  color: #636158;
}
@media screen and (max-width: 1024px) {
  .header__innerMobileToggle {
    display: block;
  }
}
.header__innerMobileToggle:after {
  content: "MENU";
  font-size: 1.1rem;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header__innerMobileToggle div {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__innerMobileToggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #636158;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header__innerMobileToggle div span:nth-child(1) {
  top: 0;
}
.header__innerMobileToggle div span:nth-child(2) {
  top: 10px;
}
.header__innerMobileToggle div span:nth-child(3) {
  top: 20px;
}
.is-open .header__innerMobileToggle:after {
  content: "CLOSE";
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.is-open .header__innerMobileToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.is-open .header__innerMobileToggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.is-open .header__innerMobileToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.header__innerNav {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__innerNav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: 71px;
    right: -1024px;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #f0eee9;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 10;
  }
}
.header__innerNavTrans {
  position: absolute;
  top: -20px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .header__innerNavTrans {
    position: static;
    width: 100%;
    height: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__innerNavTransBox {
  color: #000;
}
.header__innerNavTrans hr {
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  margin: 0 8px;
  border: none;
}
.header__innerNavList {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 1024px) {
  .header__innerNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.header__innerNavListItem {
  position: relative;
  margin-right: 35px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .header__innerNavListItem {
    margin-right: 0;
    margin-bottom: 5px;
    height: 50px;
    text-align: left;
  }
}
.header__innerNavListItem:nth-last-of-type(1), .header__innerNavListItem:nth-last-of-type(2) {}
@media screen and (max-width: 1024px) {
  .header__innerNavListItem:nth-last-of-type(1), .header__innerNavListItem:nth-last-of-type(2) {
    margin-bottom: 5px;
  }
}
.header__innerNavListItem.top {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__innerNavListItem.top {
    display: block;
  }
  .header__innerNavListItem.top a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    background: #fff;
  }
}
.header__innerNavListItem:nth-of-type(2) .header__innerNavListItemLink {
  color: #e73a18;
}
.header__innerNavListItem:nth-of-type(2) .header__innerNavListItemLink:after {
  background: #e73a18;
}
.header__innerNavListItem:nth-of-type(2) .header__innerNavListItemLinkArrow svg {
  fill: #e73a18;
}
.header__innerNavListItem:nth-of-type(3) .header__innerNavListItemLink {
  color: #bc76ae;
}
.header__innerNavListItem:nth-of-type(3) .header__innerNavListItemLink:after {
  background: #bc76ae;
}
.header__innerNavListItem:nth-of-type(3) .header__innerNavListItemLinkArrow svg {
  fill: #bc76ae;
}
.header__innerNavListItem:nth-of-type(4) .header__innerNavListItemLink {
  color: #183f96;
}
.header__innerNavListItem:nth-of-type(4) .header__innerNavListItemLink:after {
  background: #183f96;
}
.header__innerNavListItem:nth-of-type(4) .header__innerNavListItemLinkArrow svg {
  fill: #183f96;
}
.header__innerNavListItem:nth-of-type(5) .header__innerNavListItemLink {
  color: #d8865d;
}
.header__innerNavListItem:nth-of-type(5) .header__innerNavListItemLink:after {
  background: #d8865d;
}
.header__innerNavListItem:nth-of-type(5) .header__innerNavListItemLinkArrow svg {
  fill: #d8865d;
}
.header__innerNavListItem:nth-of-type(6) .header__innerNavListItemLink {
  color: #dab333;
}
.header__innerNavListItem:nth-of-type(6) .header__innerNavListItemLink:after {
  background: #dab333;
}
.header__innerNavListItem:nth-of-type(6) .header__innerNavListItemLinkArrow svg {
  fill: #dab333;
}
.header__innerNavListItem:nth-of-type(7) .header__innerNavListItemLink {
  color: #74a928;
}
.header__innerNavListItem:nth-of-type(7) .header__innerNavListItemLink:after {
  background: #74a928;
}
.header__innerNavListItem:nth-of-type(7) .header__innerNavListItemLinkArrow svg {
  fill: #74a928;
}
/*  英語ページ  */
.english-page .header__innerNavListItem:nth-of-type(3) .header__innerNavListItemLink {
  color: #dab333;
}
.english-page .header__innerNavListItem:nth-of-type(3) .header__innerNavListItemLink:after {
  background: #dab333;
}
.english-page .header__innerNavListItem:nth-of-type(3) .header__innerNavListItemLinkArrow svg {
  fill: #dab333;
}
.english-page .header__innerNavListItem:nth-of-type(4) .header__innerNavListItemLink {
  color: #74a928;
}
.english-page .header__innerNavListItem:nth-of-type(4) .header__innerNavListItemLink:after {
  background: #74a928;
}
.english-page .header__innerNavListItem:nth-of-type(4) .header__innerNavListItemLinkArrow svg {
  fill: #74a928;
}
.header__innerNavListItemLink {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__innerNavListItemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    background: #fff;
  }
}
.header__innerNavListItemLink:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  /* height: 2px; */
  bottom: -12px;
  opacity: 0;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  border-bottom: solid 2px
}
/* 現在のページアンダーライン */
.page .header__innerNavListItem .current:after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header__innerNavListItemLink:after {
    display: none;
  }
}
.header__innerNavListItemLink:hover:after {
  bottom: -8px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header__innerNavListItemLinkTtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__innerNavListItemLinkTtl i {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__innerNavListItemLinkTtl i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
  .header__innerNavListItemLinkTtl img {
    width: 38px;
    max-width: 38px;
  }
}
.header__innerNavListItemLinkArrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__innerNavListItemLinkArrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
    height: 12px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header__innerNavListItemLinkArrow svg {
    /* width: 100%; */
    height: 100%;
  }
}
.is-open .header__innerNav {
  -webkit-transform: translateX(-1024px);
  -ms-transform: translateX(-1024px);
  transform: translateX(-1024px);
}
.pageTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 998;
}
@media screen and (max-width: 1024px) {
  .pageTop {
    right: 20px;
    bottom: 20px;
  }
}
.pageTop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pageTop a i {
  width: 15px;
}
.pageTop a i svg .cls-1 {
  fill: #636158;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.pageTop a p {
  font-size: 1.2rem;
  font-weight: 500;
}
.mouse .pageTop a:hover {
  background: #636158;
  color: #fff;
}
.mouse .pageTop a:hover i svg {
  fill: #fff;
}
.mouse .pageTop a:focus {
  background: #636158;
  color: #fff;
}
.mouse .pageTop a:focus i svg {
  fill: #fff;
}
.touch .pageTop a:active {
  background: #636158;
  color: #fff;
}
.touch .pageTop a:active i svg {
  fill: #fff;
}
.mouse .pageTop a:active {
  background: #636158;
  color: #fff;
}
.mouse .pageTop a:active i svg {
  fill: #fff;
}
/* footer */
.footer {
  background: #dad6d2;
  font-weight: 300;
  padding: 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.footer__inner {
  padding: 0 20px;
}
.footer__innerList {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 87px;
}
@media screen and (max-width: 1024px) {
  .footer__innerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.1rem;
  }
}
.footer__innerList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}
.footer__innerList li i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .footer__innerList li {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    border-top: 1px solid #000;
  }
  .footer__innerList li:nth-of-type(1) {
    margin-bottom: 25px;
    border-top: none;
    padding-left: 0;
  }
  .footer__innerList li:nth-of-type(1) i {
    display: none;
  }
  .footer__innerList li:last-of-type {
    border-bottom: 1px solid #000;
  }
  .footer__innerList li i {
    margin-right: 8px;
  }
}
.footer__innerList li a {
  color: #000;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1024px) {
  .footer__innerList li a {
    display: block;
    padding: 15px 0;
  }
}
.mouse .footer__innerList li a:hover {
  opacity: 0.55;
}
.mouse .footer__innerList li a:focus {
  opacity: 0.55;
}
.touch .footer__innerList li a:active {
  opacity: 0.55;
}
.mouse .footer__innerList li a:active {
  opacity: 0.55;
}
.footer__innerUpdate {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.footer__innerCopyright {
  text-align: center;
  font-size: 1rem;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.svg-icon {
  display: none;
}
.br__pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .br__pc {
    display: none;
  }
}
.br__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br__sp {
    display: block;
  }
}
.cmn__container, .presen .page__containerSliderSlide .slideContent__innerQuizAnswerBlock, .page__containerSliderSlide .slideContent__innerQuizAnswerBlock, .page__containerSliderSlide .slideContent__inner, .page__containerSliderIndex, .home .contents__inner, .home .mv__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .cmn__container,  .page__containerSliderSlide .slideContent__innerQuizAnswerBlock, .page__containerSliderSlide .slideContent__inner, .page__containerSliderIndex, .home .contents__inner, .home .mv__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cmn__pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cmn__pagination {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: #dad6d2;
    padding: 15px 25px;
    margin-bottom: 35px;
    z-index: 996;
  }
  .cmn__paginationBoxLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #636158;
  }
  .cmn__paginationBoxLink i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  .cmn__paginationBoxLink p {
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .cmn__paginationBoxLink p span {
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 7px;
  }
  .cmn__paginationBox.prev .cmn__paginationBoxLink i {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cmn__paginationBox.next .cmn__paginationBoxLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
  .cmn__paginationBox.next .cmn__paginationBoxLink i {
    margin-left: 10px;
  }
}
.cmn__breadcrumb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cmn__breadcrumb {
    /* position: relative; */
    display: block;
    font-size: 1.1rem;
    background: #dad6d2;
    padding: 10px 15px;
    color: #636158;
    z-index: 998;
  }
  .cmn__breadcrumbList {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmn__breadcrumbList li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
  }
  .cmn__breadcrumbList li a {
    color: #636158;
  }
  .cmn__breadcrumbList li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
  }
  .cmn__breadcrumbList li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8px;
    height: 4px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cmn__breadcrumbList li span i svg {
    fill: #636158;
  }
}
.cmn__eyecatch {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cmn__eyecatch {
    position: relative;
    display: block;
    z-index: 996;
  }
  .cmn__eyecatchLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    cursor: pointer;
  }
  .cmn__eyecatchLink i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
  .cmn__eyecatchLink p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.cmn__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 1.6rem;
  margin: 20px 0 40px 0;
}
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock .cmn__table tr td ul {
  margin: 4px 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .cmn__table {
    font-size: 1.2rem;
  }
}
.cmn__table tr th {
  background: #dcdddd;
  font-weight: 400;
  padding: 15px;
}
.cmn__table tr td {
  padding: 15px;
}
.report .cmn__table tr th {
  background: #dcdddd;
  font-weight: 400;
  padding: 1%;
}
.report .cmn__table tr td {
  padding: 1%;
}
.cmn__table.table01 tr th:nth-of-type(1), .cmn__table.table01 tr th:nth-of-type(2) {
  width: 20%;
}
.cmn__table.table01 tr th:nth-of-type(3) {
  width: 60%;
}
.cmn__table.table01 tr td:nth-of-type(1), .cmn__table.table01 tr td:nth-of-type(2) {
  width: 20%;
}
.cmn__table.table01 tr td:nth-of-type(3) {
  width: 60%;
}
.cmn__table.table02 tr th {
  width: 40%;
  text-align: left;
}
.cmn__table.table02 tr td {
  width: 60%;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.home .mv {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .home .mv {
    margin-bottom: 50px;
  }
}
.home .mv__inner h1 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #636158;
}
@media screen and (max-width: 1024px) {
  .home .mv__inner h1 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.home .contents {
}
@media screen and (max-width: 1024px) {
  .home .contents {
    margin-bottom: 66px;
  }
}
.home .contents__innerFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .home .contents__innerFlex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home .contents__innerFlexBox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  width: 100%;
  margin-right: 20%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .home .contents__innerFlexBox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 26.9230769231%;
    -ms-flex: 0 1 26.9230769231%;
    flex: 0 1 26.9230769231%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 38px;
  }
}
.home .contents__innerFlexBox:nth-of-type(3n) {
  margin-right: 0;
}
.home .contents__innerFlexBox:nth-of-type(1) a {
  color: #e73a18;
}
.home .contents__innerFlexBox:nth-of-type(1) a p:after {
  background: #e73a18;
}
.home .contents__innerFlexBox:nth-of-type(2) a {
  color: #bc76ae;
}
.home .contents__innerFlexBox:nth-of-type(2) a p:after {
  background: #bc76ae;
}
/*  英語ページ  */
.english-page .contents__innerFlexBox:nth-of-type(2) a {
  color: #dab333;
}
.english-page .contents__innerFlexBox:nth-of-type(2) a p:after {
  background: #dab333;
}
.home .contents__innerFlexBox:nth-of-type(3) a {
  color: #183f96;
}
.home .contents__innerFlexBox:nth-of-type(3) a p:after {
  background: #183f96;
}
/*  英語ページ  */
.english-page .contents__innerFlexBox:nth-of-type(3) a {
  color: #74a928;
}
.english-page .contents__innerFlexBox:nth-of-type(3) a p:after {
  background: #74a928;
}
.home .contents__innerFlexBox:nth-of-type(4) a {
  color: #d8865d;
}
.home .contents__innerFlexBox:nth-of-type(4) a p:after {
  background: #d8865d;
}
.home .contents__innerFlexBox:nth-of-type(5) a {
  color: #dab333;
}
.home .contents__innerFlexBox:nth-of-type(5) a p:after {
  background: #dab333;
}
.home .contents__innerFlexBox:nth-of-type(6) a {
  color: #74a928;
}
.home .contents__innerFlexBox:nth-of-type(6) a p:after {
  background: #74a928;
}
.home .contents__innerFlexBox a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home .contents__innerFlexBox a i {
  width: 140px;
  margin-bottom: 20px;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
@media screen and (max-width: 1024px) {
  .home .contents__innerFlexBox a i {
    width: 84px;
    margin-bottom: 10px;
  }
}
.home .contents__innerFlexBox a p {
  position: relative;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .home .contents__innerFlexBox a p {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.home .contents__innerFlexBox a p:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  opacity: 0;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.mouse .home .contents__innerFlexBox a:hover i {
  opacity: 0.55;
}
.mouse .home .contents__innerFlexBox a:hover p:after {
  bottom: -5px;
  opacity: 1;
}
.mouse .home .contents__innerFlexBox a:focus i {
  opacity: 0.55;
}
.mouse .home .contents__innerFlexBox a:focus p:after {
  bottom: -5px;
  opacity: 1;
}
.touch .home .contents__innerFlexBox a:active i {
  opacity: 0.55;
}
.touch .home .contents__innerFlexBox a:active p:after {
  bottom: -5px;
  opacity: 1;
}
.mouse .home .contents__innerFlexBox a:active i {
  opacity: 0.55;
}
.mouse .home .contents__innerFlexBox a:active p:after {
  bottom: -5px;
  opacity: 1;
}
.report .page__containerSliderIndexBlock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  width: 100%;
  padding: 40px 26px 20px;
  border: 1px solid #e73a18;
}
.report .page__containerSliderIndexBlockIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 122px;
  height: 20px;
  margin-top: -19px;
  margin-left: -1px;
  -webkit-transform: translate(-26px, -40px);
  -ms-transform: translate(-26px, -40px);
  transform: translate(-26px, -40px);
}
.report .page__containerSliderIndexBlockIco svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #e73a18;
  stroke-miterlimit: 10;
  stroke-width: 0.99px;
}
.report .page__containerSliderIndexBlockList {
  margin-left: 0;
  list-style: none;
}
.report .page__containerSliderIndexBlockListItem {
  display: block;
  margin-bottom: 25px;
}
.report .page__containerSliderIndexBlockListItem:last-of-type {
  margin-bottom: 0;
}
.report .page__containerSliderIndexBlockListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e73a18;
  font-weight: 500;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(1) .page__containerSliderIndexBlockListItemLink:before {
  content: "1";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(2) .page__containerSliderIndexBlockListItemLink:before {
  content: "2";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(3) .page__containerSliderIndexBlockListItemLink:before {
  content: "3";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(4) .page__containerSliderIndexBlockListItemLink:before {
  content: "4";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(5) .page__containerSliderIndexBlockListItemLink:before {
  content: "5";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(6) .page__containerSliderIndexBlockListItemLink:before {
  content: "6";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(7) .page__containerSliderIndexBlockListItemLink:before {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(8) .page__containerSliderIndexBlockListItemLink:before {
  content: "8";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(9) .page__containerSliderIndexBlockListItemLink:before {
  content: "9";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem:nth-of-type(10) .page__containerSliderIndexBlockListItemLink:before {
  content: "10";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.report .page__containerSliderIndexBlockListItem.step {
  display: block;
}
.report .page__containerSliderIndexBlockListItem.step .page__containerSliderIndexBlockListItemLink {
  margin-bottom: 20px;
}
.report .page__containerSliderIndexBlockListItemStep {
  list-style: none;
}
.report .page__containerSliderIndexBlockListItemStepLi {
  border-top: 1px solid #231815;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a:before {
  content: "Step1";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a:before {
  content: "Step2";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a:before {
  content: "Step3";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a:before {
  content: "Step4";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a:before {
  content: "Step5";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a:before {
  content: "Step6";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a:before {
  content: "Step7";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a:before {
  content: "Step8";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a:before {
  content: "Step9";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a:before {
  content: "Step10";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a:before {
  content: "Step11";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a:before {
  content: "Step12";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a:before {
  content: "Step13";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a {
  font-size: 1.3rem;
  color: #000;
}
.report .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a:before {
  content: "Step14";
  font-size: 1.5rem;
  font-weight: 700;
  color: #81be25;
  margin-right: 10px;
}
.report .page__containerSliderIndexBlockListItemStepLi:last-of-type {
  border-bottom: 1px solid #231815;
}
.report .page__containerSliderIndexBlockListItemStepLi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
.report .page__containerSliderSlide {
  background: #fbebe0;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .report .page__containerSliderSlide {
    position: relative;
    display: none;
    min-height: 80vh;
    padding-top: 0;
  }
  .report .page__containerSliderSlide.open {
    display: block;
  }
}
.report .page__containerSliderSlide .slideContent__inner {
  position: relative;
  background: #fff;
  padding: 66px 55px;
}
@media screen and (max-width: 1024px) {
  .report .page__containerSliderSlide .slideContent__inner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(100% - 40px);
    padding: 26px 20px 36px;
    margin: 0 auto;
  }
}
.report .page__containerSliderSlide .slideContent__innerTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .report .page__containerSliderSlide .slideContent__innerTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.report .page__containerSliderSlide .slideContent__innerTtl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #e73a18;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .report .page__containerSliderSlide .slideContent__innerTtl span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.report .page__containerSliderSlide .slideContent__innerTtl h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #e73a18;
}
.report .page__containerSliderSlide .slideContent__innerNum {
  position: absolute;
  top: 66px;
  right: 55px;
}
@media screen and (max-width: 1024px) {
  .report .page__containerSliderSlide .slideContent__innerNum {
    position: static;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(20px, calc(-100% - 32px));
    -ms-transform: translate(20px, calc(-100% - 32px));
    transform: translate(20px, calc(-100% - 32px));
  }
}
@media screen and (max-width: 1024px) {
  .report .page__containerSliderSlide .slideContent__innerBody {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
/* レポートを書く　テーブル */
.report .page__containerSliderSlide .slideContent__innerBodyBlock table tr td {
  background: #dfedc4;
}
.report .page__containerSliderSlide .slideContent__innerBodyBlock table.table01 tr:nth-of-type(n+2) th {
  text-align: left;
}
.page__containerSliderSlide .slideContent__innerBodyBlockStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
/* Tips */
.page__containerSliderSlide .slideContent__innerBodyBlock .slideContent__innerBodyTips {
  margin-top: 40px;
}
.page__containerSliderSlide .slideContent__innerBodyTips {
  background: #f0eee9;
  border-radius: 12px;
  padding: 34px 30px;
}
.page__containerSliderSlide .slideContent__innerBodyTipsIco {
  position: relative;
  display: block;
  width: 56px;
  height: 42px;
  margin-top: -54px;
  margin-left: -35px;
  margin-bottom: 15px;
}
.page__containerSliderSlide .slideContent__innerBodyTipsIco i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page__containerSliderSlide .slideContent__innerBodyTipsIco i svg {
  width: 100%;
  height: 100%;
}
/* レポートを書く　Step 色 */
.report .page__containerSliderSlide .slideContent__innerBodyBlockStep > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #81be25;
  padding: 3px 12px;
  margin-bottom: 8px;
}
/* Tipsの色　レポートを書く*/
.report .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-1 {
  fill: #fff;
}
.report .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-2 {
  fill: #e73a18;
}
.report .page__containerSliderSlide .slideContent__innerBodyTipsIco p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: 700;
  color: #e73a18;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.report .page__containerSliderSlide .slideContent__innerBodyTips > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .report .page__containerSliderSlide .slideContent__innerBodyTips > p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .kind .page__containerSliderIndex .cmn__pagination {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.kind .page__containerSliderIndexMain {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderIndexMain {
    margin-bottom: 60px;
  }
}
.kind .page__containerSliderIndexMainTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderIndexMainTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
}
.kind .page__containerSliderIndexMainTtl i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderIndexMainTtl i {
    width: 84px;
    height: 84px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderIndexMain p {
    text-align: center;
  }
}
.kind .page__containerSliderIndexBlock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  width: 100%;
  padding: 40px 26px 20px;
  border: 1px solid #bc76ae;
}
.kind .page__containerSliderIndexBlockIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 122px;
  height: 20px;
  margin-top: -19px;
  margin-left: -1px;
  -webkit-transform: translate(-26px, -40px);
  -ms-transform: translate(-26px, -40px);
  transform: translate(-26px, -40px);
}
.kind .page__containerSliderIndexBlockIco svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #bc76ae;
  stroke-miterlimit: 10;
  stroke-width: 0.99px;
}
.kind .page__containerSliderIndexBlockList {
  margin-left: 0;
  list-style: none;
}
.kind .page__containerSliderIndexBlockListItem {
  display: block;
  margin-bottom: 25px;
}
.kind .page__containerSliderIndexBlockListItem:last-of-type {
  margin-bottom: 0;
}
.kind .page__containerSliderIndexBlockListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bc76ae;
  font-weight: 500;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(1) .page__containerSliderIndexBlockListItemLink:before {
  content: "1";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(2) .page__containerSliderIndexBlockListItemLink:before {
  content: "2";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(3) .page__containerSliderIndexBlockListItemLink:before {
  content: "3";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(4) .page__containerSliderIndexBlockListItemLink:before {
  content: "4";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(5) .page__containerSliderIndexBlockListItemLink:before {
  content: "5";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(6) .page__containerSliderIndexBlockListItemLink:before {
  content: "6";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(7) .page__containerSliderIndexBlockListItemLink:before {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(8) .page__containerSliderIndexBlockListItemLink:before {
  content: "8";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(9) .page__containerSliderIndexBlockListItemLink:before {
  content: "9";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem:nth-of-type(10) .page__containerSliderIndexBlockListItemLink:before {
  content: "10";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.kind .page__containerSliderIndexBlockListItem.step {
  display: block;
}
.kind .page__containerSliderIndexBlockListItem.step .page__containerSliderIndexBlockListItemLink {
  margin-bottom: 20px;
}
.kind .page__containerSliderIndexBlockListItemStep {
  list-style: none;
}
.kind .page__containerSliderIndexBlockListItemStepLi {
  border-top: 1px solid #231815;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a:before {
  content: "2-1";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a:before {
  content: "2-2";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a:before {
  content: "2-3";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a:before {
  content: "2-4";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a:before {
  content: "2-5";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a:before {
  content: "2-6";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a:before {
  content: "Step 7";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a:before {
  content: "Step 8";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a:before {
  content: "Step 9";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a:before {
  content: "Step 10";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a:before {
  content: "Step 11";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a:before {
  content: "Step 12";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a:before {
  content: "Step 13";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a {
  font-size: 1.3rem;
  color: #000;
}
.kind .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a:before {
  content: "Step 14";
  font-size: 1.5rem;
  font-weight: 700;
  color: #daaa17;
  margin-right: 10px;
}
.kind .page__containerSliderIndexBlockListItemStepLi:last-of-type {
  border-bottom: 1px solid #231815;
}
.kind .page__containerSliderIndexBlockListItemStepLi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
.kind .page__containerSliderSlide {
  background: #eadeeb;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide {
    position: relative;
    display: none;
    min-height: 80vh;
    padding-top: 0;
  }
  .kind .page__containerSliderSlide.open {
    display: block;
  }
}
.kind .page__containerSliderSlide .slideContent__inner {
  position: relative;
  background: #fff;
  padding: 66px 55px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__inner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(100% - 40px);
    padding: 26px 20px 36px;
    margin: 0 auto;
  }
}
.kind .page__containerSliderSlide .slideContent__innerTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.kind .page__containerSliderSlide .slideContent__innerTtl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #bc76ae;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerTtl span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.kind .page__containerSliderSlide .slideContent__innerTtl h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #bc76ae;
}
.kind .page__containerSliderSlide .slideContent__innerNum {
  position: absolute;
  top: 66px;
  right: 55px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerNum {
    position: static;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(20px, calc(-100% - 32px));
    -ms-transform: translate(20px, calc(-100% - 32px));
    transform: translate(20px, calc(-100% - 32px));
  }
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerBody {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
} 
.kind .page__containerSliderSlide .slideContent__innerBodyBlock table tr td {
  background: #fdf3cb;
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlock table.table01 tr:nth-of-type(n+2) th {
  text-align: left;
  background: #fdf3cb;
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlock dl dt {
  color: #bc76ae;
  margin-bottom: 8px;
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
  font-size: 1.3rem;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
    font-size: 1.1rem;
    margin-left: 18px;
  }
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlock ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlock ul li {
  margin-bottom: 5px;
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlockStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlockStep > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #daaa17;
  padding: 3px 12px;
  margin-bottom: 8px;
}
.kind .page__containerSliderSlide .slideContent__innerBodyBlock .slideContent__innerBodyTips {
  margin-top: 40px;
  width: 100%;
}
.kind .page__containerSliderSlide .slideContent__innerBodyTips {
  background: #f0eee9;
  border-radius: 12px;
  padding: 34px 30px;
}
.kind .page__containerSliderSlide .slideContent__innerBodyTipsIco {
  position: relative;
  display: block;
  width: 56px;
  height: 42px;
  margin-top: -54px;
  margin-left: -35px;
  margin-bottom: 15px;
}
.kind .page__containerSliderSlide .slideContent__innerBodyTipsIco i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.kind .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg {
  width: 100%;
  height: 100%;
}
.kind .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-1 {
  fill: #fff;
}
.kind .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-2 {
  fill: #bc76ae;
}
.kind .page__containerSliderSlide .slideContent__innerBodyTipsIco p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: 700;
  color: #bc76ae;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kind .page__containerSliderSlide .slideContent__innerBodyTips > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerBodyTips > p {
    font-size: 1.1rem;
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuiz {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerQuiz {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuizModal {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerQuizModal.none {
    display: none;
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl:before, .kind .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #bc76ae;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl:before {
  top: 0;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  top: 5px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
    font-size: 1.6rem;
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3#answerTtl {
  margin-bottom: 0;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span > span {
  display: inline-block;
  font-size: 3rem;
  margin: 0 10px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true, .kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  font-size: 3rem;
  font-weight: bold;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true {
  color: green;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  color: red;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 small {
  font-size: 1.1rem;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before, .kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #bc76ae;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before {
  bottom: 0;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  bottom: 5px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalTtl p {
  line-height: 2;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoise {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerQuizModalChoise {
    margin-bottom: 40px;
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem {
  margin-bottom: 10px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem.none {
  display: none;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink p, .presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink p {
  background-size: cover;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:before {
  background-color: #dfedc4;
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: -2px;
  /* top: 20%; */
  z-index: 100;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:after, .presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #dfedc4;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_gray.svg) left center no-repeat;
  background-size: cover;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #e8e5e3;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink p {
  background-color: #cccccc;
  background-size: cover;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #fbebe0;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.8;
  cursor: pointer;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink:after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  right: -35px;
  position: absolute;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 272px;
  /* height: 69px; */
  padding-left: 15px;
  /* padding-right: 15px; */
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
    width: 260px;
    /* height: 66px; */
    padding-left: 10px;
    /* padding-right: 10px; */
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPagingBack, .kind .page__containerSliderSlide .slideContent__innerQuizModalPagingNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #636158;
  cursor: pointer;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i, .kind .page__containerSliderSlide .slideContent__innerQuizModalPagingNext i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPagingBack.none, .kind .page__containerSliderSlide .slideContent__innerQuizModalPagingNext.none {
  display: none;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPagingNext p {
  margin-right: 10px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPagingBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPagingBack p {
  margin-left: 10px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #eadeeb;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerQuizAnswer {
    /* position: absolute; */
    /* height: auto; */
    z-index: 997;
    padding: 80px 0 30px;
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswer.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  margin-bottom: 35px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBack p {
  margin-right: 10px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBack i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  padding: 66px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .kind .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
    width: calc(100% - 50px);
    padding: 33px 27px;
  }
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBlock.none {
  display: none;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBlock > p {
  line-height: 2;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636158;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23px;
  height: 10px;
  margin-right: 6px;
}
.kind .page__containerSliderSlide .slideContent__innerQuizAnswer .slideContent__innerQuizModalPagingNext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kind .cmn__eyecatchLink {
  color: #bc76ae;
}
.find .page__containerSliderIndex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderIndex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.find .page__containerSliderIndex.none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderIndex .cmn__pagination {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.find .page__containerSliderIndexMain {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderIndexMain {
    margin-bottom: 60px;
  }
}
.find .page__containerSliderIndexMainTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderIndexMainTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
}
.find .page__containerSliderIndexMainTtl i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderIndexMainTtl i {
    width: 84px;
    height: 84px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.find .page__containerSliderIndexBlock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  width: 100%;
  padding: 40px 26px 20px;
  border: 1px solid #183f96;
}
.find .page__containerSliderIndexBlockIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 122px;
  height: 20px;
  margin-top: -19px;
  margin-left: -1px;
  -webkit-transform: translate(-26px, -40px);
  -ms-transform: translate(-26px, -40px);
  transform: translate(-26px, -40px);
}
.find .page__containerSliderIndexBlockIco svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #183f96;
  stroke-miterlimit: 10;
  stroke-width: 0.99px;
}
.find .page__containerSliderIndexBlockList {
  margin-left: 0;
  list-style: none;
}
.find .page__containerSliderIndexBlockListItem {
  display: block;
  margin-bottom: 25px;
}
.find .page__containerSliderIndexBlockListItem:last-of-type {
  margin-bottom: 0;
}
.find .page__containerSliderIndexBlockListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #183f96;
  font-weight: 500;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(1) .page__containerSliderIndexBlockListItemLink:before {
  content: "1";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(2) .page__containerSliderIndexBlockListItemLink:before {
  content: "2";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(3) .page__containerSliderIndexBlockListItemLink:before {
  content: "3";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(4) .page__containerSliderIndexBlockListItemLink:before {
  content: "4";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(5) .page__containerSliderIndexBlockListItemLink:before {
  content: "5";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(6) .page__containerSliderIndexBlockListItemLink:before {
  content: "6";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(7) .page__containerSliderIndexBlockListItemLink:before {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(8) .page__containerSliderIndexBlockListItemLink:before {
  content: "8";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(9) .page__containerSliderIndexBlockListItemLink:before {
  content: "9";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem:nth-of-type(10) .page__containerSliderIndexBlockListItemLink:before {
  content: "10";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.find .page__containerSliderIndexBlockListItem.step {
  display: block;
}
.find .page__containerSliderIndexBlockListItem.step .page__containerSliderIndexBlockListItemLink {
  margin-bottom: 20px;
}
.find .page__containerSliderIndexBlockListItemStep {
  list-style: none;
}
.find .page__containerSliderIndexBlockListItemStepLi {
  border-top: 1px solid #231815;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a:before {
  content: "Step 1";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a:before {
  content: "Step 2";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a:before {
  content: "Step 3";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a:before {
  content: "Step 4";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a:before {
  content: "Step 5";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a:before {
  content: "Step 6";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a:before {
  content: "Step 7";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a:before {
  content: "Step 8";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a:before {
  content: "Step 9";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a:before {
  content: "Step 10";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a:before {
  content: "Step 11";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a:before {
  content: "Step 12";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a:before {
  content: "Step 13";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a {
  font-size: 1.3rem;
  color: #000;
}
.find .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a:before {
  content: "Step 14";
  font-size: 1.5rem;
  font-weight: 700;
  color: #ef8127;
  margin-right: 10px;
}
.find .page__containerSliderIndexBlockListItemStepLi:last-of-type {
  border-bottom: 1px solid #231815;
}
.find .page__containerSliderIndexBlockListItemStepLi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
.find .page__containerSliderSlide {
  background: #d3e1ef;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide {
    position: relative;
    display: none;
    min-height: 80vh;
    padding-top: 0;
  }
  .find .page__containerSliderSlide.open {
    display: block;
  }
}
.find .page__containerSliderSlide .slideContent__inner {
  position: relative;
  background: #fff;
  padding: 66px 55px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__inner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(100% - 40px);
    padding: 26px 20px 36px;
    margin: 0 auto;
  }
}
.find .page__containerSliderSlide .slideContent__innerTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.find .page__containerSliderSlide .slideContent__innerTtl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #183f96;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerTtl span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.find .page__containerSliderSlide .slideContent__innerTtl h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #183f96;
}
.find .page__containerSliderSlide .slideContent__innerNum {
  position: absolute;
  top: 66px;
  right: 55px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerNum {
    position: static;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(20px, calc(-100% - 32px));
    -ms-transform: translate(20px, calc(-100% - 32px));
    transform: translate(20px, calc(-100% - 32px));
  }
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerBody {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.find .page__containerSliderSlide .slideContent__innerBodyBlock table tr td {
  background: #fae3c4;
}
.find .page__containerSliderSlide .slideContent__innerBodyBlock table.table01 tr:nth-of-type(n+2) th {
  text-align: left;
  background: #fae3c4;
}
.find .page__containerSliderSlide .slideContent__innerBodyBlock dl dt {
  color: #183f96;
  margin-bottom: 8px;
}
.find .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
  font-size: 1.3rem;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
    font-size: 1.1rem;
    margin-left: 18px;
  }
}
.find .page__containerSliderSlide .slideContent__innerBodyBlock ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.find .page__containerSliderSlide .slideContent__innerBodyBlock ul li {
  margin-bottom: 5px;
}
.find .page__containerSliderSlide .slideContent__innerBodyBlockStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.find .page__containerSliderSlide .slideContent__innerBodyBlockStep > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #ef8127;
  padding: 3px 12px;
  margin-bottom: 8px;
}
.find .page__containerSliderSlide .slideContent__innerBodyBlock .slideContent__innerBodyTips {
  margin-top: 40px;
}
.find .page__containerSliderSlide .slideContent__innerBodyTips {
  background: #f0eee9;
  border-radius: 12px;
  padding: 34px 30px;
}
.find .page__containerSliderSlide .slideContent__innerBodyTipsIco {
  position: relative;
  display: block;
  width: 56px;
  height: 42px;
  margin-top: -54px;
  margin-left: -35px;
  margin-bottom: 15px;
}
.find .page__containerSliderSlide .slideContent__innerBodyTipsIco i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.find .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg {
  width: 100%;
  height: 100%;
}
.find .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-1 {
  fill: #fff;
}
.find .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-2 {
  fill: #183f96;
}
.find .page__containerSliderSlide .slideContent__innerBodyTipsIco p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: 700;
  color: #183f96;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.find .page__containerSliderSlide .slideContent__innerBodyTips > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerBodyTips > p {
    font-size: 1.1rem;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuiz {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerQuiz {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuizModal {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerQuizModal.none {
    display: none;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl:before, .find .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #183f96;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl:before {
  top: 0;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  top: 5px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
    font-size: 1.6rem;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3#answerTtl {
  margin-bottom: 0;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span > span {
  display: inline-block;
  font-size: 3rem;
  margin: 0 10px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true, .find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  font-size: 3rem;
  font-weight: bold;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true {
  color: green;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  color: red;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 small {
  font-size: 1.1rem;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before, .find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #183f96;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before {
  bottom: 0;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  bottom: 5px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalTtl p {
  line-height: 2;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoise {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerQuizModalChoise {
    margin-bottom: 40px;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem {
  margin-bottom: 10px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem.none {
  display: none;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink p, .find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_green.svg) left center no-repeat;
  background-size: cover;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:after, .find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #fae3c4;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_gray.svg) left center no-repeat;
  background-size: cover;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #e8e5e3;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_red.svg) left center no-repeat;
  background-size: cover;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #d3e1ef;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.8;
  cursor: pointer;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink:after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 272px;
  /* height: 69px; */
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
    width: 260px;
    /* height: 66px; */
    padding-left: 10px;
    padding-right: 10px;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPagingBack, .find .page__containerSliderSlide .slideContent__innerQuizModalPagingNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #636158;
  cursor: pointer;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i, .find .page__containerSliderSlide .slideContent__innerQuizModalPagingNext i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPagingBack.none, .find .page__containerSliderSlide .slideContent__innerQuizModalPagingNext.none {
  display: none;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPagingNext p {
  margin-right: 10px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPagingBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPagingBack p {
  margin-left: 10px;
}
.find .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #d3e1ef;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerQuizAnswer {
    /* position: absolute; */
    /* height: auto; */
    z-index: 997;
    padding: 80px 0 30px;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswer.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  margin-bottom: 35px;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBack p {
  margin-right: 10px;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBack i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  padding: 66px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .find .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
    width: calc(100% - 50px);
    padding: 33px 27px;
  }
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBlock.none {
  display: none;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBlock > p {
  line-height: 2;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636158;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23px;
  height: 10px;
  margin-right: 6px;
}
.find .page__containerSliderSlide .slideContent__innerQuizAnswer .slideContent__innerQuizModalPagingNext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.find .cmn__eyecatchLink {
  color: #183f96;
}
.evaluation .page__containerSliderIndex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderIndex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.evaluation .page__containerSliderIndex.none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderIndex .cmn__pagination {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.evaluation .page__containerSliderIndexMain {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderIndexMain {
    margin-bottom: 60px;
  }
}
.evaluation .page__containerSliderIndexMainTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderIndexMainTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
}
.evaluation .page__containerSliderIndexMainTtl i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderIndexMainTtl i {
    width: 84px;
    height: 84px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.evaluation .page__containerSliderIndexMainTtl h1 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #d8865d;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderIndexMainTtl h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderIndexMain p {
    text-align: center;
  }
}
.evaluation .page__containerSliderIndexBlock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  width: 100%;
  padding: 40px 26px 20px;
  border: 1px solid #d8865d;
}
.evaluation .page__containerSliderIndexBlockIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 122px;
  height: 20px;
  margin-top: -19px;
  margin-left: -1px;
  -webkit-transform: translate(-26px, -40px);
  -ms-transform: translate(-26px, -40px);
  transform: translate(-26px, -40px);
}
.evaluation .page__containerSliderIndexBlockIco svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #d8865d;
  stroke-miterlimit: 10;
  stroke-width: 0.99px;
}
.evaluation .page__containerSliderIndexBlockList {
  margin-left: 0;
  list-style: none;
}
.evaluation .page__containerSliderIndexBlockListItem {
  display: block;
  margin-bottom: 25px;
}
.evaluation .page__containerSliderIndexBlockListItem:last-of-type {
  margin-bottom: 0;
}
.evaluation .page__containerSliderIndexBlockListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d8865d;
  font-weight: 500;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(1) .page__containerSliderIndexBlockListItemLink:before {
  content: "1";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(2) .page__containerSliderIndexBlockListItemLink:before {
  content: "2";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(3) .page__containerSliderIndexBlockListItemLink:before {
  content: "3";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(4) .page__containerSliderIndexBlockListItemLink:before {
  content: "4";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(5) .page__containerSliderIndexBlockListItemLink:before {
  content: "5";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(6) .page__containerSliderIndexBlockListItemLink:before {
  content: "6";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(7) .page__containerSliderIndexBlockListItemLink:before {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(8) .page__containerSliderIndexBlockListItemLink:before {
  content: "8";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(9) .page__containerSliderIndexBlockListItemLink:before {
  content: "9";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem:nth-of-type(10) .page__containerSliderIndexBlockListItemLink:before {
  content: "10";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.evaluation .page__containerSliderIndexBlockListItem.step {
  display: block;
}
.evaluation .page__containerSliderIndexBlockListItem.step .page__containerSliderIndexBlockListItemLink {
  margin-bottom: 20px;
}
.evaluation .page__containerSliderIndexBlockListItemStep {
  list-style: none;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi {
  border-top: 1px solid #231815;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a:before {
  content: "1-1";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a:before {
  content: "1-2";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a:before {
  content: "1-3";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a:before {
  content: "1-4";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a:before {
  content: "1-5";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a:before {
  content: "1-6";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a:before {
  content: "1-7";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a:before {
  content: "1-8";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a:before {
  content: "1-9";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a:before {
  content: "1-10";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a:before {
  content: "1-11";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a:before {
  content: "1-12";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a:before {
  content: "1-13";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a {
  font-size: 1.3rem;
  color: #000;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a:before {
  content: "1-14";
  font-size: 1.5rem;
  font-weight: 700;
  color: #61b4ab;
  margin-right: 10px;
}
/*  [2]のステップ  */
.evaluation .Li2:nth-of-type(1) a:before {
  content: "2-1";
}
.evaluation .Li2:nth-of-type(2) a:before {
  content: "2-2";
}
.evaluation .Li2:nth-of-type(3) a:before {
  content: "2-3";
}
.evaluation .Li2:nth-of-type(4) a:before {
  content: "2-4";
}
.evaluation .Li2:nth-of-type(5) a:before {
  content: "2-5";
}
/*  [3]のステップ  */
.evaluation .Li3:nth-of-type(1) a:before {
  content: "3-1";
}
.evaluation .Li3:nth-of-type(2) a:before {
  content: "3-2";
}
.evaluation .Li3:nth-of-type(3) a:before {
  content: "3-3";
}
.evaluation .Li3:nth-of-type(4) a:before {
  content: "3-4";
}
.evaluation .Li3:nth-of-type(5) a:before {
  content: "3-5";
}
.evaluation .Li3:nth-of-type(6) a:before {
  content: "3-6";
}
.evaluation .Li3:nth-of-type(7) a:before {
  content: "3-7";
}
.evaluation .page__containerSliderIndexBlockListItemStepLi:last-of-type {
  border-bottom: 1px solid #231815;
}
.evaluation .page__containerSliderIndexBlockListItemStepLi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
.evaluation .page__containerSliderSlide {
  background: #f5d9cc;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide {
    position: relative;
    display: none;
    min-height: 80vh;
    padding-top: 0;
  }
  .evaluation .page__containerSliderSlide.open {
    display: block;
  }
}
.evaluation .page__containerSliderSlide .slideContent__inner {
  position: relative;
  background: #fff;
  padding: 66px 55px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__inner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(100% - 40px);
    padding: 26px 20px 36px;
    margin: 0 auto;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerTtl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #d8865d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerTtl span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerTtl h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #d8865d;
}
.evaluation .page__containerSliderSlide .slideContent__innerNum {
  position: absolute;
  top: 66px;
  right: 55px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerNum {
    position: static;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(20px, calc(-100% - 32px));
    -ms-transform: translate(20px, calc(-100% - 32px));
    transform: translate(20px, calc(-100% - 32px));
  }
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerBody {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
} 
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlock table tr td {
  background: #d4e4e1;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlock table.table01 tr:nth-of-type(n+2) th {
  text-align: left;
  background: #d4e4e1;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlock dl dt {
  color: #d8865d;
  margin-bottom: 8px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
  font-size: 1.3rem;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
    font-size: 1.1rem;
    margin-left: 18px;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlock ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlock ul li {
  margin-bottom: 5px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlockStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlockStep > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #61b4ab;
  padding: 3px 12px;
  margin-bottom: 8px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyBlock .slideContent__innerBodyTips {
  margin-top: 40px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTips {
  background: #f0eee9;
  border-radius: 12px;
  padding: 34px 30px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTipsIco {
  position: relative;
  display: block;
  width: 56px;
  height: 42px;
  margin-top: -54px;
  margin-left: -35px;
  margin-bottom: 15px;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTipsIco i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg {
  width: 100%;
  height: 100%;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-1 {
  fill: #fff;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-2 {
  fill: #d8865d;
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTipsIco p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: 700;
  color: #d8865d;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.evaluation .page__containerSliderSlide .slideContent__innerBodyTips > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerBodyTips > p {
    font-size: 1.1rem;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuiz {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerQuiz {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModal {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerQuizModal.none {
    display: none;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl:before, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #d8865d;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl:before {
  top: 0;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  top: 5px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
    font-size: 1.6rem;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3#answerTtl {
  margin-bottom: 0;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span > span {
  display: inline-block;
  font-size: 3rem;
  margin: 0 10px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  font-size: 3rem;
  font-weight: bold;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true {
  color: green;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  color: red;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 small {
  font-size: 1.1rem;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #d8865d;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before {
  bottom: 0;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  bottom: 5px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalTtl p {
  line-height: 2;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoise {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoise {
    margin-bottom: 40px;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem {
  margin-bottom: 10px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem.none {
  display: none;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink p, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_green.svg) left center no-repeat;
  background-size: cover;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:after, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #dfedc4;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_gray.svg) left center no-repeat;
  background-size: cover;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #e8e5e3;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_red.svg) left center no-repeat;
  background-size: cover;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #f5d9cc;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.8;
  cursor: pointer;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink:after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 272px;
  /* height: 69px; */
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
    width: 260px;
    /* height: 66px; */
    padding-left: 10px;
    padding-right: 10px;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingBack, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #636158;
  cursor: pointer;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingNext i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingBack.none, .evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingNext.none {
  display: none;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingNext p {
  margin-right: 10px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingBack p {
  margin-left: 10px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f5d9cc;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerQuizAnswer {
    /* position: absolute; */
    /* height: auto; */
    z-index: 997;
    padding: 80px 0 30px;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswer.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  margin-bottom: 35px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBack p {
  margin-right: 10px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBack i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  padding: 66px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
    width: calc(100% - 50px);
    padding: 33px 27px;
  }
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBlock.none {
  display: none;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBlock > p {
  line-height: 2;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636158;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23px;
  height: 10px;
  margin-right: 6px;
}
.evaluation .page__containerSliderSlide .slideContent__innerQuizAnswer .slideContent__innerQuizModalPagingNext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.evaluation .cmn__eyecatchLink {
  color: #d8865d;
}
.use .page__containerSliderIndex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderIndex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.use .page__containerSliderIndex.none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderIndex .cmn__pagination {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.use .page__containerSliderIndexMain {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderIndexMain {
    margin-bottom: 60px;
  }
}
.use .page__containerSliderIndexMainTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderIndexMainTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
}
.use .page__containerSliderIndexMainTtl i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderIndexMainTtl i {
    width: 84px;
    height: 84px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.use .page__containerSliderIndexMainTtl h1 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #dab333;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderIndexMainTtl h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderIndexMain p {
    text-align: center;
  }
}
.use .page__containerSliderIndexBlock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  width: 100%;
  padding: 40px 26px 20px;
  border: 1px solid #dab333;
}
.use .page__containerSliderIndexBlockIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 122px;
  height: 20px;
  margin-top: -19px;
  margin-left: -1px;
  -webkit-transform: translate(-26px, -40px);
  -ms-transform: translate(-26px, -40px);
  transform: translate(-26px, -40px);
}
.use .page__containerSliderIndexBlockIco svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #dab333;
  stroke-miterlimit: 10;
  stroke-width: 0.99px;
}
.use .page__containerSliderIndexBlockList {
  margin-left: 0;
  list-style: none;
}
.use .page__containerSliderIndexBlockListItem {
  display: block;
  margin-bottom: 25px;
}
.use .page__containerSliderIndexBlockListItem:last-of-type {
  margin-bottom: 0;
}
.use .page__containerSliderIndexBlockListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dab333;
  font-weight: 500;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(1) .page__containerSliderIndexBlockListItemLink:before {
  content: "1";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(2) .page__containerSliderIndexBlockListItemLink:before {
  content: "2";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(3) .page__containerSliderIndexBlockListItemLink:before {
  content: "3";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(4) .page__containerSliderIndexBlockListItemLink:before {
  content: "4";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(5) .page__containerSliderIndexBlockListItemLink:before {
  content: "5";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(6) .page__containerSliderIndexBlockListItemLink:before {
  content: "6";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(7) .page__containerSliderIndexBlockListItemLink:before {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(8) .page__containerSliderIndexBlockListItemLink:before {
  content: "8";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(9) .page__containerSliderIndexBlockListItemLink:before {
  content: "9";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem:nth-of-type(10) .page__containerSliderIndexBlockListItemLink:before {
  content: "10";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.use .page__containerSliderIndexBlockListItem.step {
  display: block;
}
.use .page__containerSliderIndexBlockListItem.step .page__containerSliderIndexBlockListItemLink {
  margin-bottom: 20px;
}
.use .page__containerSliderIndexBlockListItemStep {
  list-style: none;
}
.use .page__containerSliderIndexBlockListItemStepLi {
  border-top: 1px solid #231815;
}
.use .page__containerSliderIndexBlockListItemStepLi2 {
  border-top: 1px solid #231815;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a:before {
  content: "1-1";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a:before {
  content: "1-2";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a:before {
  content: "1-3";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a:before {
  content: "1-4";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a:before {
  content: "1-5";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a:before {
  content: "1-6";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a:before {
  content: "1-7";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a:before {
  content: "1-8";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a:before {
  content: "Step9";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a:before {
  content: "Step10";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a:before {
  content: "Step 11";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a:before {
  content: "Step 12";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a:before {
  content: "Step 13";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a {
  font-size: 1.3rem;
  color: #000;
}
.use .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a:before {
  content: "Step 14";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .Li2:nth-of-type(1) a {
  font-size: 1.3rem;
  color: #000;
}
.use .Li2:nth-of-type(1) a:before {
  content: "2-1";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .Li2:nth-of-type(2) a {
  font-size: 1.3rem;
  color: #000;
}
.use .Li2:nth-of-type(2) a:before {
  content: "2-2";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .Li2:nth-of-type(3) a {
  font-size: 1.3rem;
  color: #000;
}
.use .Li2:nth-of-type(3) a:before {
  content: "2-3";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .Li2:nth-of-type(4) a {
  font-size: 1.3rem;
  color: #000;
}
.use .Li2:nth-of-type(4) a:before {
  content: "2-4";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .Li2:nth-of-type(5) a {
  font-size: 1.3rem;
  color: #000;
}
.use .Li2:nth-of-type(5) a:before {
  content: "2-5";
  font-size: 1.5rem;
  font-weight: 700;
  color: #90508a;
  margin-right: 10px;
}
.use .page__containerSliderIndexBlockListItemStepLi:last-of-type {
  border-bottom: 1px solid #231815;
}
.use .page__containerSliderIndexBlockListItemStepLi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
.use .page__containerSliderSlide {
  background: #faefd1;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide {
    position: relative;
    display: none;
    min-height: 80vh;
    padding-top: 0;
  }
  .use .page__containerSliderSlide.open {
    display: block;
  }
}
.use .page__containerSliderSlide .slideContent__inner {
  position: relative;
  background: #fff;
  padding: 66px 55px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__inner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(100% - 40px);
    padding: 26px 20px 36px;
    margin: 0 auto;
  }
}
.use .page__containerSliderSlide .slideContent__innerTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.use .page__containerSliderSlide .slideContent__innerTtl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #dab333;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerTtl span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.use .page__containerSliderSlide .slideContent__innerTtl h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #dab333;
}
.use .page__containerSliderSlide .slideContent__innerNum {
  position: absolute;
  top: 66px;
  right: 55px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerNum {
    position: static;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(20px, calc(-100% - 32px));
    -ms-transform: translate(20px, calc(-100% - 32px));
    transform: translate(20px, calc(-100% - 32px));
  }
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerBody {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
} 
.use .page__containerSliderSlide .slideContent__innerBodyBlock table tr td {
  background: #e6d8e6;
}
.use .page__containerSliderSlide .slideContent__innerBodyBlock table.table01 tr:nth-of-type(n+2) th {
  text-align: left;
  background: #e6d8e6;
}
.use .page__containerSliderSlide .slideContent__innerBodyBlock dl dt {
  color: #dab333;
  margin-bottom: 8px;
}
.use .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
  font-size: 1.3rem;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
    font-size: 1.1rem;
    margin-left: 18px;
  }
}
.use .page__containerSliderSlide .slideContent__innerBodyBlock ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.use .page__containerSliderSlide .slideContent__innerBodyBlock ul li {
  margin-bottom: 5px;
}
.use .page__containerSliderSlide .slideContent__innerBodyBlockStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.use .page__containerSliderSlide .slideContent__innerBodyBlockStep > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #90508a;
  padding: 3px 12px;
  margin-bottom: 8px;
}
.use .page__containerSliderSlide .slideContent__innerBodyBlock .slideContent__innerBodyTips {
  margin-top: 40px;
}
.use .page__containerSliderSlide .slideContent__innerBodyTips {
  background: #f0eee9;
  border-radius: 12px;
  padding: 34px 30px;
}
.use .page__containerSliderSlide .slideContent__innerBodyTipsIco {
  position: relative;
  display: block;
  width: 56px;
  height: 42px;
  margin-top: -54px;
  margin-left: -35px;
  margin-bottom: 15px;
}
.use .page__containerSliderSlide .slideContent__innerBodyTipsIco i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.use .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg {
  width: 100%;
  height: 100%;
}
.use .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-1 {
  fill: #fff;
}
.use .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-2 {
  fill: #dab333;
}
.use .page__containerSliderSlide .slideContent__innerBodyTipsIco p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: 700;
  color: #dab333;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.use .page__containerSliderSlide .slideContent__innerBodyTips > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerBodyTips > p {
    font-size: 1.1rem;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuiz {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerQuiz {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuizModal {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerQuizModal.none {
    display: none;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl:before, .use .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #dab333;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl:before {
  top: 0;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  top: 5px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
    font-size: 1.6rem;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3#answerTtl {
  margin-bottom: 0;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span > span {
  display: inline-block;
  font-size: 3rem;
  margin: 0 10px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true, .use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  font-size: 3rem;
  font-weight: bold;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true {
  color: green;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  color: red;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 small {
  font-size: 1.1rem;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before, .use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #dab333;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before {
  bottom: 0;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  bottom: 5px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalTtl p {
  line-height: 2;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoise {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerQuizModalChoise {
    margin-bottom: 40px;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem {
  margin-bottom: 10px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem.none {
  display: none;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink p, .use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_green.svg) left center no-repeat; /* グリーン背景 */
  background-size: cover;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:after, .use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #dfedc4; /* グリーンの丸 */
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink p, .use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(5) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_gray.svg) left center no-repeat;
  background-size: cover;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink:after, .use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(5) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #e8e5e3;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_red.svg) left center no-repeat;
  background-size: cover;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #fbebe0; /* ピンクの丸 */
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.8;
  cursor: pointer;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink:after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 272px;
  /* height: 69px; */
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
    width: 260px;
    /* height: 66px; */
    padding-left: 10px;
    padding-right: 10px;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPagingBack, .use .page__containerSliderSlide .slideContent__innerQuizModalPagingNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #636158;
  cursor: pointer;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i, .use .page__containerSliderSlide .slideContent__innerQuizModalPagingNext i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPagingBack.none, .use .page__containerSliderSlide .slideContent__innerQuizModalPagingNext.none {
  display: none;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPagingNext p {
  margin-right: 10px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPagingBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPagingBack p {
  margin-left: 10px;
}
.use .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #faefd1;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerQuizAnswer {
    /* position: absolute; */
    /* height: auto; */
    z-index: 997;
    padding: 80px 0 30px;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswer.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  margin-bottom: 35px;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBack p {
  margin-right: 10px;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBack i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  padding: 66px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .use .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
    width: calc(100% - 50px);
    padding: 33px 27px;
  }
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBlock.none {
  display: none;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBlock > p {
  line-height: 2;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636158;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23px;
  height: 10px;
  margin-right: 6px;
}
.use .page__containerSliderSlide .slideContent__innerQuizAnswer .slideContent__innerQuizModalPagingNext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.use .cmn__eyecatchLink {
  color: #dab333;
}
/*  プレゼンテーション  */
.presen .page__containerSliderIndex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderIndex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.presen .page__containerSliderIndex.none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderIndex .cmn__pagination {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.presen .page__containerSliderIndexMain {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderIndexMain {
    margin-bottom: 60px;
  }
}
.presen .page__containerSliderIndexMainTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderIndexMainTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
}
.presen .page__containerSliderIndexMainTtl i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderIndexMainTtl i {
    width: 84px;
    height: 84px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.presen .page__containerSliderIndexMainTtl h1 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #74a928;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderIndexMainTtl h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderIndexMain p {
    text-align: center;
  }
}
.presen .page__containerSliderIndexBlock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  width: 100%;
  padding: 40px 26px 20px;
  border: 1px solid #74a928;
}
.presen .page__containerSliderIndexBlockIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 122px;
  height: 20px;
  margin-top: -19px;
  margin-left: -1px;
  -webkit-transform: translate(-26px, -40px);
  -ms-transform: translate(-26px, -40px);
  transform: translate(-26px, -40px);
}
.presen .page__containerSliderIndexBlockIco svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #74a928;
  stroke-miterlimit: 10;
  stroke-width: 0.99px;
}
.presen .page__containerSliderIndexBlockList {
  margin-left: 0;
  list-style: none;
}
.presen .page__containerSliderIndexBlockListItem {
  display: block;
  margin-bottom: 25px;
}
.presen .page__containerSliderIndexBlockListItem:last-of-type {
  margin-bottom: 0;
}
.presen .page__containerSliderIndexBlockListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #74a928;
  font-weight: 500;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(1) .page__containerSliderIndexBlockListItemLink:before {
  content: "1";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(2) .page__containerSliderIndexBlockListItemLink:before {
  content: "2";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(3) .page__containerSliderIndexBlockListItemLink:before {
  content: "3";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(4) .page__containerSliderIndexBlockListItemLink:before {
  content: "4";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(5) .page__containerSliderIndexBlockListItemLink:before {
  content: "5";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(6) .page__containerSliderIndexBlockListItemLink:before {
  content: "6";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(7) .page__containerSliderIndexBlockListItemLink:before {
  content: "7";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(8) .page__containerSliderIndexBlockListItemLink:before {
  content: "8";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(9) .page__containerSliderIndexBlockListItemLink:before {
  content: "9";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem:nth-of-type(10) .page__containerSliderIndexBlockListItemLink:before {
  content: "10";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.presen .page__containerSliderIndexBlockListItem.step {
  display: block;
}
.presen .page__containerSliderIndexBlockListItem.step .page__containerSliderIndexBlockListItemLink {
  margin-bottom: 20px;
}
.presen .page__containerSliderIndexBlockListItemStep {
  list-style: none;
}
.presen .page__containerSliderIndexBlockListItemStepLi {
  border-top: 1px solid #231815;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(1) a:before {
  content: "Step1";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(2) a:before {
  content: "Step2";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(3) a:before {
  content: "Step3";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(4) a:before {
  content: "Step4";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(5) a:before {
  content: "Step5";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(6) a:before {
  content: "Step6";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(7) a:before {
  content: "Step7";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(8) a:before {
  content: "Step8";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(9) a:before {
  content: "Step9";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(10) a:before {
  content: "Step10";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(11) a:before {
  content: "Step11";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(12) a:before {
  content: "Step12";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(13) a:before {
  content: "Step13";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a {
  font-size: 1.3rem;
  color: #000;
}
.presen .page__containerSliderIndexBlockListItemStepLi:nth-of-type(14) a:before {
  content: "Step14";
  font-size: 1.5rem;
  font-weight: 700;
  color: #e06b5a;
  margin-right: 10px;
}
.presen .page__containerSliderIndexBlockListItemStepLi:last-of-type {
  border-bottom: 1px solid #231815;
}
.presen .page__containerSliderIndexBlockListItemStepLi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
.presen .page__containerSliderSlide {
  background: #dfedc8;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide {
    position: relative;
    display: none;
    min-height: 80vh;
    padding-top: 0;
  }
  .presen .page__containerSliderSlide.open {
    display: block;
  }
}
.presen .page__containerSliderSlide .slideContent__inner {
  position: relative;
  background: #fff;
  padding: 66px 55px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__inner {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: calc(100% - 40px);
    padding: 26px 20px 36px;
    margin: 0 auto;
  }
}
.presen .page__containerSliderSlide .slideContent__innerTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.presen .page__containerSliderSlide .slideContent__innerTtl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #74a928;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerTtl span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.presen .page__containerSliderSlide .slideContent__innerTtl h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #74a928;
}
.presen .page__containerSliderSlide .slideContent__innerNum {
  position: absolute;
  top: 66px;
  right: 55px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerNum {
    position: static;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(20px, calc(-100% - 32px));
    -ms-transform: translate(20px, calc(-100% - 32px));
    transform: translate(20px, calc(-100% - 32px));
  }
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerBody {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
} 
.presen .page__containerSliderSlide .slideContent__innerBodyBlock table tr td {
  background: #f2dbdd;
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlock table.table01 tr:nth-of-type(n+2) th {
  text-align: left;
  background: #f2dbdd;
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlock dl dt {
  font-size: 2.0rem;
  color: #74a928;
  margin-bottom: 8px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
  font-size: 1.6rem;
  margin: 10px 0 30px 20px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
    font-size: 1.1rem;
    margin-left: 18px;
  }
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlock ul {
  margin: 40px 0 20px 20px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlock ul li {
  margin-bottom: 5px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlockStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlockStep > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #e06b5a;
  padding: 3px 12px;
  margin-bottom: 8px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyBlock .slideContent__innerBodyTips {
  margin-top: 40px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyTips {
  background: #f0eee9;
  border-radius: 12px;
  padding: 34px 30px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyTipsIco {
  position: relative;
  display: block;
  width: 56px;
  height: 42px;
  margin-top: -54px;
  margin-left: -35px;
  margin-bottom: 15px;
}
.presen .page__containerSliderSlide .slideContent__innerBodyTipsIco i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.presen .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg {
  width: 100%;
  height: 100%;
}
.presen .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-1 {
  fill: #fff;
}
.presen .page__containerSliderSlide .slideContent__innerBodyTipsIco i svg .cls-2 {
  fill: #74a928;
}
.presen .page__containerSliderSlide .slideContent__innerBodyTipsIco p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: 700;
  color: #74a928;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.presen .page__containerSliderSlide .slideContent__innerBodyTips > p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerBodyTips > p {
    font-size: 1.1rem;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuiz {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerQuiz {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuizModal {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerQuizModal.none {
    display: none;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl:before, .presen .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #74a928;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl:before {
  top: 0;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  top: 5px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
    font-size: 1.6rem;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3#answerTtl {
  margin-bottom: 0;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span > span {
  display: inline-block;
  font-size: 3rem;
  margin: 0 10px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true, .presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  font-size: 3rem;
  font-weight: bold;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true {
  color: green;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  color: red;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 small {
  font-size: 1.1rem;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before, .presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #74a928;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before {
  bottom: 0;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  bottom: 5px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalTtl p {
  line-height: 2;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoise {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerQuizModalChoise {
    margin-bottom: 40px;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem {
  margin-bottom: 10px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem.none {
  display: none;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink p, .presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_green.svg) left center no-repeat;
  background-size: cover;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:after, .presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #dfedc4;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_gray.svg) left center no-repeat;
  background-size: cover;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #e8e5e3;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink p {
  background: url(../img/bg_red.svg) left center no-repeat;
  background-size: cover;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #fbebe0;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.8;
  cursor: pointer;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink:after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 660px;
  /* height: 69px; */
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
    width: 260px;
    /* height: 66px; */
    padding-left: 10px;
    padding-right: 10px;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPagingBack, .presen .page__containerSliderSlide .slideContent__innerQuizModalPagingNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #636158;
  cursor: pointer;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i, .presen .page__containerSliderSlide .slideContent__innerQuizModalPagingNext i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPagingBack.none, .presen .page__containerSliderSlide .slideContent__innerQuizModalPagingNext.none {
  display: none;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPagingNext p {
  margin-right: 10px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPagingBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPagingBack p {
  margin-left: 10px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizModalPagingBack i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #dfedc8;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerQuizAnswer {
    /* position: absolute; */
    /* height: auto; */
    z-index: 997;
    padding: 80px 0 30px;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswer.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
  margin-bottom: 35px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBack p {
  margin-right: 10px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBack i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  padding: 66px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .presen .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
    width: calc(100% - 50px);
    padding: 33px 27px;
  }
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBlock.none {
  display: none;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBlock > p {
  line-height: 2;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636158;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23px;
  height: 10px;
  margin-right: 6px;
}
.presen .page__containerSliderSlide .slideContent__innerQuizAnswer .slideContent__innerQuizModalPagingNext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.presen .cmn__eyecatchLink {
  color: #74a928;
}
/* About */
.home .about h1 {
  font-size: 3.0rem;
  margin: 0 0 60px 0;
}
.home .about h2 {
  font-size: 2.0rem;
  margin: 20px 0;
}
.home .about ul {
  list-style-type: disc;
  margin-left: 20px;
}
.home .about ul li {
  margin-bottom: 10px;
  font: 400 1.4rem/1.4 "Noto Sans JP", sans-serif;
  line-height: 1.5em;
}
.home .about p {
  font: 400 1.4rem/1.4 "Noto Sans JP", sans-serif;
  line-height: 1.5em;
}
.home .about p a {
  text-decoration: underline
}
.home .about ul li a {
  text-decoration: underline
}
.page__containerSliderSlide p a {
  text-decoration: underline;
}
.slideContent__inner p a {
  text-decoration: underline;
}
/*  目次  */
.page__containerSliderIndex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderIndex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.page__containerSliderIndex.none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderIndex .cmn__pagination {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.page__containerSliderIndexMain {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderIndexMain {
    margin-bottom: 60px;
  }
}
.page__containerSliderIndexMainTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderIndexMainTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 20px;
  }
}
.page__containerSliderIndexMainTtl i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderIndexMainTtl i {
    width: 84px;
    height: 84px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* タイトル h1 */
.page__containerSliderIndexMainTtl h1 {
  font-size: 3.4rem;
  font-weight: 500;
}
.report .page__containerSliderIndexMainTtl h1 {
  color: #e73a18
}
.kind .page__containerSliderIndexMainTtl h1 {
  color: #bc76ae
}
.find .page__containerSliderIndexMainTtl h1 {
  color: #183f96
}
@media screen and (max-width: 1024px) {
  .page__containerSliderIndexMainTtl h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .page__containerSliderIndexMain p {
    text-align: center;
  }
}
/*  各章共通　見出し  */
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock h3 {
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock h3 span {
  position: relative;
}
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock h3 span:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  display: block;
  width: 100%;
  /* height: 2px; */
  background: #000;
  border-bottom: solid 3px;
}
@media screen and (max-width: 1024px) {
  .page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock h3 span:after {
    position: inherit;
  }
}
/*  各章共通　リスト  */
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock dl dt {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
  font-size: 1.6rem;
  line-height: 2;
  margin: 10px 0 30px 20px;
}
@media screen and (max-width: 1024px) {
  .page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock dl dd {
    font-size: 1.4rem;
    margin-left: 18px;
  }
}
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock ul {
  margin: 40px 0 20px 20px;
}
.page .page__container .page__containerSliderSlide .slideContent__innerBodyBlock ul li {
  margin-bottom: 5px;
}
/*  インナー　イントロ  */
.page__containerSliderSlide .slideContent__innerBodyIntro {
  margin-bottom: 50px;
}
.page__containerSliderSlide .slideContent__innerBodyIntro p {
  line-height: 2;
}
.page__containerSliderSlide .slideContent__innerBodyBlock {
  margin-bottom: 60px;
}
.page__containerSliderSlide .slideContent__innerBodyBlock:last-of-type {
  margin-bottom: 0;
}
/* インナー　H4 */
.page__containerSliderSlide .slideContent__innerBodyBlock h4 {
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page__containerSliderSlide .slideContent__innerBodyBlock h4:before {
  content: "●";
}
/* インナーブロック段落p */
.page__containerSliderSlide .slideContent__innerBodyBlock p {
  line-height: 2;
}
.report .page__containerSliderSlide .slideContent__innerBodyBlock dl dt {
  color: #e73a18;
}
.page__containerSliderSlide .slideContent__innerQuiz {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderSlide .slideContent__innerQuiz {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.page__containerSliderSlide .slideContent__innerQuizModal {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderSlide .slideContent__innerQuizModal.none {
    display: none;
  }
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl:before, .report .page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #e73a18;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl:before {
  top: 0;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl:after {
  top: 5px;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 {
    font-size: 1.6rem;
  }
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3#answerTtl {
  margin-bottom: 0;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span > span {
  display: inline-block;
  font-size: 3rem;
  margin: 0 10px;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true, .page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  font-size: 3rem;
  font-weight: bold;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.true {
  color: green;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3 > span.false {
  color: red;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3 small {
  font-size: 1.1rem;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before, .report .page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #e73a18;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3:before {
  bottom: 0;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl h3:after {
  bottom: 5px;
}
.page__containerSliderSlide .slideContent__innerQuizModalTtl p {
  line-height: 2;
}
.page__containerSliderSlide .slideContent__innerQuizModalChoise {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderSlide .slideContent__innerQuizModalChoise {
    margin-bottom: 40px;
  }
}
.page__containerSliderSlide .slideContent__innerQuizModalChoiseItem {
  margin-bottom: 10px;
}
.page__containerSliderSlide .slideContent__innerQuizModalChoiseItem.none {
  display: none;
}
.page__containerSliderSlide .slideContent__innerQuizModalPaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page__containerSliderSlide .slideContent__innerQuizModalPagingBack, .page__containerSliderSlide .slideContent__innerQuizModalPagingNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #636158;
  cursor: pointer;
}
.page__containerSliderSlide .slideContent__innerQuizModalPagingBack i, .page__containerSliderSlide .slideContent__innerQuizModalPagingNext i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.page__containerSliderSlide .slideContent__innerQuizModalPagingBack.none, .page__containerSliderSlide .slideContent__innerQuizModalPagingNext.none {
  display: none;
}
.page__containerSliderSlide .slideContent__innerQuizModalPagingNext p {
  margin-right: 10px;
}
.page__containerSliderSlide .slideContent__innerQuizModalPagingBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.page__containerSliderSlide .slideContent__innerQuizModalPagingBack p {
  margin-left: 10px;
}
.page__containerSliderSlide .slideContent__innerQuizModalPagingBack i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.page__containerSliderSlide .slideContent__innerQuizAnswer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fbebe0;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderSlide .slideContent__innerQuizAnswer {
    /* position: absolute; */
    /* height: auto; */
    z-index: 997;
    padding: 80px 0 30px;
  }
}
.page__containerSliderSlide .slideContent__innerQuizAnswer.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  margin-bottom: 35px;
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBack p {
  margin-right: 10px;
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBack i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  padding: 66px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page__containerSliderSlide .slideContent__innerQuizAnswerBlock {
    width: calc(100% - 50px);
    padding: 33px 27px;
  }
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBlock.none {
  display: none;
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBlock > p {
  line-height: 2;
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636158;
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBlockBtn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23px;
  height: 10px;
  margin-right: 6px;
}
.page__containerSliderSlide .slideContent__innerQuizAnswer .slideContent__innerQuizModalPagingNext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmn__eyecatchLink {
  color: #e73a18;
}
.page .page__containerSliderSlide .slideContent__innerQuizModal {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLinkPara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 660px;
  min-height: 60px;
  /* height: 69px; */
  padding-left: 15px;
  /* padding-right: 32px; */
  margin-right: 28px;
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.8;
  cursor: pointer;
  /* 1/23追加*/
  width: 87%;
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItemLink:after {
  content: "";
  display: block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  right: -35px;
  position: absolute;
}
/* クイズ　選択肢1 */
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink p {
  background-size: cover;
  background-color: #dfedc4
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:before {
  background-color: #dfedc4;
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: -2px;
  z-index: 100;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(1) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #dfedc4;
}
/* クイズ　選択肢2 */
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink p {
  background-size: cover;
  background-color: #e8e5e3;
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink:before {
  background-color: #e8e5e3;
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: -2px;
  z-index: 100;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(2) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #e8e5e3;
  right: -35px;
  position: absolute;
}
/* クイズ　選択肢3 */
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink p {
  background-size: cover;
  background-color: #fbebe0;
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink:before {
  background-color: #fbebe0;
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: -2px;
  z-index: 100;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(3) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #fbebe0;
  right: -35px;
  position: absolute;
}
/* クイズ　選択肢4 */
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink p {
  background-size: cover;
  background-color: #dfedc4
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink:before {
  background-color: #dfedc4;
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: -2px;
  z-index: 100;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(4) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #dfedc4;
  right: -35px;
  position: absolute;
}
/* クイズ　選択肢5 */
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(5) .slideContent__innerQuizModalChoiseItemLink p {
  background-size: cover;
  background-color: #e8e5e3;
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(5) .slideContent__innerQuizModalChoiseItemLink:before {
  background-color: #e8e5e3;
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: -2px;
  z-index: 100;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.page .page__containerSliderSlide .slideContent__innerQuizModalChoiseItem:nth-of-type(5) .slideContent__innerQuizModalChoiseItemLink:after {
  background: #e8e5e3;
  right: -35px;
  position: absolute;
}
/* クイズ　もどる */
.page__containerSliderSlide .slideContent__innerQuizAnswerBack {
  font-size: 1.6rem !important
}
.page__containerSliderSlide .slideContent__innerQuizAnswerBack i {
  -webkit-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}
/*  ここまでクイズ共通  */
a.link_blank {
  padding-right: 26px;
  background: url(../img/ico_blank.png) no-repeat right 2px;
  background-size: 21px 18px;
}
/* ページ下部のメインメニュー */
.header__innerNav .header__innerNavList .header__innerNavListItem a p {
  font-weight: 500
}