@charset "utf-8";
/* common
========================================================================= */
#suntory_contents .normal_text + .normal_text,
#suntory_contents .note_text + .normal_text,
#suntory_contents .normal_text + .btn_wrap{
    margin-top: 32px;
}
#suntory_contents .normal_text + .note_text{
    margin-top: 8px;
}
#suntory_contents .link_left_wrap{
    margin-top: 32px;
}
#suntory_contents .pdf_link{
    margin-top: 36px;
}
@media screen and (max-width: 767px) {
    #suntory_contents .pc_flex_wrap .btn_wrap,
    #suntory_contents .pdf_link{
        display: flex;
        justify-content: center;
    }
    #suntory_contents .pc_flex_wrap .btn_solid_red,
    #suntory_contents .pc_flex_wrap .btn_bdr_red{
        width: 100%;
    }
}
