@charset "UTF-8";



@media screen and (min-width: 768px) {
	#glb_nav_faq > a {
		border-bottom: 2px #b42010 solid;
	}
	#sub_page {
		padding: 0 0 220px !important;
	}

	#form_cnt {
		width: 96%;
		max-width: 800px;
		margin: 0 auto;
		position: relative;
	}
	#form_txt {
		width: 100%;
	}
	#form_h2 {
		text-align: center;
		color: #020202;
		font-size: 200%;
		line-height: 1;
		font-weight: 400;
		margin: 70px 0 20px;
	}
	.sub_txt {
		margin: 0 0 35px;
	}
	hr {
		width: 100%;
		height: 1px;
		background: #d1d1d1;
		border: none;
		margin: 40px 0;
	}
	#form_iframe {
		border-top: 1px #000000 solid;
	}
	.privacypolicy_txt {
		text-align: center;
		font-size: 85%;
		padding: 40px 0 0;
	}
}
@media screen and (max-width: 767px) {
	#form_cnt {
		width: 96%;
		margin: 0 auto;
	}
	#form_txt {
		width: 100%;
	}
	#form_h2 {
		text-align: center;
		color: #020202;
		font-size: 125%;
		line-height: 1.4;
		font-weight: 400;
		margin: 30px 0 15px;
	}
	.sub_txt {
		margin: 0 0 30px;
	}
	hr {
		width: 100%;
		height: 1px;
		background: #d1d1d1;
		border: none;
		margin: 30px 0;
	}
	#form_iframe {
		border-top: 1px #000000 solid;
	}
	.privacypolicy_txt {
		font-size: 75%;
		line-height: 1.6;
		padding: 30px 0 0;
	}
}
.privacypolicy_txt a {
	color: #3c7fc2;
	text-decoration: underline;
}
.privacypolicy_txt a:hover {
	color: #e61010;
	text-decoration: none;
}


