@charset "UTF-8";
/***!  /templates/bevel/css/eis.css?1a7014  !***/

.eis__content .box50_100, .eis__content .box50_75 {
  width: calc(50% - 4px);
  margin-right: 4px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.eis__content .box50_100:nth-child(2n+2), .eis__content .box50_75:nth-child(2n+2) {
  margin-right: 0;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .eis__content .box50_100, .eis__content .box50_75 {
    width: 100%;
  }
}
.eis__content .box50_100:before, .eis__content .box50_75:before {
  content: "";
  display: block;
}
.eis__content .box50_100 img, .eis__content .box50_75 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --c-primary900: #202b41;
  --c-primary700: #004f95;
  --c-primary800: #263774;
  --c-primary500: #3082d4;
  --c-primary100: #ecf4ff;
  --c-yellow900: #f9a554;
  --c-yellow800: #ea9442;
  --c-yellow700: #ffd60d;
  --c-yellow600: #ffd200;
  --h-header-height: 58px;
  --h-header-top-height: 30px;
  --h-header-total: calc(var(--h-header-height) + var(--h-header-top-height));
  --w-search-width: 60px;
}
@media only screen and (max-width: 678px) {
  :root {
    --h-header-height: 46px;
    --h-header-top-height: 0px;
    --w-search-width: 46px;
  }
}

