@charset "UTF-8";


/*index
--------------------------------------------*/
.lead {
	display: flex;
	justify-content: space-between;
	margin: -20px auto 40px;
}
.lead p {
	width: 525px;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 15px;
}
.lead .attention {
	font-weight: normal;
	background: #F1F1ED;
	font-size: 12px;
	padding: 15px;
}
.filter {
	margin-bottom: 50px;
	border-bottom: 1px solid #99A567;
}
.filter dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.filter dt {
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 16px;
	width: 200px;
	pointer-events: none;
}
.filter dd {
	width: calc(100% - 200px);
	margin: 0 0 20px;
	height: auto;
}
.filter dd ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.filter dd li {
	margin: 0 8px 8px 0;
	font-size: 13px;
	font-weight: bold;
}
.filter dd li a {
	border: 1px solid #CCC;
	border-radius: 50px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}
.filter dd li a.selected {
	border: 1px solid #99A567;
	background: #99A567;
	color: #FFF;
}
@media screen and (min-width: 737px) {
	.filter dd {
		margin: 0 0 15px !important;
		height: auto !important;
		display: block !important;
	}
}
@media screen and (max-width: 736px) {
	.lead {
		display: block;
		margin: -20px auto 20px;
	}
	.lead p {
		width: 100%;
		font-size: 14px;
	}
	.lead .attention {
		margin-top: 15px;
	}
	.filter {
		margin: 0 0 30px;
		width: auto;
	}
	.filter dl {
		display: block;
		margin: 0;
	}
	.filter dt {
		font-size: 13px;
		margin: 0;
		padding: 10px 20px;
		border-top: 1px solid #F1F1ED;
		position: relative;
		width: auto;
		pointer-events: auto;
	}
	.filter dt:first-child {
		border-top: none;
	}
	.filter dt::before,
	.filter dt::after {
		content: "";
		display: block;
		background: #99A567;
		position: absolute;
		width: 20px;
		height: 1px;
		top: 50%;
		right: 20px;
	}
	.filter dt::after {
		transform: rotate(-90deg);
		transition: 0.5s;
	}
	.filter dt.spOpen::after {
		transform: rotate(180deg);
	}
	.filter dd {
		margin: 0;
		padding: 0 20px 12px;
		display: none;
		width: auto;
	}
	.filter dd li {
		margin: 0 8px 8px 0;
		font-size: 12px;
	}
	.filter dd li a {
		padding: 0 10px;
	}
}




/*housemakers
--------------------------------------------*/
.housemakers .lead {
	border-bottom: 1px solid #99A567;
	padding-bottom: 60px;
}
.housemakers .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.housemakers .list li {
	width: 525px;
	border-bottom: 1px solid #DDD;
}
.housemakers .list li a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	display: block;
	padding: 12px 0;
}
.housemakers .list li a::after {
	content: "\e900";
	font-family: 'icon';
	margin-left: 5px;
}

@media screen and (max-width: 736px) {
	.housemakers .lead {
		padding-bottom: 20px;
	}
	.housemakers .list ul {
		display: block;
	}
	.housemakers .list li {
		width: 100%;
	}
}


/*reform
--------------------------------------------*/
.reformcompanies .list {
	overflow: hidden;
}
.reformcompanies .list ul {
	width: 1150px;
}
.reformcompanies .list li {
	width: 525px;
	border-bottom: 1px solid #DDD;
	margin-right: 50px;
}
.reformcompanies .list li a {
	display: block;
	width: 100%;
}
.reformcompanies .list li a .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	display: inline-block;
	padding: 12px 0;
}
.reformcompanies .list li a .name::after {
	content: "\e901";
	font-family: 'icon';
	margin-left: 5px;
	font-size: 90%;
}
.reformcompanies .list li a .name.blank::after {
	content: "\e900";
}
.reformcompanies .list li a .area {
	font-size: 14px;
	color: #999;
	text-align: right;
	float: right;
	margin-top: 10px;
}

@media screen and (max-width: 736px) {
	.reformcompanies .list ul {
		width: 100%;
	}
	.reformcompanies .list li {
		width: 100%;
		margin-right: 0;
	}
	.reformcompanies .list li a {
		padding: 10px 0;
	}
	.reformcompanies .list li a .name {
		font-size: 16px;
		display: block;
		padding: 0;
	}
	.reformcompanies .list li a .area {
		font-size: 12px;
		text-align: left;
		float: none;
		margin-top: 0;
		display: block;
		line-height: 1.2;
	}
}


