@charset "utf-8";


/* スマホ向けCSS 500px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.wrapper .indt {
  text-indent: -1rem;
  padding-left: 1rem;
}

.wrapper .indt57 {
  text-indent: -5.7rem;
  padding-left: 5.7rem;
}

.wrapper .marg-b03 {
  margin-bottom: .3rem;
}

.author {
  font-size: .9rem;
}

.focus01 {
  font-weight: bold;
  color: #ff0000;
}

.focus02 {
  font-weight: bold;
  color: #0acff1;
}

.focus04 {
  font-weight: bold;
  color: #f8b400;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit-b03 {
  margin-bottom: .3rem;
}

.unit p,
.unit-b03 p {
  margin-bottom: 0;
}

.presentation ul {
  list-style: none;
  text-indent: -1rem;
  padding-left: 1rem;
  margin: 0 0 1.3rem 1rem;
}

.photo {
  float: left;
  margin: .7rem 1rem 0;
}

.photo img {
  width: 10rem;
  border: 3px solid #7331de;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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;
}


/* タブレット向けCSS 501px以上 */

@media screen and (min-width: 501px) {
  .photo img {
    width: 12.5rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .photo img {
    width: 14.5rem;
  }

  figure img {
    width: 15rem;
  }
}
