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

#main .textDl {
	line-height: 1.75;
}

#main .textDl dt {
	padding-left: 14px;
	float: left;
}

#main .textDl dd {
	margin-bottom: 17px;
	padding: 0 0 2px 13.2em;
	border-bottom: 1px solid #eeeeee;
}

#main .textImg {
	margin-left: 50px;
}

@media all and (max-width: 767px) {
	#main .subBox {
		margin-bottom: 44px;
	}
	
	#main .textDl dt {
		margin-bottom: 0;
		padding-left: 0;
		float: none;
		font-weight: bold;
		font-size: 1.3rem;
	}
	
	#main .textDl dd {
		margin-bottom: 15px;
		padding: 0 0 5px;
		border-bottom: 1px solid #ccc;
	}
	
	#main .textDl dd:last-child {
		margin-bottom: 0;
	}
	
	#main .textImg {
		margin: -3px -3px 0;
	}
	
	#main .textImg img {
		width: 100%;
	}
}
