@charset "UTF-8";
/* 利用規約 */
.tos_page h2.ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 40px 0;
}

.tos_page h2.article_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tos_page .tos_txt {
  line-height: 1.5;
  padding-left: 14px;
  font-size: 14px;
  margin-bottom: 30px;
}

.tos_page .tos_txt ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.tos_page .tos_txt ol li:last-child {
  margin-bottom: 0;
}

.tos_page .tos_txt ol li span {
  padding-bottom: 8px;
  display: block;
}

.tos_page .tos_txt ol li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
}

.tos_page .tos_txt ol li:nth-child(1):before {
  content: "1.";
}

.tos_page .tos_txt ol li:nth-child(2):before {
  content: "2.";
}

.tos_page .tos_txt ol li:nth-child(3):before {
  content: "3.";
}

.tos_page .tos_txt ol li:nth-child(4):before {
  content: "4.";
}

.tos_page .tos_txt ol li:nth-child(5):before {
  content: "5.";
}

.tos_page .tos_txt ol li:nth-child(6):before {
  content: "6.";
}

.tos_page .tos_txt ol li:nth-child(7):before {
  content: "7.";
}

.tos_page .tos_txt ol li:nth-child(8):before {
  content: "8.";
}

.tos_page .tos_txt ol li:nth-child(9):before {
  content: "9.";
}

.tos_page .tos_txt ol li:nth-child(10):before {
  content: "10.";
  left: -5px;
}

.tos_page .tos_txt ol li:nth-child(11):before {
  content: "11.";
  left: -5px;
}

.tos_page .tos_txt ol li:nth-child(12):before {
  content: "12.";
  left: -5px;
}

.tos_page .tos_txt ol li:nth-child(13):before {
  content: "13.";
  left: -5px;
}

.tos_page .tos_txt ol li:nth-child(14):before {
  content: "14.";
  left: -5px;
}

.tos_page .tos_txt ol li:nth-child(15):before {
  content: "15.";
  left: -5px;
}

.tos_page .tos_txt ol li:nth-child(16):before {
  content: "16.";
  left: -5px;
}

.tos_page .tos_txt ol li:nth-child(17):before {
  content: "17.";
  left: -5px;
}

.last_txt {
  line-height: 1.5;
  font-size: 14px;
  text-align: right;
  padding-top: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

p {
  margin: 0 0 1em;
}