/*
Theme Name: metagrid-child
Template: metagrid
*/

/* 2024.06 コラム用CTAボタン作成 */
.column-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 50px;
    width: 360px;
    height: 64px;
    color: #fff;
    background-color: #33A3A1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 32px;
}

.column-cta:hover {
    opacity: 0.7;
}

@media (max-width: 738px) {
    .column-cta {
        width: 320px;
        height: 52px;
    }
}