@charset "UTF-8";
/* ==========================================================================
   Philosophy
   ========================================================================== */
@media screen and (max-width: 1023px) {
  /*-------------------------------------
  
   共通
  
  -------------------------------------*/
  #breadCrumb h1:before {
        background: url(../../img/404/bread_icon_404.png) no-repeat 0 0/52px auto;
  }

  /*-------------------------------------
  
   CSR活動TOP
  
  -------------------------------------*/
  .f404 #catImg h2 {
        width: 100%;
        margin: 0 0 30px 0;
        overflow: hidden;
  }
  .f404 #catImg h2 img {
        width: auto;
        height: 43px;
  }

  .f404 #content {
        /*padding: 0 55px 20px;*/
        box-sizing: border-box;
  }

  .f404 .conteInr {
        width: 100% !important;
  }

  .f404 p {
        font-size: 108%;
        padding: 50px 0 200px 0;
        line-height: 1.9;
  }
}
