<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.article-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8;
}

.article-title h1 {
    font-size: 64px;
    line-height: 1.5;
    font-weight: 700;
}

.article-title p {
    font-size: 24px;
}

a.opinion-box-button {
    display: block;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 100vh;
    position: relative;
    transition: 0.2s;
    height: 78px;
    line-height: 78px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    font-size: 24px;
    background: #2389ca;
    color: #ffffff;
}

a.opinion-box-button:hover {
    transform: scale(1.05);
    transition: .5s;
}

a.opinion-box-button .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.app-content {
    padding: 50px;
}

.app-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.app-box {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.app-box-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin: 20px 0;
}

.app-image img {
    border-radius: 10px;
    max-width: 120px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    vertical-align:top;
}

.app-text {
    line-height: 1.8;
    max-width: 650px;
}

.app-point {
    font-size: 18px;
    color: #2389ca;
    font-weight: 700;
    position: relative;
}

.app-point:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #2389ca;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.app-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.app-tags {
    display: flex;
    margin: 10px 0;
    gap: 8px;
}

.app-tags span {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    color: #ffffff;
    background: #c3c3c3;
    border-radius: 5px;
}

.app-text p {
    font-size: 14px;
    font-weight: normal;
}

.app-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.app-detail {
    font-size: 16px;
}

a.app-dl-button {
    display: block;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    border-radius: 100vh;
    position: relative;
    transition: 0.2s;
    height: 42px;
    line-height: 42px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    font-size: 16px;
}

a.app-dl-button:hover {
    transform: scale(1.05);
    transition: .5s;
}

.article-content p {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .article-container {
        padding: 15px;
    }

    .app-content {
        padding: 15px;
    }

    .app-box {
        padding: 15px;
    }

    .app-box-inner {
        flex-wrap: wrap;
    }

    .app-link {
        flex-wrap: wrap; 
    }

    .page-section {
        line-height: 1.8;
    }

    .article-container {
        padding: 20px;
    }

    .article-title h1 {
        font-size: 36px;
    }

    .article-title p {
        font-size: 16px;
    }

    .app-link div:first-child {
        width: 100%;
    }    

    a.app-dl-button {
        width: 100%;
    }

    a.opinion-box-button {
        display: block;
        text-align: center;
        max-width: 560px;
        margin: 0 auto 30px;
        border-radius: 100vh;
        position: relative;
        transition: 0.2s;
        height: 60px;
        line-height: 60px;
        box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
        font-size: 16px;
        background: #2389ca;
        color: #ffffff;
    }

    .app-box-inner {
        justify-content: center;
    }

    .app-content {
        padding: 20px;
    }

    .app-content h2 {
        font-size: 18px;
    }

    .app-box {
        padding: 20px;
    }

    .app-image img {
        max-width: 200px;
    }

    .app-box-inner {
        flex-wrap: wrap;
    }

    .app-tags {
        flex-wrap: wrap;
        gap: 8px;
    }

    .app-link {
        flex-wrap: wrap;
    }

    .app-point {
        font-size: 16px;
    }
}</pre></body></html>