@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*All END*/
.local-menu .data-menu a,
.local-menu .data-menu a:hover {
  box-shadow: 0 -3px #c12c1f inset;
}
.content > section + section {
  margin-top: 120px;
}
.system {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px calc(50vw - 50%) 140px;
  background: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .content > section + section {
    margin-top: 60px;
  }
  .system {
    padding: 60px calc(50vw - 50%);
  }

  /*smartPhone END*/
}
