@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
@media screen and (max-width: 767.9px) {
  .u-w300 {
    min-width: 30rem;
  }

  .method-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16rem;
  }
  .method-image img {
    max-height: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .method-image {
    height: 160px;
  }
  .method-image img {
    max-height: 100%;
  }
}
