@charset "utf-8";
/* CSS Document */

/*
	.recruit_items.sales{
		background: url("../about/img/sales.png")  no-repeat;
	}

	.recruit_items.employee{
		background: url("../about/img/employee.png")  no-repeat;
	}
*/
#slider img{
	width:100%;
}


.card{
	border:none;
	padding:0.5rem;
}

.card a,
.card a:hover{
	text-decoration: none;	
} 

.card img{
	border:2px solid blue;

}

.card-body{
	padding:0rem;
/*	background:url("../img/card-body_bg.png") no-repeat;*/
}

.card-body div .profile{
	padding:1rem;
	background-color:#f3f5f9;
	margin-bottom:0.5rem;
}

.card-body div .message{
	padding:1rem;
	font-weight:bold;
}


.catch-3 {
  font-size: 100%;
  font-weight: bold;
  color: #122889;
	color:#2e008b;
}

.d-flex .col-lg-6{
	padding:0.5rem;
}

.hour{
	background-color: #d9e1f2;
	padding:0.5rem;
	width:20%;
	
}
.work{
	background-color:#ddebf7;
	padding:0.5rem;
	width:80%;
}


h3 .accordion-button{
	font-size:1.2rem;
	font-weight:bolder;
	color:#2e008b;	
}

.accordion-flush .accordion-item:first-child{
	border-top:1px solid #dee2e6;
}

.accordion-button:not(.collapsed){
/*	background-color:#2e008b;
	color:white;*/
	color:#2e008b;
	background-color:white;
}

.accordion-button:focus{
	border:none;
}

/* for PC */
@media only screen and (min-width:1200px),print{
	
	.recruit_items{
		height:400px;
		border:1px solid black;
		border-radius:10px;
		margin:1rem;
		
	}	


	
	
}


/* for mobile */
@media only screen and (max-width:1199.98px){
	
	.d-flex div.col-5{
		margin-bottom: 1rem;
		
	}
	
	.recruit_items{
		height:400px;
		border:1px solid black;
		border-radius:10px;
		margin:1rem;
		margin-bottom:20px;
		
	}	
	
	
	
}
@media (max-width: 991.98px) {
/*	.d-flex{
		flex-direction: column;
	}	
*/	
	/*
	.card-body{
		background-color:#f3f5f9;
	}
	*/
}

@media (max-width: 575.98px) {

	table.table-bordered th,
	table.table-bordered td{
		width:100%;
		display:block;
		text-align: center;
	}	
	
	table.table-bordered th,
	table.table-bordered td.year{
		color:white;
		background-color:gray;
	}
	
	table.table-bordered td{
		text-align:left;
	}
	
	.accordion-header{
		padding-right:0;
	}
	
	.accordion-body{
		padding-right:0;
		padding-left:0;
	}

	.card .card-body .col-6{
		width:50%;
	}


}