a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}
:root {
  --mainColor: #252a5e;
}
html {
  font-size: 62.5%;
  line-height: 1
}

button,h1,h2,h3,h4,h5,h6,input,textarea {
  font-weight: 400
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section {
  display: block
}

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: Arial,Lucida Grande,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.6;
  position: relative
}

::-moz-selection {
  background: #f0ede6
}

::selection {
  background: #f0ede6
}

img {
  vertical-align: bottom;
  max-width: 100%
}

a {
  color: #2054a2;
  text-decoration: none
}

a:hover {
  color: #183e77
}

em {
  font-style: normal
}

ol,ul {
  list-style: none
}

blockquote,q {
  quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}
.hide {
  display: none
}

.cf {
  clear: both
}

.cf:after {
  clear: both;
  content: "";
  display: block;
  height: 0
}
@media screen and (min-width: 1025px){
.tab,.sp{display:none;}
.pc { display: block}

}
@media screen and (min-width: 768px) and (max-width: 1024px){
.pc,.sp{display:none;}
.tab { display: block}
}
@media screen and (max-width: 767px){ 
.pc,.tab{display:none;}
.sp { display: block}
}

.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 90px;
  padding-top: 35px;
  position: relative;
  z-index: 3
}

.header__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
}

.header__serviceName {
  float: left;
  height: 30px;
  margin: 31px 0 0;
  width: 323px
}

.header__logo,.registerHeader__logo {
  background: url(../img/logo.svg) 0 no-repeat;
  background-size: 100%;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transform: all .2s;
  -ms-transform: all .2s;
  transform: all .2s;
  width: 323px
}

a.header__logo:hover,a.registerHeader__logo:hover {
  opacity: .85
}

.columnFull,.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
}

.page__header {
  margin-bottom: 30px
}

.page__description {
  color: #999;
  font-size: 14px;
  margin: 40px 0
}

.page__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1200px

}

.page__colMain--left {
  float: left;
  margin-bottom: 40px;
  width: 60%
}

.page__colSub--right {
  float: right;
  margin-bottom: 40px;
  width: 35%
}

.page__colSub--right:before {
  border-left: 1px solid #eee;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 360px;
  top: 0;
  width: 0
}

.page__colMain--right {
  float: right;
  margin-bottom: 40px;
  width: 820px
}

.page__colSub--left {
  float: left;
  width: 305px
}

.page--condense {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 120px;
  width: 90%;
  max-width: 1200px

}

.board {
  border: 1px solid #ddd;
  margin-bottom: 120px;
  padding: 64px
}

.pagetop {
  background: #ddd;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center
}

.pagetop:before {
  border-right: 3px solid #252a5e;
  border-top: 3px solid #252a5e;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 2px 15px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
  width: 6px
}

.pagetop:hover:before {
  margin-top: -2px
}
.footer__nav {
  background: #252a5e;
  padding: 34px 0
}

.footer__nav__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
  }

.footer__nav__body li {
  border-right: 1px solid hsla(0,0%,80%,.2);
  color: #cab98f;
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
  padding-right: 24px;
  vertical-align: middle
}

.footer__nav__body li:last-child {
  border: 0
}

.footer__nav__body li a {
  color: inherit
}

.footer__ctgList {
  background: #252a5e;
  border-top: 1px solid #1b1f4c;
  padding: 34px 0 19px
}

.footer__ctgList__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px
}

.footer__ctgList__body li {
  border-right: 1px solid hsla(0,0%,80%,.2);
  color: #999;
  display: inline-block;
  font-size: 12px;
  margin: 0 24px 15px 0;
  padding-right: 24px;
  vertical-align: middle
}

.footer__ctgList__body li:last-child {
  border: 0
}

.footer__ctgList__body li a {
  color: inherit
}

.footer__bottom,.registerFooter__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  width: 90%;
  max-width: 1200px
}

.footer__help {
  float: left
}

.footer__help li {
  border-right: 1px solid hsla(0,0%,80%,.2);
  color: #999;
  display: inline-block;
  font-size: 12px;
  margin: 0 12px 0 0;
  padding-right: 14px;
  vertical-align: middle
}

.footer__help li:last-child {
  border: 0;
  margin-right: 0
}

.footer__help li a {
  color: #333
}

.footer__groupServiceWrap {
  background: #f8f8f8;
  padding: 20px 0
}

.footer__groupService {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px
}

.footer__groupService li {
  border-right: 1px solid hsla(0,0%,80%,.2);
  color: #999;
  display: inline-block;
  font-size: 12px;
  margin: 0 24px 0 0;
  padding-right: 24px;
  vertical-align: middle
}

.footer__groupService li:last-child {
  border: 0
}

.footer__groupService li a {
  color: inherit
}

.footer__copyright {
  color: #999;
  float: right;
  font-size: 12px;
  margin-top: 4px
}

.footer__service {
  background: #f8f8f8;
  color: #999;
  font-size: 12px;
  padding: 10px 0;
}

.footer__service__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
}

.footer__service__body a {
  color: inherit
}

.footer__service__contents {
  display: inline-block;
  vertical-align: middle
}

.footer__service__copyright {
  background-color: #f8f8f8;
  color: #999;
  float: right;
  font-size: 10px;
  text-align: center
}
@media screen and (max-width: 767px) {
  .footer__help {
      background: #f3f3f3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      letter-spacing: -.4em
  }

  .footer__help li {
      -ms-flex-preferred-size: 50%;
      display: inline-block;
      flex-basis: 100%;
      padding: 1em;
      font-size: 14px;
      letter-spacing: normal;
      line-height: 1.2;
      text-align: left
  }

  .footer__help--lib li a {
      color: #666;
      display: block;
      padding: 24px 16px
  }
  .footer__bottom, .registerFooter__bottom {
    margin:0;
    width:100%;
  }
  .footer__service__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .footer__service__contents {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 1em 0;
  }
  .footer__service__copyright {
    background-color: #ffffff;
    color: #999;
    float: none;
    font-size: 10px;
    text-align: center;
    padding: 30px 0;
  }
}

@media print {
  .header {
      height: 80px;
      margin-bottom: 40px;
      padding: 0
  }

.header:before {
    content: url(../img/logo.svg);
    display: block;
    margin: -10px -130px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 260px
  }

 .breadcrumb,.entryFixBar,.footer,.header__nav,.header__wrap,.separateContainer,.shareBtnsBar {
      display: none
  }
}

.btn {
  display: inline-block
}

.btn,.btn--block,.libBookAction__readButton {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none
}

.btn--block,.libBookAction__readButton {
  display: block;
  width: 100%
}

.btn[data-theme=default] {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  color: #333;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn[data-theme=default]:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7)
}

.btn[data-theme=default-arrow-d]:after,.btn[data-theme=default-arrow-r]:after,.btn[data-theme=default-arrow-u]:after,.btn[data-theme=default-blank]:after,.serviceList__link:after,[data-theme=default-arrow-d].libBookAction__readButton:after,[data-theme=default-arrow-r].libBookAction__readButton:after,[data-theme=default-arrow-u].libBookAction__readButton:after,[data-theme=default-blank].libBookAction__readButton:after {
  border-left: 1px solid #eee;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px
}

