/* c-table-spec */

.c-table-spec {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.c-table-spec .c-sup{
    font-size:12px;
}

.c-table-spec tr th, .c-table-spec tr td {
    font-size: 14px;
    padding: 6px 12px;
    border-right: 1px solid #ccc;
    line-height:2;
}

.c-table-spec tr>*:last-child {
    border-right: 0 none;
}

/*.c-table-spec tbody>tr:nth-child(2n+1) th, .c-table-spec tbody>tr:nth-child(2n+1) td {
    background-color: #F0F0F0;
}*/

.c-table-spec thead tr th {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px 12px;
}

.c-table-spec tbody tr th,
.c-table-spec tbody tr td {
    border-top: 1px solid #ccc;
}

.c-table-spec tr th {
    font-weight: normal;
    text-align: left;
}

.c-table-spec tbody tr th{
       background-color: #F0F0F0;
}

.c-table-spec tr td {
    text-align: center;
}

.c-table-spec tbody>tr.c-table-spec-row-1 th, .c-table-spec tbody>tr.c-table-spec-row-1 td {
    background-color: #FBE8F7;
}

.c-table-spec tbody>tr.c-table-spec-row-2 th, .c-table-spec tbody>tr.c-table-spec-row-2 td {
    background-color: #FBE8F7;
}


/* c-top-type-price */

.c-top-type-price {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.c-top-type-price th {
    font-weight: normal;
}

.c-top-type-price th, .c-top-type-price td {
    border-top: 1px solid #ccc;
    vertical-align: middle;
}

.c-top-type-price .c-top-type-price-title {
    font-size: 11px;
    display: block;
    font-weight: bold;
    margin: 0 0 6px;
}

.c-top-type-price .c-top-type-price-value {
    font-size: 36px;
    line-height: 1;
}

.c-top-type-price .c-top-type-price-unit {
    font-size: 24px;
    line-height: 1;
}

.c-top-type-price .c-top-type-price-supplement {
    font-size: 11px;
    display: block;
    margin-bottom: -18px;
}

.c-top-type-price .c-top-type-price-image {
    text-align: right;
}

.c-top-type-price .c-top-type-price-image img {
    display: block;
}

@media(max-width: 991px) {
    .c-top-type-price, .c-top-type-price thead, .c-top-type-price tbody, .c-top-type-price tfoot, .c-top-type-price tr, .c-top-type-price th, .c-top-type-price td {
        display: block;
    }
    .c-top-type-price tr {
        border-top:1px solid #ccc;
    }
    .c-top-type-price th, .c-top-type-price td {
        border-top:0 none;
        padding: 10px;
    }
    .c-top-type-price th {

    }
    .c-top-type-price td {
        text-align: right;
    }
    .c-top-type-price .c-top-type-price-title {
        text-align: left;
    }
    .c-top-type-price .c-top-type-price-supplement {
        margin: 0;
    }
    .c-top-type-price .c-top-type-price-value {
        font-size: 24px;
    }
    .c-top-type-price .c-top-type-price-image {
        display: none;
    }
}


/* c-top-type-hrc */

.c-top-type-hrc {
    position: relative;
    margin: 60px 0;
    z-index: 0;
}
.c-top-type-hrc::before {
    content: "";
    display: block;
    position: absolute;
    width: 120vw;
    top: 0;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    background-color: #f8f8f8;
    z-index: -1;
}

.c-top-type-hrc table {
    width: 100%;
}

.c-top-type-hrc th {
    position: relative;
    padding: 40px 0 100px 130px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;;
}

.c-top-type-hrc th * {
    text-indent: 0;
}

.c-top-type-hrc .c-top-type-hrc-icon {
    display: block;
    position: absolute;
    width: 100px;
    margin-right: 30px;
    top: calc(50% - 30px);
    left: 0;
    transform: translateY(-50%);
}

.c-top-type-hrc .c-top-type-hrc-icon img {
    display: block;
    max-width: 100%;
}

.c-top-type-hrc th, .c-top-type-hrc td {
    border: none;
    vertical-align: middle;
}

.c-top-type-hrc td {
    width: 215px;
}

.c-top-type-hrc .c-top-type-hrc-button {
    margin: 0;
}

.c-top-type-hrc .btn-1 {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

@media(max-width: 991px) {
    .c-top-type-hrc {
        margin-top: 60px;
        padding: 50px 0;
    }
    .c-top-type-hrc::before {
        width: auto;
        left: -15px;
        right: -15px;
        transform: none;
    }
    .c-top-type-hrc table {
        margin: 0 0 24px;
    }
    .c-top-type-hrc tr,
    .c-top-type-hrc th {
        display: block;
    }
    .c-top-type-hrc th {
        padding: 0;
        font-size: 16px;
    }
    .c-top-type-hrc td {
        display: none;
    }
    .c-top-type-hrc .c-top-type-hrc-icon {
        position: static;
        margin: 0 0 24px;
        transform: none;
    }
    .c-top-type-hrc .c-top-type-hrc-button {
        text-align: center;
    }
    .c-top-type-hrc .btn-1 {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
    }
}