/* CSS Document */


#keyimg{
	background: url("../policy/img/keyimg.webp") center center no-repeat;
	height: 315px;
	background-size: cover;
}
#s01{	
	padding-top: 100px;
	margin-bottom: 100px;
}

#s01 h1{
	text-align: center;
	font-size: 30px;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
	margin-bottom: 100px;
}
#s01 .wrap{
	max-width: 1140px;
	border-top: 1px solid #777777;
	margin: auto;
}
#s01 .policy{
	max-width: 890px;
	margin: auto;	
}

#s01 .p01{
	/*border-top: 1px solid #777777;*/
	padding: 50px 0;
}
#s01 .p02,
#s01 .p03,
#s01 .p04,
#s01 .p05,
#s01 .p06,
#s01 .p07,
#s01 .p08,
#s01 .p09{
	border-top: 1px dashed #777777;
	padding: 50px 0;
}
#s01 .policy dt{
	font-size: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom: 50px;
}
#s01 .policy dd{
	font-size: 16px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom: 30px;
}
#s01 .policy ul li{
	font-size: 16px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom: 30px;
	list-style-type: decimal;
}

