@charset "utf-8";

/*------------------------------------------------------------
  reset
------------------------------------------------------------ */
:where(.shd_contents, .sbf_contents) html, :where(.shd_contents, .sbf_contents) body, :where(.shd_contents, .sbf_contents) div, :where(.shd_contents, .sbf_contents) span, :where(.shd_contents, .sbf_contents) object, :where(.shd_contents, .sbf_contents) iframe,
:where(.shd_contents, .sbf_contents) h1, :where(.shd_contents, .sbf_contents) h2, :where(.shd_contents, .sbf_contents) h3, :where(.shd_contents, .sbf_contents) h4, :where(.shd_contents, .sbf_contents) h5, :where(.shd_contents, .sbf_contents) h6, :where(.shd_contents, .sbf_contents) p, :where(.shd_contents, .sbf_contents) blockquote, :where(.shd_contents, .sbf_contents) pre,
:where(.shd_contents, .sbf_contents) abbr, :where(.shd_contents, .sbf_contents) address, :where(.shd_contents, .sbf_contents) cite, :where(.shd_contents, .sbf_contents) code,
:where(.shd_contents, .sbf_contents) del, :where(.shd_contents, .sbf_contents) dfn, :where(.shd_contents, .sbf_contents) em, :where(.shd_contents, .sbf_contents) img, :where(.shd_contents, .sbf_contents) ins, :where(.shd_contents, .sbf_contents) kbd, :where(.shd_contents, .sbf_contents) q, :where(.shd_contents, .sbf_contents) samp,
:where(.shd_contents, .sbf_contents) small, :where(.shd_contents, .sbf_contents) strong, :where(.shd_contents, .sbf_contents) sub, :where(.shd_contents, .sbf_contents) sup, :where(.shd_contents, .sbf_contents) var,
:where(.shd_contents, .sbf_contents) b, :where(.shd_contents, .sbf_contents) i,
:where(.shd_contents, .sbf_contents) dl, :where(.shd_contents, .sbf_contents) dt, :where(.shd_contents, .sbf_contents) dd, :where(.shd_contents, .sbf_contents) ol, :where(.shd_contents, .sbf_contents) ul, :where(.shd_contents, .sbf_contents) li,
:where(.shd_contents, .sbf_contents) fieldset, :where(.shd_contents, .sbf_contents) form, :where(.shd_contents, .sbf_contents) label, :where(.shd_contents, .sbf_contents) legend,
:where(.shd_contents, .sbf_contents) table, :where(.shd_contents, .sbf_contents) caption, :where(.shd_contents, .sbf_contents) tbody, :where(.shd_contents, .sbf_contents) tfoot, :where(.shd_contents, .sbf_contents) thead, :where(.shd_contents, .sbf_contents) tr, :where(.shd_contents, .sbf_contents) th, :where(.shd_contents, .sbf_contents) td,
:where(.shd_contents, .sbf_contents) article, :where(.shd_contents, .sbf_contents) aside, :where(.shd_contents, .sbf_contents) canvas, :where(.shd_contents, .sbf_contents) details, :where(.shd_contents, .sbf_contents) figcaption, :where(.shd_contents, .sbf_contents) figure, 
:where(.shd_contents, .sbf_contents) footer, :where(.shd_contents, .sbf_contents) header, :where(.shd_contents, .sbf_contents) hgroup, :where(.shd_contents, .sbf_contents) menu, :where(.shd_contents, .sbf_contents) nav, :where(.shd_contents, .sbf_contents) section, :where(.shd_contents, .sbf_contents) summary,
:where(.shd_contents, .sbf_contents) time, :where(.shd_contents, .sbf_contents) mark, :where(.shd_contents, .sbf_contents) audio, :where(.shd_contents, .sbf_contents) video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
:where(.shd_contents, .sbf_contents)  {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
:where(.shd_contents, .sbf_contents) nav ul {
    list-style:none;
}
 
:where(.shd_contents, .sbf_contents) blockquote, :where(.shd_contents, .sbf_contents) q {
    quotes:none;
}
 
:where(.shd_contents, .sbf_contents) blockquote:before, :where(.shd_contents, .sbf_contents) blockquote:after,
:where(.shd_contents, .sbf_contents) q:before, :where(.shd_contents, .sbf_contents) q:after {
    content:'';
    content:none;
}
 
:where(.shd_contents, .sbf_contents) a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
:where(.shd_contents, .sbf_contents) ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
:where(.shd_contents, .sbf_contents) mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
:where(.shd_contents, .sbf_contents) del {
    text-decoration: line-through;
}
 
:where(.shd_contents, .sbf_contents) abbr[title], :where(.shd_contents, .sbf_contents) dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
:where(.shd_contents, .sbf_contents) table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
:where(.shd_contents, .sbf_contents) hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
:where(.shd_contents, .sbf_contents) input, :where(.shd_contents, .sbf_contents) select {
    vertical-align:middle;
}

.sbf_contents{
	display: flex;
  flex-direction: column;
}

.sp_item {
    display: none;
}
.pc_item {
    display: block;
}

.out_link:after{
	content: "";
	display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  transform: translateY(2px);
	margin: 0 0 0 8px;
  mask: url(/news/common/img/icon_blank_01.svg) center center / 14px auto no-repeat;
  background: var(--newsrn2025-table-color01);
}

.pdf_link:after{
    content: "PDF";
    background: var(--article-heading-color);
    color:#fff;
    padding: 0.1em 0.75em 0;
    font-size: 13px;
    border-radius: 12px;
    margin-left: 0.5em;
}


/*------------------------------------------------------------
  header
------------------------------------------------------------ */
#suntory_contents #header {
	margin-bottom:30px;
	height:50px;
	background:url(../img/bg_header.png) repeat-x 0 0;
}


#suntory_contents #searchTitle {
	margin:0 auto;
	width:960px;
	min-height:50px;
	position:relative;
}

@media screen and (min-width:961px){#suntory_contents #searchTitle{width:100%;max-width:1164px;}}

#suntory_contents #searchTitle h1 {
	margin: 15px 0 0 18px;
    float:left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#suntory_contents #searchTitle ul {
margin: 15px 0 0;
	float:right;
}
#suntory_contents #searchTitle ul li {
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height: 20px;
	color:#fff;
    list-style: none;
}

#suntory_contents #searchTitle ul li span {
	margin:0 .5em;
	color:#fff;
}

#suntory_contents #searchTitle ul li a {
	color:#fff;
	text-decoration:none;
}

#suntory_contents #searchTitle ul li a:link {
	color:#fff;
	text-decoration:none;
}
#suntory_contents #searchTitle ul li a:vlink {
	color:#fff;
	text-decoration:none;
}
#suntory_contents #searchTitle ul li a:hover {
	color:#fff;
	text-decoration:underline;
	padding-bottom:1px;
}
#suntory_contents #searchTitle ul li a:active {
	color:#fff;
	text-decoration:underline;
}


/*------------------------------------------------------------
  contents
------------------------------------------------------------ */
#suntory_contents #contents {
    margin: 0 auto;
    width:960px;
}

@media screen and (min-width:961px){#suntory_contents #contents{width:100%;max-width:1164px;}}

#suntory_contents #contents:after { content :''; display :block; clear :both; }

#suntory_contents #contents a:hover {
    color:#3eaacc;
}

#suntory_contents #main {
width:72.666666666%;
    float:left;
}

#suntory_contents aside {
width:23.833333333%;
    float:right;
}

/*------------------------------------------------------------
  label
------------------------------------------------------------ */
#suntory_contents .label {
}
#suntory_contents .label:after { content :''; display :block; clear :both; }

#suntory_contents .label ._category {
    float:left;
}
#suntory_contents .label ._category img {
    margin: 0 8px 8px 0;
    width:auto;
    height: 20px;
}

#suntory_contents .label ._date {
    font-size:12px;
    line-height: 20px;
    float:right;
}

#suntory_contents .sp_date {
    display: none;
}

