@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html {
  color: #333;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

/* IE10以降 游ゴシック文字ずれ対応 */

@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
  }
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

svg {
  overflow: hidden;
}

p {
  margin: 0;
  padding: 0;
  -webkit-margin-after: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}


.inner-block {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  max-width: 1044px;
  width: 100%;
}

@media screen and (max-width: 1065px) {
  .inner-block {
    padding: 0 20px;
  }
}

#wrapper {
  position: relative;
}

main {
  border-top: 1px solid #eee;
  display: block;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

/*------------------------------------------------------------------------------
  common-parts
------------------------------------------------------------------------------*/

/* btn
----------------------------------------*/

/* common-btn */

.common-btn {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  min-width: 260px;
  padding: 14px 0;
  position: relative;
  text-align: center;
}

.common-btn.special {
  background-color: #23baec;
  box-shadow: 0 2px #2382a2;
}

.common-btn.series {
  background-color: #9eb2b8;
  box-shadow: 0 2px #798e94;
}

.common-btn.trial {
  background: url(../img/common/read_icon.svg) no-repeat 16px center #e3394e;
  background-size: 21px auto;
  box-shadow: 0 2px #923641;
  padding-left: 20px;
}

.common-btn.present {
  background: url(../img/common/present_icon.svg) no-repeat 16px center #a5b359;
  background-size: 30px auto;
  box-shadow: 0 2px #7d8744;
  padding-left: 20px;
}

.common-btn.comic {
  background: url(../img/common/comic_icon.svg) no-repeat 16px center #e49c1f;
  background-size: 21px auto;
  box-shadow: 0 2px #a27830;
  padding-left: 40px;
  padding-right: 5px;
}

.common-btn.pashup {
  background: url(../img/common/pashup_icon.svg) no-repeat 16px center #e081a5;
  background-size: 21px auto;
  box-shadow: 0 2px #a03960;
  padding-left: 40px;
  padding-right: 5px;
}

.common-btn.pashup:hover {
  background-color: #c16185;
}

.common-btn.trial02 {
  min-width: 288px;
}

.common-btn.back {
  background-color: #f5f5f5;
  color: #23baec;
  box-shadow: 0 2px #d8d8d8;
}

.common-btn.has-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.common-btn .small {
  display: block;
  font-size: 12px;
}


@media screen and (max-width: 900px) {
  .common-btn {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .common-btn.trial {
    background-size: auto 20px;
    background-position: 15px center;
  }

  .common-btn.pashup,
  .common-btn.comic {
    background-size: auto 20px;
    background-position: 15px center;
  }
}

@media screen and (min-width: 641px) {
  .common-btn.special:hover {
    background-color: #1d98c0;
  }

  .common-btn.trial:hover {
    background-color: #bf162b;
  }

  .common-btn.present:hover {
    background-color: #9aac39;
  }

  .common-btn.comic:hover {
    background-color: #d48600;
  }

  .common-btn.series:hover {
    background-color: #8d9ea4;
  }

  .common-btn.back:hover {
    background-color: #eee;
  }
}

/* btn-company */

.btn-company {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 2px #ccc;
  display: inline-block;
  text-align: center;
}

.btn-company img {
  max-height: 68px;
}

@media screen and (min-width: 641px) {
  .btn-company:hover {
    border-color: #23baec;
  }
}

/* btn-area
----------------------------------------*/

/* btn-area */

.btn-area {
  text-align: center;
  padding: 20px 0;
  background: #fbfbfb;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (min-width: 641px) {
  .btn-area a {
    width: 35%;
    padding: 20px 0;
    font-size: 22px;
    font-weight: bold;
  }
}

/* btn-area-buy */

.btn-area-buy {
  background-color: #eee;
  padding: 16px;
  font-size: 0;
}

.embed-header-text {
  font-size: 16px;
  margin: 0 0 10px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .btn-area-buy .btn-company {
    width: 32.3%;
    margin-right: 1.5%;
  }

  .btn-area-buy .btn-company:nth-of-type(3n) {
    margin-right: 0;
  }

  .btn-area-buy .btn-company:nth-of-type(n + 4) {
    margin-top: 1.5%;
  }
}

/* btn-block
----------------------------------------*/

.btn-block {
  background-color: #eee;
  border-radius: 4px;
  font-size: 0;
  border: 12px solid #eee;
  padding: 0 0 2px;
  overflow: hidden;
}

.btn-block a {
  min-width: 100%;
}

@media screen and (min-width: 641px) {
  .btn-block a:not(:only-child) {
    width: calc(50% - 8px);
    min-width: 1px;
  }

  .btn-block a:not(:first-child) {
    margin-left: 16px;
  }

  .btn-block.only {
    width: -webkit-calc(50% + 4px);
    width: calc(50% + 4px);
  }
}

/* link
----------------------------------------*/

/* common-link */

.common-link,
.common-link02 {
  color: #22baec;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 641px) {
  .common-link02:hover,
  .common-link:hover {
    border-color: #22baec;
  }
}

/* common-link02 */

.common-link02 {
  color: #333;
}

@media screen and (min-width: 641px) {
  .common-link02:hover {
    color: #22baec;
  }
}

/* common-link-cover */

.common-link-cover {
  display: inline-block;
  position: relative;
}

.common-link-cover:after {
  box-shadow: inset 0 0 0 1px #22baec;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 641px) {
  .common-link-cover:hover:after {
    opacity: 1;
  }
}

/* form
----------------------------------------*/

/* select */

.select {
  background: url(../img/series/select_arrow_box_off.png) no-repeat center right #fff;
  background-size: auto 40px;
  width: 100%;
  background-color: transparent;
  height: 40px;
  border-radius: 0 4px 4px 0;
  padding: 0 50px 0 12px;
  cursor: pointer;
  border: solid 1px #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
}

.select:focus,
.select:hover {
  border-color: #23baec;
}

.select:focus {
  background-image: url(../img/series/select_arrow_box_on.png);
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

.header-logo a {
  display: block;
  width: 230px;
}

.header-logo a img {
  height: 100%;
}

.header .inner-block {
  height: 76px;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
}

.header-nav {
  float: right;
  font-size: 0;
}

.header-nav ul li {
  width: 156px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}

.header-nav ul li:not(:last-child) {
  margin-left: 5px;
}

.header-nav ul li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  height: 76px;
  position: relative;
  padding-top: 40px;
}

.header-nav ul li a:before,
.header-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  background-color: #23baec;
  left: 0;
  width: 100%;
}

.header-nav ul li a:before {
  top: 0;
  opacity: 0;
}

.header-nav ul li.current a:before {
  opacity: 1;
}

.header-nav ul li.current a:after {
  display: none;
}

.header-nav ul li a:after {
  bottom: 0;
}

.header-nav ul li.header-search {
  width: 224px;
  border-bottom: 4px solid #b2b2b2;
  margin-left: 34px;
  text-align: right;
  position: relative;
}

.header-nav ul li.current a {
  padding-top: 28px;
  -webkit-transition: none;
  transition: none;
}

.header-nav ul li.header-search input {
  width: 100%;
  padding: 9px 44px 9px 13px;
  outline: 0;
  border: 0;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-nav ul li.header-search input:focus {
  background: #eee;
}

.header-nav ul li.header-search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 44px;
  background: none;
}

.header-search-img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 641px) {
  .header-nav ul li a:hover,
  .header-nav ul li.current a {
    color: #22baec;
  }

  .header-nav ul li a:hover:before,
  .header-nav ul li.current a:hover:before {
    opacity: 1;
  }

  .header-nav ul li a:hover:after {
    opacity: 0;
  }

  .header-search:hover .header-search-img {
    opacity: 0.7;
  }

  .header-search:after,
  .header-search:before {
    position: absolute;
    bottom: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    background: #333;
    transition: 1s;
  }

  .header-search:before {
    left: 50%;
  }

  .header-search:after {
    right: 50%;
  }

  .header-search:hover:before,
  .header-search:hover:after {
    width: 50%;
  }
}

