@charset "utf-8";
/* ===================================================================

 file name  :sitepolicy.css
 style info :当サイトについて

=================================================================== */

/* =============================

	overwrite

=============================== */
#pageHeader{
	background-image: url(/parts/images/privacy/bg_pageheader.jpg);
}
#main{
	color: #666;
}
/* =================================== */

#main > p {
	margin-bottom: 3em;
}
#main .section h2 {
	margin-bottom: 1.5em;
	font-size: 2rem;
	font-weight: 500;
	color: #ed9302;
	border-bottom: 2px solid #ed9302;
}
#main .section .notes {
	margin-bottom: 3em;
}
#main .section .notes h3 {
	margin-bottom: 1.5em;
	font-weight: 500;
}
#main .section .notes p,
#main .section .notes ul,
#main .section .notes ol{
	margin-bottom: 2em;
	padding-left: 2.7em;
}


#main .pdf{
	border: 1px solid #e2e2e2;
	padding: 40px;
	display: flex;
	align-items: center;
}
#main .pdf figure{
	width: 200px;
}

@media screen and (max-width: 767px){

	#main > p {
		margin-bottom: 2em;
	}
	#main .section h2 {
		margin-bottom: 1em;
		font-size: 1.6rem;
	}
	#main .section .notes {
		margin-bottom: 2em;
	}
	#main .section .notes h3 {
		margin-bottom: 1em;
	}
	#main .section .notes p,
	#main .section .notes ul,
	#main .section .notes ol{
		margin-bottom: 1em;
		padding-left: 1.5em;
	}


	#main .pdf{
		padding: 15px;
		display: block;
	}
	#main .pdf figure{
		margin: 0 auto 1em;
		text-align: center;
	}
}