/*------------------------------------------------------------
  search-status
------------------------------------------------------------ */
#suntory_contents .pbox-search-status {
    margin-bottom: 10px;
}

#suntory_contents .search-status {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  search-status
------------------------------------------------------------ */
#suntory_contents .msg {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  tab
------------------------------------------------------------ */
#suntory_contents .tab {
}
#suntory_contents .tab ul:after { content :''; display :block; clear :both; }

#suntory_contents .tab li {
    margin-right: 20px;
    list-style: none;
    float:left;
}
#suntory_contents .tab li.cr {
    background:url(../img/tab_hook.png) no-repeat center bottom;
}
#suntory_contents .tab li a {
    background: #f0f0f0;
    margin-bottom: 10px;
    padding: 12px 20px;
    text-decoration: none;
    color: #666666;
    display: inline-block;
}
#suntory_contents .tab li.cr a {
    background:#3eaacc;
    color:#fff;
}

#suntory_contents #contents .tab li a:hover {
    background:#3eaacc;
    color:#fff;
}

/*------------------------------------------------------------
  search_container
------------------------------------------------------------ */
#suntory_contents #all_form,
#suntory_contents #news_form {
    margin-bottom: 20px;
}
#suntory_contents .search_container {
    background: #f0f0f0;
    padding: 15px;
    border-bottom: 1px #cccccc solid;
}
#suntory_contents #all_form .search_container,
#suntory_contents .search_container.company{
    border-bottom: none;
}
#suntory_contents .search_container .text_box {
    margin-bottom: 30px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents .search_container label {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
}
#suntory_contents .search_container label input {
    margin-right: 10px;
}
#suntory_contents .search_container .btn_submit {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    background: #3eaacc;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: none;
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents .search_container .btn_submit:hover {
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha( opacity=70 );
    opacity: 0.7;
}

#suntory_contents .search_container p {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}
#suntory_contents .search_container span {
    margin-left: 5px;
    color: #666;
    font-size: 14px;
}
#suntory_contents .search_container select {
    margin-bottom: 5px;
}
#suntory_contents .search_container .select_container {
    margin-bottom: 15px;
}
#suntory_contents .search_container .checkbox_container {
    margin-bottom: 15px;
}
#suntory_contents .search_container input[type="checkbox"] {
    display:none;
}

#suntory_contents .search_container input[type="checkbox"] + label {
    margin: 0 0 6px;
    padding:0 0 0 35px;
    cursor:pointer;
    font-size: 14px;
    line-height: 28px;
}
#suntory_contents .search_container input[type="checkbox"]:checked + label {
    cursor:pointer;
    color: #fff;
}

#suntory_contents .search_container #cate01 + label {
    background:url(../img/icon_cate01.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate01:checked + label {
    background:#5bc2dc url(../img/icon_cate01_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate02 + label {
    background:url(../img/icon_cate02.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate02:checked + label {
    background:#5bc2dc url(../img/icon_cate02_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate03 + label {
    background:url(../img/icon_cate03.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate03:checked + label {
    background:#5bc2dc url(../img/icon_cate03_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate04 + label {
    background:url(../img/icon_cate04.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate04:checked + label {
    background:#5bc2dc url(../img/icon_cate04_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate05 + label {
    background:url(../img/icon_cate05.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate05:checked + label {
    background:#5bc2dc url(../img/icon_cate05_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate06 + label {
    background:url(../img/icon_cate06.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate06:checked + label {
    background:#5bc2dc url(../img/icon_cate06_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate07 + label {
    background:url(../img/icon_cate07.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate07:checked + label {
    background:#5bc2dc url(../img/icon_cate07_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate08 + label {
    background:url(../img/icon_cate08.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate08:checked + label {
    background:#5bc2dc url(../img/icon_cate08_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate09 + label {
    background:url(../img/icon_cate09.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate09:checked + label {
    background:#5bc2dc url(../img/icon_cate09_on.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate10 + label {
    background:url(../img/icon_cate10.png) no-repeat left center;
    background-size:28px 28px;
}
#suntory_contents .search_container #cate10:checked + label {
    background:#5bc2dc url(../img/icon_cate10_on.png) no-repeat left center;
    background-size:28px 28px;
}

@media screen and (min-width:768px){/*SPレイアウトへの不干渉*/
    #suntory_contents .search_container .category_check + label:hover {
	color:#fff;
    }
    #suntory_contents .search_container #cate01 + label:hover {
	background:#5bc2dc url(../img/icon_cate01_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate02 + label:hover {
	background:#5bc2dc url(../img/icon_cate02_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate03 + label:hover {
	background:#5bc2dc url(../img/icon_cate03_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate04 + label:hover {
	background:#5bc2dc url(../img/icon_cate04_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate05 + label:hover {
	background:#5bc2dc url(../img/icon_cate05_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate06 + label:hover {
	background:#5bc2dc url(../img/icon_cate06_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate07 + label:hover {
	background:#5bc2dc url(../img/icon_cate07_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate08 + label:hover {
	background:#5bc2dc url(../img/icon_cate08_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate09 + label:hover {
	background:#5bc2dc url(../img/icon_cate09_on.png) no-repeat left center;
	background-size:28px 28px;
    }
    #suntory_contents .search_container #cate10 + label:hover {
	background:#5bc2dc url(../img/icon_cate10_on.png) no-repeat left center;
	background-size:28px 28px;
    }
}

#suntory_contents p.btn_condition {
    font-size: 18px;
    font-weight: bold;
    background: #f0f0f0;
    padding: 15px 15px 0;
    color: #666;
}

#suntory_contents .search_container.company label.sbf {
    font-size: 11px;
    margin-bottom: 5px;
}
#suntory_contents .search_container.company p.sbf {
    padding: 0 0 0 27px;
    color: #000;
    line-height:1.5;
}

/*------------------------------------------------------------
  product_container
------------------------------------------------------------ */
#suntory_contents .product_container {
    margin-bottom: 20px;
    border: 1px #cecece solid;
    padding: 15px;
}
#suntory_contents .product_container dt {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
}
#suntory_contents .product_container a {
    color: #5bc2dc;
}
#suntory_contents .product_container figure {
    margin: 0;
    text-align: center;
}
#suntory_contents .product_container figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#suntory_contents .product_container a:hover img {
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha( opacity=70 );
    opacity: 0.7;
}

#suntory_contents .product_container figure figcaption {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

/*------------------------------------------------------------
  faq_container
------------------------------------------------------------ */
#suntory_contents .faq_container {
    margin-bottom: 20px;
    border: 1px #cecece solid;
    padding: 15px;
}
#suntory_contents .faq_container dt {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666666;
}
#suntory_contents .faq_container a {
    color: #5bc2dc;
}

#suntory_contents .faq_container li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
}
#suntory_contents .faq_container li:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------
  harenavi_container
------------------------------------------------------------ */
#suntory_contents .harenavi_container {
    background: #f2f2f2;
    padding: 15px;
}
#suntory_contents .harenavi_container dt {
    margin-bottom: 12px;
    width: 90px;
    height: 40px;
    text-indent: -9999px;
    background:url(../img/aside_tl_harenavi.png) no-repeat 0 0;
}
#suntory_contents .harenavi_container a {
    text-decoration: none;
}
#suntory_contents .harenavi_container a:hover img {
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha( opacity=70 );
    opacity: 0.7;
}

#suntory_contents .harenavi_container .title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #bc8dd4;
}
#suntory_contents .harenavi_container figure {
    margin: 0 0 20px;
}
#suntory_contents .harenavi_container figure img {
    vertical-align: bottom;
    width: 210px;
}
#suntory_contents .harenavi_container .lead {
    font-size: 14px;
    line-height: 1.5;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------ */
#suntory_contents #footer {
    margin: 20px auto 20px;
    width: 960px;
}

