.event_list{margin-top:2rem;display:grid;gap:1.5rem}.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;outline:none;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 figure:has(a:focus-visible){outline:2px solid #027dbb}.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}.content_inner .event_list{display:flex;justify-content:center}.content_inner .event_list li{max-width:282px}@media(min-width: 480px)and (max-width: 768px){.event_list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 769px){.event_list{grid-template-columns:repeat(3, 1fr)}}