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


/*PC*/
@media print, screen and (min-width: 769px) {
	
	.hed_img {
		background: url(../images/privacy/hed_img.jpg) 0 0 no-repeat;
		height: 710px;
		margin-top: 80px;
		width: 40%;
		float: left;
		background-size: cover;
	}

	
	
	.policy {
		margin-bottom: 50px;
	}
	

	
	.gray_bg {
		margin-bottom: 50px;
	}
	
	

	
	.flow_tit {
		font-size: 1.3em;
		color: #ea5514;
		margin-bottom: 10px;
	}
	

	
	
	

}

/*sp*/
@media only screen and (max-width: 768px) {
	

		.hed_img {
		background: url(../images/privacy/hed_img.jpg) center  center no-repeat;
		height: 350px;
		width: 100%;
		background-size: cover;
	}
	


	
	.policy {
		margin-bottom: 50px;
	}
	
	
	
	
	.flow_tit {
		font-size: 1.2em;
		color: #ea5514;
		margin-bottom: 10px;
	}
	

	

}