/*--- layout -----*/
.l-contents{
  margin-bottom: 30px;
}
.l-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-flex.col_2 .l-flexItem{
  width: 48.5%;
}
.l-flex.col_3 .l-flexItem{
  width: 32%;
}
.l-space{
  margin-bottom: 30px;
}
.l-image img{
  width: 100%;
}

.o-ta_center{
  text-align: center;
}
.o-padding_m{
  padding: 15px 30px;
}
.c-caption{
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.6;
}

/*--- details -----*/
.event-intro{
  background: #E6F2F4;
  padding: 20px 30px;
}
.event-intro h5{
  margin: 0 0 10px;
  background-position: left 0.35em;
  font-size: 20px;
}
.event-intro-image{
  width: 40%;
}
.event-intro-text{
  width: 60%;
  box-sizing: border-box;
  padding-left: 20px;
}


@media screen and (max-width: 640px) {
.l-flex.sp-col_1 .l-flexItem{
  width: 100%;
}
.l-flex.sp-col_2 .l-flexItem{
  width: 48.5%;
}
.o-padding_m{
  padding: 10px 25px;
}

.event-intro{
  padding: 15px;
}
.event-intro h5{
  font-size: 17px;
}
.event-intro-image{
  width: 100%;
  margin-bottom: 20px;
}
.event-intro-text{
  width: 100%;
  padding-left: 0;
}


}