@media (min-width: 1024px) {
	.content_1st{
		width: 1920px;
		height: 300px;
		background-image: url('../img/oter/privacy_pc_bg.png');
		position: relative;
	}
	.content_1st_msg{
		width: 1920px;
		text-align: center;
		font-family: ITC Avant Garde Gothic Std;
		font-weight: bold;
		font-size: 52px;
		color: #FFFFFF;
		line-height: 52px;
		text-shadow: 0px 2px 1px rgba(0,0,0,0.58);
		position: absolute;
		top: 98px;
	}
	.content_1st_title{
		width: 1920px;
		text-align: center;
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 36px;
		color: #FFFFFF;
		line-height: 36px;
		text-shadow: 0px 2px 1px rgba(0,0,0,0.58);
		position: absolute;
		top: 179px;
	}
	.content_2nd{
		width: 894px;
		margin: 0 auto;
		padding: 80px 0;
	}
	.privacy-section{
		margin-bottom: 40px;
	}
	.privacy-title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 20px;
		color: #0A0A0A;
		line-height: 20px;
	}
	.privacy-text{
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 17px;
		color: #0A0A0A;
		line-height: 30px;
		margin-top: 20px;
	}
}
@media (max-width: 1024px) {
	.content_1st{
		width: 750px;
		height: 358px;
		background-image: url('../img/oter/privacy_phone_bg.png');
		position: relative;
	}
	.content_1st_msg{
		width: 750px;
		font-family: ITC Avant Garde Gothic Std;
		font-weight: bold;
		font-size: 52px;
		color: #FFFFFF;
		line-height: 45px;
		text-shadow: 0px 2px 1px rgba(0,0,0,0.58);
		text-align: center;
		position: absolute;
		top: 83px;
	}
	.content_1st_title{
		width: 750px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 36px;
		color: #FFFFFF;
		line-height: 36px;
		text-shadow: 0px 2px 1px rgba(0,0,0,0.58);
		text-align: center;
		position: absolute;
		top: 219px;
	}
	.content_2nd{
		width: 674px;
		padding: 100px 0;
		margin: 0 auto;
	}
	.privacy-section{
		margin-bottom: 50px;
	}
	.privacy-title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 32px;
		color: #000000;
		line-height: 32px;
	}
	.privacy-text{
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 28px;
		color: #141414;
		line-height: 52px;
		margin-top: 36px;
	}
}