:root {
    --primary-color: rgba(255, 118, 152, 0.397);
}

/* フッター */
footer {
    padding-bottom: 10px;
    color: white;
}

footer {
    background-color: rgba(56, 85, 27, 0.788);
}

footer>div>ul>li>a {
    color: white;
}

.pc-row {
    display: flex;
    justify-content: center;
}

mark.highlight {
    background: linear-gradient(transparent 60%, var(--primary-color) 60%);

    font-size: 1.14em;
}

.border-support {
    border-color: var(--primary-color);
}

.f-15 {
    font-size: 1.5em !important;
}


@media screen and (max-width:600px) {
    .pc-row {
        flex-direction: column;
    }

    .support-text {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
}

@media screen and (min-width:601px) {
    .support-text {
        width: 100%;
        height: 50vh;
        margin: 10px;
        object-fit: cover;
    }
}