.article {
    padding: 50px 0;
    background: #e4eef4;
    background: linear-gradient(45deg, #e4eef4 0%, #fff 100%);
}

.article .inner{
    background:#fff;
    padding:1.5rem 3rem;
    box-shadow: 0px 0px 10px 0px #00000024;
}

.article h1 {
    position: inherit;
    color: #020E19;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.article h1 span.artDate {
    display: block;
    color: #3A4951;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
}

.text section {
    margin-bottom: 1rem;
}

.text section:last-child {
    margin-bottom: 0;
}