.document{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left !important;
}
.InfomationPage .Message .document ul{
display: block;
}
.InfomationPage .Message .document ul li{
    width: auto;
    box-sizing: border-box;
}
.document > *:not(h1,h4){
    padding-left: 1em;
}
 .document h1{
    text-align: center;
    font-size: 1.9em;
    padding-bottom: 1em;
 }
 .document a {
    text-decoration: underline;
}
 .document p.indented{
    padding-left: 20px;
    margin: 0.5em 0;
 }
 .document h4 {
    font-size: 1.2em;
    margin: 2em 0 1em 0;
    background: #F8F5F2;
    padding: 0.5em 1em 0.4em 0.3em;
    line-height: 1.4;
    box-sizing: border-box;
}
.decimal > li {
    margin: 1em 2em;
    list-style-type: decimal;
}
/* 丸数字 */
.circleNumber{
    counter-reset: number;
    margin: 0.5em 0;
}
.circleNumber li{
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    margin: 1em 2em;
}
.circleNumber li::before{
    content: counter(number);
    counter-increment: number;
    background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  color: #333;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.document .i_box_frame{
    margin: auto;
}
.document .i_box {
    margin: 10px;
    padding: 20px 30px;
    background-color: #F8F5F2;
    line-height: 22px;
    letter-spacing: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 50%;
}
.information_aspx .InfomationPage .Message .document ul{
    width: 100%;
    box-sizing: border-box;
}
.information_aspx .InfomationPage .Message .document ul li{

}