@charset "utf-8";

/**
 *
 *  このサイトについてcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#bread-crumb{
	margin-bottom: 60px;
}

#Main{
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}

/* @SP */
@media all and (max-width: 767px) {
	#Main{
		padding: 0;
	}
}


/*--------------------------------------------------------------------------
  	sec
---------------------------------------------------------------------------*/

.sec{
	margin-top: 53px;
}
.sec:first-child{
	margin-top: 0;
}
.sec .txt{
	margin-top: 25px;
	line-height: 1.85;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec{
		margin-top: 15px;
	}
	.sec .sec-ttl{
		padding: 11px 0;
		line-height: 1.4;
	}
	.sec .txt{
		margin-top: 10px;
		font-size: 11px;
		line-height: 1.7;
	}
}


