@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

個人情報保護方針

------------------------------------------------------------ */

/* ページタイトル
---------------------------------------------- */
.pagettl h2::before{content: "Privacy Policy";}

/* コンテンツ
---------------------------------------------- */
.privacy h3{font-weight: bold;}

.privacy p,
.privacy ul{margin-bottom: 20px;}

.privacy p:last-of-type{margin-bottom: 0;}

.privacy ul{
	text-indent: -1em;
	padding-left: 1em;
}


