/* CSS Document */
#content {
  width: auto; }
  @media screen and (max-width: 960px) {
    #content {
      padding: 0; } }
  #content h1, #content h2, #content h3, #content h4, #content p {
    margin-top: 0; }

.footer {
  margin-top: 0; }

.footer .footer-conversion {
  display: none; }

.life-common-footer {
  display: flex;
  justify-content: center;
  padding: 30px 0; }
  @media screen and (max-width: 960px) {
    .life-common-footer {
      display: block;
      padding: 5vw; } }
  .life-common-footer p {
    margin-right: 50px; }
    .life-common-footer p:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .life-common-footer p {
        margin-right: 0;
        margin-bottom: 5vw; } }
    .life-common-footer p img {
      max-width: 266px; }
      @media screen and (max-width: 960px) {
        .life-common-footer p img {
          max-width: 100%; } }
