@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * --------------------------- */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

@media print, screen and (min-width: 720px) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .pc-hide {
    display: none !important; } }

@media screen and (max-width: 719px) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  .sp-hide {
    display: none !important; }
  /* ============================== multi column */
  .ls {
    margin-right: 20px; }
  .rs {
    margin-left: 20px; } }

@media screen and (max-width: 374px) {
  /* ---------------------------
 * SmartPhone 374px 以下
 * --------------------------- */ }
