.scroll_borrow {
	overflow: auto;
}

@media screen and (max-width: 1023px) {

.scroll_borrow > table {
	width: 1000px !important;
	table-layout: fixed;
	word-break: break-all;
}
	
	.scroll_borrow01 > table {
		width: 600px !important;
		table-layout: fixed;
		word-break: break-all;
	}

}

@media screen and (max-width: 480px) {

	.sec_title {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	
	.sec_title img {
		width: 20%;
	}
	
	.sec_title span {
		margin: 0 10px;
	}

}



@media screen and (max-width: 320px) {

.sec_title span{
	font-size: 24px;
}

}