@charset "utf-8";
#bg_main_image_recruit {
	background-image: url(../img/img_main.jpg);
}


@media screen and (min-width:1025px) {

}

@media screen and (max-width: 1024px) and (min-width: 751px) {

}

@media print, screen and (min-width: 751px) {
	#setumei1{
		background-image: url(../img/bg_contents.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#setumei1 > h2{
		font-size: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	}
	#setumei1 > p{
		margin: 30px 0 25px;
	}
	#setumei1 > p,
	#setumei1 > .image{
		max-width: 600px;
	}
	#setumei1 > .image img{
		border-radius: 10px;
		height: auto;
		width: 100%;
	}
	
	#dot_band{
		background: url(../../../../common/img/recruit/bg_dot_driver.png);
		background-size: 102px auto;
		margin-top: 120px;
		padding: 60px 20px;
	}
	#dot_band_inner{
		margin: 0 auto;
		max-width: 1080px;
	}
	#dot_band_inner > a{
		background: #FFF url(../../../../common/img/recruit/icon_phone_blue.png) left 40px center no-repeat;
		background-size: 110px auto;
		border-radius: 10px;
		color: #000;
		display: block;
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		padding: 35px 20px 35px 175px;
		text-decoration: none;
		line-height: 1;
	}
	#dot_band_inner > a > span{
		display: inline-block;
		vertical-align: middle;
	}
	#dot_band_inner > a > .tel{
		color: #2BABD5;
		font-size: 55px;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		margin: 0 30px 0 25px;
	}
	#dot_band_inner > a > .time{
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
	}
}

@media screen and (max-width: 750px) {
	#setumei1{
		background-image: url(../img/bg_contents.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#setumei1 > h2{
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	}
	#setumei1 > p{
		margin: 15px 0 15px;
	}
	#setumei1 > .image{
		max-width: 60%;
	}
	#setumei1 > .image img{
		border-radius: 10px;
		height: auto;
		width: 100%;
	}
	
	#dot_band{
		background: url(../../../../common/img/recruit/bg_dot_driver.png);
		background-size: 102px auto;
		margin-top: 60px;
		padding: 30px 20px;
	}
	#dot_band_inner{
		margin: 0 auto;
	}
	#dot_band_inner > a{
		background: #FFF url(../../../../common/img/recruit/icon_phone_blue.png) left 20px center no-repeat;
		background-size: 55px auto;
		border-radius: 10px;
		color: #000;
		display: block;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		padding: 20px 20px 20px 90px;
		text-decoration: none;
		line-height: 1;
	}
	#dot_band_inner > a > span{
		display: inline-block;
		vertical-align: middle;
	}
	#dot_band_inner > a > .tel{
		color: #2BABD5;
		font-size: 32px;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		margin: 10px 0 10px 0;
	}
	#dot_band_inner > a > .time{
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
	}
}