.btn[data-theme=default-arrow-r],[data-theme=default-arrow-r].libBookAction__readButton {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  color: #333;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn[data-theme=default-arrow-r]:hover,[data-theme=default-arrow-r].libBookAction__readButton:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7)
}

.btn[data-theme=default-arrow-r]:before,[data-theme=default-arrow-r].libBookAction__readButton:before {
  border-bottom: 2px solid #252a5e;
  border-right: 2px solid #252a5e;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  margin: auto 0;
  position: absolute;
  right: 19px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
  width: 5px
}

.btn[data-theme=default-arrow-r]:hover:before,[data-theme=default-arrow-r].libBookAction__readButton:hover:before {
  right: 17px
}

.btn[data-theme=default-arrow-d],[data-theme=default-arrow-d].libBookAction__readButton {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  color: #333;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn[data-theme=default-arrow-d]:hover,[data-theme=default-arrow-d].libBookAction__readButton:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7)
}

.btn[data-theme=default-arrow-d]:before,[data-theme=default-arrow-d].libBookAction__readButton:before {
  border-bottom: 2px solid #252a5e;
  border-right: 2px solid #252a5e;
  content: "";
  display: block;
  height: 5px;
  margin: -6px 0;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transition: margin .3s;
  -o-transition: margin .3s;
  transition: margin .3s;
  width: 5px
}

.btn[data-theme=default-arrow-d]:hover:before,[data-theme=default-arrow-d].libBookAction__readButton:hover:before {
  margin-top: -3px
}

.btn[data-theme=default-arrow-u],[data-theme=default-arrow-u].libBookAction__readButton {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  color: #333;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn[data-theme=default-arrow-u]:hover,[data-theme=default-arrow-u].libBookAction__readButton:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7)
}

.btn[data-theme=default-arrow-u]:before,[data-theme=default-arrow-u].libBookAction__readButton:before {
  border-bottom: 2px solid #252a5e;
  border-right: 2px solid #252a5e;
  content: "";
  display: block;
  height: 5px;
  margin: -4px 0;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 5px
}

.btn--block[data-theme=default-arrow-u]:hover:before,.btn[data-theme=default-arrow-u]:hover:before,[data-theme=default-arrow-u].libBookAction__readButton:hover:before {
  margin-top: -7px
}

.btn--block[data-theme=default-blank],.btn[data-theme=default-blank],[data-theme=default-blank].libBookAction__readButton {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 60px 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn--block[data-theme=default-blank]:hover,.btn[data-theme=default-blank]:hover,[data-theme=default-blank].libBookAction__readButton:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7)
}

.btn--block[data-theme=default-blank]:before,.btn[data-theme=default-blank]:before,[data-theme=default-blank].libBookAction__readButton:before {
  background: url(../img/blank.svg) 0 0 no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 18px;
  top: 0;
  width: 10px
}

.btn__free {
  background-color: #fff;
  border-radius: 2px;
  color: #252a5e;
  display: inline-block;
  font-size: 12px;
  margin-right: 16px;
  padding: 0 6px;
  text-align: center;
  vertical-align: text-top
}

.btn[data-theme=primary] {
  background: #252a5e;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn[data-theme=primary]:hover {
  background: #2f3578;
  -webkit-box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd;
  box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd
}

