@charset "utf-8";
/*************************************************************
 *
 * Copyright (c) 2025 ysrock Co., Ltd.	<info@ysrock.co.jp>
 * Copyright (c) 2025 Yasuo Sugano	<sugano@ysrock.co.jp>
 *
 * Version	: 1.0.0
 * Update	  : 2025.05.12
 *
 *************************************************************/

a {
  display: block;
}
a > img {
  width: 100%;
}


@media print, screen and (min-width: 1025px) {
  /* px */

  a.medium {
    display: none;
  }
  a.small {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px){
	/* px/8.5 */

  a.large {
    display: none;
  }
  a.small {
    display: none;
  }
}
@media screen and (max-width: 640px){
	/* px/4 */

  a.large {
    display: none;
  }
  a.medium {
    display: none;
  }
}
