.main_contents {
  margin: 0 auto 184px;
}

.main_ttl_area {
  padding: 100px 0 80px;
}

.main_ttl {
  width: 19.7%;
  max-width: 197px;
  margin: 0 auto;
}

h1 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 0;
  letter-spacing: 0.08em;
}

section {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}

section .lead {
  padding-bottom: 60px;
}

section article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #6E6E6E;
}

section article h2 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 30px;
}

section article a:visited {
  color: #00a9e3;
}

section article a:hover {
  opacity: 0.7;
}

section article ul {
  padding: 30px 0;
}

section article ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  text-align: justify;
}

section article ul li::before {
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #6E6E6E;
}

section article ul:nth-of-type(2) {
  padding-bottom: 0;
}

section article:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .main_contents {
    margin: 0 auto 125px;
  }
  .main_ttl_area {
    padding: 75px 0;
  }
  .main_ttl {
    width: 28.934%;
  }
  h1 {
    font-size: calc(11px + (12 - 11 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding: 15px 0 0;
  }
  section {
    width: 82.667%;
    line-height: 1.55em;
  }
  section .lead {
    text-align: justify;
    font-size: calc(12px + (13 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding-bottom: 40px;
  }
  section article h2 {
    font-size: calc(14px + (16 - 14 ) * ( 100vw - 375px ) / (767 - 375 ));
    padding-bottom: 25px;
  }
  section article p {
    font-size: calc(12px + (13 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
    text-align: justify;
  }
  section article a:hover {
    opacity: 1;
  }
  section article ul {
    padding: 25px 0;
  }
  section article ul li {
    font-size: calc(12px + (13 - 12 ) * ( 100vw - 375px ) / (767 - 375 ));
  }
}
/*# sourceMappingURL=style.css.map */