@charset "UTF-8";

.sec p {
	line-height: 1.8;
	overflow: hidden;
}
.ttl-green{
	margin: 20px 0;
}
.sec{
	margin-top: 40px;
}
/* +++++++++++++++#sec01+++++++++++++++++ */
main section.columnTable p{
	margin-bottom: 0;
}
.columnTable{
	border: 1px solid #a6a6a6;
	padding: 2px;
	margin-bottom: 20px;
}
.tblTitle{
	padding: 12px 15px;
	line-height: 1.4;
	background: #e6e6e6;
	font-weight: 500;
	font-size: 16px;
}
.columnTable .subTitle{
	margin-bottom: 0.2em;
}
.columnTable>div{
	padding: 12px 15px;
}


/* +++++++++++++++++++++++++++レスポンシブスタイル++++++++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	.sec{
		margin-top: 20px;
	}
	main section p{
		margin-bottom: 15px;
	}
	.sec:last-of-type,
	.columnTable:last-of-type{
		margin-bottom: 0;
	}

}