@import url("reset.css");
@import url("common.css");



#header_wrap{
	height: 50px;
	background: url("../img/bg_header.gif") repeat-x;
}

#header{
	width: 960px;
	margin: 0 auto;
}

#header_ttl{
	width: 527px;
	height: 38px;
	text-indent: -9999px;
	background: url("../img/ttl_news.gif") no-repeat;
	background-position: 15px 15px;
	float: left;
}

#bread_list{
	float: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 24px 0 0 0;
}

#bread_list a{
	color: #fff;
	font-weight: bold;
}

#contents_wrap{
	width: 960px;
	margin: 0 auto;
}
.news-nav #contents_wrap{
	min-width: 960px;
    width: 100%;
    max-width: 1164px;
	margin: 0 auto;
}

.sbf_archive #contents_wrap{
	width: auto;
}

#sbf_news_cat{
	margin: 20px 0 30px;
}
#sbf_news_cat:after{
	clear:both;
	content:"";
	height:0;
	display:block;
	visibility:hidden;
}
#sbf_news_cat li{
	float:left;
	width: 50%;
}
#sbf_news_cat span{
	display:block;
	background:#3eaacc;
	color:#fff;
	text-align:center;
	line-height:40px;
}
#sbf_news_cat a{
	display:block;
	background:#f0f0f0;
	color:#3eaacc;
	text-align:center;
	line-height:40px;
}
#sbf_news_cat a:hover{
	text-decoration:none;
	background:#3eaacc;
	color:#fff;
}

#rss{
	margin: 6px 0 0 0;
}

#rss_list{
}

#rss_list li{
	display: block;
	float: right;
	font-size: 14px;
	height: 19px;
	line-height: 1.4;
}

#rss_list a{
	color: #343434;
}



#suntory_contents #rss_btn{
	background: url("../img/icon_rss.gif") no-repeat;
	padding: 0 22px 0 27px;
	color: #343434;
}

#rss_btn:hover{
	text-decoration: underline;
}

#suntory_contents #rss_about{
	background: url("../img/icon_about_rss.gif") no-repeat;
	padding: 0 0 0 27px;
	color: #343434;
}

#rss_about:hover{
	text-decoration: underline;
}

#page_ttl{
	color: #2d8fc1;
	font-size: 125%;
	font-weight: bold;
	padding: 14px 0 0;
}

#main_list{
	margin: 70px 0 0 0;
	margin: 0;
	width: 700px;
	float: left;
}
#sbf_wrap #main_list{
	margin: 0 0 0 0;
	width: 650px;
}

.articles_list{
	margin: 20px 0 30px 0;
}

.date{
	font-size: 19px;
	font-weight: bold;
}

.article_wrap{
	margin: 20px 20px 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e1eaeb;
}

.article_wrap dt{
	width: 160px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}
.article_wrap dt img {
    vertical-align: bottom;
}

.article_wrap dt.movie {
    position: relative;
}
.article_wrap dt.movie::after {
    content: '';
    width: 48px;
    height: 34px;
    background:url(../img/play_button.svg) no-repeat 0 0;
    background-size: 48px auto;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 24px);
}


.sp_thumb{
	display: none;
}

.article_wrap dd{
	margin: 0 0 0 180px;
}

.icon_category img{
	vertical-align: middle;
	margin: 0 0 5px 0;
}

.new_txt{
	color: #ef5362;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.ttl_article{
	margin: 10px 0 0 0;
}

.ttl_article a{
	color: #0066aa;
	font-size: 18px;
	font-weight: bold;
	line-height:1.35;
}

.sub_ttl{
	font-size: 14px;
	margin: 18px 0 0 0;
	line-height: 1.4;
}

.last_list{
	border: none;
}

.out_link:after{
  /*
	content: "";
	width: 15px;
	height: 18px;
	background: url("../img/icon_outlink_list.gif") no-repeat;
	background-position: 0 2px;
	display: inline-block;
	margin: 0 0 0 8px;
  */

  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  /* background: url(../img/icon_outlink.gif) no-repeat; */
  background-size: contain;
  transform: translateY(2px);
  margin: 0 0 0 4px;
  mask: url(/news/common/img/icon_blank_01.svg) center center / 16px auto no-repeat;
  background: var(--article-heading-color);
}

