@charset "utf-8";

/* 20200206 added by Fabo */

.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }

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

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

.contents-messagebox {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 2.4;
}
.contents-messagebox p {
	margin-bottom: 25px;
}

.contenst-linebox {
	margin-bottom: 30px;
}
.contenst-linebox dt {
	margin-bottom: 8px;
}
.contenst-linebox dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.contents-labelbox {
	position: relative;
	padding: 50px 25px 30px;
	border: 2px solid #8fbe00;
}
.contents-labelbox-title {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 150px;
	height: 34px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	background: #8fbe00;
}
.contents-labelbox :first-child {
	margin-top: 0;
}
.contents-labelbox :last-child {
	margin-bottom: 0;
}
.contents-labelbox.attention {
	border: 2px solid #c84356;
}
.contents-labelbox.attention .contents-labelbox-title {
	background: #c84356;
}
.contents-labelbox.attention .list-check li:before {
	color: #c84356;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background: url(/images/default/contents-colorbox-bg.png) repeat center 0;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}

.table-line {
	margin-bottom: 30px;
}
.table-line th,
.table-line td {
	padding: 15px 0;
	border-top: none;
	border-bottom: 1px solid #ccc;
}
.table-line th {
	width: 30%;
}

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

/*iframe*/
.movie-wrap iframe {
	vertical-align: top;
}

/*小さな家プロジェクト*/
.contents-project-box {
	margin-bottom: 120px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 2.8;
}
.contents-project-box p {
	margin-bottom: 30px;
}