.article11 {
    background-color: #efefff;
}

.article11 p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: center;
}

.article11 p span {
    font-weight: 400;
}


/*==================================================*/
@media (max-width: 650px) {
    .article11 p {
        font-size: 22px;
    }
}


@media (max-width: 500px) {
    .article11 p br {
        display: none;
    }
}