@charset "utf-8";

a.btn_02 {
  width: 100%;
}
.flexbox01 {
  justify-content: space-between;
}
.flexbox01 .box {
  width: 48%;
}
.flexbox01 .box div {
  margin-top: 10px;
}
.bnr_02{
  justify-content: space-between;
}
.bnr_02 .box{
  width: 48%;
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
  .flexbox01 .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .bnr_02 .box{
    width: 100%;
    text-align: center;
  }
  .bnr_02 .box:not(:last-child){
    margin-bottom: 15px;
  }
}
