@charset "utf-8";

/* ----- img ----- */

.p-article__body-main-img {
    max-width: 840px;
    margin: 0 auto;
}

.p-article__body-main-img area {
    border:none;
    outline:none;
}

.img-position {
    position: relative;
    max-width: 840px;
    max-height: 4012px;
}

/* ----- text ----- */

.txt-article {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.txt-article__area  {
    font-size: 1.8rem;
    font-weight: normal;
    color: #000 !important;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 3em !important;
}

@media screen and (max-width:720px) {
    .txt-article {
        width: 100%;
        padding: 0 1em;
    }
}

