@charset "utf-8";

/* 20201223 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: 25px;
	padding: 0 15px;
}

.strong {
	color: #ff8700;
}

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

.contents-borderbox {
	margin-bottom: 30px;
	padding: 25px;
	border: 2px solid #255a9f;
}
.contents-borderbox :first-child {
	margin-top: 0;
}
.contents-borderbox :last-child {
	margin-bottom: 0;
}

/* 施工の流れ */
.contents-flowbox-group {
	margin: 40px 0 50px;
}
.contents-flowbox {
	position: relative;
	padding: 0 0 30px 40px;
}
.contents-flowbox:last-child {
	padding-bottom: 0;
}
.contents-flowbox::before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 0;
	left: 8px;
	width: 2px;
	background: #255a9f;
}
.contents-flowbox::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 19px;
	height: 19px;
	z-index: 1000;
	background: #255a9f;
	border-radius: 50%;
}
.contents-flowbox .template {
	margin-bottom: 0;
}
.contents-flowbox .template-img-right {
	margin: 0 0 0 30px;
}
.contents-flowbox .template-text h4 {
	margin-top: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #13a8e7;
	background: none;
}

.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: #ff8700;
	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;
}

.table-bordered th {
	width: 25%;
}
.table-bordered td,
.table-bordered th {
	padding: 15px 20px;
}

.table-fixed {
	margin-bottom: 20px;
	table-layout: fixed;
}
.table-fixed td,
.table-fixed th {
	padding: 15px 20px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
.table-fixed th {
	background: #eef2f8;
}

/* よくある質問 */
body.term-faq .entry-content .row .btn-primary {
	width: 100%;
	padding: 15px;
	text-decoration: none;
}
.table-faq {
	margin-bottom: 20px;
	width: 100%;
}
.table-faq th,
.table-faq td {
	padding: 10px 0;
	vertical-align: middle;
}
.table-faq tr:first-child th {
	width: 70px;
	border-bottom: #aaa 1px solid;
}
.table-faq tr:first-child td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #aaa 1px solid;
}
.table-faq tr:nth-child(2) th {
	vertical-align: top;
}

/* お客様の声 */
body.term-voice .entry-content h3{
	margin: 60px 0 40px;
}