@charset "UTF-8";

/* *******************************************************************************************
*
*	自分だけの家づくり
*
******************************************************************************************* */

.contents .inner{
	margin: 0 auto;
	padding: 30px 0 96px 0;
	width: 1024px;
}

@media screen and (max-width : 768px){
	.contents .inner{
		padding: 45px 18px 80px 18px;
		width: 100%;
		box-sizing: border-box;
	}
}

/* ----------------------------- ヘッダー ----------------------------- */

.contents_header{
	margin-bottom: 64px;
	text-align: center;
}
.contents_header_ttl{
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 18px;
	color: #124a97;
	font-size: 33px;
	line-height: 53px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.contents_header_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 4px;
	background: #124a97;
}
.contents_header_lead{
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

@media screen and (max-width : 768px){
	.contents_header{
		margin-bottom: 40px;
	}
	.contents_header_ttl{
		margin-bottom: 14px;
		padding-bottom: 16px;
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 0.08em;
	}
	.contents_header_ttl:after{
		width: 36px;
		height: 3px;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.contents_clm_item{
	margin-bottom: 85px;
}
.contents_clm_item:last-child{
	margin-bottom: 0;
}
.contents_clm_item a{
	display: flex;
}
.contents_clm_item_img{
	width: 665px;
}
.contents_clm_item_info{
	display: flex;
	align-items: center;
	width: calc(100% - 665px);
	box-sizing: border-box;
}
.contents_clm_item:nth-child(odd) .contents_clm_item_info{
	padding-right: 47px;
}
.contents_clm_item:nth-child(even) .contents_clm_item_info{
	padding-left: 47px;
}
.contents_clm_item_info_ttl{
	margin-bottom: 18px;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.contents_clm_item_info_ttl .logo-favo{
	margin-left: 5px;
	margin-bottom: 3px;
	width: 109px;
}
.contents_clm_item_info_txt{
	margin-bottom: 23px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.contents_clm_item_info_link{
	display: inline-block;
	padding-right: 94px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url(../../assets/img/common/icon_arrow_detail_l.png) right 1px no-repeat;
	background-size: 82px auto;
}

@media screen and (max-width : 768px){
	.contents_clm_item{
		margin-bottom: 60px;
	}
	.contents_clm_item:last-child{
		margin-bottom: 0;
	}
	.contents_clm_item a{
		display: block;
	}
	.contents_clm_item_img{
		width: 100%;
	}
	.contents_clm_item_info{
		display: block;
		padding-top: 18px;
		width: 100%;
	}
	.contents_clm_item:nth-child(odd) .contents_clm_item_info{
		padding-right: 0;
	}
	.contents_clm_item:nth-child(even) .contents_clm_item_info{
		padding-left: 0;
	}
	.contents_clm_item_info_ttl{
		margin-bottom: 10px;
		font-size: 19px;
		line-height: 23px;
		letter-spacing: 0.08em;
	}
	.contents_clm_item_info_ttl .logo-favo{
		width: 62px;
	}
	.contents_clm_item_info_txt{
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 21px;
		letter-spacing: 0.08em;
	}
	.contents_clm_item_info_link{
		display: block;
		padding-right: 51px;
		font-size: 13px;
		line-height: 20px;
		text-align: right;
		background: url(../../assets/img/common/icon_arrow_detail_l_sp.png) right 1px no-repeat;
		background-size: 42px auto;
	}
}
