body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
}

.input-xs {
  height: 1.4rem;
  font-size: 1rem;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid;
  text-align: center;
}

.cached_url {
  position: relative;
  overflow: hidden;
}


ul.step-buttons li {
  display: inline-block;
}

ul.step-buttons .btn {
  height: 1.5rem;
  line-height: 0.75rem;
  padding-left: 6px;
  padding-right: 6px;
}

ul.step-buttons .btn:hover {
  -webkit-text-stroke: 0.3px;
}

ul.step-buttons .input-group .btn {
  height: 1.5rem;
  line-height: 0.75rem;
}

.footer-links a {
  text-decoration: none;
  font-size:0.9rem;
}

h1,
h2,
h3,
h4 {
  border-bottom: 1px solid #0484ce;
}

h1,
h2 {
  margin-bottom: 12px;
  padding-bottom: 8px;
}

h3 {
  margin-bottom: 10px;
  padding-bottom: 8px;
}

h3 {
  margin-bottom: 8px;
  padding-bottom: 5px;
}


.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container {
  height: 600px;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}

.badge-danger {
  background-color: red;
}

.clickable {
  cursor: pointer;
  color: blue;
}

.non-clickable {
  cursor: default;
  color: black;
}

#fishprints {
  table-layout: fixed;
  width: 100%;
}


#fishprints tfoot td {
  border-bottom: none;  /* フッターの下線を消す場合 */
}

/* ローディング表示時のセル幅を維持 */
#fishprints tfoot td[colspan] {
  white-space: normal;  /* ローディング表示は折り返し可能に */
}

@media (max-width: 576px) {
  #logo {
      width: 60vw;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  #logo {
      width: 30vw;
  }
}
@media (min-width: 993px) {
  #logo {
      width: 280px;
  }
}