/* ================================================================================
   get
   ================================================================================ */

ul.listBox{
  display: flex;
  justify-content: space-between;
}
ul.listBox li{
  width: calc(100%/2 - 20px);
  text-align: center;
  background-color: #f2f7f7;
  border-radius: 1em;
  padding-bottom: 1em;
}
ul.listBox li p{
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}
ul.listBox li figure{
  margin-bottom: 1em;
}
ul.listBox li figure img{
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

/* -----------------------------------------------
   sec03
   ---------------------------------------------- */
.sec03 a.btn._bonus{
  min-width: 50rem;
  color: #c30d23;
  border: 2px solid #f3ebd3;
}
.sec03 a.btn._bonus::before {
  color: #c30d23;
}