p, ul {
  padding: .5em 1em;
}
/*---ボタン*/
a.bpts_btn_fuwa.red {
  color: #FF0004 !important;
  border: 1px solid #FF0004;
}
a.bpts_btn_fuwa.red::before {
  background-color: #FF0004;
}
a.bpts_btn_fuwa.red::after {
  background-color: #FF0004;
}
a.bpts_btn_fuwa.red:hover {
  background-color: #F4DFE0;
}