@media screen and (min-width:961px){#suntory_contents #footer{width:100%;max-width:1164px;}}

#suntory_contents #footer .logo_probo {
    margin: 0 15px 0 auto;
    width:106px;
    height: 33px;
    text-indent: -9999px;
    display: block;
    background:url(../img/logo_probo.png) no-repeat 0 0;
}

/*------------------------------------------------------------
  form_middle
------------------------------------------------------------ */
#suntory_contents #form_middle {
    margin: 20px 0 0;
    width:100%;
    display: table;
}
#suntory_contents #form_middle .search_container {
    display: table-cell;
    vertical-align: middle;
    width:100%;
    border:none;
}

#suntory_contents #form_middle .text_box {
    width: 250px;
    margin: 0;
}
#suntory_contents #form_middle .label_wrapper {
    margin: 0 10px;
    display: inline;
}

#suntory_contents #form_middle label {
    margin: 0 5px;
    display: inline;
    font-size: 14px;
}
#suntory_contents #form_middle .btn_submit {
    width:120px;
    float:right;
}

/*------------------------------------------------------------
  form_bottom
------------------------------------------------------------ */
#suntory_contents #form_bottom {
    display: none;
}


@media screen and (max-width:767px){
    
    .sp_item {
    display: block;
    }
    .pc_item {
        display: none;
    }
    
    
    /*------------------------------------------------------------
      header(SP)
    ------------------------------------------------------------ */
    #suntory_contents #header {
        margin-bottom:0;
        padding: 15px 10px;
        height:auto;
        background:#5bc2dc;
    }

    #suntory_contents #searchTitle {
        margin:0 auto;
        width:auto;
        min-height:10px;
        position:relative;
    }

    #suntory_contents #searchTitle h1 {
        margin: 0;
        float:none;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }
    #suntory_contents #searchTitle ul {
        margin: 0 0 0;
        float:none;
        display: none;
    }
    
    /*------------------------------------------------------------
      contents(SP)
    ------------------------------------------------------------ */
    #suntory_contents #contents {
        margin: 0 auto;
        width:auto;
    }

    #suntory_contents #main {
        width:auto;
        float:none;
    }

    #suntory_contents aside {
        width:auto;
        float:none;
    }
    
    /*------------------------------------------------------------
      tab(SP)
    ------------------------------------------------------------ */
    #suntory_contents .tab {
    }
    #suntory_contents .tab ul:after { content :''; display :block; clear :both; }
    
    #suntory_contents .tab ul {
        width: 100%;
    }
    
    #suntory_contents .tab li {
        margin:0 1.562%;
        width: 45.3125%;
        list-style: none;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }
    #suntory_contents .tab li.cr {
        background:url(../img/tab_hook.png) no-repeat center bottom;
        background-size: auto 10px;
    }
    #suntory_contents .tab li a {
        background: #f0f0f0;
        margin-bottom: 10px;
        padding: 12px 0;
        text-decoration: none;
        color: #666666;
        display: inline-block;
        width: 100%;
    }
    #suntory_contents .tab li.cr a {
        background:#3eaacc;
        color:#fff;
    }
    
    #suntory_contents .result_num:before { content :''; display :block; clear :both; }
    
    
    /*------------------------------------------------------------
      label
    ------------------------------------------------------------ */
    #suntory_contents .label ._category {
        float:left;
    }
    #suntory_contents .label ._category img {
        margin: 0 8px 8px 0;
        width:auto;
        height: 25px;
    }
    #suntory_contents .label ._date {
        display: none;
    }
    #suntory_contents .sp_date {
        margin-top: 10px;
        display: block;
        font-size:12px;
    }
    
    
    /*------------------------------------------------------------
      aside(SP)
    ------------------------------------------------------------ */
    #suntory_contents .product_container,
    #suntory_contents .faq_container,
    #suntory_contents .harenavi_container {
        display: none;
    }
    
    #suntory_contents .search_container.date,
    #suntory_contents .search_container.category,
    #suntory_contents .search_container.company {
        background: #fff;
    }
    #suntory_contents .search_container:after { content :''; display :block; clear :both; }
    
    #suntory_contents #all_form .text_box,
    #suntory_contents #news_form .text_box{
        margin-bottom: 0;
        width: 72.666666666%;
        padding: 10px;
        font-size: 14px;
        float: left;
    }
    #suntory_contents #all_form .primary,
    #suntory_contents #news_form .primary{
        width: 23.833333333%;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        float:right;
    }
   
    #suntory_contents #all_form .range_select,
    #suntory_contents #news_form .range_select{
        display: none;
    }
    
    #suntory_contents .search_container #cate01 + label {
    background:#f0f0f0 url(../img/icon_cate01.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate02 + label {
    background:#f0f0f0 url(../img/icon_cate02.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate03 + label {
    background:#f0f0f0 url(../img/icon_cate03.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate04 + label {
    background:#f0f0f0 url(../img/icon_cate04.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate05 + label {
    background:#f0f0f0 url(../img/icon_cate05.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate06 + label {
    background:#f0f0f0 url(../img/icon_cate06.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate07 + label {
    background:#f0f0f0 url(../img/icon_cate07.png) no-repeat left center;
    background-size:28px 28px;
    font-size:10px;
    letter-spacing: -.1em;
    }
    #suntory_contents .search_container #cate08 + label {
    background:#f0f0f0 url(../img/icon_cate08.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate09 + label {
    background:#f0f0f0 url(../img/icon_cate09.png) no-repeat left center;
    background-size:28px 28px;
    }
    #suntory_contents .search_container #cate10 + label {
    background:#f0f0f0 url(../img/icon_cate10.png) no-repeat left center;
    background-size:28px 28px;
    }
    
    #suntory_contents .search_container input[type="checkbox"] + label {
    margin: 0 0 6px;
    padding:0 0 0 35px;
    cursor:pointer;
    font-size: 12px;
    line-height: 28px;
    width: 48%;
    float:left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    }
    #suntory_contents .search_container #cate01 + label,
    #suntory_contents .search_container #cate03 + label,
    #suntory_contents .search_container #cate05 + label,
    #suntory_contents .search_container #cate07 + label,
    #suntory_contents .search_container #cate09 + label{
        margin: 0 4% 6px 0;
    }
    
    #suntory_contents .checkbox_container {
        margin: 0 0 10px;
    }
    #suntory_contents .checkbox_container:after { content :''; display :block; clear :both; }
    
    #suntory_contents p.btn_condition {
        cursor: pointer;
        background: #f0f0f0 url(../img/icon_plus.png) no-repeat right center;
        background-size:28px auto;
        padding: 10px 35px 10px 10px;
    }
    
    /*------------------------------------------------------------
      form_middle
    ------------------------------------------------------------ */
    #suntory_contents #form_middle {
        display: none;
    }
    
    /*------------------------------------------------------------
      form_bottom(SP)
    ------------------------------------------------------------ */
    #suntory_contents #form_bottom {
        display: block;
    }
    #suntory_contents .form_bottom_input:after { content :''; display :block; clear :both; }
    
    #suntory_contents .search_container.word {
        border:none;
    }

    #suntory_contents #form_bottom .text_box {
        margin-bottom: 15px;
        width: 72.666666666%;
        padding: 10px;
        font-size: 14px;
        float: left;
    }
    #suntory_contents #form_bottom .btn_submit {
        width: 23.833333333%;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        float:right;
    }
    #suntory_contents #form_bottom label {
        margin: 0 0 10px;
    }
    
    
    
    /*------------------------------------------------------------
      footer(SP)
    ------------------------------------------------------------ */
    #suntory_contents #footer {
        margin: 20px auto 20px;
        width: auto;
    }
    #suntory_contents #footer .logo_probo {
        margin: 0 auto;
        width:106px;
        height: 33px;
        text-indent: -9999px;
        display: block;
        background:url(../img/logo_probo.png) no-repeat 0 0;
    }
    
    
    
}

