@charset "UTF-8";
.p-cheer_entry{
}
.p-cheer_entry .p-topicsDetail__titleArea{
  margin: 4.7rem 0 4.2rem;
  padding-bottom:0;
  border-bottom:none;
}
@media screen and (max-width: 767px){
  .p-cheer_entry .p-topicsDetail__titleArea {
      margin: 2.3rem 0 1.8rem;
  }
}
.p-cheer_entry .p-topicsDetail__img {
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px){
  .p-cheer_entry .p-topicsDetail__img {
      margin-bottom: 2.5rem;
  }
}

/*エントリー記事共通修正CSS*/
.p-topicsDetail__contents p, .p-topicsDetail__contents ul li {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
@media screen and (max-width: 767px){
  .p-topicsDetail__contents p, .p-topicsDetail__contents ul li {
      font-size: 1.3rem;
      line-height: 1.6;
  }
}

.p-topicsDetail__description {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
@media screen and (max-width: 767px){
  .p-topicsDetail__description {
      font-size: 1.3rem;
      line-height: 1.6;
  }
}





