#sc-common-header body {
background-color: transparent;
}

#sc-common-header .mdm_bg {
background-color: transparent;
}

@media screen and (max-device-width: 768px) {

/*mobile*/
#sc-common-header .log-box {
display: flex;
align-items: center;
justify-content: space-between;
height: 55px;
max-height: 55px;
font-size: 13px;
font-weight: bold;
padding: 0 20px;
margin: 0 auto;
text-decoration: none;
position: relative;
letter-spacing: 2px;
background-color: #999;
}

#sc-common-header .log-box a {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
color: #fff;
}

#sc-common-header .log-box a span {
display: inline-block;
}

#sc-common-header .log-box .icon {
display: inline-block;
width: 20px;
height: 100%;
position: relative;
}

#sc-common-header .log-box .icon:before {
content: "";
width: 12px;
height: 8px;
right: 8px;
top: 50%;
position: absolute;
box-sizing: border-box;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
margin-top: -2px;
}

#sc-common-header .log-box .icon:after {
content: "";
width: 12px;
height: 8px;
right: 6px;
top: 50%;
margin-top: -4px;
position: absolute;
box-sizing: border-box;
border: 1px solid #fff;
}

#sc-common-header .log-box button {
display: none;
color: #2e2e2e;
background-color: #fff;
border-radius: 3px;
padding: 0 6px;
margin-left: 65px;
border: 0 none;
}
}

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

/*pc*/
#sc-common-header .log-box {
float: right;
margin-top: 18px;
margin-right: 234px;
position: relative;
z-index: 9995;
font-size: 11px !important;
}

#sc-common-header .log-box a.iconBlankBlack {
background: url('https://www.subaru.jp/sc-common/Img/common/header_outlink_icon.png') no-repeat right 4px;
padding-right: 15px;
margin-top: 4px;
margin-right: 10px;
display: inline-flex;
color: #999;
text-decoration: none;
cursor: pointer;
font-family: "メイリオ", meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif !important;
}
#sc-common-header .log-box a.iconBlankBlack:hover {
color: #003a6a;
}

#sc-common-header .log-box button {
padding: 0px 6px;
border-radius: 4px;
background-color: #a3a3a3;
color: #fff;
border: 0 none;
cursor: pointer;
display: none;
line-height: 20px;
}
}