/*------------------------------------------------------------
  Additions by 2025 News Release RN
------------------------------------------------------------ */
/*==========================================
  Duplicate the code in file '/news/common/css/style.css'.
=============================================*/
/*------------------------------
  Local variables
--------------------------------*/
#suntoryCommonWrapper {
  --newsrn2025-button01: linear-gradient(90deg, #00a1b2 0%, #1476cb 100%);
  --newsrn2025-content-max-width: 1164px;
  --newsrn2025-content-min-width: 960px;
  --newsrn2025-content-sp-padding: 5.208vw;/* 20px */
  --newsrn2025-article-ttl01: linear-gradient(90deg, #00a1b3 0%, #1476cb 100%);
  --newsrn2025-article-ttl02: 42px 40px 15px;
  --newsrn2025-article-ttl03: #fff;
  --newsrn2025-table-color01: #0075a8;
  --newsrn2025-table-color02: #edf4f7;
  --newsrn2025-table-color03: #fff;
  --newsrn2025-table-color04: #000;
}
#suntoryCommonWrapper #suntory_contents:has(#sbf_main_cnt) {
  --newsrn2025-article-ttl01: #d6f3fa;
  --newsrn2025-article-ttl02: 40px;
  --newsrn2025-article-ttl03: #000;
  --newsrn2025-table-color01: #bceefa;
  --newsrn2025-table-color02: #ebf7fa;
  --newsrn2025-table-color03: #000;
  --newsrn2025-table-color04: #0080a3;
}
#suntoryCommonWrapper #suntory_contents:has(.sbf_filtering) {
  --newsrn2025-button01: #0080a3;
}
/*------------------------------
  Override existing styles.
--------------------------------*/
:is(#suntory_contents:has(#sbf_search_contents), #sbf_wrap:has(#sbf_search_contents)) {
  background: #fff;
}
#suntory_contents #sbf_wrap_inr:has(#sbf_search_contents) {
  background: none;
  padding-bottom: 0;
}
#suntory_contents #sbf_main_cnt:has(#sbf_search_contents) {
  background: none;
  min-width: auto;
  padding: 0;
  width: auto;
}
/*------------------------------
  Range of 'id="search_contents"' or 'id="sbf_search_contents"'.
--------------------------------*/
#suntory_contents #search_contents {
  --search-header-color01: #fff;
  --search-header-content01: "";
  --search-header-padding01: 56px;
}
#suntory_contents #sbf_search_contents {
  --search-header-color01: #333;
  --search-header-content01: none;
  --search-header-padding01: 0;
  background-color: #d6f3fa;
}
/*------------------------------
  Range of 'id="search_header"'.
--------------------------------*/
:is(#search_contents, #sbf_search_contents) #search_header {
  overflow: hidden;
  padding: 48px 24px var(--search-header-padding01);
  position: relative;
}
:is(#search_contents, #sbf_search_contents) #search_header:has(.filtering > .contents[open]) {
  padding-bottom: 0;
}
:is(#search_contents, #sbf_search_contents) #search_header::before {
  background-image: linear-gradient(90deg, #00a1b3 0%, #0c88c1 58.17%, #1476cb 100%);
  content: var(--search-header-content01);
  display: block;
  height: 100%;
  left: 0;
  max-height: 492px;
  position: absolute;
  top: 0;
  width: 100%;
}
#search_header > .inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: var(--newsrn2025-content-max-width);
  position: relative;
  width: 100%;
  z-index: 1;
}
#search_header > .inner > .title {
  color: var(--search-header-color01);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 32px;
  text-align: center;
  width: 100% !important;/* '!important' is for page 'SBF'. */
}
#search_header > .inner > .form {
  margin: 0 !important;
}
/*------------------------------
  Range of 'id="search_body"'.
--------------------------------*/
:is(#search_contents, #sbf_search_contents) #search_body {
  margin-top: 64px;
  padding: 0 24px 120px;
}
#search_body > .inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: var(--newsrn2025-content-max-width);
  width: 100%;
}
/* Title Style */
#search_body .sub_title_wrapper {
  margin-top: 80px;
}
#search_body .sub_title_wrapper.-mt_large01 {
  margin-top: 120px;
}
#search_body .sub_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.28;
  margin-bottom: 40px;
  text-align: center;
}
.shd_contents #search_header .detail_title,
.shd_contents #search_body .sub_title,
.shd_contents #search_body .detail_title {
  color: #333;
}
/* Article Style */
#search_body .article_container {
  --article-heading-color: #0075a8;
  align-items: start;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 56px;
}
#sbf_search_contents #search_body .article_container {
  row-gap: 40px;
}
#search_body .article_container + .article_container {
  margin-top: 56px;
  padding-top: 56px;
  position: relative;
}
#search_body .article_container + .article_container::before {
  background-color: #ccc;
  content: "";
  height: 1px;
  inset: 0 auto auto 0;
  position: absolute;
  width: 100%;
}
#sbf_search_contents .article_container {
  --article-heading-color: #0080a3;
}
#search_body :is(.article01, .article02, .article03) {
  display: grid;
  grid-template-rows: auto;
  line-height: 1.7;
  row-gap: 12px;
}
#search_body :is(.article01, .article02, .article03)[aria-hidden="true"] {
  display: none;
}
#search_body .article03 {
  --article03-padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 20px rgba(0, 129, 164, 0.2));
  overflow: hidden;
}
#search_body :is(.article01, .article02, .article03) .sr_only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
#search_body :is(.article01, .article02, .article03) a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
#search_body :is(.article01_heading, .article02_heading, .article03_heading) {
  /* order: 3; */
  order: 4;
}
#search_body :is(.article01_heading, .article02_heading, .article03_heading) a {
  color: var(--article-heading-color) !important;/* '!important' is for page 'SBF'. */
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#search_body :is(.article01_text, .article02_text, .article03_text) {
  font-size: 16px;
  order: 5;
}
#search_body .article03_text {
  padding: 16px;
}
#search_body :is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail) {
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  order: 1;
}
#search_body :is(.article01_thumbnail, .article02_thumbnail) {
  border: solid 1px #ccc;
}
#search_body :is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail) picture {
  display: block;
}
#search_body :is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail) img {
  aspect-ratio: 364 / 204;
  display: block;
  height: auto;
  object-fit: contain;
  transform: scale(1.01);
  transition: all 0.2s ease-out;
  width: 100%;
}
#search_body :is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail):hover img{
  transform: scale(1.05);
  transition: all 0.2s ease-out;
}
#search_body :is(.article01_meta, .article02_meta, .article03_meta) {
  display: contents;
  line-height: 1.5;
}
#search_body :is(.article01_meta, .article02_meta, .article03_meta) .category {
  /* order: 2; */
  order: 3;
}
#search_body :is(.article01_meta, .article02_meta, .article03_meta) .category dd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#search_body :is(.article01_meta, .article02_meta, .article03_meta) .category a {
  background-color: #edf4f7;
  border-radius: 8px;
  color: #333 ;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.4s 0s ease;
  padding: 8px 16px;
}
#search_body .article03_meta .category a {
  background-color: #ebf7fa;
}
#search_body :is(.article01_meta, .article02_meta, .article03_meta) .date {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  order: 2;
}
@media not all and (max-width: 767px) {
  /*------------------------------
    Range of 'id="search_header"'.
  --------------------------------*/
  #search_header > .inner {
    min-width: var(--newsrn2025-content-min-width);
  }
  /* conditions */
  #search_header .conditions_release dt {
    border-top-left-radius: 8px;
  }
  #search_header .conditions_release dd {
    border-top-right-radius: 8px;
  }
  #search_header .conditions_group dt {
    border-bottom-left-radius: 8px;
  }
  #search_header .conditions_group dd {
    border-bottom-right-radius: 8px;
  }
  /*------------------------------
    Range of 'id="search_body"'.
  --------------------------------*/
  #search_body > .inner {
    min-width: var(--newsrn2025-content-min-width);
  }
  /* Article Style */
  #search_body .article_container {
    row-gap: 40px;
  }
  #search_body :is(.article_container--pc_col2, .article_container--pc_col3col1) {
    gap: 56px 36px;
  }
  #search_body .article_container--pc_col2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #search_body .article_container--pc_col3col1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #search_body :is(.article02, .article03) {
    grid-template-columns: 364px 1fr;
    grid-template-rows: repeat(4, auto);
  }
  #search_body .article02 {
    gap: 12px 45px;
  }
  #search_body .article03 {
    gap: 12px 20px;
    padding: 20px;
  }
  #search_body :is(.article02_heading, .article03_heading) {
    grid-column: 2;
  }
  #search_body :is(.article02_text, .article03_text) {
    grid-column: 2;
  }
  #search_body :is(.article02_thumbnail, .article03_thumbnail) {
    grid-column: 1;
    grid-row: 1 / -1;
    place-self: start stretch;
  }
  #search_body :is(.article02_meta, .article03_meta) .category {
    grid-column: 2;
  }
  #search_body :is(.article02_meta, .article03_meta) .date {
    grid-column: 2;
  }
}
@media not all and (max-width: 767px) and (hover: hover) {
  /*------------------------------
    Range of 'id="search_body"'.
  --------------------------------*/
  /* Article Style */
  #search_body :is(.article01_heading, .article02_heading, .article03_heading) a:hover {
    text-decoration: underline;
  }
  #search_body :is(.article01_meta, .article02_meta, .article03_meta) .category a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents #search_contents {
    --search-header-padding01: 40px;
  }
  #suntory_contents #sbf_search_contents {
    --search-header-padding01: 0;
  }
  /*------------------------------
    Range of 'id="search_header"'.
  --------------------------------*/
  :is(#search_contents, #sbf_search_contents) #search_header {
    padding: 40px var(--newsrn2025-content-sp-padding) var(--search-header-padding01);
  }
  :is(#search_contents, #sbf_search_contents) #search_header::before {
    aspect-ratio: 128 / 113;
  }
  #search_header > .inner > .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  /*------------------------------
    Range of 'id="search_body"'.
  --------------------------------*/
  :is(#search_contents, #sbf_search_contents) #search_body {
    margin-top: 40px;
    padding: 0 var(--newsrn2025-content-sp-padding) 80px;
  }
  /* Article Style */
  #search_body .article03 {
    padding: 20px;
    row-gap: 0;
  }
  #search_body .article03:has(.article03_text) {
    padding-bottom: 0;
  }
  #search_body .article03_heading {
    margin-top: 10px;
  }
  #search_body :is(.article01_heading, .article02_heading, .article03_heading) a {
    font-size: 18px;
  }
  #search_body .article03_text {
    margin-top: 20px;
    padding: 10px 16px 16px 16px;
  }
  #search_body .article03_thumbnail {

  }
  #search_body :is(.article01_thumbnail, .article02_thumbnail, .article03_thumbnail) img {
    aspect-ratio: 344 / 193;
  }
  #search_body .article03_meta .category {
    margin-top: 10px;
  }
  #search_body :is(.article01_meta, .article02_meta, .article03_meta) .category dd {
    gap: 10px;
  }
  #search_body :is(.article01_meta, .article02_meta, .article03_meta) .category a {
    font-size: 16px;
    padding: 8px 16px;
  }
  #search_body :is(.article01_meta, .article02_meta, .article03_meta) .date {
    /* Override existing styles. */
    padding-inline: 0;
  }
  #search_body .article03_meta .date {
    margin-top: 16px;
  }
}
/*==========================================
  Duplicate the code in file '/news/common/css/common.css'.
=============================================*/
/*------------------------------
  Range of 'class="filtering"'.
--------------------------------*/
/* filtering */
.filtering {
  --filtering-radius01: 16px;
  --filtering-color01: #0075a8;
  --filtering-color02: #fff;
  --filtering-color03: var(--filtering-color01);
  --filtering-color04: #edf4f7;
}
#sbf_search_contents .filtering {
  --filtering-color01: #bceefa;
  --filtering-color02: #333;
  --filtering-color03: #0080a3;
  --filtering-color04: #ebf7fa;
}
:is(#search_body, #search_btm, #search_btm_sbf) .filtering {
  --filtering-color04: #f5f5f5;
}
#search_btm_sbf .filtering {
  --filtering-radius01: none;
}
.form .filtering {
  background-color: var(--filtering-color04);
  border-radius: var(--filtering-radius01);
  padding: 40px 64px 38px;
}
:is(#search_body) .filtering {
  margin-top: 120px;
}
.form .filtering .sr_only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.form .filtering :where(input, select) {
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
#suntory_contents .form .filtering .newsrn2025_button01:not(:first-child) {
  margin-top: 27px;
}
.form .filtering .contents[open] + .newsrn2025_button01:not(:first-child) {
  margin-top: 32px;
}
.form .filtering > .title {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.form .filtering > .detail {
  display: grid;
  gap: 0 24px;
  grid-template-columns: auto minmax(0, 580px);
  place-content: center;
  place-items: center stretch;
}
.form .filtering > .detail > .detail_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.form .filtering > .detail .keyword {
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  border: solid 2px #0075a8;
  box-sizing: border-box;
  display: grid;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
#sbf_search_contents .filtering > .detail .keyword {
  border: solid 2px #0080a3;
}
.form .filtering > .detail .keyword > .text {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  outline: 0;
  padding: 13px 24px 12px;
}
.form .filtering > .detail .keyword > .text::placeholder {
  color: #757575;
  font-weight: 500;
  text-align: left;
}
.form .filtering > .contents {
  margin: 32px auto 0;
  max-width: var(--newsrn2025-content-max-width);
}
.form .filtering > .contents::details-content {
  transition: height 0.4s ease-out, opacity 0.4s ease-out, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
}
.form .filtering > .contents[open]::details-content {
  opacity: 1;
}
/* height: 0 → auto のアニメーションをサポートしているブラウザ用 */
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  .form .filtering > .contents[open]::details-content {
    height: auto;
  }
}
/* height: 0 → auto のアニメーションをサポートしていないブラウザ用（Safari等） */
@supports not (interpolate-size: allow-keywords) {
  .form .filtering > .contents[open]::details-content {
    height: 500px; /* ニュースリリースフォーム用の高さに調整 */
    overflow-y: auto;
  }
}
.form .filtering > .contents .search_button {
  align-items: center;
  background: linear-gradient(90deg, #00a1b2 0%, #1476cb 100%);
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 32px auto 0;
  min-height: 72px;
  padding: 4px 32px;
  position: relative;
  width: 400px;
}
.form .filtering > .contents .search_button::before {
  background: url(/news/common/img/icon_search_02.svg) no-repeat center / 100% auto;
  content: "";
  height: 24px;
  width: 24px;
}
.form .filtering > .contents .search_button::after {
  content: "";
}
.form .filtering > .contents > .title {
  align-items: center;
  color: #0075a8;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-inline: auto;
  width: fit-content;
  list-style-type: none;
  list-style: none;
}
summary::-webkit-details-marker{
display: none;
}
#sbf_search_contents .filtering > .contents > .title {
  color: #0080a3;
}
.form .filtering > .contents > .title:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.form .filtering > .contents > .title > .icon {
  background-color: #fff;
  border: solid 2px #0075a8;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 26px;
  margin-left: 12px;
  position: relative;
  top: -0.1em;
  width: 26px;
}
#sbf_search_contents .filtering > .contents > .title > .icon {
  border: solid 2px #0080a3;
}
.form .filtering > .contents > .title > .icon::before {
  background-color: var(--filtering-color03);
  border-radius: 9999px;
  content: "";
  height: 2px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 12px;
}
.form .filtering > .contents > .title > .icon::after {
  background-color: var(--filtering-color03);
  border-radius: 9999px;
  content: "";
  height: 2px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 12px;
  transform: rotate(90deg);
  transition: opacity 0.5s ease, transform 0.4s ease;
}
.form .filtering > .contents[open] > .title > .icon::after {
  opacity: 0;
  transform: rotate(180deg);
}
/* body */
.form .filtering > .contents> .title + .body > .body_inner {
  padding-top: 32px;
}
/* conditions */
.form .conditions {
  display: grid;
  grid-template-rows: 1fr;
  row-gap: 4px;
}
.form :where(.conditions_release, .conditions_category, .conditions_group) {
  display: grid;
  gap: 4px;
  grid-template-columns: 188px 1fr;
}
.form .conditions dt {
  background-color: var(--filtering-color01);
  color: var(--filtering-color02);
  display: grid;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  place-content: center;
}
.form .conditions dd {
  background-color: #fff;
  padding: 24px 40px;
  color: #333;
}
.form .conditions_category dd {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}
.form .conditions_category label {
  position: relative;
}
.form .conditions_category .check {
  background-color: #fff;
  border-radius: 8px;
  color: var(--filtering-color03);
  font-size: 16px;
  display: block;
  line-height: 1.5;
  padding: 8px 16px;
  position: relative;
}
.form .conditions_category .check::after {
  background-color: transparent;
  border: solid 2px currentColor;
  border-radius: 8px;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  text-decoration: underline;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.form .conditions_category input[type="checkbox"]:focus-visible + .check {
  outline: -webkit-focus-ring-color auto 1px;
}
.form .conditions_category input[type="checkbox"]:checked + .check {
  background-color: var(--filtering-color03);
  color: #fff;
}
.form .conditions_category input[type="checkbox"]:checked + .check::after {
  z-index: -1;
}
.form .conditions_group dd {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  line-height: 1.5;
  position: relative;
}
.form .conditions_group label {
  align-items: center;
  color: #333;
  column-gap: 8px;
  display: grid;
  font-size: 16px;
  grid-template-columns: auto 1fr;
}
.form .conditions_group .icon {
  background-color: #fff;
  border: solid 2px var(--filtering-color03);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}
.form .conditions_group input[type="radio"]:focus-visible + .icon {
  outline: -webkit-focus-ring-color auto 1px;
}
.form .conditions_group input[type="radio"]:checked + .icon::before {
  background-color: var(--filtering-color03);
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: calc(50% - 4px);
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}
/* select */
.form .select_container {
  align-items: center;
  column-gap: 8px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, auto));
  justify-content: start;
}
.form .select_container > .text {
  margin-inline: 16px;
}
.form .select_wrap {
  align-items: center;
  column-gap: 8px;
  display: grid;
  direction: rtl;
  grid-template-columns: auto minmax(76px, 91px);
}
.form .select_wrap:nth-of-type(2),
.form .select_wrap:nth-of-type(4) {
  grid-template-columns: auto minmax(60px, 91px);
}
.form .select_wrap > .label {
  font-size: 16px;
  line-height: 1.5;
}
.form .select_wrap > .select {
  position: relative;
}
.form .select_wrap > .select::after {
  content: "";
  background: url(/news/common/img/icon_chevon_bottom_01.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  pointer-events: none;
  top: calc(50% - 3px);
  right: 10px;
  width: 11px;
}
.form .select_wrap > .select select {
  border: solid 2px var(--filtering-color03);
  border-radius: 8px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 16px;
  height: 42px;
  line-height: 1.5;
  padding: 4px 22px 4px 4px;
  width: 100%;
  outline: inherit;
}

.form .select_wrap > .select select:focus-visible {
    border: solid 2px #333;
}
/*------------------------------
  Button Style
--------------------------------*/
#suntory_contents :is(.newsrn2025_button01, .newsrn2025_button02) {
  appearance: none;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: grid;
  font-size: 20px;
  font-weight: bold;
  grid-template-columns: 1fr;
  min-height: 72px;
  line-height: 1.5;
  margin-inline: auto;
  overflow: hidden;
  padding: 0;
  place-content: center;
  position: relative;
  text-decoration: none;
  width: 400px;
  transition: background 0.4s 0s ease, color 0.4s 0s ease;
}
#suntory_contents :is(.newsrn2025_button01, .newsrn2025_button02):focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
#suntory_contents .newsrn2025_button01 {
  background: var(--newsrn2025-button01);
}
#sbf_search_contents .newsrn2025_button01 {
  background: #0080a3;
}
#suntory_contents .newsrn2025_button01:not(:first-child) {
  margin-top: 80px;
}
#suntory_contents .newsrn2025_button02 {
  background-color: #fff;
  border: solid 2px currentColor;
  color: #0075a8 !important;
  padding: 2px;
  place-content: stretch;
}
#suntory_contents .newsrn2025_button02.-mt01 {
  margin-top: 80px;
}
#suntory_contents .newsrn2025_button02[hidden] {
  display: none;
}
#suntory_contents .newsrn2025_button02[aria-expanded] {
  margin-top: 80px;
}
#suntory_contents :is(.newsrn2025_button01, .newsrn2025_button02) > .inner {
  align-items: center;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 4px 0;
  position: relative;
}
#suntory_contents :is(.newsrn2025_button01.-search01, .newsrn2025_button02.-search01) > .inner {
  padding-inline: 32px;
}
#suntory_contents .newsrn2025_button01.-chevon01 > .inner {
  padding-inline: 40px;
}
#suntory_contents .newsrn2025_button02.-chevon01 > .inner {
  padding-inline: 42px;
}
#suntory_contents .newsrn2025_button02.-movement01 > .inner {
  padding-inline: 46px;
}
#suntory_contents :is(.newsrn2025_button01, .newsrn2025_button02) > .inner::before {
  content: "";
  justify-self: start;
}
#suntory_contents :is(.newsrn2025_button01, .newsrn2025_button02) > .inner::after {
  content: "";
  justify-self: end;
}
#suntory_contents :is(.newsrn2025_button01.-search01, .newsrn2025_button02.-search01) > .inner::after {
  --icon-size: 24px;
  background-color: #fff;
  height: var(--icon-size);
  -webkit-mask: url(/news/common/img/icon_search_02.svg) center center / contain no-repeat;
  mask: url(/news/common/img/icon_search_02.svg) center center / contain no-repeat;
  width: var(--icon-size);
  transition: background 0.4s 0s ease;
}
#suntory_contents :is(.newsrn2025_button01.-chevon01, .newsrn2025_button02.-chevon01) > .inner::after {
  background-color: #fff;
  -webkit-mask: url(/news/common/img/icon_chevon_right_01.svg) center center / contain no-repeat;
  mask: url(/news/common/img/icon_chevon_right_01.svg) center center / contain no-repeat;
  height: 18px;
  width: 10px;
}
#suntory_contents .newsrn2025_button02.-chevon01 > .inner::after {
  background: #0075a8;
}
#suntory_contents .newsrn2025_button02.-movement01 > .inner {
  grid-template-columns: 1fr;
  justify-items: center;
}
#suntory_contents .newsrn2025_button02.-movement01 > .inner span[aria-hidden="true"] {
  display: none;
}
#suntory_contents .newsrn2025_button02.-movement01 > .inner::before,
#suntory_contents .newsrn2025_button02.-movement01 > .inner::after {
  background-color: #0075a8;
  border-radius: 9999px;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 26px;
  top: calc(50% - 1px);
  transition: opacity 0.5s ease, transform 0.4s ease;
  width: 20px;
}
#suntory_contents .newsrn2025_button02.-movement01 > .inner::after {
  transform: rotate(90deg);
}
#suntory_contents .newsrn2025_button02.-movement01[aria-expanded="true"] > .inner::after {
  opacity: 0;
  transform: rotate(180deg);
}
/*------------------------------
  Page TOP
  ※'/softdrink/common2021/css/company_common.css'より流用
--------------------------------*/
:is(.shd_btn_page_top,.btn_page_top) {
  opacity: 0;
}
:is(.shd_btn_page_top,.btn_page_top) a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #0075a8 url(/softdrink/common2021/img/svg/arrow_up_white.svg) no-repeat center center;
  background-size: 18px 11px;
  text-indent: -9999px;
  position: fixed;
  bottom: 35px;
  right: 15px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
  z-index: 10;
  overflow: hidden;
}

