@media screen and (min-width: 1200px) {
  .top_category_bnr {
    margin-bottom: 8rem;
  }  
  .top_category_bnr h2.top_title_1 {
    margin-bottom: 2rem;
  }
  .top_category_bnr ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
  }
  .top_category_bnr li {
    width: 460px;
    margin-right: 30px;
  }
  .top_category_bnr li:nth-child(2n) {
    margin-right: 0;
  }
  .top_category_bnr li:nth-child(n+3) {
    margin-top: 20px;
  }
  .top_category_bnr li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_category_bnr {
    margin-bottom: 6rem;
  }
  .top_category_bnr ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
  }
  .top_category_bnr li {
    width: 50%;
    box-sizing: border-box;
  }
  .top_category_bnr li a {
    display: block;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .top_category_bnr li:nth-child(2n+1) {
    padding-right: 0.5rem;
  }
  .top_category_bnr li:nth-child(2n) {
    padding-left: 0.5rem;
  }
  .top_category_bnr li:nth-child(n+3) {
    margin-top: 1rem;
  }
  .top_category_bnr li:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .top_category_bnr li .image img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .top_category_bnr {
    margin-bottom: 5rem;
  }  
  .top_category_bnr h2.top_title_1 {
    margin-bottom: 2rem;
  }
  .top_category_bnr ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .top_category_bnr li {
    width: 100%;
    box-sizing: border-box;
  }
  .top_category_bnr li a {
    display: block;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .top_category_bnr li:nth-child(2n+1) {
    padding-right: 5%;
    padding-left: 5%;
  }
  .top_category_bnr li:nth-child(2n) {
    padding-right: 5%;
    padding-left: 5%;
  }
  .top_category_bnr li:nth-child(n+2) {
    padding-top: 3.5%;
  }
  .top_category_bnr li .image img {
    vertical-align: middle;
  }
}