.c-button--black {
    background-color: var(--text-color);
}

.p-reservation__contents__note {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 2.5;
    text-align: center;
}

.p-completed__details__line3 {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 3.5;
    text-align: center;
}

.p-mypage__headline {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    height: 5.5rem;
    font-size: 2.2rem;
}

.text-3xl {
    font-size: 30px;
}

.blood-test {
    background: #fff;
}

.blood-test .l-header {
    margin-bottom: 0;
}

.p-result {
    padding-bottom: 53px;
}

.p-result__headline {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    height: 5.5rem;
    font-size: 2rem;
    margin-bottom: 20px;
}

.p-result__headline em {
    font-size: 2.2rem;
    margin-right: 0.5em;
}

.p-result__contents {
    margin-right: 38px;
    margin-left: 38px;
}

.p-result__text {
    margin-bottom: 24px;
    padding: 28px 12px 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.p-result__text__lead {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 1.5rem;
    color: #5985d8;
    font-weight: bold;
    text-align: center;
}

.p-result__text__lead.error {
    color: #b62626;
}

.p-result__text__details {
    line-height: 1.571428571;
    font-size: 1.4rem;
    color: #707070;
}

.p-result__details__inner {
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.p-result__details__title {
    background: #707070;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
}

.p-result__details__date {
    text-align: center;
    line-height: 36px;
    font-size: 1.4rem;
    color: #707070;
}

.p-result__details__date {
    text-align: center;
    line-height: 36px;
    font-size: 1.4rem;
    color: #707070;
}

.p-result__details__date .date {
    font-size: 1.8rem;
}

.p-result__details__inner table {
    width: 100%;
}

.p-result__details__inner table thead th {
    font-size: 1.4rem;
    color: #fff;
    background: #5985d8;
    height: 30px;
    text-align: center;
}

.p-result__details__inner table tbody th,
.p-result__details__inner table tbody td {
    border-top: 1px solid #eaeaea;
    font-size: 1.2rem;
    color: #707070;
    height: 28px;
}

.p-result__details__inner table tbody th {
    padding-left: 8px;
}

.p-result__details__inner table tbody th + th {
    border-right: 1px solid #ccc;
}

.p-result__details__inner table tbody td {
    border-left: 1px solid #ccc;
    text-align: center;
}

.p-result__details__inner table tbody .low th,
.p-result__details__inner table tbody .low td {
    background: #c4e6f8;
}

.p-result__details__inner table tbody .high th,
.p-result__details__inner table tbody .high td {
    background: #f8ccd4;
}

.p-result__attr {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 15px;
         column-gap: 15px;
    color: #707070;
    font-size: 1rem;
}

.p-result__attr__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
}

.p-result__attr__item::before {
    content: "";
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.p-result__attr__item.low::before {
    border: 0;
    background: #c4e6f8;
}

.p-result__attr__item.high::before {
    border: 0;
    background: #f8ccd4;
}

.p-result__button {
    margin-right: 24px;
    margin-left: 24px;
    width: calc(100% - 24px - 24px);
}

.p-result__button a {
    color: #fff;
}

.p-result__button:last-child {
    margin-bottom: 8px;
}

.span-result__header {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    padding-right: 10px;
}

