/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
.section-banner {
  background-image: url("../images/support/banner_support_phone.jpg?20200617v1");
  background-position: center;
}
@media (min-width: 768px) {
  .section-banner {
    background-image: url("../images/support/banner_support_pad.jpg?20200617v1");
  }
}
@media (min-width: 1024px) {
  .section-banner {
    background-image: url("../images/support/banner_support_web.jpg?20200617v1");
  }
}

.static-section.content-block:nth-child(even) {
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .content-block__image {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .content-block__container-inner {
    max-width: 530px;
    margin: 0 auto;
  }
}
.content-block__desc {
  margin-bottom: 30px;
}
.content-block__button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .section-store .content-block__image {
    max-width: 518px;
  }
}

/*# sourceMappingURL=pg_support.css.map */