.event_list{margin-top:2rem;display:grid}.event_list li{width:100%}.event_list li:not(:has(a)),.event_list a{display:flex;flex-wrap:wrap;gap:0.5rem 16px}.event_list a{color:#333;text-decoration:none;width:100%}.event_list time{display:inline-block;font-size:1rem;font-weight:bold;line-height:1.2;margin-right:.1em;vertical-align:bottom}.event_list figure{border-radius:0.5rem;margin:0 0 0.5rem;order:-1;width:100%}.event_list_date{align-items:center;display:inline-flex;font-size:0.75rem;min-height:1.5rem}.event_list_date_time{display:contents}.event_list_date_time:not(:first-child)::before{border-top:1px solid #333;content:"";display:inline-block;margin:auto .2em;width:.6em}.event_list_tag{background-color:#444;border-radius:0.25rem;color:#fff;display:inline-block;font-size:0.75rem;line-height:1.5rem;min-width:5.625rem;text-align:center}.event_list_text{margin-top:calc(0.5rem - .4em);text-decoration:underline;-webkit-text-decoration-color:rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);transition:all .3s;width:100%}a:hover .event_list_text,a:active .event_list_text{-webkit-text-decoration-color:#333;text-decoration-color:#333}ul.event_list{gap:1.5rem}@media(max-width: 768px){.event_list dt:not(:first-child){margin-top:1.5rem}}@media(min-width: 479px){ul.event_list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 769px){dl.event_list{gap:1.5rem;grid-template-columns:auto 1fr}}@media(min-width: 769px){ul.event_list{grid-template-columns:repeat(3, 1fr)}}