@charset "utf-8";
/*********************************************************************
 *
 *  For プライバシーポリシー
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {
/* columnT */
/* --------------------------------------------------------------------------- */
#columnT {
	background-image:url(../img/columntop_bg_pc.jpg);
}
/* policy */
/* --------------------------------------------------------------------------- */
#policy h4 {
	margin-bottom:5px;
	font-size: 122%;
	font-weight:bold;
}
#policy .txt {
	margin-bottom:40px;
}
#policy .list {
	margin-bottom:40px;
}

}
/* min-width: 768px */
@media screen and (max-width: 767px) {
/* columnT */
/* --------------------------------------------------------------------------- */
#columnT {
	background-image:url(../img/columntop_bg_pc.jpg);
}
/* policy */
/* --------------------------------------------------------------------------- */
#policy h4 {
	margin-bottom:5px;
	font-size: 1.4rem;
	font-weight:bold;
}
#policy .txt {
	margin-bottom:20px;
}
#policy .list {
	margin-bottom:20px;
}

}
/* min-width: 768px */