@charset "UTF-8";
/*
*
* トップ画面用デザイン
*
*/
/* お知らせ表示（PCレイアウト） */
.top__news iframe {
	width: 100%;
	height: 100%;
	border: 0px none;
}

.top__news .c-list--news > .item {
	border-bottom: 1px dashed var(--border-color);
	display: flex;
	padding-bottom: 16px;
	padding-top: 16px;
}
.top__news .c-list--news > .item .item__tit {
	font-size: 14px;
	margin-right: 18px;
	margin-top: 2px;
}

.top__news .c-list--news > .item .item__txt {
	font-size: 14px;
	line-height: 1.8;
}

/* お知らせ表示（SPレイアウト） */
@media screen and (max-width:767px) {
	.top__news .c-list--news > .item {
		flex-wrap: wrap;
	}

	.top__news .c-list--news > .item .item__tit {
		margin-right: 0;
		margin-top: 0;
		width: 100%;
	}

	.top__news .c-list--news > .item .item__txt {
		margin-top: 5px;
		width: 100%;
	}
}

/* キッツカスタマイズ */
/* ラベル「品番」のカウント数非表示 */
.top__mv--info>div.item:first-child {
	display: none;
}

/* 更新情報非表示 */ 
.top__news {
	display: none;
}