@charset "UTF-8";
article .hozonban {
  height: 2100px;
}
article h1 {
  line-height: 1.5em;
  font-size: 27px;
  text-align: left;
  margin-bottom: 15px;
}
article h2 {
  line-height: 1.5em;
  padding: 8px 10px;
  margin: 15px 0 10px;
  text-indent: 0.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
article h3 {
  line-height: 1.5em;
  padding: 8px 10px;
  margin: 45px 0 20px;
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #000DFF;
  border-bottom: 1px solid #000DFF;
  text-align: center;
}
article h4 {
  content: "";
  display: block;
  clear: both;
  line-height: 1.5em;
  padding: 8px 10px;
  margin: 65px 0 20px;
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #000DFF;
  border-bottom: 1px solid #000DFF;
  text-align: center;
  display: block;
}
article p {
  margin-bottom: 5px;
}
article p.circle {
  text-indent: 0;
}
article p.circle::before {
  content: '●';
  color: red;
}
article .kakaku {
  display: block;
  height: auto;
}
article table {
  border-collapse: collapse;
  margin: 10px auto 30px;
  width: 95%;
  text-align: center;
}
article th, article td {
  border: 1px solid #ccc;
  padding: 10px 5px;
  text-align: center;
}
article .pic300 {
  margin-top: 50px;
  margin-bottom: 40px;
}
article img {
  margin-top: 20px;
}
article .moushikomi {
  margin: 50px 0;
  display: block;
  text-align: center;
}
article .moushikomi a {
  margin: 15px auto;
  text-align: center;
}
article .ad {
  text-align: center;
  text-indent: 0;
  line-height: 1.5;
  margin: 10px;
}
article .sp {
  display: none;
}

@media only screen and (max-width: 1079px) {
  article .hozonban {
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  article .koudoku {
    height: auto;
  }
  article h1 {
    font-size: 22px;
    line-height: 1.8em;
  }
  article h1 .h1s {
    font-size: 14px;
    border: #083BB1 solid 1px;
    padding: 3px 13px;
    margin-left: 5px;
  }
  article h2 {
    font-size: 18px;
    text-align: left;
  }
  article h3 {
    margin: 30px 8px 20px;
    padding: 10px;
    font-size: 16px;
    text-align: left;
  }
  article table {
    font-size: 15px;
  }
  article th, article td {
    font-size: 15px;
  }

  .ad {
    text-align: left;
    font-size: 14px;
  }
  .ad .sp {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
}
