@charset "utf-8";


/* スマホ向けCSS 500px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.wrapper .indt0 {
  text-indent: 0;
  padding-left: 1rem;
}

.wrapper .indt {
  text-indent: -1rem;
  padding-left: 1rem;
}

.wrapper .indt2 {
  text-indent: -1rem;
  padding-left: 2rem;
}

.wrapper .marg-b0 {
  margin-bottom: 0;
}

.emphasis {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0acff1;
}

.emphasis02 {
  font-weight: bold;
  color: #ff0000;
}

.intro h2 {
  margin-bottom: 0;
}

.intro .ai-label {
  font-size: .8rem;
  text-align: right;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.author {
  font-size: .9rem;
}

figure {
  text-align: center;
  margin: 0 0 1.3rem;
}

.frame img {
  width: 65%;
}

.frame02 img {
  width: 88%;
}

figure img {
  border: 1px solid #b7a077;
}

.content p {
  margin: 0;
}

.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 501px以上 */

@media screen and (min-width: 501px) {

  .frame img {
    width: 53%;
  }

  .frame02 img {
    width: 77%;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .frame img {
    width: 50%;
  }

  .frame02 img {
    width: 68%;
  }
}
