@charset "utf-8";


/* ------- common ------- */

/* color */
.ru-c-fff600{
  color: #fff600;
}


.kvArea a:hover,
.addArea a:hover,
.bnrArea a:hover{
  opacity: 0.8;
}


/* ------- parts ------- */

/* kvArea */
.kvArea{
  width: 960px;
  margin: 0 auto;
  padding-top: 32px;
  display: flex;
  justify-content: center;
  position: relative;
}
  .kvArea h1{
    margin-right: 16px;
    padding-left: 16px;
  }
  .kvArea .kvArea__text--lead{
    position: absolute;
    top: 300px;
    left: 0;
    width: 346px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }


/* otokuArea */
.otokuArea{
  width: calc(960px - 70px);
  margin: 0 auto;
  padding: 18px 30px 18px 40px;
  background: #06c755;
}
  .otokuArea h2{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
  }

  .otokuArea .otokuArea__point{
    margin-top: 24px;
  }
    .otokuArea .otokuArea__point ol{
      width: 100%;
      text-align: center;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.2;
      color: #ffffff;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
    }
      .otokuArea ol li{
        width: 430px;
        height: auto;
        padding: 16px 0;
        border-radius: 16px;
        background: #005a50;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
      }
      .otokuArea .otokuArea__point ol .otokuArea__point--1st::before,
      .otokuArea .otokuArea__point ol .otokuArea__point--2nd::before,
      .otokuArea .otokuArea__point ol .otokuArea__point--3rd::before{
        display: block;
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        top: -12px;
        left: -12px;
      }
      .otokuArea .otokuArea__point ol .otokuArea__point--1st::before{
        background: url(../img/20221213/otoku_list1.png) top left no-repeat;
        background-size: 50px 50px;
      }
      .otokuArea .otokuArea__point ol .otokuArea__point--2nd::before{
        background: url(../img/20221213/otoku_list2.png) top left no-repeat;
        background-size: 50px 50px;
      }
      .otokuArea .otokuArea__point ol .otokuArea__point--3rd::before{
        background: url(../img/20221213/otoku_list3.png) top left no-repeat;
        background-size: 50px 50px;
      }


/* addArea */
.addArea{
  width: 100%;
  background: #98ef3a;
  padding: 56px 0;
}
  .addArea .addArea__text--lead{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
  }
  .addArea .addArea__text--lead2{
    font-size: 18px;
    text-align: center;
  }
  .addArea .addArea__text--caution{
    font-size: 16px;
    font-weight: ;
  }

  .addArea .addArea__header{
    width: 770px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
    .addArea .addArea__header .addArea__header--btn{
      width: 370px;
      height: 57px;
      background: #ff4848;
      box-shadow: 2px 2px 0px 1px rgba(186,32,7,1);
      border-radius: 28px;
    }
      .addArea .addArea__header .addArea__header--btn a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(370px - 20px);
        height: 57px;
        padding-right: 20px;
        background: url(../img/20221213/addarea_btn_arrow.png) no-repeat;
        background-size: 18px 13px;
        background-position: 320px center;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
      }

  .addArea .addArea__contents{
    width: calc(950px - 240px);
    margin: 0 auto;
    padding: 80px 120px;
    background: #ffffff;
    border-radius: 40px;
  }
    .addArea .addArea__contents h2{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 420px;
      height: 48px;
      margin: 0 auto 24px;
      background: #06c755;
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      position: relative;
    }
      .addArea .addArea__contents h2::after{
        position: absolute;
        bottom: -10px;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-top: 10px solid #06c755;
        border-left: 5px solid transparent;
        transform: translateX(-50%);
      }

    .addArea .addArea__contents .addArea__contents--qa{
      width: 100%;
      display: flex;
    }

    .addArea .addArea__contents .addArea__contents--step{
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
      .addArea .addArea__contents .addArea__contents--step.-arrow{
        position: relative;
        margin-bottom: 24px;
        padding-bottom: 56px;
      }
      .addArea .addArea__contents .addArea__contents--step.-arrow::after{
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        content: '';
        width: 704px;
        height: 20px;
        background: url(../img/20221213/addarea_arrow.png) no-repeat;
        background-size: 704px auto;
      }
        .addArea .addArea__contents .addArea__contents--step dl{
          margin-right: 40px;
        }
          .addArea .addArea__contents .addArea__contents--step dt{
            margin-bottom: 24px;
            text-align: center;
          }
          .addArea .addArea__contents .addArea__contents--step dd{
            font-size: 17px;
            font-weight: 600;
            text-align: center;
          }


/* bnrArea */
.bnrArea h2{
  font-size: 23px;
  font-weight: 600;
  color: #ef9a07;
  margin-bottom: 16px;
}



