@charset "utf-8";
/*------------------------------------------------------------------------------
**
**	
**	コンセプト　concept
**	
**
------------------------------------------------------------------------------*/


/* 文字色　紺色 */
.sub-col2 {
	color: #0c2f54;
}


.concept-area {
	margin: 0 auto 100px;
}

/* メインイメージ */
.concept-head-pic {
	margin: 0 auto 77px;
	width: 960px;
}

/* キャッチ＋本文 */
.concept-head-container {
	margin: 0 auto 80px;
	width: 650px;
}

/* 「メディアと一級建築士がタッグを組む相談カウンター」 */
.concept-title {
	font-size: 30px;
	font-weight: 700;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
}

/* 本文 */
.concept-txt {
	font-size: 18px;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.concept-head-pic {
		margin: 0 auto 30px;
		width: 100%;
	}
	
	.concept-head-container {
		margin: 0 auto 40px;
		width: 90%;
	}
	
	.concept-title {
		font-size: 24px;
		margin: 0 auto 20px;
	}
	
	.concept-txt {
		font-size: 16px;
	}
}


/* チェックボックス */
.concept-check-container {
	margin: 0 auto 70px;
	width: 550px;
}

/* タイトル */
.concept-check-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 auto 40px;
	text-align: center;
}

/* 家マーク　紺色 */
.concept-check-title::before {
	background-image: url(../img/concept/icon_house_blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 61px;
	margin: 0 auto 20px;
	width: 53px;
}

.concept-check-list {
	border-bottom: solid 2px #333333;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-left: 50px;
	padding-bottom: 10px;
	position: relative;
}

/* チェックボックス */
.concept-check-list::before {
	background-image: url(../img/concept/checkbox.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 29px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 33px;
}

@media only screen and (max-width: 767px) {
	.concept-check-container {
		margin: 0 auto 50px;
		width: 90%;
	}
	
	.concept-check-title {
		font-size: 22px;
		margin: 0 auto 25px;
	}
	
	.concept-check-title::before {
		height: 51px;
		margin: 0 auto 10px;
		width: 43px;
	}
	
	.concept-check-list {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 5px;
		padding-left: 30px;
	}
	
	.concept-check-list::before {
		height: 20px;
		width: 24px;
	}
}



.concept-flow-container {
	border: solid 5px #6780AD;
	border-radius: 36px;
	margin: 0 auto;
	padding: 57px 30px 40px;
	position: relative;
	width: 800px;
}

.concept-flow-txt-box {
	padding-left: 85px;
}

/* 家マーク　水色 */
.concept-flow-txt-box::before {
	background-image: url(../img/concept/icon_house_light_blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 75px;
	position: absolute;
	top: 57px;
	left: 35px;
	width: 66px;
}

/* イエティ */
.concept-flow-txt-box::after {
	background-image: url(../img/top/goflow.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 211px;
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 202px;
}

/* 「イエタッタカウンターのご利用の仕方をご紹介。」 */
.concept-flow-txt-catch {
	color: #6780AD;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}

/* 「ご利用の流れ」 */
.concept-flow-txt-title {
	color: #6780AD;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 27px;
}

/* 詳しくみる　ボタン */
.concept-flow-btn {
	display: inline-block;
	line-height: 1;
	margin-left: 0;
	text-align: center;
}

.concept-flow-btn-link {
	border: solid 2px #333333;
	border-radius: 10px;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 45px;
}


@media only screen and (max-width: 767px) {
	.concept-flow-container {
		border: solid 3px #6780AD;
		border-radius: 20px;
		padding: 20px 20px;
		width: 90%;
	}
	
	.concept-flow-txt-box {
		padding-left: 46px;
	}
	
	.concept-flow-txt-box::before {
		height: 52px;
		top: 20px;
		left: 16px;
		width: 40px;
	}
	
	.concept-flow-txt-box::after {
		background-image: url(../img/top/goflow_sp.png);
		height: 97px;
		right: 15px;
		width: 91px;
	}
	
	.concept-flow-txt-catch {
		font-size: 14px;
	}
	
	.concept-flow-txt-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.concept-flow-btn-link {
		font-size: 14px;
		padding: 4px 20px;
	}
}
