@charset "utf-8";

/* ===================================================
  main
====================================================== */
.inner_col {
  max-width: 800px;
}

/* ===================================================
  sec01
====================================================== */


section h2{
  margin: 0 0 5px;
  padding-bottom: 15px;
  color: var(--text-sub);
  font-size: 32px;
  font-family: "Noto Serif JP", "游明朝", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid var(--light_beige);
}

section p.date{
  margin-bottom: 75px;
  color: var(--text-sub);
  font-size: 14px;
  text-align: right
}

section h3{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
}

section p{
  margin-bottom: 25px;
}


@media screen and (max-width: 768px) {
  section h2{
    font-size: 24px;
    text-align: left;
  }
  section p.date{
    margin-bottom: 5vw;
  }
  section h3{
    margin-bottom: 5vw;
    font-size: 18px;
  }
  section p{
    margin-bottom: 5vw;
  }
}

