.event-list li{
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.267);
  padding: 64px 16px;
  display: block;
  height: 100%;
  border-radius: 45px;
  background-color: #f9f2d4;
  background-image: url(/assets/img/common/frm_top.png), url(/assets/img/common/frm_bottom.png);
  background-position: center top 21px, center bottom 26px;
  background-repeat: no-repeat, no-repeat;
  background-size: 411px 20px, 411px 20px;
  opacity: 1;
}
.event-list li a{
  background: none;
}

.event-list li a figure img{
  display: block;
}
.events #content{
  margin: 0 auto 80px;
}
.events .content{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  /* background: #f9f2d4; */
  padding: 0 1%;
  border-radius: 45px;
}
.events h2{
  text-align: center;
  margin-bottom: 55px;
}
.events h2 span{
  /* position: relative; */
  font-size: 2.6rem;
  color: #ffffff;
  display: inline-block;
  background: #7e6ade;
  padding: 8px 2em;
  border-radius: 20px;
  letter-spacing: 8px;
}
/* .events h2 span:after,
.events h2 span:before{
  content: "";
  width: 90px;
  height: 5px;
  background: #aa5a05;
  position: absolute;
  top: 50%;
} */
.events h2 span:before{
  left: -145px;
}
.events h2 span:after{
  right: -145px;
}
.events .area{
  margin-bottom: 5px;
  /* color: #aa5a05; */
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}
.events .event-list li{
  width: calc(100% / 2 - 32px);
  margin: 0 auto 50px;
  position: relative;
}
.event-item__top,
.event-item__middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: flex-start;
}
.event-item__top{
  position: absolute;
  top: -31px;
  left: -43px;
  padding: 18px 22px 13px;
  background: url(/assets/img/events/common/ico_area.png) no-repeat center / contain;
  transform: rotate(-22deg);
}
.icon {
  text-align: right;
}
.icon p{
  white-space: nowrap;
  background: #7e6ade;
  color: #fff;
  padding: 8px 14px;
  border-radius: 18px;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
}
.event-list li .date{
  display: block;
  margin-bottom: 16px;
  font-weight: 800;
  padding: 8px;
  border-radius: 15px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  background-color: #fff;
  color: #3d3936;
  margin-right: 10px;
  width: 100%;
}
.event-list li .name{
  /* margin-bottom: 15px; */
  color: #aa5a05;
  font-size: 1.375rem;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .events .event-list li{
    width: 100%;
  }
  .events h2{
    margin-bottom: 30px;
  }
  .events h2 span{
    padding: 2px 1.4em;
    font-size: 2.2rem;
  }
}

/* events single */
.news-post{
  padding: 30px 0 0;
  /* font-size: 1.26rem; */
}
.news-table{
  display: flex;
}
.news-table p{
  width: auto;
}
.news-table p:first-child{
  margin-right: 16px;
}
.txt{
  font-size: 1.28rem;
}