@charset "utf-8";


/* スマホ・タブレット向けCSS 600px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.author {
  font-size: .9rem;
}

.wrapper_s {
  padding: 0 3%;
}

.presentation h4 {
  margin: 0;
}

.attention1 {
  font-size: .8rem;
  text-align: right;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.presentation blockquote {
  margin: 0 0 .8rem;
}

.spec {
  width: 90%;
  font-size: .9rem;
  border: 2px solid #b7a077;
  border-collapse: collapse;
  margin: 0 auto;
}

.spec th,
.spec td {
  padding: .3rem;
  border: 2px solid #b7a077;
}

.spec th {
  width: 5.5rem;
  text-align: left;
  background-color: #00000018;
}

.spec ul {
  padding-left: 1.4rem;
  list-style: square;
}

.spec ul li {
  font-weight: normal;
}

.streaming {
  width: 90%;
  margin: 0 auto;
}

.streaming p {
  margin-bottom: 0;
}

.streaming ul {
  padding-left: 1rem;
  list-style: none;
}

.streaming ul li {
  font-weight: bold;
}

.gthum,
figure {
  text-align: center;
  margin-bottom: 1.3rem;
}

.gthum img,
figure img {
  width: 16rem;
  border: 1px solid #b7a077;
}

.presentation .pack,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .gthum img {
    width: 31rem;
  }

  .spec th {
    width: 7rem;
  }

  figure img {
    width: 22rem;
  }
}
