@charset "UTF-8";

.sec-1 {
	margin-top: 57px;
	padding-bottom: 100px;
}

.sec-1 .heading {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .1em;
}

.sec-1 .text-1 {
	margin-top: 42px;
}

.sec-1 .list-1 {
	display: grid;
	row-gap: 1em;
	margin-top: 3em;
}

.sec-1 .list-1 dt {
	font-weight: 500;
}

.sec-1 .list-1 dd {
	padding-left: .5em;
}

.sec-1 .list-1 a {
	color: #004EA1;
	text-decoration: underline;
}

.sec-1 .text-2 {
	margin-top: 3em;
}

.sec-1 .link-btn {
	margin-inline: auto;
	margin-top: 100px;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {
	.sec-1 {
		margin-top: 75px;
	}

	.sec-1 .heading {
		font-size: 32px;
	}

}