.main .banner_wrap {
	background: url("../img/bg1.png") no-repeat 0 0 / cover;
	width: 100%;
	height: 15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main .banner_wrap p {
	font-size: 1.5rem;
	color: #2268c7;
	padding-bottom: .7rem;
}
.main .banner_wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -.2rem;
}


.main .content_wrap {
	padding: 2.5rem;
}
.main .content_wrap .contents {
	margin-bottom: 2.5rem;
}
.main .content_wrap .contents p {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: .4rem;
}
.main .content_wrap .contents pre {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #333;
	white-space: pre-wrap;
}
.main .content_wrap .contents pre .cal a {
	display: inline-block;
	background-color: #5fb92a;
	padding: 1rem 1.8rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: .5rem;
	border-radius: .5rem;
}

