#information h1 {
	display: inline-block;
	padding: 90px 0 50px 0;
}

#information h1 img {
	position: relative;
	left: 5%;
	height: 87px;
}

#information .bg_square {
	padding-bottom: 50px;
}

#information .amenu {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#information .amenu li {
	flex: 1;
}

#information .amenu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.8em 0 0.8em;
	height: 4.8em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #323232;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1.3;
	text-align: center;
	border: solid 3px #323232;
	border-radius: 10px;
}

#information .amenu li:nth-of-type(3) a {
	letter-spacing: 0;
	text-indent: 0;
}

#information .amenu li .arrow::before {
	background-color: #323232;
}

#information .tab {
	display: inline-block;
	padding: 0.8em 0.2em;
	margin: 50px auto 0 auto;
	width: 13em;
	font-size: 2.2rem;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	text-align: center;
	background-color: #B81C26;
	border-radius: 10px 10px 0 0;
}

#information #cat3 .tab {
	letter-spacing: 0;
	text-indent: 0;
}

#information .box {
	padding: 30px 10px;
	border: solid 2px #B81C26;
	border-radius: 10px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}

#information .box table th, 
#information .box table td {
	display: block;
	text-align: left;
}

#information .box table th {
	padding: 10px 10px 0 10px;
	vertical-align: middle;
}

#information .box table td {
	padding: 0 10px 10px 10px;
	border-bottom: dashed 1px #C8C8C8;
}

#information .box table td a {
	color: #2C5F7B;
	text-decoration: underline;
}

#information .box p {
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

#information .btn_job {
	display: block;
	position: relative;
	padding: 1.2em 1.8em 1.2em 0.8em;
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: bold;
	color: #646464;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	text-align: center;
	border: solid 2px #C8C8C8;
	border-radius: 10px;
	cursor: pointer;
}

#information .btn_job::before, 
#information .btn_job::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1em;
}

#information .btn_job::before {
	width: 1.1em;
	height: 1.1em;
	background-color: #C8C8C8;
	border-radius: 9999px;
	transform: translateY(-50%);
}

#information .btn_job::after {
	width: 0;
	height: 0;
	border-top: solid 0.4em #FFFFFF;
	border-right: solid 0.3em transparent;
	border-left: solid 0.3em transparent;
	transform: translate(-45%, -40%);
}

#information .btn_entry {
	display: block;
	padding: 1.5em 1.8em 1.5em 0.8em;
	margin: 50px auto;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	text-align: center;
	background-color: #323232;
	border-radius: 10px;
}

#information .form h1 {
	padding: 0;
}

#information .form h2 {
	display: inline-block;
	padding: 0.8em 0.2em;
	margin: 30px auto 0 auto;
	width: 100%;
	font-size: 2rem;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	text-align: center;
	background-color: #B81C26;
	border-radius: 10px;
}


@media only screen and (min-width: 620px) {
	#information .bg_square {
		padding-bottom: 100px;
	}

	#information .amenu {
		flex-direction: row;
	}

	#information .tab {
		width: 400px;
	}

	#information .box {
		padding: 60px 100px;
	}

	#information .box table th, 
	#information .box table td {
		display: table-cell;
		padding: 15px 0;
	}

	#information .box table th {
		width: calc(7em + 22px);
		border-bottom: dashed 1px #C8C8C8;
	}

	#information .btn_entry {
		margin: 70px 50px;
	}

	#information .form h2 {
		width: 600px;
	}
}