/*--------------------------------------------全体の設定(背景色や改行など)(各ページ固有)--------------------------------------------*/
body {
	background-color: #f7f7f7;
	overflow-x: hidden;
}
br {
	display: block;
}
br.responsive {
	display: none;
}
/*--------------------------------------------ヘッダーにあるメニュー(各ページ共通)--------------------------------------------*/
.headlink {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-bottom: auto;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.headlink:after {
	display: block;
	clear: both;
	content: "";
}
.logo {
	width: 100%;
	max-width: 220px;
	background-color: hsla(0, 0%, 0%, 0.7);
	float: left;
}
.link {
	width: 90px;
	max-width: 110px;
	float: right;
	margin-right: 10px;
}
.link.last {
	margin-right: 0px;
}
.box {
	width: 290px;
	height: 50px;
	background-color: hsla(0, 0%, 0%, 0.6);
	position: absolute;
	top: 44px;
	right: -100px;
	border-radius: 10px;
	transition: 1s;
	opacity: 0;
}
.slidein {
	position: absolute;
	right: 0px;
	opacity: 1;
	transition: 1s;
}
.close {
	color: hsla(0, 0%, 100%, 1);
	text-align: right;
	width: 20px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 25px;
}
.box .text {
	margin-top: 5px;
	text-align: center;
}
.text p {
	line-height: 19px;
}
.box p a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
/*--------------------------------------------トップイメージ(各ページ固有)--------------------------------------------*/
.top_img img {
	width: 100%;
	height: auto;
}
.top_img2 {
	display: none;
}

/*--------------------------------------------メニューアイコン(各ページ共通)--------------------------------------------*/
a {
	color: #000000;
}
.menu_icon {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}
.menu_icon:after {
	clear: both;
	display: block;
	content: "";
}

.menuwrap {
	width: 119px;
	float: left;
	margin-right: 63px;
}

.iconwrap {
	width: 36px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.normal {
	display: block;
}
.hover {
	position: absolute;
	top: 0px;
	display: none;
}
.textwrap {
	width: 100%;
}
.textwrap p.en {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.textwrap p.ja {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.hovertext {
	color: aqua;
}
.new {
}
.new .htext {
	vertical-align: middle;
	display: inline-block;
	margin-top: 0px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	width: 60px;
}
.new .text {
	font-size: 16px;
	margin-left: 15px;
	padding-top: 15px;
}
.new .text a {
	margin-bottom: 15px;
	display: inline-block;
}

@media (min-width: 600px) {
	.menuwrap:hover > .textwrap {
		color: #9fcec7;
	}
	.menuwrap:hover > .iconwrap > .normal {
		display: none;
	}
	.menuwrap:hover > .iconwrap > .hover {
		position: relative;
		display: block;
	}
}
/*-------------------------------------------メインコンテンツ(各ページ固有)--------------------------------------------*/
.company {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 55px;
}
.company .toptext {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.company .toptext p {
	color: #000000;
}
.title1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 16px;
}
.companyrow.first {
	margin-top: 40px;
}

.company .toptext img {
	width: 68px;
}
.company .companyrow {
	width: 100%;
	height: 50px;
	background-color: #e7e7e7;
	color: #000000;
}
.company .companyrow span.head {
	vertical-align: middle;
	display: inline-block;
	margin-top: 0px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	width: 60px;
}
.rowtext {
	font-size: 16px;
	margin-left: 15px;
}
svg.up {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 25px;
	margin-top: 70px;
}

.company_table {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

.table_tr {
	display: flex;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: solid 1px #81b8b8;
}

.table_tr:first-child {
	border-top: solid 1px #81b8b8;
}

.table_th {
	width: 120px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.table_td {
	width: 500px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.table_td a {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

/*-------------------------------------------メディアスクリーン(各ページ固有)-------------------------------------------*/
@media (max-width: 599px) {
	br {
		display: block;
	}

	.company .toptext img {
		width: 58px;
	}
	.company .companyrow {
		width: 100%;
		height: 50px;
		color: #000000;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.company .companyrow span.head {
		vertical-align: middle;
		display: inline-block;
		margin-top: 0px;
		font-size: 14px;
		line-height: 24px;
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 18px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		width: 60px;
		padding-right: 20px;
	}
	.rowtext {
		font-size: 13px;
		margin-left: 15px;
		display: inline-block;
		vertical-align: middle;
		line-height: 16px;
	}

	.top_img {
		display: none;
	}
	.top_img2 {
		display: block;
	}
	.new {
		width: 100%;
		height: 50px;
		color: #444444;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.new .htext {
		vertical-align: middle;
		display: inline-block;
		margin-top: 0px;
		font-size: 14px;
		line-height: 24px;
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 30px;
		padding-right: 20px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
			Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		width: 60px;
	}
	.new .text {
		font-size: 12px;
		margin-left: 15px;
		padding-top: 15px;
		display: inline-block;
		vertical-align: middle;
		line-height: 16px;
		width: 220px;
	}
	.new .text a {
		margin-bottom: 10px;
		display: inline-block;
	}

	.company_table {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.table_tr {
		display: flex;
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		justify-content: flex-start;
		align-items: flex-start;
		border-bottom: solid 1px #81b8b8;
	}

	.table_tr:first-child {
		border-top: solid 1px #81b8b8;
	}

	.table_th {
		width: 100px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

	.table_td {
		width: auto;
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0.05em;
		flex: 1;
	}

	.table_td a {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0.05em;
	}
}
