@charset "utf-8";
/* CSS Document */
.contents {
  text-align: left;
}
.contents .lead {}
.contents .lead h3 {
  color: #3768CC;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
.contents {
  margin: 30px 15px;
}
.contents .lead {
  margin-bottom: 30px;
}
}
@media (min-width: 801px) {
.contents {
  margin: 50px 0px;
}
.contents .lead {
  margin-bottom: 50px;
}
}

/**************************************
.entry
***************************************/
/* 年プルダウンの変更 */
select.ui-datepicker-year{
  height: 2em!important;      /* 高さ調整 */
  margin-right:5px!important; /* 「年」との余白設定 */
  width:70px!important;       /* 幅調整 */
}
/* 月プルダウンの変更 */
select.ui-datepicker-month{
  height: 2em!important;      /* 高さ調整 */
  margin-left:5px!important;  /* 「年」との余白設定 */
  width:70px!important;       /* 幅調整 */
}
.entry .table_sp th span {
  background-color: #F00;
  color: #FFF;
  padding: 0 1em;
  border-radius: 50px;
  margin-left: 5px;
}
.entry .table_sp td p.err {
  color: #F00;
}

@media (max-width: 800px) {
div.ui-datepicker {
  font-size: 1.4rem;
}
.entry .table_sp {
  margin-bottom: 10px;
}
.entry .table_sp th span {
  font-size: 1.1rem;
}
}
@media (min-width: 801px) {
div.ui-datepicker {
  font-size: 1.6rem;
}
.entry .table_sp {
  width: 100%;
  margin-bottom: 30px;
}
.entry .table_sp th {
  width: 220px;
}
.entry .table_sp th span {
  font-size: 1.2rem;
}
}

