/* table装飾 */
.data2 {
  float: left;
  margin-left: 15px;
}
.data2 tr th {
  text-align: center;
  border: 1px solid #fff;
  background-color: #71ce13;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}
.data2 tr td {
  text-align: left;
  padding: 10px;
  background-color: #f0fae7;
  font-size: 18px;
}
.data3 {
  margin: 20px 30px;
}
.data3 tr th {
  white-space: nowrap;
  text-align: center;
  border: 1px solid #fff;
  background-color: #71ce13;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}
.data3 tr td {
  text-align: left;
  padding: 10px;
  background-color: #f0fae7;
  font-size: 18px;
}
.data3 caption{
  font-size: 20px;
  border-left: 4px solid #71ce13;
  padding-left: 10px;
  color: #71ce13;
  font-weight: bold;
}
.data4 {
  float: left;
  margin-left: 25px;
  margin-bottom: 40px;
  width: 45%;
}
.data4 tr th {
  text-align: center;
  border: 1px solid #fff;
  background-color: #71ce13;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}
.data4 tr td {
  text-align: left;
  padding: 10px;
  background-color: #f0fae7;
  font-size: 18px;
}
.data4 caption{
  font-size: 20px;
  border-left: 4px solid #71ce13;
  padding-left: 10px;
  color: #71ce13;
  font-weight: bold;
}
/* table装飾　ここまで */
.photo_base {
	float: right;
	margin-right: 20px;
}

.new_box .referral .content p {
  font-size: 20px;
  margin: auto 30px;
  line-height: 30px;
}
.new_box .referral .content p a {
  color: #71ce13;
}
.new_box .referral .content h5.title {
  font-size: 20px;
  border-left: 4px solid #71ce13;
  padding-left: 10px;
  margin-left: 15px;
  color: #71ce13;
}



/* 第三个表 */
.new_box .referral table.two {
  width: 765px;
  height: 200px;
}
.new_box .referral .content .three {
  margin-top: 30px;
}
/* 2020/04/28 */
.sidebar-info {
  width: 100%;
  border-radius: 40px 0;
  background-color: var(--nav-color);
  padding-bottom: 2px;
}

.new_box .job .content img {
  margin-right: 60px;
}
.new_box .job .content h5.title {
  width: 100%;
}
/* job  table */
.new_box .job table.one {
 /* width: 765px;*/
}
.new_box .job .content .table.two {
  margin-top: 50px;
}
.new_box .job table tr {
  height: 60px;
}
.new_box .referral table tr td a {
  color: #71ce13;
  font-weight: bold;
}
.new_box .job table tr td.tab_bg_one {
  font-weight: bold;
}
/* staff のページ  */
/*.new_box .staff .content .job-tex p {
  width: 100%;
}*/
.new_box .staff h5 {
  color: #71ce13;
  font-weight: bold;
}
.new_box .staff h5.sub-tit {
  /* font-weight:bold; */
  color: #555;
}
