@charset "utf-8";

/* 20190209 added by Fabo */

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

.strong {
	color: #70a677;
}

.table-bordered th {
	width: 30%;
}


.contents-colorbox {
	margin-bottom: 20px;
	padding: 20px;
	background: #fcf8eb;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}

.contents-borderbox {
	margin-bottom: 20px;
	padding: 20px;
	border: #fcf8eb 1px solid;
}
.contents-borderbox :first-child {
	margin-top: 0;
}
.contents-borderbox :last-child {
	margin-bottom: 0;
}


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


/* よくある質問 */
.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: 50px;
	border-bottom: #70a677 1px solid;
}
.table-faq tr:first-child td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #70a677 1px solid;
}
.table-faq tr:nth-child(2) th {
	vertical-align: top;
}