@charset "utf-8";
/* CSS Document */

/* pc only */
@media screen and (min-width: 960px){
}/* //pc only */

/* tab */
@media screen and (min-width: 601px) and (max-width:959px){
  .new_component #contents-body{
    padding: 22px 22px 88px;
  }
}/* //tab */

/* sp only */
@media screen and (max-width: 600px){
  .new_component #contents-body{
    padding: 0px 8px 88px;
  }
  .cp_HeroArea + #contents-main{
    margin-top: 0 !important;
  }
  .important_notice + #contents-main{
    margin-top: 24px !important;
  }
}/* //sp only */
