@charset "utf-8";

#suntory_contents #w {
    display: flex;
    flex-direction: column
}

#suntory_contents #b_c {
    order: 2;
    margin: 8vw 4vw 4vw;
    font-size: 0
}

#suntory_contents #b_c li {
    display: inline;
    font-size: 3.2vw;
    line-height: 1.5
}

#suntory_contents #b_c li span {
    margin: 0 1.333333333333333vw
}

#suntory_contents #b_c li a {
    color: #222;
    text-decoration: none
}

#suntory_contents #b_c li a:hover {
    text-decoration: underline
}

#suntory_contents #qa {
    order: 1;
    margin: 8vw 4vw 0
}

#suntory_contents #qa_sd {
    display: none
}

#suntory_contents #qa_sh {
    background: #BCEAF5
}

#suntory_contents #qa_sh .inner {
    padding: 8vw 0 12vw;
    margin: 0 4vw;
    border-top: 1px solid #fff
}

#suntory_contents #qa_sh h2 {
    margin: 0 0 8vw;
    padding: 0;
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 700;
    color: #005886;
    text-align: center
}

#suntory_contents .search_category {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    background: #fff;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 3.733333333333333vw;
    font-weight: 700;
    padding: 4vw 4.8vw;
    position: relative;
    color: #000;
    text-align: left;
}
#suntory_contents .search_category::after {
    content: "";
    display: block;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    margin: 0 0 0 1.066666666666667vw;
    border-top: .933333333333333vw solid #FEA000;
    border-right: .933333333333333vw solid #FEA000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 2.666666666666667vw);
    right: 4vw
}
#suntory_contents .search_category.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 1.333333333333333vw);
    right: 4vw
}
#suntory_contents #search_category_softdrink {
    border: 1px #21BBE1 solid;
    border-radius: 2.133333333333333vw 2.133333333333333vw 0 0
}
#suntory_contents #search_category_alcohol {
    border-left: 1px #21BBE1 solid;
    border-right: 1px #21BBE1 solid
}
#suntory_contents #search_category_purpose {
    border: 1px #21BBE1 solid;
    border-radius: 0 0 2.133333333333333vw 2.133333333333333vw
}
#suntory_contents #search_category_purpose.active {
    border-radius: 0;
}

#suntory_contents #qa_sh .ct_li {
    height: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}
#suntory_contents #qa_sh #search_list_softdrink.active {
    height: auto;
    display: flex;
    background: #21BBE1;
    padding: 5.333333333333333vw 2.4vw 5.333333333333333vw 2.666666666666667vw;
    padding-bottom: 0
}
#suntory_contents #qa_sh #search_list_alcohol.active {
    height: auto;
    display: flex;
    background: #21BBE1;
    padding: 5.333333333333333vw 2.4vw 5.333333333333333vw 2.666666666666667vw;
    padding-bottom: 0
}
#suntory_contents #qa_sh #search_list_purpose.active {
    height: auto;
    display: flex;
    background: #21BBE1;
    padding: 5.333333333333333vw 2.4vw 5.333333333333333vw 2.666666666666667vw;
    border-radius: 0 0 2.133333333333333vw 2.133333333333333vw;
    padding-bottom: 0
}

#suntory_contents #qa_sh .ct_li {
    flex-wrap: wrap;
}
#suntory_contents .ct_li li {
    margin: 0 1.866666666666667vw 4vw 0;
    width: 27.733333333333333vw
}

#suntory_contents .ct_li li:nth-child(3n) {
    margin: 0 0 4vw 0
}

#suntory_contents .ct_li li a {
    text-decoration: none;
    color: #222;
    display: block;
    width: 27.733333333333333vw;
    height: 37.333333333333333vw;
    background: #fff;
    text-align: center;
    padding: 0;
    border-radius: 2.133333333333333vw;
    position: relative
}

#suntory_contents .ct_li li figure {
    margin: 0 auto;
    padding: 0;
    width: 24vw;
    height: 24vw;
    overflow: hidden
}

#suntory_contents .ct_li li figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

#suntory_contents .ct_li li .label {
    font-size: 3.2vw;
    font-weight: 700
}

