@charset "UTF-8";

.p-ishi h1{
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-ishi__hr {
  margin: 20px 0;
}

#container {
  width: 990px;
  margin: 0 auto;
}

#content {
  margin: 0 20px;
}

.p-ishi table {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
}

.p-ishi-td-body a{
  display: inline-block;
  margin-bottom: 10px;
}

.p-ishi-td-body {
  padding-bottom: 60px;
}

.p-ishi table a {
  display: inline-block;
  color: #0000cc;
  transition: 0.2s;
}
.p-ishi table a:hover {
  color: #f39600;
}

@media screen and (max-width: 1000px){
  #container {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  .p-ishi h1{
    font-size: 2rem;
  }
  .p-ishi__hr {
    margin: 30px 0;
  }
  /* .p-ishi table img {
    width: 100%;
  }
  .p-ishi table img {
    width: 100%;
  } */
  .ibai-table__inner {
    width: 100%;
  }
  
  .p-ishi td {
    display: block;
  }

  .p-ishi td.ibai-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
  }

  .ibai-btn-img {
    max-width: 230px;
  }

  .p-ishi-td-body {
    padding-bottom: 50px;
  }

  .p-ishi__table-tr:last-child .p-ishi-td-body {
    padding-bottom: 0;
  }


}