.header{
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 10010;
    height: 46px;
    position: fixed;
    left: 0;	
}
.sdp-header {
    height: 48px;
    margin: 0px auto;
    padding-top: 3px;
}																		

.sdp-header .sdp-logo a.logo-toyota {
    height: 36px;
    display: flex;
    float: left;
    padding-top: 6px;
    text-decoration: none;
}
.sdp-header .sdp-logo a.logo-toyota img{
    max-width: 100%;
    max-height: 100%;
}
.sdp-header .sdp-logo{
    position: fixed;
    top: 0;
}
.sdp-header .sdp-logo a.logo-toyota h1{
	float: right;
    padding: 4px 6px 0px 0;
    margin: 0;
    color: #000;
    margin-left: 10px;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: nobel-book, Arial, sans-serif;
    font-weight: 800;
}
:focus-visible{
    outline: #7e7e7e solid 4px;
}