body {
    font-size: calc(100vw / 375 * 14);
    line-height: calc(100vw / 375 * 28);
    padding: calc(100vw / 375 * 15) calc(100vw / 375 * 25);
    word-break: break-all;
    margin: calc(100vw / 375 * 8);
}

p {
    margin: calc(100vw / 375 * 10) 0;
    line-height: 2;
}

.title {
    font-size: calc(100vw / 375 * 18);
    text-align: center;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.text-indent {
    text-indent: 2em;
}

.light {
    color: #70ad47;
    font-weight: bold;
}

table {
    font-size: calc(100vw / 375 * 12);
    line-height: 1.3;
    border-collapse: collapse;
}

a {
    color: #009bf3;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    body {
        padding: 15px 16px;
        word-break: break-all;
        margin: 8px 0;
        font-size: 14px !important;
        line-height: 21px !important;
    }

    span {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .title {
        font-size: 18px !important;
        text-align: left;
    }
}
