@charset "UTF-8";
/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
    background-image: url(/pawn/images/pawn_bg.png);
}
.c-heading__lower {
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .c-heading__lower {
        margin-bottom: 35px;
    }
    .c-heading__lower__txt {
        left: 55%;
        transform: translateX(-45%);
    }
}
/* 見出し背景 ページ調整用 end */


/* contents */
.c-service {
    margin-bottom: 50px;
}
.c-service__Txt {
    width: 65%;
}
.c-service__pic {
    width: 30%;
    max-width: 100%;
    text-align: center;
}
.c-service__pic img.rPhoto{
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .c-service__Inner {
        display: block;
    }
    .c-service__Txt {
        width: 100%;
    }
    .c-service__pic {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .c-item__Area__Inner {
        justify-content: flex-start;
    }
    .c-item__Area a {
        padding: 0 1.5rem;
        font-size: 14px;
    }
    .c-item__Area_List {
        margin-bottom: 16px;
        margin-right: 2%;
    }
    .c-item__Area {
        margin-bottom: 30px;
    }
    .c-item__List__Icon {
        width: 22%;
    }
    .c-item__List__Ttx {
        width: 78%;
        padding-top: 6%;
    }
    .c-item__List {
        margin-bottom: 30px;
    }
    .c-item__category {
        margin-bottom: 40px;
    }
    .c-item__point {
        margin-bottom: 45px;
    }
}

