@charset "utf-8";


/* スマホ・タブレット向けCSS 600px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.font-ab {
  font-size: 1.1rem;
  font-weight: bold;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.author {
  font-size: .9rem;
}

.attention {
  font-size: .8rem;
}

.presentation .box {
  margin-left: 1rem;
}

.presentation .box .cont {
  width: 19rem;
  padding: .4rem;
  margin-bottom: 1.3rem;
  border: 1px solid #1dc42b;
  border-radius: .8rem;
}

.presentation .cont p {
  font-size: .9rem;
  font-weight: bold;
  color: #1dc42b;
  text-indent: -.9rem;
  padding-left: .9rem;
  margin-bottom: 0;
}

figure {
  text-align: center;
  margin-bottom: 1.3rem;
}

figure img {
  width: 13rem;
  border: 1px solid #b7a077;
}

.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .presentation .box .cont {
    width: 22rem;
  }

  figure img {
    width: 15rem;
  }
}
