@charset "utf-8";

.category_supplement_bnr {
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify; /*IE*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.category_supplement_bnr img {
  width: 100%;
}
.alignr {
  margin-top: 33px;
}
.alignr a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}
.av_bnr {
  text-align: center;
  margin-top: 60px;
}
.all_item_inner .item .name,
.category_acc dd .acc_inner .item .name {
  height: 3em;
}
.all_item_inner .item .txt,
.category_acc dd .acc_inner .item .txt {
  height: 3em;
}
@media screen and ( max-width: 1023px ) {
  .category_bnr {
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify; /*IE*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .supplement_bnr_main {
    width: 49%;
  }
  
  .supplement_bnr_sub{
    width: 49%;
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify; /*IE*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .supplement_bnr_sub .bnr_sub_content{
    /*width: 49%;*/
  }
}

@media screen and ( min-width: 1024px ) {
  .category_bnr {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-between;
    align-content: space-between;
    max-height: 360px;
  }
  .supplement_bnr_main {
    width: 62.1%;
    max-width: 820px;
  }
  .supplement_bnr_sub {
    width: 36.8%;
    max-width: 486px;
  }
  .supplement_bnr_sub .bnr_sub_content + .bnr_sub_content {
    margin-top: 8px;
  }
}

@media screen and ( min-width: 1320px ) {
  .supplement_bnr_sub .bnr_sub_content + .bnr_sub_content {
    margin-top: 4px;
  }
}
