<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.point {
    background: #fff;
    border-radius: 100%;
    width: 350px;
    height: 350px;
    padding-top: 85px;
    text-align: center;
}
.point .title {
    font-size: 2rem;
    font-weight: bold;
}
.point .number {
    font-size: 3.4rem;
    color: #e60039;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 10px;
}
.point .number strong {
    font-size: 8.5rem;
    font-family: 'Roboto';
    font-weight: 900;
}
.iconBlock img {
    width: 117px;
    margin: 0 auto 30px;
    display: block;
}
.iconBlock h3 {
    text-align: center;
}
.iconBlock .w1-3.color_bg small {
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
    letter-spacing: -0.03em;
    margin-top: 15px;
}
/* ------------------------------
 スマホ用コード（見出し）
------------------------------ */
@media screen and (max-width: 767px) {
    .point {
        width: 290px;
        height: 290px;
        padding-top: 80px;
        margin: 0 auto 20px;
    }
    .point .title {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .point .number {
        font-size: 3rem;
        color: #e60039;
        margin-top: 7px;
    }
    .point .number strong {
        font-size: 7rem;
    }
    .iconBlock .w1-3 {
        margin-bottom: 20px;
        padding: 30px;
    }
}</pre></body></html>