@charset "utf-8";

.is-item-cover {
  max-width: 160px;
  width: 100%;
}

.banner-list__container + .banner-list__container > .banner-list {
  margin-top: 0;
}

@media only screen and (min-width: 896px) {
  .is-item-cover {
    max-width: 253px;
  }
}

@media only screen and (min-width: 896px) {
  .mobaman-latest-chapter > .columns > .is-narrow {
    width: 253px;
  }
}

.mobaman-latest-chapter {
  max-width: 640px;
}

.readmore-text {
  overflow: hidden;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  word-break: break-word;
}

.readmore-text[aria-expanded=false]::before {
  /* -ms-linear-gradientはautoprefixerでは追加されないので手動で追加しました */
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  width: 100%;
}

.ecs-tabs a {
  line-height: 1.2;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.ecs-tabs.tabs.is-boxed a:hover {
  color: #fff;
}

@media only screen and (min-width: 896px) {
  .ecs-tabs a {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .ecs-tabs.tabs.is-centered ul  {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.koma-list-item .content {
  margin-bottom: .8rem;
}

.koma-list-item {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}

.koma-list-item .title:first-child {
  margin-top: 0;
}

input[type=checkbox] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.checkbox {
  margin-right: 1rem;
}

.sns-buttons iframe {
  vertical-align: bottom;
}

/* テキスト表示位置687用 */
.wakeari-joshi-hakusho-banner {
  max-width: 480px;
  width: 100%;
}
