@charset "utf-8";


.fs-c-heading--page {
    margin-bottom: 0;
}



/* お菓子の種類から探す */
.suggest_category {

    margin-bottom: 1.5em;
    padding: 1.5em 0;

    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);

    border-top: 1px solid #fff;

    background: url("../images/bg_pattern_sayagata.png");
}


.suggest_category_ttl {
    font-size: 15px;
    color: #333;
    line-height: 1.3;
}

.suggest_category_list {
    flex-grow: 1;

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    margin: 0 auto;
}

.suggest_category_list li {
    width: 47.8%;
    margin-bottom: 10px;
}

.suggest_category_list li:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.suggest_category_list li a {
    display: block;
    position: relative;
    padding: 10px 14px 10px 10px;
    font-size: 13px;
    color: black;
    background-color: #fff;
}


.suggest_category_list li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #af6ca9;
    border-right: 1px solid #af6ca9;
    margin: auto;
    transform: rotate(45deg);
}

.suggest_category_list li a:hover {
    opacity: .7;
}


@media (min-width: 480px) {

    /* お菓子の種類から探す */
    .suggest_category_ttl {
        font-size: 18px;
    }

    .popular_keyword {
        font-size: 100%;
        line-height: 1.5;
    }

    .popular_keyword dt {
        width: 10em;
    }

    .suggest_category_list li a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }
}



@media (min-width: 480px) {
    .suggest_category_ttl {
        font-size: 17px;
    }
}

@media (min-width: 600px) {}

@media (min-width: 768px) {



    /* お菓子の種類から探す */
    .suggest_category_list li {
        width: 32%;
    }

    .suggest_category_list li a {
        padding: 15px 28px;
        font-size: 18px;
    }

    .suggest_category_list li a::after {
        right: 16px;
        width: 8px;
        height: 8px;
    }
}

@media (min-width: 960px) {

    /* お菓子の種類から探す */
    .suggest_category_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .suggest_category_list,
    .suggest_category_list li {
        margin: 0;
    }

    .suggest_category_list li {
        width: 17%;
    }

    .suggest_category_list li:first-of-type {
        width: 12%;
    }
}
