@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
#header{
	align-items: center;
	justify-content: space-between;
}
.logo{
	position: relative;
	    margin: 0 auto 0 0;
	    padding-right: 20px;
	    height: auto;
}
/*===========================tab====================================== */
@media screen and (min-width: 834px) and (max-width: 1440px){

#header .logo{position: static!important;}
.logo{
	    width: 20%;
}
.header_tel a {
font-size: 24px;
}

}

/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){






}
/*===========================sp END====================================== */