.eis__header__tool .jssocials-share {
  position: relative;
}
.eis__header__tool .jssocials-share-link {
  border-radius: 4px;
  transition: 0.3s;
  border: 1px solid var(--c-primary700);
  color: var(--c-primary700);
}
.eis__header__tool .jssocials-share-label {
  font-size: 13px;
}
.eis__header__tool .jssocials-share-count {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 99;
  opacity: 0;
  transition: 0.3s;
  transform: translate3d(-50%, -15px, 0);
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  height: auto;
  line-height: 1 !important;
  font-size: 12px;
  padding: 3px 8px;
  min-width: 50px;
  margin: 0;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.eis__header__tool .jssocials-share-count:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.jssocials-share:hover .eis__header__tool .jssocials-share-count {
  opacity: 1;
  transform: translate3d(-50%, -10px, 0);
}
.eis__header__tool .jssocials-share:hover {
  z-index: 9;
}
.eis__header__tool .jssocials-share-facebook a {
  border: 1px solid #4267b2;
  color: #fff;
  background-color: #4267b2;
}
.eis__header__tool .jssocials-share-facebook:hover a {
  border: 1px solid #4267b2;
  color: #fff;
  background-color: #4267b2;
  box-shadow: 0 8px 20px -5px #4267b2;
  transform: translate3d(0, -2px, 0);
}
.eis__header__tool .jssocials-share-twitter a {
  border: 1px solid #1da1f1;
  color: #fff;
  background-color: #1da1f1;
}
.eis__header__tool .jssocials-share-twitter:hover a {
  border: 1px solid #1da1f1;
  color: #fff;
  background-color: #1da1f1;
  box-shadow: 0 8px 20px -5px #1da1f1;
  transform: translate3d(0, -2px, 0);
}
.eis__header__tool .jssocials-share-linkedin a {
  border: 1px solid #0077b5;
  color: #fff;
  background-color: #0077b5;
}
.eis__header__tool .jssocials-share-linkedin:hover a {
  border: 1px solid #0077b5;
  color: #fff;
  background-color: #0077b5;
  box-shadow: 0 8px 20px -5px #0077b5;
  transform: translate3d(0, -2px, 0);
}
.eis__header__tool .jssocials-share-line a {
  border: 1px solid #00b901;
  color: #fff;
  background-color: #00b901;
}
.eis__header__tool .jssocials-share-line:hover a {
  border: 1px solid #00b901;
  color: #fff;
  background-color: #00b901;
  box-shadow: 0 8px 20px -5px #00b901;
  transform: translate3d(0, -2px, 0);
}
.eis__header__tool .jssocials-share-sms a {
  border: 1px solid var(--c-primary700);
  color: #fff;
  background-color: var(--c-primary700);
}
.eis__header__tool .jssocials-share-sms:hover a {
  border: 1px solid var(--c-primary700);
  color: #fff;
  background-color: var(--c-primary700);
  box-shadow: 0 8px 20px -5px var(--c-primary700);
  transform: translate3d(0, -2px, 0);
}
.eis__header__tool .jssocials-share-email a {
  border: 1px solid var(--c-primary700);
  color: #fff;
  background-color: var(--c-primary700);
}
.eis__header__tool .jssocials-share-email:hover a {
  border: 1px solid var(--c-primary700);
  color: #fff;
  background-color: var(--c-primary700);
  box-shadow: 0 8px 20px -5px var(--c-primary700);
  transform: translate3d(0, -2px, 0);
}
.eis__header__tool .jssocials-share-messenger a {
  border: 1px solid #0681f7;
  color: #fff;
  background-color: #0681f7;
}
.eis__header__tool .jssocials-share-messenger:hover a {
  border: 1px solid #0681f7;
  color: #fff;
  background-color: #0681f7;
  box-shadow: 0 8px 20px -5px #0681f7;
  transform: translate3d(0, -2px, 0);
}

:root {
  --width-index: 350px;
  --deg: unset;
  --width-cover: 315px;
  --width-cover-minus: 42px;
  --banner-show: 0;
  --banner-height-ratio: 1.5;
}
@media only screen and (max-width: 1280px) {
  :root {
    --width-cover: clamp(160px, -460px + 60.5469vi, 315px);
  }
}
@media only screen and (max-width: 834px) {
  :root {
    --banner-show: 1;
  }
}
@media only screen and (max-width: 678px) {
  :root {
    --banner-height-ratio: 1.3;
  }
}

body {
  scroll-behavior: smooth;
}

.type-alias-user-story:after,
.type-alias-EIS-article:after,
.type-alias-EIS:after {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: color-mix(in srgb, var(--c-primary700), black 3%);
  z-index: 0;
}

.eis__container {
  width: min(100%, 1440px);
  padding: 0 0 0 56px;
  display: grid;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  grid-template-columns: 120px 1fr auto;
  grid-template-rows: 80px auto;
  grid-template-areas: "breadcrumbs breadcrumbs index" "cat body index";
}
.eis__container__topbanner {
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 var(--deg, 90%));
  background: #004f95;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .eis__container__topbanner {
    opacity: 1;
  }
}
@media (max-width: 1165px) {
  .eis__container {
    grid-template-columns: 80px minmax(100px, 1fr) minmax(100px, 300px);
  }
}
@media only screen and (max-width: 1024px) {
  .eis__container {
    grid-template-columns: 80px minmax(100px, 1fr) minmax(100px, 230px);
    padding: 0 0 0 clamp(20px, -138.0211px + 18.9474vi, 56px);
  }
}
@media only screen and (max-width: 834px) {
  .eis__container {
    display: block;
    padding: 0;
  }
}

