@charset "utf-8";

.tournament-para {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 25%;
}

section h1 {
  font-size: 1rem;
}
.tournament-para h2 {
  padding-top: 25px;
  font-size: 1.2rem;
}

.tournament-para .taiyou {
  color: rgb(82, 200, 247);
  text-decoration: none;
  margin-left: 3rem;
}

.tournament-pdf {
  color: rgb(82, 200, 247);
  text-decoration: none;
}

p {
  margin-left: 1.3rem;
  font-size: 0.9rem;
}

section {
  padding-bottom: 20px;
}

.tournament-sankaku::before {
  content: "▼";
}

.tournament-hisi::before {
  content: "◇";
}

article {
  padding-bottom: 3rem;
}

.indent5 {
  text-indent: 4rem;
 }
@media (max-width: 860px) {
  .tournament-para {
    width: 90%;
  }
  .tournament-para p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .indent5 {
    text-indent: 2rem;
   }
}