.btn--block[data-theme=primary],[data-theme=primary].libBookAction__readButton {
  background: #252a5e;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
  color: #fff;
  font-weight: 700;
  padding: 13px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn--large[data-theme=primary] {
  background: #252a5e;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn--large[data-theme=primary]:hover {
  background: #2f3578;
  -webkit-box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd;
  box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd
}

.btn--block[data-theme=primary--disable],.btn[data-theme=primary--disable],[data-theme=primary--disable].libBookAction__readButton {
  background: #999;
  -webkit-box-shadow: inset 0 -1px 0 0 #999;
  box-shadow: inset 0 -1px 0 0 #999;
  color: #fff;
  font-weight: 700;
  opacity: .35;
  pointer-events: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn--block[data-theme=primary--disable],[data-theme=primary--disable].libBookAction__readButton {
  padding: 13px
}

.btn--large[data-theme=primary--disable] {
  background: #252a5e;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
  color: #fff;
  font-size: 18px;
  padding: 16px 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn--large[data-theme=primary--disable]:hover {
  background: #2f3578;
  -webkit-box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd;
  box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd
}

.btnTxt {
  position: relative
}

.btnTxt[data-theme=more] {
  display: inline-block;
  padding-right: 18px
}

.btnTxt[data-theme=more]:before {
  border-bottom: 2px solid #252a5e;
  border-right: 2px solid #252a5e;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 5px
}

.btnTxt[data-theme=more]:hover:before {
  right: -2px
}

.btnTxt--block[data-theme=more] {
  clear: both;
  display: block;
  margin: 15px 0;
  padding: 0 18px 0 0;
  position: relative;
  text-align: right
}

.btnTxt--block[data-theme=more]:before {
  border-bottom: 2px solid #252a5e;
  border-right: 2px solid #252a5e;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 5px
}

.btnTxt--block[data-theme=more]:hover:before {
  right: -2px
}

.btnTxt[data-theme=blank] {
  display: inline-block
}

.btnTxt[data-theme=blank]:after {
  background: url(../img/blank.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle;
  width: 10px
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-color: rgba(0,0,0,0);
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 41px;
  padding: 0 50px 0 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: middle
}

select:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7)
}

select::-ms-expand {
  display: none
}

.form__selectWrap,.form__selectWrap--inline {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 0
}

.form__selectWrap--inline:before,.form__selectWrap:before {
  border: 4px solid rgba(0,0,0,0);
  border-top: 5px solid #252a5e;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
  z-index: -1
}

.form__selectWrap--inline:after,.form__selectWrap:after {
  border-left: 1px solid #eee;
  content: "";
  display: block;
  height: calc(100% - 2px);
  position: absolute;
  right: 40px;
  top: 1px;
  width: 0;
  z-index: -1
}

.form__selectWrap--inline {
  display: inline-block;
  min-height: 41px;
  vertical-align: middle
}

.form__select {
  display: block;
  width: 100%
}

input[type=email],input[type=password],input[type=search],input[type=text] {
  -webkit-appearance: textfield;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 3px 0 #eee;
  box-shadow: inset 1px 1px 3px 0 #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  height: 41px;
  line-height: 1.4;
  padding: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

input[type=email]:hover,input[type=password]:hover,input[type=search]:hover,input[type=text]:hover {
  -webkit-box-shadow: inset 1px 1px 3px 0 #ddd;
  box-shadow: inset 1px 1px 3px 0 #ddd
}

input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus {
  -webkit-box-shadow: inset 1px 1px 3px 0 #ddd;
  box-shadow: inset 1px 1px 3px 0 #ddd;
  outline: 0
}

input[type=submit] {
  -webkit-appearance: none
}

.form__inputField {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%
}

input[type=checkbox],input[type=radio] {
  display: inline-block;
  height: 20px;
  margin-right: -20px;
  opacity: 0;
  position: relative;
  vertical-align: middle;
  width: 20px;
  z-index: 10
}
hr {
  border: 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e9e9e9;
  height: 0;
  margin: 30px 0
}

.fixed {
  position: fixed
}

.textPR {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px
}

.entryList--half__ttl .textPR,.entryListMini__entryTitle .textPR,.entryListMinimum--rank .textPR,.entryList__entryTitle .textPR,.seminarList__ttl .textPR,.whitepaperList__ttl .textPR {
  color: #999
}

.entryHeader__ttl .textPR,.seminarHeader__ttl .textPR,.whitepaperDetail__ttl .textPR {
  color: #999;
  font-size: 14px
}

.accordion__btn {
  display: block;
  margin-top: 20px
}

.accordion__content {
  position: relative
}

.accordion__content:before {
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
  background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 100%);
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3
}

svg[class*=accountMeritIcon] {
  display: inline-block;
  overflow: hidden
}

svg[class*=accountMeritIcon] g,svg[class*=accountMeritIcon] path {
  fill: #252a5e
}

.libHero {
  background-color: #252a5e;
  color: #fff;
  font-size: 32px;
  height: 254px;
  text-align: center
}

.libHero__wrap {
  display: block;
  height: 254px;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
}
.libAboutHeaderNavi__content {
 background:#252a5e;
}
.libAboutHeaderNavi__inner {
  align-items: center;
  justify-content: end;
  box-sizing: border-box;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding:.4em 0;
}
.libAboutHeaderNavi__item {
  margin-left: 1em;
  line-height: 1 
}
.libAboutHeaderNavi__item__link {
  color:#fff;
  font-size:13px;
}
.libAboutHeaderNavi__item__link:hover {
  color:#eee;
}
.libAboutHeaderNavi__item + .libAboutHeaderNavi__item {
  border-left: 1px solid #fff;
  padding-left: 1em;
}
@media screen and (max-width: 1025px) {
 .libAboutHeaderNavi__content {
  display:none;
 }
}
.libAboutHeader {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3
}

.libAboutHeader__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
}

.libAboutHeader__servicelogo {
  -ms-flex-preferred-size: 324px;
  background: url(../img/logo_lib.svg) 0 no-repeat;
  background-size: auto 100%;
  display: block;
  width: 300px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transform: all .2s;
  -ms-transform: all .2s;
  transform: all .2s
}

.libAboutHeader__servicelogo__link {
  display: block
}
@media screen and (max-width: 767px) {
  .libAboutHeader .libAboutHeader__inner{
    width:95%;
    height: auto;
    padding: 0.5em 0;
  }
  .libAboutHeader__servicelogo {
    background-size: 160px auto;
  }
}
.libAboutHeader__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.libAboutHeader__nav__item {
  font-size: 14px
}

.libAboutHeader__nav__item+.libAboutHeader__nav__item {
  margin-left: 16px;
}

.libAboutHeader__btn {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  letter-spacing: 0;
  padding: 8px 24px;
  text-align: center
}

.libAboutHeader__btn[data-theme=primary] {
  background: #252a5e;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.libAboutHeader__btn[data-theme=primary]:hover {
  background: #2f3578;
  -webkit-box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd;
  box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd;
  -webkit-box-shadow: none;
  box-shadow: none
}

.libAboutHeader__btn[data-theme=gold] {
  background: #b39b5f;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.libAboutHeader__btn[data-theme=gold]:hover {
  background: #beaa77
}

.libAboutHeader__btn[data-theme=default] {
  background: #fff;
  border: 1px solid #252a5e;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  color: #333;
  color: #252a5e;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.libAboutHeader__btn[data-theme=default]:hover {
  border: 1px solid #4b54b8;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  color: #4b54b8
}
@media screen and (max-width: 767px) {
  .libAboutHeader__btn[data-theme=default] {
    padding: 6px 14px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.libAboutHeaderMenu__inner {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.libAboutHeaderMenu__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding:8px 0;
 font-size:14px;
}

.libAboutHeaderMenu__list__item+.libAboutHeaderMenu__list__item {
  margin-left: 48px
}

.libAboutHeaderMenu__list__item a{
  color: #666
}

.libAboutHeaderMenu__list__item a:hover {
  cursor: pointer;
  text-decoration: underline
}

.libAboutHeaderMenu__list__item a:visited {
  color: #666
}
@media screen and (min-width: 1025px) {
  .libAboutHeaderMenu {
    display: none
  }
}
@media screen and (max-width: 1024px) {
  .libAboutHeader__nav { 
    display: none
  }
  .libAboutHeader .libAboutHeader__inner{
    height: auto;
    padding: 1em 0;
  }
  .libAboutHeaderMenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .libAboutHeaderMenu,.libAboutHeaderMenu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .libAboutHeaderMenu__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #eee;
    height: 58px;
    justify-content: center;
    position: fixed;
    right: 5px;
    top: 0;
    width: 54px;
    z-index: 90
  }

  .libAboutHeaderMenu__button span,.libAboutHeaderMenu__button span:after,.libAboutHeaderMenu__button span:before {
    background-color: #666;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 20px
  }

  .libAboutHeaderMenu__button span:before {
    bottom: 4px
  }

  .libAboutHeaderMenu__button span:after {
    top: 4px
  }

  #libAboutHeaderMenu__button-check:checked~.libAboutHeaderMenu__button {
    border: none
  }

  #libAboutHeaderMenu__button-check:checked~.libAboutHeaderMenu__button span {
    background-color: hsla(0,0%,40%,0)
  }

  #libAboutHeaderMenu__button-check:checked~.libAboutHeaderMenu__button span:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #libAboutHeaderMenu__button-check:checked~.libAboutHeaderMenu__button span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #libAboutHeaderMenu__button-check:checked~.libAboutHeaderMenu__content {
    left: 0
  }
  .libAboutHeaderMenu__list__item+.libAboutHeaderMenu__list__item {
    margin-left: 0;
  }
  .libAboutHeaderMenu__content {
    background-color: #fff;
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 80
  }

  .libAboutHeaderMenu__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding: 80px 40px 0;
    background:#fff;
  }
  
  .libAboutHeaderMenu__list {
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
    padding: 0;
  }
  .libAboutHeaderMenu__list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding: 9px 15px 10px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%
  }
  .libAboutHeaderMenu a.libAboutHeader__btn {
    width: 100%;
    margin: 20px 0 0;
  }
  .libAboutHeaderMenu__list__item a{
    display: block;
    width: 100%;
    padding: 0.5em 0;
  }
  .libAboutHeaderMenu__nav__item__link {
    width:83%;
    max-width: 400px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 16px 24px;
    text-align: center
  }

  .libAboutHeaderMenu__nav__item__link[data-theme=default] ,
  .libAboutHeaderMenu__nav__item__link[data-theme=default] {
    background: #fff;
    border: 1px solid #252a5e;
    -webkit-box-shadow: inset 0 -1px 0 0 #eee;
    box-shadow: inset 0 -1px 0 0 #eee;
    color: #333;
    color: #252a5e
  }

  .libAboutHeaderMenu__nav__item__link[data-theme=primary] {
    background: #252a5e;
    border: 1px solid #252a5e;
    -webkit-box-shadow: inset 0 -1px 0 0 #000;
    box-shadow: inset 0 -1px 0 0 #000;
    color: #fff;
  }

  .libAboutHeaderMenu__nav__item__link[data-theme=gold] {
    background: #b39b5f;
    border: 1px solid #99854d;
    color: #fff
  }
 .libAboutHeaderMenu__nav__item__link[data-theme=login] {
    background: #efefef;
    border: 1px solid #efefef;
    color: #252a5e
  }
  .libAboutHeaderMenu__nav__item+.libAboutHeaderMenu__nav__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .libAboutHeader .libAboutHeader__inner{
    height: auto;
    padding: 0.8em 0;
  }
    .libAboutHeaderMenu__button {
      height: 54px;
  }
}

