@charset "UTF-8";
/* ---------------------------------------
	よくある質問
-----------------------------------------*/
.support__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (width > 1400px) {
  .support__wrapper {
    gap: 1.25rem;
  }
}
@media screen and (width <= 1400px) {
  .support__wrapper {
    gap: 1.4285714286vw;
  }
}
@media screen and (width <= 768px) {
  .support__wrapper {
    gap: 3.2vw;
  }
}