/*
  使用view：
  - web/app/views/review_post_guidelines/show.html.erb
  - web/app/views/terms_of_services/show.html.erb
*/

.saha_terms_of_service {
  padding: 0 0 30px 0;
}

.terms_main_title { /* NOTE: 現在使用されていない可能性があります  */
  position: relative;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.terms_content_wrap {
  overflow-y: scroll;
  height: calc(100% - 40px);
  font-size: 0.8em;
}

.terms_content_wrap::-webkit-scrollbar {
  width: 10px;
}
.terms_content_wrap::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 10px;
}

.term_article {
  margin: 1.5em 0 0 0;
}

.term_article:first-child {
  margin: 0;
}

.terms_content_wrap::-webkit-scrollbar {
  width: 10px;
}
.terms_content_wrap::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 10px;
}

.term_headline {
  font-size: 1em;
  margin: 0;
}

.term_basic_numbering {
  margin: 0;
  padding: 0 0 0 22px;
  text-align: justify;
}

.term_brackets_numbering {
  margin: 0 0 0 2.5em;
  padding: 0;
  text-align: justify;
}

.term_brackets_numbering .term_detail {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

.term_brackets_numbering .term_detail:before {
  content: '(' counter(cnt) ') ';
  display: inline-block;
  margin-left: -2em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.term_detail {
  margin-top: 12px;
  padding-right: 5px;
}

.terms_sending_mail_button_wrap { /* NOTE: 現在使用されていない可能性があります  */
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.terms_set_day {
  font-size: 1em;
  padding: 25px 0;
}
