.pop_up_win{
	width: calc(100vw - 40px);
}

.call_request_wrap{

}

.call_request_title{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.call_request_input{
	display: block;
	width: 100%;
	height: 50px;
	background: #cfcfcf;
	margin: 30px auto 0;
	padding: 10px;
	font-size: 22px;
	text-align: center;
}

.call_request_button{
	width: 100%;
	height: 50px;
	display: flex;
	background: black;
	color: white;
	font-size: 24px;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
	cursor: pointer;
}

.call_request_button[enabled="0"]{
	opacity: 0.3;
	cursor: default;
}

.call_request_link{
	display: block;
	text-align: center;
	font-size: 20px;
}

.call_request_link_text{

}

.call_request_link_phone{

}

.call_request_policy{
	text-align: center;
	margin: 18px auto 0;
}

.call_request_policy_checkbox{

}

.call_request_policy_link{
	text-decoration: underline;
}


@media(min-width: 640px){
	.pop_up_win{
		width: 460px;
	}
}