.libAboutHero__container {
 background-color: #25295e;
 background-image: url(../img/hero__bgImage.jpg?20231213);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: 100px;
 padding-bottom: 40px;
 overflow: hidden;
 position: relative;
 text-align: center
}

.libAboutHero__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 72px 0 40px;
  position: relative;
  width: 95%;
  max-width: 1200px;
  z-index: 1
}

.libAboutHero__catchcopy {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #252a5e;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 16px
}

.libAboutHero__catchcopy--small {
  font-size: 48px
}

.libAboutHero__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #252a5e;
  font-size: 18px;
  letter-spacing: .1em;
  margin-bottom: 40px
}

.libAboutHeroBtn__microCopy {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center
}

@media screen and (max-width: 1024px) {
  .libAboutHero__container {
    margin-top: -25px;
    padding-bottom: 60px;
    padding-top: 75px;
    background-position:center
  }
  .libAboutHero__container .libAboutHero__inner {
    width: 95%;
  }
  .libAboutHero__item { 
    padding: 24px 0 ;
    text-align: center
  }
}
@media screen and (max-width: 767px) {
  .libAboutHero__container { 
    margin: 56px auto 0;
    padding-top: 32px;
    padding-bottom: 32px;
    background-position: center left;
    background-size: auto 100%;
  }
  .libAboutHero__container .libAboutHero__inner {
    padding: 0 0 10px;
   }
}

.libAboutHero__heading,
.libAboutHero__heading02 {
  font-weight: 700;
  color: #fff;
}
.libAboutHero__heading {
 position: relative;
  color: #fff;
  font-size: 56px;
  /*text-shadow: 0 0 8px rgba(255,255,255,.9);*/
  margin-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 2.5px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width:100%;
  max-width:800px;
}
.libAboutHero__heading:before, h1.libAboutHero__heading:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 3px;
  background-color: #fff;
}

.libAboutHero__heading:before {
  left:0;
}
.libAboutHero__heading:after {
  right: 0;
}
.libAboutHero__heading02 {
  font-size: 38px;
  margin: 16px auto;
  line-height: 1.2;
}
.libAboutHero__heading--small {
  font-size: 70%;
}

.libAboutHero__heading--gold {
 /* color: #937f4e*/
  color: #cab98f
}
.libAboutHero__container .libAboutAction.libAboutAction--white {
 background-color:rgba(255,255,255,.8);
 padding: 24px 20px;
}
.libAboutHero__note {
 max-width: 800px;
 margin: 0 auto;
 color: #fff;
 text-align: left;
}
@media screen and (max-width: 1000px) {
  .libAboutHero__heading02 { font-size: 4vw;}
}
@media screen and (min-width: 768px) {
 .libAboutHero__points {
   display: flex;
   justify-content: space-between;
   gap: 40px;
   max-width: 800px;
   margin: 40px auto 20px;
 }
 .libAboutHero__note {
 text-align: right;
 }
}
@media screen and (max-width: 767px) {
  .libAboutHero__heading { width:98%;line-height: 1.5;white-space: inherit;font-size: 6vw;letter-spacing: 1.5px;}
  .libAboutHero__points li {
   margin:0 auto 20px;
   width:50%;
   text-align: center
 }
}
@media screen and (max-width: 480px) {
  .libAboutHero__heading { width:100%;font-size: 8vw;}
  .libAboutHero__heading02 { margin-top:0;font-size: 5.5vw;}
  .libAboutHero__heading:before, h1.libAboutHero__heading:after { width: .8em; }
}




.libAboutStyle {
  background: #f8f8f8;
  overflow: hidden;
  padding: 0 0 160px;
  position: relative
}

.libAboutStyle:after {
  background: #fff;
  bottom: -50px;
  content: "";
  height: 200px;
  left: 0;
  margin: 3% -10% 0;
  position: absolute;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 120%
}

.libAboutStyle__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0;
  padding-top:80px;
  width: 90%;
  max-width: 1200px
}

.libAboutStyle__heading {
  color: #666;
  font-size: 24px;
  text-align: center
}
@media screen and (max-width: 767px) {
  .libAboutStyle__heading {
    font-size: 20px;
  }
}

.libAboutStyleList,.libAboutStyleList__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.libAboutStyleList__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 64px;
  padding: 40px 0 0;
  text-align: center;
  width: calc(33.3333% - 10px)
}

.libAboutStyleList__title {
  color: #252a5e;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
}

.libAboutStyleList__text {
  font-size: 16px;
  letter-spacing: .1em;
  text-align: left;
  padding: 16px 32px
}

.libAboutStyleList__text--strong {
  border-bottom: 1px solid #b39b5f;
  font-weight: 700;
}

.libAboutStyleList__text--small {
  font-size: 12px;
  font-weight: 400
}

.libAboutStyleList__image {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .libAboutStyleList {
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .libAboutStyleList__item {
    width:100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 0 0;
  }
}

.libAboutPublisher {
  background-color: #f9f8f5;
  color: #666;
  padding: 80px 240px 64px;
  text-align: center
}

.libAboutPublisher__heading {
  font-size: 18px;
  font-weight: 700
}

.libAboutPublisher__sort {
  font-size: 12px;
  font-weight: 400;
  margin: 16px 0 0
}

.libAboutPublisher__list {
  margin-top: 32px
}

.libAboutPublisher__list__item {
  display: inline-block;
  margin: 0 24px 16px 0
}

.libAboutPublisher__list__item:last-child {
  margin: 0
}

.libAboutFeature {
  padding: 80px 0 40px;
  overflow: hidden;
  position: relative
}

.libAboutFeature.libAboutFeature002 {
  margin-top: 0;
  padding: 0 0 40px;
}

.libAboutPublisher+.libAboutFeature:after {
  background: #f8f8f8;
  bottom: -350px;
  content: "";
  height: 380px;
  left: 0;
  margin: 3% -10% 0;
  position: absolute;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 120%
}

.libAboutFeature__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
}

.libAboutFeature__heading {
  color: #666;
  font-size: 24px;
  text-align: center
}
@media screen and (min-width: 1025px) {
  .libAboutFeature__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px
  }

  .libAboutFeature__item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
  }
}
@media screen and (max-width: 767px) {
  .libAboutFeature.libAboutFeature002 {
    margin-top: 60px;
  }

  .libAboutStyle__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -40px auto 0;
    padding-top: 110px;
    width: 90%;
    max-width: 1200px;
  }
  
.libAboutFeature__heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .libAboutFeature__item+.libAboutFeature__item {
    margin-top: 64px;
  }
  .libAboutFeature__textArea {
    margin-top: 24px;
  }
}

.libAboutFeature__image--large {
  margin-left: -20%;
  width: 60%;
}

.libAboutFeature__image,.libAboutFeature__image--large {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1
}
/*20240426*/
.libAboutFeature__image--books {
  margin-left: -12%;
  width: 55%;
}

