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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* slideshow */
.mv {
	background-image: url("/img/recruit/bg_mv.jpg");
}

/* 共通 */
.h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border: 0.75px solid #666;
  padding: 15px 0;
}

/* recruit */
.recruit {
  text-align: center;
  padding-bottom: 10px;
}

.recruit_h2 {
  text-align: center;
}

.recruit__en {
  display: block;
}

.recruit__text {
  width: 74%;
  margin: 50px auto 0;
}

.recruit__detail {
  text-align: center;
  font-size: 20px;
}

/* about */
.about {
  padding-bottom: 50px;
}

/* detail */
.detail {
  padding-top: 50px;
}


.tbl {
	width: 100%;
	border-top: 0.75px solid #666;
  margin-top: 40px;
}

.tbl tr th {
	width: 33%;
	padding: 15px 20px;
	border-bottom: 0.75px solid #666;
  border-left: 0.75px solid #666;
	font-weight: bold;
  font-size: 14px;
  letter-spacing: .2em;
  padding-left: .2em;
}

.tbl tr td {
	width: 67%;
	padding: 15px 20px;
	border-bottom: 0.75px solid #666;
  border-left: 0.75px solid #666;
  border-right: 0.75px solid #666;
	line-height: 1.8;
  font-size: 14px;
  letter-spacing: .2em;
  padding-left: .2em;
}

.detail__txt {
	text-align: center;
	margin-top: 30px;
	line-height: 2.2;
}

.detail__txt span {
	font-size: 18px;
}


/******************************************************

タブレットの設定 768px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


}

/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* recruit */
.recruit__text {
  width: calc(100% - 40px);
}
  
.tbl tr th {
	display: block;
	width: 100%;
  padding: 15px 5px 15px 5px;
	border-bottom: 0.75px solid #666;
  border-right: 0.75px solid #666;
	font-weight: bold;
}

.tbl tr td {
	display: block;
	width: 100%;
  padding: 15px 5px 15px 5px;
	border-bottom: 0.75px solid #666;
}

	
	
	
}