.wrap:after {
  display:none!important;
}
@media screen and (max-width:895px) {

}
 @media screen and (max-width:768px) {
}
 @media screen and (max-width:470px) {
    div.information-head-head {
    margin-right: 0!important;
    width: 100%!important;
    text-align: left!important;
    margin-top: 10px!important;
}
    div.information-head-cate {
        font-size: 11px;
    }
    div.footstamp {
        width: 100%;
        margin-bottom: 0;
    }
    div.information-head{
        width: 100%;
        text-align: left;
        margin-bottom: 5%;
    }
}
/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}