@charset "utf-8";


/* スマホ向けCSS 600px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.author {
  font-size: .9rem;
}

.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;
}

.photo {
  float: left;
  margin: .7rem 1rem 0;
}

.photo img {
  width: 10rem;
  border: 3px solid #69d847;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

figure {
  margin: 0 0 1.3rem;
  text-align: center;
}

figure img {
  width: 90%;
  /* border: 3px solid #69d847; */
}

img+img {
  display: none;
}

.wrapper .mbcut {
  margin-bottom: 0;
}

.side-by02 .attention01 {
  font-size: .8rem;
  font-weight: bold;
  text-indent: -.8rem;
  padding-left: .8rem;
}

.side-by02 .item p:nth-of-type(3) {
  display: none;
}

.side-by02 .item p {
  text-indent: 0;
}

.side-by02 img {
  width: 12rem;
  border: 1px solid #b7a077;
}

.side-by02 figure {
  text-align: center;
  margin: 0;
}

.outro p {
  text-indent: 0;
}

.outro .next {
  font-weight: bold;
  margin: 0 2rem .5rem 0;
  text-indent: 0;
  text-align: right;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 401px以上 */

@media screen and (min-width: 401px) {

  .side-by02 .item p:nth-of-type(2) {
    display: none;
  }

  .side-by02 .item p:nth-of-type(3) {
    display: block;
  }
}


/* タブレット向けCSS 501px以上 */

@media screen and (min-width: 501px) {

  .photo {
    margin-bottom: 1.3rem;
  }

  .photo img {
    width: 12rem;
  }

  .photo figure>img {
    display: none;
  }

  .photo img+img {
    display: inline-block;
  }

  .side-by02 img {
    width: 16rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .side-by {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.3rem;
  }

  .side-by02 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
  }

  .photo {
    margin: .5rem 0 0;
    text-align: center;
  }

  .photo img {
    width: 16rem;
  }

  .side-by02 img {
    width: 17rem;
  }
}
