@charset "utf-8";
/* リンクページ用 PC*/

/* バナー画像表示領域 */
.list_container .list_item:nth-child(3n + 1){
	margin-right: auto;
}

.list_container .list_item:nth-child(3n + 3){
	margin-left: auto;
}

.list_container .list_item {
  width: calc(30% - 8px);
}

.list_container .list_item .banner {
  width: calc(100% - 8px);
  min-height: 40px;
}

.list_container .list_item .text_link {
  font-size: clamp(9px, 1.8vw, 16px);
}