@charset "utf-8";
/******************************************************************************
	英語ページ共通css
******************************************************************************/


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

body {
	font-family: 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-bottom: 47px;
}

.l-header_logo {
	float: left;
	padding-right: 0;
}
.l-header_menu {
	position: static;
	float: right;
	width: auto;
}
.l-header_nav > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.l-header_nav > ul > li {
	display: table-cell;
	width: auto;
}
.l-footer {
	padding-top: 15px;
}
.m-data-list.t-about dt {
	width: 14em;
}

@media screen and (max-width: 1000px) {
	body {
		margin-bottom: 0;
	}
	.l-header_logo a {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.l-header_logo span {
		max-width: none;
	}
	.l-header_menu, .l-header_menu_mypage {
		height: 70px;
	}
}

@media screen and (max-width: 767px) {
	.l-header_logo {
		padding-right: 0;
	}
	.l-header_logo a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.l-header_logo img.t-01 {
		width: auto;
	}
	.l-header_nav > ul > li:nth-child(even) {
		border-right: 1px solid #7c848d;
	}
}
