@charset "UTF-8";

/*見出し調整 251203*/
a[id^="service0"] + .contents_box01 .inner_item_txt .heading {
    display: flex;
    flex-direction: column-reverse;
}
a[id^="service0"] + .contents_box01 .inner_item_txt .heading p{
    position: relative;
    width: fit-content;
    font-size: 3rem;
    color: var(--i_txt_color);
    font-family: 'Yuji Mai';
    padding: 15px 0;
}
a[id^="service0"] + .contents_box01 .inner_item_txt .heading p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/common/upload_data/marushin-reformjp/image/20251204135039.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    z-index: -1;
    opacity: 0.6;
}