@charset "utf-8";

/* ======================================
2019/09/06 added by takada
======================================== */

table.cl{
	margin-bottom: 20px;
	width:100%;
	border: solid #CCC 1px;
}
table.cl tr{
	border: solid #CCC 1px;
}
table.cl th{
	padding: 5px 10px;
	vertical-align: center;
	text-align: center;
	background: #e2f2bf;
	color: #476608;
	border: solid #8DCB0F 1px;
}
table.cl td{
	border: solid #CCC 1px;
	padding: 5px 10px;
	vertical-align: center;
}

/* ======================================
2020/01/24 added by yoshikawa
======================================== */
/* よくある質問 */
.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: 50px;
	border-bottom: #31140d 1px solid;
}
.table-faq tr:first-child td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #31140d 1px solid;
}
.table-faq tr:nth-child(2) th {
	vertical-align: top;
}

.term-check .col-sm-4 h4{
	text-align: left;
}
.term-check .col-sm-4 p{
	text-align: left;
}
