@charset "utf-8";

/*----- インポート -----*/
@import url("common.css");
@import url("second.css");


/* ====================================================================================================
　取組：共通レイアウト
==================================================================================================== */








#privacy{}
#privacy h3{
	margin-bottom: 20px;
	margin-top: 40px;
}
#privacy h4{
	margin-bottom: 10px;
}
#privacy p{
	margin-bottom: 1em;
}
#privacy p.t-right{
	text-align: right;
}

