/* リード文 */

.article-container {
    margin: auto;
    max-width: 75%;
    padding-top: -30px;
}

.article-container p {
    font-size: 1em;
}

.article-area {
    width: 100%;
}

.article-title {
    padding: 1em 0 1em 0;
    font-size: 2em;
    border-bottom: 5px solid #B1000E;
    margin-bottom: 2em;
}

.article-title p{
    line-height: 1.2em;

}

.article-lead {
    margin-bottom: 40px;
}

.article-lead p {
    font-size: 1em;
    line-height: normal;
}

.article-text{
    margin-bottom: 5em;

}

.article-text p {
    font-size: 1.1em;
    line-height: normal;
}


.article-text a {
    display: block;
    margin-top: 1em;
    text-decoration: none;

}

.article-heading {
    display: block;
    border-left: 10px solid #B1000E;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-img img {
    display: block;
    margin: auto;
    width: 65%;
    margin-top: 3em;
    margin-bottom: 3em;
}