
/* --------------------------　メインスライダー　-------------------------- */

#policy-content .page_main {
	background: url("../../images/policy/page_main.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}

#policy-content h3 {
	font-family: 'Noto Serif JP', serif;
	color:#0d2337;
	font-size: 2rem;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	margin-bottom: 10px !important;
}
.ppbox {
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.ppbox p {
	font-size: 1.5rem;
}
.ppbox p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.ppbox .list {
	list-style-type: disc;
	margin-left: 20px;
}
.ppbox .list li {
	list-style-type: disc;
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	
	
#policy-content .page_main {
	background: url("../../images/policy/page_main_sp.jpg") no-repeat;
	background-position: center center;
	background-size:cover;
}
	

#policy-content h3 {
	font-family: 'Noto Serif JP', serif;
	color:#220c56;
	font-size: 1.6rem !important;
	padding: 0;
	margin: 0;
	line-height: 1.7;
	margin-bottom: 5px;
	letter-spacing: 0.1rem;
}
.ppbox {
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.ppbox p {
	font-size: 1.3rem;
}
.ppbox p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.ppbox .list {
	list-style-type: disc;
	margin-left: 20px;
}
.ppbox .list li {
	list-style-type: disc;
	font-size: 1.3rem;
}

}



