@charset "utf-8";
/* ===================================================
	Other CSS
	スタイルが極端に少なくなるページ等、このCSSにまとめて記述する。
====================================================== */
/* ---------------------------------------------------
privacy policy
------------------------------------------------------ */
#privacy #contents { position: relative; z-index: 5;}
#privacy #contents > div + div { margin: 50px 0 0;}
#privacy #contents dt { border-bottom: 1px solid #a5a2a0; color: #624a15; font-size: 25px;}
#privacy #contents dd { margin: 10px 0 0;}

@media screen and (max-width: 600px) {
	#privacy #contents > div + div { margin-top: 8vw;}
	#privacy #contents dt { font-size: 20px;}
}


/* ---------------------------------------------------
404
------------------------------------------------------ */
#error section { text-align: center;}

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