header{
	height:48px;
	box-sizing:border-box;
	width:100vw;
}

header .head-logo{
	margin-top:12px;
}
header .language{
	margin-top:5px;
}

header #mypage{
	margin-top:5px;
}

#btn .span{
height: 18px;
width: 70px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin-top: 10px;
margin-left: 4px;
}
#btn a {
text-decoration: none;
}

#btn{
	height: 36px;
	width: 80px;
	border-radius: 4px;
	background-color: #4A2087;
	text-align: center;
	margin: 8px 5px 10px 5px;
	padding:0px 8px 0px 8px;
}

	header .head-logo{
		background:url(/img/logo.svg) no-repeat;
		width:208px;
                background-size: contain;
	}
	.sp{display:block;}
	.pc{display:none;}
