@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : clubsavvy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
.con_clubsavvy {
  width: 580px;
  margin-inline: auto;
}

.con_activity {
  margin-top: 100px;
  text-align: center;
}
.con_activity:last-child {
  margin-bottom: 100px;
}
.con_activity a {
  width: 300px !important;
  margin: 40px 0 !important;
}
.con_activity a span {
  text-align: left;
}
.con_activity .box_activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