.libAboutFeature__image,.libAboutFeature__image--books {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1
}
.feature__books--area {
    position: relative;
    width: 100%;
    height: 300px;
}
.feature__books--item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: booksSlide 9s linear infinite 0s;
}
.feature__books--item:nth-child(2) {
    animation-delay: 3s;
}
.feature__books--item:nth-child(3) {
    animation-delay: 6s;
}
/*.feature__books--item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
@keyframes booksSlide {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    5% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    30% {
        opacity: 1;
    }
 
    35% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
.libAboutFeature__video {
  width: 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1
}

.libAboutFeature__image {
  border: 1px solid #eee;
  width: 40%
}

.libAboutFeature__textArea {
  width: 50%
}

.libAboutFeature__title {
  color: #252a5e;
  font-size: 28px
}

.libAboutFeature__title:after {
  border-bottom: 1px solid #b39b5f;
  content: "";
  display: block;
  margin: 24px 0;
  width: 80px
}

.libAboutFeaturePublisher__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px
}

.libAboutFeaturePublisher__sort {
  font-size: 10px;
  margin: 16px 0 0
}

.libAboutFeaturePublisher__list {
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  width:90%;
  max-width: 974px
}

.libAboutFeaturePublisher__item {
  display: inline-block;
  margin: 0 24px 4px 0
}

.libAboutFeaturePublisher__item:last-child {
  margin: 0
}
@media screen and (min-width: 1025px) {
  .libAboutFeaturePublisher {
    background-color: #f9f8f5;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px
  }
  .libAboutFeaturePublisher__head {
    margin-right: 24px;
    width: 168px
  }
}
@media screen and (max-width: 1024px) {
  .libAboutFeature__inner {
    max-width: 480px;
  }
  .libAboutStyle+.libAboutFeature {
    overflow: hidden;
    margin-top: -80px;
    padding: 60px 0 40px;
    position: relative;
  }
  .libAboutFeature__heading {
    font-size: 20px;
  }

  .libAboutFeature__image--large {
    width: 100%;
    height: auto;
    max-width: max-content;
    margin: 30px auto 20px;
    margin-left: 0;
  }
 .libAboutFeature__image--books {
    width: 100%;
    height: auto;
    margin: 30px auto 20px;
    margin-left: 0;
  }
  .libAboutFeature__video {
    margin: 20px auto 40px;
    width: 100%;
  }
  .libAboutFeature__title {
    color: #252a5e;
    font-size: 20px;
    text-align: center;
  }
  .libAboutFeature__title:after {
    margin: 24px auto;
  }
.libAboutFeaturePublisher {
    flex-wrap: wrap;
    background-color: #f9f8f5;
    color: #666;
    margin-top: 24px;
    padding: 40px 16px 24px;
    text-align: center
  }

  .libAboutFeaturePublisher__heading {
    font-size: 16px;
    font-weight: 700
  }

  .libAboutFeaturePublisher__sort {
    font-size: 10px;
    margin-top: 16px
  }

  .libAboutFeaturePublisher__list {
    border-left:0;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 24px;
    padding: 24px 0 0;
    width:100%;
  }

  .libAboutFeaturePublisher__item {
      display: inline-block;
      margin: 0 8px 16px
  }

  .libAboutFeaturePublisher__item:last-child {
      margin: 0
  }
  .libAboutFeature__item {
    margin: 40px auto 0;
  }
  .libAboutFeature__image ,
  .libAboutFeature__textArea {
    width: 100%;
    margin-top: 24px
  }
}
@media screen and (max-width: 767px){ 
  img.libAboutFeature__image--large {
    height: auto;
    width: 110%;
    max-width: 400px;
    margin: 30px auto 0px;
    margin-left: -10%;
  }
 img.libAboutFeature__image--books {
    height: auto;
    width: 110%;
    max-width: 400px;
    margin: 30px auto 0px;
    margin-left: -10%;
  }
 .feature__books--area {
    position: relative;
    width: 100%;
    height: 30vw;
 }
}

.libAboutFeatureCourse {
  background-color: #f9f8f5;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px;
  width:100%;
  max-width: 1160px
}

.libAboutFeatureCourse__item {
  width: 30%
}

.libAboutFeatureCourse__item+.libAboutFeatureCourse__item {
  margin-left: 40px
}

.libAboutFeatureCourse__title {
  font-weight: 700;
  margin-bottom: 12px
}

.libAboutFeaturePublisher__sort {
  font-size: 12px;
  font-weight: 400;
}

.libAboutFeatureCourse__text {
  font-size: 12px
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .libAboutFeatureCourse__item {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .libAboutFeatureCourse {
    background-color: #f9f8f5;
    color: #666;
    margin-top: 0;
    padding: 24px;
    text-align: left;
    box-sizing: border-box;
    flex-wrap: wrap
  }
  .libAboutFeatureCourse__item {
    width: 100%;
  }

  .libAboutFeatureCourse__item+.libAboutFeatureCourse__item {
    margin-left: 0;
    margin-top: 16px
  }

  .libAboutFeatureCourse__title {
    font-weight: 700;
    margin-bottom: 4px
  }

  .libAboutFeatureCourse__item+.libAboutFeatureCourse__item {
      margin-top: 16px
  }

  .libAboutFeatureCourse__title {
    font-weight: 700;
    margin-bottom: 4px
  }
}
.libAboutRecommend {
  padding: 80px 0 120px;
  background-color: #f8f8f8;
  position: relative
}

.libAboutRecommend__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1200px
}

.libAboutRecommend__heading {
  color: #666;
  font-size: 24px;
  margin-bottom: 80px;
  text-align: center
}

.libAboutRecommendList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.libAboutRecommendList,.libAboutRecommendList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.libAboutRecommendList__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 30%
}

.libAboutRecommendList__item:nth-child(n+6) {
  margin-top: 40px
}

.libAboutRecommendList__number {
  color: rgba(37,42,94,.2);
  font-size: 54px;
  font-weight: 700;
  margin-bottom: -6px
}

.libAboutRecommendList__title {
  color: #252a5e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px
}

.libAboutRecommendList__text {
  color: #666;
  margin-bottom: 16px;
  text-align: left
}

.libAboutRecommendList__text--small {
  font-size: 12px
}

.libAboutRecommendList__image {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.libAboutRecommendList__item-ai {
  width: 100%;
  flex-direction: row;
  margin-bottom: 80px;
}
.libAboutRecommendList__item-ai .libAboutRecommendList__textArea {
  width: 65%;
  text-align: left;
}
.libAboutRecommendList__item-ai .libAboutRecommendList__image {
  width: 40%;
  margin-left: 20px
}
.libAboutRecommendList__item-ai .libAboutRecommendList__title {
  display: flex;
  align-items: center;
  font-size: 26px;
}
.libAboutRecommendList__item-ai .libAboutRecommendList__number {
  margin-right: 20px
}
.libAboutRecommendList__item-feature {
  width: 46%;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.libAboutRecommendList__item-feature .libAboutRecommendList__image {
    width: auto;
    max-width: inherit;
    margin: 20px auto 0;
    height: 300px;
}
@media screen and (max-width: 767px) {
  .libAboutRecommend {
    padding: 80px 16px;
  }
  .libAboutRecommend__inner {
    width: 100%;
  }

  .libAboutRecommend__heading {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .libAboutRecommendList__item+.libAboutRecommendList__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px){
  .libAboutRecommend {
    padding: 80px 16px;
  }
  .libAboutRecommendList__item {
    width:100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }

  .libAboutRecommend__heading {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .libAboutRecommendList__item-ai {
    flex-direction:column
  }
  .libAboutRecommendList__item-ai .libAboutRecommendList__textArea {
    width: 100%;
    text-align: left;
  }
  .libAboutRecommendList__item-ai .libAboutRecommendList__title {
    justify-content: center;
    flex-wrap: wrap;
    width:100%;
    text-align: center
  }
  .libAboutRecommendList__item-ai .libAboutRecommendList__title span {
    width:100%;
    margin-right: 0
  }
  .libAboutRecommendList__item-ai .libAboutRecommendList__image {
    width: 100%;
    margin-left: 0;
  }
  .libAboutRecommendList__item-feature .libAboutRecommendList__image {
      width: auto;
      max-width: 100%;
      height: auto;
  }
}

.libAboutScenes {
  background-color: #f8f8f8;
  padding-bottom: 120px;
  position: relative
}

.libAboutScenes__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1200px
}

.libAboutScenes__heading {
  color: #666;
  font-size: 24px;
  margin-bottom: 120px;
  text-align: center
}

.libAboutScenes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.libAboutScenes__list__item {
  background-color: #fff;
  height: 260px;
  position: relative;
  text-align: center;
  width: 380px
}

.libAboutScenes__list__item+.libAboutScenes__list__item {
  margin-left: 30px
}

.libAboutScenes__list__image {
  height: 120px;
  left: 130px;
  position: absolute;
  top: -60px
}

.libAboutScenes__list__title {
  color: #252a5e;
  font-size: 18px;
  font-weight: 700;
  margin-top: 90px
}

.libAboutScenes__list__text {
  margin-top: 8px
}

.libAboutCustomer {
  padding: 80px 0 80px
}

.libAboutCustomer__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px

}

.libAboutCustomer__heading {
  color: #666;
  font-size: 24px;
  text-align: center
}

.libAboutCustomer__heading--note {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  text-align: center
}

.libAboutCustomerList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
  width: 100%;
  max-width: 1200px
}

.libAboutCustomerList__item {
  display: table;
  height: 100px;
  width:50%;
  max-width: 240px
}

.libAboutCustomerList__item__imageArea {
   display: table-cell;
   height: 100%;
   vertical-align: middle;
   width: 100%;
}

.js-slider-logo .libAboutCustomerList__item__imageArea {
  display: flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;

}

.libAboutCustomerList__item__image {
  display: block;
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto
}

.js-slider-logo .libAboutCustomerList__item__image {
  max-width: 80%;
  max-height: 60%
}

@media screen and (max-width: 767px) {
  .libAboutCustomerList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
  }
  .libAboutCustomerList__item {
    height: 76px;
    max-width: 200px;
    text-align: center;
    width: 50%;
  }
  .libAboutCustomerList__item__image {
    height: auto;
    max-height: 100%;
    max-width: 120px;
    width: auto;
  }
}
.libAboutCustomer__recommend {
  color: #666;
  font-size: 18px;
  margin-top: 40px;
  text-align: center
}

.libAboutCustomer__recommend--strong {
  color: #937f4e;
  font-weight: 700
}
@media screen and (max-width: 767px){
  .libAboutCustomer__recommend {
    font-size: 16px;
  }
}

.libAboutCase {
  padding: 0 0 80px
}

.libAboutCase__inner {
  border-top: 1px dotted #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 80px;
  width: 90%;
  max-width: 1200px
}

.libAboutCase__heading {
  color: #666;
  font-size: 24px;
  text-align: center
}

.libAboutCase__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-top: 80px
}

.libAboutCase__image {
  height: auto;
  margin-right: 40px;
  width:100%;
  max-width: 480px
}

.libAboutCase__textArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  text-justify: inter-ideograph
}

.libAboutCase__office {
  color: #666;
  font-weight: 700;
  margin-bottom: 8px
}

.libAboutCase__title {
  color: #252a5e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px
}

.libAboutCase__text--strong {
  border-bottom: 1px solid #b39b5f
}

.libAboutCase__role {
  color: #999;
  font-size: 14px;
  margin-top: 20px
}

.libAboutPlan {
  position: relative;
  background: #fff;
  margin: 0 auto 0;
  padding: 80px 0 160px;
 overflow: hidden
}
.libAboutPlan:after {
 background: #f7f7f7;
 bottom: -180px;
 content: "";
 height: 200px;
 left: 0;
 margin: 3% -10% 0;
 position: absolute;
 -webkit-transform: rotate(-4deg);
 -ms-transform: rotate(-4deg);
 transform: rotate(-4deg);
 -webkit-transform-origin: left center;
 -ms-transform-origin: left center;
 transform-origin: left center;
 width: 120%;
}
.libAboutPlan__heading {
  color: #666;
  font-size: 24px;
  margin-bottom: 64px;
  text-align: center;
  font-weight:700;
}
@media screen and (min-width: 1025px){
  .libAboutPlan__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width:90%;
    max-width: 928px
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .libAboutPlan__inner {
    width:100%;
    margin: 0 auto
  }
}
@media screen and (max-width: 767px) {
  .libAboutPlan {
    margin-top: 0;
    padding: 80px 8px
  }

  .libAboutPlan__heading {
    color: #666;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center
  }

}
.libAboutPlan__list {
  border-collapse: separate;
  border-spacing: 8px 0;
  border:none;
  height: 100%;
  width: 100%;
  margin: 30px auto 30px;
  line-height: 1.25;
 font-weight: 700
}
.libAboutPlan__list tr,
.libAboutPlan__list th,
.libAboutPlan__list td{
 background:transparent;
 border:none;
 vertical-align: middle
}
@media screen and (min-width: 768px) {
  .libAboutPlan__list { margin-top: 40px;}
}
.libAboutPlan__list .row01 ,
.libAboutPlan__list .row02 ,
.libAboutPlan__list .row03{
  background: #24285f;
  padding:1em .1em;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: auto;
  color:#fff;
}
.libAboutPlan__list .libAboutPlan__list--plan {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 16px;
 font-weight: bold;
 text-align: center
}
.libAboutPlan__list .libAboutPlan__list--title {
 position: relative;
 width: 25%;
 padding:0 !important;
 border-bottom: 2px solid #fff;
 font-weight: bold;
 font-size:16px;
}
.libAboutPlan__list .libAboutPlan__list--title span {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 4em;
 padding-right:24px;
 background: #eee;
 border-radius: 5px;
 color:#222;
}
.libAboutPlan__list .fontS {
  font-size: 13px;
}

.libAboutPlan__list td {
  background: #24285f;
  height: 100%;
  padding: 0 8px 8px !important;
  width: 25%;
  line-height: 1.25;
}

.libAboutPlan__list .libAboutPlan__list--text {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 background: #fff;
 width: 100%;
 height: 100%;
 padding:2px;
 border-radius: 5px;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 box-sizing: border-box;
}
.libAboutPlan__list tr:last-child td {
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .libAboutPlan__list {
    border-spacing: 3px 0;
  }
 .libAboutPlan__list .libAboutPlan__list--text {
    font-size: 10px;
    line-height: 1.2;
    height: 100%;
  }
 .libAboutPlan__list .libAboutPlan__list--plan ,
 .libAboutPlan__list .libAboutPlan__list--title {
    font-size: 10px;
  }
  .libAboutPlan__list .libAboutPlan__list--title span {
   height: 6em;
   justify-content: flex-start;
   padding: 0 16px 0 6px;
   text-align: left;
  }
  .libAboutPlan__list tr:nth-child(3) small {
   width:100%;
  }
  .libAboutPlan__list .fontS {
    font-size: 8px;
  }
  .libAboutPlan__list td {
    padding: 2px 4px 2px !important;
  }
  .libAboutPlan__list td .wrap {
    font-size: 11px;
  }
  .libAboutPlan__list tr:last-child td {
   padding-bottom: 4px !important;
 }
 .libAboutPlan__list--text img{
  max-width:20px;
 }
}

/* モーダルを開くボタン */
.js-modal-trigger {
  position: relative
}

