body{
    margin-left: 4vw;
    margin-right: 4vw;
}
.title{
    font-size: 4.5vw;
    font-family:Arial;
    text-align: center;
    font-weight: bold;
    letter-spacing:0.4vw;
    color:#0066b3;
}
.text{
    font-size: 3.8vw;
    font-family:Arial;
    color: rgb(97, 95, 95);
    letter-spacing:0.4vw;
}
.boldtext{
    font-size: 3.8vw;
    font-family:Arial;
    color: rgb(97, 95, 95);
    letter-spacing:0.4vw;
    font-weight: bold;
    text-align: left;
}
.tip{
    font-size: 3.3vw;
    font-family:Arial;
    color: rgb(97, 95, 95);
    text-align: center;
}
.notice{
    color:red;
    font-weight: bold;
    font-size: 3.8vw;
    font-family:Arial;
    letter-spacing:0.4vw;
}
a {
    font-size: 3.8vw;
    text-decoration:none;
    color:royalblue;
}
img{
    max-width: 100%;
}
table{
    width: 100%;
    border: 1px solid gray;
    border-collapse: collapse;
}
td{
    padding: 0;
    border: none;
    border-collapse: collapse;
    border: 1px solid gray;
}
th{
    padding: 0;
    border: 1px solid gray;
    border-collapse: collapse;
}
table p,span{
    text-align: center;
}
p{
    text-align:justify;
}
ul,ol{
    padding-left: 5vw;
}
.top_bar{
    height: 3vw;
    margin-top: 3.6vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: space-between;
}
.top_bar img{
    height:4vw;
    position: relative;
    bottom:1vw;
}
li ol li{
    list-style-type:lower-alpha;
}