@import "index.css?v=1.1.5";
body * {
    margin: 0;
}
body .agreement_content {
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    padding: 5vw;
    box-sizing: border-box;
    color: #2c3e50;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
body .agreement_content .bold {
    font-weight:700;
}
body .agreement_content p {
    font-size: 12px;
    color: #2c3e50;
    margin-top: 3px;
    line-height: 18px;
    text-align: justify;
}
body .agreement_content h1 {
    font-size: 12px;
    color: #2c3e50;
    margin: 6px 0;
    line-height: 18px;
    font-weight:bold;
    text-align: justify;
}
