@charset "utf-8";


/* スマホ・タブレット向けCSS 600px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.author {
  font-size: .9rem;
}

.emphasis {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0acff1;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.plist {
  list-style: none;
  text-indent: -1.3rem;
  padding-left: 3.4rem;
}

.photo {
  float: left;
  margin: .5rem .9rem 0 1rem;
  text-align: center;
}

.photo img {
  width: 9rem;
}

.presentation .pack,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .side-by01,
  .side-by02 {
    display: flex;
    height: 180px;
    align-items: center;
    gap: 1rem;
  }

  .side-by01 .unit {
    margin-bottom: 0;
  }

  .side-by02 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .photo {
    float: none;
    margin: 0;
  }

  .photo img {
    width: 13rem;
  }
}
