@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*# sourceMappingURL=normalize.min.css.map */
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'fontello';
  src: url('fontello/font/fontello.eot');
  src: url('fontello/font/fontello.eot#iefix') format('embedded-opentype'), url('fontello/font/fontello.woff') format('woff'), url('fontello/font/fontello.ttf') format('truetype'), url('fontello/font/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  width: auto;
}
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  font-family: Noto sans JP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
  color: #333;
}
body {
  position: relative;
  padding-top: 58px;
  overflow-x: hidden;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
a {
  color: #002c76;
  text-decoration: none;
}
a:hover {
  opacity: 0.65;
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
.mt1 {
  margin-top: 10px;
}
.mt2 {
  margin-top: 20px;
}
.mt3 {
  margin-top: 30px;
}
.mt4 {
  margin-top: 40px;
}
.mt5 {
  margin-top: 50px;
}
.mb1 {
  margin-bottom: 10px;
}
.mb2 {
  margin-bottom: 20px;
}
.mb3 {
  margin-bottom: 30px;
}
.mb4 {
  margin-bottom: 40px;
}
.mb5 {
  margin-bottom: 50px;
}
.ml1 {
  margin-left: 10px;
}
.ml2 {
  margin-left: 20px;
}
.ml3 {
  margin-left: 30px;
}
.ml4 {
  margin-left: 40px;
}
.ml5 {
  margin-left: 50px;
}
.mr1 {
  margin-right: 10px;
}
.mr2 {
  margin-right: 20px;
}
.mr3 {
  margin-right: 30px;
}
.mr4 {
  margin-right: 40px;
}
.mr5 {
  margin-right: 50px;
}
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.container.container--full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.container.container--relative {
  position: relative;
}
.container.container--breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.header {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  border-bottom: solid 5px #d6eefb;
}
.header.header--ebook-top {
  margin-bottom: 0;
  border-bottom: none;
}
.header-flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.header__logo {
  margin: 10px 0;
  font-size: 1em;
}
.header__logo * {
  display: block;
}
.header__logo img {
  height: 2.4em;
  line-height: 1;
}
.header__utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav {
  margin-right: 20px;
}
.header__nav > ul {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
}
.header__nav > ul > li {
  margin-right: 20px;
}
.header__nav > ul > li:last-of-type {
  margin-right: 0;
}
.toggleonlineSitesMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: #eee;
  color: #002c76;
  font-size: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[name="onlineSitesMenu"] {
  display: none;
}
.onlineSites {
  display: none;
}
.onlineSitesMenu {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
}
.onlineSitesMenu > span {
  width: 9px;
  height: 9px;
  margin: 5%;
  background: #002c76;
  border-radius: 1px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu > span {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 26px;
  left: 10px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu > span:nth-child(1) {
  transform: rotate(45deg);
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu > span:nth-child(2) {
  transform: rotate(-45deg);
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu > span:nth-child(n+3) {
  display: none;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu > div {
  display: none;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites {
  display: block;
  position: absolute;
  top: 100%;
  right: 15px;
  width: 230px;
  background: #fff;
  border: solid 2px;
  padding: 30px 15px;
  border-radius: 10px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems {
  line-height: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -20px;
  padding: 0;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems > li {
  width: 65px;
  height: 65px;
  margin: 0 15px 20px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems > li > a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  height: 100%;
  border: solid 1px;
  border-radius: 10px;
}
input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSites .linkItems > li > a img {
  margin-bottom: 5px;
}
.searchArticle {
  max-width: 720px;
  margin: 0 0 80px;
}
.searchForm {
  margin: 0 auto;
}
.searchForm__field {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
.searchForm__field:last-child {
  margin-bottom: 0;
}
.searchForm__field > label {
  display: block;
  width: 6em;
  min-width: 6em;
  margin-right: 1em;
}
.searchForm__field .input-group.input-group--tag > label {
  margin-bottom: 0.5em;
}
.searchForm__field .input-group > label {
  display: inline-block;
  margin-right: 1em;
}
.searchForm__field .input-group > label:last-child {
  margin-right: 0;
}
.searchForm__field > input[type="text"] {
  display: block;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #bbb;
  padding: 0.5rem;
}
.searchForm__field.searchForm__field--date input,
.searchForm__field input[type="date"] {
  border: solid 1px #bbb;
  padding: 0.375rem 0.5rem;
}
.searchForm__field.searchForm__field--submit {
  margin-top: 20px;
}
.searchForm__field.searchForm__field--submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #888;
  background: #888;
  color: #fff;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.searchForm__toggleDetails {
  text-decoration: none;
}
.searchForm__toggleDetails:hover {
  text-decoration: none;
}
.searchForm__toggleDetails:after {
  content: "";
  display: inline-block;
  border: solid 2px;
  border-top: none;
  border-left: none;
  width: 8px;
  height: 8px;
  position: relative;
  transform: rotate(45deg);
  top: -3px;
  right: -6px;
}
.searchForm__toggleDetails.active:after {
  transform: rotate(225deg);
  top: 2px;
}
.pcOnly {
  display: block;
}
.pcOnly.pcOnly--flex {
  display: flex;
}
.pcOnly.pcOnly--inline {
  display: inline;
}
.pcOnly.pcOnly--inline-block {
  display: inline-block;
}
.mobileOnly {
  display: none;
}
.mobileOnly.mobileOnly--flex {
  display: none;
}
.mobileOnly.mobileOnly--inline {
  display: none;
}
.mobileOnly.mobileOnly--inline-block {
  display: none;
}
@media all and (max-width: 480px) {
  .pcOnly {
    display: none;
  }
  .pcOnly.pcOnly--flex {
    display: none;
  }
  .pcOnly.pcOnly--inline {
    display: none;
  }
  .pcOnly.pcOnly--inline-block {
    display: none;
  }
  .mobileOnly {
    display: block;
  }
  .mobileOnly.mobileOnly--flex {
    display: flex;
  }
  .mobileOnly.mobileOnly--inline {
    display: inline;
  }
  .mobileOnly.mobileOnly--inline-block {
    display: inline-block;
  }
}
.breadcrumbs {
  margin: 20px 0;
  font-size: 0.75rem;
  line-height: 1;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.breadcrumbs > li {
  display: inline;
  margin-right: 10px;
}
.breadcrumbs > li:after {
  content: ">";
  margin-left: 15px;
}
.breadcrumbs > li:last-child {
  margin-right: 0;
}
.breadcrumbs > li:last-child:after {
  display: none;
}
.mainSlider {
  background: #d6eefb;
  padding: 20px 0;
  margin-bottom: 20px;
}
.mainSlider .swiper {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.mainSlider .swiper-slide {
  display: block;
  width: 75%;
  transform: scale(0.75);
  max-width: 900px;
  position: relative;
}
.mainSlider .swiper-slide > img {
  display: block;
  width: 100%;
}
.mainSlider .swiper-slide-active {
  transform: scale(1);
  z-index: 2;
}
.mainSlider .swiper-slide-prev {
  left: 6%;
  z-index: 1;
}
.mainSlider .swiper-slide-next {
  left: -6%;
  z-index: 1;
}
.bg-ebook {
  background: url(../img/bg-ebook.png);
  background-size: 50px;
  background-position: -25px -25px;
  padding: 20px 0;
}
.bg-secondary {
  background-color: #d6eefb;
}
.listItems {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.listItems.listItems--slider {
  margin: auto;
  width: auto;
}
.listItem {
  width: calc(16.66% - 30px);
  margin: 0 15px 30px;
}
.listItem__thumb {
  position: relative;
  padding: 10px 10px 122%;
  background: #eee;
  height: 0;
}
.listItem__thumb * {
  display: block;
}
.listItem__thumb > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listItem__thumb > a > img {
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
}
.listItem__genreLink > a {
  min-width: 100px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  color: #222;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 15px;
  font-size: 18px;
}
.listItem__genreLink > a:hover {
  background: #ddd;
  opacity: 1;
}
.listItem__author {
  font-size: 0.75em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.listItem__author > * {
  color: inherit;
}
.listItem__text {
  line-height: 1.5;
  margin-top: 5px;
  position: absolute;
  left: auto;
  top: 100%;
  width: 100%;
}
.listItem__title {
  font-size: 0.875em;
}
.listItem__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
}
.listItem__bookmark {
  display: none;
}
.listItem__bookmark .simplefavorite-button {
  background: none;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #002c76;
  cursor: pointer;
}
.listItem__pubDate {
  font-size: 0.75em;
  color: #888;
  display: none;
}
.listItem__desc {
  font-size: 0.75em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.listItem.listItem--slider {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
}
.listItem.listItem--slider .listItem__thumb {
  background: none;
  padding: 0;
  height: auto;
}
.listItem.listItem--slider .listItem__thumb > a {
  position: relative;
  width: auto;
  height: auto;
  top: unset;
  left: unset;
  transform: unset;
}
.listItem.listItem--slider .listItem__thumb > a > img {
  padding: 0;
  max-height: 210px;
  box-shadow: 0px 0px 1px #bbb;
}
.listItem.listItem--category {
  background: #fff;
  width: 140px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px #eee;
}
.itemsSwiper.itemsSwiper--pb100 {
  padding-bottom: 100px;
}
.itemsSwiper .swiper-wrapper {
  align-items: flex-end;
}
.sliderItemSection {
  padding: 15px 25px;
}
.sliderItemSection__headingWrap {
  width: 100%;
  margin: 0 auto 15px;
}
.sliderItemSection__heading {
  margin: 0;
  margin-right: 25px;
  font-size: 1.64em;
}
.sliderItemSection__heading.sliderItemSection__heading--genre {
  font-size: 1.32em;
}
.sliderItemSection__caption {
  margin: 0 0 0 1rem;
}
.sliderItemSection__more {
  position: absolute;
  top: 1.5rem;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}
.sliderItemSection__more > a {
  display: block;
  width: fit-content;
  border-radius: 5px;
  line-height: 1;
}
.sliderItemSection__more > a:after {
  content: "〉";
  display: inline-block;
  position: relative;
  transform: scale(0.8);
}
.itemsSwiper {
  margin: 15px auto;
  overflow: hidden;
}
.swiper-wrapper {
  align-items: flex-end;
}
.ebook .swiper-button-prev,
.ebook .swiper-button-next {
  background: #002c76;
  color: #fff;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 28px;
  transition: all 0.5s ease;
  transform: translateY(-50%);
}
.ebook .swiper-button-prev:hover,
.ebook .swiper-button-next:hover {
  opacity: 0.8;
}
.ebook .swiper-button-prev:after,
.ebook .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  z-index: 1;
}
.ebook .swiper-button-prev:after {
  left: 10px;
  transform: rotate(45deg);
}
.ebook .swiper-button-next:after {
  right: 10px;
  transform: rotate(225deg);
}
.ebook .swiper-button-prev,
.ebook .swiper-rtl .swiper-button-next {
  left: -20px;
}
.ebook .swiper-button-next,
.ebook .swiper-rtl .swiper-button-prev {
  right: -20px;
}
.ebook .swiper-button-next.swiper-button-disabled,
.ebook .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.ebook .mainSlider .swiper-button-prev,
.ebook .mainSlider .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.ebook .mainSlider .swiper-button-prev:after,
.ebook .mainSlider .swiper-button-next:after {
  width: 10px;
  height: 10px;
  top: 10px;
}
.ebook .mainSlider .swiper-button-prev:after {
  left: 12px;
}
.ebook .mainSlider .swiper-button-next:after {
  right: 12px;
}
.ebook .mainSlider .swiper-button-prev,
.ebook .mainSlider .swiper-rtl .swiper-button-next {
  left: calc(((100% - 900px) / 2) - 52px);
}
.ebook .mainSlider .swiper-button-next,
.ebook .mainSlider .swiper-rtl .swiper-button-prev {
  right: calc(((100% - 900px) / 2) - 52px);
}
.ebook .button {
  color: #fff;
  background: #002c76;
  padding: 0.5em 1em;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  display: block;
  text-decoration: none;
  border: solid 1px #002c76;
  transition: all 0.35s ease;
}
.ebook .button:hover {
  background: #fff;
  color: #002c76;
  opacity: 1;
}
.ebook .button.button--login {
  background: #002c76;
  border-color: #002c76;
  font-size: 0.875rem;
  margin: 3px 0;
}
.ebook .button.button--login:hover {
  color: #002c76;
  background: #fff;
}
.ebook .button.button--register {
  background: #e83828;
  border-color: #e83828;
  font-size: 0.875rem;
  margin: 3px 0;
}
.ebook .button.button--register:hover {
  color: #e83828;
  background: #fff;
}
.ebook .button.button--inlineblock {
  display: inline-block;
}
.ebook .button.button--large {
  font-size: 1.12em;
}
.pagenation {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 50px auto 80px;
}
.pagenation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  width: 100%;
  margin: 30px 0;
}
.pagenation .wp-pagenavi * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  border: solid 1px #bbb;
  border-radius: 4px;
  margin: 4px;
}
.pagenation .wp-pagenavi a:hover,
.pagenation .wp-pagenavi span.current {
  background: #e3e3e3;
  color: #666;
  border-color: #ccc;
}
.pagenation .wp-pagenavi .extend {
  background: none;
  border: none;
  margin: 0;
  width: auto;
}
.pagenation .wp-pagenavi .pages {
  width: 100%;
  height: auto;
  margin: 4px auto;
  border: none;
  order: 9;
}
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .previouspostslink,
.pagenation .wp-pagenavi .last,
.pagenation .wp-pagenavi .nextpostslink {
  font-size: 1.6em;
  align-items: baseline;
  margin: 4px;
}
.archiveTitle {
  font-size: 1.4em;
  margin: 0px 0 15px;
}
.archiveContents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.archiveContents.archiveContents--bookmark .listItem__bookmark {
  display: inline-block;
}
.archiveContents > li {
  width: calc(16.66% - 30px);
  margin: 0 15px 30px;
}
.archiveUtility {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.listItem.listItem--archive {
  width: 100%;
  margin: 0;
}
.listItem.listItem--archive .listItem__thumb {
  background: url(../img/bg-ebook.png);
  background-size: 50px;
}
.listItem.listItem--archive .listItem__text {
  position: relative;
}
.itemDetailSection {
  margin-bottom: 80px;
}
.itemDetail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.itemDetail__mainthumb {
  width: calc(100% - 90px);
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemDetail__mainthumb img {
  display: block;
  max-height: 480px;
}
.itemDetail__thumbWrap {
  width: calc(50% - 20px);
  padding: 20px;
  margin-right: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: sticky;
  top: 60px;
  z-index: 1;
  background: url('../img/bg-ebook.png');
  background-size: 50px;
}
.itemDetail__subthumbs {
  width: 80px;
  margin-right: 10px;
  order: 1;
}
.itemDetail__subthumbs > a {
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  background: #fff;
  border: solid 1px #ddd;
  padding: 5px;
}
.itemDetail__subthumbs > a:hover {
  opacity: 1;
}
.itemDetail__subthumbs > a:hover img {
  opacity: 0.7;
}
.itemDetail__subthumbs > a + a {
  margin-top: 5px;
}
.itemDetail__subthumbs > a > img {
  max-height: 100%;
  display: block;
  margin: auto;
  border: solid 1px #eee;
}
.itemDetail__text {
  width: 50%;
  padding-left: 20px;
  min-width: 460px;
}
.itemDetail__tags {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.875em;
}
.itemDetail__tags > a {
  display: inline-block;
  margin: 0 1em 0.25em 0;
}
.itemDetail__tags > a:hover {
  text-decoration: none;
}
.itemDetail__title {
  margin: 0;
  line-height: 1.5;
  font-size: 1.64em;
}
.itemDetail__title .mainTitle {
  margin-right: 0.5em;
}
.itemDetail__title .subtitle {
  font-size: 0.65em;
  display: inline-block;
}
.itemDetail__author {
  margin-bottom: 15px;
}
.itemDetail__author a {
  color: inherit;
}
.itemDetail__author a:hover {
  color: #002c76;
  text-decoration: none;
  opacity: 1;
}
.itemDetail__caption {
  margin: 15px auto 5px;
}
.itemDetail__paper {
  margin: 15px 0;
}
.itemDetail__price {
  color: #888;
  margin: 0 auto 15px;
  display: inline-block;
}
.itemDetail__buttonWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: sticky;
  top: 0px;
  z-index: 2;
  background: #fff;
  padding: 0;
  margin: 15px auto;
}
.itemDetail__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #888;
  color: #fff;
  background: #888;
  padding: 10px;
  line-height: 1;
  min-width: 120px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.35s ease;
}
.itemDetail__button + .itemDetail__button {
  margin-left: 20px;
}
.itemDetail__button:hover {
  opacity: 1;
  text-decoration: none;
}
.itemDetail__button.itemDetail__button--read {
  background: #0044bb;
  border-color: #0044bb;
}
.itemDetail__button.itemDetail__button--read:hover {
  color: #0044bb;
  background: #f8faff;
}
.itemDetail__button.itemDetail__button--sample {
  font-size: 0.84em;
}
.itemDetail__button.itemDetail__button--sample:hover {
  background: #fafafa;
  color: #666;
}
.itemDetail__button.itemDetail__button--buy {
  border-color: #e83828;
  color: #fff;
  background: #e83828;
  font-size: 0.84em;
  display: inline-flex;
  padding: 5px;
  margin-left: 1em;
}
.itemDetail__button.itemDetail__button--buy:hover {
  background: #fff;
  color: #e83828;
}
.itemDetail__tab {
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.itemDetail__tab > a {
  display: block;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 5px;
  margin: 10px 15px 10px 0;
  text-decoration: none;
  opacity: 1;
  background: #f3f3f3;
  min-width: 90px;
}
.itemDetail__tab > a i {
  margin-right: 2px;
}
.itemDetail__tab > a.active {
  background: #0045bb !important;
  color: #fff;
  pointer-events: none;
}
.itemDetail__tab > a:hover {
  background: #dae2fc;
}
.itemDetail__tabContent {
  display: none;
  padding: 20px 0;
}
.itemDetail__tabContent.itemDetail__tabContent.active {
  display: block;
}
.itemDetail__index > ul {
  font-weight: bold;
}
.itemDetail__index ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.itemDetail__index ul ul {
  padding-left: 36px;
  font-weight: normal;
  list-style: disc;
}
.itemDetail__index ul ul ul {
  list-style: circle;
  padding-left: 1em;
}
.itemDetail__content {
  position: relative;
}
.itemDetail__profileWrap {
  background: url(../img/bg-ebook.png);
  background-size: 50px;
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.875em;
}
.itemDetail__profile {
  margin-bottom: 20px;
}
.itemDetail__profile:last-of-type {
  margin-bottom: 0;
}
.itemDetail__profile__title {
  margin: 0 auto;
}
.itemDetail__profile__name {
  font-size: 1em;
  font-weight: bolder;
  margin: 0px auto;
}
.itemDetail__profile__text {
  margin: 0px auto;
}
.itemDetail-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem 0;
}
.itemDetail-share {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
}
.itemDetail-share > * {
  height: 40px;
  width: 40px;
}
.itemDetail-share > * > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  border: solid 1px;
  background: #fff;
  color: #002c76;
}
.itemDetail-share > * > *:hover {
  opacity: 0.7;
}
.itemDetail-share > * + * {
  margin-left: 10px;
}
.itemDetail-share-favorites > * {
  border-color: #888;
  color: #888;
  font-size: 1.25rem;
}
.itemDetail-share-favorites > *:hover {
  color: #ff9800;
  border-color: #ff9800;
}
.itemDetail-share-favorites > *.active {
  border-color: #ff9800;
  color: #fff;
  background: #ff9800;
}
.itemDetail-share-favorites > *.active:hover {
  opacity: 0.7;
}
.itemDetail-share-line > * {
  border-color: #4caf50;
}
.itemDetail-share #share-line {
  fill: #4caf50;
}
.itemDetail-share-twitter > * {
  border-color: #03a9f4;
}
.itemDetail-share #icon-twitter {
  fill: #03a9f4;
}
.itemDetail-share-facebook > * {
  border-color: #3f51b5;
}
.itemDetail-share #icon-facebook {
  fill: #3f51b5;
}
.review {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.review__rating {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-right: 10px;
  line-height: 1;
  color: #ff8800;
}
.review__rating i.icon:before {
  margin: 0 1px;
}
.review__date {
  font-size: 0.875em;
  margin-right: 10px;
  color: #888;
}
.separator {
  background: linear-gradient(90deg, #888, transparent);
  border: none;
  height: 1px;
  display: block;
  position: relative;
}
.mobileMenuWrap {
  display: block;
  position: fixed;
  top: 6px;
  right: 60px;
  width: 300px;
  z-index: 12;
}
.mobileMenu > ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}
.mobileMenu > ul > li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  line-height: 1.15;
  font-size: 11px;
  color: #002c76;
}
.mobileMenu > ul > li.home {
  display: none;
}
.mobileMenu > ul > li.others {
  width: 60px;
}
.mobileMenu > ul > li a:hover {
  text-decoration: none;
  opacity: 1;
}
.mobileMenu.mobileMenu--loggedIn > ul > li {
  width: 20%;
}
.mobileMenu.mobileMenu--loggedIn > ul > li.others {
  position: relative;
  top: unset;
  transform: unset;
  right: unset;
}
.mobileMenu .subMenuWrap {
  display: none;
}
.mobileMenu .subMenu {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  padding-right: 20px;
}
.mobileMenu .subMenu > * {
  width: 100%;
}
.mobileMenu .subMenu > *:last-child {
  margin-bottom: 0!important;
}
.mobileMenu #toggleOther {
  display: none;
}
.mobileMenu #toggleOther + label {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.mobileMenu #toggleOther + label .show {
  display: block;
}
.mobileMenu #toggleOther + label .hide {
  display: none;
}
.mobileMenu #toggleOther:checked + label .show {
  display: none;
}
.mobileMenu #toggleOther:checked + label .hide {
  display: block;
}
.mobileMenu #toggleOther:checked + label + .subMenuWrap {
  display: block;
  position: absolute;
  top: 45px;
  right: 0px;
  overflow: hidden;
  z-index: 1;
  width: 280px;
  height: auto;
  padding: 20px;
  padding-right: 0;
  border: solid 2px #ddd;
  border-radius: 15px;
  background: #fff;
  text-align: right;
}
.mobileMenu .menuList {
  margin: 0 auto 30px;
  list-style: none;
  font-size: 1rem;
  padding: 0;
}
.mobileMenu .menuList.menuList--small {
  font-size: 0.875rem;
}
.mobileMenu .menuList.menuList--small a {
  color: #666;
}
.mobileMenu .menuList > li {
  margin-bottom: 0.75em;
}
.mobileMenu .menuList a:hover {
  text-decoration: underline;
}
.mobileMenu .copyright.copyright--inMenu {
  color: #888;
  margin-bottom: 30px;
}
.mobileMenu .planUpgrade {
  font-size: 1.25rem;
}
.mobileMenu .planUpgrade > a {
  color: #c8a063;
}
.footer {
  margin-top: 100px;
  background: #eee;
  padding: 10px;
}
.footer__navigation {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px -15px;
  font-size: 0.84em;
  width: auto;
}
.footer__navigation > li {
  margin: 0 15px;
}
.footer__logo {
  margin: auto;
  width: 180px;
}
.footer__copyright {
  text-align: center;
  font-size: 11px;
  margin-bottom: 10px;
}
#news .wp-pagenavi > * {
  display: none;
}
#news .icon-loading {
  display: none;
  width: 80px;
  margin: auto;
}
#news.loading .icon-loading {
  display: block;
}
#news.ended .icon-loading {
  display: none;
}
.noscript-message {
  margin-bottom: 15px;
  border: solid 1px red;
  padding: 5px 8px;
  width: fit-content;
  line-height: 1.5;
}
@media all and (max-width: 1100px) {
  .archiveContents > li {
    width: calc(20% - 30px);
  }
}
@media all and (max-width: 920px) {
  .archiveContents > li {
    width: calc(25% - 30px);
  }
}
@media all and (max-width: 820px) {
  body {
    padding-top: 50px;
  }
  .container.container--bookslider {
    padding-right: 0;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border-bottom: solid 1px #ddd;
  }
  .header.header--ebook-top {
    border-bottom: solid 1px #ddd;
  }
  .header__logo {
    margin: 10px 0;
  }
  .header__logo img {
    height: 29px;
  }
  .onlineSitesMenu {
    height: 22px;
  }
  .onlineSitesMenu > div {
    display: none;
  }
  label.toggleonlineSitesMenu {
    width: 50px;
    background: none;
  }
  .mainColumn {
    margin-bottom: 100px;
  }
  .mainSlider {
    padding: 20px;
  }
  .listItem {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
  .listItem.listItem--slider .listItem__thumb > a > img {
    max-height: 182px;
  }
  .listItem__genreLink > a {
    height: 70px;
    min-width: 80px;
  }
  .sliderItemSection {
    padding: 10px 0;
  }
  .sliderItemSection__headingWrap {
    margin-bottom: 10px;
    display: block;
  }
  .sliderItemSection__heading {
    font-size: 1.4em;
  }
  .sliderItemSection__caption {
    font-size: 0.875em;
  }
  .itemsSwiper {
    margin: 10px auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .ebook .mainSlider .swiper-button-next,
  .ebook .mainSlider .swiper-button-prev {
    display: block;
  }
  .ebook .mainSlider .swiper-button-next {
    right: 5px;
  }
  .ebook .mainSlider .swiper-button-prev {
    left: 5px;
  }
  .itemDetail {
    display: block;
  }
  .itemDetail__thumbWrap {
    width: 100%;
    margin: 30px auto;
    align-items: flex-end;
    flex-direction: column;
    max-width: 640px;
    position: unset;
    z-index: unset;
    padding: 15px;
  }
  .itemDetail__mainthumb {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  .itemDetail__mainthumb img {
    max-height: 35vh;
  }
  .itemDetail__subthumbs {
    order: 2;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
  .itemDetail__subthumbs > a {
    width: 70px;
    height: 70px;
    margin: 8px 4px 0px;
  }
  .itemDetail__subthumbs > a + a {
    margin-top: 0;
  }
  .itemDetail__text {
    width: 100%;
    max-width: 640px;
    min-width: 0px;
    margin: auto;
    padding: 0;
  }
  .mobileMenuWrap {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: solid 1px #888;
    width: 100%;
    z-index: 9999;
    font-size: 0.75em;
  }
  .mobileMenu > ul {
    justify-content: center;
  }
  .mobileMenu > ul > li {
    justify-content: center;
  }
  .mobileMenu > ul > li.home {
    display: flex;
  }
  .mobileMenu > ul > li.others {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mobileMenu.mobileMenu--loggedIn > ul {
    justify-content: space-between;
  }
  .mobileMenu.mobileMenu--loggedIn > ul > li.others {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
  .mobileMenu #toggleOther:checked + label + .subMenuWrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    top: unset;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
    padding: 70px 15px;
    border: none;
    border-radius: 0;
  }
  .footer {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .ebook .mainSlider .swiper-button-prev,
  .ebook .mainSlider .swiper-rtl .swiper-button-next {
    right: unset;
  }
  .ebook .mainSlider .swiper-button-next,
  .ebook .mainSlider .swiper-rtl .swiper-button-prev {
    left: unset;
  }
  .archiveContents > li {
    width: calc(33.33% - 30px);
  }
}
@media all and (max-width: 480px) {
  html {
    font-size: 15px;
    line-height: 1.5;
  }
  .header {
    padding: 10px 5px;
  }
  .header__logo {
    margin: 0;
    font-size: 1.24em;
  }
  .header__nav {
    margin-right: 0;
  }
  .header__nav > ul {
    margin: 0;
  }
  .header__nav > ul > li {
    margin-right: 10px;
    font-size: 0.875em;
  }
  .header__searchbox {
    display: none;
  }
  input[name="onlineSitesMenu"]:checked + label.toggleonlineSitesMenu .onlineSitesMenu > span {
    top: 20px;
    left: 6px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ebook .mainSlider {
    padding: 20px 5px;
  }
  .ebook .mainSlider .swiper-slide {
    width: 100%;
    transform: none;
  }
  .ebook .mainSlider .swiper-slide-prev {
    left: unset;
  }
  .ebook .mainSlider .swiper-slide-next {
    left: unset;
  }
  .ebook .mainSlider .swiper-button-next,
  .ebook .mainSlider .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .ebook .mainSlider .swiper-button-next:after,
  .ebook .mainSlider .swiper-button-prev:after {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .ebook .mainSlider .swiper-button-prev {
    left: 2px;
  }
  .ebook .mainSlider .swiper-button-prev:after {
    left: 9px;
  }
  .ebook .mainSlider .swiper-button-next {
    right: 2px;
  }
  .ebook .mainSlider .swiper-button-next:after {
    right: 9px;
  }
  .main {
    margin-top: 15px;
  }
  .main.main--top {
    margin-top: 0px;
  }
  .listItems {
    margin-left: -10px;
    margin-right: -10px;
  }
  .listItem {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }
  .listItem.listItem--slider .listItem__thumb {
    min-width: 110px;
  }
  .listItem.listItem--slider .listItem__thumb > a {
    justify-content: flex-start;
  }
  .listItem.listItem--slider .listItem__thumb > a > img {
    max-height: 160px;
  }
  .listItem.listItem--category {
    width: 110px;
    max-height: 160px;
  }
  .listItem.listItem--category > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .listItem__genreLink > a {
    font-size: 1.08em;
  }
  .sliderItemSection__heading {
    font-size: 1.16em;
    margin-right: 0;
  }
  .sliderItemSection__more {
    font-size: 0.875em;
    top: 50%;
  }
  .pagenation {
    margin: 40px auto 60px;
  }
  .pagenation > ul > li + li {
    margin-left: 15px;
  }
  .archiveTitle {
    font-size: 1.2em;
  }
  .archiveContents > li {
    width: calc(50% - 30px);
  }
  .itemDetailSection {
    margin-bottom: 50px;
  }
  .itemDetail__thumbWrap {
    margin: 15px auto;
    display: block;
  }
  .itemDetail__mainthumb {
    justify-content: center;
    width: 100%;
  }
  .itemDetail__subthumbs {
    width: 100%;
    justify-content: center;
  }
  .itemDetail__subthumbs > a {
    width: 60px;
    height: 60px;
    margin-top: 12px;
  }
  .itemDetail__heading {
    font-size: 1.4em;
    margin-bottom: 0px;
  }
  .itemDetail__title {
    font-size: 1.32em;
    line-height: 1.3;
  }
  .itemDetail__author {
    margin-bottom: 0;
  }
  .itemDetail__caption {
    margin: 0 auto 10px;
  }
  .itemDetail__buttonWrap {
    width: 100%;
    padding: 10px 0;
    margin: 5px auto;
  }
  .itemDetail__button {
    padding: 10px;
    min-width: 100px;
    font-size: 0.875em;
    width: calc(50% - 10px);
  }
  .itemDetail__button + .itemDetail__button {
    margin-left: 20px;
  }
  .itemDetail__button.itemDetail__button--buy {
    width: auto;
    padding: 5px 10px;
  }
  .itemDetail__paper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .itemDetail__price {
    margin: 0;
  }
  .itemDetail__tab {
    width: 100%;
  }
  .itemDetail__tab a {
    margin: 6px 10px 6px 0;
  }
  .searchForm__field {
    display: block;
    align-items: baseline;
  }
  .searchForm__field > label {
    width: 100%;
    margin: 0 0 5px;
  }
  .searchForm__field input[type="text"] {
    width: 100%;
  }
  .searchForm__field input[type="date"] {
    width: calc(100% - 2em);
  }
  .searchForm__field.searchForm__field--date .input-group {
    padding-left: 14px;
  }
  .searchForm__field.searchForm__field--date .input-group > * {
    margin-bottom: 0.75rem;
  }
  .searchForm__field.searchForm__field--date .label {
    width: 4.5em;
  }
  .searchForm__field .input-group.input-group--tag {
    margin-top: 8px;
  }
  .footer {
    display: none;
    padding: 10px 0;
    margin-top: 30px;
  }
  .footer__nav {
    margin: 10px 0;
  }
  .footer__nav ul {
    flex-wrap: wrap;
    font-size: 0.875em;
  }
  .footer__logo {
    font-size: 0.875em;
    line-height: 1;
  }
  .footer__copyright {
    margin-bottom: 0;
  }
}
