body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-weight:normal;
}

#activity_coupon .content>ul {
  display: block;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 30%);
  padding: 0;
  margin: 0 15px 15px 15px;
}

#activity_coupon {
  position: relative;
  /* background: url(../images/bg02.gif) no-repeat;
  background-size: 100% 100%; */
  background: #fde9de ;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
  /* margin-top:-60px; */
  text-align: center;
}
.b-c{ text-align: center; }
.b-r{ text-align: left;}
@media screen and (max-width: 768px) {
  #activity_coupon::before {
    background-size: 40%;
  }
}

@media screen and (max-width: 575px) {
  #activity_coupon::before {
    background-size: 50%;
  }
}



.coupon_btn>a {
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .coupon_btn>a {
    font-size: 16px;
  }
}

.coupon_des>.row>div>img {
  width: 95%;
  height: auto;
}

img[src*='coupon'] {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 991px) {
  .bank_coupon {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .coupon_des>.row>div>img {
    width: 100%;
    height: auto;
  }
  .coupon_des>.row>div:first-child>img {
    width: 80%;
    height: auto;
  }
}

.textarea_list_list>ul {
  margin-bottom: 5px;
}

a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}

a {
  cursor: pointer;
}