
.h2-title_item p, .price-note p{
    color: #666666;
    font-size: 9px;
}

@media screen and (max-width: 767px) {
    .phimosis-kasei, .phimosis-kanton, .phimosis-shinsei {
        background-color: #fff;
    }

    .h1-title_item {
        display: block;
        position: relative;
    }

    .h1-title_item::after {
        background-color: #1e1e88;
        bottom: -50px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
    }

    .h2-title_item h2 {
        font-size: 0.8125rem!important;
    }

}

@media screen and (max-width: 767px) {
    .text-gray-13 {
        color: #333333;
        font-size: 0.8125rem!important;
    }
}
.price-detail span {
    font-size: 10px;
}

@media screen and (min-width: 1024px) {
    .kasei-price-box .bg-purple, .kanton-price-box .bg-purple, .shinsei-price-box .bg-purple {
        border-top: 1px solid #2430A5;
        width: 404px;
        height: 100px;
    }

    .price-detail {
        width: 227px;
        height: 100px;
    }
}

@media screen and (max-width: 1023px) {
    .kasei-price-item {
        border-top: 1px solid#1e1e88;
    }

    .price-text{
        line-height: 0.8!important;
    }

    .price-detail p{
        font-size: 28px;
    }

    .price-detail .wave-item {
        font-size: 12px;
    }

    .price-yakuzai a {
        display: inline-block;
        text-decoration: underline;
        text-decoration-color: #1e1e88;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
    }
    
}

@media screen and (max-width: 767px) {
    .aftercare-wrap span {
        font-size: 11px;
    }
}

@media screen and (min-width: 1024px) {
    .pc-phimosis {
        padding-top: 60px;
        padding-bottom: 100px;
        background-color: #ededf6;
    }

    .pc-phimosis-wrap {
        background-color: #fff;
        max-width: 632px;
        margin-top: 64px;
        margin-right: 0;
        margin-left: 320px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .pc-phimosis-wrap > div, .h1-title_item, .h2-title_item, .section-title, .payment-wrap {
        margin-left: 0!important;
    }


    .pc-phimosis-wrap h1, 
    .pc-phimosis-wrap h2, 
    .pc-phimosis-wrap p {
        word-wrap: break-word;
    }
}

@media screen and (min-width: 1441px) {
    .pc-phimosis-wrap {
        background-color: #fff;
    }

}

.ruby-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.ruby-icon {
    position: absolute;
    top: -6px;
    left: 8%;
}
.description {
    font-size: 14px;
    color: #2430A5;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

.description-wrapper {
    display: inline-block;
    position: relative;
    background-color: #fdf8f6;
    padding: 15px;
    border-radius: 10px 10px 30px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.description {
    font-size: 14px;
    color: #2430A5; /* テキスト色 */
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
}

.case-img-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.case-img-content .bg-pink {
    background-color: #EED2C8;
}

.case-img-content .caption {
    display: inline-block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #2430A5;
    z-index: 100;
}

.custom-background-svg {
    position: relative;
    height: 105px; /* SVGの高さに合わせる */
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="629" height="105" viewBox="0 0 629 105" fill="none"><rect width="629" height="83" fill="%23F5F3EF"/><path d="M314.5 105L3.22601e-06 83L629 83L314.5 105Z" fill="%23F5F3EF"/></svg>') no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-img-blurred {
    position: relative;
    height: auto;
    cursor: pointer;
    border-radius: 9.129px;
    overflow: hidden;
}

.case-img-blurred::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 9.129px;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* モザイク解除時 */
.case-img-blurred.clicked::after {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .custom-background-svg {
        width: 100%; /* SVGの幅に合わせる */
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="629" height="105" viewBox="0 0 629 105" fill="none"><rect width="629" height="83" fill="%23F5F3EF"/><path d="M314.5 105L3.22601e-06 83L629 83L314.5 105Z" fill="%23F5F3EF"/></svg>') no-repeat center;
    }

    .case-img-blurred {
        width: 300px;
    }
}

.note {
    font-size: 10px;
}

.case-price .bg-purple h3, .case-price .price-detail p{
    font-size: 13px;
}

.column-info-category {
    font-size: 9px;
    max-width: 120px; /* 必要に応じて調整 */
    overflow: hidden;
}