a {
    color: #FF0000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.common-ttl {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 3% 0;
    text-align: center;
}

.-section {
    padding: 0 0 3% 0;
}

.-section:first-child {
    padding-top: 5%;
}

.-section-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 4%;
    background-color: rgba(245, 245, 245, 0.6);
}

.-section-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 3% 0;
}

.-section-copy {
    margin: 0 0 1.5em 0;
    font-size: 13px;
}

.-section-note {
    font-size: 11px;
}

@media screen and (max-width:768px) {

    .-section-ttl {
        font-size: 18px;
    }

    .-section-copy {
        font-size: 12px;
    }

    .-section-wrapper {
        margin: 0 3%;
    }

    .-section-note {
        font-size: 10px;
    }

}

.terms-list-item:before {
}

.terms-list-item {
    list-style: decimal;
    margin: 0 0 0 1.3em;
}

@media screen and (max-width:768px) {
}

.terms-list-item {
    font-size: 13px;
}

.accessibility-col-ttl {
    font-weight: bold;
    padding: 5px 15px;
    background-color: #eee;
    margin: 0 0 2% 0;
}

.accessibility-col-subttl {
    font-size: 14px;
    font-weight: bold;   
}

.accessibility-col-list {
    margin: 0 0 3% 0;
    display: flex;
    flex-wrap: wrap;
}

.accessibility-col-list-item {
    width: 25%;
    font-size: 13px;
}

.accessibility-note {
    font-size: 11px;
}

@media screen and (max-width:768px) {

    .accessibility-col-list-item {
        width: 50%;
        font-size: 12px;
    }

    .accessibility-note {
        font-size: 10px;
    }

}