.agenda{max-width:1000px;margin:0 auto}.agenda__month{position:relative}.agenda__list{list-style:none;margin:0;padding:0;position:relative}.agenda__list li+li{margin-top:2rem}.agenda__item__date{display:block;line-height:3rem;background:#fff;color:#7843ab;font-size:1.4rem;font-weight:bold;text-align:center}.agenda__item__date{width:3rem;border-radius:50%;margin:0 auto}@media(min-width:1024px){.agenda__item__detail{flex-direction:row}}@media(min-width:768px){.agenda__month:before{content:'';display:block;width:2px;height:96%;position:absolute;bottom:0;left:calc(50% - 2px);background:#7843a5;z-index:0}.agenda__item .agenda__item__article{display:flex;justify-content:space-between;align-items:center}.agenda__item .agenda__item__article:before{content:'';display:block;order:1;flex-basis:43%}.agenda__item .agenda__item__date{order:2}.agenda__item .agenda__item__detail{order:3;flex-basis:43%}.agenda__item:nth-child(even) .agenda__item__article:before{order:3}.agenda__item:nth-child(even) .agenda__item__detail{order:1}.agenda__item:nth-child(even) .agenda__item__detail .desc{text-align:right}}@media(max-width:767px){.agenda__item{text-align:center}.agenda__item__date{margin-bottom:1rem}}