.promotions_content,.promotions_content ul li{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333;
}
.promotions_content ul{
  padding-left:20px;
   margin-bottom:20px;
}
.promotions_content ul li{
    list-style: revert;
}
.promotions_content strong{
  font-family: Rubik Bolder;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.promotions_content p{
  margin-bottom: 32px;
}
.blue_text{
  color: #002E6C;
}
.blod_text{
  font-family: Rubik Bolder;
}
.green_text{
  color: #00B9F2;
}
.promotions_content a{
  font-family: Rubik Bolder;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-decoration: underline;
}
.promotions_content table{
  border-radius: 4px !important;
  border-collapse: separate !important;
  overflow: hidden !important;
  margin-bottom: 16px;
}
.promotions_content table th:first-child,
  .promotions_content table td:first-child {
    width: 20%;
  }
.promotions_content table th:last-child,
  .promotions_content table td:last-child {
    width: 20%;
  }
.promotions_content table th{
  background:#F9F9FB;
  color: #002E6C;
  text-align: center;
  padding:16px !important;
  border: none !important;
}
.promotions_content table td{
  text-align: center;
  padding:16px !important;
  border: none !important;
}
.promotions_content table tr{
  border-bottom: 1px solid #d9d9d9;
}
/* 注釋 */
.promotions_content .note{
  padding: 32px;
  background: #F9F9FB;
  margin-bottom: 32px;
  border-radius: 8px;
}
.promotions_content .note .title{
  font-family: Rubik Bolder;;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
.promotions_content .note .content{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.promotions_content .note .content p{
  margin-bottom:24px;
}
.promotions_content .note .content p:last-child{
  margin-bottom:0px;
}
.promotions_content .imgWordInline{
  border-radius: 8px;
  background-color: #F9F9FB;
  padding: 16px 32px !important;
}
.framePage .topTitle {
padding-top:50px;
}
 .custom-news-content{
    padding: 50px 0 18px !important;
  }
@media (max-width: 953px) {
  .promotions_content p{
    margin-bottom: 24px ;
  }
  .promotions_content .note{
    padding: 15px;
    margin-bottom: 24px;
  }
  .promotions_content .note .title{
    font-size: 14px;
    line-height: 20px;
  }
  .promotions_content .note .content{
    font-size: 12px;
    line-height: 18px;
  }
  .promotions_content .imgWordInline{
    padding: 16px 15px ;
    font-size: 20px;
    line-height: 30px;
  }
  .custom-news-content{
    padding: 24px 0 !important;
  }
}