@charset "utf-8";
/* CSS Document */

/* 開発実績ページ設定 */

#contents #title h1 {
	background-image: url(../img/results/title_ph.jpg);
}
#contents #title h1::before {
	content: "\f682";
}
#contents #title h1::before {
	content: "\f5fc";
}
#contents #contents_menu li:nth-child(2) a h6 {
	color: #FFF;
	background-color: #016bba;
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#contents #results {
	padding:60px;
	padding-bottom:100px;
}
#contents #results dl {
	margin-top:30px;
}
#contents #results dt {
	float: left;
	width: 30%;
}
#contents #results dt img {
	width:100%;
}
#contents #results dd {
	float: right;
	width: 65%;
}
#contents #results dd h4 {
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.3em;
}
#contents #results dd p {
	margin-bottom:1em;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#contents #results {
	padding:20px 0px;
}
#contents #results dl {
	margin-top:0px;
}
#contents #results dt {
	float: none;
	width: 70%;
	margin:0px auto;
	margin-bottom:20px;
}
#contents #results dt img {
	width:100%;
}
#contents #results dd {
	float: none;
	width: auto;
}
#contents #results dd h4 {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 0.3em;
}
#contents #results dd p {
	margin-bottom:1em;
}

}