#suntory_contents #faq {
    background: #bceaf5
}

#suntory_contents #faq .inner {
    padding: 8vw 0 12vw;
    margin: 0 4vw;
    border-bottom: 1px solid #fff
}

#suntory_contents #faq h2 {
    margin: 0 0 8vw;
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 700;
    color: #005886;
    text-align: center
}

#faq ul.faq_list {
    margin: 0
}

#faq .faq_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 5.6vw 0 0;
    padding: 0;
    border-radius: 2.133333333vw;
    background: #fff
}

#faq .faq_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 7.2vw 4vw 12vw;
    font-size: 3.466666667vw;
    color: #222;
    text-decoration: none;
    position: relative
}

#faq .faq_list li a::before {
    content: "Q";
    color: transparent;
    display: block;
    position: absolute;
    width: 6.4vw;
    height: 100%;
    min-height: 6.4vw;
    top: 0;
    left: 3.2vw;
    background: url(/customer/common2023/img/i_q.svg) no-repeat left center / 6.4vw
}

#faq .faq_list li a::after {
    content: "";
    display: block;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
    height: 8px;
    margin: 0;
    border-top: 3px solid #fea000;
    border-right: 3px solid #fea000;
    top: calc(50% - 4px);
    right: 3.2vw
}

#suntory_contents #faq .faq_list li a p {
    font-size: 3.733333333vw;
    line-height: 1.65;
    font-weight: 700
}


/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px) {
    #suntory_contents #w {
        width: 960px;
        margin: 0 auto
    }

    #suntory_contents #b_c {
        order: 1;
        margin: 15px 0 50px
    }

    #suntory_contents #b_c li {
        font-size: 12px
    }

    #suntory_contents #b_c li span {
        margin: 0 4px
    }

    #suntory_contents #qa {
        order: 2;
        margin: 0;
        display: flex;
        justify-content: space-between
    }

    #suntory_contents #qa_sd {
        display: block;
        width: 200px
    }

    #suntory_contents #qa_sd .in {
        margin-bottom: 100px;
        padding: 15px 15px 15px;
        border-left: 1px #BCEAF5 solid
    }

    #suntory_contents #qa_sd dt {
        margin: 0 0 20px;
        font-size: 16px;
        font-weight: 700
    }

    #suntory_contents #qa_sd dd {
        margin: 0 0 40px
    }

    #suntory_contents #qa_sd dd:last-child {
        margin: 0
    }

    #suntory_contents #qa_sd dd li {
        margin: 0 0 10px;
        font-size: 14px
    }

    #suntory_contents #qa_sd dt a, #suntory_contents #qa_sd dd li a {
        color: #222;
        text-decoration: none
    }

    #suntory_contents #qa_sd dt a:hover, #suntory_contents #qa_sd dd li a:hover {
        text-decoration: underline
    }

    #suntory_contents #qa_sh {
        display: none
    }

    #suntory_contents #faq .inner {
        width: 960px;
        margin: 0 auto;
        padding: 50px 0 60px
    }

    #suntory_contents #faq h2 {
        margin: 0 0 40px;
        font-size: 30px
    }

    #faq ul.faq_list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 20px 40px;
        margin: 0 auto;
        width: 960px
    }

    #faq .faq_list li {
        width: 460px;
        min-height: 56px;
        padding: 0;
        margin: 0;
        border-radius: 8px
    }

    #faq .faq_list li a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 15px 35px 15px 55px
    }

    #faq .faq_list li a::before {
        width: 26px;
        height: 100%;
        min-height: 26px;
        background-size: 26px;
        left: 15px
    }

    #faq .faq_list li a::after {
        content: "";
        display: inline-block;
        transform: rotate(45deg);
        position: absolute;
        width: 8px;
        height: 8px;
        margin: 0;
        border-top: 3px solid #fea000;
        border-right: 3px solid #fea000;
        top: calc(50% - 4px);
        right: 20px
    }

    #faq .faq_list li a:hover {
        text-decoration: underline
    }

    #suntory_contents #faq .faq_list li a p {
        font-size: 15px
    }
}