.js-modal-trigger-image img {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  object-fit: cover;
}

/* モーダル本体 */
.js-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.js-modal-layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.js-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  padding: 40px;
  background: #fff;
}

/* モーダルを閉じるボタン */
.js-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.js-modal-close:hover {
  opacity: .6;
}

.js-modal-close:before,
.js-modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.js-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.js-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
 .js-modal-trigger-image img {
    right: -8px;
 }
}
/* モーダル内のコンテンツ */
.modal__image {
  position: relative;
}
.modal__image video {
  max-width: 100%
}

.modal__text {
  width: 100%;
}

.modal__title {
  margin-bottom:1em;
  font-size: 18px;
  font-weight: 700
}
@media screen and (min-width: 768px) {
 .modal__group {
   display: flex;
   align-items: flex-start;
   justify-content: space-between
 }
 .modal__text {
   width: 55%;
 }
 .modal__image {
  width: 40%;
 }
}

.libAboutSimulation {
 position: relative;
 background: #f7f7f7;
 margin: 0 auto 0;
 padding: 40px 0 80px
}

.libAboutSimulation__heading {
 color: #666;
 font-size: 24px;
 margin-bottom: 20px;
 text-align: center;
 font-weight: 700;
}
.libAboutSimulation__lead {
 color: #666;
 font-size: 16px;
 text-align: center;
}
.libAboutSimulation__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 80px;
  width: 90%;
  max-width: 1200px
}
.libAboutSimulation__menu {
 display: flex;
 justify-content: space-around;
 align-items: center;
 background:#fff;
 padding:10px;
}
@media screen and (min-width: 1025px){
 .libAboutSimulation__inner {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   width:90%;
   max-width: 928px
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .libAboutSimulation__inner {
    width:100%;
    margin: 0 auto
  }
}

.libAboutSimulation__content  {
 display: none; 
}
.libAboutSimulation__content.is_show {
 position: relative;
 display: block; 
 background:#fff;
 margin: 32px auto 0;
 padding:40px 40px 0;
}
.libAboutSimulation__content.is_show::before {
 content: "";
 position: absolute;
 top: -4px;
 left:0;
 right:0;
 margin: auto;
 width: 0;
 height: 0;
 border-style: solid;
 border-right: 50px solid transparent;
 border-left: 50px solid transparent;
 border-top: 40px solid #f7f7f7;
 border-bottom: 0;
}
.libAboutSimulation__tabContainer {
 display: flex;
 justify-content: space-around;
 gap:20px;
}
@media screen and (max-width: 767px) {
 .libAboutSimulation__tabContainer {
  flex-wrap:wrap;
  justify-content: center;
  gap: 10px;
  margin: 16px auto;
 }
 .libAboutSimulation__content.is_show {
  margin: 32px auto 0;
  padding:40px 20px 0;
 }
}
@media screen and (max-width: 480px) {
 .libAboutSimulation__menu dt { writing-mode: vertical-rl;}
}
.libAboutSimulation__tab {
 background:#fff;
 border:2px #b39b5f solid;
 border-radius:8px;
 padding:.5em 2.5em;
 line-height: 1;
 color:#b39b5f
}
.libAboutSimulation__tab.is_active {
 background-color: #b39b5f;
 color: #fff
}
.libAboutSimulation__content--heading {
 margin-bottom: 1em;
 font-size:120%;
 font-weight:700;
 text-align: center
}
.libAboutSimulation__content--lead {
 text-align: center
}

.libAboutSimulation__content .libAboutActionBtn {
 margin-bottom:  16px
}


.libAboutTabContent__list {
 margin-top: 40px;
}
@media screen and (min-width: 768px) {
 .libAboutTabContent__list {
  display:flex;
  justify-content: space-between;
  margin-top: 40px;
  text-align: left
 }
 .libAboutTabContent__list__item {
   width:30%;
 }
}

.libAboutTabContent__list__item__title {
 text-align: center;
 font-weight: 700
}

.libAboutTabContent__list__item__icon {
  margin-bottom: 2px;
  margin-right: 10px;
  width: 16px
}

.libAboutTabContent__list__item__note {
  display: block;
  padding:1em;
  font-size: 13px;
}


.libAboutTabContent__name {
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.libAboutTabContent__nameInfo {
  color: #666;
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
  vertical-align: middle
}

.libAboutTabContent__text {
  color: #666;
  font-size: 14px;
  margin-top: 24px
}

.libAboutSimulation__number--small {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center
}

.libAboutSimulation__number {
 border-bottom: 3px solid var(--mainColor);
 font-size: 44px;
 font-weight: 700;
 height: 72px;
 text-align: center;
 color:var(--mainColor);
}

.libAboutSimulation__numberText {
  display: block;
  font-size: 24px;
  line-height: 72px
}

.libAboutSimulation__numberInfo {
  font-size: 14px;
  margin-left: 3px
}




.libAboutFlow {
 position: relative;
 background: #fff;
 margin: 0 auto 0;
 padding: 80px 0 80px
}
.libAboutFlow__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 928px
}
.libAboutFlow__heading {
 color: #666;
 font-size: 24px;
 margin-bottom: 64px;
 text-align: center;
 font-weight:700;
}
.libAboutFlow__items {
 position:relative;
}
.libAboutFlow__items::before {
 content: "";
 display: block;
 width: 10px;
 height: 85%;
 background-color: var(--mainColor);
 position: absolute;
 top: 6%;
 left: 2%;
 translate: -50% 0;
}
.libAboutFlow__item {
 position:relative;
 margin-bottom: 40px;
 padding:2em;
 background: #FFFFFF;
 background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(244, 244, 247, 1) 100%);
 border:2px solid #ccc;
}