@media screen and (max-width: 1065px) {
  .header .inner-block {
    height: 60px;
  }
  
  .header .header-nav ul li.current a {
    padding-top: 22px;
  }
  
  .header-logo a {
    width: 150px;
  }

  @media screen and (min-width: 641px) {
    .header-nav ul li a {
      font-size: 13px;
      height: 60px;
    }

    .header-nav ul li.header-search {
      width: 125px;
    }

    .header-nav ul li:nth-of-type(-n + 4) {
      width: auto;
    }

    .header-nav ul li:nth-of-type(-n + 4) a {
      padding: 30px 1em 0;
    }

    .header-nav ul li.header-search {
      margin-left: 10px;
    }

    .header-nav ul li.header-search button {
      width: 35px;
    }
  }
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

.footer .outer-block {
  background-color: #23baec;
  position: relative;
}

.footer .inner-block {
  position: relative;
}

.footer-list {
  display: block;
  padding: 36px 0;
}

.footer-list li {
  display: inline-block;
  padding-right: 10px;
}

.first-list li:nth-of-type(4) {
  border-right: 1px solid #fff;
  padding: 6px 23px 6px 0;
}

.footer-list li:nth-of-type(5) {
  padding-left: 23px;
}

.footer-list li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.footer-list .second-list li {
  padding-right: 0;
}
.footer-list .second-list li + li {
  padding-left: 10px;
}
.footer-list .third-list li {
  padding-right: 30px;
}

@media screen and (max-width: 900px) {
  .footer-list li a {
    font-size: 14px;
  }
}

.footer-sns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.footer-sns li a {
  display: block;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: #fff;
}

.footer-sns li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.footer-sns li:last-of-type {
  margin-right: 0;
}

.footer-sns img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.footer-sns li:last-of-type img {
  left: 5px;
  top: 49%;
}

.copyright {
  background: #fff;
}

.copyright p {
  color: #999;
  padding: 39px 0;
  text-align: right;
  margin: 0 auto;
}

.first-list {
  float: left;
}

.second-list {
  float: left;
}

.second-list li:first-of-type {
  padding: 6px 0 6px 30px;
}

.second-list li:last-of-type {
  padding: 0 0 0 40px;
}

.third-list {
  clear: both;
  padding-right: 170px;
  padding-top: 30px;
}

.third-list li {
  margin-top: 10px;
}

.third-list .head {
  border-top: 1px solid #fff;;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 20px;
}

@media screen and (min-width: 641px) {
  .footer-sns li a:hover {
    background-color: #b0e4f5;
  }

  .footer-list li a:hover {
    border-color: #fff;
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 1065px) {
  .footer-sns {
    text-align: center;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  
  .footer .inner-block {
    height: auto;
  }
  
  .footer-list li:nth-of-type(4) {
    border: 0;
    padding-right: 0;
  }

  .second-list li:first-of-type {
    padding-left: 0;
  }

  .footer-list {
    text-align: center;
  }
  
  .footer-sns {
    padding-top: 30px;
  }
  
  .first-list {
    display: block;
    float: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }
  
  .second-list {
    display: block;
    float: none;
    padding-top: 15px;
  }

  .third-list {
    padding-top: 15px;
    padding-right: 0;
  }
}

/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/

.pagetop {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
}

.pagetop .inner-block {
  position: relative;
}

.pagetop a {
  position: absolute;
  margin-bottom: 45px;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b0e4f5;
}

.pagetop a img {
  padding: 17px 12px;
}

@media screen and (max-width: 1065px) {
  .pagetop a {
    right: 20px;
  }
}

@media screen and (min-width: 641px) {
  .pagetop a:hover {
    background-color: #23baec;
  }
}

/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/

main.top {
  border: 0;
}

.bg-box {
  height: 392px;
  background-color: #44484b;
  opacity: 0;
}

.slider {
  margin-top: -355px;
}

.slider li {
  opacity: 0;
}

.slider .slick-slide {
  margin: 0 14px;
}

.slick-slide a {
  position: relative;
}

.slick-slide a:after {
  position: absolute;
  content: "";
  display: inline-block;
  box-shadow: inset 0 0 0 8px rgba(35,186,236,0.5);
  height: 100%;
  width: 100%;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slick-dots {
  opacity: 0;
}

.inner-block.dots {
  opacity: 0;
}

.top .outer-block.cont01 {
  background-color: #fbfbfb;
}

.top .cont01 .inner-block {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.top-ttl {
  font-size: 24px;
  color: #1fb9ec;
  padding-top: 60px;
  margin-bottom: 25px;
}

.top-txt01 {
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px 5px 0;
  margin-left: -15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-txt01 span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

.top-txt01-left {
  vertical-align: top;
  color: #999;
  display: inline-block;
  margin-left: 15px;
}

.top-txt01-right {
  width: 725px;
  color: #333;
  display: inline-block;
  float: right;
}

.contents-block.outer-block.slide{
  background: url(../img/common/gif-load.gif) #fbfbfb no-repeat center center;
  height: 445px;
}

.cont01-block .top-txt01:last-of-type {
  margin-bottom: 0;
}

.cont01-right-block {
  text-align: center;
  position: relative;
}

.right-banner-block {
  border: 1px solid #eee;
  margin: 40px 0 0;
  padding: 10px;
}

@media screen and (min-width: 641px) {
  .cont01-left-right-block {
    display: table;
    width: 100%;
  }

  .cont01-left-block {
    border-right: 1px dashed #ccc;
    width: 880px;
    display: table-cell;
    vertical-align: middle;
  }

  .cont01-right-block {
    width: 14%;
    min-width: 130px;
    display: table-cell;
    vertical-align: middle;
  }
}

.more {
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  display: block;
  transition: 0.3s ease-in-out;
  position: relative;
}

.more:after {
  display: block;
  content: "";
  background-image: url(../img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 5px;
  position: absolute;
  right: 22px;
  bottom: 7px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cont01-right-block svg {
  position: relative;
  left: 10px;
  overflow: hidden;
}

.cont01-right-block .cls-1 {
  fill: #999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-img-list {
  font-size: 0;
}

.top-img-list a {
  display: block;
  position: relative;
}

.top-img-list li {
  display: inline-block;
  margin-right: 12px;
  width: -webkit-calc((100% - 36px) / 4);
  width: calc((100% - 36px) / 4);
  vertical-align: top;
}

.top-img-list li:nth-of-type(4n) {
  margin-right: 0;
}

.top-img-list li:nth-of-type(n + 5) {
  margin-top: 30px;
}

.top-img-list .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.top-img-list .img:after {
  box-shadow: inset 0 0 0 1px #22baec;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-img-list .ttl {
  border-bottom: 1px solid transparent;
  color: #23baec;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-img-list-new {
  font-size: 13px;
  padding: 0 12px;
  background-color: #e3394e;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: 8px;
}

@media screen and (min-width: 641px) {
  .top-img-list a:hover .img:after {
    opacity: 1;
  }
  
  .top-img-list a:hover .ttl {
    border-color: #22baec;
  }
}

.top .cont02-block {
  margin-bottom: 80px;
}

.cont02-left-block {
  float: left;
  width: 64.5%;
}

.cont02-right-block {
  float: right;
  margin-top: -60px;
  width: 31.3%;
}

.banner-block {
  margin-bottom: 53px;
  text-align: center;
}

.banner-block a {
  display: block;
}

.banner-block ul {
  font-size: 0;
}

.banner-block li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 901px) {
  .banner-block li {
    margin-left: 32px;
    width: -webkit-calc((100% - 64px) / 3);
    width: calc((100% - 64px) / 3);
  }

  .banner-block li:nth-of-type(n + 4) {
    margin-top: 32px;
  }

  .banner-block li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .banner-block li {
    margin-left: 20px;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }

  .banner-block li:nth-of-type(odd) {
    margin-left: 0;
  }

  .banner-block li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.twitter-timeline-block {
  border: 1px solid #eee;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .slick-slide a:hover:after {
    opacity: 1;
  }
  
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #22baec;
    -webkit-transform: scale(1.18, 1.18);
    transform: scale(1.18, 1.18);
  }

  .slick-prev:hover:after {
    background-image: url(../img/common/arrow02_left_white.svg);
  }

  .slick-next:hover:before {
    background-image: url(../img/common/arrow02_right_white.svg);
  }

  .top-txt01:hover {
    background-color: #22baec;
  }

  .top-txt01:hover span {
    color: #fff;
  }

  .cont01-right-block:hover {
    background-color: #22baec;
  }

  .cont01-right-block:hover .more {
    color: #fff;
  }

  .cont01-right-block:hover .more:after {
    background-image: url(../img/common/arrow01_white.svg);
  }

  .cont02 .top-ttl {
    padding-top: 52px;
  }
}

@media screen and (max-width: 1065px) {
  .slider .slick-dots {
    right: 0;
  }

  .top-txt01 .right {
    width: auto;
  }

  .slider {
    margin-top: 0;
  }

  .bg-box {
    display: none;
  }

  .slider {
    margin-top: 0;
  }
  
  .slider .slick-dots li {
    left: 0;
  }
  
  .top-txt01 {
    padding: 5px 10px;
  }
  
  .top-txt01 .left {
    float: none;
    display: block;
    margin: 0;
  }
  
  .top-txt01 .right{
    float: none;
    display: block;
  }

  .top-img-list {
    margin: 0 auto;
  }

  .contents-block.outer-block.slide {
    height: 39.84vw;
  }
  
  .top-ttl {
    padding-top: 50px;
  }
  
  .top-txt01 {
    margin-left: -10px;
  }
  
  .top .cont01 .inner-block {
    margin-top: -18px;
  }
  
  .cont01-left-block {
    width: auto;
  }
  
  .slider .slick-slide {
    margin: 14px 14px 0;
  }
  
  @media screen and (min-width: 641px) {
    .top .slick-dotted.slick-slider {
      padding: 0;
      margin: 0 0 30px;
    }
    
    .top-txt01-right {
      width: 80%;
    }
    
    .top-txt01-left {
      margin-left: 0;
    }
  }
}


@media screen and (max-width: 900px) {
  .cont02-right-block {
    float: none;
    margin: 60px auto 0;
  }

  .cont02-left-block {
    float: none;
    width: auto;
  }

  .top-txt01-right {
    width: auto;
    float: none;
  }

  .top-txt01 span {
    display: block;
  }
  
  .top-txt01-left {
    margin-left: 0;
  }
  
  .cont02-right-block {
    width: 65%;
  }
}

/*------------------------------------------------------------------------------
  breadcrumb
------------------------------------------------------------------------------*/

.bread-block {
  border-top: 1px solid #eee;
  margin-top: 115px;
}

.bread-list-block {
  padding: 16px 0;
}

.bread-arrow {
  color: #999;
}

.bread-list {
  display: inline;
  color: #999;
  line-height: 2;
}

.bread-list-block .bread-list a {
  color: #22baec;
  line-height: 2;
}

/*------------------------------------------------------------------------------
  page-ttl
------------------------------------------------------------------------------*/

.page-ttl {
  background: #f5f5f5;
}

.page-ttl .ttl {
  color: #333;
  font-size: 28px;
  padding: 65px 0;
  text-align: center;
}

/* search */

.page-ttl.search {
  background: #fff;
}

.page-ttl.search .ttl {
  font-weight: bold;
}

/* series-books */

.page-ttl.series-books {
  background: #fff;
}

.page-ttl.series-books .ttl {
  font-size: 36px;
  padding: 70px 0 50px;
}

/* book-detail */

.page-ttl.book-detail {
  background: #fff;
  text-align: center;
}

.page-ttl.book-detail .inner-block {
  padding: 55px 0;
}

.page-ttl.book-detail .ttl {
  font-size: 36px;
  font-weight: bold;
  display: block;
  padding: 0;
}

.page-ttl .name,
.page-ttl .sub {
  font-size: 24px;
  display: block;
}

@media screen and (max-width: 900px) {
  .page-ttl .ttl {
    font-size: 24px;
  }
  
  .page-ttl.type02 .ttl,
  .page-ttl.series-books .ttl,
  .page-ttl.book-detail .ttl {
    font-size: 28px;
  }

  .page-ttl .name,
  .page-ttl .sub {
    font-size: 18px;
  }
}

/*------------------------------------------------------------------------------
  page-nav
------------------------------------------------------------------------------*/

.page-nav {
  padding: 32px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.page-nav.type02 {
  border-top: 1px solid #e5e5e5;
}

.page-nav.under {
  border-top: 1px solid #eee;
  border-bottom: none;
}

/* pagination
----------------------------------------*/

.pagination {
  font-size: 0;
  float: right;
}

.pagination li {
  font-size: 16px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}

.pagination li:last-of-type {
  margin-right: 0;
}

.pagination a,
.pagination .current {
  border-radius: 4px;
  display: block;
  padding: 9px 0;
  text-align: center;
  width: 40px;
  height: 40px;
}

.pagination li a {
  color: #23baec;
}

.pagination .current {
  background-color: #23baec;
  color: #fff;
}

.pagination li .next,
.pagination li .prev {
  background-color: #f5f5f5;
  font-size: 0;
  position: relative;
}

.pagination li .prev:after,
.pagination li .next:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8px;
  height: 13px;
}

.pagination li .prev:after {
  background-image: url(../img/common/arrow02_left_blue.svg);
}

.pagination li .next:after {
  background-image: url(../img/common/arrow02_right_blue.svg);
}

@media screen and (min-width: 641px) {
  .pagination li a:not(.prev):not(.next):hover {
    background-color: #f5fcff;
  }

  .pagination li .prev:hover,
  .pagination li .next:hover {
    background-color: #23baec;
  }

  .pagination li .prev:hover:hover:after {
    background-image: url(../img/common/arrow02_left_white.svg);
  }

  .pagination li .next:hover:after {
    background-image: url(../img/common/arrow02_right_white.svg);
  }
}

/* pagefeed
----------------------------------------*/

.pagefeed {
  font-size: 0;
  float: right;
}

.pagefeed li {
  display: inline-block;
}

.pagefeed li + li {
  margin-left: 20px;
}

.pagefeed li a {
  background: no-repeat #23baec;
  background-size: 8px 14px;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  width: 100px;
  height: 40px;
}

.pagefeed .prev {
  background-image: url(../img/common/arrow02_left_white.svg);
  background-position: 12px center;
  padding-left: 20px;
}

.pagefeed .next {
  background-image: url(../img/common/arrow02_right_white.svg);
  background-position: right 12px center;
  padding-right: 20px;
}

@media screen and (min-width: 641px) {
  .pagefeed a:hover {
    background-color: #1d98c0;
  }
}

/* btn-select
----------------------------------------*/

.btn-select {
  display: block;
  float: left;
  width: 288px;
}

/* search-number-block
----------------------------------------*/

.search-number-block {
  font-size: 0;
  float: left;
  line-height: 1;
  margin-top: 20px;
}

.search-number-block .big {
  font-size: 20px;
}

.search-number-block .all,
.search-number-block .num {
  font-size: 16px;
  display: inline-block;
}

.search-number-block .all {
  margin-right: 1em;
}

/*------------------------------------------------------------------------------
  info
------------------------------------------------------------------------------*/
.info-list {
  margin: 20px 0;
}

.info-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.info-list li:last-child {
  border-bottom: none;
}

.info-list .ttl {
  font-size: 18px;
  margin-left: 97px;
}

.info-list .ttl .date {
  color: #999;
  display: block;
}

.info-tag {
  background-color: #66b3cc;
  color: #fff;
  display: table;
  float: left;
  line-height: 1.2;
  margin-top: 0.5em;
  padding: 5px 0;
  text-align: center;
  min-height: 44px;
  width: 72px;
}

.info-tag .txt {
  display: table-cell;
  vertical-align: middle;
}

.info-tag.color01 {
  background-color: #d0747f;
}

.info-tag.color02 {
  background-color: #dfb04a;
}

.info-tag.color03 {
  background-color: #a6b845;
}

.info-tag.color04 {
  background-color: #9791a9;
}

/*------------------------------------------------------------------------------
  info / detail
--------------------------------------------------------------------
----------*/
.article-ttl {
  margin-bottom: 25px;
}

.article-ttl .ttl {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  padding: 62px 0 25px 0;
  text-align: center;
}

.article-ttl .date {
  border-top: 1px solid #e5e5e5;
  color: #333;
  font-size: 16px;
  padding-top: 15px;
  text-align: right;
}

.article-block,
.wp-editor.post-type-info {
  font-size: 16px;
  line-height: 1.75;
  max-width: 832px;
  margin: 0 auto 60px;
}

.page .article-block {
  margin-top: 60px;
}

.article-block a,
.wp-editor.post-type-info a {
  border-bottom: 1px solid transparent;
  color: #22baec;
}

@media screen and (min-width: 641px) {
  .article-block a:hover {
    border-color: #22baec;
  }
}

.article-block h1,
.wp-editor.post-type-info h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  padding: 62px 0 25px 0;
  text-align: center;
}

.article-block .date,
.wp-editor.post-type-info .date {
  border-top: 1px solid #e5e5e5;
  color: #333;
  font-size: 16px;
  padding-top: 15px;
  text-align: right;
}

.article-block h2,
.wp-editor.post-type-info h2 {
  border-left: solid 4px #22baec;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 34px;
  padding: 10px 0 10px 25px;
}

.article-block h3,
.wp-editor.post-type-info h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 58px 0 34px;
  padding-left: 30px;
  position: relative;
}

.article-block h3:before,
.wp-editor.post-type-info h3:before {
  background-color: #22baec;
  content: '';
  position: absolute;
  top: 15px;
  left:0;
  width: 20px;
  height: 2px;
}

.article-block h4,
.wp-editor.post-type-info h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 44px 0 30px;
  padding-left: 20px;
  position: relative;
}

.article-block h4:before,
.wp-editor.post-type-info h4:before {
  background-color: #22baec;
  content: '';
  position: absolute;
  top: 10px;
  left:0;
  width: 8px;
  height: 8px;
}

.article-block ul,
.wp-editor.post-type-info ul {
  margin: 1em 0;
}

.article-block ul li:before,
.wp-editor.post-type-info ul li:before {
  content: '・';
}

.article-block ol,
.wp-editor.post-type-info ol {
  padding-left: 20px;
}

.article-block .img-box,
.wp-editor.post-type-info .img-box {
  margin: 0 auto 64px;
  text-align: center;
}

.article-block .img-box figure,
.wp-editor.post-type-info .img-box figure {
  display: inline-block;
  margin: 0;
}

.article-block img,
.wp-editor.post-type-info img {
  height: auto;
}

.article-block .img-box figcaption,
.wp-editor.post-type-info .img-box figcaption {
  font-size: 14px;
  padding-top: 16px;
  text-align: left;
}

/*------------------------------------------------------------------------------
  books
------------------------------------------------------------------------------*/

/* common-data
----------------------------------------*/

.common-data {
  margin: 28px 0 55px;
  font-size: 0;
}

.common-data li {
  display: inline-block;
  text-align: center;
  margin: 0 5px 5px 0;
}

.common-data li a,
.common-data li .current {
  border-radius: 4px;
  color: #22baec;
  display: block;
  font-size: 16px;
  padding: 19.5px 0;
  width: 128px;
}

.common-data li .current {
  background-color: #22baec;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .common-data li a:hover {
    background: #f5fcff;
  }
}

@media screen and (max-width: 900px) {
  .common-data li a,
  .common-data li .current {
    font-size: 15px;
  }
}

/* books-archive-ttl
----------------------------------------*/

.books-archive-ttl {
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.4; 
}

.books-archive-ttl .new {
  color: #e3394e;
}

.books-list + .books-archive-ttl {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .books-archive-ttl {
    font-size: 18px;
  }
}

/* books-list
----------------------------------------*/

@media screen and (min-width: 641px) {
  .books-list li {
    float: left;
    width: -webkit-calc(50% - 37px);
    width: calc(50% - 37px);
  }

  .books-list li:nth-child(odd) {
    clear: both;
    margin-right: 74px;
  }

  .books-list li:nth-child(n+3) {
    margin-top: 40px;
  }

  @media screen and (max-width: 900px) {
    .books-list li {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
    }

    .books-list li:nth-child(odd) {
      margin-right: 40px;
    }
  }
}

.books-list .img,
.books-list .info {
  display: table-cell;
  vertical-align: top;
}

.books-list li .img {
  width: 40%;
}

.books-list li .info {
  padding-left: 30px;
  width: 60%;
}

@media screen and (max-width: 900px) {
  .books-list li .info {
    padding-left: 20px;
  }
}


/*------------------------------------------------------------------------------
  series-list
------------------------------------------------------------------------------*/

/* list common parts
----------------------------------------*/

.common-book-ttl {
  border-bottom: 1px dashed #ccc;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 17px;
}

.common-book-txt {
  font-size: 18px;
}

.common-book-detail {
  border-top: 1px dashed #ccc;
  font-size: 18px;
  margin-top: 17px;
  padding-top: 17px;
}

.common-ico-finish {
  background: #666;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 2px 8px;
  text-align: center;
}

.common-ico-new {
  background: #e3394e;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 0 12px;
  margin-bottom: 15px;
}

.common-btn-trial-block {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 900px) {
  .common-book-ttl {
    font-size: 20px;
  }

  .common-book-txt {
    font-size: 16px;
  }
  
  .common-book-detail {
    font-size: 16px;
  }
}

.list-outer {
  overflow-x: hidden;
}

/* series-list
----------------------------------------*/

.top-img-list .img .common-link-cover,
.top-img-list .img img,
.books-list li .img .common-link-cover,
.books-list li .img img,
.series-list li .img .common-link-cover,
.series-list li .img img,
.series-books-list li .img .common-link-cover,
.series-books-list li .img img,
.book-article-block .img .common-link-cover,
.book-article-block .img img {
  display: block;
  width: 100%;
}

.series-list li {
  position: relative;
}

.series-list li:nth-child(even) {
  background: #fafafa;
}

@media screen and (min-width: 641px) {
  .series-list li:nth-child(even):before {
    background: #fafafa;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110vw;
    height: 100%;
  }

  .series-list li .inn {
    display: table;
    margin: auto;
    padding: 40px 0;
    position: relative;
    max-width: 830px;
    width: 100%;
    z-index: 1;
  }
}

.series-list li .img,
.series-list li .info {
  display: table-cell;
  vertical-align: top;
}

.series-list li .img {
  width: 224px;
}

.series-list li .info {
  padding-left: 30px;
  width: -webkit-calc(100% - 224px);
  width: calc(100% - 224px);
  vertical-align: middle;
}

.series-list li .btn-block {
  margin-top: 30px;
}

/* series-books-list
----------------------------------------*/

.series-books-list li .common-btn {
  display: block;
  margin-top: 20px;
  min-width: 1px;
}

@media screen and (min-width: 641px) {
  .series-books-list li {
    float: left;
    position: relative;
    width: -webkit-calc((100% - (80px * (3 - 1))) / 3);
    width: calc((100% - (80px * (3 - 1))) / 3);
  }

  .series-books-list li:not(:nth-child(3n)) {
    margin-right: 80px;
  }

  @media screen and (max-width: 900px) {
    .series-books-list li {
      width: -webkit-calc((100% - (40px * (3 - 1))) / 3);
      width: calc((100% - (40px * (3 - 1))) / 3);
    }

    .series-books-list li:not(:nth-child(3n)) {
      margin-right: 40px;
    }
  }

  .series-books-list li:nth-child(3n+1) {
    clear: both;
  }

  .series-books-list li:nth-child(6n+4):before,
  .series-books-list li:nth-child(6n+5):before,
  .series-books-list li:nth-child(6n+6):before {
    background: #fafafa;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
  }

  .series-books-list li .inn {
    padding: 60px 0;
    position: relative;
    z-index: 1;
  }

  .series-books-list li .info {
    display: block;
    margin-top: 15px;
    width: 100%;
  }

  .series-books-list li .info .common-book-txt {
    font-size: 16px;
  }

  .series-books-list li .common-ico-finish {
    float: right;
    margin-left: 3px;
  }
}

/*------------------------------------------------------------------------------
  book detail
------------------------------------------------------------------------------*/

/* read-more
----------------------------------------*/

.read-more {
  display: none;
  font-size: 16px;
}

.read-more-btn {
  cursor: pointer;
  font-size: 16px;
  padding: 11.5px 0;
  background-color: #eee;
  margin-top: 15px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.read-more-btn:after {
  background-image: url(../img/common/arrow03_bottom_blue.svg);
  background-size: 100% 100%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 13px;
  height: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
} 

.read-more-btn-text01 {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
} 

.read-more-btn-text02 {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}

.toggle .read-more-btn-text01 {
  opacity: 0;
}

.toggle .read-more-btn-text02 {
  opacity: 1;
}



.read-more-btn.toggle {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.read-more-btn.toggle:after {
  -webkit-transform: sclae(1,-1);
  transform: scale(1,-1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 641px) {
  .read-more-btn:hover {
    background-color: #b0e4f5;
  }
}

/* book-article-block
----------------------------------------*/

.book-article-block {
  margin: auto;
  max-width: 960px;
  display: table;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .book-article-block .img,
  .book-article-block .info {
    display: table-cell;
    vertical-align: top;
  }

  .book-article-block .img {
    width: 37%;
  }

  .book-article-block .info {
    padding-left: 60px;
    width: 63%;
  }

  @media screen and (max-width: 900px) {
    .book-article-block .info {
      padding-left: 30px;
    }
  }
}

.book-article-block .common-ico-finish {
  margin-bottom: 10px;
}

.book-article-block .description-block {
  font-size: 16px;
  margin-bottom: 15px;
}

.book-article-block .description-block p + p {
  margin-top: 1em;
}

.book-article-block .common-book-txt:first-child {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #eee;
}

.book-article-block .common-book-txt:not(:first-child) {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px dashed #eee;
}

.book-article-block .btn-block {
  margin-top: 30px;
  text-align: center;
  vertical-align: top;
}

.book-article-block .btn-block a {
  position: relative;
  vertical-align: top;
}
.book-article-block .btn-block a:nth-child(2n+3) {
  margin-left: 0;
}
.book-article-block .btn-block a:nth-child(n+3) {
  margin-top: 20px;
}
.book-article-block .btn-block.item-3 a:nth-child(2n+3):before {
  background: #cccccc;
  content: "";
  height: 1px;
  left: -100%;
  position: absolute;
  margin: auto;
  right: -100%;
  top: -10px;
  width: 520px;
}
.book-article-block .btn-block.item-4 a:nth-child(2n+3):before {
  background: #cccccc;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  margin: auto;
  top: -10px;
  width: 520px;
}

/* buy-block
----------------------------------------*/

.buy-block {
  margin-top: 60px;
}

.buy-block .ttl {
  margin-bottom: 35px;
  text-align: center;
}

.buy-block .ttl .inn {
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.buy-block .ttl .inn:before,
.buy-block .ttl .inn:after {
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
}

.buy-block .ttl .inn:before {
  left: -45%;
}

.buy-block .ttl .inn:after {
  right: -45%;
}

/* sns-block
----------------------------------------*/

.sns-block {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.sns-block .btn {
  display: inline-block;
}

.sns-block .btn:not(:last-child) {
  margin-right: 2.4%;
}

.addtoany_list a span {
  vertical-align: top;
}

.addtoany_list a:last-child,
.widget .addtoany_list a:last-child {
  padding-right: 0;
}

@media screen and (min-width: 641px) {
  .sns-block .btn:hover {
    transform: translateY(-3px);
  }
}

/* btn-block-series
----------------------------------------*/

.btn-block-series {
  text-align: center;
  padding-top: 40px;
}

.btn-block-series .common-btn.special {
  width: 30.5%;
  font-size: 18px;
  padding: 14px 0;
  background-color: #9eb2b8;
  box-shadow: 0 3px #798e94;
}

/*------------------------------------------------------------------------------
  search
------------------------------------------------------------------------------*/

/* search-list
----------------------------------------*/

.search-list li {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  padding: 30px 0;
  width: 100%;
}

.search-list li:last-child {
  border-bottom: none;
}

.search-list li .img,
.search-list li .info {
  display: table-cell;
  vertical-align: top;
}

.search-list li .img {
  width: 160px;
}

.search-list li .info {
  padding-left: 30px;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}

.search-list li .info .ttl {
  font-size: 20px;
  font-weight: bold;
  margin: -0.3em 0 10px;
}

.search-list li .info .txt {
  font-size: 16px;
  margin-top: 10px;
}

/*------------------------------------------------------------------------------
  404
------------------------------------------------------------------------------*/

.not-found-txt {
  line-height: 2;
  text-align: center;
}

.not-found-txt .common-btn {
  margin-top: 2em;
}


/*------------------------------------------------------------------------------
  コミック追加
------------------------------------------------------------------------------*/
.comicalize-mark {
  background: #e49c1f;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 4px 12px;
}

.tax-tax_series .btn-link-block {
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
  justify-items: center;
  max-width: 760px;
}

.comicalize-button {
  display: inline-block;
  text-align: center;
}

.top-img-list-new.comicalize {
  background: #e49c1f;
  left: 8px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 8px;
}
.top-img-list-new.comicalize.has-new {
  left: 65px;
}

.common-ico-new.comicalize {
  background: #e49c1f;
}

/*------------------------------------------------------------------------------
  abj
------------------------------------------------------------------------------*/
.abj-block .inner-block {
  border-top: 1px solid #eee;
  display: table;
  margin: 0 auto 100px;
  padding: 40px 0 0;
  width: 100%;
}

.abj-block .image {
  display: table-cell;
  padding: 0 20px 0 0;
  text-align: left;
  vertical-align: middle;
  width: 90px;
}

.abj-block .text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.abj-block .text a {
  text-decoration: underline;
}


  /*------------------------------------------------------------------------------
    clearfix
  ------------------------------------------------------------------------------*/

.clearfix:after,
.inner-block:after,
.books-list:after,
.series-list li .inn:after,
.series-books-list:after,
.common-book-ttl:after,
.book-article-block:after,
.search-list li:after,
.info-list li:after,
.page-nav:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}

/*
 * 利用規約
 */

.terms-content ol.paren-list {
  counter-reset: paren-item;
  list-style: none !important;
  margin: 0.3em 0 15px 0.5em !important;
  padding-left: 0 !important;
}

.terms-content ol.paren-list > li {
  counter-increment: paren-item;
  list-style: none !important;
  list-style-type: none !important;
  background: none !important;

  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.4em;
  align-items: start;

  margin: 0;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.terms-content ol.paren-list > li::marker {
  content: "";
}

.terms-content ol.paren-list > li::before {
  content: "(" counter(paren-item) ")";
  white-space: nowrap;
}
