@charset "UTF-8";

/*==================================================
 コンテンツリスト01
================================================== */
.styled-item-list {
}

.styled-item-list .item {
	margin: 0 0 9px;
	padding: 36px 35px 38px;
	border: 4px solid #000;
	background: #fff;
	overflow: hidden;
}

.styled-item-list .thumb {
	float: left;
}

.styled-item-list .texts {
	width: 618px;
	float: right;
}

.styled-item-list .title {
	margin: 0 0 20px;
	line-height: 1.2;
	color: #bf0000;
	font-size: 30px;
	font-weight: bold;
}

.styled-item-list p:not(:last-child) {
	margin-bottom: 1.5em;
}

/*==================================================
 事業内容
================================================== */
.business-section {
	margin: 0 0 85px;
}

/*==================================================
 個人のお客様へ
================================================== */
.individual-section {
	margin: 0 0 60px;
}

/*==================================================
 施工の流れ
================================================== */
.flow-section {
	margin: 0 0 12px;
}

.flow-section .flow-title {
	margin: 0 0 13px;
	text-align: center;
}

/* リスト
-------------------------------------------------- */
.flow-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flow-list .flow-item {
	width: 345px;
	margin: 0 0 44px;
	padding: 30px 0 30px 28px;
	border: 4px solid #000;
	background: #fff;
	box-sizing: border-box;
}

/* サムネ
------------------------- */
.flow-list .thumb {
	margin: 0 0 9px;
}

/* 見出し
------------------------- */
.flow-list .title {
	margin: 0 0 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow-list .title-text {
	width: calc(100% - 75px);
	color: #bf0000;
	font-size: 30px;
	font-weight: bold;
}

.flow-list .title-num {
	width: 64px;
	height: 64px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	border-radius: 50%;
	background: #bf0000;
	display: block;
}

/* テキスト
------------------------- */
.flow-list .contents {
	letter-spacing: -1px;
}

.flow-list .contents p:not(:last-child) {
	margin-bottom: 1em;
}

/* 線
------------------------- */
.flow-list .flow-item:not(:nth-child(3n+3)) {
	position: relative;
}

.flow-list .flow-item:not(:nth-child(3n+3)):after {
	content: '';
	width: 28px;
	height: 4px;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}


/*==================================================
 問い合わせ
================================================== */
.business-contact-section {
	height: 338px;
	padding: 115px 0 0;
	background: url(../images/business/business_contact_bg.png);
	box-sizing: border-box;
}

.business-contact-section .contact-title {
	margin: 0 0 46px;
	text-align: center;
}

/* リスト
-------------------------------------------------- */
.business-contact-section .contacts-list {
	display: flex;
	justify-content: center;
}

.business-contact-section .contacts-list li {
	margin: 0 10px;
}