.libAboutFlow__item--title {
 color:#666;
 font-size:18px;
 font-weight: 600
}
.libAboutFlow__item--step {
 position:absolute;
 top:-0.5em;
 left:-0.5em;
 display:inline-block;
 background:#7c7e9f;
 padding:.3em 1em;
 color:#fff;
 font-size:18px;
 line-height: 1
}
.libAboutFlow__item--step span {
 font-style:italic;
 font-size:120%;
}

@media screen and (min-width: 768px) {
 .libAboutFlow__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 .libAboutFlow__item.libAboutFlow__item--short {
  width:88%;
  float: right
 }
 .libAboutFlow__text {
  width:70%;
 }
 .libAboutFlow__item--short .libAboutFlow__text {
  width:68%;
 }
 .libAboutFlow__button {
  width:30%;
 }
 .libAboutFlow__item--short .libAboutFlow__button  {
  width:31.5%;
 }
 .libAboutFlow__item--title {
  font-size:24px;
 }
 .libAboutFlow__image {
  position: absolute;
  right: -24px;
  bottom: -40px;
 }
}
@media screen and (max-width: 767px) {
 .libAboutFlow__items::before {
  left: 7%;
 }
 .libAboutFlow__item {
  padding:2em 1em;
 }
 .libAboutFlow__button {
  margin-top: 20px
 }
}