:is(.shd_btn_page_top,.btn_page_top) a:focus-visible{
  outline: -webkit-focus-ring-color auto 1px;
}
@media not screen and (max-width: 767px) {
  /*------------------------------
    Range of 'class="filtering"'.
  --------------------------------*/
  /* filtering */
  .form .conditions_release dt {
    border-top-left-radius: 8px;
  }
  .form .conditions_release dd {
    border-top-right-radius: 8px;
  }
  .form .conditions_group dt {
    border-bottom-left-radius: 8px;
  }
  .form .conditions_group dd {
    border-bottom-right-radius: 8px;
  }
}
@media not screen and (max-width: 767px) and (hover: hover) {
  /*------------------------------
    Range of 'class="filtering"'.
  --------------------------------*/
  /* filtering */
  .form .filtering :where(input, select, label, button, summary):hover {
    cursor: pointer;
  }
  .form .filtering :where(summary):hover {
    text-decoration: underline;
  }
  .form .conditions_category .check:hover {
    border-width: 3px;
    text-decoration: underline;
  }
  .form .conditions_category .check:hover::after,
  .form .select_wrap > .select:hover select {
    border-width: 3px;
  }
  .form .select_wrap > .select:hover::after {
    top: 50%;
  }
  /*------------------------------
    Button Style
  --------------------------------*/
  #suntory_contents :is(.newsrn2025_button01, .newsrn2025_button02):hover {
    cursor: pointer;
    text-decoration: none;
  }
  #suntory_contents :is(.newsrn2025_button01):hover {
    background: #fff;
    border: solid 2px #0075a8;
    color: #0075a8;
  }
  #sbf_search_contents :is(.newsrn2025_button01):hover {
    background: #fff;
    border: solid 2px #0080a3;
    color: #0080a3;
  }
  #suntory_contents :is(.newsrn2025_button01.-search01):hover > .inner::after {
    background-color: #0075a8;
  }
  #suntory_contents :is(.newsrn2025_button02):hover {
    background: #0075a8;
    border-color: transparent;
    color: #fff;
  }
  #sbf_search_contents :is(.newsrn2025_button01.-search01):hover > .inner::after {
    background-color: #0080a3;
  }
  #sbf_search_contents :is(.newsrn2025_button02):hover {
    background: #0080a3;
    border-color: transparent;
    color: #fff;
  }
  #suntory_contents :is(.newsrn2025_button01.-chevon01, .newsrn2025_button02.-chevon01):hover > .inner::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  /*------------------------------
    Range of 'class="filtering"'.
  --------------------------------*/
   /* filtering */
  .form .filtering {
    padding: 32px 20px 40px;
  }
  :is(#search_body) .filtering {
    margin-top: 80px;
  }
  .form .filtering > .title {
    font-size: 24px;
  }
  .form .filtering > .detail {
    gap: 16px 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .form .filtering > .detail > .detail_title {
    text-align: center;
  }
  .form .filtering > .detail .keyword > .text {
    font-size: 16px;
    padding: 12px 24px;
  }

  /* body */
  .form .filtering > .contents> .title + .body > .body_inner {
    padding-top: 24px;
  }
  /* conditions */
  .form .conditions {
    row-gap: 16px;
  }
  .form .conditions :where(.conditions_release, .conditions_category, .conditions_group) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .form .conditions dt {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
    line-height: normal;
  }
  .form .conditions dd {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 16px 15px;
  }
  .form .conditions_release .select_container .text {
    margin-inline: 0;
  }
  .form .conditions_category dd {
    padding: 16px 15px;
  }
  .form .conditions_category .check {
    font-size: 14px;
    gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .form .conditions_group dd {
    display: grid;
    grid-template-rows: 1fr;
    gap: 10px;
    padding: 16px 26px;
  }
  .form .conditions_group label {
    font-size: 14px;
  }
  /* select */
  .form .select_container {
    gap: 16px 8px;
    grid-template-columns: repeat(3, minmax(0, auto));
  }
  /*------------------------------
    Button Style
  --------------------------------*/
  #suntory_contents :is(.newsrn2025_button01, .newsrn2025_button02) {
    font-size: 19px;
    min-height: 56px;
    width: 100%;
  }
  #suntory_contents .newsrn2025_button01:not(:first-child) {
    margin-top: 64px;
  }
  #suntory_contents .newsrn2025_button02.-mt01 {
    margin-top: 56px;
  }
  #suntory_contents .newsrn2025_button02[aria-expanded] {
    margin-top: 64px;
  }
  #suntory_contents :is(.newsrn2025_button01.-chevon01, .newsrn2025_button02.-chevon01) > .inner {
    padding-inline: 20px;
  }
  /*------------------------------
    Page TOP
  --------------------------------*/
  .shd_btn_page_top a {
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
    background-size: 4vw 2.4vw;
    bottom: 14.4vw;
    right: 4vw;
    filter: drop-shadow(0 0 1.333333333333333vw rgba(0, 0, 0, .25));
  }
}
/*==========================================
  Style of this page.
=============================================*/
/*------------------------------
  Range of 'id="search_body"'.
--------------------------------*/
#search_body *[hidden] {
  display: none;
}
#search_body .result_msg {
  font-size: 20px;
  text-align: center;
}
/* result */
#search_body .results {
  align-items: baseline;
  color: #333;
  display: flex;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
  margin: 30px auto 40px;
  width: fit-content;
}
#search_body .pbox_pagenav:has(li[aria-hidden="false"]) + .results{
  margin-top: 100px;
}

