@charset "shift_jis";

/* 下層ページ共通
----------------------------------------------------*/
.contentsInner {
	background-color: #fff;
	padding: 12px 15px 20px;
	box-shadow: 1px 1px 2px rgba(179,179,179,1);
}
.contentsTtl {
	background-color: #8cbeff;
	color: #162e4b;
	font-size: 16px;
	padding: 7px 10px 6px;
	border-left: 3px solid #162e4b;
	position: relative;
	margin-bottom: 14px;
	line-height: 1.5;
}
.contentsTtl:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0px;
}
.text {
	line-height: 1.5;
	margin-bottom: 15px;
}
.section {
	margin-bottom: 20px;
}
.section:last-child {
	margin-bottom: 0;
}
.contentsBtn {
	text-align: center;
	margin-top: 20px;
}
.boxSection {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fafcff;
}
.boxSectionTtl {
	font-size: 14px;
	color: #162e4b;
	margin-bottom: 12px;
	line-height: 1.5;
}
.boxSection .text:last-child {
	margin-bottom: 0;
}
.boxBlue {
	background-color: #bddaff;
	border-radius: 4px;
	padding: 12px;
}