* {
    margin: 0;
    padding: 0;
    font-size: 36px ;
    line-height: 48px ;
}

html,
body {
    background: #ffffff;
    font-size: 36px ;
    line-height: 48px ;
    margin: 0 auto;
    text-align: justify;
}

.containers {
    margin: 0 auto;
    position: relative;
    padding: 100px 75px;
}
.wrap .title{
    font-size: 48px ;
    margin: 20px 0;
        font-family: AvenirNext-Bold;
     font-weight: bold;
     text-align: center;
    word-break: keep-all;
    margin-bottom: 90px;
}
.wrap .Rule1{
    margin: 20px 0;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    text-align: left;
    word-break: keep-all;
}
.wrap .Rule2_Detail{
    text-align: left;
    word-break: break-all;
    margin-bottom:20px;
}
.wrap .Rule2_Title1 {
    margin: 20px 0;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    text-align: left;
    word-break: keep-all;
}

.wrap span {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.smalls {
    color: rgba(36, 35, 35, 1);
    font-size: 20px;
    font-family: AvenirNext-Regular;
}

.med {
    position: relative;
    font-family: AvenirNext-Medium;
    color: rgba(36, 35, 35, 1);
    text-indent: 50px;
    text-align: left;
}

.Pre_Detail {
    text-indent: 0;
}
table,.table{table-layout:fixed;}
th,.th{
background: #aaa;
}
th,td,.th,.td{
word-break:break-all !important;
border:solid 0.5px #000;
padding: 1%;
}
tr th:nth-of-type(1),
tr td:nth-of-type(1),
.tr .th:nth-of-type(1),
.tr .td:nth-of-type(1){
width: 10%;
} 
tr th:nth-of-type(2),
tr td:nth-of-type(2),
.tr .th:nth-of-type(2),
.tr .td:nth-of-type(2){
width: 10%;
} 
tr th:nth-of-type(3),
tr td:nth-of-type(3),
.tr .th:nth-of-type(3),
.tr .td:nth-of-type(3){
width: 15%;
} 

tr th:nth-of-type(4),
tr td:nth-of-type(4),
.tr .th:nth-of-type(4),
.tr .td:nth-of-type(4){
width: 24%;
white-space:normal;word-break:break-all !important;

} 
tr th:nth-of-type(5),
tr td:nth-of-type(5),
.tr .th:nth-of-type(5),
.tr .td:nth-of-type(5){
width: 20%;
} 
tr th:nth-of-type(6),
tr td:nth-of-type(6),
.tr .th:nth-of-type(6),
.tr .td:nth-of-type(6){
width: 10%;
} 
.tr{
display: flex;
display: -webkit-box;
display: -webkit-flex;
}
.td,.th{
flex-shrink: 0;
}