@charset "UTF-8";

/*====================
leagl
==================== */
.section--leagl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px var(--contentPadding);
}

.tableLeagl__txt {
  margin-top: 16px;
}

.tableLeagl__detail {
  margin-top: 12px;
}


/*
PC
======================================== */
@media screen and (min-width: 769px) {
  .section--leagl {
    padding: 96px 60px 136px;
  }
}