@charset "utf-8";

#vehicle, #station {
    padding-top: 160px;
    margin-top: -160px;
}

.content{
	margin-bottom: 70px;
}
.slogan-page{
	text-align: center;
	font-size: 17px;
	line-height: 2.3;
	margin: 60px 0;
}
.transport-title{
	font-family: "Hind Siliguri", sans-serif;
	text-align:center;
	font-size: 40px;
    font-weight: bold;
    color: #7F7F80;
    margin-bottom: 0;
	line-height: 1;
}
.transport-title-child{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #2D2D2D;
}
.video{
	/*text-align: center;
	margin-top: 35px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin:3% auto 5%;
}

#station .video{margin-bottom: 1%;}

.video video{
	width: 280px;
  height: 280px;
  object-fit: cover;
}
.owned-list{
	background-image: url(../img/transport/transport6.jpg);
    background-size: cover;
    padding-bottom: 10px;
    margin-bottom: 10%;
	margin-top: -200px;
    padding-top: 150px;
}
.images{
	width: 850px;
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 85px;
}
.images img{
	width:145px;
}
.table{
	margin: 85px auto 60px;
}
.table tr{
	display: block;
	margin-bottom: 18px;
}
.left{
	width: 240px;
    font-size: 14px;
    text-align: right;
    border-right: 2px dotted;
    padding-right: 50px;
}
.right{
	width: 245px;
    font-size: 14px;
    padding-left: 50px;
}
.tel{
	text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (max-width: 950px){
	.slogan-page{
		width:100%;
		padding:1rem;
		margin: 20px 0;
	}
	.images{
		width: 84%;
		justify-content: space-evenly;
    	padding: 30px 0;
	}
	.image{
		width: 170px;
		margin-top: 42px;
	}
	.image img{
		width: 100%;
	}
	.table{
		margin: 30px auto;
	}
}
@media screen and (max-width: 510px){
	#vehicle, #station {
		padding-top: 3rem;
		margin-top: -3rem;
	}
	.transport-title{
		font-size: 2rem;
	}
	.image{
		width: 140px;
	}
	.left{
		padding-right: 20px;
		font-size: 12px;
		width: 300px;
	}
	.right{
		padding-left: 20px;
		font-size: 12px;
	}
}