@charset "UTF-8";





/*詳細ページ
--------------------------------------------*/
.contractors .profile {
	margin-bottom: 80px;
}
.contractors .profile .pho {
	float: left;
	margin: 0 50px 0 0;
}
.contractors .profile .txt {
	overflow: hidden;
	position: relative;
}
.contractors .profile h2 {
	font-size: 12px;
	color: #99A567;
	font-weight: bold;
	margin-bottom: 20px;
}
.contractors .profile h2 em {
	font-size: 30px;
	font-weight: normal;
	font-family: 'NotoSerif';
	line-height: 1;
	color: #000;
}
.contractors .profile .office {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.contractors .profile .office span {
	font-size: 11px;
	background: #000;
	color: #FFF;
	display: inline-block;
	line-height: 20px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
.contractors .profile .website {
	font-size: 12px;
}
.contractors .profile .website a::after {
	content: "\e900";
	font-family: 'icon';
	padding: 0 0 0 5px;
}

.contractors .case{
	padding: 70px 0 80px;
}
.contractors h3 {
	font-size: 26px;
	font-weight: normal;
	font-family: 'NotoSerif';
	text-align: center;
	margin: 0 0 70px;
}
.contractors .case h3::before {
	content: '';
  background: url(../contractors/images/ico_case.svg) no-repeat;
  display: inline-block;
  width: 40px;
  height: 33px;
  vertical-align: middle;
  margin: -10px 20px 0 0;
}
.contractors .outline h3::before {
	content: '';
  background: url(../contractors/images/ico_outline.svg) no-repeat;
  display: inline-block;
  width: 30px;
  height: 37px;
  vertical-align: middle;
  margin: -5px 20px 0 0;
}
.contractors .case {
	clear: both;
	background: #F1F1ED;
}
.contractors .case ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contractors .case ul::after{
  content:"";
  display: block;
  width:30%;
}
.contractors .case li {
	width: 330px;
	margin-bottom: 50px;
}
.contractors .case .category {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	float: right;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.contractors .case .pho {
	display: block;
	margin-bottom: 20px;
}
.contractors .outline {
	margin: 70px auto 0;
}
.contractors .outline div {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.contractors .outline table {
	margin: 0;
}
.contractors .outline tr:last-child th,
.contractors .outline tr:last-child td {
	border: none;
}
.contractors .outline th,
.contractors .outline td {
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #DDD;
}
.contractors .outline th {
	background: #F1F1ED;
	width: 130px;
	text-align: left;
}

@media screen and (max-width: 736px) {
	.contractors .profile {
		margin-bottom: 40px;
	}
	.contractors .profile .pho {
		display: block;
		width: 120px;
		margin: 0 20px 15px 0;
	}
	.contractors .profile .txt {
		overflow: visible;
	}
	.contractors .profile h2 {
		margin-bottom: 0;
	}
	.contractors .profile h2 em {
		font-size: 22px;
	}
	.contractors .profile .office {
		clear: both;
		font-size: 14px;
		margin: 20px 0 10px;
	}
	
	.contractors .case{
		padding: 40px 0 50px;
	}
	.contractors h3 {
		font-size: 22px;
		margin: 0 0 20px;
	}
	.contractors .case li {
		width: 100%;
		margin-bottom: 40px;
	}
	.contractors .case li img {
		width: 100%;
		height: auto;
	}
	.contractors .case .pho {
		margin-bottom: 15px;
	}
	.contractors .outline {
		margin: 40px auto 0;
	}
	.contractors .outline th {
		width: auto;
		padding-right: 20px;
		line-height: 1.4;
	}
}





