.agenda {
    position: relative;
    overflow: hidden;
}

.agenda::before {
    position: absolute;
    content: url(../img/page_deco.svg);
    left: -9rem;
    width: 250px;
}

.agenda::after {
    position: absolute;
    content: url(../img/page_deco.svg);
    right: -12rem;
    bottom: 3rem;
    width: 300px;
}

.agenda-head {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid var(--main-color);
}

.agenda-content {
    padding: 15px 0;
    border-bottom: 1px dashed #666666;
}

.agenda-title {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
}

.agenda-name {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 5px;
}

.agenda-name span {
    font-weight: 500;
    font-size: 18px;
}

.tag {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 15px;
    padding: 3px;
    border-radius: 5px;
}

.break {
    color: #666666;
}

.track {
    padding-top: 10px;
}

.track span {
    font-size: 30px;
}

.titleA {
    color: #FF8C04;
}

.titleB {
    color: #235789;
}

.titleC {
    color: #FF044F;
}

.agModal .modal-content {
    border-radius: 10px;
    font-size: 16px;
}

.agModal .modal-body {
    padding: 1.5rem 2.2rem;
}

.agModal .modal-header {
    border-bottom: none;
}

.agModal h3 {
    font-weight: 700;
}

.ag-time {
    margin-bottom: 2rem;
}

.agModal .tag {
    font-size: 13px;
}

.agModal-sp {
    margin-bottom: 20px;
}

.agModal-sp img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

@media (min-width: 768px) {
    .agModal {
        max-width: 650px;
    }
}

@media (max-width:576px) {

    .titleA,
    .titleB,
    .titleC {
        padding-top: 15px;
    }
}