#search_body .results[hidden] {
  display: none;
}
#search_body .results_total {
  font-size: 28px;
  font-weight: 500;
  margin-left: 20px;
}
#search_body .results_unit {
  margin-left: 4px;
}
#search_body .results_current {
  margin-left: 20px;
}
/* pbox_pagenav */
#search_body .pbox_pagenav {
  margin-top: 80px;
}
#search_body .pbox_pagenav > .list {
  column-gap: 20px;
  display: flex;
  margin-inline: auto;
  width: fit-content;
}
#search_body .pbox_pagenav > .list > .item :is(a:not(.control), span) {
  background-color: #fff;
  border: solid 2px currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  color: #0075a8;
  display: grid;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 1.5;
  place-content: center;
  padding: 0.1em 0.04em 0 0;
  text-decoration: none;
  width: 40px;
}
#sbf_search_contents #search_body .pbox_pagenav > .list > .item :is(a:not(.control), span) {
  color: #0080a3;
}

#search_body .pbox_pagenav > .list > .item[aria-hidden="true"] {
  display: none;
}
#search_body .pbox_pagenav > .list > .item a {
  text-decoration: none;
  transition: background 0.4s 0s ease;
}
#search_body .pbox_pagenav > .list > .item .control {
  align-items: center;
  background-color: #fff;
  border: solid 2px currentColor;
  border-radius: 8px;
  box-sizing: border-box;
  color: #0075a8;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  height: 40px;
  width: 100px;
}
#sbf_search_contents #search_body .pbox_pagenav > .list > .item .control {
  color: #0080a3;
}
#search_body .pbox_pagenav > .list > .item:first-child .control {
  margin-right: 10px;
  padding-left: 16px;
}
#search_body .pbox_pagenav > .list > .item:last-child .control {
  margin-left: 10px;
  padding-left: 23px;
}
#search_body .pbox_pagenav > .list > .item:first-child .control::before,
#search_body .pbox_pagenav > .list > .item:last-child .control::after {
  background-color: #0075a8;
  -webkit-mask: url(/news/common/img/icon_chevon_right_02.svg) center center / contain no-repeat;
  mask: url(/news/common/img/icon_chevon_right_02.svg) center center / contain no-repeat;
  content: "";
  display: block;
  height: 14px;
  width: 8px;
}
#sbf_search_contents #search_body .pbox_pagenav > .list > .item:first-child .control::before,
#sbf_search_contents #search_body .pbox_pagenav > .list > .item:last-child .control::after {
  background-color: #0080a3;
}
#search_body .pbox_pagenav > .list > .item:first-child .control::before {
  margin-right: 17px;
}
#search_body .pbox_pagenav > .list > .item:last-child .control::after {
  margin-left: 17px;
  transform: rotate(180deg);
}
#search_body .pbox_pagenav > .list > .item[aria-current="page"] span {
  background-color: #0075a8;
  border-color: #0075a8;
  color: #fff;
}
#sbf_search_contents #search_body .pbox_pagenav > .list > .item[aria-current="page"] span {
  background-color: #0080a3;
  border-color: #0080a3;
  color: #fff;
}
/*------------------------------
  Range of 'breadcrumb'.
  Duplicate and adjust the code in file '/sun_common/breadcrumb/css/breadcrumb.css' and '/softdrink/common/rwd/css/header_footer.css'.
--------------------------------*/
/* For SHD */
#suntory_contents_container {
  display: flex;
	flex-direction: column;
}
#suntory_contents {
  order: 2;
}
.suntory_contents_breadcrumb_wrapper {
  order: 1;
  padding: 0 24px;
  margin: 20px 0 15px;
}

