/* Standalone CSS: external frameworks are not required. */

body {
    background: #fff;
    font-size: 16px;
    color: #000;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
/* =================================================
   機種名・導入日
   背景色を試す場合は background の値を変更します。
================================================= */
.intro > .release-date {
    /* flex: 0 0 auto; */
    background: #fff;
    color: #000;
    /* border-radius: 6px; */
    padding: 4px 5px;
    text-align: center;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1.6px;
    white-space: nowrap;
    border: 2px solid #17212b;
}

.intro > .release-date strong {
  color: #000;
}

/* =================================================
   LP組み込み用スタイル
================================================= */
.machine-banner > small {
  font-size: 10px;
  letter-spacing: 4px;
}

.machine-banner > div {
  font-weight: 900;
  font-size: 31px;
  line-height: 0.9;
  text-shadow: 0 3px 0 #47156f, 0 0 14px #fff;
}

.machine-banner > div strong {
  font-size: 58px;
  color: #fff44e;
  -webkit-text-stroke: 2px white;
}

.machine-banner > b {
  margin-top: 10px;
  background: #fff;
  color: #e12f77;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
}

.intro > div > p {
  color: #616161;
  font-size: 11px;
  font-weight: 800;
  margin: 0;
}

.intro > div > small {
  font-size: 10px;
  color: var(--muted);
}

.quick-grid a {
    /* display: flex; */
    align-items: center;
    border: 2px solid #616161;
    border-radius: 6px;
    background: #EEEEEE;
    padding: 11px 8px;
    font-weight: 800;
    font-size: 13px;
    color: var(--ink);
    text-decoration: none;
    text-align: center;
}

/*
.quick-grid a:nth-child(-n + 8) {
    border-color: #E0E0E0;
    background: #F5F5F5;
    color: #000000;
}
*/

.layout {
    /*display: grid;*/
    grid-template-columns: 240px 1fr;
    /* border-top: 8px solid var(--paper);*/
    margin-bottom: 15px;
}

.desktop-nav section {
  margin-top: 14px;
}

.desktop-nav h3 {
font-size: 15px;
    color: #fff;
    background: #086ab6;
    padding: 6px 4px 5px 5px;
    font-weight: bold;
    border: 1px solid #000;
}

.desktop-nav button {
  display: block;
  border: 0;
  background: none;
  text-align: left;
  font-size: 11px;
  color: #606872;
  padding: 4px 0;
}

.group > h2 {
    /* display: flex; */
    gap: 10px;
    padding: 18px 18px 10px;
    font-size: 20px;
    margin: 0 10px;
}

.group > h2 small {
  font-size: 12px;
  color: var(--pink);
}

.heading-2{
border-left: 5px solid #2589d0;
    border-bottom: 3px solid #d2d2d2;
    background-color: #f2f2f2;
    color: #333333;
    font-weight: bold;
}

.heading-3{
border-left: 6px solid #2589d0;
    border-bottom: 5px solid #d2d2d2;
    /* background-color: #f2f2f2; */
    /* color: #333333; */
    /* font-weight: bold; */
    padding: 3px 20px 3px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.acc-head {
  width: 100%;
  min-height: 55px;
  border: 0;
  background: #fff;
  padding: 12px 13px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 9px;
  text-align: left;
  font-weight: 800;
  font-size: 14px;
}

.acc-head i {
  font-style: normal;
  font-size: 9px;
  color: #b17400;
  background: #fff1bd;
  padding: 3px 6px;
  border-radius: 10px;
display: none;
}

.acc-head > b {
  font-size: 22px;
  font-weight: 400;
  color: var(--pink);
}

.acc-body {
  display: none;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 16px;
    /* 記事本文の文字サイズ・行間は機種ページ側のCSSを使用 */
}

.accordion.open .acc-body {
  display: block;
}

.premium-box {
  text-align: center;
  background: #fffaf0;
  border: 1px dashed #c7a84f;
  padding: 25px 12px;
}

.ad-slot {
  height: auto;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.top-fab {
  display: grid;
  place-content: center;
  text-align: center;
  text-decoration: none;
}

.drawer header {
    height: auto;
    min-height: 62px;
    background: #1c2530;
    color: #fff;
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.drawer header > div {
    flex: 1 1 auto;
    min-width: 0;
}

.drawer header .heading-3,
.drawer-machine-name {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.drawer header .adsbygoogle {
    display: none !important;
}

.drawer header h2 {
  font-size: 18px;
  margin: 3px 0;
}

.drawer header button {
  flex: 0 0 auto;
  border: 0;
  background: none;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  padding: 0;
}

#drawer-list {
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
  overflow: auto;
  padding: 8px 16px 40px;
}

#drawer-list h3 {
    font-size: 15px;
    color: #fff;
    background: #086ab6;
    padding: 6px 4px 5px 5px;
    font-weight: bold;
    border: 1px solid #000;
}

#drawer-list button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 10px 2px;
  font-size: 12px;
}

.no-scroll {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

@media (max-width: 700px) {
  .layout {
    display: block;
    margin-bottom: 15px;
  }

  .quick-grid a {
    padding: 10px 6px;
    font-size: 12px;
  }

  .intro > .release-date {
    font-size: 16px;
    padding: 4px 5px;
  }
}

:root{
  --ink: #17212b;
  --muted: #69727c;
  --red: #e72e43;
  --pink: #ff4d8a;
  --blue: #1876d2;
  --line: #e6e8eb;
  --paper: #f4f5f7;
}
*{
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 16px;
}
body{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}
.site-header{
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 10px 14px;
}
.header-row{
  max-width: 1080px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand{
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  letter-spacing: -2px;
}
.brand span{
  color: var(--red);
  font-size: 14px;
  margin-left: 4px;
  letter-spacing: 0;
}
.header-row button{
  border: 0;
  background: none;
  font-size: 22px;
  color: #333;
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: center;
}
.header-row small{
  font-size: 9px;
}
.machine-search{
  max-width: 1080px;
  margin: 8px auto 0;
  border: 1px solid #ced3d8;
  background: #f7f8f9;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.machine-search input{
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 8px;
  font-size: 15px;
  outline: 0;
}
.machine-search button{
  height: 100%;
  border: 0;
  background: #313943;
  color: #fff;
  padding: 0 20px;
  font-weight: 700;
}
main{
  max-width: 1080px;
  margin: auto;
  background: #fff;
  min-height: 100vh;
}
.machine-banner{
  height: 190px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background: radial-gradient(circle at 50% 30%,#ffec78 0 9%,transparent 10%),linear-gradient(135deg,#36125f 0 22%,#fa387e 22% 25%,#12a8dc 25% 28%,#6a2bc1 28% 67%,#ff3d8b 67%);
  isolation: isolate;
}
.machine-banner:before,.machine-banner:after{
  content: "★";
  position: absolute;
  font-size: 160px;
  color: #fff2;
  z-index: -1;
}
.machine-banner:before{
  left: -20px;
  top: -65px;
}
.machine-banner:after{
  right: -15px;
  bottom: -100px;
}
.banner-kicker{
  font-size: 10px;
  letter-spacing: 4px;
}
.banner-title{
  font-weight: 900;
  font-size: 31px;
  line-height: .9;
  text-shadow: 0 3px 0 #47156f,0 0 14px #fff;
}
.banner-title strong{
  font-size: 58px;
  color: #fff44e;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
}
.banner-live{
  margin-top: 10px;
  background: #fff;
  color: #e12f77;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}
.intro{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 12px;
  border-bottom: 1px solid var(--line);
}
.eyebrow{
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  margin: 0;
}
.intro h1{
  font-size: 22px;
  margin: 4px 0 1px;
  font-weight: bold;
}
.research{
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.release{
  background: #17212b;
  color: white;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.15;
}
.release b{
  color: #ffdb45;
}
.utility{
  padding: 18px;
  background: #fff;
}
.utility h2{
  font-size: 15px;
  margin: 0 0 10px;
}
.quick-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
}
.quick-grid button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e3e5e8;
  border-radius: 6px;
  background: #fff;
  padding: 11px 8px;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 2px 5px #17212b0b;
}
.quick-grid button:nth-child(-n+4){
  border-color: #ffc5d8;
  background: #fff7fa;
  color: #bc174d;
}
.quick-grid span{
  color: #bbb;
}
.page-search{
  margin-top: 13px;
  height: 46px;
  border: 2px solid #17212b;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
}
.page-search > span{
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.page-search input{
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
}
.page-search kbd{
  font: 11px sans-serif;
  background: var(--red);
  color: white;
  border-radius: 10px;
  padding: 2px 6px;
}
.results{
  border: 1px solid var(--line);
  border-top: 0;
  padding: 5px;
}
.results button{
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: white;
  padding: 12px;
  text-align: left;
}
.results span{
  color: var(--blue);
}

/* ==============================================
   更新情報
============================================== */
.update-news{
  margin-top: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9dee4;
  border-radius: 9px;
}

.update-news-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  background: #17212b;
  color: #fff;
}

.update-news-head h2{
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.update-news-head span{
  padding: 2px 8px;
  background: #fff;
  color: #17212b;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
}

.update-news-list{
  max-height: 150px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  scrollbar-color: #b8c0c8 #f1f3f5;
  scrollbar-width: thin;
}

.update-news-list li{
  margin: 0;
  border-bottom: 1px solid #e8ebee;
}

.update-news-list li:last-child{
  border-bottom: 0;
}

.update-news-list a{
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  color: #17212b;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}

.update-news-list a:hover,
.update-news-list a:focus-visible{
  background: #fff0f5;
  color: #bc174d;
  outline: none;
}

.update-news-list time{
  color: #69737d;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}

.update-news-list a > span{
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.content-layout{
  display: grid;
  grid-template-columns: 240px 1fr;
  border-top: 8px solid var(--paper);
}
.desktop-nav{
  padding: 18px;
  position: sticky;
  top: 0;
  align-self: start;
  max-height: 100vh;
  overflow: auto;
}
.desktop-nav>b{
  font-size: 15px;
}
.desktop-nav div{
  margin-top: 14px;
}
.desktop-nav a{
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: var(--red);
  text-decoration: none;
  margin-bottom: 4px;
}
.desktop-nav button{
  display: block;
  border: 0;
  background: none;
  text-align: left;
  font-size: 11px;
  color: #606872;
  padding: 4px 0;
  cursor: pointer;
}
.articles{
  border-top: 8px solid #fff;
}
.group{
  padding-bottom: 24px;
}
.group-heading{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 18px 10px;
}
.group-heading span{
  font-size: 12px;
  font-weight: 900;
  color: var(--pink);
}
.group-heading h2{
  font-size: 20px;
  margin: 0;
}
.accordion{
  margin: 0 14px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  scroll-margin-top: 10px;
}
.accordion-head{
  width: 100%;
  min-height: 55px;
  border: 0;
  background: #fff;
  padding: 12px 13px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 9px;
  text-align: left;
  font-weight: 800;
  font-size: 14px;
}
.accordion-head i{
  font-style: normal;
  font-size: 9px;
  color: #b17400;
  background: #fff1bd;
  padding: 3px 6px;
  border-radius: 10px;
}
.accordion-head b{
  font-size: 22px;
  font-weight: 400;
  color: var(--pink);
}
.accordion-body{
  background: #fafafb;
  border-top: 1px solid var(--line);
  padding: 16px;
  /* 記事本文の文字サイズ・行間は機種ページ側のCSSを使用 */
}
.accordion-body p:first-child{
  margin-top: 0;
}
.facts{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 5px;
  margin-bottom: 14px;
}
.facts div{
  background: white;
  border: 1px solid var(--line);
  padding: 10px 6px;
  text-align: center;
}
.facts small{
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.facts strong{
  font-size: 12px;
}
.table-wrap{
  overflow: auto;
}
/* 記事内のtable・th・tdは機種ページ側のCSSを使用 */
.flow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.flow span{
  padding: 8px 6px;
  border-radius: 5px;
  background: #ffedf4;
  color: #b91d51;
  font-weight: 800;
  text-align: center;
  flex: 1;
  font-size: 11px;
}
.flow b{
  color: #aaa;
}
.article-links{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 14px;
}
.article-links span{
  font-size: 10px;
  color: #54708a;
  background: #eaf2f8;
  border-radius: 10px;
  padding: 2px 7px;
}
.placeholder{
  text-align: center;
  background: repeating-linear-gradient(-45deg,#fff,#fff 8px,#faf6e8 8px,#faf6e8 16px);
  border: 1px dashed #c7a84f;
  padding: 25px 12px;
}
.placeholder span{
  font-size: 9px;
  letter-spacing: 2px;
  color: #9c7c23;
}
.placeholder h3{
  font-size: 15px;
  margin: 5px;
}
.placeholder p{
  font-size: 12px;
  color: var(--muted);
}
.placeholder code,.ad-slot code{
  font-size: 9px;
  color: #969da4;
}
.ad-slot{
  height: 112px;
  margin: 22px 14px 0;
  display: grid;
  place-content: center;
  text-align: center;
  background: #f1f2f4;
  border: 1px dashed #c7cbd0;
  color: #8b9299;
}
.ad-slot span{
  font-size: 8px;
  letter-spacing: 2px;
}
.ad-slot p{
  font-size: 12px;
  margin: 5px;
}
.menu-fab,.top-fab{
  position: fixed;
  bottom: 100px;
  border: 0;
  color: white;
  z-index: 20;
  box-shadow: 0 4px 15px #0004;
}
.menu-fab{
  left: 14px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--red);
  font-size: 9px;
  font-weight: 800;
}
.menu-fab span{
  display: block;
  font-size: 23px;
  line-height: 19px;
    padding-bottom: 2px;
}
.top-fab{
  right: 14px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #17212be8;
  font-size: 18px;
}
.top-fab small{
  display: block;
  font-size: 8px;
}
.drawer-wrap{
  position: fixed;
  inset: 0;
  z-index: 30;
}
.scrim{
  position: absolute;
  inset: 0;
  border: 0;
  background: #0009;
}
.drawer{
  position: absolute;
  left: 0;
  bottom: 0;
  top: 8%;
  width: min(88%,390px);
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 0 18px 0 0;
  overflow: hidden;
}
.drawer-head{
  height: 82px;
  background: #1c2530;
  color: white;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
}
.drawer-head small{
  font-size: 10px;
  color: #ff90b5;
}
.drawer-head h2{
  font-size: 18px;
  margin: 3px 0;
}
.drawer-head button{
  border: 0;
  background: none;
  color: white;
  font-size: 30px;
}
.drawer-list{
  height: calc(100% - 82px);
  overflow: auto;
  padding: 8px 16px 40px;
}
.drawer-list section{
  padding: 10px 0;
}
.drawer-list h3{
  font-size: 13px;
  color: var(--red);
  margin: 0 0 4px;
}
.drawer-list button{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 10px 2px;
  font-size: 12px;
}
.drawer-list span{
  color: #aaa;
}
@media(max-width:700px){
  body{
    background: white;
  }
  .content-layout{
    display: block;
  }
  .desktop-nav{
    display: none;
  }
  .articles{
    border-left: 0;
border-top: 8px solid #fff;
  }
  .machine-banner{
    height: 165px;
  }
  .utility{
    padding: 16px 14px;
  }
  .quick-grid{
    grid-template-columns: repeat(4,1fr);
  }
  .quick-grid button{
    padding: 10px 6px;
    font-size: 12px;
  }
}
@media(min-width:701px){
  .site-header{
    position: sticky;
    top: 0;
    z-index: 15;
  }
  .menu-fab{
    display: none;
  }
  .machine-banner{
    margin: 20px;
    border-radius: 12px;
  }
  .intro{
    margin: 0 20px;
  }
  .utility{
    margin: 0 20px;
  }
  .group{
    padding-top: 12px;
  }

  /* ==============================================
     PC版：機種内メニュー＋記事本文の2カラム
  ============================================== */
  .layout{
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    margin-top: 18px;
    margin-bottom: 24px;
    padding: 20px;
    background: #f4f6f8;
    border-top: 1px solid #e2e6ea;
  }

  .desktop-nav{
    position: sticky;
    top: 20px;
    align-self: start;
    max-height: calc(100vh - 40px);
    padding: 0 0 12px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #d9dee4;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(23,33,43,.08);
  }

  .desktop-nav > strong{
    display: block;
    padding: 14px 16px;
    background: #17212b;
    color: #fff;
    border-radius: 11px 11px 0 0;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .04em;
  }

  .desktop-nav div{
    margin: 0;
    padding: 13px 12px 4px;
  }

  .desktop-nav a{
    margin: 0 2px 5px;
    padding: 0 0 7px 9px;
    border-left: 4px solid #e22d62;
    border-bottom: 1px solid #edf0f3;
    color: #bc174d;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
  }

  .desktop-nav button{
    width: 100%;
    margin: 0;
    padding: 7px 9px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    transition: background-color .15s ease, color .15s ease;
  }

  .desktop-nav button:hover,
  .desktop-nav button:focus-visible{
    background: #fff0f5;
    color: #bc174d;
    outline: none;
  }

  .articles{
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-top: 1px solid #e1e5e9;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(23,33,43,.06);
  }

  /* ==============================================
     PC版：共通フッタ
  ============================================== */
  #footerNav{
    width: calc(100% - 40px) !important;
    max-width: 1080px;
    height: auto !important;
    margin: 28px auto 0 !important;
    overflow: hidden;
    background: #17212b;
    color: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 18px rgba(23,33,43,.08);
  }

  #footerNav nav{
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #17212b !important;
  }

  #footerNav nav ul{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  #footerNav nav li{
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #footerNav nav li:empty{
    display: none !important;
  }

  #footerNav nav li a{
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100% !important;
    height: auto !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 15px 18px !important;
    background: transparent !important;
    color: #fff !important;
    border-right: 1px solid rgba(255,255,255,.14);
    text-decoration: none;
    transition: background-color .15s ease;
  }

  #footerNav nav li:last-child a{
    border-right: 0;
  }

  #footerNav nav li a:hover,
  #footerNav nav li a:focus-visible{
    background: rgba(255,255,255,.09) !important;
    outline: none;
  }

  #footerNav nav img{
    display: none !important;
  }

  #footerNav nav .pageBack::before{
    content: "←";
    font-size: 18px;
  }

  #footerNav nav .pageTop::before{
    content: "↑";
    font-size: 18px;
  }

  #footerNav nav li a p{
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  #footerNav > div{
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    background: #0f171f;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
  }

  #footerNav > div p{
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #cdd3d9 !important;
    font-size: 11px;
    line-height: 1.5;
  }
}

.lpcopyright {
font-size: 10px;
    line-height: 12px;
    color: #666666;
    margin: 10px;
    padding: 0 10px;
    text-align: center;
}

.image_btn {
display: none;
}

ul.slideChapter li {
width: 95%;
    margin: 0 auto;
}

ul.slideChapter li img {
    border: 3px solid #ffffff;
}
