@charset "utf-8";
/* CSS Document */
p {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.title_company {
  width: 40%;
  margin: auto 30%;
  padding: 5% 0;
  text-align: center;
  line-height: 23px;
}
.undertitle {
  width: 90%;
  font-size: 16px;
  margin: auto 5% 10% 5%;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.gray {
  max-width: 100%;
  height: auto;
  margin: 3% 0;
  padding: 1% 2%;
  background-color: #D3CDCD
}
.under_gray {
  height: auto;
  margin: 0;
  padding: 1% 2%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.under_gray a {
  text-decoration: none;
  color: #000;
}
.under_gray:last-child {
  height: auto;
  margin: 0 0 10% 0;
  padding: 1% 2%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}