/* ----------------------------------------
	print
--------------------------------------- */
/* 余白＆幅調整：A4縦に収める */
html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
}
#cupture {
	width: 190mm;
	margin: 0 auto;
}
main {
	background: #F5F8FD;
	padding: 0;
	width: 100%;
	margin: 0 !important;
}
.m_main {
	padding-left: 0 !important;
}
/* 不要UIを隠す */
header,
nav,
footer,
.nav_top_tl, .nav_scroll, .m_intro_function, .floatbnr, .m_back, .m_tag {
	display: none !important;
}
/* 不要UIを隠す */
header, nav, .breadcrumb, .back, .de_basic_meta, .btm_search, .de_step_intro_function, .copy {
	display: none !important;
}
/* 画像はみ出し防止 */
img,
video {
	max-width: 100% !important;
	height: auto !important;
}
/* 改ページ制御（カード途中で切れにくく） */
.m_conts_box {
	break-inside: avoid;
	page-break-inside: avoid;
}
/* 印刷直前だけの微調整が必要なら */
.print-mode .m_header,
.print-mode .m_pagetop {
	position: static !important;
}