.forPcBlock{
  display: block;
}
div#hotcontent{
  margin: 0;
}

div#hot-items {
  margin: 0;
  border: none;
}

#hotcontent h2{
  display: none;
}

div#hot-items{
  padding:10px 0;
}

div#hot-items:after{
  content:"";
  display:block;
  clear:both;
}
div.hot-item-wrap{
  width: 100%;
  float: left;
}
div.hot-item {
  display: block;
  height: auto !important;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 10px 8px 0;
  background: url("https://www.smbc-card.com/static/responsive/img/mem/common_pict_img_linkArrow02.png") no-repeat;
  background-position: 0px 3px;
  box-sizing: border-box;
}
.forPcBlock div.hot-item{
  margin-right:0;
  margin-left:10px;
}

div#hot-items div.hot-item a:link{
  color :#0c1e89;
}

div#hot-items div.hot-item a:visited{
  color :#551a8b;
}

div.faq_section ul {
  width: 44.7%;
}
#important_list h2{
  display: none;
}
#important_list #important_items .important_item{
  background: url("https://www.smbc-card.com/static/responsive/img/mem/common_pict_img_linkArrow02.png") no-repeat; 
  background-position: 0px 3px;
}
#important_list #important_items a{
  color: #0c1e89;
  padding-left: 0px;
  margin: 10px 0;
  display: block;
}
#important_list #important_items a:hover{
  text-decoration: none;  
  color: #0c1e89;
}
#important_list #important_items a:visited{

}
@media screen and (max-width: 640px) {
  .forPcBlock{
    display: none;
  }
  div.hot-item-wrap{
    width: auto;
    float: none;
  }
  div.hot-item{
    float: none;
    padding-right: 0;
    width: 100%;
  }
  div.hot-item
}
