@charset "utf-8";

/*
 * base
 */

.l__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l__flex-column {
  flex-direction: column;
}

@media screen and (max-width:991px) {
  .content-body {
    padding-top: 60px;
  }
}
@media screen and (min-width:992px) {
  .contents .contents-inner {
    width: 1024px;
    margin-left:  auto;
    margin-right: auto;
  }
}

/* end */
