/*------------------haikalist*/

.haika-box.inner {
  margin-top: 170px;
  padding: 2rem 1.5rem;
}

.headlineBlue {
  position: relative;
}

span.headlineWrap {
  padding-left: 1rem;
  font-size: 22px;
  font-weight: bold;
}

.headlineWrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #f06400;
  border-radius: 50%;
}

.mainWrap .haikadate {
  font-size: 15px;
}

.tb_wrapper {
  padding: 2em;
}

.tb_wrapper p {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.tb_wrapper p.annotation {
  font-size: 0.8rem;
}

.tb_wrapper p.tc {
  padding: 0.5em;
  border: 1px solid #f67e04;
  text-align: center;
}

.tb_wrap {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.tb_wrap tr {
  border-bottom: 1px solid #e1e1e1;
}

.tb_wrap tr:first-of-type {
  border-top: 1px solid #e1e1e1;
}

.tb_wrap tr:last-child {
  border-bottom: none;
}

.tb_wrap tr:nth-child(odd) {
  background: #f4f4f4;
}

.tb_wrap td {
  padding: 0.5rem;
}

.tb_wrap td:first-child {
  font-weight: bold;
  width: 55%;
}

.disable-auto-tel a[href^="tel:"] {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .haika-box.inner {
    margin-top: 136px;
  }

  .tb_wrap td:first-child {
    width: auto;
    padding: 0.5rem 0 0;
  }

  .mainWrap .haikadate {
    font-size: 12px;
  }

  .tb_wrapper {
    padding: 1rem 0;
    font-size: 1rem;
  }

  .tb_wrapper p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .tb_wrapper p.annotation {
    font-size: 0.9rem;
  }

  .tb_wrapper p.tc {
    text-align: left;
  }

  .tb_wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .tb_wrap tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #999999;
  }

  .tb_wrap tr:first-of-type {
    border-top: 1px solid #999999;
  }

  .tb_wrap tr:last-child {
    border-bottom: none;
  }

  .tb_wrap td {
    padding: 0.5rem;
  }
}