/*contractors
--------------------------------------------*/
.contractors .list {
	overflow: hidden;
}
.contractors .list ul {
	width: 1125px;
}
.contractors .list li {
	width: 350px;
	margin: 0 25px 40px 0;
}
.contractors .list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contractors .list li .pho {
	display: block;
	width: 100px;
}
.contractors .list li .txt {
	display: block;
	width: 225px;
}
.contractors .list li .txt span {
	display: block;
	line-height: 1.4;
}
.contractors .list li .txt .name {
	font-size: 16px;
	font-weight: bold;
}
.contractors .list li .txt .area {
	color: #999;
}

@media screen and (max-width: 736px) {
	.contractors .list {
		overflow: visible;
	}
	.contractors .list ul {
		width: 100%;
	}
	.contractors .list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.contractors .list li .pho {
		width: 25%;
	}
	.contractors .list li .txt {
		width: 70%;
	}
	.contractors .list li .txt .name {
		font-size: 14px;
	}
	.contractors .list li .txt .area {
		font-size: 12px;
	}
	
}


/*constractors
--------------------------------------------*/
.constructors .list li {
	width: 275px;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0 20px;
	border-left: 2px solid #000;;
}
.constructors .list a {
	display: block;
}
.constructors .list span {
	display: block;
	line-height: 1.4;
}
.constructors .list .name {
	font-size: 16px;
	font-weight: bold;
}
.constructors .list .name::after {
	content: "\e900";
	font-family: 'icon';
	margin-left: 5px;
}
.constructors .list .area {
	color: #999;
	margin-top: 5px;
}
@media screen and (max-width: 736px) {
	.constructors .list li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 0 0 15px;
	}
	.constructors .list .name {
		font-size: 14px;
	}
	.constructors .list .area {
		margin-top: 0;
		font-size: 12px;
	}
}


/*partner
--------------------------------------------*/
.partner .lead {
	display: block;
	font-weight: bold;
	text-align: center;
}
.partner .lead a {
	text-decoration: underline;
	color: #D83814;
}
.partner .category {
	border-top: 1px solid #ddd;
	margin-top: 60px;
}
.partner .category h2 {
	font-size: 22px;
	font-family: 'NotoSerif';
	font-weight: normal;
	padding: 50px 0;
	display: inline-block;
	position: relative;
}
.partner .category h2::before {
	content: "";
	display: block;
	width: calc(100% + 1em);
	min-width: 7em;
	height: 3px;
	background: #99A667;
	position: absolute;
	top: -1px;
	left: 0;
}
.partner .category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partner .category ul li {
	width: calc((100% / 2) - 15px);
	margin-bottom: 30px;
}
.partner .category ul li a {
	display: flex;
	align-items: center;
}
.partner .category ul li a .pho {
	flex: 0 0 auto;
	width: 150px;
	margin-right: 25px;
}
.partner .category ul li a .txt span {
	display: block;
	line-height: 1.5;
}
.partner .category ul li a .catch {
	font-family: 'NotoSerif';
	font-size: 13px;
}
.partner .category ul li a .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.partner .category ul li a .name::after {
	content: "\e900";
	font-family: 'icon';
	margin-left: 5px;
}
.partner .attention {
	font-weight: normal;
	background: #F1F1ED;
	font-size: 12px;
	padding: 15px;
	margin-top: 60px;
}
@media screen and (max-width: 736px) {
	.partner .lead {
		text-align: justify;
	}
	.partner .category {
		margin-top: 50px;
		overflow: hidden;
	}
	.partner .category h2 {
		font-size: 18px;
		padding: 25px 0;
	}
	.partner .category ul {
		display: block;
	}
	.partner .category ul::after {
		display: none;
	}
	.partner .category ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.partner .category ul li a {
		align-items: flex-start;
	}
	.partner .category ul li a .pho {
		width: 25%;
		margin-right: 15px;
	}
	.partner .category ul li a .catch {
		font-size: 12px;
	}
	.partner .category ul li a .name {
		font-size: 14px;
	}
	.partner .attention {
		margin: 50px 0 0;
	}
}


/* footer 景品表示
--------------------------------------------------------------*/
.gFooter::before {
	/*content: "記載内容は2017年10月現在のものです";*/
	font-size: 11px;
	color: #999;
	text-align: right;
	position: absolute;
	right: calc(50% - 550px);
	top: -30px;
}
@media screen and (max-width: 736px) {
	.gFooter::before {
		font-size: 10px;
		text-align: left;
		right: 20px;
		top: -25px;
	}
}





