#topImg img {
  width: 100%; }

#powershop .container {
  padding: 75px 0 95px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1024px) {
    #powershop .container {
      padding: 50px 0 60px; } }
  @media (max-width: 480px) {
    #powershop .container {
      display: block;
      padding: 25px 0 30px; } }
  #powershop .container .shopList {
    margin: 0 40px; }
    @media (max-width: 1024px) {
      #powershop .container .shopList {
        margin: 0 10px; } }
    @media (max-width: 480px) {
      #powershop .container .shopList {
        margin: 0 5%; } }
    #powershop .container .shopList dl dt {
      font-weight: bold;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        #powershop .container .shopList dl dt {
          font-weight: bold;
          margin-bottom: 10px; } }
    #powershop .container .shopList dl dd {
      line-height: 1.5;
      margin-bottom: 2.5em; }
      @media (max-width: 1024px) {
        #powershop .container .shopList dl dd {
          line-height: 1.5;
          margin-bottom: 2em; } }
      @media (max-width: 480px) {
        #powershop .container .shopList dl dd {
          margin-bottom: 1.5em; }
          #powershop .container .shopList dl dd a {
            font-size: 12px; } }
#powershop .mark {
  width: 40%;
  margin: 0 auto 95px; }
  @media (max-width: 1024px) {
    #powershop .mark {
      margin-bottom: 50px; } }
  @media (max-width: 480px) {
    #powershop .mark {
      width: 50%;
      margin-bottom: 30px; } }
