.contents {
  font-family: 'Noto Sans JP', sans-serif;
}

.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

#wrapperAll .mainimg {
  background: #99DF99 url("../img_n/bg.png") repeat;
  width: 100%;
}

#wrapperAll h1 {
  margin: 0 auto;
  max-width: 980px;
}

#wrapperAll h1 img {
  width: 100%;
}

.contentsWrapper {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.contents {
  background: #fff;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.contents .inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  margin: 40px auto 30px;
}

.section02 h2 {
  font-size: 24px;
  font-weight: normal;
  color: black;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 3px solid #00AF00;
  padding: 0 5px 8px;
}

.section02 h2 span {
  color: #00AF00;
  font-size: 32px;
  font-weight: 700;
}

.entryBt a {
  width: 528px;
  display: block;
  font-weight: bold;
  background: #00AF00;
  border-radius: 100vmax;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  padding: 25px 0;
  margin: 0 auto 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.entryBt a:hover {
  background: #fff;
  color: #00AF00;
  outline: 2px solid #00AF00;
  opacity: 1;
}

.fixed-btn__area {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.16);
  padding: 10px 0;

}

footer {
  margin-bottom: 60px !important;
}

/*  */


.container {
  overflow: hidden;
}

.slction02_ttl {
  background: #EBFAEB;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px;
  padding-top: 45px;

  p.ttl {
    font-size: 24px;
    font-weight: 500;
  }

  p {
    font-size: 20px;

    b {
      font-size: 24px;
      color: #00AF00;
      font-weight: 700px;

    }
  }

  h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #EB7000;
    background: linear-gradient(transparent 70%, #fff 70%);
    margin: 30px auto;
    padding: 0 5px 0 10px;

    span {
      font-size: 56px;
      font-style: normal;

      line-height: 100%;
      /* 56px */
    }
  }
}

.slction02_box {
  background: #EBFAEB;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 80px;

  .service_box {
    display: flex;
    width: 1040px;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 auto;
  }

  .service_box li {
    display: flex;
    width: 512px;
    padding: 32px 40px 32px 32px;
    align-items: center;
    gap: 24px;
    background-color: #fff;
    text-align: left;
    border-radius: 8px;

    p {
      font-size: 24px;

      span {
        font-size: 28px;
        font-weight: 700;
        color: #00AF00;

        &.attention {
          font-size: 13px;
          color: inherit;
          text-indent: -1em;
          padding-left: 1em;
          line-height: 1.2;
          font-weight: normal;
          display: inline-block;
          text-align: left;
          margin-top: 10px;
        }



      }
    }

  }

  .service_box img {
    display: block;
    width: 120px;
  }

  .service_box li span {
    font-size: 28px;
    display: inline;
  }

}

.section03 {
  width: 1040px;
  margin: 26px auto 80px;
  p{font-size: 20px;}
  h2 {
    font-size: 40px !important;
    font-weight: 600;
    color: #222 !important;
    border: none;
    height: 145px;
    line-height: 145px;
    background: url("../img_n/pict6.png") no-repeat;
    background-size: 140px auto;
    background-position: top left;
    padding-left: 160px;
    margin-left: -160px;
    margin-bottom: 0;

    span {
      font-size: 64px;
    }
  }

  .conditions {
    text-align: left;
    width: 750px;
    margin: 0 auto;
    padding-bottom: 32px;
  }

  dl {
    display: flex;
    padding: 0;
    align-items: center;
    gap: 24px;
    text-align: left;
    border: 2px solid #00AF00;
    border-radius: 8px;
    position: relative;
    margin: 0 auto 40px;

    &::after {
      position: absolute;
      content: "";
      width: 40px;
      height: 30px;
      display: block;
      bottom: -35px;
      left: auto;
      right: calc(50% - 20px);
      background: url("../img_n/ico_arr.svg") no-repeat;
    }


    dt.no {
      background-color: #00AF00;
      color: #fff;
      font-size: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2px;
      align-self: stretch;
      padding: 12px;
      width: 68px;


    }

    dt.txt {
      font-size: 24px;
      width: 310px;
      border-right: #00AF00 3px dotted;
      padding: 0 24px;




    }

    dd {
      font-size: 18px;
      padding: 24px 32px;
      width: 690px;

      span {
        font-size: 13px;

      }

    }
  }

  dl:last-of-type::after {
    display: none;
  }

  h3 {
    position: relative;
    display: block;
    padding: 0 55px;
    margin: 56px 0 32px;
    font-size: 28px;
    
  }

  h3:before,
  h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 430px;
    height: 2px;
    background-color: #DBDBDB;
  }

  h3:before {
    left: 0;
  }

  h3:after {
    right: 0;
  }

  ul {
    text-align: left;

    li {
      margin-bottom: 10px;
      font-size: 18px;
      
    }

    li:before {
      content: "";
      /* 空の要素作成 */
      width: 10px;
      /* 幅指定 */
      height: 10px;
      /* 高さ指定 */
      display: inline-block;
      /* インラインブロックにする */
      background-color: #00AF00;
      /* 背景色指定 */
      border-radius: 50%;
      /* 要素を丸くする */
      position: relative;
      /* 位置調整 */
      top: -2px;
      /* 位置調整 */
      margin-right: 20px;
      /* 余白指定 */
    }
  }

  hr {
    margin: 0;
    padding: 0;
    border-top: 1px solid #DBDBDB;
    margin-bottom: 32px;
  }
}

p.attention {
  font-size: 13px;
  color: inherit;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}

.section04 {
  background: #F5F4F2;
  display: flow-root;
  /* 最新の推奨設定 */
  padding-bottom: 80px;

  h2 {
    margin-top: 60px;
    font-size: 40px;
    background: none;
    border: none;
    font-weight: 600;
    color: #222 !important;
    border: none;
    line-height: 128px;
    background: url("../img_n/pict7.png") no-repeat;
    background-size: 140px auto;
    background-position: top right;
    padding: 0 160px;
    margin-bottom: 0;
  }

  dl {
    background: #FFF;
    width: 1040px;
    margin: 0 auto 16px;
    border-radius: 8px;
    padding: 24px 64px 24px;
    text-align: left;
    display: flow-root;
    /* 最新の推奨設定 */


    dt {
      font-weight: 600;
      margin-bottom: 16px;
      background: url("../img_n/ico_q.svg") no-repeat 0 0;
      background-size: 32px 32px;
      padding-left: 40px;
      line-height: 32px;
    }

    dd {
      background: url("../img_n/ico_a.svg") no-repeat 0 0;
      background-size: 32px 32px;
      padding-left: 40px;
      display: block;
      min-height: 32px;
      font-size: 18px;
      

    }

  }

  .qa_link a {
    display: inline-block;
    margin: 48px auto 24px;
    color: #008000;
    font-size: 20px;
    background: url("../img_n/ico_link.svg") no-repeat center right;
    background-size: 14px 14px;
    padding-right: 20px;

    &:hover {
      opacity: .8;
    }
  }
}

.entryWrap p {
  color: #222;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}