@charset "UTF-8";
/*==============================================================================
採用情報 CSS
==============================================================================*/

.contents .lead{font-size: 15px;color: #1a1a1a;}

.contents h3{
  margin: 0 0 35px;
  padding: 12px 25px;
  font-size: 17px;
  color: #1d1d1d;
  background-color: #ddd9d4;
  font-weight: bold;
}
.sidebar h3{
  margin-top: 25px;
  margin-bottom: 19px;
  padding: 9px 0;
  text-align: center;
  font-size: 15px;
}
.sidebar h3:first-child{margin-top: 0;}

.contents table{
  width: 100%;
  margin-bottom: 60px;
}
.contents table,
.contents table th,
.contents table td{border: 1px solid #ccc;}
.contents table th,
.contents table td{
  padding: 5px 8px;
  vertical-align: middle;
}
.contents table th{
  text-align: center;
  background-color: #f0e9d9;
  font-weight: bold;
  white-space: nowrap;
}
.contents table td.status{font-weight: bold;text-align: center;width: 64px;}
.contents tr.none{background-color: #efefef;}
.contents table td p:first-child{margin-top: 0;}

.notes{
  margin: 48px 0 28px;
  padding: 19px 17px;
  border: 1px dotted #8f8f8f;
}
.notes ol.list{margin-bottom: 0;}
.notes .list li{margin: 0;font-weight: bold;}

a.entry-link{
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 17px;
  background-color: #b81139;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
}
a.entry-link img{width: auto;vertical-align: middle;margin: 0 20px;}
.sidebar a.entry-link{
  padding: 10px 0;
}
.sidebar a.entry-link img{margin-bottom: 10px;}

#recruit{margin-top: 60px;}


.entry ul.square{
  margin: 20px;
  list-style-type: square;}

article{
  border: 1px solid #d5d2d1;
  margin-bottom: 32px;
  padding: 24px 34px 54px;
  position: relative;
}

article .text p{height: 100px;overflow:hidden;}
article.open .text p{height: auto;}

article:last-child{margin-bottom: 0;}
article .date{color: #b81139;}
article .more{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #f0e9d9;
  color: #fff;
}
article .more span{
  background-color: #b81139;
  padding: 0 70px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}

.sidebar{margin-top: 40px;}

.contents .lead{font-size: 16px;}

.main h2{
  max-height: none !important;
  text-align: left;
  background-color: transparent;
  border-bottom: none;
}
.main h2{
  margin: 30px 0 30px;
  padding: 4px 0 4px 12px;
  border-left: 6px solid #b81139;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.main h2:after{
  content: "";
  position: absolute;
  width: auto;
  bottom: -8px;
  left: -6px;
  right: 0;
  height: 1px;
  background: url(../img/common/h2-border.png) 0 bottom repeat-x;
}



@media print , screen and (min-width:768px){/*768px以上のCSS PC用*/

.contents table th,
.contents table td{
  padding: 12px 16px;
  vertical-align: middle;
}
.contents table td.status{width: 93px;}
article .text p{height: 200px;}
}
