@charset "utf-8";

/*----------------------------------------
    .terms_section
----------------------------------------*/
.terms_section {
  padding: 75px 0 40px 0;
}
.terms_section .terms_title {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 3px;
  margin: 45px 0 30px 0;
}
.terms_section .explain_text {
  margin-bottom: 28px;
  font-size: 1.4rem;
  line-height: 2;
}
.terms_section .terms_list > li {
  display: flex;
}
.terms_section .terms_list > li > span {
  width: 1050px;
}
.terms_section .terms_list > li > .number {
  width: 30px;
}
.terms_section .terms_list > li .terms_list_sub > li {
  display: flex;
}
.terms_section .terms_list > li .terms_list_sub > li > .number {
  width: 30px;
}
.terms_section .terms_list > li .terms_list_sub > li > span > ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.terms_section .author_message {
  text-align: right;
  line-height: 1.8;
  margin-bottom: 28px;
}
.terms_section .author_message .name {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
.terms_section .information_item {
  margin-top: 48px;
}
.terms_section h3.sub_title {
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
  margin-bottom: 23px;
}
.terms_section .website li h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.terms_section .author_list {
  margin-bottom: 28px;
}
.terms_section .author_list a {
  font-size: 1.4rem;
  background: url(/jp/img/share/ico-external_gray.gif) no-repeat right center;
  padding-right: 20px;
  margin-bottom: 7px;
  display: inline-block;
}