@charset "utf-8";
/* CSS Document */
@media only screen and (max-width : 600px) {
  body {
    font-size: 16px;
  }
  .wrapper .brief .list .left {
    display: table;
    width: 100%;
    text-align: center;
  }
  .wrapper .brief .list .middle {
    display: none;
  }
  .wrapper .brief .list .right {
    display: table;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width : 480px) {
  .wrapper .brief .list .left {
    display: table;
    width: 100%;
    text-align: center;
  }
  .wrapper .brief .list .middle {
    display: none;
  }
  .wrapper .brief .list .right {
    display: table;
    width: 100%;
    text-align: center;
  }
}