@charset "UTF-8";

#social_good p {
  line-height: 1.5;
}

#social_good .status_icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  padding: 5px;
  width: 121px;
  height: 28px;
  margin-bottom: 8px;
}

#social_good .icon_type01 {
  background-color: #32a148;
  border-radius: 5px;
  color: #fff;
  width: 116px;
}

#social_good .icon_type02 {
  background-color: #32a148;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

#social_good .icon_type03 {
  background-color: #32a148;
  border-radius: 5px;
  color: #fff;
  width: 182px;
}

#social_good .icon_type04 {
  background-color: #fff;
  border: 2px solid #32a148;
  border-radius: 0 5px 5px 0;
  color: #32a148;
  padding-top: 3px;
}

#social_good .icon_type05 {
    background-color: #fff;
    border: 2px solid #32a148;
    border-radius: 0 5px 5px 0;
    color: #32a148;
    padding-top: 4px;
    font-size: 12px;
    letter-spacing: -0.7px;
}

#social_good .icon_type01 + .icon_type01 {
  margin-left: 10px;
}

#social_good .bg_light_orange {
  background-color: #f5f2ed;
}

#social_good .outer_margin {
  padding: 46px;
}

#social_good .character_spacing_adjustment {
  letter-spacing: -0.5px;
}

#social_good .section {
  background-color: #fff;
}

#social_good .section + .section {
  margin-top: 46px;
}

#social_good .section h2 {
  margin-bottom: 24px;
}

#social_good .section h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

#social_good .section h4 {
  font-size: 16px;
  margin: 4px 0 8px;
}

#social_good .section .about {
  background: url('/resource/club_com/special/social_good/images/bg_about.png') no-repeat;
  font-size: 14px;
  text-align: center;
  padding: 40px 120px;
}

#social_good .section .feature_story {
  font-size: 14px;
  text-align: center;
  padding: 40px;
}

#social_good .section .donation {
  font-size: 14px;
  text-align: center;
  padding: 40px;
}

#social_good .section .feature_story .flex_box {
  display: flex;
  margin-top: 40px;
}

#social_good .section .feature_story .flex_box .left_box {
  margin-right: 30px;
}

#social_good .section .feature_story .flex_box .right_box {
  text-align: left;
  position: relative;
}

#social_good .section .feature_story .flex_box .right_box .btn_area {
  display: flex;
  justify-content: end;
  margin-top: 25px;
}

#social_good .section .feature_story .flex_box .right_box .btn_area a {
  background-color: #ff8601;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  width: 222px;
}

#social_good .section .feature_story .flex_box .right_box .btn_area a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

#social_good .section .feature_story .flex_box .right_box .btn_area a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 16px;
  margin-bottom: 2px;
}

#social_good .section .social_good_prize {
  text-align: center;
  padding: 40px;
}

#social_good .section .donation .donation_list {
  margin-top: 40px;
}

#social_good .section .social_good_prize .prize_list,
#social_good .section .donation .donation_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  text-align: left;
}

#social_good .section .social_good_prize .prize_list li,
#social_good .section .donation .donation_list li {
  width: 242px;
  margin-right: 30px;
}

#social_good .section .social_good_prize .prize_list li a,
#social_good .section .donation .donation_list li a {
  color: #333;
  display: block;
}

#social_good .section .social_good_prize .prize_list li a:hover,
#social_good .section .donation .donation_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}


#social_good .section .social_good_prize .prize_list li:nth-child(3n),
#social_good .section .social_good_prize .prize_list li:last-child,
#social_good .section .donation .donation_list li:nth-child(3n),
#social_good .section .donation .donation_list li:last-child {
  margin-right: 0;
}

#social_good .section .social_good_prize .prize_list li:nth-child(n + 4),
#social_good .section .donation .donation_list li:nth-child(n + 4) {
  margin-top: 40px;
}

#social_good .section .social_good_prize .prize_list .prize_image,
#social_good .section .donation .donation_list .donation_image {
  margin-bottom: 16px;
}

#social_good .section .social_good_prize .prize_list .prize_point,
#social_good .section .donation .donation_list .prize_point {
  font-size: 10px;
  text-align: right;
  margin-bottom: 5px;
}

#social_good .section .social_good_prize .prize_list .prize_point span,
#social_good .section .donation .donation_list .prize_point span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 3px;
}

#social_good .section .social_good_prize .prize_list .prize_lead {
  font-size: 12px;
}

#social_good .section .social_good_prize .accordion {
  margin-top: 60px;
}

#social_good .section .social_good_prize .accordion input[name=and_more] {
  display: none;
}

#social_good .section .social_good_prize .accordion .accordion_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

#social_good .section .social_good_prize .accordion .accordion_title::after {
  content: url('/resource/club_com/special/social_good/images/btn_plus.png');
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 12px;
}

#social_good .section .social_good_prize .accordion input[name=and_more]:checked + .accordion_title::after {
  content: url('/resource/club_com/special/social_good/images/btn_minus.png');
}

#social_good .section .social_good_prize .accordion .accordion_content {
  height: 0;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  transition: ease, opacity 0.3s ease 0s;
}

#social_good .section .social_good_prize .accordion input[name=and_more]:checked + .accordion_title + .accordion_content {
  height: auto;
  opacity: 1;
}

#social_good .section .social_good_prize .accordion .accordion_content .accordion_main {
  border-top: 2px solid #c5bdac;
  margin-top: 20px;
  padding-top: 30px;
}