@charset "utf-8";
/* CSS Document */


.recruit .ul_list li {
  margin-bottom: 30px;
}

.slash_list {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #FAFAFA;
  display: flex;
  justify-content: left;
}
.slash_list li {
  font-size: 1.6rem;
}
.slash_list li:after {
  content: "／";
  padding: 0 5px;
}
.slash_list li:last-child:after {
  display: none;
}
.slash_list a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.slash_list a:hover {
	color: #1DAC97;
  text-decoration: underline;
}

.linkbtn {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 75px;
  width: 570px;
  height: 75px;
  border-radius: 13px;
  background-color: #1DAC97;
  margin: 10px auto 50px;
  transition: .3s;
}
.linkbtn:hover {
  opacity: 0.6;
}

.other a{
  margin-left: 2em;
}

.table01 th,
.table01 td {
  font-size: 1.8rem;
  border: #fff 2px solid;
}

.table02 th,
.table02 td {
  font-size: 1.6rem;
}
.table02 tbody tr.line {
  height: 2px;
}
.table02 tbody th,
.table02 tbody td {
  vertical-align: middle;
}
.table02 tbody th {
  background-color: #F7F7F7;
}
.table02 tbody td {
  border-right: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
}
.table02 .none {
  width: 15px !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.hosoku {
  width: 900px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 10px auto 0;
  text-indent: 0;
  padding-left: 0;
}