/**************************************************
	TOP
**************************************************/
@media screen and (min-width: 835px) {
  body#manga-contents section#content .title {
    width: 100%;
    height: 123px;
    background-image: url("../manga/27/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.8vw;
    height: 16.4vw;
    margin-left: 5.33333vw;
    background-image: url("../manga/27/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/27/images/title_small.png");
}
body#manga-contents section#content .manga27-method {
  position: relative;
  margin-bottom: 48px;
  padding: 24px 16px 16px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
body#manga-contents section#content .manga27-method > .img-container {
  margin: 0 !important;
}
body#manga-contents section#content .manga27-method > .label {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 0 8px;
}
body#manga-contents section#content .manga27-method > .body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
}
body#manga-contents section#content .manga27-method .caution {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
  color: #E96877;
}
body#manga-contents section#content .manga27-method a {
  color: #FFA54A;
  text-decoration: underline;
}
