@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts p {
	line-height: 1.7;
}

#conts .txt01 {
	color: #095ba5;
	font-size: 21px;
	margin: 36px 0 9px;
	line-height: 1.4;
	font-weight: bold;
}

#conts .case {
	margin-top: 37px;
	border: 3px solid #d3d3d3;
	padding: 21px 27px 21px 27px;
}

#conts .case dt {
	font-weight: bold;
	font-size: 17px;
	color: #095ba5;
	margin-bottom: 10px;
}

#conts .case dd {
	line-height: 1.8;
}


@media all and (min-width: 0px) and (max-width: 700px) {
#conts p {
	width: 93%;
	margin: 0 auto;
}

#conts .txt01 {
	margin: 17px auto 5px;
}

#conts .case {
	margin: 14px auto 0;
	width: 91%;
	padding: 10px 0 4px;
	border: 2px solid #ccc;
}

#conts .case dl {
	width: 90%;
	margin: 0 auto;
}

#conts .case dt {
	margin-bottom: 4px;
}

}