@charset "utf-8";


/* スマホ・タブレット向けCSS 600px以下 */

.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;
}

.commentary .theme {
  font-weight: bold;
  margin-bottom: 0;
  text-indent: 0;
}

.commentary ul {
  border-top: 2px solid #b7a077;
  border-bottom: 2px solid #b7a077;
  padding: 0;
  margin: 0 0.5rem 1.5rem;
  list-style: none;
}

.photo {
  float: right;
  margin: 0.4rem 1rem;
}

.commentary ul li::after {
  clear: both;
  content: "";
  display: block;
}

.marusu {
  color: #b7a077;
}

.working-process01 li:nth-child(-n+2),
.working-process02 li:nth-child(-n+3),
.working-process03 li:nth-child(-n+5),
.working-process04 li:nth-child(-n+5) {
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}

.working-process01 li:nth-child(2),
.working-process02 li:nth-child(n+2):nth-child(-n+3),
.working-process03 li:nth-child(n+2):nth-child(-n+5),
.working-process04 li:nth-child(n+2):nth-child(-n+5) {
  border-top: 2px solid #b7a077;
}

.commentary li {
  padding: 0.5rem 0;
}

.commentary img {
  width: 9rem;
  display: block;
  margin: 0 auto;
  border: 1px solid #b7a077;
}

.intro p:first-of-type,
.commentary p:last-child,
.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  p {
    margin-left: 2rem;
  }

  main {
    width: 650px;
    margin: 0 auto;
  }

  .commentary ul {
    margin: 0 1.5rem 2rem;
  }

  .commentary img {
    width: 11rem;
  }
}