/*
.suntory_contents_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 3px;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
  max-width: var(--newsrn2025-content-max-width);
  margin-inline: auto;
  width: 100%;
  word-break: break-all;
}*/

.suntory_contents_breadcrumb li {
  margin: 0 10px 5px 0;
}
.suntory_contents_breadcrumb li.home a {
  background: url(../img/icon_arrow_01.svg) no-repeat right 0, url(../img/icon_home_01.svg) no-repeat 0 center;
  background-size: 7px 12px, 14px 14px;
  padding: 0 18px 0 24px;
}
.suntory_contents_breadcrumb li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: url(../img/icon_arrow_01.svg) no-repeat right 0;
  background-size: 7px 12px;
  padding-right: 18px;
  line-height: 14px;
}
.suntory_contents_breadcrumb li a:hover{
  text-decoration: underline;
}

/* For SBF */
#sbf_waste {
  margin: 0 0 3px 0;
  padding: 1em 24px;
  width: auto;
}
#sbf_waste > :is(ol, ul) {
  max-width: var(--newsrn2025-content-max-width);
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 16px;
}
#sbf_waste > :is(ol, ul) > li {
  display: inline;
  font-size: 0.688em;
  line-height: 1;
  color: #000;
}
#sbf_waste > :is(ol, ul) > li a {
  color: #000;
  line-height: 1;
  text-decoration: none;
}
#sbf_waste > :is(ol, ul) > li a:hover {
  text-decoration: underline;
}

