@charset "utf-8";
/* CSS Document */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 95%;
  color: #444444;
  margin: 0px;
  padding: 0px;
}
h4 {
  font-size: 110%;
  margin-bottom: 10px;
}
h4 span {
  color: #003399;
}
h5 {
  color: #444444;
  font-size: 120%;
  border-bottom: 1px #003399 solid;
}
h5 span {
  color: #003399;
}
section {
  margin-bottom: 40px;
}
section p strong {
  color: #eb0003;
}
section .direction_text {
  margin-top: 20px;
  width: 460px;
  font-size: 110%;
}
section .direction_text span {
  font-size: 130%;
  font-weight: bold;
  color: #003399;
}
section .set0 {
  position: absolute;
  right: 0px;
  top: -219px;
}
section .leaseBtn {
  margin-top: 0px;
  position: relative;
}
section .productList {
  width: 710px;
  margin-top: 10px;
}
section .productList .image td {
  width: 236px;
  text-align: center;
}
section .productList .name td {
  width: 236px;
  text-align: center;
}
section .productList .price td {
  width: 236px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  color: #eb0003;
}
p.to-catalog {
  margin: 58px auto 24px;
  text-align: center;
}
p.to-catalog a {
  font-weight: bold;
  color: #034090;
  padding: 12px 60px;
  border: 2px solid #034090;
  text-decoration: none;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  p.to-catalog a {
    padding: 8px 0px;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
p.to-catalog a:hover {
  opacity: 0.7;
}
