<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 文字 - 見出し */
.midashi {
	font-size: 120% !important;
	color: #333333 !important;
	background: #ffffff !important;
	text-align: center !important;
	font-weight: bold !important;
}

/* 文字 - 小見出し */
.komidashi {
	font-size: 90% !important;
	color: #333333 !important;
	background: #EFF5F4 !important;
	text-align: left !important;
	font-weight: normal !important;
}

/* 文字 - 項目名・設問 */
.itemname {
	font-size: 80% !important;
	color: #334433 !important;
	font-weight: bold !important;
}

/* 文字 - リスト */
.itemlist {
	font-size: 80% !important;
	color: #334433 !important;
	font-weight: normal !important;
}

/* 文字 - 項目ラベル */
.itemlabel {
	font-size: 80% !important;
	color: #334433 !important;
	font-weight: normal !important;
}

/* 文字 - 項目補足説明 */
.assist {
	font-size: 60% !important;
	color: #334433 !important;
	font-weight: normal !important;
}

/* 文字 - 項目入力例・注記 */
.example {
	font-size: 70% !important;
	color: #1D1DF0 !important;
	font-weight: normal !important;
}

/* 文字 - 説明文 */
.writing {
	font-size: 85% !important;
	color: #334433 !important;
	font-weight: normal !important;
}

/* 文字 - 確認画面（先頭末尾） */
.confirm {
	font-weight: bold !important;
	font-size: 100% !important;
	color: #334433 !important;
}

/* 文字 - 確認画面（入力内容） */
.ct_hidden p {
	font-weight: normal !important;
	font-size: 80% !important;
	color: #334433 !important;
}

/* 文字 - 完了画面 */
.complete {
	text-align: center !important;
	font-weight: normal !important;
	font-size: 100% !important;
	color: #334433 !important;
}

/* 文字 - 期間外画面 */
.overtime {
	text-align: center !important;
	font-weight: normal !important;
	font-size: 100% !important;
	color: #FFFFFF !important;
}

/* 文字 - カスタム１ */
.custom1 {
	text-align: right !important;
	font-weight: normal !important;
	font-size: 85% !important;
	color: #333333 !important;
/*	background: #ffffff;*/
}

/* 文字 - カスタム２ */
.custom2 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 100% !important;
	color: #333333 !important;
/*	background: #ffffff;*/
}

/* 文字 - カスタム３ */
.custom3 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 100% !important;
	color: #333333 !important;
/*	background: #ffffff;*/
}

/* 文字 - カスタム４ */
.custom4 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 100% !important;
	color: #333333 !important;
/*	background: #ffffff;*/
}

/* 文字 - カスタム５ */
.custom5 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 100% !important;
	color: #333333 !important;
/*	background: #ffffff;*/
}

/* 完了画面リンクボタン
------------------------------------------------ */
.link-btn {
	text-align: center !important;
}

.link-btn a {
	font-size: 80% !important;
	height: 20px !important;
	width: 100px !important;
}

@media screen and (max-width:767px) {
	/* 文字 - 見出し */
	.midashi {
		font-size: 120% !important;
	}

	/* 文字 - 小見出し */
	.komidashi {
		font-size: 90% !important;
	}

	/* 文字 - 項目名・設問 */
	.itemname {
		font-size: 80% !important;
	}

	/* 文字 - リスト */
	.itemlist {
		font-size: 80% !important;
	}

	/* 文字 - 項目ラベル */
	.itemlabel {
		font-size: 80% !important;
	}

	/* 文字 - 項目補足説明 */
	.assist {
		font-size: 60% !important;
	}

	/* 文字 - 項目入力例・注記 */
	.example {
		font-size: 70% !important;
	}

	/* 文字 - 説明文 */
	.writing {
		font-size: 85% !important;
	}

	/* 文字 - カスタム１ */
	.custom1 {
		font-size: 85% !important;
	}

	/* 文字 - カスタム２ */
	.custom2 {
		font-size: 100% !important;
	}

	/* 文字 - カスタム３ */
	.custom3 {
		font-size: 100% !important;
	}

	/* 文字 - カスタム４ */
	.custom4 {
		font-size: 100% !important;
	}

	/* 文字 - カスタム５ */
	.custom5 {
		font-size: 100% !important;
	}

	/* 文字 - 確認画面（先頭末尾） */
	.confirm {
		font-size: 100% !important;
	}

	/* 文字 - 確認画面（入力内容） */
	.ct_hidden p {
		font-size: 80% !important;
	}

	/* 文字 - 完了画面 */
	.complete {
		font-size: 100% !important;
	}

	/* 文字 - 完了画面リンクボタン */
	.link-btn a {
		font-size: 80% !important;
	}

	/* 文字 - 期間外画面 */
	.overtime {
		font-size: 100% !important;
	}
}

/* 拡張定義 */
 </pre></body></html>