@charset "UTF-8";

/****************************************
	共通cssにあったもの
*****************************************/
.contract-section {
	margin-bottom: 64px;
	margin-top: 20px;
}

.contract-section-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 24px;
	border-bottom: 1px solid #6e6e6e;
	padding-bottom: 12px;
}


/*リニューアル時下記競合打ち消し*/
h2.title{
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #6e6e6e;
	background-position: left !important;
	margin: 0 !important;
	border-top: none;
}