
@charset "utf-8";

/*「有料記事一覧ページ」告知ページ 2020.07*/

.pc-image {
  margin:20px 30px;
}
.pc-image img {
  width:auto;
  max-width:100%;
}
.sp-image {
  display:none;
}

@media screen and (max-width:640px){

.pc-image {
  display:none;
}
.sp-image {
  display:block;
  margin:20px 30px;
}
.sp-image img {
  width:auto;
  max-width:90%;
}
.sp-image span {
  font-size:90%;
}