.business__photo .common__business__ttl {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.business__photo__top {
    padding: 0 0 10rem 17rem;
}

.business__photo__price__wrap {
    padding: 0 0 0 17rem;

}

.business__photo .common__business__ttl {
    font-size: 5.6rem;
    font-weight: 400;
}

.business__photo .common__business__ttl span {
    font-size: 2.7rem;
    font-weight: 500;
}

.business__photo__price__group {
    margin-top: 10rem;
    padding: 7.2rem 0 12rem;
}

.business__photo__price__group h2 {
    font-size: 4rem;
    font-weight: 500;
}

.business__photo__price__txt {
    font-size: 1.6rem;
    margin: 4rem 0 2rem;
}

.business__photo__price__detail {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3.6rem;
    border: .1rem solid #A0A0A0;
    display: flex;
    width: 71rem;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}

.business__photo__price__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin: 4rem 0 2rem;

}

.business__photo__price__list,
.business__photo__price__list *,
.business__photo__price__list *::before,
.business__photo__price__list *::after {
    box-sizing: border-box;
}

.business__photo__price__list thead th {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.8rem;
    height: 6.4rem;
}

.business__photo__price__list {
    border-collapse: collapse;
    border: .1rem solid #A0A0A0;

}

.business__photo__price__list tr {
    background-color: #fff;
}

.business__photo__no,
.business__photo__price .business__photo__value {
    text-align: center;
    font-size: 2.4rem;
}

.business__photo__no {
    font-weight: 700;
}

.business__photo__value,
.business__photo__size {
    text-align: center;
    font-size: 2rem;
}

.business__photo__img__wrap img {
    display: block;
    margin: 0 auto;
}

/* 写真サイズ */
.business__photo__img__sample {
    width: 6.6rem;
    height: 3.8762rem;
}

.business__photo__img__01 {
    width: 3.9843rem;
    height: 2.8774rem;
}

.business__photo__img__02 {
    width: 5.8309rem;
    height: 4.2109rem;
}

.business__photo__img__03 {
    width: 6.6402rem;
    height: 5.5333rem;
}

.business__photo__img__04 {
    width: 9.0751rem;
    height: 7.5257rem;
}

.business__photo__img__05 {
    width: 11.9524rem;
    height: 9.5176rem;
}

/* ↑写真サイズ */

.business__photo__price__list {
    width: 120rem;
    table-layout: fixed;
}

.business__photo__price__list th,
.business__photo__price__list td {
    text-align: center;
    vertical-align: middle;
    height: 12.5rem;
    border: .1rem solid #A0A0A0;
}

.business__photo__price__list th {
    background-color: #fff;
    font-weight: bold;
}

.business__photo__attention {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.6rem;
    margin-top: 1rem;
}

.business__photo .contact-inner::before {
    display: none;
}

.business__photo .contact-inner {
    margin-top: 0;
}

/* ===== PC: ヘッダー2行目（プリントのみ／フレーム付き）のth高さ調整 ===== */
.business__photo__price__list thead tr:nth-child(2) th {
    height: auto;
    padding: 1rem 1.8rem;
    font-size: 1.6rem;
    font-weight: 700;
}

/* rowspan="2" のth（NO.・サービス内容・サイズ・イメージ）は縦中央揃え */
.business__photo__price__list thead tr:first-child th {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {

    .business__photo__top,
    .business__photo__price__wrap {
        padding: 0 3.6rem 5rem 3.6rem;
    }

    .business__photo .common__business__ttl {
        font-size: 4rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .business__photo .common__business__ttl span {
        font-size: 2rem;
        letter-spacing: -0.1rem;
    }

    .business__photo__price__group {
        padding: 6rem 0 0;
    }

    .business__photo__price__group h2 {
        font-size: 3.2rem;
        letter-spacing: -0.096rem;
    }

    .business__photo__price__txt {
        font-size: 1.4rem;
    }

    .business__photo__price__detail {
        font-size: 1.6rem;
        width: 33rem;
        text-align: center;
    }

    .business__photo__price__title {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .business__photo__price__list {
        display: block;
        width: 33rem !important;
        margin: 0 auto;
        border: none;
        border-collapse: separate;
        box-sizing: border-box;
    }

    .business__photo__price__list tbody,
    .business__photo__price__list tr,
    .business__photo__price__list td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .business__photo__price__list th,
    .business__photo__price__list td {
        border: none;
    }

    .business__photo__price__list thead tr {
        display: none;
    }

    .business__photo__price__list tr {
        margin-bottom: 2rem;
        border: .1rem solid #ccc;
        background-color: #fff;
    }

    .business__photo__no {
        height: 3.1rem !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        border: none;
        border-bottom: .1rem solid #A0A0A0 !important;
        padding: 0 !important;
    }

    .business__photo__no::before {
        content: "NO.";
        margin-right: 0.2rem;
    }

    .business__photo__price__list td:not(.business__photo__no) {
        display: flex;
        align-items: stretch;
        padding: 0 !important;
        border: none !important;
        border-bottom: .1rem solid #A0A0A0 !important;
    }

    .business__photo__price__list td.business__photo__price {
        border-bottom: none !important;
    }

    .business__photo__price__list td:not(.business__photo__no)::before {
        flex-basis: 11.5rem;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        font-weight: 500;
        color: #000;
        border-right: .1rem solid #A0A0A0;
        background-color: initial;
    }

    .business__photo__content::before {
        content: "サービス内容";
    }

    .business__photo__img::before {
        content: "イメージ";
    }

    .business__photo__size::before {
        content: "サイズ (mm)";
    }

    .business__photo__price:not(.business__photo__price--frame)::before {
        content: "定価（税込）";
        align-self: stretch;
        height: 10rem;
    }

    .business__photo__content {
        height: 5rem !important;
    }

    .business__photo__img {
        height: 11.05rem !important;
    }

    .business__photo__size {
        height: 5rem !important;
    }

    .business__photo__price {
        height: 5rem !important;
    }

    .business__photo__value {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        padding: 0 1rem;
        text-align: center;
    }

    .business__photo__img__wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .business__photo__img__wrap img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }

    .business__photo__price .business__photo__value {
        font-size: 1.6rem;
    }


    .business__photo__price:not(.business__photo__price--frame) .business__photo__value {
        border-bottom: .1rem solid #A0A0A0 !important;
    }

    .business__photo__price .business__photo__value::before {
        content: "プリントのみ";
        display: inline-block;
        margin-right: 3rem;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .business__photo__price--frame .business__photo__value::before {
        content: "フレーム付き";
    }

    .business__photo__attention {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    /* 「フレーム付き」行は::beforeを非表示 */
    .business__photo__price--frame::before {
        content: "";
        flex-basis: 11.5rem;
        flex-shrink: 0;
        border-right: .1rem solid #A0A0A0;

        background-color: #fff;
        /* ←これ追加 */
        align-self: stretch;
        /* ←これも重要 */
    }

    /* フレーム付き行はborder-bottomを復活させる（最終行ではないため） */
    .business__photo__price--frame {
        border-bottom: .1rem solid #A0A0A0 !important;
    }

    /* フレーム付き行が最後のtdの場合はborder-bottomなし */
    .business__photo__price--frame:last-child {
        border-bottom: none !important;
    }

    /* 高さ統一 */
    .business__photo__price {
        height: 5rem !important;
    }
}