
h1.page_title{
	background:none;
	color: #fff;
	height: 30vh;
	margin-bottom:0;
}
h1.page_title:before{
	content:"";
	background:url(../parts/guide.svg) no-repeat;
	background-size:contain;
	width:100%;
	position: relative;
	top: -25px;
	left: 0px;
	height: 60vh;
}

.free_page .text-area .gq{
	margin:40px 0 0;
}
.free_page .text-area .gq ~ p img{
	margin-bottom:40px;
}
.free_page .text-area dl dt{
	color:#FF6600;
}

@media screen and ( max-width:1024px){
	
	h1.page_title{
		height:20vw;
	}
	h1.page_title::before{
		top:-35px;
	}

}

@media screen and ( max-width:896px) {
	
	h1.page_title::before {
		top: -20px;
	}
	.free_page .contents{
		margin:10px 0 10px;
	}
	.free_page .text-area{
		padding:10px 0 30px;
	}
	
}
@media screen and ( max-width:600px) {
	
	h1.page_title{
		height: 73vw;
	}
	h1.page_title::before{
		background: url(../parts/guide_s.svg) no-repeat;
		background-size: contain;
		background-position: center;
		height: 77vw;
	}
	
}