.index__news li {
	line-height: 1.5;
}

/*--------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
	.login__txt .contents__body {
		border: none;
	}
	/* 2022/10/31 追加 */
	.index__news li {
		display: flex;
		margin-bottom:7px;
		align-items: center;
		justify-content: flex-start;
		align-items: center;
	}
	.index__news li .iconNotice{
		margin-right: 8px;
	}
}

/*--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.contents__ttl {
		margin-top: 15px !important;
	}
		/* 2022/10/31 追加 */
	.newsHeader{
		margin-bottom: 3vw;
	}
	.newsHeader .iconNotice{
		width: 14px !important;
		margin: 0 3px 3px 0;
	}


	.index__news li {
		margin-bottom:1.6vw;
	}

	.index__news li .iconNotice{
		display: inline-block;
		width: 14px;
		margin-right: 5px;
	}



}



