@charset "UTF-8";

.bnr_kaitoritaiyo{
  text-align: center;
  margin-top: 5%;
}
.bnr_kaitoritaiyo .show_sp{
  display: none;
}
.bnr_kaitoritaiyo h2{
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.14vw;
  line-height: 60px;
  color: rgb(205, 60, 26);
  margin-bottom: 4%;
}
@media (max-width: 540px) {
  .bnr_kaitoritaiyo img{
    max-width: 100%;
    height: auto;
  }
  .bnr_kaitoritaiyo .show_pctb{
    display: none;
  }
  .bnr_kaitoritaiyo .show_sp{
    display: block;
  }
  .bnr_kaitoritaiyo{
    padding: 0 6.5%;
  }
  .bnr_kaitoritaiyo h2{
    font-size: 4.14vw;
    line-height: 30px;
  }
}