@charset "utf-8";
/* CSS Document */

/* all
///////////////////////////////////////////////////////////*/
@media print{
  印刷用CSSの定義を指定する
.f_pagetop {
	display: none;
}
#footer {
    display: none;
}
address {
    display: none;
}
#case {
	page-break-before: always;
}
#why {
	page-break-inside: avoid;/* 要素内での改ページを禁止する */
}
#qa {
	page-break-after: avoid;
}
#qa {
	page-break-after: auto;
}


/*.flow_box_last dt {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	background-color: #26368a;
	width: 130px;
	height: 130px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;*//* 50%でもOK */
	/*-moz-border-radius: 50%;
	position: relative;*/

}