.price ._hero_ {
    background: url("../img/price/price_hero_edit.jpg");
    background-size: cover;
    background-position-y: center;
}

.recommend {
    /* border: 1px solid black; */
}

.recommend .recommend__flex {
    display: flex;
    gap: 100px;
    justify-content: center;
}

.recommend h2 {
    font-size: 18px;
    text-align: center;
}

.recommend p {
    font-size: 16px;
}

.recommend .recommend__flex .recommend__content {
    /* border: 1px solid red; */

    width: 64%;
    height: auto;
}

.recommend .recommend__flex .recommend__content .pt__title {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}


.recommend .recommend__flex .recommend__content .recommend__message p{
    white-space: nowrap;
}

.recommend .recommend__flex .recommend__content .recommend__message .p1{
    text-decoration: line-through; 
}


.recommend .recommend__flex .recommend__content .recommend__message {
    margin: 0 0;
}

.recommend .recommend__flex .recommend__content .recommend__message.summer{
    margin: 0 0;
    margin-bottom: 12px;
    line-height: 12px;
    justify-content: none;
    gap: 24px;
    color: rgb(197, 73, 23);
}

.recommend .recommend__flex .recommend__content .recommend__message.summer .sp-br{
    display: none;

    @media screen and (max-width:768px) {
        display: block;
    }
}

.recommend .recommend__flex .recommend__content .recommend__flex  {
    display: flex;
    justify-content: space-between;
}

.recommend .recommend__flex .recommend__content p {
    /* margin: 24px 0; */

}

.recommend__content {
    padding: 48px 64px;
    background: #FDFDFD;
    box-shadow: 5px 5px 13px 0px rgba(228, 228, 228, 0.90) inset, -5px -5px 10px 0px rgba(255, 255, 255, 0.90) inset, 5px -5px 10px 0px rgba(228, 228, 228, 0.20) inset, -5px 5px 10px 0px rgba(228, 228, 228, 0.20) inset, -1px -1px 2px 0px rgba(228, 228, 228, 0.50), 1px 1px 2px 0px rgba(255, 255, 255, 0.30);
}

.recommend__content .pt__title{
    width: 100%;
    /* height: 64px; */
}

.recommend .recommend__content button {
    width: 100%;
    height: 80px;
    text-align: center;
    border-radius: 55px;
    background: var(--white, #FDFDFD);
    box-shadow: 5px 5px 13px 0px rgba(221, 220, 220, 0.90), -5px -5px 10px 0px rgba(255, 255, 255, 0.90), 5px -5px 10px 0px rgba(221, 220, 220, 0.20), -5px 5px 10px 0px rgba(221, 220, 220, 0.20), -1px -1px 2px 0px rgba(221, 220, 220, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
    backdrop-filter: blur(5.099999904632568px);
    margin-top: 24px;
}

.recommend  .annotation {
    display: block;
    margin-top: 24px;
}

.table__style {
    padding: 42px;
    margin-top: 64px;
}

.table__style.pe {
    display: none;
}

.table__style h2  {
    display: block;
    margin-bottom: 24px;
}

.table__style table {
    /* border: 1px solid black; */
    border-collapse: collapse;
    width: 100%;
}

.table__style table th{
    border: 1px solid #4E4C44;
    padding: 24px;
}

.table__style table td {
    border: 1px solid #4E4C44;
    padding: 32px 8px;
    margin: 0 48px;
    text-align: center;
    /* width: 64px; */
    font-size: 14px;
}

.table__style table tr:first-child th,
.table__style table tr:last-child td {
    border-top: none;
    border-bottom: none;
}

.table__style table tr th:first-child,
.table__style table tr td:first-child {
    border-left: none;
    text-align: right;
    padding-right: 24px;
}

.table__style tr th:last-child,
.table__style tr td:last-child {
    border-right: none;
}
.cren.table__style table tr:first-child th{
    border-bottom: 1px solid #4E4C44;
}

.table__style p {
    display: block;
    margin-top: 12px;
    font-size: 14px;
}

.pair  table tr th:first-child,
.pair  table tr td:first-child {
    width: 16%;
} 

.last  table tr th:first-child,
.last  table tr td:first-child {
    width: 18%;
} 


@media screen and (max-width:768px) {
    .recommend .recommend__flex {
        display: block;
    }
    
    .recommend h2 {
        font-size: 16px;
    }

    .recommend p {
        font-size: 12px;
    }

    .recommend .recommend__flex .recommend__content {
        width: 74%;
    }

    .recommend__content {
        padding: 24px 24px;
        margin: 24px auto;
    }

    .recommend .recommend__content button {
        height: 48px;
        font-size: 12px;
    }

    .recommend  .annotation {
        display: block;
        margin-top: 24px;
        padding: 0 24px;
    }
    .table__style.pc {
        display: none;
    }

    .table__style.pe {
        display: block;
    }

    .table__style table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        white-space: normal;
        margin: 0 auto;
    }
    .table__style table th{
        font-size: 12px;
        padding: 24px 0;
        text-align: center;
    }

    .table__style table td{
        font-size: 12px;
        padding: 24px 0;
    }

    .table__style {
        padding: 0 30px;
        margin-top: 64px;
    }

.table__style table tr th:first-child,
.table__style table tr td:first-child {
    border-left: none;
    text-align: center;
}
}