@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc01 .eye_img{
	background-image: url(../img/policy/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short{
		background-image: url(../img/policy/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 70px 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 350px;
		padding: 29px 0 63px;
	}
}
.contents01 .contents01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 48px;
	font-size: 15px;
	line-height: 30px;
	color: #3E3E3E;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text02{
	}
}
.contents01 .contents01_01 .contents01_01_01 .text02 .text02_1{
	width: auto;
	height: auto;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .text02 .text02_2{
	width: auto;
	height: auto;
	padding: 0 0 0 2em;
	text-indent: -1em;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .text02 .text02_3{
	width: auto;
	height: auto;
	padding: 0 0 0 3em;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .text02:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .text02 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	color: #262261;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #262261;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: inline;
}
/*.contents01ここまで*/