@charset "utf-8";

/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2013/01/18 T.S                           */
/* -------------------------------------------------- */
@media screen and (min-width: 751px) {

  .to_title{
    font-size: 22px;
  }
  .title{
    color: #b20000;
    font-size: 24px;
    margin-bottom: 13px;
  }
  #wrap{
    text-align: center;
    font-weight: bold;
    width: 800px;
    margin: auto;
    padding-top: 50px;
    
  }
  article{
    background-image: url(../../new/img/logo.png);
    background-repeat: no-repeat;
  }
  .company{
    margin-top: 15px;
  }
  .text{
    margin-bottom: 20px;
  }
  /* PC END
  -------------------------------------------------- */}

@media screen and (max-width: 750px) {

 .to_title{
    font-size: 18px;
   padding-top: 25px;
  }
  .title{
    color: #b20000;
    font-size: 20px;
    margin-bottom: 13px;
  }
  #wrap{
    text-align: center;
    font-weight: bold;
    
  }
  article{
    background-image: url(../../new/img/logo.png);
    background-repeat: no-repeat;
  }
  .company{
    margin-top: 15px;
  }
  .text{
    margin-bottom: 20px;
  }

  /* Sp END
  -------------------------------------------------- */}

