body{
  line-height:1.4!important;
}
#contents img{
  width: 100%;
}
header {
  border-bottom: none!important;
}

#contents{
    font-family: 'Noto Sans JP', sans-serif;  
}
.contents{
  background: #eee;
  border-top: 5px solid #3ad6b2;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.contents::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #3ad6b2;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -15px;
  transform: rotate(90deg);
}

.contents .inner{
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  margin: 30px 10px 0;
  font-size: 16px;
}
.h2_cv{
  text-align: center;
  margin: 0 auto;
}
h2{
  font-size: 20px;
  font-weight: bold;
  color: black;
  background:linear-gradient(transparent 80%, #ffed51 80%);
  display: inline-block;
}
h2 span{
  color: #f02f85;
  font-size: 30px;
}

h3{
  font-size: 22px;
  margin: 60px auto 10px;
  text-align: center;

}
.service_box{
  padding: 0;
  border-radius: 8px;
  margin: 0 auto 40px;
}
.service_box li{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 16px 16px 24px 16px;
  margin-bottom: 20px;
}

#contents .service_box img{
  display: block;
  margin: 0 auto 10px;
  width: 50%;
}
.service_box li span{
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.step_box{
  margin: 0 auto;
  width: 100%;
}
.step_box dl{
  width: 100%;
  background: #e5f7f3;
  border-radius: 10px;
  border: 3px solid #3ad6b2;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}
.step_box dl:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #3ad6b2;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(90deg);
}
.step_box dl:last-child::before{
  display: none;
}

.step_box dl dt{
  font-size: 25px;
  color: #3ad6b2;
  font-weight: bold;
  width: 8%;
}
.step_box dl dd{
  font-size: 15px;
  font-weight: bold;
  width: 90%;
}
.step_box dl dd span{
  font-size: 14px;
  font-weight: normal;
}
.entryBt a{
  display: block;
  font-weight: bold;
  background: var(--Primary-Primary, #00AF00);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  border-radius: 100vmax;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
  margin: 0px 20px 40px;
}

.fixed-btn__area {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgb(0, 0, 0, 16%);
  padding: 10px 0;
  height: calc(80px + env(safe-area-inset-bottom));
}
footer{margin-bottom: 80px!important;}

/*  */
.ttl_pict1_wrap{
  text-align: center;
  margin: 0 auto;
}
.ttl_pict1{
  font-size: 20px;
  padding: 8px 20px;
  border-top: #00AF00 2px solid;
  border-bottom: #00AF00 2px solid;
  background-color: #fff;
  display: inline-block;
  margin: -50px 0 24px;
  span{
    font-size: 24px;
    color: #00AF00;
    font-weight: 700;
  }
}

.container {
  overflow: hidden;
  margin-top: 24px;
}

.slction02_ttl {
  background: #EBFAEB;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  padding-top: 50px;
  p.ttl {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
}

.slction02_box {
  background: #EBFAEB;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
  p.ttl {
    font-size: 24px;
    font-weight: 500;
  }

  p {
    font-size: 18px;
    text-align: center;
    width: 90%;
    margin: 0 auto 32px;

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

    }
  }

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

    span {
      font-size: 36px;
      font-style: normal;
      display: inline;
    }
  }

  .service_box {
    margin: 0 20px;
  }

  .service_box li {
    background-color: #fff;
    text-align: left;
    border-radius: 8px;

    p {
      font-size: 24px;
      font-weight: 500;
      width: 100%;
      margin: 0;

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

        &.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;
        }



      }
    }
    &:last-child{
      margin-bottom: 0;
    }
  }

}

.section03 {
  text-align: center;
  margin: 40px 20px;

  h2 {
    font-size: 28px !important;
    font-weight: 600;
    color: #222 !important;
    border: none;
    margin: 0 auto 24px;
    text-align: center;
    background: none;
    line-height: 1.2;

    span {
      font-size: 40px;
    color: #00AF00;
    }
  }

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

  dl {
    padding: 0;
    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: 24px;
      padding: 5px 0;
      text-align: center;
    }

    dt.txt {
      text-align: center;
      font-size: 20px;
      border-bottom: #00AF00 3px dotted;
      padding: 16px 0;
      margin: 0 15px;
      font-weight: 600;
    }

    dd {
      font-size: 18px;
      margin:  16px;

      span {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.2;
        display: block;
        text-indent: -1em;
        padding-left: 1em;

      }

    }
  }

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

  h3 {
    position: relative;
    display: block;
    padding:0;
    margin: 0 0 24px;
    background: #fff;
    z-index: 1;
    font-size: 24px;
  }

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

  h3:before {
    left: 0;
  }

  h3:after {
    right: 0;
  }

  ul {
    text-align: left;
    font-size: 18px;

    li {
      margin-bottom: 10px;
      text-indent: -1.5em;
      padding-left: 1.5em;
    }

    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{
    font-size: 18px;
  }
}

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

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

  h2 {
    margin: 40px auto 24px;
    text-align: center;
    font-size: 28px;
    background: none;
    border: none;
    font-weight: 600;
    color: #222 !important;
    border: none;
  }

  dl {
    background: #FFF;
    margin: 0 20px 16px; 
    border-radius: 8px;
    padding: 16px;
    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;
      font-size: 20px;
    }

    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: 24px auto 16px;
    color: #008000;
    font-size: 20px;
    background: url("../img_n/ico_link.svg") no-repeat center right;
    background-size: 14px 14px;
    padding-right: 20px;
  }
}

.entryWrap p.text {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 40px auto 16px;
}