@charset "UTF-8";
@media screen and (min-width: 1080px) {

  /*--------------------------------content----------------------*/
  div.how {
    width: 710px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    background: url(../image/arrow_bottom.png) no-repeat bottom center;
  }

  div.how img {
    width: 240px;
    height: 180px;
  }

  p.category {
    width: 455px;
    font-size: 1.6rem;
  }

  div.how_b {
    width: 710px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }

  div.how_b img {
    width: 240px;
    height: 180px;
  }

}

@media screen and (max-width: 1079px) {
  div.how {
    width: 100%;
    margin-bottom: 6%;
    padding-bottom: 4%;
    background: url(../image/arrow_bottom.png) no-repeat bottom center;
    background-size: contain;
    box-sizing: border-box;
  }

  div.how img {
    width: 45%;
    height: auto;
    padding: 0 0 0.5% 0;
  }

  p.category {
    padding: ;
    font-size: 1.6rem;
  }

  div.how_b {
    width: 100%;
        margin-bottom: 20%;
  }

  div.how_b img {
    width: 45%;
    height: auto;
    padding: 0 0 0.5% 0;
  }
}