@charset "UTF-8";
/* CSS Document */
#tray main {
  margin: auto;
  line-height: 1.25;
  font-size: 23px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  width: 1104px;
}
#tray h1 {
  color: #000;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-size: 42px;
  padding: 1rem 0;
  margin: auto;
}
#tray h2 {
  font-size: 30px;
  margin: 30px 0;
}
#tray h3 {
  font-size: 32px;
  font-weight: bold;
  height: 65px;
  margin: 30px 0;
}
#tray h4 {
  margin-right: 1rem;
}
#tray small {
  font-size: 6px;
}
/* TOP */
#tray .top {
  background-image: url("/webImg/html/service/tray/img/top.png?20230131");
  background-size: cover;
  background-size: 1104px 270px;
  height: 270px;
  padding-left: 3rem;
}
#tray .top p {
  font-size: 18px;
}
#tray nav {
  display: flex;
  width: 80%;
  margin: auto;
  text-align: center;
  justify-content: space-around;
}
#tray nav p {
  background: linear-gradient(transparent 50%, #9fa0a0 50%);
}
#tray nav p:hover {
  background: linear-gradient(transparent 50%, #cc0000 50%);
}
#tray nav a {
  text-decoration: none;
  display: inline-block;
  color: #000000; /* 文字の色 */
  font-size: 26pt; /* 文字のサイズ */
  text-shadow:
    1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff; /* 文字の影 */
}
/* Product */
#tray .product {
  margin: 50px 0 50px;
}
#tray .product p img {
  margin: 30px 0;
}
#tray .title {
  display: flex;
  width: 500px;
  justify-content: space-between;
}
#tray .single {
  display: flex;
  font-size: 20px;
  padding: 30px 0;
}
#tray .CV {
  background: #cc0000;
  text-align: center;
  font-weight: bold;
  height: 65px;
  margin: 30px 0;
}
#tray .CV:hover {
  background: rgba(204, 0, 0, .5);
}
#tray .CV a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1rem 2rem;
  font-size: 23px;
}

#tray .jumpLink {
	margin-top: -160px;
    padding-top: 160px;
}