@charset "utf-8";

#article .main_title {
  letter-spacing: 0;
}
/*----------------------------------------
    .terms_section
----------------------------------------*/
.terms_section {
  padding: 30px 0 20px 0;
}
.terms_section .terms_title {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin: 20px 0 15px 0;
}
.terms_section .explain_text {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.terms_section .terms_list > li {
  display: flex;
}
.terms_section .terms_list > li > span {
  width: 94%;
}
.terms_section .terms_list > li > .number {
  width: 6%;
  max-width: 25px;
}
.terms_section .terms_list > li .terms_list_sub > li > .number {
  width: 6%;
  max-width: 20px;
}
.terms_section .author_message {
  margin-bottom: 15px;
}
.terms_section .author_message .name {
  font-size: 1.4rem;
}
.terms_section .information_item {
  margin-top: 25px;
}
.terms_section h3.sub_title {
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.terms_section .website li h4 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.terms_section .author_list {
  margin-bottom: 15px;
}
.terms_section .author_list a {
  font-size: 1.2rem;
  margin-bottom: 5px;
}