@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#policy {
	line-height: 1.6;
}
#policy p:not(.nm) {
	margin-bottom: 2em;
}
#policy .partner {
	margin: 2em 0;
	border: 1px solid #ccc;
}
#policy .list_maru {
	margin-bottom: 2em;
	list-style: none;
}
#policy .list_maru li {
	text-indent: -1em;
	padding-left: 1em;
}
#policy .list_maru li+li {
	margin-top: 0.5em;
}
#policy ul.list {
	padding-left: 1.5em;
	list-style: disc;
}
#policy ul.list li+li {
	margin: 0;
}
#policy table th {
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
}
#policy table th::after {
	content: "：";
}
#fd dl {
	margin-bottom: 30px;
}
#fd dt {
	color: var(--color-primary);
	font-size: 140%;
	border-bottom: 2px solid var(--color-secondary);
	line-height: 1.1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
}