.cms-wrap {
	margin-bottom: 60px !important;
}
.cms-wrap h4 {
	border-left: solid 1px #071740 !important;
    padding: 0.5em 1em;
    background: #fff !important;
	margin-bottom: 0px;
}
.cms-wrap .row {
	margin-bottom: 15px;
}
.cms-block {
	padding: 1.5em;
	margin-bottom: 30px;
	background: #f1f1f1 !important;
}
.news-block {

	border-bottom: solid 1px #071740 !important;
    padding: 0.5em 1em;
    background: #fff !important;
}
.news-block h4 {
border-left:none !important;
    padding: 0.3em 0;
    background: #fff !important;
	margin-bottom: 0;
	font-size: 18px;
}
.news-block p:first-child {
	padding-bottom: 0;
}

.cms-scr {
	height: 360px;/*スクロールの高さ*/
	overflow-y: scroll;
}

.maker-newproduct {
	background: #fff;
	padding: 30px;
	border: solid 1px #071740;
	margin-bottom: 40px;
}
.maker-newproduct h4 {
	margin-bottom: 15px;
}
.maker-newproduct h5 {
	text-align: center;
	background: #f1f1f1;
	padding: 10px;
	margin-bottom: 15px;
}
.maker-newproduct p.lead {
	font-size: 18px;
	color: #000;
	border-bottom: dotted 2px #000;
    padding-bottom: 5px;
}
