@charset "UTF-8";
/* CSS Document */

.otherMain *+p{
margin-top: 2em;
}
.otherMain dl dt{
counter-increment: other;
margin-top: 2em;
padding-left: 30px;
position: relative;
font-weight: 700;
font-size: 112.5%;
}
.otherMain dl dt::before{
content: counter(other, decimal) '.';
display: block;
position: absolute;
top: 0;
left: 0;
}
.otherMain dl dd{
padding-left: 30px;
}
#customerOrientedMain dl dd ul{
margin-top: 2em;
}
#customerOrientedMain dl dd ul li{
padding-left: 1em;
text-indent: -1em;
}
#antisocialForcesMain ul li{
counter-increment: other;
margin-top: 2em;
padding-left: 30px;
position: relative;
font-weight: 700;
font-size: 112.5%;
}
#antisocialForcesMain ul li::before{
content: counter(other, decimal) '.';
display: block;
position: absolute;
top: 0;
left: 0;
}
/*#antisocialForcesMain dl dt:first-child{
margin-top: 0;
}
#antisocialForcesMain *+ul{
margin-top: 2em;
}
#antisocialForcesMain ul.count>li{
list-style-type: decimal;
margin-left: 20px;
}
#antisocialForcesMain ul.disc>li{
list-style-type: disc;
margin-left: 20px;
}*/





#privacyMain #policy{
border: none;
overflow-y: auto;
height: auto;
font-size: 100%;
padding: 0;
margin-top: 0;
}
#policy>*:last-child{
padding-bottom: 0;
}