@charset "UTF-8";
figure.wp-block-table{
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
figure.wp-block-table thead{
  border: none;
}
figure.wp-block-table table {
}
figure.wp-block-table th,
figure.wp-block-table td {
  white-space: nowrap;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  min-width: 7.5rem;
  padding: 0.3125rem 0.375rem;
  border: 1px solid #000;
}
figure.wp-block-table th{
  background: #f8f8f5;
  text-align: center;
}
figure.wp-block-table .wp-element-caption{
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-top: 0.625rem;
  position: relative;
  display: block;
  text-align: right;
  min-width: auto;
  max-width: 100%;
}
body.top section.line .row .col a{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  color: #000;
  margin-top: 2.5625rem;
}
body.teikan h2.heading--big{
  border-top: none;
}
@media screen and (max-width: 767px){
  body.top section.line .row .col a{
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 3.4375rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px){
  figure.wp-block-table{
    padding: 0;
  }
  figure.wp-block-table thead{
    border: none;
  }
  figure.wp-block-table table {
      min-width: 73.5625rem;
      max-width: 50%;
      border-collapse: collapse;
      width: 100%;
  }
  figure.wp-block-table th,
  figure.wp-block-table td {
    font-size: 1.3125rem;
    text-align: left;
    line-height: 2rem;
    white-space: nowrap;
    min-width: 7.5rem;
    padding: 0.5625rem 0.625rem 0.6875rem;
  }
  figure.wp-block-table th{
    background: #f8f8f5;
    text-align: center;
  }
  figure.wp-block-table .wp-element-caption{
    position: relative;
    display: block;
    font-size: 1.3125rem;
    line-height: 2rem;
    text-align: right;
    margin-top: 1.375rem;
    min-width: 73.5625rem;
    max-width: 50%;
  }
}