/* 退会抑止文言 */
.churn_prevention {
    width: 640px;
    transform: rotate(-0.03deg);
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    /* わずかに回転を入れることでWindowsにおけるヒンティングを回避する */
    transform: rotate(0.03deg);
    font-size: 1em;
    font-weight: 700;
    color: #252525;

    padding: 1em 2em;
    margin: 0 auto;
    margin-bottom: 24px;
    border: solid 3px #f3dd24;
    border-radius: 10px;
    box-sizing: border-box;
}

.churn_prevention ul {
    list-style-type: disc;
    display: inline-block;
    font-weight: 400;
}

.churn_prevention li {
    display: list-item;
    text-align: left;
}

.churn_prevention ul span {
    color: #ff0000
}
