.btn-line {
  position: fixed;
  right: 0;
  top: 70%;
  width: 200px;
  height: 100px;
  z-index: 5000;
}

@media screen and (min-width: 769px) {
  .single .article img {
    width: auto;
    max-width: 100%;
  }
  .single .article .size-large {
    width: 100% !important;
  }
  .single .article .size-large {
    width: 100% !important;
  }
  .single .article .size-medium {
    width: 60% !important;
  }
  .btn-line {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #side-content .pc-block,
  .side-content .pc-block {
    display: block !important;
  }
  #side-content .sp-block,
  .side-content .sp-block {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #side-content .pc-block,
  .side-content .pc-block {
    display: none !important;
  }
  #side-content .sp-block,
  .side-content .sp-block {
    display: block !important;
  }
}

#side-content .bnr_a {
  display: block !important;
}

.popular__list {
  margin-top: -2rem;
}

.popular__item {
  border-bottom: solid 1px #131b36;
}

.popular__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.popular__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background: #131b36;
}
.popular__rank.no-1 {
  background: #a9894b;
}
.popular__rank.no-2 {
  background: #c0c0c0;
}
.popular__rank.no-3 {
  background: #b87333;
}
.popular__rank div {
  color: #fff;
}

.popular__txt {
  width: calc(100% - 4rem);
}
.popular__txt .date {
  font-size: 1.2rem;
}

.popular__ttl {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
}

.single .modified {
  font-size: 1.2rem;
}/*# sourceMappingURL=style_add.css.map */