@charset "utf-8";


/* スマホ・タブレット向けCSS 450px以下 */

.wrapper p {
  text-indent: 1rem;
}

p {
  margin-left: 1rem;
  margin-bottom: 1.3rem;
}

.author {
  font-size: 0.9rem;
}

.focus01 {
  font-weight: bold;
  color: #ff0000;
}

.focus02 {
  font-weight: bold;
  color: #0acff1;
}

.marusu {
  color: #b7a077;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.commentary img {
  border: 1px solid #b7a077;
}

.files-a {
  width: 95%;
  display: grid;
  grid-template-rows: 45% 10% 45%;
  grid-template-columns: 45% 10% 45%;
  margin: 0 auto;
  text-align: center;
}

.files-a img {
  width: 8rem;
}

.files-a p {
  font-weight: bold;
  margin: 0;
  text-indent: 0;
}

.list01+p {
  padding-top: 3.5rem;
}

.pc {
  display: none;
}

.list02+p {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

.list03 {
  grid-row: 3 / 4;
  grid-column: 3 / 4;
}

.files-b {
  margin-bottom: 1.3rem;
}

.files-b p {
  font-weight: bold;
  margin-bottom: 0;
  text-indent: 0;
}

.files-b ul {
  margin-left: 2rem;
  text-indent: -1rem;
  padding-left: 1rem;
  list-style: none;
}

.files-b+p,
.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 451px以上 */

@media screen and (min-width: 451px) {

  .files-a img {
    width: 9.5rem;
  }

  .list01+p {
    padding-top: 4rem;
  }
}


/* タブレット 551px以上 */

@media screen and (min-width: 551px) {

  .files-a img {
    width: 10.5rem;
  }

  .list01+p {
    padding-top: 4.5rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  p {
    margin-left: 2rem;
  }

  main {
    width: 650px;
    margin: 0 auto;
  }

  .files-a {
    grid-template-columns: 29% 4% 29% 4% 34%;
    margin: 0 auto 1.3rem;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .files-a p:nth-of-type(3) {
    padding-top: 4.5rem;
  }

  .list03 {
    grid-row: 1 / 2;
    grid-column: 5 / 6;
  }

  .files-a .list03 img {
    width: 12.1rem;
  }
}
