/* terms of service */

.terms-of-service-page {
    line-height: 1.5em;

    display: flex;
}
.terms-of-service-page > *:first-child {
    flex: 1;
}
.terms-of-service-page > *:last-child {
    flex-basis: 310px;
    padding-left: 50px;
}

.terms-of-service-page ol {
    padding-left: 27px;
}
.terms-of-service-page ol li {
    padding-left: 5px;
    margin: 5px 0;
}
.terms-of-service-page h2 {
    margin-top: 0;
}
.terms-of-service-page + p {
    font-style: italic;
    text-align: center;
}


/* about service, contact */

.plain-text-page {
    max-width: 700px;
    margin: auto;
}
.plain-text-page p, .plain-text-page ol {
    line-height: 1.6em;
    margin: 10px 0;
}
.plain-text-page ol {
    padding-left: 25px;
}
.plain-text-page li {
    margin: 3px 0;
}
.plain-text-page p.p-for-button {
    line-height: inherit;
    margin: 25px 0;
    text-align: center;
}
.plain-text-page a.button {
    max-width: none;
    margin-bottom: -1px;
}
