@charset "utf-8";


/* スマホ・タブレット向けCSS 400px以下 */

.wrapper p {
  text-indent: 1rem;
}

p {
  margin-left: 1rem;
  margin-bottom: 1.3rem;
}

.author {
  font-size: 0.9rem;
}

.font-ab {
  font-size: 1.1rem;
  font-weight: bold;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.side-by {
  display: flex;
  margin-bottom: 1.3rem;
  text-align: center;
}

.clump-p,
.single-p01 {
  width: 50%;
}

.side-by img {
  width: 9rem;
}

.side-by p {
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0;
  text-indent: 0;
}

.single-p02 {
  float: left;
  width: 10rem;
  margin: 0.5rem 0.7rem 0.3rem 0.5rem;
  text-align: center;
}

.single-p02 img {
  width: 9rem;
}

.single-p02 p {
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0;
  text-indent: 0;
}

.single-p02~.unit p:nth-child(2)::after {
  clear: both;
  content: "";
  display: block;
}

.presentation .pack,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* PC向けCSS 401px以上 */

@media screen and (min-width: 401px) {

  .side-by {
    width: 90%;
    margin: 0 auto 1.3rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  p {
    margin-left: 2rem;
  }

  main {
    width: 650px;
    margin: 0 auto;
  }

  .side-by img {
    width: 14rem;
  }

  .single-p02 {
    width: 14rem;
    margin-left: 1.5rem;
    margin-bottom: 1.3rem;
  }

  .single-p02 img {
    width: 13rem;
  }

  .single-p02~.unit p:nth-child(2)::after {
    display: none;
  }

  .single-p02~p::after {
    clear: both;
    content: "";
    display: block;
  }
}
