h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 768px) {
    h2 {
      margin-bottom: 20px;
      padding-bottom: 14px;
      font-size: 22px; } }
  h2::after {
    content: '';
    width: 80px;
    height: 10px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px); }
    @media screen and (max-width: 768px) {
      h2::after {
        width: 60px;
        height: 6px;
        left: calc(50% - 30px); } }

section.cntWrap {
  max-width: 820px;
  width: 93%;
  margin: 0 auto 120px; }
  @media screen and (max-width: 768px) {
    section.cntWrap {
      margin: 0 auto 48px; } }
  section.cntWrap p.lead {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      section.cntWrap p.lead {
        line-height: 1.4;
        font-size: 14px; } }
  section.cntWrap dl {
    margin-top: 55px; }
    @media screen and (max-width: 768px) {
      section.cntWrap dl {
        margin-top: 24px; } }
    section.cntWrap dl dt {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.cntWrap dl dt {
          margin-bottom: 5px;
          font-size: 18px; } }
      section.cntWrap dl dt::before {
        content: '';
        width: 8px;
        height: 8px;
        margin-right: 6px;
        border: 8px solid #191919;
        border-radius: 12px; }
        @media screen and (max-width: 768px) {
          section.cntWrap dl dt::before {
            width: 6px;
            height: 6px;
            margin-right: 4px;
            border-width: 6px; } }
    section.cntWrap dl dd {
      padding-left: 35px;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        section.cntWrap dl dd {
          padding-left: 20px;
          line-height: 1.6; } }
      section.cntWrap dl dd ul {
        max-width: 590px;
        width: 90%;
        margin: 0 auto;
        padding-top: 5px; }
        section.cntWrap dl dd ul li {
          margin-top: 10px;
          padding-left: 0.5em;
          text-indent: -0.5em; }
          @media screen and (max-width: 768px) {
            section.cntWrap dl dd ul li {
              margin-top: 4px; } }

/*# sourceMappingURL=style.css.map */
