.page__inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.scars__fv-lists {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 392px;
    margin-top: 36px;
}
.scars__fv-item {
    position: relative;
    flex: 0 0 auto;
    width: min(calc((100% - 20px)/3), 124px);
    min-height: 124px;
    padding: 12px 10px;
    background: linear-gradient(180deg, #fbfff8 0%, #f6fbf1 100%);
    border: 2px solid #d8ebcf;
    color: #000;
    border-radius: 16px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.03em;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.scars__fv-item span b {
    color: #2fa23a;
}
.scars__fv-item::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 32px;
    background-image: url(../img/own_expense/fv_leaf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
@media screen and (max-width:768px) {
    .scars__fv .page__row-body--30 {
        width: 60%;
        margin: 0 auto;
    }
}

/* scarsページ共通 */
.max-900 {
    max-width: 900px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}
#lpWrap.scars__trouble .wrap2, 
#lpWrap.scars__chart .wrap2, 
#lpWrap.scars__treatments .wrap2 {
    width: min(1200px, 100vw);
    max-width: none;
    margin-inline: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
}
#lpWrap.scars__trouble .lpTitle, 
#lpWrap.scars__chart .lpTitle, 
#lpWrap.scars__treatments .lpTitle {
    border-bottom-color: #3FB235;
    border-bottom-width: 5px;
}
#lpWrap.scars__trouble .lpTitle .en, 
#lpWrap.scars__trouble .lpTitle h2 span, 
#lpWrap.scars__trouble #co02Wrap ul li span,
#lpWrap.scars__chart .lpTitle .en, 
#lpWrap.scars__chart .lpTitle span, 
#lpWrap.scars__treatments .lpTitle .en, 
#lpWrap.scars__treatments .lpTitle span {
    color: #3FB235;
}
#lpWrap.scars__trouble .lpTitle h2,
#lpWrap.scars__chart .lpTitle h2, 
#lpWrap.scars__treatments .lpTitle h2 {
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    line-height: 1.5;
}

#lpWrap.scars__trouble #co02Wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-top: 30px;
    padding: clamp(10px, calc(40 / 1440 * 100vw), 40px);
    border-radius: 0;
    aspect-ratio: 1200 / 525;
    background-color: #eef9ea;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}


.scars__type .page__row {
    flex-wrap: wrap;
}
.scars__flow {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .price__table--C.price__table--C--sm {
        width: 130px !important;
    }
    .price__table--L {
        width: auto !important;
    }
    #lpWrap.scars__trouble #co02Wrap {
        aspect-ratio: 1200 / 955;
    }
    #lpWrap.scars__trouble .wrap2 {
        padding: 0 15px 40px;
    }
}

