@charset 'UTF-8';
/* 定款
----------------------------------*/
.regulations_ol_item {
  position: relative;
  padding-left: 1.2em;
}
.regulations_ol_item:before {
  position: absolute;
  top: 0;
  left: 0;
}
.regulations_ol_item:nth-child(1):before {
  content: '2.';
}
.regulations_ol_item:nth-child(2):before {
  content: '3.';
}
.regulations_ol_item:nth-child(3):before {
  content: '4.';
}
.regulations_ol_item:nth-child(4):before {
  content: '5.';
}
.regulations_ol_item:nth-child(5):before {
  content: '6.';
}
.regulations_ol_item:nth-child(6):before {
  content: '7.';
}
.regulations_ol_item:nth-child(7):before {
  content: '8.';
}
.regulations_ol_item:nth-child(8):before {
  content: '9.';
}
.regulations_ol_item:nth-child(9):before {
  content: '10.';
}

.regulations_footer {
  margin-top: 20px;
}

.regulations_up_date {
  margin-bottom: 20px; 
  text-align: right;
}
