@charset "utf-8";

#request .inner {
	padding:50px 0;
}
#request h2 {
	font-size: 3.2rem;
	line-height: 1.71875;
	text-align: center;
	margin-bottom: 20px;
}
#request p{
	font-size: 2rem;
	line-height: 2;
	text-align: center;
}
#request form{
	margin: 0 auto;
}
header{
	border-bottom: 1px #DDD solid;
}
footer{
	border-top: 1px #DDD solid;
}

.inner .top_btn{
	width: 400px;
	margin: 8rem auto 0;
}
.inner .top_btn a{
	display: block;
	width: 100%;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #3fa9f5;
	background: #fff url("../common/img/arrow_left.png") no-repeat left 2rem center / 28px auto;
	box-sizing: border-box;
	border: 1px solid #3fa9f5;
	padding: 2.2rem 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	#request .inner {
		padding:8vw 0;
	}
	#request h2 {
		margin-bottom: 3vw;
		font-size: 5vw;
	}
	#request p{
		font-size: 3vw;
	}
	.privacy_box{
		width:100% !important;
		padding:1em 0.5em !important;
		line-height:1.3;
	}		
}
@media screen and (max-width:767px) {
	#request .inner {
		padding:8vw 0;
	}
	#request h2 {
		margin-bottom: 3vw;
		font-size: 5vw;
	}
	#request p{
		font-size: 3vw;
	}		

	.inner .top_btn{
		width: 100%;
		margin: 5rem auto 0;
	}
	.privacy_box{
		width:100% !important;
		padding:1em 0.5em !important;
		line-height:1.3;
		overflow-x: hidden !important;
		word-wrap: break-word;
	}
	.mktoButtonRow{
		width:100% !important;		
	}
	
	.mktoButtonWrap{
		margin-left:0 !important;
		width:100% !important;
	}
	.mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton{
		width:100% !important;	
	}	
}