#sbf_waste.breadcrumbs ol li+li::before{
  height: 1em;
}

@media not all and (max-width: 767px) {
  /*------------------------------
    Range of 'breadcrumb'.
  --------------------------------*/
  /* For SHD */
  /*
  .suntory_contents_breadcrumb {
    min-width: var(--newsrn2025-content-min-width);
  }*/
  .suntory_contents_breadcrumb li {
    line-height: 14px;
  }
  /* For SBF */
  #sbf_waste > :is(ol, ul) {
    min-width: var(--newsrn2025-content-min-width);
  }

}
@media not all and (max-width: 767px) and (hover: hover) {
  #search_body .pbox_pagenav > .list > .item a:hover {
    background-color: #0075a8;
    border-color: #0075a8;
    color: #fff;
  }
  #sbf_search_contents #search_body .pbox_pagenav > .list > .item a:hover {
    background-color: #0080a3;
    border-color: #0080a3;
    color: #fff;
  }
  #search_body .pbox_pagenav > .list > .item:first-child .control:hover::before,
  #search_body .pbox_pagenav > .list > .item:last-child .control:hover::after,
  #sbf_search_contents  #search_body .pbox_pagenav > .list > .item:first-child .control:hover::before,
  #sbf_search_contents #search_body .pbox_pagenav > .list > .item:last-child .control:hover::after  {
    background: #fff;
  }

  #sbf_waste.breadcrumbs ol li+li{
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  /*------------------------------
    Range of 'id="search_body"'.
  --------------------------------*/
  /* result */
  #search_body .results {
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 48px;
  }
  #search_body .results_total {
    font-size: 24px;
    margin-left: 16px;
  }
  #search_body .results_current {
    margin-left: 0;
  }
  /* pbox-pagenav */
  .pbox-pagpbox_pagenavenav {
    margin-top: 64px;
  }
  #search_body .pbox_pagenav > .list {
    position: relative;
  }
  #search_body .pbox_pagenav > .list > .item:first-child,
  #search_body .pbox_pagenav > .list > .item:last-child {
    inset: 64px 0 auto 0;
    margin-inline: auto;
    position: absolute;
    width: fit-content;
  }
  #search_body .pbox_pagenav > .list > .item:first-child {
    transform: translateX(-50%);
  }
  #search_body .pbox_pagenav > .list > .item:last-child {
    transform: translateX(50%);
  }
  #search_body .pbox_pagenav > .list:has(.item:first-child[aria-hidden="false"]):has(.item:last-child[aria-hidden="true"]) .item:first-child[aria-hidden="false"],
  #search_body .pbox_pagenav > .list > .item:first-child[aria-hidden="true"] ~ .item:last-child[aria-hidden="false"] {
    transform: translateX(0%);
  }
  #search_body .pbox_pagenav > .list > .item:first-child .control {
    margin-right: 12px;
  }
  #search_body .pbox_pagenav > .list > .item:last-child .control {
    margin-left: 12px;
  }
  :is(#search_body .pbox_pagenav > .list:has(.item:first-child[aria-hidden="false"]):has(.item:last-child[aria-hidden="true"]) .item:first-child[aria-hidden="false"], #search_body .pbox_pagenav > .list > .item:first-child[aria-hidden="true"] ~ .item:last-child[aria-hidden="false"]) .control {
    margin: 0;
  }
  /*------------------------------
    Range of 'breadcrumb'.
  --------------------------------*/
  /* For SHD */
  .suntory_contents_breadcrumb_wrapper {
    order: 2;
    padding: 0 var(--newsrn2025-content-sp-padding);
    margin: 8vw 0 5.333333333333333vw;
  }
  .suntory_contents_breadcrumb {
    font-size: 2.933vw;
    line-height: 3.733vw;
    padding: 0;
  }
  #suntory_contents {
    order: 1;
  }
  .suntory_contents_breadcrumb li {
    margin: 0 2.133333333333333vw 2.666666666666667vw 0;
  }
  .suntory_contents_breadcrumb li.home a {
    background: url(../img/icon_arrow_01.svg) no-repeat right center, url(../img/icon_home_01.svg) no-repeat 0 center;
    background-size: 1.6vw auto, 3.733333333333333vw 3.733333333333333vw;
    padding: 0 4.266666666666667vw 0 6.4vw;
  }
  .suntory_contents_breadcrumb li a {
    background: url(../img/icon_arrow_01.svg) no-repeat right center;
    background-size: 1.6vw auto;
    padding-right: 4.266666666666667vw;
    line-height: 3.733333333333333vw;
  }
  /* For SBF */
  #suntory_contents #sbf_waste {
		order: 1;
		display: block;
    box-sizing: border-box;
	}

	#suntory_contents #sbf_waste ol li{
		font-size: 2.666666666666667vw;
		line-height: 1.5;
	}

  #sbf_waste.breadcrumbs ol li+li{
    margin-left: 2em;
  }

  #sbf_waste.breadcrumbs ol li+li::before{
    top: 25%;
    width: 0.7em;
    height: 0.7em;
    background-size: contain;
    left: -1.3em;
  }
}
/*==========================================
  Styles for images on page '/softdrink/news/search/'.
=============================================*/
.sbf_header_company * {
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
