@charset "utf-8";
/*///////////////////////////////////////
	DH採用情報
	----------------------------
	1.PC表示設定
	2.スマホ表示設定
	※前半がPC設定、後半がSP設定になります。
//////////////////////////////////////*/

/*====================================
	1.PC表示設定
	※幅801px以上の全てのデバイスに適用
====================================*/
@media all and (min-width: 801px) {
/*====================================
	リクルート
====================================*/
#contents.recruit .recruit-wrap {
  display: flex;
  justify-content: space-between;
	padding-top: 60px;
}
#contents.recruit .recruit_img {
  margin-bottom: 8px;
}
#contents.recruit .recruit_hd {
  text-align: center;
}
#contents.recruit .recruit_hd a,
#contents.recruit .no-entry {
  font-size: 19px;
  color: #0075a9;
  font-weight: bold;
  text-decoration: underline;
}
#contents.recruit .recruit_hd a:hover {
  text-decoration: none;
}
#contents.recruit .recruit_txt {
  padding-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

}/* @media PC設定ここまで
-------------------------------------------------------------------- */

/*====================================
	2.スマホ表示設定
	※幅800px以下のデバイス全てに適用
====================================*/
@media all and (max-width: 800px) {
/*====================================
	TOP以外共通
====================================*/
#container {
  padding: 0 15px;
}
/* パンくず
------------------------------*/
ul.topicpath#breadcrumb {
	text-indent: initial;
	border: none;
	box-shadow:  none;
	font-size: 10px;
	padding-left: 10px;
}
ul.topicpath#breadcrumb li {
	display:inline-block;
	float: left;
}
ul.topicpath#breadcrumb li.sep {
	color: #000;
	margin: 0 5px;
}
ul.topicpath {
	height: 22px;
}

/* 大見出し
------------------------------*/
div#contents h1 {
	padding: 18px 10px;
	background: url(/public/img/common/bg_h1.gif) left bottom repeat-x;
	margin: 0 -15px;
	font-size: 16px;
}

/*====================================
	リクルート
====================================*/
#contents.recruit .recruit-wrap {
  margin-top: 40px;
}
#contents.recruit .recruit-entrytype {
  margin-bottom: 50px;
}
#contents.recruit .recruit_hd {
  text-align: center;
  margin-bottom: 8px;
}
#contents.recruit .recruit_hd a,
#contents.recruit .no-entry {
  font-size: 16px;
  color: #0075a9;
  font-weight: bold;
  text-decoration: underline;
}
#contents.recruit .recruit_txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
#contents.recruit .recruit_img {
  margin-bottom: 8px;
}
#contents.recruit .recruit_img img {
  width: 100%;
}

}/* @media スマホ設定ここまで
-------------------------------------------------------------------- */