@charset "utf-8";
/* page setting
--------------------------------------------------------- */
.careers {
	margin: 120px auto;
	max-width: 100%;/*ここで最大幅を表示*/
	text-align: center;
	font-color: #595959;
}

.careers-btn {
	margin-bottom: 30px;
	max-width: 100%;/*ここで最大幅を表示*/
	text-align: center;
}

.careers-bt {
	max-width: 100%;/*ここで最大幅を表示*/
	text-align: center;
}

.careers-bt button {
	padding: 10px 60px;
	background: #002060;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	border-radius: 10px;
	border-style: none;
}

.careers-bt a button:hover{
	opacity:0.5;
	transition:0.3s;
}



.careers_table {
	width: 98%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 14px;
	margin-left: 5px;
}

/*
table{
	width: 100%;
	border-collapse: collapse;
	margin-right: 10%;
}
*/

.table_design03 {
	border-collapse: collapse;
	width: 98%;
	max-width: 900px;
}
.table_design03 th, .table_design03 td {
	border: 1px solid #D9D9D9;
	padding: 1em;
	font-size: 13.5px;
}
.table_design03 th {
	border: 1px solid #D9D9D9;
	background: #F2F2F2;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
	vertical-align: top;
}

.careers-btn a img:hover{
	opacity:0.5;
	transition:0.3s;
	padding: 0;
}


@media screen and (max-width: 600px) {
	.table_design03 {
		border-collapse: collapse;
		width: 98%;
	}
	.table_design03 th, .table_design03 td {
		border: 1px solid #D9D9D9;
		padding: 1em;
		font-size: 10px;
	}
	.table_design03 th {
		border: 1px solid #D9D9D9;
		background: #F2F2F2;
		font-weight: bold;
		text-align: center;
		width: 23%;
		min-width: 4em;
		vertical-align: top;
		font-size: 10px;
	}

	.careers-btn a img:hover{
		opacity:0.5;
		transition:0.3s;
		padding: 0;
	}

	.table_design03 td .kome {
		font-size: 8.5px;
	}

	.txt-sp {
		padding-left: 20px;
		font-size: 12px;
		line-height: 1.5em;
	}

	.ccss-br::after {
		content: "\A";
		white-space: pre;
		line-height: 1;
	}

}

