.content .luckypoint {
  padding: 0 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .luckypoint__inner {
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.275;
}
.content .luckypoint__text {
  padding: 2px 0;
}
.content .onepoint {
  background: #fff;
}
.content .onepoint__inner {
  border-bottom: 1px solid #E1E1E1;
  padding: 0 0 16px;
  margin: 0 auto 32px;
}
.content .onepoint__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ED9F89;
  font-weight: bold;
  padding: 0 0 8px;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  margin: 0 auto 16px;
}
.content .onepoint__box {
  padding: 16px 0;
}
.content .onepoint__box-title {
  color: #ED89A5;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 8px;
}
.content .onepoint__box-text {
  line-height: 1.275;
  font-size: 14px;
  font-size: 0.875rem;
}
.content .onepoint__btns a {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.content .onepoint__btns-yesterday {
  background: #ED89D7;
}
.content .onepoint__btns-day {
  background: #ED89A5;
}
.content .onepoint__btns-tonight {
  background: #ED9F89;
}
.content .limit {
  padding: 40px 0;
}
.content .limit__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ED89D7;
  font-weight: bold;
  text-align: center;
}
.content .limit__text {
  padding: 24px 0 0;
  text-align: center;
}
.content .limit .bnr span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
