@charset "UTF-8";

.contents_wrap{
  max-width: 800px;
  margin: 60px auto 0;
}

.campaign_btns_col{
  list-style: none;
  display: flex;
  column-gap: 1.5%;
  justify-content: center;
}
.campaign_btns_col_item{
  width: 40%;
}
.campaign_btns_row{
  list-style: none;
  width: 69.2%;
}
.campaign_btns_row_item{
  margin-top: 3%;
}
.member_cont01{
  position: relative;
}
.member_cont01_btns{
  position: absolute;
  bottom: 8%;
}
.member_flex{
  display: flex;
}
.member_cont02{
  position: relative;
}
.member_cont02_btns{
  position: absolute;
  top: 48%;
  right: 6%;
}
.member_cont03{
  position: relative;
}
.member_cont03_btns{
  position: absolute;
  top: 48%;
  left: 6%;
}
.total{
  position: relative;
}
.total_link{
  position: absolute;
  right: 8%;
  bottom: 14%;
}
.total_link a{
  position: relative;
  padding-right: 13px;
}
.total_link a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.campaign_reviewBtnArea{
  position: relative;
}
.campaign_reviewBtnArea_btns{
  position: absolute;
  bottom: 20%;
}
.moreover_cont{
  position: relative;
}
.moreover_cont_btn{
  width: 44.5%;
  position: absolute;
  right: 2.5%;
}
.moreover_cont_btn01{
  bottom: 6%;
}
.moreover_cont_btn02{
  bottom: 13%;
}
.moreover_cont_btn03{
  bottom: 10%;
}
.desc{
  position: relative;
}
.desc_btn{
  width: 80.5%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2%;
}