.section_header_ttl {
    text-align: center;
    margin: 100px 0 40px;
}

.section_header_ttl .ttl_h2 {
    margin: 0;
    color: #cd3a28;
    position: relative;
    font-size: 26px;
}

.section_header_ttl .ttl_h2 span {
    line-height: 1.3;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 1em;
    background: #fff;
}

.section_header_ttl .ttl_h2::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
}

table.pc-postage {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
table.pc-postage th {
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
table.pc-postage td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  text-align: center;
}
.c-section__content p {
    line-height: 1.5;
}
table.pc-postage th:nth-child(1) {
  width: 11%;
}
table.pc-postage th:nth-child(2) {
  width: 50%;
}

