@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.mainbox {
  width: 510px;
  height: auto;
  padding-left: 20px;
  padding-bottom: 145px;
  background-image: url(../images/recruit-bg.jpg);
  background-position: bottom;
}

.dotline {
  height: 10px;
  margin: 20px 0 20px 5px;
  background-image: url(../images/dotline.jpg);
}

#lead {
  width: 500px;
  height: 60px;
  margin: 15px 0;
  background-image: url(../images/lead.jpg);
}

#contents01 {
  width: 510px;
  height: 116px;
  margin-bottom: 20px;
  background-image: url(../images/recruit_01.jpg);
}

#contents01 p {
  padding: 30px 140px 10px 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8em;
}

#contents02 {
  margin-left: 10px;
  width: 485px;
  padding: 15px 20px 10px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

#contents02 h3 {
  background-color: #CBC5AD;
  margin-bottom: 10px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#contents02 h3 span {
  color: #fff;
  background-color: #0081a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.03em;
  white-space: nowrap;
  width: 190px;
}

#contents02 p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
}



/*営業*/
#sales {
  /* background-color: #efeae4; */
  margin: 25px 20px 25px 10px;
  /* padding: 10px; */
}
#sales h3 {
  background-color: #c9c3ab;
  margin-bottom: 15px;
}

#sales h3  span  {
  color: #fff;
  /*  background-color: #95b84b;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  width: 250px;
}
#sales p {
  /* color: #fff;
  background-color: #0081a3; */
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 20px;
}

.sales-list-title {
/*  color: #00757f;*/
  color: #0081a3;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.sales-list {
  border-collapse: collapse;
  background-color: #efeae4;
  border: 1px solid #efeae4;
}

.sales-list th {
/*  color: #00757f;*/
  color: #0081a3;
  font-weight: bold;
  font-size: 15px;
  background-color: #fff;
  padding: 20px 8px;
  /* text-align: center; */
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border-top: 1px solid #efeae4;
  position: relative;
}
.sales-list th::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 226, 3, 1) rgba(255, 226, 3, 0) rgba(255, 226, 3, 0) rgba(255, 226, 3, 1);
  top: 1px;
  left: 1px;
}

.sales-list td {
  font-weight: bold;
  vertical-align: middle;
  padding: 15px 5px 15px 15px;
  font-size: 13px;
  border-top: 1px solid #fff;
}

/*営業職に向いている方*/
#suited {
  margin: 25px 20px 25px 10px;
}

#suited h3 {
  background-color: #c9c3ab;
  margin-bottom: 15px;
}

#suited h3 span {
  color: #fff;
/*  background-color: #95b84b;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.suited-list {}
.suited-list li {
  margin-top: 25px;
}

.suited-list li h4 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}

.suited-list li h4::before {
/*  color: #aad255;*/
  color: #0081a3;
  content: "■";
  display: inline-block;
}

.suited-list li p {
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}

/*エントリー*/
#entry {
  width: 480px;
  height: 120px;
  margin: 25px 20px 25px 10px;
  border-radius: 5px;
  background-image: url(../images/entry-btn-bg.jpg);
  border: 5px solid #0081a3;
  box-sizing: border-box;
}

.entry-btn {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
/*  text-shadow: 0 5px 5px #00757f;*/
  text-shadow: 0 5px 5px #0081a3;
  background-color: rgba(0, 129, 163, 0.44);
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

a.entry-btn:hover {
  text-decoration: none;
  background-color: rgba(0, 129, 163, 0.06);
}
