/* ========================================================================= *
 * For All Environment                                                       *
 * ========================================================================= */
  /* Article styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .typo-plen {
    height: 2.4rem;
    margin-right: 0.4rem;
  }


/* ========================================================================= *
 * Smaller Than Tablet                                                       *
 * ========================================================================= */
@media (max-width: 749px) {
  /* Header styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .header {
    background-image: url('../img/bg-sp.jpg');
  }

  /* Footer styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .copyright {
    /* none */
  }
    .copyright img {
      visibility: hidden;
    }
    .copyright span {
      background-image: url('../../../common_assets/img/ppc-logo-white.png');
    }
}


/* ========================================================================= *
 * Larger Than Tablet                                                        *
 * ========================================================================= */
@media (min-width: 750px) {
  /* Base styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  body {
    background-image: url('../img/bg.jpg');
  }

  /* Footer styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .links {
    /* none */
  }
    .links a {
      color: #3E3E3E;
    }

  .social-icons {
    /* none */
  }
    .social-icons a {
      color: #3E3E3E;
    }

  .copyright {
    color: #3E3E3E;
  }
}