.ja header a,
.en header a,
.de header a,
.cs header a,
.ct header a,
.kr header a,
.es header a,
.pt header a,
.ru header a,
.th header a {
	padding-top: 0px;
}

.ja header a {
	font-size: 16px;
}

.en header a {
	font-size: 15px;
}

.cs header a {
	font-size: 18px;
}

.ja header .special-btn {
	width: 67px;
}

.en header .special-btn {
	width: 75px;
}

header {
	position: absolute;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 1.42857143;
	background-color: #FFFFFF;
	display: block;
	min-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

header .wrapper {
	display: -ms-flexbox;
	display: flex;
	padding: 0 40px;
}

header #company_name {
	width: 75%;
	margin-top: 5px;
}

header #logo {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
}

header h1 {
	display: block;
}

header img {
	height: 52px;
}

header #nav_toggle {
	display: none;
}

header #gtool {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

header #gtool ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header #gtool ul li {
	margin-left: 10px;
	list-style: none;
}

header .sp {
	display: none;
}

header #gtool ul li a {
	text-decoration: none;
	color: #555;
	cursor: pointer;
}

header a {
	color: #007bff;
	text-decoration: none;
	display: inline-block;
	padding: 0px;
	border-bottom: none;
	background: none;
	height: auto;
}

header .fa,
header .fas {
	font-weight: 900;
}

header .fa,
header .far,
header .fas {
	font-family: "Font Awesome 5 Free";
}

header #gtool ul li.btn_login {
	padding: 5px 10px;
	text-align: right;
}

header #gtool ul li.btn_login span.login_name {
	display: block;
	font-size: 12px;
	text-align: left;
}

header .btn {
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 0.5em;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	display: inline-block;
	cursor: pointer;
}

header .fa,
header .fab,
header .fal,
header .far,
header .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

header #gnav {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 1.42857143;
	background-color: #EFEFEF;
	overflow: hidden;
	display: block;
	padding: 0 40px;
	min-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

header #gnav .internal-navi {
	float: left;
}

header #gnav .global-navi {
	float: right;
}

header #gnav ul {
	width: auto;
	margin: 0;
	padding: 5px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

header #gnav ul li {
	padding-right: 1em;
	list-style: none;
}

header #gnav ul li:after {
	content: "|";
	padding-left: 1em;
}

header #gnav ul li a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

header .input-group {
	margin-left: 20px;
}

header .search-area {
	background: #2A79D8;
	border-radius: 7px;
	padding: 15px 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

header #link_area {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

header #link_area .global-navi {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

header #link_area a {
	display: inline-block;
	padding: 0px;
	border-bottom: none;
	background: none;
	height: auto;
}

header #link_area ul {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}

header #link_area ul li {
	padding-right: 0.5em;
}

header #link_area ul li:first-child:before {
	content: "|";
	padding-right: 0.5em;
}

header #link_area ul li:after {
	content: "|";
	padding-left: 0.5em;
}

header #link_area ul li a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	padding: 2px;
}

header .searchBtn,
header a.searchBtn {
	color: #333;
	background-color: #fff;
	padding: 6px 12px;
	font-size: 14px;
}

header .searchBtn:hover,
header a.searchBtn:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

header a.searchBtn-radius {
	border-radius: 0.5em;
}

header .special-text:focus {
	outline: none !important;
	box-shadow: 0 0 0 1px #CD1B2F !important;
}

header .special-text::-moz-selection {
	color: #FFF;
	background: #CD1B2F;
}

header .special-text::selection {
	color: #FFF;
	background: #CD1B2F;
}

header .special-text {
	font-size: 1.2rem !important;
	max-width: 100%;
	width: 390px;
	border-radius: 100px;
	border: 1px solid #B3B3B3;
	outline: 0;
	padding: 16px 86px 16px 16px !important;
	height: 44px;
	background: #FFF;
	margin-left: 15%;
}

header .special-btn {
	border: none;
	color: #FFF !important;
	font-size: 1.2rem !important;
	font-weight: bold;
	height: 36px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-radius: 6px 100px 100px 6px !important;
	padding-right: 12px !important;
	background: #CD1B2F url(../images/menu/icon_search_03.png) no-repeat 10px center !important;
	background-size: 14px !important;
	position: absolute;
	right: 8%;
	top: 4px;
	overflow: hidden;
	cursor: pointer;
}

header .special-btn:hover {
	opacity: .7;
}

header .classificationText {
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	margin-left: -46.2%;
	position: relative;
}

header .classificationMark {
	color: #CD1B2F;
	margin-right: 8px;
	font-size: 30px;
}

@media screen and (min-width: 768px) {

header .search-area {
	width: 750px;
}

header #link_area {
	width: 750px;
}

}

@media screen and (min-width: 992px) {

header .search-area {
	width: 970px;
}

header #link_area {
	width: 970px;
}

}

@media screen and (min-width: 1200px) {

header .search-area {
	width: 1004px;
}

header #link_area {
	width: 1004px;
}

}

