@charset "utf-8";
/* CSS Document */

#contentsBlock .content{
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0;
}

.hd02{
	padding-right: 0;
}

.sec01{
	margin-top: 30px;
}

.sub_text{
	font-size: 1.4rem;
	color: #00224b;
}

.sub_text a{
	color: #00224b;
	text-decoration: underline;
}

.sub_text a:hover{
	text-decoration: none;
}

.form_btn{
	border-radius: 22.5px;
	height: 45px;
	box-shadow: 0px 3px 0px 0px rgb(119 140 25);
	margin: 40px auto 13px;
}

.form_btn:hover {
    transform: translate3d(0, 3px, 0);
}

footer p{
	text-align: right;
}

@media screen and (max-width: 840px){
	.hd02{
		margin: 0 0 2px 10px;
	}
	
}