@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .blue {
	color: #095ba5;
}

#conts h2 {
	margin-bottom: 16px;
}

#conts p {
	margin-bottom: 37px;
	line-height: 1.7;
}

#conts .section .ttl {
	margin-bottom: 8px;
}

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

#conts .section .ttl {
	font-size: 24px;
}

#conts .section ul {
	margin: 0;
}
	
#conts .section ul li {
	width: 100%;
	margin: 0 auto 14px;
	padding: 0;
}

#conts .section ul li img {
	vertical-align: baseline;
}

#conts .section ul li:last-child {
	margin-bottom: 0;
}

#conts .section .ttlLink {
	background: #095ba5 url(../images/common/sp_icon06.png) no-repeat 13px center;
	background-size: 9px auto;
	padding: 3px 0 0 29px;
	line-height: 38px;
	margin-top: -6px;
}

#conts .section .depict {
	margin: 0 0 0 10px;
	display: block;
	line-height: 19px;
}

}