@charset "utf-8";

#Recruit {
	background : transparent url(/common/img/commonimg.jpg) no-repeat -174px -13px;
}

h1 {
	background : transparent url(../img/img_2.gif) no-repeat 0 0;
	background-size:100% auto
}

* html #Text {
	padding-bottom : 500px;
}

th {
	width : 100px;
}

#Title01 {
	background : transparent url(../img/img_2.gif) no-repeat 0 -32px;
	background-size:100% auto
}

.recruit_btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.recruit_btns a {
  background: #eeeeee url(../img/25_recruit-btn-bg_1.webp) no-repeat 0 0;
  border-radius: 0px;
  border: 1px solid #c1c1c1;
  height: 105px;
  width: 305px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 43px 20px 7px 20px;
  position: relative;
}

.recruit_btns a:hover {
  opacity: .5;
}

.recruit_btns a b,
.recruit_btns a span {
  color: #3E3A39;
  text-shadow: 0px 0px 0px ;
}

.recruit_btns a b {
  font-size: 1rem;
  margin-top: 40%;
}

.recruit_btns a span {
  display: block;
  font-size: 0.9rem;
}

.recruit_tel-num {
  font-size: 1.2rem;
  font-weight: bold;
}