@charset "utf-8";

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

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

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

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 35px;
	background: #f6f4f4;
}

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

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 35px;
	border: 2px solid #c5b279;
}

.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 {
	vertical-align: top;
	width: 100%;
	height: 450px;
}
.-street_view iframe {
	height: 550px;
}

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

.tbl_qa {
	margin-bottom: 30px;
}
.tbl_qa th,
.tbl_qa td {
	border: none !important;
	background: none !important;
}
.tbl_qa th {
	width: 5% !important;
	padding: 20px !important;
}
.tbl_qa td {
	padding: 20px 20px 20px 0 !important;
	vertical-align: middle !important;
}
.tbl_qa tr:nth-child(2n-1) td {
	font-size: 18px !important;
	font-weight: bold;
}
.tbl_qa tr:nth-child(2n) {
	background: #fbf7e5 !important;
}
.tbl_qa tr:nth-child(2n) th {
	vertical-align: top;
}
.tbl_qa_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #4e2e25;
	color: #fff;
	font-family: 'Shippori Mincho', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
}
.tbl_qa tr:nth-child(2n) .tbl_qa_icon {
	background: #d8a309;
}

.tbl_fixed th,
.tbl_fixed td {
	text-align: center !important;
	vertical-align: middle !important;
}

.entry_body dl dt {
	font-size: 18px;
	font-weight: bold;
}

.entry_body dl dd {
	margin-bottom: 15px;
}

.list_label li {
	display: inline-block;
	margin: 0 10px 10px 0;
	background: #4e2e25;
	color: #fff;
	line-height: 38px;
	font-size: 15px;
	padding: 0 15px;
	border-radius: 3px;
}

.list_flow {
	position: relative;
	margin: 80px 0 !important;
	padding-left: 120px;
}
.list_flow::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	width: 14px;
	height: 100%;
	margin-left: -7px;
	background: #edeae9;
}
.list_flow > li {
	position: relative;
	padding: 0 0 60px 0 !important;
	list-style: none !important;
}
.list_flow > li:last-child {
	padding-bottom: 30px;
}
.list_flow_icon {
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 10;
	width: 100px;
	height: 36px;
	background: #4e2e25;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.list_flow_icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #4e2e25;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list_flow .box {
	position: relative;
	padding-left: 70px;
}
.list_flow .box::before,
.list_flow .box::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
}
.list_flow .box::before {
	top: 14px;
	left: -4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4e2e25;
}
.list_flow .box::after {
	position: absolute;
	top: 17px;
	left: 5px;
	width: 50px;
	border-bottom: 1px dashed #999;
}
.list_flow .box dt {
	margin: 4px 0 15px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
}


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

/** よくある質問 */
.page-faq .box_border .col6 {
	padding-bottom: 0 !important;
}