.pc-event-container {
    background-color: #ebf1f6;
    border: 1px solid #1a448d;
    padding: 24px;
    color: #333333;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    line-height: 1.6;
    margin: 10px auto;
}

.pc-event-title {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.pc-event-title .highlight {
    font-size: 20px;
    margin-right: 4px;
    text-decoration: underline;
    color: #1a448d;;
}
.pc-event-title span{
    font-weight: bold;
}

.pc-event-top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.pc-event-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pc-event-image {
    flex-shrink: 0;
    margin-right: 20px;
    width: 280px;
}
.pc-event-image img {
    width: 100%;
    height: auto;
    border: 3px solid #ffffff;
    display: block;
}

.pc-event-item {
    margin-bottom: 20px;
    font-size: 15px;
}
.pc-event-top-section .pc-event-item {
    margin-bottom: 0;
}
.pc-event-bottom-section .pc-event-item:last-child {
    margin-bottom: 16px;
}

.pc-event-label {
    font-weight: bold;
    margin-bottom: 4px;
}

.pc-event-note {
    font-size: 13px;
    color: #333333;
    margin: 16px 0 0 0;
    line-height: 1.5;
}

.detail-daigaku-url {
    text-decoration: underline;
}