.banner-content{
  position: absolute;
  left: 50%;
  width: 62.5%;
  transform: translate(-50%, 0%);
  color: #fff;
  bottom: 20px;
}
.banner-title{
  font-size: 48px;
  font-weight: bold;
}
.banner-intro{
  font-size: 14px;
}
.banner-corner-text{
  font-size: 12px;
}
.banner-foot{
  margin: 30px 0 50px 0;
}
.banner-foot a{
  width: 192px;
  font-size: 18px;
  text-align: center;
}
.content-table td:first-child{
  font-weight: bold;
}
.content-table img{
  width: 16px;
  height: 16px;
}
.colored a{
  color: #f29220;
  font-weight: bold;
}
.section-content-m{
  display: none;
}
.campaign-panel{border:1px solid #CDCDCD;margin-bottom:25px}
.campaign-panel .panel-hd{position:relative;padding:7px 40px 7px 14px;line-height:22px;cursor:pointer;color: #000000;font-size: 14px;}
.campaign-panel .panel-hd::after{position:absolute;content:'∨';right:14px;top:7px;transition:all .2s}
.campaign-panel.opened .panel-hd{background:#F5F5F5}
.campaign-panel.opened .panel-hd::after{transform:rotate(180deg)}
.campaign-panel .panel-bd{display:none;padding: 20px 24px 10px 24px;}
.campaign-panel .panel-bd > p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 10px;
}
.campaign-panel .panel-bd > p span:last-child{
  max-width: 55%;
  text-align: right;
}
.campaign-panel .panel-bd img{
  width: 16px;
  height: 16px;
}
@media (max-width: 768px){
  .banner-content{
    bottom: 0;
    width: 90%;
  }
  .banner-title{
    font-size: 24px;
  }
  .banner-foot{
    display: none;
  }
  .section-content{
    transition: 0.2s;
    display: none;
  }
  .section-content-m{
    display: block;
    transition: 0.2s;
  }
  .banner-corner-text{
    font-size: 10px;
  }
}