@charset "shift_jis";

.art.container {
    width: 1000px;
}



.half-header {

    width: 1000px;
    margin: 0 auto;
}


/* J[h */
.card {
    border: 6px solid var(--vending-red);
    background-color: #fff;
    border-radius: 15px;
    margin: 1rem 2rem;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card-title {
    color: var(--vending-red);
    margin-bottom: 10px;
    font-size: 30px;
}


.card-image img,
.card-image iframe {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 2rem auto;
}


.card-text {
    line-height: 1.7;
    font-size: 1.1rem;
    color: #333;
    margin: 0 1rem;
    text-align: justify;
}
.card-text p {
    margin: 1rem 0;
}

.date-sign {
    text-align: right;
    margin: 2em 1rem;
}

.card-check {
    margin: 1rem;
}

.source-places {
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #555;
}
.source-places::before {
    display: block;
    content: "";
    height: 1px;
    border-top: 1px dotted #ccc;
    margin-bottom: 0.5rem;
}

.prompt p {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    margin: 8px 0;
}
/* ߂ */
.co-list-inner-footer {
    margin: 3rem auto;
    max-width: 880px;
    text-align: center;
}


@media screen and (max-width:768px) {
    .art.container {
        max-width: 100%;
        overflow: auto;
    }
    .card {
        margin: 1rem 0;
    }

    .card-title {
        font-size: 1.5rem;
    }

    .card-text,
    .date-sign,
    .card-check {
        margin: auto 0;
        font-size: 10pt;
    }

    .card-text,
    .card-check {
        text-align: left;
    }
}