@charset "UTF-8";
/* ------------------------------------------------------------------

  2024-06_作成
  /jp/terasu/suntory/css/style.css から複製したもの

------------------------------------------------------------------ */
/* ------------------------- ↓↓↓ ここから ↓↓↓ --------------------- */
#terasu-contents {
  /** {
  	font-family: sans-serif !important;
  	font-weight: inherit;
  	&:hover {
  		font-family: sans-serif !important;
  		* {
  			font-family: sans-serif !important;
  		}
  	}
  }*/
}

#terasu-contents .u-color__blue {
  color: #00529d;
}
#terasu-contents .text-small {
  font-size: 0.9em;
}
#terasu-contents .text-link {
  color: #3e6fcf;
}
#terasu-contents .text-underline {
  text-decoration: underline;
}
#terasu-contents .text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fefa84));
  background: linear-gradient(transparent 50%, #fefa84 50%);
}
#terasu-contents .c-bg--blue {
  background: #edf5fc;
}
#terasu-contents .image figcaption {
  margin-top: 0.4em;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
#terasu-contents .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#terasu-contents .column-2.type-1 > .text {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
#terasu-contents .column-2.type-1 > .image {
  -ms-flex-preferred-size: 20.8333333333%;
      flex-basis: 20.8333333333%;
}
#terasu-contents .column-2.type-2 > .text {
  -ms-flex-preferred-size: 81.25%;
      flex-basis: 81.25%;
}
#terasu-contents .column-2.type-2 > .image {
  -ms-flex-preferred-size: 14.5833333333%;
      flex-basis: 14.5833333333%;
}
#terasu-contents .column-2.type-3 > .column {
  -ms-flex-preferred-size: 47.9166666667%;
      flex-basis: 47.9166666667%;
}
#terasu-contents .column-2.type-3 > .column > .column-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#terasu-contents .column-2.type-3 > .column > .column-2.type-2 > .text {
  -ms-flex-preferred-size: 73.9130434783%;
      flex-basis: 73.9130434783%;
}
#terasu-contents .column-2.type-3 > .column > .column-2.type-2 > .image {
  -ms-flex-preferred-size: 21.7391304348%;
      flex-basis: 21.7391304348%;
}
#terasu-contents .column-2 .image img {
  max-width: 100%;
}
#terasu-contents .trendnews-lead__ttl {
  margin-bottom: 0.8em;
  font-size: 1.3em;
}
#terasu-contents .trendnews-lead__ttl .text-small {
  font-size: 0.7em;
}
#terasu-contents .trendnews-profile__txt {
  font-size: 0.92em;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  html.touch-device .imageScroll > div {
    overflow: auto;
    white-space: nowrap;
  }
  html.touch-device .imageScroll:before {
    content: "※こちらの画像は横スクロールです";
  }
  html.touch-device .imageScroll > div::-webkit-scrollbar {
    height: 8px;
  }
  html.touch-device .imageScroll > div::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:start,
  html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }
  html.touch-device #d-terasu-contents .imageScroll img {
    width: auto;
    max-width: 840px;
  }
  .pc {
    display: none !important;
  }
  #terasu-contents .column-2 {
    display: block;
  }
  #terasu-contents .column-2.type-3 > .column > .column-2 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #terasu-contents .column-2.type-3 > .column > .column-2 > .text p {
    line-height: 1.3;
  }
  #terasu-contents .column-2 .image {
    text-align: center;
  }
  #terasu-contents .c-sect__inner p {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* ------------------------- ↑↑↑ ここまで ↑↑↑ --------------------- */