@charset "Shift_JIS";

/*---   ��W�v��  ---*/

table.youkou {
	width: 95%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin: 1rem 0;
}
table.youkou th {
	min-width: 6rem;
	padding: 0 8px;
	background-color: #CAE7FF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

table.youkou td {
	padding:5px 0 5px 8px;
}

p.btn_recruit a {
	display:block;
	background:url(../img/default/btn_recruit.png) no-repeat;
	width:280px;
	height:44px;
	margin: 1rem auto;
}

p.btn_recruit a:hover{
	background-position:0 -44px;
	text-decoration:none;
}

div.passion{
	display: flex;
	gap: 4rem;
}
div.passion p{
	max-width: 85%;
}
div.passion img.car{
	padding: 0 0 0 5rem;
    max-height: 6rem;
    width: auto;
}
