@charset "UTF-8";

.shareholder_privacy {
    padding-bottom: 6rem;
    width: 1000px;
    margin: 0 auto;
}
.border-ttl {
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 257%;
    line-height: 1.33;
    border-bottom: solid 4px #004098;
}
section {
    margin-top: 2.5rem;
}
section h3 {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
section h3 > span{
    border-bottom: 2px solid #d9d9d9;
}
section p {
    display: block;
    font-size: .9375rem;
    line-height: 2;
}

@media (max-width: 780px)
{.shareholder_privacy {
    width: 100%;
}
.border-ttl {
    font-size: 210%;
}
section h3 {
    font-size: 1.3rem;
}
}