.entrypage p.account-info-english-note,
.mypage p.account-info-english-note,
.shippingpage p.account-info-english-note {
    color: #F00;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.54px;
    text-align: left;
    border: 2px solid #F00;
    border-radius: 4px;
    padding: 4px 12px;
    margin: 0 auto 20px;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .entrypage p.account-info-english-note,
    .mypage p.account-info-english-note,
    .shippingpage p.account-info-english-note {
        font-size: 16px;
        line-height: 140%; /* 22.4px */
        letter-spacing: 0.48px;
        margin-bottom: 24px;
    }
}
