@charset "UTF-8";
/*利用規約*/
.tos {
  margin-bottom: 60px;
}

.tos-text {
  font-size: 1.4rem;
}

.tos-box li, .tos-box p {
  font-size: 1.4rem;
}
.tos-box ol, .tos-box ul {
  margin-bottom: 30px;
}
.tos-box li {
  padding-left: 1em;
  text-indent: -1em;
}
.tos-box h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.tos-box h2:first-letter {
  color: #333;
  font-size: 1.6rem;
}
.tos-box h2:after {
  border-bottom: none;
}
