@charset "utf-8";
/* CSS Document */

footer {
	padding-top: 16px;
}

.heading_info h1 {
	letter-spacing: 0.05em;
}

.page_content {
	background: #EDEDEE;
	padding: 80px 0;
}

.policy_list li {
	padding-bottom: 40px;
	border-bottom: #99A6B5 solid 1px; 
}
.policy_list li:not(:first-child) {
	padding-top: 40px;
}
.policy_list li h2 {
	margin-bottom: 16px;
}




@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

.page_content {
	padding: 60px 0;
}



}



