/* CSS Document */

@charset "shift_jis";

/* news
-------------------------------------------------------------- */
.pageright {
    text-align: right;
}

h2.info {
  color: #0A64BF;
  padding: 0.5em 0 0.4em 0.4em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4em;
  margin-bottom: 1em;
}

h3.info {
  padding: 0.4em 0;
  margin: 1.2em 0;
  color: #0A64BF;
  font-size: 1.1em;
  font-weight: 600;
  background: transparent;
  border-left: 3px solid #0A64BF;
  padding-left: 0.8em;
}

table.info {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  background: #fff;
}

table.info th {
  background: #f6f8fa;
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

table.info td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 600;
}

table.info td.aleft {
  text-align: left;
}

table.info th:first-child,
table.info td:first-child {
  width: 170px;
}

table.info th:nth-child(2),
table.info td:nth-child(2),
table.info th:nth-child(3),
table.info td:nth-child(3) {
  width: calc((100% - 170px) / 2);
}
 
table.info tr:not(:first-child) td:nth-child(2) {
  color: #333;
  font-weight: 600;
  font-size: 1.1em;
  padding-right: 24px;
}

table.info tr:not(:first-child) td:nth-child(3) {
  color: #e60000;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
}

table.info tr:not(:first-child) td:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: #e60000;
  font-weight: 700;
  background: #fff;
  padding: 0 4px;
}


