@charset "utf-8";


/* スマホ・タブレット向けCSS 600px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.wrapper .bot03 {
  margin-bottom: .3rem;
}

.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 p,
.unit-b05 p {
  margin-bottom: 0;
}

.author {
  font-size: .9rem;
}

.attention {
  font-size: .8rem;
}

.presentation .box {
  margin-left: 1rem;
}

.presentation .box .cont {
  width: 18rem;
  padding: .3rem;
  margin-bottom: 1.3rem;
  border: 1px solid #0acff1;
}

.presentation .cont p {
  font-size: .8rem;
  font-weight: bold;
  text-indent: 0;
  margin-bottom: 0;
}

.illust01,
.illust02 {
  margin: 0 0 1.3rem 1rem;
}

.illust01 img {
  width: 79%;
  border: 1px solid #0acff1;
}

.illust02 img {
  width: 95%;
  border: 1px solid #0acff1;
}

.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: 20rem;
  }

  .presentation .cont p {
    font-size: .9rem;
  }
}
