@charset "utf-8";



#main p {
	margin: 0 0 40px 0;
}


/* TEIWAからのご提案 */

#proposal {
	margin: 0 0 70px 0;
}


/* これまでの事例 */

.box {
	background: url(../img/hell/shadow.jpg) no-repeat;
	background-position: bottom;
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.box:last-of-type {
	margin: 0;
}

.detail {
	width: 718px;
	border: 1px solid #CCCCCC;
	padding: 0 20px 40px 20px;	
}

.detail h5 {
	background: url(../img/hell/sub_titile_back.jpg) no-repeat;
	padding: 31px 0 10px 50px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
}

.detail ul {
	border-bottom: 2px dotted #CCCCCC;
	padding: 0 0 30px 5px;
	margin: 0 0 20px 0;
}

.detail ul li {
	text-indent: -4em;
	padding-left: 4em;
}

.detail dl {
	padding: 0 0 30px 5px;
}

.detail dl dt {
	background: url(../img/hell/icon.png) no-repeat;
	background-position: 0 0.5em;
	padding: 0 0 0 15px;
}

#profile ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
#profile ul li{
	width:49%;
	margin:0 2% 1em 0;
	box-sizing:border-box;
	padding:4px;
	border:1px solid #cccccc;
}
#profile ul li:nth-child(2n){
	margin-right:0;
}
#profile ul li h5{
	text-align:center;
}









