@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

個人情報保護方針

------------------------------------------------------------ */

/* コンテンツ
---------------------------------------------- */
.privacy_inner h3{
	color: #F0922A;
	font-weight: bold;
	margin-bottom: 5px;
}

.privacy_inner p{margin-bottom: 5px;}

.privacy_inner p:last-child{margin-bottom: 0;}

.privacy_inner{
	background: url(../img/bg_dots02.png) repeat-x 0 bottom;
	padding-bottom: 40px;
	margin-bottom: 35px;
}

.privacy_inner:last-of-type{
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


