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


/* anchorエリア start */
.c-item__Area {
    margin-bottom: 60px;
}

.c-flexbox__jsb {
    justify-content: start;
}

.c-item__Area__Inner {
}
.c-item__Area_List {
    background-color: #0071bd;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 35px;
}
.c-item__Area a {
    text-decoration: none;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    padding: 0 2rem;
}
/* anchorエリア end */

/* contents */
.c-item__category  {
    margin-bottom: 50px;
}
.c-item__List {
    margin-bottom: 60px;
}
.c-item__List:last-child{
    margin-bottom: 0;
}
.c-item__List__Icon {
    width: 18%;
}
.c-item__List__Ttx {
    width: 84%;
}
.c-item__point {
    margin-bottom: 85px;
}

@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%;
        margin-right: 5px;
    }
    .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;
    }
}