@charset "utf-8";

section {
  justify-content: space-between;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

section h1 {
  font-family: "ZenkakuGothicNew-Regular";
}

.section-text {
  margin-bottom: 25px;
  border-bottom: double 4px var(--maincolor);
}

.subsection-text {
  /* レイアウト変える */
  font-family: "ZenkakuGothicNew-Light";
  border-bottom: 1px solid #00ABEA;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 15px;
}

@media (max-width: 1280px) {

  main {
    margin-top: 50px;
  }

  section {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .section-text {
    font-size: 14px;
    text-align: center;
  }

  footer {
    margin-top: 350px;
  }

}