@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 30px 30px 0;
}

.box_right {
	float: right;
	margin: 0 0 30px 30px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	background: #fff;
	border-radius: 6px;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	border: 3px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.contents_flowbox_group {
	margin: 40px 0 90px;
}
.contents_flowbox {
	position: relative;
	padding: 0 0 50px 35px;
}
.contents_flowbox:last-child {
	padding-bottom: 0;
}
.contents_flowbox::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 4px;
	width: 2px;
	background: #2e62bd;
}
.contents_flowbox::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 10px;
	height: 10px;
	z-index: 1000;
	background: #2e62bd;
	border-radius: 50%;
}
.contents_flowbox {
	margin-bottom: 0;
}
.contents_flowbox .box_right {
	margin: 0 0 0 35px;
}
.contents_flowbox .box_text h4 {
	margin: -8px 0 15px 0;
	padding: 0;
	color: #2e62bd;
	font-size: 20px;
	border: none;
	background: none;
}
.contents_flowbox .box_text h4:before {
	display: none;
}

.entry_btn {
	margin-top: 30px;
	text-align: center;
}
.entry_btn a {
	display: inline-block;
	width: 330px;
	height: 50px;
	border-radius: 25px;
	background: #888;
	line-height: 50px;
	color: #fff;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* コンセプト */
.page-concept .-fixed {
	position: relative;
	margin-left: -40px;
}

.page-concept .box_right {
	margin-left: 50px;
}
.page-concept .box_left {
	margin-right: 50px;
}

.page-concept .box_text {
	padding-top: 20px;
	font-size: 16px;
}

/* 新築注文住宅 */
.page-build .-fixed {
	position: relative;
	margin-left: -40px;
}


/* よくある質問 */
.tbl_faq {
	margin-bottom: 25px!important;
}
.tbl_faq th img {
	width: 50px;
}
.tbl_faq th,
.tbl_faq td {
	padding: 16px 0 !important;
	border: none !important;
	border-bottom: #ddd 1px solid !important;
	background: none !important;
	vertical-align: middle !important;
}
.tbl_faq tr:first-child th {
	width: 65px;
}
.tbl_faq tr:first-child td {
	border-bottom: #ddd 1px solid !important;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle !important;
}
.tbl_faq tr:nth-child(2) th {
	vertical-align: top !important;
}


