@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 11px;
	color: #333;
	font-size: 22px;
	line-height: 1.4;
}

#conts p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.57;
}

#conts .phoBox {
	margin-bottom: 30px;
}

.phoBox img {
	border: 1px solid #ccc;
}

#conts .phoBox01 {
	margin-bottom: 50px;
}

#conts .comUlList {
	margin-bottom: 50px;
}

#conts .comUlList li {
	padding-top: 22px;
	line-height: 1.57;
}

#conts .comUlList li:first-child {
	padding-top: 0;
	background-position: left 3px;
}

#conts .comUlList span {
	display: block;
	font-weight: bold;
}

#conts .h3Ttl {
	margin-bottom: 5px;
}

#conts .text {
	margin-bottom: 23px;
}

#conts .listUl li {
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	background: url(../../img_new/common/icon03.gif) no-repeat left 2px;
}

@media all and (min-width: 320px) and (max-width: 739px)  {
	#conts h2 {
		font-size: 18px;
	}
	
	#conts .comUlList {
		margin-bottom: 30px;
	}
	
	#conts .phoBox01 {
		margin-bottom: 30px;
	}
}