@charset "utf-8";
/* CSS Document */
.main-banner{
	background: url("../images/banner-bootm-img.webp") no-repeat 0 100% #142236;
	padding: 5% 0 4% 0;
	background-size: 100% auto;
}
.main-banner img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 400px;
	margin: 0 auto;
}
.banner-text p{
	color: #fff;
	margin-bottom: 0;
}
.banner-text{
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.banner-img-cont{
	position: relative;
	margin-bottom: -44px;
	display: block;
}
.banner-btn{
	margin-right: 10px;
}
.banner-btn:last-child{
	margin-right: 0;
}
@media only screen and (min-width:500px){
	.banner-img-cont{
		margin-bottom: -45px;
	}
	.banner-text{
		margin-bottom: 30px;
	}
	.banner-text{
		font-size: 2.0rem;
		line-height: 3.0rem;
	}
}
@media only screen and (min-width:650px){
	.main-banner .container{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		justify-content: space-between;
    }
	.banner-text{
		width: 60%;
	}
	.banner-image{
		width: 38%;
	}
	.banner-image img{
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.banner-img-cont{
		margin-bottom: -23px;
		
	}
	.banner-text{
		margin-bottom: 0px;
	}
	
}
@media only screen and (min-width:768px){
	.banner-text p{
		margin-bottom: 47px;
	}
	.banner-img-cont{
        margin-bottom: -45px;
    }
	.banner-text{
		/*font-size: 2.2rem;
		line-height: 3.2rem;*/
	}
	    
}
@media only screen and (min-width:921px){
	.banner-img-cont{
        margin-bottom: -34px;
    }
}
@media only screen and (min-width:1025px){
	.banner-btn{
		margin-right: 20px;
	}
	/*.banner-text{
		font-size: 2.6rem;
		line-height: 3.6rem;
	}*/
	.banner-text p{
		margin-bottom: 47px;
	}
	.banner-img-cont{
       margin-bottom: -41px;
    }
	.banner-text {
        width: 51%;
    }
	.banner-image {
        /*width: 44%;*/
		width: 33%;
    }
}
@media only screen and (min-width:1500px){
	.banner-img-cont{
        margin-bottom: -26px;
    }
	.main-banner{
		padding: 6% 0 3% 0;
	}
	.banner-image img {
		max-width: 90%;
	}
}