@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 8px;
}

#conts h2 {
	margin-bottom: 7px;
	color: #333;
	font-size: 22px;
}

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

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

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

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

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

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

#conts .textList > li {
	margin-bottom: 23px;
}

#conts .textList h4 {
	padding-left: 15px;
	font-size: 14px;
	background: url(../../img_new/common/icon03.gif) no-repeat left 2px;
}

#conts .textList p {
	margin-left: 15px;
}

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

#conts .textList .subList {
	margin-left: 15px;
}

#conts .textList .subList dt {
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	background: url(../../img_new/common/icon04.gif) no-repeat left 4px;
}

#conts .textList .subList dd {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.57;
}

#conts .textList .subList dd li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#conts .h4Ttl {
	margin-bottom: 3px;
}

@media all and (min-width: 320px) and (max-width: 739px)  {
	#conts h2 {
		font-size: 18px;
	}
	
	#conts .picBox img {
		width: 100%;
	}
}

@media all and (min-width: 740px) and (max-width: 1023px)  {
	#conts .picBox img {
		width: 100%;
	}
}