@charset "UTF-8";

.menu ul li:nth-child(8) {
	border-radius: 50px;
	background: #fff3c7;
}
.menu ul li:nth-child(8) a i {
	display: block;
}

/*--------------------------------
　会社情報
---------------------------------*/
.company {
	width: 1000px;
	margin: 50px auto;
}
.company section {
	width: 100%x;
	margin: 50px auto 100px;
}
.company section:first-child {
	margin-top: 100px;
}
.company .container {
	padding: 0 30px;
}
.company section h4 {
	margin-bottom: 50px;
}
.company h5 {
	border-bottom: solid 3px #e8e8e3;
	position: relative;
	margin: 100px 0 30px;
	padding-left: 0;
}
.company h5 span {
	position: absolute;
	display: block;
	border-bottom: solid 3px #e6c220;
	bottom: -3px;
	padding: 0 15px;
}
.company a {
	text-decoration: underline;
}
.company a:hover {
	opacity: 0.5;
}
.company a i {
	margin-left: 5px;
}
.company p {
	text-align: right;
}
@media only screen and (max-width: 499px) {
	.company {
		width: 100%;
		padding: 0 15px;
		margin: 30px auto;
	}
	.company section {
		margin: 30px auto;
	}
	.company section:first-child {
		margin-top: 50px;
	}
	.company .container {
		padding: 0;
	}
	.company section h4 {
		margin-bottom: 30px;
	}
	.company h5 {
		margin-top: 70px;
	}
}

/*--------------------------------
　テーブル
---------------------------------*/
.company table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
}
.company table th,
.company table td {
	border-bottom: 1px solid #cccccc;
	padding: 10px 20px;
}
.company table th {
	width: 210px;
	background: #f2f2f2;
	text-align: left;
	vertical-align: top;
}
.company table ul {
	list-style: decimal;
	margin-left: -30px;
	padding-left: 50px;
}
.company table ul li {
	padding-left: 5px;
}
@media only screen and (max-width: 499px) {
	.company table th,
	.company table td {
		width: 100%;
		display: block;
	}
	.company table td.sp-off {
		display: none;
	}
	.company table th,
	.company table td {
		padding: 10px 15px;
	}
	.company table th {
		border-bottom: none;
	}
}

/*--------------------------------
　概要
---------------------------------*/
.gaiyou table td span {
	font-size: 14px;
}

/*--------------------------------
　沿革
---------------------------------*/
.enkaku table th div {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 499px) {
	.enkaku h4 {
		margin-top: 100px;
	}
	.enkaku table th div {
		width: 140px;
	}
}
