@charset "utf-8";


/* 
-----------------------------------------------------*/

@media only screen and (max-width: 1000px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: 450px;
		background: url("../img/policy/policy_side_main_tab.png") no-repeat center bottom;
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 378 / 489);
		background: url("../img/policy/policy_side_main.png") 0 0 no-repeat;
		background-size: contain;
	}
}

.policyList01 > li {
	margin-top: 1em;
	color: #e8342f;
}

.policyList01{
	border-top: 1px #ccc solid;
}



.policyList01 > li span{
	color: #404040;
}