@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------------------------------

リフォーム・リノベーション事例

-----------------------------------------------------------*/
.article * {
	font-family: "メイリオ", Helvetica, "hiragino kaku gothic pro","ms pgothic",sans-serif;
}

#contents_outer {
	overflow: hidden;
	background: #fff!important;
}

#contents {
	width: 100%;
	padding-bottom: 0;
}

.h1_section {
	width: 950px;
	margin: 0 auto 10px;
}

.article_top {
	height: 325px;
	background: url(../images/bg_main_top.jpg) top center no-repeat;
}
	.ttl_main {
		font-size: 30px;
		line-height: 51px;
		text-align: center;
		padding: 39px 0 33px;
	}
		.ttl_main .fs-50 {
			font-size: 50px;
			font-weight: bold;
		}

		.ttl_main .fw-bold {
			font-weight: bold;
		}

	.txt_top {
		font-size: 15px;
		line-height: 26px;
		text-align: center;
	}

.bg-gray {
	background-color: #f7f7f7;
}

.section_bkn {
	width: 950px;
	margin: 0 auto;
}
	.ttl_bkn {
		position: relative;
		display: inline-block;
		font-size: 30px;
		color: #401d17;
		padding: 45px 0 21px;
	}
		.ttl_bkn span {
			font-weight: bold;
		}

		.ttl_bkn::after {
			content: "";
			width: 100vw;
			position: absolute;
			bottom: 20px;
			right: 20px;
			border-top: 1px solid #aba13f;
		}

	.pic_item {
		padding-bottom: 45px;
	}

	.ttl_pic {
		background-color: #401d17;
		font-size: 20px;
		color: #fff;
		text-align: center;
		padding: 8px 0 5px;
		border-bottom: 2px solid #aba13f;
	}

	.cont_pic {
		font-size: 0;
		padding: 18px 20px 0;
	}
		.pic_before,
		.pic_after {
			display: inline-block;
			min-width: 454px;
			text-align: center;
		}
			.pic_before dt,
			.pic_after dt {
				font-size: 20px;
				color: #fff;
				height: 30px;
				line-height: 34px;
			}

		.pic_before {
			border-bottom: 5px solid #aaa;
		}
			.pic_before dt {
				background-color: #aaa;
			}

			.pic_before dd {
				background-color: #efefef;
			}

		.pic_after {
			margin-left: 2px;
			border-bottom: 5px solid #000;
		}
			.pic_after dt {
				background-color: #000;
			}

			.pic_after dd {
				background-color: #dedede;
			}

			.last-section .pic_item:last-child {
				padding-bottom: 0;
			}

			.reform-contact {
				text-align: center;
				margin: 60px 0;
			}

			.reform-contact a:hover {
				opacity: .8;
			}