@charset "utf-8";

/* 20220225 added by Fabo */
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }

.entry-content .row {
	margin-left: -15px;
	margin-right: -15px;
}
.entry-content .row > div {
	margin-bottom: 30px;
	padding: 0 15px;
}

.entry-content .template-img-right {
	margin-left: 30px;
}
.entry-content .template-img-left {
	margin-right: 30px;
}

.entry-content .template-text :first-child {
	margin-top: 0 !important;
}

.entry-custom-title {
	margin: 60px 0 30px !important;
	padding: 0 0 10px 20px !important;
	background: none !important;
	color: inherit !important;
	font-size: 22px !important;
	border-bottom: 3px solid #5f5045;
}
.entry-custom-title:before {
	top: 20px !important;
	left: 0 !important;
}

.strong {
	color: #457447;
}

.table-bordered th,
.table-bordered td {
	padding: 13px 18px;
	border: 1px solid #ddd;
}
.table-bordered th {
	width: 25%;
	background: #ecf1ec;
}

.contents-stepbox-wrap {
	margin: 40px 0 50px;
}
.contents-stepbox {
	position: relative;
	padding-bottom: 40px;
}
.contents-stepbox:last-child {
	padding-bottom: 0;
}
.contents-stepbox::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	width: 2px;
	background: #537e55;
}
.contents-stepbox-ico {
	position: relative;
	float: left;
	margin-right: 30px;
	display: inline-block;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: #537e55;
	border-radius: 50%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.contents-stepbox-detail {
	overflow: hidden;
}
.contents-stepbox h4 {
	display: inline-block;
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: none;
	border: none;
	font-size: 18px;
	color: #333;
}
.contents-stepbox h4 strong {
	color: #195f1c;
}
.contents-stepbox h4::before {
	display: none;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background: #f5f3ef;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}

.list-check li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 25px;
	list-style: none !important;
	line-height: 1.8;
}
.list-check li:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	color: #457447;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-size: 15px;
	line-height: 1.8;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}

.entry-custom-title {
	margin: 60px 0 30px;
	padding: 0 0 10px 20px;
	background: none;
	color: inherit;
	font-size: 22px;
	border-bottom: 3px solid #5f5045;
}

/* インテリアオプション */
body.term-interioroption .entry-content .table-bordered th {
	width: 17% !important;
}

/* よくある質問 */
.table-faq {
	margin-bottom: 10px;
	width: 100%;
}
.table-faq th,
.table-faq td {
	padding: 10px 0;
	vertical-align: middle;
}
.table-faq tr:first-child th {
	width: 70px;
	border-bottom: #ddd 1px solid;
}
.table-faq tr:first-child td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
}
.table-faq tr:nth-child(2) th {
	vertical-align: top;
}