@charset "utf-8";


/* スマホ・タブレット向けCSS */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.wrapper .marg-b05 {
  margin-bottom: .5rem;
}

.wrapper .marg-b0 {
  margin-bottom: 0;
}

.wrapper .answer {
  font-weight: bold;
  text-indent: -2.4rem;
  padding-left: 2.2rem;
}

.font-ab {
  font-size: 1.1rem;
  font-weight: bold;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit-b05 {
  margin-bottom: .5rem;
}

.unit-b05 p,
.unit p {
  margin-bottom: 0;
}

.author {
  font-size: .9rem;
}

.font-s {
  font-size: .7rem;
}

.text-l {
  margin-left: -.3rem;
}

.photo,
figure {
  text-align: center;
  margin: 0 0 1.3rem;
}

.photo img {
  width: 12rem;
  border: 1px solid #b7a077;
}

figure img {
  width: 13rem;
  border: 1px solid #b7a077;
}

figcaption {
  font-size: .9rem;
}

.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-by {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3rem;
  }

  .photo {
    margin: .5rem 1rem 0;
    text-align: center;
  }

  .photo img {
    width: 13rem;
  }

  figure img {
    width: 15rem;
  }
}
