@charset "Shift_JIS";
/* CSS Document */



/*ƒŠƒ“ƒN*-----------------from--------------------*/

/*link color*/
.recruit #pan_list a:link		{
	text-decoration:underline;
	color: #e32d2e;
}
.recruit #pan_list a:visited	{
	text-decoration:underline;
	color: #e32d2e;
}
.recruit #pan_list a:hover	{
	text-decoration:none;
	color:#fff;
}
.recruit #pan_list a:active	{
	text-decoration:none;
	color:#e32d2e;
}

/*-------------------------------*/

.recruit .txt_1 {
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  margin-left: 62px;
  line-height: 2em;
}

.recruit .txt_1 span {
letter-spacing: 0.8em;
}

/*-------------------------------*/

.recruit #contents_2 {
	background-image: url(../img/recruitment/recruit_title.png);
}

.recruit #box1 {
	width: 888px;
	margin: 0 0 25px 62px;
    position: relative;
}

.recruit #box1 .read {
    position: absolute;
    top: 340px;
    left: 35px;
    font-size: 14px;
    line-height: 1.8em;
}

.recruit #box1 .read p {
	margin-top: 16px;
}

.recruit #box2 {
	border: 1px solid #b8b8b8;
	width: 738px;
	margin-left: 100px;
	padding: 25px 35px 0 35px;
}

.recruit_box {
  width: 100%;
  margin-bottom: 50px;
}

.recruit_box h3 {
  margin: 0 0 0.5em 0;
  font-size: 18px;
  border-left: 10px solid #ac1b0d;
  padding: 0 0 0 0.4em;
  line-height: 1.5em;
  font-weight: 800;
}

.recruit_list {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #868686;
  font-size: 13px;
}

.recruit_list > div {
  display: flex;
  border-bottom: 1px solid #868686;
}

.recruit_list dt {
  width: 25%;
  flex-shrink: 0;
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #565656;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.recruit_list dd {
  width: 75%;
  margin: 0;
  padding: 15px 0 15px 45px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
}

.recruit #box3 {
	width: 808px;
	margin-left: 100px;
	padding: 0px 0px 0px 0px;
    text-align:center;
}

.recruit #box3 p {
	margin-bottom: 1em;
}





