@charset "UTF-8";

.u-w-620 {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.c-linkStyle--flex {
	display: flex;
	justify-content: center;
	gap: 56px;
}
.c-linkStyle--flex li {
	line-height: 2;
}
.c-staticCardStyle01__txt {
	margin-bottom: 12px;
}
.c-staticCardStyle01__img {
	text-align: center;
}
.c-staticCardStyle01__img img {
	width: auto;
	border-radius: 0;
}
.c-noticeList.u-fz-normal .c-noticeList__item {
	font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
	.u-w-620 {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
	.c-linkStyle--flex {
		flex-direction: column;
		gap: 0;
	}
	.c-noticeList.u-fz-normal .c-noticeList__item {
		font-size: 1.3rem;
	}
}