@charset "utf-8";

#under #contentsBlock{
	background: none;
}

.contents{
	max-width: 838px;
}


.dlBox{
	max-width: 500px;
	margin: 0 auto;
}

.dlBox li + li{
	margin-top: 40px;
}

.dlBox li a{
	display: block;
	background: #0f218b;
	border-radius: 35px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	font-size: 3rem;
	position: relative;
}
.dlBox li a::after{
	content: ">";
	position: absolute;
	right: 20px;
	top: 0;
}

@media screen and (max-width: 767px){
	#under #mainBlock section{
		padding: 50px 0 100px;
	}
	.dlBox li + li{
		margin-top: 25px;
	}
	.dlBox li a{
		font-size: 2rem;
		line-height: 55px;
	}
}
