@charset "utf-8";


/* スマホ・タブレット向けCSS 450px以下 */

.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 .bot03 {
  margin-bottom: .3rem;
}

.focus01 {
  font-weight: bold;
  color: #ff0000;
}

.focus02 {
  font-weight: bold;
  color: #0acff1;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.author {
  font-size: .9rem;
}

.photo01 {
  text-align: center;
  margin-bottom: 1.3rem;
}

.photo01 img {
  width: 13rem;
  border: 1px solid #b7a077;
}

blockquote {
  font-size: .8rem;
  font-weight: bold;
  margin: 0 0 1.3rem;
  text-indent: -1rem;
  padding-left: 1rem;
}

.side-by01 {
  display: grid;
  width: 85%;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin: 0 auto;
}

.side-by01> :nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
}

.photo02 {
  text-align: center;
  margin-bottom: 1.3rem;
}

.photo02 img {
  width: 90%;
  border: 1px solid #b7a077;
}

.side-by01> :nth-child(3) img {
  width: 45%;
}

.commentary .hlink {
  font-size: .9rem;
  text-indent: 1.5rem;
}

.hlink a {
  font-weight: bold;
}

.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 451px以上 */

@media screen and (min-width: 451px) {

  .wide {
    display: block;
    float: left;
    margin: .3rem .8rem 0 .8rem;
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .side-by01 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1.3rem;
  }

  .side-by01> :nth-child(3) {
    grid-column: 3 / 4;
  }

  .photo02 {
    margin-bottom: 0;
  }

  .side-by01> :nth-child(3) img {
    width: 90%;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .photo01 img {
    width: 15rem;
  }
}
