@charset "utf-8";
.eye{
	background-image: url(../img/privacy/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eye{
		background-image: none;
	}
	.eye .eye_inner{
		background-image: url(../img/privacy/eye01_sp.jpg);
		height: 91px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 5%;
	}
	.eye .eye_inner h2{
		margin-bottom: 0;
	}
	.eye .eye02 {
		width: 100%;
		height: auto;
	}
	.eye .eye02 img{
		width: 100%;
		height: auto;
		display: block;
	}
}
.main_box{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding-top: 100px;
}
@media only screen and (max-width: 767px){
	.main_box{
		width: 100%;
		display: block;
		padding-top: 37px;
	}
}

/*.contents01ここから*/
.left{
	width: 730px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.left{
		width: 100%;
		flex-shrink: initial;
	}
}
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
		width: 90%;
		max-width: 335px;
		margin: 0 auto;
	}
}
.contents01 ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}
.contents01 .text01{
	font-size: 16px;
	line-height: 30px;
}
@media only screen and (max-width: 767px){
	.contents01 .text01{
		font-size: 15px;
		line-height: 30px;
	}
}
.contents01 ul li{
	width: auto;
	height: auto;
}
.contents01 ul li .text02{
	font-size: 20px;
	line-height: 30px;
}
.contents01 ul li .text03{
	font-size: 16px;
	line-height: 28px;
	margin-top: 12px;
}
@media only screen and (max-width: 767px){
	.contents01 ul li .text03{
		font-size: 14px;
		line-height: 23px;
	}
}







