@charset "utf-8";

.mainSection {
  overflow: hidden;
  padding: 0 0 30px;
}

.mainSection__contents {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.mainSection__head {
  margin: 0;
  text-align: center;
  /* background: #333; */
  /* color: #fff; */
  padding: .5em 0 .8em;
  letter-spacing: .1em;
  font-size: 3.2rem;
  line-height: 1.2;
  position: relative;
}

.mainSection__head::after {
  content: "";
  width: 40px;
  height: 3px;
  /* background: #fff; */
  position: absolute;
  right: 0;
  bottom: .5em;
  left: 0;
  margin: 0 auto;
}

#nwu_001_t .mainSection__contents {
  background: #333333;
  padding: 30px 15px;
  font-size: 1.4rem;
  max-width: 1000px;
}