@charset "utf-8";

#common_header {
	height: 25px;
	background: #ebebeb;
	padding: 0 15px 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	font-family: 'Noto Sans JP','Noto Sans SC','Noto Sans TC','Noto Sans KR' !important;
	font-weight: 500 !important;
	font-display: swap;
}
#common_header a {
	display: block;
	color: #313198;
	text-decoration: none;
}
#common_header p {
	margin: 0;
}
#common_header p a {
	font-size: 0;
}
#common_header img {
	width: 133px;
	height: 10px;
}
#common_header ul {
	display: flex;
	margin: 0;
	padding: 0;
}
#common_header li {
	list-style-type: none;
	font-size: 11px;
	margin-left: 20px;
	letter-spacing: 0.02em;
	text-align: left;
}
#common_header li a {
	padding-left: 12px;
	position: relative;
}
#common_header li a:after {
	content: "";
	width: 7px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	background: url(../images/ico_arw.svg) no-repeat;
	background-size: 7px 10px;
}
#common_header li a[target="_blank"] {
	padding-left: 16px;
}
#common_header li a[target="_blank"]:after {
	content: "";
	width: 12px;
	height: 12px;
	margin-top: -5px;
	background: url(../images/ico_blank.svg) no-repeat;
	background-size: 12px 12px;
}

@media screen and (min-width: 768px) {
#common_header li a:hover {
	text-decoration: underline;
}
}

@media screen and (max-width: 767px) {
#common_header {
	height: 50px;
	padding: 0 17px;
}
#common_header img {
	width: 127px;
	height: auto;
}
#common_header ul {
	display: block;
	line-height: 1.2;
}
#common_header li {
	margin-left: 0;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}
#common_header li:nth-child(3) {
	margin-left: 18px;
}
#common_header li:last-child {
	display: block;
}
#common_header li:first-child {
	display: none;
}
}

@media screen and (max-width: 370px) {
#common_header {
	padding: 0 12px;
}
#common_header img {
	width: 107px;
	height: auto;
}
#common_header li {
	font-size: 11px;
}
#common_header li:nth-child(3) {
	margin-left: 10px;
}
}