.help-link:link {
    color: #ea5a8a;
}
.help-link:visited {
    color: #f09bb7;
}
.help-link:hover {
    color: #ea5a8a;
}
.help-headline {
    background-color: #000;
}
.help-headline > h1 {
    color: #fff;
    padding: 2rem;
    margin: 0 0 3rem 0;
}
.help-wrap{
    font-size: 18px;
}
.help-section{
    margin: 5rem 0;
}
.help-section__title{
    color: #ea5a8a;
    font-weight: bold;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #ea5a8a;
}
.help-info-tbl {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.help-info-tbl th {
    background-color: #e2e2e2;
    padding: 2rem;
    border: solid 2px;
    font-weight: bold;
}
.help-info-tbl td {
    padding: 2rem;
    border: solid 2px;
    font-weight: bold;
}
.contact-list-tbl{
    display: table;
    border-collapse: collapse;
    margin: 4rem 0;
    width: 50%;
}
.contact-list-tbl > tr {
    width: 100%;
}
.contact-list-item{
    width: 100%;
    padding: 2rem 0;
    border-top: #000 dashed 1px;
    border-bottom: #000 dashed 1px;
}
.contact-list-item__area {
    margin-left: 2em;
    font-weight: bold;
}
.contact-list-item__phone-number {
    margin-left: 4em;
}
.privacy-policy-list,
.why-use-privacy-list,
.provided-that {
    padding: 0;
    margin: 0;
    list-style-position:inside;
}
.company-list,
.why-use-privacy-list > li,
.provided-that > li {
    list-style-type: none;
	counter-increment: count;
    margin: 0;
    padding: 0;
}
.why-use-privacy-list > li{
    font-weight: bold;
}
.provided-that > li::before,
.why-use-privacy-list > li::before{
    content: "(" counter(count) ") ";
}

.why-use-privacy-list > ul,
.service-list {
    list-style: disc;
    list-style-position:inside;
    margin-left: 2em;
    padding: 0;
}
.company-list{
    margin: 1em 2em;
    padding: 0;
}
.to-establish {
    text-align: right;
    margin: 5em 0 4em 0;
}
@media only screen and (max-width: 1024px) {
    .help-wrap-sub{
        margin: 2rem;
    }
}
@media only screen and (max-width: 484px) {
    .help-wrap{
        font-size: 1.3rem;
    }
    .help-section__title{
        font-size: 1.5rem;
    }
    .contact-list-tbl{
        width: 90%;
    }
    .help-info-tbl th,
    .help-info-tbl td{
        padding: 1rem;
    }
}