.libAboutDocuments {
 position: relative;
 background: #fff;
 margin: 0 auto 0;
 padding: 80px 0 80px
}
.libAboutDocuments__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 928px
}
.libAboutDocuments__heading {
  color: #666;
  font-size: 24px;
  margin-bottom: 64px;
  text-align: center;
  font-weight:700;
}
.libAboutDocuments__items {

}
.libAboutDocuments__item {
 padding:20px;
}
.libAboutDocuments__item .whitepaperList__ttl {
 margin-top: .5em;
 font-size:105%;
 font-weight: 600;
 color: #666
}
.libAboutDocuments__item .whitepaperList__ttl span {
 display:inline-block;
 background:#666;
 margin-right: 4px;
 padding:.3em .5em;
 font-size:14px;
 font-weight: ;
 color: #fff;
 line-height: 1
}
.libAboutDocuments__item .whitepaperList__ttl +p {
 font-size: 90%;
 color: #666
}
@media screen and (max-width: 767px) {
 .libAboutDocuments__item {
  width:48%;
 }
}
.libAboutDocuments .slick-arrow {
  text-indent: -99999px
}

.libAboutDocuments .slick-arrow:before{
  content:""!important;
  width: 1%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2
}

.libAboutDocuments .slick-next:before{
  background: url(../img/arrow__right--gray.png) no-repeat center!important;
  background-size: contain!important;
  right:-2%;
}

.libAboutDocuments .slick-prev:before{
  background: url(../img/arrow__left--gray.png) no-repeat center!important;
  background-size: contain!important;
  left: -2%;
}

.libAboutDocuments .dots-wrap {
    display: flex;
    justify-content: center;
}

.libAboutDocuments .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #d3d4df;
    border-radius: 50%;
    cursor: pointer;
}

.libAboutDocuments .dots-wrap li:hover,
.libAboutDocuments .dots-wrap li.slick-active {
    background:  var(--mainColor);
}
.libAboutDocuments .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/*FAQ*/
.libAboutFaq {
  background-color: #f8f8f8;
  padding: 80px 0
}

.libAboutFaq__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px
}

.libAboutFaq__heading {
  color: #666;
  font-size: 24px;
  margin-bottom: 80px;
  text-align: center
}

.libAboutFaq__item {
  background-color: #fff;
  margin: 0 auto;
  padding: 1.5em;
  width:90%;
  max-width: 880px;
  box-sizing: border-box;
}

.libAboutFaq__item+.libAboutFaq__item {
  margin-top: 24px
}

.libAboutFaq__question {
 position: relative;
 margin-left: 38px;
 padding-right:24px;
 text-indent: -38px;
 color: #252a5e;
 font-weight: 700;
 cursor: pointer
}

.libAboutFaq__question::before {
  content: "Q";
  font-size: 18px;
  margin-right: 24px
}
.libAboutFaq__question::after {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 1 / 1;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  rotate: -225deg;
  transition: rotate 0.3s;
}
.libAboutFaq__question.is_open::after {
    rotate: -45deg;
}

.libAboutFaq__answer {
  display: none;
  margin-left: 38px;
  margin-top: 8px;
  text-indent: -38px
}

.libAboutFaq__answer:before {
  color: #b39b5f;
  content: "A";
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px
}


@media screen and (max-width: 767px) {
  .libAboutFaq__heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .libAboutAction__title {
    font-size: 18px;
  }
  .libAboutFaq__item {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 24px
  }

  .libAboutFaq__item+.libAboutFaq__item {
    margin-top: 24px
  }

  .libAboutFaq__question {
    color: #252a5e;
    font-weight: 700;
    margin-left: 38px;
    text-indent: -38px
  }

  .libAboutFaq__question:before {
    content: "Q";
    font-size: 18px;
    margin-right: 24px
  }

  .libAboutFaq__answer {
    margin-left: 38px;
    margin-top: 16px;
    text-indent: -38px
  }

  .libAboutFaq__answer:before {
    color: #b39b5f;
    content: "A";
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px
}
}
.libAboutAction {
  padding: 40px 20px;
  background-color: #252a5e;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2
}
.libAboutAction.libAboutAction--white {
  padding: 40px 0px;
  background-color: #fff;
  color: #252a5e;
}
.libAboutAction.libAboutAction--transparent {
  padding: 40px 20px;
  background-color: transparent;
}
.libAboutActionBtn__textlink {
  padding-top: 16px;
}

.libAboutActionBtn__textlink a {
  color: #fff;
  text-decoration: underline;
}
.libAboutAction__catchcopy {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 16px
}

.libAboutAction__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px
}
.libAboutActionBtn {
  margin: 0 auto;
}

.libAboutActionBtn__item {
  display: inline-block;
  width:90%;
  max-width: 280px;
}

.libAboutActionBtn__item+.libAboutActionBtn__item {
  margin-left: 16px
}
@media screen and (max-width: 767px) {
  .libAboutActionBtn__item+.libAboutActionBtn__item {
    margin: 24px auto 0
  }
  .libAboutAction__title {
    font-size: 18px;
  }
}

.libAboutActionBtn__microCopy {
  font-size: 14px;
  margin-bottom: 8px
}

.libAboutActionBtn__link {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 16px;
  text-align: center
}

.libAboutActionBtn__link[data-theme=default] {
  background: #fff;
  border: 1px solid #252a5e;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
  box-shadow: inset 0 -1px 0 0 #eee;
  color: #333;
  color: #252a5e;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.libAboutActionBtn__link[data-theme=default]:hover {
  border: 1px solid #4b54b8;
  border: 1px solid #252a5e;
  -webkit-box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  box-shadow: inset 0 -1px 0 0 #eee,1px 1px 1px 0 hsla(0,0%,87%,.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4b54b8
}

.libAboutActionBtn__link[data-theme=gold] {
  background: #b39b5f;
  -webkit-box-shadow: inset 0 -1px 0 0 #99854d;
  box-shadow: inset 0 -1px 0 0 #99854d;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.libAboutActionBtn__link[data-theme=gold]:hover {
  background: #beaa77
}

.libAboutActionBtn__link[data-theme=primary] {
  background: #252a5e;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.libAboutActionBtn__link[data-theme=primary]:hover {
  background: #2f3578;
  -webkit-box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd;
  box-shadow: inset 0 -1px 0 0 #000,1px 1px 1px 0 #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

