@charset "utf-8";

#point_accumulate {
  margin-top: 20px;
}

#point_accumulate .header,
#point_accumulate .section {
  margin-bottom: 50px;
}
#point_accumulate .header_area {
  position: relative;
}
#point_accumulate .header_area .header_btn {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 29px;
  bottom: 0;
}
#point_accumulate .header_area .header_btn a:hover {
  opacity: 0.7;
}
#point_accumulate .step_list {
  background-color: #fff4c0;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
#point_accumulate .step_list li {
  display: flex;
  align-items: center;
  margin-left: -20px;
}
#point_accumulate .step_list li:first-child {
  margin-left: 0;
}
#point_accumulate .step_list li::after {
  content: url('/resource/club_com/campaign/point_accumulate/images/vector_step.png');
  margin-left: -25px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
#point_accumulate .step_list li:last-child::after {
  content: none;
}
#point_accumulate h2 {
  margin-bottom: 20px;
}
#point_accumulate .bg_pink {
  background-color: #ffeeee;
  padding: 30px 50px;
}
#point_accumulate .lead_text {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
#point_accumulate .box_1column {
  text-align: center;
  margin-bottom: 35px;
}
#point_accumulate .box_1column div {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  width: 410px;
}
#point_accumulate .box_1column a:hover {
  opacity: 0.7;
}
#point_accumulate .box_2column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
#point_accumulate .box_2column div {
  background-color: #fff;
  border-radius: 5px;
}
#point_accumulate .box_2column a:hover {
  opacity: 0.7;
}
#point_accumulate .speech_bubble {
  margin-top: 35px;
  text-align: center;
}
#point_accumulate #section01 {
    padding-top: 80px;
    margin-top: -80px;
}