nav ul {
  margin: 0 0 0 40px;
}

.newsimage {
  text-align: center;
}

.newsimage img {
  max-width:100%;
}

/* liver.html */
nav ul {
  margin: 0 0 0 40px;
}

.newsimage {
  text-align: center;
}

.absolute_parent {
  position: relative;
}

.absolute_liver-michi img {
  position: absolute;
  right: 0px;
  height: 900px;
  width: auto;
  z-index: -1;
} 

.liver-name {
  font-size: 3.0rem;
  margin-left: 20px;
}

.liver-furigana {
  font-size: 0.9rem;
  margin-left: 20px;
}

.liver-value {
  position: static;
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 35px;
  z-index: 100;
}

.liver-SNS {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid #fff;
  padding: 5px 10px 5px 10px;
  display: inline-block;
}

.liver-SNS img {
  height: 20px;
  width: auto;
}

.hr1 {
  text-align: left;
  margin-left: 0px;
  height: 1px;
  background-color: #fff;
  width: 600px;
  border: none;
}

.liver-table {
  margin-left: 20px;
  margin-bottom: 400px;
}

.liver-td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
}
/* liver.html */

/* recruitment.php */

/* recruitment.php */

@media (max-width: 720px) {
  .hr1 {
    width: 300px;
  }
  .absolute_liver-michi img {
  left: 40px;
  height: 600px;
  width: auto;
  } 
  .liver-table {
  margin-bottom: 100px;
  }