/* scars__chart-list */
.scars__chart-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
}
.scars__chart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 32px;
    box-sizing: border-box;
    position: relative;
}
.scars__chart-item::before {
    content: '';
    width: 100%;
    height: 86%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.scars__chart-img {
    width: 100%;
    text-align: center;
}
.scars__chart-img img {
    max-width: 240px;
    width: 100%;
    height: auto;
}
.scars__chart-label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: clamp(14px, calc(17 / 1440 * 100vw), 18px) !important;
    font-weight: 700;
    border-radius: 5px;
    padding: 8px 16px;
    text-align: center;
    box-sizing: border-box;
}
.scars__chart-arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-width: 8px;
    border-top-style: solid;
    margin: 10px auto 20px;
    flex-shrink: 0;
    position: relative;
}
.scars__chart-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-width: 8px;
    border-top-style: solid;
    flex-shrink: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.scars__chart-body {
    text-align: center;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.scars__chart-name {
    display: inline-block;
    width: fit-content;
    font-size: clamp(18px, calc(20 / 1440 * 100vw), 20px);
    font-weight: 700;
    font-family: 'Zen Maru Gothic';
    border-bottom: 2px solid;
    margin: 0 auto 12px !important;
}
.scars__chart-sub {
    font-size: clamp(12px, calc(14 / 1440 * 100vw), 14px);
    font-weight: 500;
    margin-bottom: 8px !important;
}
.scars__chart-price {
    font-size: clamp(20px, calc(24 / 1440 * 100vw), 24px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px !important;
}
.scars__chart-price small {
    font-size: clamp(12px, calc(14 / 1440 * 100vw), 14px);
}
.scars__chart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #3FB235;
    text-decoration: none;
    box-sizing: border-box;
    margin-top: auto;
}
.scars__chart-btn span {
    margin-left: auto;
}
/* counseling */
.scars__chart-item--counseling::before {
    border-top: 1px solid #E2C9BC;
    background-color: #F6F3EF;
}
.scars__chart-item--counseling .scars__chart-label {
    background-color: #8B766B;
}
.scars__chart-item--counseling .scars__chart-arrow, 
.scars__chart-item--counseling .scars__chart-arrow::after {
    border-top-color: #E2C9BC;
}
.scars__chart-item--counseling .scars__chart-name {
    border-bottom-color: #8B766B;
}
/* dermapen */
.scars__chart-item--dermapen::before {
    border-top: 1px solid #BED0AD;
    background-color: #F7F7F0;
}
.scars__chart-item--dermapen .scars__chart-label {
    background-color: #6E7468;
}
.scars__chart-item--dermapen .scars__chart-arrow, 
.scars__chart-item--dermapen .scars__chart-arrow::after {
    border-top-color: #BED0AD;
}
.scars__chart-item--dermapen .scars__chart-name {
    border-bottom-color: #6E7468;
}
/* peeling */
.scars__chart-item--peeling::before {
    border-top: 1px solid #D9D0B9;
    background-color: #FAF8F1;
}
.scars__chart-item--peeling .scars__chart-label {
    background-color: #9B8B63;
}
.scars__chart-item--peeling .scars__chart-arrow, 
.scars__chart-item--peeling .scars__chart-arrow::after {
    border-top-color: #D9D0B9;
}
.scars__chart-item--peeling .scars__chart-name {
    border-bottom-color: #9B8B63;
}
/* pico */
.scars__chart-item--pico::before {
    border-top: 1px solid #E4CEB8;
    background-color: #F8F5F2;
}
.scars__chart-item--pico .scars__chart-label {
    background-color: #9C6B66;
}
.scars__chart-item--pico .scars__chart-arrow, 
.scars__chart-item--pico .scars__chart-arrow::after {
    border-top-color: #E4CEB8;
}
.scars__chart-item--pico .scars__chart-name {
    border-bottom-color: #9C6B66;
}
@media screen and (max-width: 767px) {
    .scars__chart-list {
        grid-template-columns: 1fr;
    }
}

/* scars__treatments */
#lpWrap.scars__treatments {
    background-color: #F8FAED;
    padding: clamp(15px, calc(50 / 1440 * 100vw), 50px);
}
#lpWrap.scars__treatments .wrap2 {
    width: min(1200px, 100vw);
    max-width: none;
    margin-inline: 0;
    left: 50%;
    transform: translateX(-50%);
}
#lpWrap.scars__treatments .lpTitle {
    border-bottom-color: #3FB135;
    border-bottom-width: 5px;
}
#lpWrap.scars__treatments .lpTitle .en,
#lpWrap.scars__treatments .lpTitle h2 span {
    color: #3FB135;
}
#lpWrap.scars__treatments .lpTitle h2 {
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    line-height: 1.5;
}
.scars__treatment-item {
    margin: 0 auto 60px;
    max-width: 1080px; 
}
.page__content h3.scars__treatment-name {
    color: #3FB135;
    font-size: clamp(20px, calc(32 / 1440 * 100vw), 32px);
    display: inline-block !important;
    font-family: 'Zen Maru Gothic', sans-serif;
    border-bottom: 3px solid #3FB135 !important; 
    padding: 0 !important;
    margin-bottom: 24px;
    font-weight: 700;
}
.scars__treatment-row {
    display: flex;
    column-gap: 50px;
    row-gap: 30px;
    align-items: flex-start;
}
.scars__treatment-row--reverse {
    flex-direction: row-reverse;
}
.scars__treatment-img {
    flex: 0 0 min(40%, 360px);
}
.scars__treatment-img img {
    width: 100%;
    height: auto;
}
.scars__treatment-body {
    flex: 1;
    text-align: left;
}
.scars__treatment-catch {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px !important;
}
.scars__treatment-desc {
    margin-bottom: 20px;
}
.scars__treatment-detail {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}
.scars__treatment-details dt {
    color: #fff;
    background-color: #3FB135;
    font-weight: bold;
    padding: 0 12px;
    white-space: nowrap;
    flex-shrink: 0;
}
.scars__treatment-details dd {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .scars__treatment-row {
        flex-direction: column;
        padding: 0 15px;
    }
    .scars__treatment-detail {
        flex-direction: column;
        align-items: start;
        gap: 3px;
    }
}

/* scars__type */
.page__content .scars__type-title {
    color: #F2970E;
    font-size: clamp(20px, calc(32 / 1440 * 100vw), 32px);
    display: inline-block !important;
    font-family: 'Zen Maru Gothic', sans-serif;
    border-bottom: 3px solid #F2970E !important; 
    padding: 0 !important;
    margin-bottom: 24px;
    font-weight: 700;
}
.scars__type-list {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.scars__type-item {
    background-color: #fff;
    border-top-left-radius: clamp(15px, calc(20 / 1440 * 100vw), 20px);
    border-bottom-right-radius: clamp(15px, calc(20 / 1440 * 100vw), 20px);
    padding: 32px 24px;
    text-align: center;
    box-sizing: border-box;
}
.scars__type-item h4 {
    color: #F2970E !important;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: clamp(16px, calc(20 / 1440 * 100vw), 20px);
    font-weight: 700;
    margin-bottom: 12px;
    border-bottom: none !important;
    padding: 0 !important;
}
.scars__type-item b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}
.scars__type-item p {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .scars__type-list {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
}


.faq__item {
    width: 100% !important;
    padding: 0 !important;
}
.faq__item:not(:first-child) {
    margin-top: 15px;
    
}