.font-bold{
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.notice-normal .notice-normal__lead-text{
		padding-left: 20px;
	}
	.contents-wrap p {
		letter-spacing: 0.015em;
	}
}
@media only screen and (max-width: 768px) {
	.list-note {
		font-size: 14px;
		line-height: 1.57;
	}
	.notice-normal .notice-normal__lead-text {
		letter-spacing: 0.01em;
	}
}

@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active) {
	.notice-normal .notice-normal__lead-text::before {
		top: 2px;
	}
	.btn-link.btn-link--another-tab {
		padding: 17px 50px 13px
	}
}