.eis__breadcrumbs {
  grid-area: breadcrumbs;
  position: relative;
  padding: 0 8px 0 0;
}
@media only screen and (max-width: 834px) {
  .eis__breadcrumbs {
    padding: 0 24px;
  }
}
.eis__artnav {
  grid-area: cat;
  position: relative;
  padding-left: 16px;
  padding-top: 16px;
  z-index: 11;
}
@media only screen and (max-width: 834px) {
  .eis__artnav {
    display: none;
  }
}
.eis__body {
  grid-area: body;
  padding: 80px 0 8px 8px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .eis__body {
    display: flex;
    flex-direction: column;
    padding: 16px 64px 8px;
  }
}
@media only screen and (max-width: 551px) {
  .eis__body {
    padding: 16px 24px 8px;
  }
}
.eis__index {
  grid-area: index;
  width: var(--width-index);
  background-color: var(--c-primary700);
  color: #fff;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1165px) {
  .eis__index {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 834px) {
  .eis__index {
    position: static;
    padding: 40px 0;
    background: #000;
  }
}
.eis__index__container {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .eis__index__container {
    position: static;
    width: calc(100% - 80px);
    margin-left: 40px;
    border-left: 1px solid var(--c-primary700);
  }
}
.eis__index__eistitle {
  display: none;
}
@media only screen and (max-width: 834px) {
  .eis__index__eistitle {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: var(--c-primary700);
    margin-left: 28px;
  }
}
.eis__index__title {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.54);
  margin: 60px 40px 40px;
  transition: 0.3s;
}
.affix .eis__index__title {
  font-size: 20px;
  margin: 30px 40px 10px 74px;
}
@media only screen and (max-width: 834px) {
  .eis__index__title {
    color: var(--c-primary700);
  }
  .affix .eis__index__title {
    font-size: 36px;
    margin: 16px 25px 60px;
  }
}
.eis__index__body {
  position: relative;
}
.eis__index__body.sticky {
  position: fixed;
  top: 100px;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .eis__index__body.sticky {
    position: fixed;
    top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .eis__index__body {
    position: static;
    width: 100%;
  }
  .eis__index__body.sticky {
    position: static;
  }
}
@media only screen and (max-width: 834px) {
  .eis__header {
    order: 1;
    position: relative;
  }
}
.eis__header__title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-right: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .eis__header__title {
    padding: 0;
    color: #fff;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 551px) {
  .eis__header__title {
    font-size: 24px;
  }
}
.eis__header__author {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  padding: 16px 0;
}
@media only screen and (max-width: 834px) {
  .eis__header__author {
    color: #fff;
  }
}
.eis__header__tool {
  --gap: 0.5em;
  display: flex;
  gap: var(--gap);
}
@media only screen and (max-width: 834px) {
  .eis__header__tool {
    order: 2;
    justify-content: flex-end;
  }
}
.eis__header__tool .jssocials-shares {
  display: flex;
  margin: 0;
  gap: var(--gap);
}
.eis__header__tool .jssocials-share {
  margin: 0;
}
.eis__header__tool .jssocials-share-link {
  border: 2px solid #ccc;
}
@media only screen and (max-width: 1280px) {
  .eis__header__tool .jssocials-share-link span {
    display: none;
  }
}
.eis__header__tool__copy {
  display: grid;
  place-items: center;
  border: 2px solid #ccc;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s;
}
.eis__header__tool__copy:before {
  content: "\f0c5";
  display: none;
  font: var(--fa-font-solid);
}
.eis__header__tool__copy:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 25px -10px #999;
  background: #999;
  border-color: #999;
  color: #fff;
}
.eis__header__tool__pdf {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
  white-space: nowrap;
}
.eis__header__tool__pdf a {
  display: inline-block;
  color: #db0101;
  text-decoration: none;
  border: 2px solid rgba(219, 1, 1, 0.6);
  line-height: 32px;
  margin-left: 8px;
  margin-top: 0px;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .eis__header__tool__pdf a span {
    display: none;
  }
}
.eis__header__tool__pdf a .file__info__ext {
  text-transform: uppercase;
  margin-left: 5px;
}
.eis__header__tool__pdf a:hover {
  background: #db0101;
  border-color: #db0101;
  color: #fff;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 25px -10px #db0101;
}
.eis__header__tool__pdf a:hover .file__info__tips {
  opacity: 1;
  transform: translate3d(-50%, -12px, 0);
  pointer-events: auto;
}
.eis__header__tool__pdf .file__info__tips {
  pointer-events: none;
  position: absolute;
  max-width: 200px;
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, -30px, 0);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding: 12px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 834px) {
  .eis__header__tool__pdf .file__info__tips {
    display: none;
  }
}
.eis__header__tool__pdf .file__info__tips:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.eis__header__tool__pdf .file__info__tips .file_title,
.eis__header__tool__pdf .file__info__tips .file_size,
.eis__header__tool__pdf .file__info__tips .file_hits {
  white-space: nowrap;
  display: block;
}
.eis__header__tool__pdf .file__info__tips .file_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  word-break: break-all;
  overflow: hidden;
}
.eis__header__tool__pdf .file__info__tips .file_desc {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 4px;
  word-break: break-all;
  overflow: hidden;
}
.eis__period {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  color: var(--c-primary700);
  margin: 0 0 -32px;
}
@media only screen and (max-width: 834px) {
  .eis__period {
    flex: 0 0 auto;
    top: 0px;
    left: auto;
    text-align: left;
    padding: 0 16px 0 0;
    transform: none;
    order: 1;
    align-items: flex-end;
    margin: 0;
  }
}
.eis__period--number {
  font-size: clamp(80px, -88px + 16.4063vi, 122px);
  color: var(--c-primary700);
  font-weight: bold;
  transform: translate3d(0, -8px, 0);
}
@media only screen and (max-width: 834px) {
  .eis__period--number {
    order: 1;
    font-size: 80px;
    color: #fff;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 551px) {
  .eis__period--number {
    font-size: clamp(36px, 2.7532px + 10.3896vi, 60px);
  }
}
.eis__period--year {
  font-size: 14px;
  padding-right: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 834px) {
  .eis__period--year {
    order: 2;
    writing-mode: vertical-rl;
    padding-right: 0;
    padding-top: 0;
    color: #fff;
  }
}
.eis__period--month {
  font-size: 16px;
  padding-right: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 834px) {
  .eis__period--month {
    order: 3;
    writing-mode: vertical-rl;
    line-height: 1;
    padding-top: 8px;
    padding-right: 0;
    color: #fff;
  }
}
.eis__period--jumpto {
  display: none;
}
@media only screen and (max-width: 834px) {
  .eis__period--jumpto {
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: 20px;
    writing-mode: vertical-rl;
    color: #aaa;
    font-size: 16px;
    letter-spacing: 5px;
    text-decoration: none;
  }
  .eis__period--jumpto span {
    position: relative;
    display: inline-block;
  }
  .eis__period--jumpto span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 110%;
    width: 1px;
    height: 40px;
    background-color: #aaa;
  }
  .eis__period--jumpto span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 110%;
    width: 1px;
    height: 10px;
    background-color: #aaa;
    transform: rotate(-45deg);
    transform-origin: bottom;
  }
  .eis__period--jumpto.no-period {
    position: static;
    align-self: flex-end;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 551px) {
  .eis__period--jumpto {
    font-size: 14px;
  }
}
.eis__cover {
  display: flex;
  flex-direction: column-reverse;
  width: var(--width-cover);
  float: right;
  margin-right: -42px;
  margin-left: 32px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.eis__cover:has(.eis__period) {
  margin-top: -80px;
}
@media only screen and (max-width: 1024px) {
  .eis__cover:has(.eis__period) {
    margin-right: -16px;
  }
}
@media only screen and (max-width: 834px) {
  .eis__cover:has(.eis__period) {
    margin: 0;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .eis__cover:not(:has(.eis__period)) {
    float: none;
    margin: 0 0 20px;
    width: 80%;
  }
}
@media only screen and (max-width: 834px) {
  .eis__cover {
    flex-direction: row;
    order: 2;
    width: 100%;
    float: none;
  }
  .eis__cover:not(:has(.eis__period)) {
    margin: 0;
    width: 100%;
    padding: 30px 0 0;
    margin: 0 0 70px;
  }
  .eis__cover:after {
    padding-top: 0 !important;
  }
}
.eis__cover__caption {
  font-size: 12px;
  color: #333;
  position: absolute;
  top: -32px;
  left: 0;
  padding: 0 42px 0 0;
}
@media only screen and (max-width: 1280px) {
  .eis__cover__caption {
    top: auto;
    bottom: 0;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    z-index: 5;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .eis__cover__caption {
    top: calc(100% + 8px);
    left: 0;
    color: #333;
    padding: 0;
    background: none;
    width: auto;
  }
}
.eis__cover__shadow {
  float: right;
  width: var(--width-cover);
  margin-right: -42px;
  margin-bottom: 16px;
  margin-left: 16px;
}
.eis__cover__shadow > [class$=img] {
  background: none;
}
.eis__cover__img {
  background: #666;
  max-height: calc(100vh - var(--h-header-height) - var(--h-header-top-height) - 80px - 30px);
  position: relative;
  width: 100%;
  z-index: 99;
  aspect-ratio: 5/3;
}
@media only screen and (max-width: 834px) {
  .eis__cover__img {
    flex: 1 1 auto;
    order: 2;
    margin-top: 0;
  }
}
.type-alias-EIS .eis__cover__img {
  aspect-ratio: 315/447;
}
.affix .eis__cover__img {
  position: relative;
  top: 0;
}
.eis__cover__img--shadow {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  z-index: 1;
  transform: translate3d(-10px, 20px, 0) scale(0.9);
  filter: blur(30px);
  opacity: 0.8;
}
.eis__cover__img--true {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 4;
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.3);
}
.eis__summary {
  padding: 32px;
  margin: 48px 0;
  margin-right: calc(var(--width-cover) - 16px);
  line-height: 2.1;
  font-size: 14px;
  color: #888;
  font-style: italic;
  position: relative;
  width: fit-content;
}
@media (max-width: 1165px) {
  .eis__summary {
    margin-right: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .eis__summary {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 834px) {
  .eis__summary {
    order: 3;
    margin: 48px 0;
  }
}
.eis__summary.has-quicklook {
  margin: 48px 32px;
}
.eis__summary.no-cover {
  margin-right: 64px;
}
.eis__summary:before {
  display: none;
  content: "\f10d";
  font: var(--fa-font-regular);
}
.eis__summary:after {
  display: none;
  content: "\f10e";
  font: var(--fa-font-regular);
}
.eis__summary [data-fa-pseudo-element="::before"] {
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 48px;
  color: #ccc;
}
.eis__summary [data-fa-pseudo-element="::after"] {
  position: absolute;
  bottom: -16px;
  right: 0;
  font-size: 48px;
  color: #ccc;
}
.eis__summary::marker {
  display: none;
}
.eis__content {
  padding-right: 32px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 1165px) {
  .eis__content img {
    max-width: 100%;
    height: auto !important;
  }
}
@media only screen and (max-width: 834px) {
  .eis__content {
    order: 4;
    padding: 0;
  }
}

#contentEnd {
  height: 100px;
}
@media only screen and (max-width: 834px) {
  #contentEnd {
    order: 5;
  }
}

.eis__content {
  letter-spacing: 0.1rem;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  /* Grouping content
         ========================================================================== */
  /**
       * 1. Add the correct box sizing in Firefox.
       * 2. Show the overflow in Edge and IE.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /* Text-level semantics
         ========================================================================== */
  /**
       * Remove the gray background on active links in IE 10.
       */
  /**
       * 1. Remove the bottom border in Chrome 57-
       * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
       */
  /**
       * Add the correct font weight in Chrome, Edge, and Safari.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /**
       * Add the correct font size in all browsers.
       */
  /**
       * Prevent `sub` and `sup` elements from affecting the line height in
       * all browsers.
       */
  /* Embedded content
         ========================================================================== */
  /**
       * Remove the border on images inside links in IE 10.
       */
  /* Forms
         ========================================================================== */
  /**
       * 1. Change the font styles in all browsers.
       * 2. Remove the margin in Firefox and Safari.
       */
  /**
       * Show the overflow in IE.
       * 1. Show the overflow in Edge.
       */
  /**
       * Remove the inheritance of text transform in Edge, Firefox, and IE.
       * 1. Remove the inheritance of text transform in Firefox.
       */
  /**
       * Correct the inability to style clickable types in iOS and Safari.
       */
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
  /**
       * Correct the padding in Firefox.
       */
  /**
       * 1. Correct the text wrapping in Edge and IE.
       * 2. Correct the color inheritance from `fieldset` elements in IE.
       * 3. Remove the padding so developers are not caught out when they zero out
       *    `fieldset` elements in all browsers.
       */
  /**
       * Add the correct vertical alignment in Chrome, Firefox, and Opera.
       */
  /**
       * Remove the default vertical scrollbar in IE 10+.
       */
  /**
       * 1. Add the correct box sizing in IE 10.
       * 2. Remove the padding in IE 10.
       */
  /**
       * Correct the cursor style of increment and decrement buttons in Chrome.
       */
  /**
       * 1. Correct the odd appearance in Chrome and Safari.
       * 2. Correct the outline style in Safari.
       */
  /**
       * Remove the inner padding in Chrome and Safari on macOS.
       */
  /**
       * 1. Correct the inability to style clickable types in iOS and Safari.
       * 2. Change font properties to `inherit` in Safari.
       */
  /* Interactive
         ========================================================================== */
  /*
       * Add the correct display in Edge, IE 10+, and Firefox.
       */
  /*
       * Add the correct display in all browsers.
       */
  /* Misc
         ========================================================================== */
  /**
       * Add the correct display in IE 10+.
       */
  /**
       * Add the correct display in IE 10.
       */
}
.eis__content p {
  margin: 1em 0 1em;
  line-height: 1.8;
}
.eis__content h1 {
  line-height: normal;
  font-size: 33px;
  margin-top: 18px;
  margin-bottom: 9px;
  font-weight: bold;
  color: #004f95;
}
.eis__content h2 {
  font-size: 27px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.eis__content h3 {
  font-size: 23px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.eis__content h4 {
  font-size: 17px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.eis__content h5 {
  font-size: 13px;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.eis__content h6 {
  font-size: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.eis__content table,
.eis__content img {
  max-width: 100%;
}
.eis__content a {
  color: #004f95;
}
.eis__content ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 1.5rem;
}
.eis__content ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 1.5rem;
}
.eis__content li {
  margin-bottom: 0.8em;
}
.eis__content iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.eis__content hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
.eis__content pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.eis__content a {
  background-color: transparent;
}
.eis__content abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
.eis__content b,
.eis__content strong {
  font-weight: bolder;
}
.eis__content code,
.eis__content kbd,
.eis__content samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.eis__content small {
  font-size: 80%;
}
.eis__content sub,
.eis__content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.eis__content sub {
  bottom: -0.25em;
}
.eis__content sup {
  top: -0.5em;
}
.eis__content img {
  border-style: none;
}
.eis__content button,
.eis__content input,
.eis__content optgroup,
.eis__content select,
.eis__content textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
.eis__content button,
.eis__content input {
  /* 1 */
  overflow: visible;
}
.eis__content button,
.eis__content select {
  /* 1 */
  text-transform: none;
}
.eis__content button,
.eis__content [type=button],
.eis__content [type=reset],
.eis__content [type=submit] {
  appearance: button;
  -webkit-appearance: button;
}
.eis__content button::-moz-focus-inner,
.eis__content [type=button]::-moz-focus-inner,
.eis__content [type=reset]::-moz-focus-inner,
.eis__content [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.eis__content button:-moz-focusring,
.eis__content [type=button]:-moz-focusring,
.eis__content [type=reset]:-moz-focusring,
.eis__content [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.eis__content fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.eis__content legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.eis__content progress {
  vertical-align: baseline;
}
.eis__content textarea {
  overflow: auto;
}
.eis__content [type=checkbox],
.eis__content [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.eis__content [type=number]::-webkit-inner-spin-button,
.eis__content [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.eis__content [type=search] {
  appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
.eis__content [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.eis__content ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.eis__content details {
  display: block;
}
.eis__content summary {
  display: list-item;
}
.eis__content template {
  display: none;
}
.eis__content [hidden] {
  display: none;
}
@media (max-width: 480px) {
  .eis__content img {
    float: none !important;
    height: auto;
  }
}
@media (max-width: 480px) {
  .eis__content {
    font-size: 16px;
  }
}
.eis__content td {
  border: unset;
}
.eis__content a[data-fancybox] {
  display: inline-block;
  transition: 0.3s;
  outline: none;
  line-height: 0;
  font-size: 0;
}
.eis__content a[data-fancybox] img {
  margin: 0 !important;
}
.eis__content a[data-fancybox]:hover {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -3px, 0);
}
.eis__content .img-desc {
  font-size: 12px;
  color: #aaa;
}
.eis__content .box-group {
  font-size: 0;
  line-height: 0;
}
.eis__content .box50_100:before {
  padding-top: 100%;
}
.eis__content .box50_75:before {
  padding-top: 75%;
}
.eis__content .rwd--25-padM-50-phone-100 {
  width: 25%;
  height: auto;
}
@media (max-width: 960px) {
  .eis__content .rwd--25-padM-50-phone-100 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .eis__content .rwd--25-padM-50-phone-100 {
    width: 100%;
    float: none !important;
  }
}
.eis__content .rwd--30-padM-50-phone-100 {
  width: 30%;
  height: auto;
}
@media (max-width: 960px) {
  .eis__content .rwd--30-padM-50-phone-100 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .eis__content .rwd--30-padM-50-phone-100 {
    width: 100%;
    float: none !important;
  }
}
.eis__content .rwd--33-padM-50-phone-100 {
  width: 33.3333333%;
  height: auto;
}
@media (max-width: 960px) {
  .eis__content .rwd--33-padM-50-phone-100 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .eis__content .rwd--33-padM-50-phone-100 {
    width: 100%;
    float: none !important;
  }
}
.eis__content .rwd--50-padM-100 {
  width: 50%;
  height: auto;
}
@media (max-width: 960px) {
  .eis__content .rwd--50-padM-100 {
    width: 100%;
    float: none !important;
  }
}
.eis__content .u-group:after {
  content: "";
  display: block;
  clear: both;
}
.eis__content .style-table {
  border-collapse: collapse;
  border: 1px solid #ddd;
}
@media (max-width: 480px) {
  .eis__content .style-table {
    display: block;
    border: none;
  }
}
.eis__content .style-table td {
  padding: 6px 5px;
  border: 1px solid #ddd;
}
@media (max-width: 480px) {
  .eis__content .style-table td {
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 5px;
  }
  .eis__content .style-table td:last-child {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .eis__content .style-table tr {
    display: block;
    border: 1px solid #ddd;
    background: #f4f4f4;
    margin: 5px 0;
  }
}

.eis__quicklook {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 8px 16px 0;
  margin-top: 24px;
  margin-right: 64px;
}
.eis__quicklook__title {
  font-size: 20px;
  margin: 16px 0;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .eis__quicklook {
    padding: 10px 20px;
    margin: 40px 0 0;
    background: #fff;
    border: none;
    border-radius: 25px;
    z-index: 9;
    order: 3;
  }
  .eis__quicklook__title {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
  }
}

.quicklook {
  font-size: 14px;
  line-height: 1.5;
  display: table;
  border-collapse: collapse;
}
.quicklook-item {
  display: table-row;
}
.quicklook-item__title {
  display: table-cell;
  white-space: nowrap;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.quicklook-item__title span {
  display: block;
  position: relative;
}
.quicklook-item__title span:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.quicklook-item__desc {
  border: 12px solid white;
  display: table-cell;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.9);
}
.quicklook-item__desc ul {
  list-style: decimal;
  margin-left: 16px;
}
.quicklook-item__desc ul li {
  padding: 10px 0;
  position: relative;
}
.quicklook-item__desc ul li:after {
  content: "";
  position: absolute;
  left: -16px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.quicklook-item__desc .relative-pd__item {
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
}

.eis__breadcrumbs .breadcrumb {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 65px;
}
.eis-catalog__wrapper .eis__breadcrumbs .breadcrumb {
  border-bottom: 1px solid #e0e0e0;
}
.eis__breadcrumbs .breadcrumb li {
  display: inline-block;
  padding-left: 16px;
}
.eis__breadcrumbs .breadcrumb li:has(.divider) {
  white-space: nowrap;
}
.eis__breadcrumbs .breadcrumb li:first-child {
  display: none;
}
.eis__breadcrumbs .breadcrumb li.active span {
  color: #444;
}
.eis__breadcrumbs .breadcrumb li span {
  color: #aaa;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 12px;
}
.eis__breadcrumbs .breadcrumb li a {
  color: #999;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 12px;
  transition: 0.3s;
}
.eis__breadcrumbs .breadcrumb li a:hover span {
  color: #444;
}
@media only screen and (max-width: 834px) {
  .type-alias-EIS .eis__breadcrumbs .breadcrumb li a:hover span {
    color: #fff;
  }
}
.eis__breadcrumbs .breadcrumb li .divider {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  margin-left: 16px;
}
@media only screen and (max-width: 834px) {
  .eis__breadcrumbs .breadcrumb li .divider {
    filter: invert(1);
  }
}
@media only screen and (max-width: 834px) {
  .eis__breadcrumbs .breadcrumb li:nth-child(n+4) {
    display: none;
  }
  .eis__breadcrumbs .breadcrumb li:nth-child(3) .divider {
    display: none;
  }
  .eis__breadcrumbs .breadcrumb li span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  .eis .eis__breadcrumbs .breadcrumb li span {
    color: #999;
  }
}

.eis-chapter {
  transition: 0.3s;
  padding: 0 16px 0 74px;
}
@media only screen and (max-width: 1024px) {
  .eis-chapter {
    padding: 0 16px 0 36px;
  }
}
@media only screen and (max-width: 834px) {
  .eis-chapter {
    padding: 0 16px 0 24px;
  }
}
.eis-chapter:hover {
  background: rgba(0, 0, 0, 0.15);
}
.eis-chapter.is-show {
  background: rgba(0, 0, 0, 0.15);
  padding-bottom: 16px;
}
.eis-chapter__title {
  display: block;
}
.eis-chapter__title a {
  font-size: 15px;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  display: block;
}
.eis-chapter__body {
  display: none;
  transition: 0.3s;
  overflow: hidden;
}
.eis-chapter__body.in {
  display: block;
}
.is-show > .eis-chapter__body {
  display: block;
}
.eis-chapter__item {
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.eis-chapter__item:last-child {
  border-bottom: none;
}
.eis-chapter__link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  padding-left: 24px;
  display: block;
  line-height: 1.5;
  transition: 0.3s;
  position: relative;
}
.eis-chapter__link:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  opacity: 0;
  transform: translate3d(-15px, 0, 0);
  transition: 0.3s;
}
.eis-chapter__link:hover, .current .eis-chapter__link {
  color: #fff;
}
.eis-chapter__link:hover:before, .current .eis-chapter__link:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eis__artnav__container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--h-header-total) - 80px - 16px);
}
.eis__artnav__title {
  flex: 1 1 auto;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s;
  mask: linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 50px);
  -webkit-mask: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 50px);
}
.eis__artnav__title span {
  white-space: nowrap;
  display: block;
  padding: 8px 0 0 16px;
  color: #ccc;
  writing-mode: vertical-lr;
  transition: 0.3s;
  letter-spacing: 0.1ch;
}
.eis__artnav__next {
  flex: 0 0 auto;
  position: relative;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.eis__artnav__next:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 16px;
  height: 120px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -40px, 0);
  transition: 0.3s;
}
.eis__artnav__next:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 16px;
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -40px, 0) rotate(-45deg);
  transform-origin: 0 100%;
  transition: 0.3s;
}
.eis__artnav__nextTitle {
  position: absolute;
  left: -24px;
  bottom: 8px;
  white-space: nowrap;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.5s;
  opacity: 0;
}
.affix-bottom .eis__artnav__nextTitle {
  opacity: 1;
  left: 24px;
}
.eis__artnav__nextTitle--tips {
  display: inline-block;
  padding-right: 8px;
}
.eis__artnav__nextTitle--title {
  display: inline-block;
}
.eis__artnav__nextTitle a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.eis__artnav__nextTitle a:hover {
  color: var(--c-primary700);
}

.chapter__title {
  flex: 0 0 auto;
  position: relative;
  width: 32px;
  padding-left: 16px;
  font-size: 18px;
  color: var(--c-primary700);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.chapter__title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--c-primary700);
}

/*# sourceMappingURL=eis.css.map */

