/*CLUB list*/

.clubbox-header-silver {
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid #ccc;
   border-radius: 20px;
   width: 100%;
   box-sizing: border-box;
   margin-bottom: 10px;
}
.clubbox-header-gold {
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid #ffcc33;
   border-radius: 20px;
   width: 100%;
   box-sizing: border-box;
   margin-bottom: 10px;
}

.clubbox-header-content {
   display: inline-flex;
   align-items: center;
   padding: 6px 16px; 
   color:#ffcc99;
}

.clubbox-benefit-list {
  list-style: none;
  padding: 0;
   margin: 30px 0 0 0;
  
}

.clubbox-benefit-item {
  display: flex;
  align-items: start;
  justify-content: start;
  margin: 6px 0;
  font-size: 14px;
}

.clubbox-icon-benefit {
  width: 35px; 
  height: 35px;
  clip-path: circle(50% at 50% 50%);
  margin-right: 8px;
}

/*END CLUB List*/

p.note{
    font-size:16px;
}