/**************************************************
	TOP
**************************************************/
@media screen and (min-width: 835px) {
  body#manga-contents section#content .title {
    width: 100%;
    height: 123px;
    background-image: url("../manga/24/images/title.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 834px) {
  body#manga-contents section#content .title {
    width: 56.86667vw;
    height: 16.53333vw;
    margin-left: 5.33333vw;
    background-image: url("../manga/24/images/title_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
body#manga-contents section#content .manga-report__h2 {
  background-image: url("../manga/24/images/title_small.png");
}
body#manga-contents section#content .manga24-table {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 834px) {
  body#manga-contents section#content .manga24-table {
    margin-bottom: 8.53333vw;
  }
}
body#manga-contents section#content .manga24-table__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: #5b7b30;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  body#manga-contents section#content .manga24-table__title {
    font-size: 4.8vw;
    line-height: 7.46667vw;
  }
}
body#manga-contents section#content .manga24-table > table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  body#manga-contents section#content .manga24-table > table {
    font-size: 3.73333vw;
    line-height: 7.46667vw;
  }
}
body#manga-contents section#content .manga24-table > table th,
body#manga-contents section#content .manga24-table > table td {
  font-weight: 500;
  border: 1px solid black;
  padding: 6px;
}
@media screen and (max-width: 834px) {
  body#manga-contents section#content .manga24-table > table th,
  body#manga-contents section#content .manga24-table > table td {
    padding: 1.6vw;
  }
}
body#manga-contents section#content .manga24-table > table .header th {
  background-color: #9fce63;
}
body#manga-contents section#content .manga24-table > table .header th:first-child {
  background-color: transparent;
}
body#manga-contents section#content .manga24-table > table th {
  width: 10%;
  background-color: #f6d6b8;
}
body#manga-contents section#content .manga24-table > table td {
  width: 18%;
  vertical-align: top;
}
body#manga-contents section#content .manga24-table > table td > .note {
  color: #E96877;
}
body#manga-contents section#content .manga24-table__note {
  margin-top: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
  color: #E96877;
}
@media screen and (max-width: 834px) {
  body#manga-contents section#content .manga24-table__note {
    font-size: 3.46667vw;
    line-height: 5.6vw;
  }
}