/**************************************
.privacy
***************************************/
.privacy {
  text-align: left;
}
.privacy dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.privacy dl dd {
  margin-bottom: 1em;
}
@media (max-width: 800px) {
.privacy {
}
}
@media (min-width: 801px) {
.privacy {
}
}
/**************************************
.flow
***************************************/
.flow section h3 {
  text-align: center;
	color: #3768CC;
  font-weight: bold;
}
.flow section h3:after {
  content: "\a────";
  white-space: pre;
}
.flow dl dt {
  color: #3768CC;
}
.flow dl dd {
  background-image: url(../flow/img/arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.flow dl dd:last-child {
  background-image:none;
}
@media (max-width: 800px) {
.flow section  {
  margin-bottom: 50px;
}
.flow section h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.flow dl dt {
  font-size: 2.2rem;
}
.flow dl dd {
  padding-bottom: 40px;
  background-size: auto 35px;
}
}
@media (min-width: 801px) {
.flow section  {
  width: 800px;
  margin: 0 auto 80px;
}
.flow section h3 {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.flow dl dt {
  font-size: 3.0rem;
}
.flow dl dd {
  padding-left: 200px;
  padding-bottom: 100px;
}
}
/**************************************
.company
***************************************/
.company section h3 {
  text-align: center;
	color: #3768CC;
  font-weight: bold;
}
.company section h3:after {
  content: "\a────";
  white-space: pre;
}
.company dl dt {
  color: #3768CC;
}
@media (max-width: 800px) {
.company section  {
  margin-bottom: 50px;
}
.company section h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.company dl dt {
  font-size: 2.2rem;
}
.company dl dd {
  padding-left: 20px;
  padding-bottom: 40px;
}
}
@media (min-width: 801px) {
.company section  {
  margin-bottom: 80px;
}
.company section h3 {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.company table {
  width: 900px;
  margin: 0 auto;
}
.company table tr th {
  width: 200px;;
}
.company dl dt {
  font-size: 3.0rem;
}
.company dl dd {
  padding-left: 200px;
  padding-bottom: 100px;
}
}
/**************************************
.client
***************************************/
.client section h3 {
  text-align: center;
	color: #3768CC;
  font-weight: bold;
}
.client section h3:after {
  content: "\a────";
  white-space: pre;
}
.client section ul {
  margin-left: 1.5em;
}
.client section ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.client section .tel {
  text-align: center;
}
.client section .tel h4 {
  font-weight: bold;
}
.client section .tel h4 span {
  font-weight: bold;
}
@media (max-width: 800px) {
.client section  {
  margin-bottom: 50px;
}
.client section h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.client section ul li {
  font-size: 1.4rem;
}
.client section .tel h4 {
  font-size: 2.4rem;
}
.client section .tel h4 span {
  font-size: 1.6rem;
}
}
@media (min-width: 801px) {
.client section  {
  width: 800px;
  margin: 0 auto 80px;
}
.client section h3 {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.client section ul li {
  font-size: 1.8rem;
}
.client section .tel h4 {
  font-size: 6.0rem;
}
.client section .tel h4 span {
  font-size: 3.6rem;
}
}
/**************************************
.client
***************************************/
.sitemap ul li {
  border-bottom: 1px dotted #CCC;
}
.sitemap ul li a {
  display: block;
}
.sitemap ul li a:hover {
  background-color:  #F2F2F2;
}
@media (max-width: 800px) {
.sitemap section  {
  margin-bottom: 50px;
}
.sitemap ul li {
  font-size: 1.6rem;
}
.sitemap ul li a {
  padding: 8px;
}
}
@media (min-width: 801px) {
.sitemap section  {
}
.sitemap ul li {
  font-size: 2.4rem;
}
.sitemap ul li a {
  padding: 8px;
}
}


/**************************************
.search　公開求人検索結果一覧
***************************************/
.search {
  text-align: left;
}
.search > ul.list > li > div {
	margin: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.search > ul.list > li > div h3 {
	padding: 8px;
	background-color: #F7E2EB;
	font-weight: bold;
	line-height: 1.2;
}
.search > ul.list > li > div table {
	margin: 8px;
}
.search > ul.list > li > div .icon {
	margin: 8px;
}
.search > ul.list > li > div .icon ul li {
	display: inline-block;
	padding: 1px 1.5em 0;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin: 2px;
	border-radius: 50px;
}
.search > ul.list > li > div .btn {
	margin: 8px;
}
.search > ul.list > li > div .btn > div {
	float:left;
	width: 50%;
	text-align: center;
}
.search > ul.list > li > div .btn > div a {
	display: block;
	margin: 5px;
	padding: 5px;
	border-radius: 5px; 
	color: #FFF;
}
.search > ul.list > li > div .btn > div.more a {
	background-color: #437FB0;
}
.search > ul.list > li > div .btn > div.ask a {
	background-color: #289631;
}

@media (max-width: 800px) {
.search > ul.list > li > div .icon ul li {
	font-size: 1.1rem;
}
}
@media (min-width: 801px) {
.search > ul.list > li {
	float: left;
	width: 50%;
}
.search > ul.list > li:nth-child(2n+1) {
	clear: left;
}
.search > ul.list > li > div table th {
	width: 120px;
}
.search > ul.list > li > div .icon ul li {
	font-size: 1.2rem;
}
}

/*************************
search detail　公開求人詳細
*************************/
.search h3.ttl {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.search .detail h3 {
	background-color: #FBDBDF;
	font-weight: bold;
	padding: 8px 1em;
	line-height: 1.2;
}
.search .detail table {
	width: 100%
}
.search .detail .icon {
	margin: 8px;
}
.search .detail .icon ul li {
	display: inline-block;
	padding: 1px 1.5em 0;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin: 2px;
	border-radius: 50px;
}
.search .entry {
	background-color:#F6F9FF;
	padding: 20px;
}
.search .entry h3 {
	background-color: #A9C0F7;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.search .entry table {
	background-color: #FFF;
	width: 100%;
}
.search .entry .lead {
	margin-bottom: 20px;
}

@media (max-width: 800px) {
.search h3.ttl {
	font-size: 1.8rem;
}
.search .detail {
	margin: 0 auto 30px;
}
.search .detail h3 {
	margin-bottom: 10px;
}
.search .detail .point {
	margin-bottom: 10px;
}
}
@media (min-width: 801px) {
.search h3.ttl {
	font-size: 2.4rem;
}
.search .detail {
	width: 950px;
	margin: 0 auto 30px;
}
.search .detail h3 {
	margin-bottom: 20px;
}
.search .detail .point {
	margin-bottom: 20px;
}
}


