@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;
}

.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;
}

.nline-break {
  display: none;
}

.side-by01 {
  margin-bottom: 1.3rem;
}

.photo01 {
  display: grid;
  width: 70%;
  aspect-ratio: 3 / 4;
  background: url("../images/45_make-ami-coinpurse01/no.01.png") center / contain no-repeat;
  margin: 0 auto 1.3rem;
  border: 1px solid #b7a077;
}

.photo01 img {
  display: block;
  width: 40%;
  place-self: end start;
  margin: 0 .5rem .5rem;
  border: solid 2px #a974da;
  border-radius: 0.5rem;
  box-shadow: 0 0 .5rem #000000;
}

.com p {
  margin-bottom: 0;
}

.photo02,
.photo03 {
  width: 100%;
  text-align: center;
  margin-bottom: 1.3rem;
}

.photo02 img,
.photo03 img {
  width: 70%;
  border: 1px solid #b7a077;
}

.side-by02 .com {
  margin-bottom: .3rem;
}

.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 451px以上 */

@media screen and (min-width: 451px) {

  .line-break {
    display: none;
  }

  .nline-break {
    display: block;
  }

  .side-by01 {
    display: flex;
    width: 85%;
    margin: 0 auto 1.3rem;
    column-gap: 5%;
  }

  .photo01,
  .com {
    flex: 1;
    margin-bottom: 0;
  }

  .photo01 {
    background-position: 0 0;
    align-self: flex-start;
    margin-top: .5rem;
  }

  .side-by02 {
    display: flex;
    width: 100%;
    margin: 0 auto 1.3rem;
    column-gap: 2%;
  }

  .side-by02 .com {
    margin-bottom: 0;
  }

  .photo02 {
    flex: .7;
    margin-bottom: 0;
  }

  .photo02 img {
    width: 90%;
  }

  .side-by03 {
    display: grid;
    width: 85%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    margin: 0 auto;
  }

  .photo03 img {
    width: 90%;
  }

  .photo03:nth-child(n+3) {
    margin-bottom: 0;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }
}