.pdf_link:after{
  content: "";
  width: 45px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon_pdf_txt.svg) ;
  margin: 0;
  margin-left: 5px;
  display: inline-block;
  vertical-align: text-top;
  pointer-events: none;
}

#sbf_main_cnt .pdf_link:after{
  background-image: url(../img/icon_pdf_txt_sbf.svg) ;
}

#go_top_wrap{
	margin: 0 20px 0 0;
}

#go_top{
	color: #0066aa;
	font-size: 12px;
	cursor: pointer;
	background: url("../img/icon_top.gif") no-repeat;
	background-position: 100% 0;
	float: right;
	height: 19px;
	padding: 3px 26px 0 0;
}

#go_top:hover{
	text-decoration: underline;
}

@media screen and (min-width: 961px){
    .news-nav #main_list{
        width: calc(100% - 260px);
        max-width: 904px;
    }
}

@media screen and (max-width: 767px){

#header_wrap{
	height: auto;
	background: #5bc2dc;
}

#header{
	width: auto;
	margin: 0 auto;
}

#header_ttl{
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
	float: left;
}

#header_ttl h1{
	color: #fff;
	padding: 16px 15px;
	font-size: 15px;
	font-weight: bold;
}

#header_ttl p{
	display: none;
}

#bread_list{
	display: none;
}

#contents_wrap{
	width: auto;
}
.news-nav #contents_wrap{
	width: auto;
    min-width: auto;
    max-width: auto;
}

#sbf_news_cat{
	margin: 20px 4% 30px;
	width: 92%;
}

#rss{
	display: none;
}

#page_ttl{
	padding: 0 0 0 10px;
}

#main_list,
#sbf_wrap #main_list{
	margin: 20px 0 0 0;
	width: auto;
	float: none;
}

.articles_list{
	margin: 20px 0 25px 0;
}

.date{
	padding: 0 20px;
}

.article_wrap{
	margin: 0;
	padding: 20px;
}

.article_wrap dt{
	width: 110px;
	text-align: center;
}

.article_wrap dt.movie::after {
    content: '';
    width: 34px;
    height: 24px;
    background:url(../img/play_button.svg) no-repeat 0 0;
    background-size: 34px auto;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 17px);
}

.article_wrap dd{
	margin: 0 0 0 130px;
}

.pc_thumb{
	display: none;
}

.sp_thumb{
	display: block;
}

.article_wrap dt img{
	margin: 0 auto;
}

}

/*==========================================
  Additions by 2025 News Release RN
=============================================*/
/*------------------------------
  Local variables
--------------------------------*/
#suntory_contents {
  --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;
}
#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;
}
#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;
}
#sbf_waste {
  margin-inline: 0;
  padding-inline: 24px;
  width: auto;
  padding: 1.2em 10px;
}

#sbf_waste > :is(ol, ul) {
  max-width: var(--newsrn2025-content-max-width);
  margin-inline: auto;
  width: 100%;
}

#sbf_waste.breadcrumbs ol li+li{
  margin-left: 18px;
}
#sbf_waste.breadcrumbs ol li+li::before{
  height: 1em;
}

@media not all and (max-width: 767px) {
  #sbf_waste > :is(ol, ul) {
    min-width: var(--newsrn2025-content-min-width);
  }


}
@media screen and (max-width: 767px) {
  #sbf_waste {
    padding-inline: var(--newsrn2025-content-sp-padding);
  }

  #sbf_waste.breadcrumbs ol li+li{
    margin-left: 2em;
  }

  #sbf_waste.breadcrumbs ol li+li::before{
    top: 0.2em;
    width: 0.7em;
    height: 0.7em;
    background-size: contain;
    left: -1.3em;
  }
}
/*------------------------------
  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: #000;
  --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: 574px;
  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;
  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;
  color: #333;
}
#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(5, 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_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: 0;
  }
  #search_body .article03_thumbnail {

  }
  #search_body :is(.article01_thumbnail, .article02_thumbnail) img {
    aspect-ratio: 344 / 193;
  }
  #search_body .article03_thumbnail img {
    aspect-ratio: 304 / 171;
  }
  #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;
  }
}