@charset "utf-8";

/* ============================================================
   個人情報の取り扱いについて
   ============================================================ */

#fv .fv_top .left h2 { line-height: 1.25; }
#fv .fv_top .left .fv_lead {
	font-family: 'Noto-Sans-JP-Regular';
	color: #004092;
	font-size: 15px;
	line-height: 1.9;
	margin-top: 18px;
	max-width: 480px;
}
#fv .fv_top .fv_image { background: url(../images/company/fv_img01.webp) no-repeat left center /100%; }

#privacy-content { padding: 80px 0 100px; }
#privacy-content .inner { max-width: 920px; }

#privacy-content .block { margin-bottom: 56px; }
#privacy-content .block:last-child { margin-bottom: 0; }

#privacy-content .block_title {
	font-family: 'Noto-Sans-JP-Bold';
	color: #004092;
	font-size: 22px;
	letter-spacing: 0.05em;
	padding: 0 0 14px 18px;
	border-left: 4px solid #2EA34D;
	border-bottom: 1px solid #B3C7E0;
	margin-bottom: 28px;
}

#privacy-content p {
	font-family: 'Noto-Sans-JP-Regular';
	color: #004092;
	font-size: 15px;
	line-height: 2.0;
	margin-bottom: 1.2em;
}
#privacy-content p:last-child { margin-bottom: 0; }
#privacy-content p strong {
	font-family: 'Noto-Sans-JP-Bold';
	color: #004092;
}

/* 番号付きリスト */
.numbered_list {
	margin: 0;
	padding: 0;
}
.numbered_list dt {
	font-family: 'Noto-Sans-JP-Bold';
	color: #004092;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 0 8px;
	border-top: 1px solid #EBF7FF;
}
.numbered_list dt:first-of-type { border-top: none; padding-top: 0; }
.numbered_list dt .num {
	display: inline-block;
	font-family: 'Jost', system-ui;
	font-size: 13px;
	color: #FFF;
	background: #004092;
	padding: 4px 10px;
	border-radius: 999px;
	letter-spacing: 0.06em;
	font-weight: 500;
	min-width: 38px;
	text-align: center;
}
.numbered_list dd {
	font-family: 'Noto-Sans-JP-Regular';
	color: #004092;
	font-size: 15px;
	line-height: 1.95;
	padding-left: 52px;
	margin: 0 0 18px;
}

/* チェックリスト */
.check_list {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
}
.check_list li {
	font-family: 'Noto-Sans-JP-Regular';
	color: #004092;
	font-size: 15px;
	line-height: 2.0;
	padding-left: 32px;
	position: relative;
	margin-bottom: 0.5em;
}
.check_list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background: #2EA34D;
	color: #FFF;
	border-radius: 50%;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-top: 6px;
}
.check_list li strong {
	font-family: 'Noto-Sans-JP-Bold';
	color: #004092;
}

#privacy-content p.note {
	font-size: 13px;
	color: #808080;
	background: #F4FAFF;
	padding: 12px 18px;
	border-radius: 8px;
	border-left: 3px solid #B3C7E0;
	line-height: 1.7;
	margin-top: 8px;
}

/* お問い合わせ窓口 */
.contact_box {
	background: #F4FAFF;
	border-radius: 16px;
	padding: 36px 40px;
}
.contact_dl {
	margin: 0;
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 14px 24px;
}
.contact_dl dt {
	font-family: 'Noto-Sans-JP-Bold';
	color: #004092;
	font-size: 14px;
	padding-top: 2px;
	border-right: 1px solid #B3C7E0;
}
.contact_dl dd {
	font-family: 'Noto-Sans-JP-Regular';
	color: #004092;
	font-size: 15px;
	margin: 0;
	line-height: 1.7;
}
.contact_dl dd a {
	color: #2E933C;
	text-decoration: none;
	font-family: 'Noto-Sans-JP-Bold';
}
.contact_box .footer_note {
	font-size: 13px;
	color: #808080;
	line-height: 1.7;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid #B3C7E0;
}
.contact_box .updated {
	font-family: 'Jost', system-ui;
	font-size: 12px;
	color: #808080;
	text-align: right;
	letter-spacing: 0.08em;
	margin-top: 8px;
}

/* mobile */
@media only screen and (max-width: 768px) {
	#privacy-content { padding: 40px 0 60px; }
	#privacy-content .inner { padding: 0 16px; }
	#privacy-content .block { margin-bottom: 40px; }
	#privacy-content .block_title { font-size: 18px; padding-left: 14px; }
	#privacy-content p { font-size: 14px; line-height: 1.9; }

	.numbered_list dt { font-size: 14px; flex-wrap: wrap; }
	.numbered_list dd { padding-left: 0; font-size: 14px; }

	.check_list li { font-size: 14px; padding-left: 28px; }

	.contact_box { padding: 24px 20px; }
	.contact_dl { grid-template-columns: 1fr; gap: 4px 0; }
	.contact_dl dt { border-right: none; border-bottom: 1px dotted #B3C7E0; padding-bottom: 4px; font-size: 13px; }
	.contact_dl dd { padding-bottom: 14px; font-size: 14px; }
}
