@charset "utf-8";
/* -----------------------------------------
page.css
----------------------------------------- */

.case03Title {
	position: relative;
	padding: 0 10px 6px 13px;
	margin-bottom: 12px;
	color: #00318c;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.3;
}

.case03Title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 6px;
	width: 5px;
	background-color: #00318c;
}

.case03Caption {
	font-size: 80%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.case03Caption2 {
	font-size: 80%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 55px;
}

.case03Caption3  {
	font-size: 80%;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
}

.case03Caption3 li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.bnr {
	font-weight: bold;
	font-size: 86.7%;
	text-align: center;
	margin-top: 30px;
}

.bnr img {
	width: 190px;
}