/* font
----------------------------------*/
.ttl-unl {
	border-bottom:1px solid #eb5504;
	padding-bottom: 5px;
}


/* border
----------------------------------*/
.row .bd-right {
	position:relative;
}
.row .bd-right:after {
	content: "";
	height:100px;
	width:1px;
	border-right:1px solid #d1d1d1;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-50px;
}

@media screen and (max-width: 767px) {

	.text-left-sp {
		text-align: left!important;
	}
	.row .bd-right:after {
		display:none;
	}
}