.activity{
}
.activity-eyecatch {
  background: url(/images/black-mosaic-tiles-1510.png);
  color: #fff;
  padding: 80px 2%;
  text-align: center;
}
.activity-eyecatch .content-header {
  color: #fff;
  line-height: 1.7;
  margin: 8px auto;
}


.activity-howto {
  background: #EDF1F2;
  padding: 80px 2%;
  text-align: center;
}
.activity-howto .content-header {
  margin: 0 auto 8px;
}
.activity-howto .content-text {
  margin: 0 auto;
  max-width: 900px;
}


.acticity-flow {
  background: #fff;
  padding: 80px 2%;
  text-align: center;
}
.activity-flow-ul {
  margin: 36px auto;
  position: relative;
  text-align: left;
  max-width: 900px;
}
.activity-flow-ul li:not(:last-child):after {
  color: #ccc;
  content: '\f063';
  display: block;
  font-family: "FontAwesome";
  font-size: 3em;
}


.activity-mtg {
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 80px 2%;
  text-align: center;
}
.activity-mtg-wrapper {
  margin: 12px auto;
  max-width: 900px;
}


@media screen and (max-width:550px) {
.activity-flow-ul li:not(:last-child):after {
  font-size: 2.5em;
}
}
