@charset "UTF-8";
/* CSS Document */
.info_pro_title {
  background-color: #ffffff;
  padding: 0;
}
.info_hed01 {
  position: relative;
}
.red_ft {
  color: #C1272D;
  text-align: center;
}
.h_mark {
  text-align: center;
}
.p-info {
  max-width: 100%;
}
section.p-info__block table th {
  padding: 5px;
}
section.p-info__block table td {
  padding: 4px 3px;
  line-height: 1.55;
}
h2 {
  background-color: #ffffff !important;
}
div.kakaku_t {
  width: 100%;
  margin: 20px auto;
  max-width: 43em;
}
div.kakaku_t table thead tr th, div.kakaku_t table tbody tr td {
  border: solid 1px #ccc; /* 枠線指定 */
  line-height: 1.5;
}
div.kakaku_t table thead tr th {
  font-weight: bold;
  text-align: center;
  background-color: #ddd;
  padding: 8px;
}
div.kakaku_t table {
  border-collapse: collapse; /* セルの線を重ねる */
  font-size: 1.6rem;
  width: 100%;
}
div.kakaku_t table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}
.okyaku {
  font-size: 1.8rem !important;
}
@media only screen and (max-width: 767px) {
  div.kakaku_t table {
    font-size: 1.4rem;
  }
  .okyaku {
    font-size: 1.6rem !important;
  }
}

div.kakaku_t table tbody tr td:nth-of-type(3) {
  text-align: center;
  width: 5em;
}
div.kakaku_t table tbody tr td:nth-of-type(1) {
  color: #00a32c;
  width: 6em;
  letter-spacing: 0.01em;
  font-weight: bold;
}
div.kakaku_t table tbody tr td a {
  color: #00a32c;
  text-decoration: underline;
}
@media print {
  div.kakaku_t table thead tr th, div.kakaku_t table tbody tr td {
    vertical-align: top;
  }
  div.kakaku_t table thead {
    display: table-header-group;
  }
}

div.kakaku_t table tr td.cyusyaku_yoko {
  font-size: 6px;
  line-height: 0.5;
  margin: 0 !important;
  padding: 0 0 4px 0 !important;
}
div.kakaku_t table tr td span.yaku {
  font-size: 90%;
  vertical-align: baseline;
}
div.kakaku_t table tr td span.suji {
  width: 1.4em;
  display: inline-block;
  text-align: center;
}