@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainVisual {
    background-image: url("../img/policy/main_img.jpg");
}

#main .mainVisual .headLine01 {
	color: #fff;
}

#main .headLine02 .text > span {
	line-height: 1;
}

#main .centerTxt {
	margin-bottom: 27px;
	color: #002853;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: -0.5px;
}

#main .headLine02 {
	margin-bottom: 76px;
}

#main .policyDl {
	font-size: 1.5rem;
}

#main .policyDl dt {
	margin-bottom: 9px;
	color: #000000;
	font-size: 2.1rem;
	font-weight: normal;
}

#main .policyDl dd {
	margin-bottom: 56px;
	line-height: 1.5;
	font-size: 1.5;
}

#main .policyDl dd:last-child {
	margin-bottom: 0;
}

#main .policyDl dd .textUl {
	margin-top: 18px;
}

#main .policyDl dd .textUl li {
	margin-bottom: 16px;
	padding-left: 16px;
	position: relative;
	letter-spacing: 0.7px;
}

#main .policyDl dd .textUl li:after {
	width: 15px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: 1px;
	background: url("../img/common/icon05.jpg") no-repeat left top;
	content: "";
}

#main .policyDl dd .textUl li:last-child,
#main .policyDl dd .textUl02 li:last-child {
	margin-bottom: 0;
}

#main .policyDl dd .marTxt {
	 margin-top: 16px;
}

#main .policyDl dd .textUl02 li {
	margin-bottom: 17px;
	letter-spacing: 1px;
}

#main .comContact {
	margin-top: 90px;
}

@media screen and (max-width: 767px) {
	#main .centerTxt {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	#main .headLine02 {
		margin-bottom: 54px;
	}
	
	#main .policyDl dt {
		font-size: 1.9rem;
	}
	
	#main .policyDl {
		font-size: 1.3rem;
	}
	
	#main .policyDl dd .textUl li::after {
		background-size: 12px auto;
	}
	
	#main .policyDl dd .textUl li {
		letter-spacing: 0.5px;
	}
}
