@charset "UTF-8";


.bold {
  font-weight: bold;
  color: #29A3CF;
}

.mv_pc {
  display: block;
}

.mv_sp {
  display: none;
}

.bold_red {
  font-weight: bold;
  color: red;
}

.sec_renewal {
  background-color: #28a3cf;
  padding-top: 0;
}

.sec_renewal .inner {
  background-color: #fff;
  border-radius: 10px;
  width: 94%;
  padding: 20px 3%;
  margin: 0 auto;
}

.sec_tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.function_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff4e8;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 10px 4% 0;
}

.function_item:nth-child(odd) {
  flex-direction: row-reverse;
  background-color: #e7f9ff;
}

.function_item img {
  width: 40%;
  max-width: 300px;
}

.item_tit {
  font-size: 30px;
  color: #f3852d;
  margin-bottom: 10px;
}

.function_item:nth-child(odd) .item_tit {
  color: #28a3cf;
}

.function_item:nth-child(odd) .bold {
  color: #46abcf;
}

.function_item:nth-child(even) .bold {
  color: #f3852d;
}




.oubo_txt {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.sub_txt {
  font-size: 14px;
  padding: 0 3%;
}

a.registration {
  padding: 0;
  background: #49ada0 url(../img/ico_registration01.png) no-repeat 16px center;
  border-bottom: 2px solid #3f968b;
}

a.registration span {
  display: block;
  padding: 6px 70px 3px 39px;
  background: url(../img/ico_free01.png) no-repeat 85% 52.5%;
  background-size: 25%;

}

a.login {
  padding: 6px 10px 3px 29px;
  background: #f3852d url(../img/ico_login01.png) no-repeat 10px center;
  border-bottom: 2px solid #d37327;
}

@media screen and (max-width: 640px) {

  .mv_pc {
    display: none;
  }

  .mv_sp {
    display: block;
  }

  .renewal_txt,
  .renewal_txt .bold {
    font-size: 13px;
  }

  .sec_renewal .inner {
    padding: 14px 2%;
  }

  .sec_tit {
    font-weight: bold;
    font-size: 20px;
  }

  .function_item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 4% 0;
  }

  .item_tit {
    font-size: 18px;
    font-weight: bold;
  }

  .function_item .text p {
    font-size: 14px;
  }

  .function_item img {
    width: 220px;
  }

  .oubo_txt {
    font-size: 20px;
    text-align: left;
    padding: 0 4%;
  }

  .sub_txt,
  .sub_txt .bold_red {
    font-size: 13px;
  }

}