@charset "UTF-8";
/*---------------------------------------------
	  TOP汎用パーツ
  ---------------------------------------------*/
/* 見出し */
.top-h {
  padding-top: 6.388vw;
  color: #074194;
  text-align: center;
  line-height: 1.4;
}
.top-h span {
  margin-top: 11px;
  display: block;
}

/* 小見出し */
.top-sub {
  color: #074194;
  font-size: 1.13rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.top-sub span {
  font-size: 1rem;
}

/*---------------------------------------------
	メインビジュアル
  ---------------------------------------------*/
.top-mv {
  position: relative;
  overflow: hidden;
}
.top-mv .slick-initialized .slick-slide {
  display: block;
  opacity: 1;
}

.top-mv-slide {
  position: relative;
  max-height: 100vh;
  opacity: 0;
}
.top-mv-slide::before {
  width: 100%;
  height: 0;
  padding-top: 80%;
  display: block;
  content: "";
}
.top-mv-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.top-mv-slide > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_mv.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  display: block;
  content: "";
}
.top-mv-slide.slick-active .top-mv-copy {
  opacity: 1;
  transition-delay: 0.6s;
}

.js-random:not(:first-child) {
  display: none;
}

.top-mv-slide-01 a {
  background-image: url(../img/top/img_mv_01.jpg);
}

.top-mv-slide-02 a {
  background-image: url(../img/top/img_mv_02.jpg);
}

.top-mv-slide-03 a {
  background-image: url(../img/top/img_mv_03.jpg);
}

.top-mv-slide-04 a {
  background-image: url(../img/top/img_mv_04.jpg);
}

.top-mv-slide-05 a {
  background-image: url(../img/top/img_mv_05.jpg);
}

.top-mv-copy {
  position: absolute;
  right: 4.2vw;
  bottom: 8vh;
  max-width: 650px;
  opacity: 0;
  transition: opacity .4s linear;
  z-index: 1;
}
.top-mv-copy.pc {
  display: block;
}
.top-mv-copy.sp {
  display: none;
}

.main .top-mv-btn {
  position: absolute;
  bottom: 70px;
  left: 60px;
  width: 210px;
}
.main .top-mv-btn.btn .icon-arrow {
  margin: 0;
}

.top-mv-video.show-pc {
  position: relative;
  background-image: url(../img/top/img_mv-video.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-mv-video.show-pc::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.top-mv-video.show-pc #top-mv-video-canvas,
.top-mv-video.show-pc .top-mv-video-control {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.top-mv-video.show-pc #top-mv-video-canvas {
  opacity: 0;
}
.top-mv-video.show-pc #top-mv-video-canvas.is-show {
  opacity: 1;
}
.top-mv-video.show-pc .top-mv-video-control a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------
	ニュース
  ---------------------------------------------*/
.top-news {
  margin-top: 30px;
  margin-bottom: 66.5px;
}
.top-news #news .news-elm dl.news dd {
  display: flex;
}
.top-news #news .news-elm dl.news dd a {
  font-size: 0.88rem;
  flex: 1;
}
.top-news #news .news-elm dl.news dd .tag {
  width: 170px;
  margin: 0 0 0 -30px;
}

/*---------------------------------------------
	アサヒグループの理念
  ---------------------------------------------*/
.top-philosophy {
  position: relative;
  width: 100%;
  min-height: 55vw;
  padding-bottom: 5.41vw;
  background-image: url(../img/top/img_mv_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-philosophy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
}
.top-philosophy .row {
  position: relative;
}
.top-philosophy .top-h {
  padding-top: 10vw;
  margin-bottom: 4.305vw;
  color: #fff;
}
.top-philosophy .top-h img {
  width: 468px;
}

.top-philosophy-sub {
  margin-bottom: 2.8125vw;
  text-align: center;
}
.top-philosophy-sub img {
  width: 212px;
}

.main .top-philosophy-copy {
  margin: 0 0 2.465vw;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.main .btn {
  flex-wrap: nowrap;
}
.main .btn a {
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.1);
}
.main .btn a.icon-arrow {
  margin: 0 30px;
  font-size: 1rem;
}

.top-philosophy-txt {
  width: 50%;
  text-align: center;
  margin: 0 auto 3.1255vw;
}

/*---------------------------------------------
	アサヒグループの事業
  ---------------------------------------------*/
.top-business {
  padding-bottom: 66px;
  background-color: #f8f5f0;
}
.top-business .top-h {
  margin-bottom: 50px;
}
.top-business .top-h img {
  width: 258px;
}

.top-business-graph-set {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.top-business-graph-set + .btn {
  margin-bottom: 65px;
}

.top-business-graphs-col:nth-child(1) {
  width: 66.66666666%;
}
.top-business-graphs-col:nth-child(2) {
  width: 33.33333333%;
}
.top-business-graphs-col:nth-child(2) .top-sub.heading {
  width: 72%;
  max-width: 300px;
  min-width: 235px;
}

.top-business-graph {
  width: 100%;
  margin-top: 22px;
}
.top-business-graph.graph-01 {
  text-align: center;
}
.top-business-graph.graph-01 > img {
  width: 72%;
  max-width: 600px;
  min-width: 470px;
}
.top-business-graph.graph-02 > img {
  width: 72%;
  max-width: 300px;
  min-width: 235px;
}

.top-business-data {
  width: calc(100% - 38.58585859%);
  margin-left: 9.0909%;
}
.top-business-data dl {
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.top-business-data dl dt,
.top-business-data dl dd {
  padding: 0;
  color: #074194;
  font-weight: bold;
}
.top-business-data dl dt {
  width: 110px;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
}
.top-business-data dl dt img {
  margin-right: 20px;
}
.top-business-data dl dt.beer img {
  width: 21px;
}
.top-business-data dl dt.drink img {
  width: 24px;
}
.top-business-data dl dt.fork img {
  width: 23px;
}
.top-business-data dl dt.global img {
  width: 25px;
}
.top-business-data dl dd {
  width: calc(100% - 110px);
  padding-left: 3.030303%;
  margin-top: 15px;
  font-size: 1.75rem;
}
.top-business-data dl dd span {
  font-size: 0.88rem;
}

.top-business-map-set {
  width: 100%;
  margin: 51.5px 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.top-business-map-bg {
  width: 64.8571428571%;
  text-align: center;
}
.top-business-map-bg img {
  width: 100%;
  max-width: 800px;
}

.top-business-map-caption {
  width: 100%;
  margin-top: 20px;
  color: #444;
  font-size: 0.81rem;
  order: 3;
}

.top-business-map-company {
  position: relative;
  width: calc(100% - 64.8571428571%);
  padding: 27px 2.7vw 22px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.top-business-map-company::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 17px 25px 17px 0;
  border-color: transparent #fff transparent transparent;
  display: block;
  content: "";
}
.top-business-map-company .top-sub {
  margin-bottom: 24px;
  font-size: 1rem;
}
.top-business-map-company ul li {
  color: #074194;
  font-size: 0.81rem;
  font-weight: bold;
}
.top-business-map-company ul li.link-icon .icon-arrow span {
  width: 18px;
}
.top-business-map-company ul li.link-icon .icon-arrow span::after {
  width: 8px;
}

/*---------------------------------------------
	アサヒグループの情報
  ---------------------------------------------*/
.main .top-info {
  padding-bottom: 50px;
  background-color: #eeebe6;
}
.main .top-info .top-h {
  margin-bottom: 62px;
}
.main .top-info .top-h img {
  width: 481px;
}
.main .top-info .slider .panel-vertical {
  background-color: #fff;
}
.main .top-info .slider .panel-vertical .txt p {
  color: #074194;
  font-size: 1rem;
  font-weight: bold;
}

.main .top-info-col-set {
  margin-bottom: 50px;
}
.main .top-info-col-set .top-sub {
  min-height: 2.5em;
  margin-bottom: 10px;
}
.main .top-info-col-set .top-info-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.main .top-info-col-set .top-info-col .btn {
  width: 100%;
  min-height: 0%;
  margin-top: auto;
}
.main .top-info-col-set .top-info-col .btn .icon-arrow {
  max-width: 100%;
  margin: 0;
}

.top-info-bg {
  min-height: 0%;
  padding: 26px 15px 20px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #f2f4f9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.top-info-bg a {
  position: relative;
  width: 190px;
  margin: 0 auto;
  display: block;
}
.top-info-bg a::before, .top-info-bg a::after {
  position: absolute;
  background-color: #f2f4f9;
  display: block;
  z-index: 1;
  content: "";
}
.top-info-bg a::before, .top-info-bg a::after {
  left: 0;
  width: 100%;
  height: 2px;
}
.top-info-bg a::before {
  top: 0;
}
.top-info-bg a::after {
  bottom: 0;
}
.top-info-bg a span {
  display: block;
}
.top-info-bg a span::before, .top-info-bg a span::after {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #f2f4f9;
  display: block;
  z-index: 1;
  content: "";
}
.top-info-bg a span::before {
  left: 0;
}
.top-info-bg a span::after {
  right: 0;
}

.top-info-theme {
  width: 100%;
  min-height: 0%;
  margin-bottom: 40px;
  text-align: center;
}
.top-info-theme dl {
  width: auto;
  max-width: 230px;
  padding: 0 2.5vw;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  text-align: left;
  box-sizing: content-box;
}
.top-info-theme dl dt {
  width: 65px;
}
.top-info-theme dl dt img {
  width: 46px;
}
.top-info-theme dl dt.eco img {
  width: 45px;
}
.top-info-theme dl dt.human img {
  width: 21px;
  margin-left: 9px;
}
.top-info-theme dl dt.business img {
  width: 37px;
}
.top-info-theme dl dt.strength img {
  width: 30px;
  margin-left: 6px;
}
.top-info-theme dl dt.beer img {
  width: 32px;
  margin-left: 5px;
}
.top-info-theme dl dt.heart img {
  width: 33px;
  margin-left: 2px;
}
.top-info-theme dl dt.life img {
  width: 37px;
}
.top-info-theme dl dd {
  width: calc(100% - 65px);
  padding: 0;
  color: #074194;
  font-size: 0.88rem;
  font-weight: bold;
  transition: color .2s linear;
}

html:not(.sp) .top-info-theme a:hover dl dd {
  color: #5e80db;
}

.top-info-theme-h {
  margin-bottom: 35px;
  color: #074194;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.top-info-theme-h span:nth-child(1) {
  font-size: 3rem;
}
.top-info-theme-h.top-info-theme-h-en {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-info-theme-h.top-info-theme-h-en span:nth-child(2) {
  margin-left: 10px;
  font-size: 1.06rem;
  line-height: 1.2;
  text-align: left;
}

.top-info-theme-img {
  max-width: 280px;
  margin: 0 auto;
}

/*---------------------------------------------
	バナーエリア
  ---------------------------------------------*/
.top-bnr {
  padding: 70px 0 65px;
}

.top-bnr-img a {
  transition: opacity .2s linear;
}
html:not(.sp) .top-bnr-img a:hover {
  opacity: 0.6;
}

.main .top-bnr-links li {
  margin-bottom: 15px;
  color: #074194;
  font-size: 0.88rem;
  font-weight: bold;
}

/*---------------------------------------------
	1041px以上
  ---------------------------------------------*/
@media screen and (min-width: 1441px) {
  /*** アサヒグループの理念 ***/
  .top-philosophy {
    padding-bottom: 78px;
  }
  .top-philosophy .top-h {
    margin-bottom: 62px;
  }

  .top-philosophy-sub {
    margin-bottom: 40.5px;
  }

  .main .top-philosophy-copy {
    margin: 0 0 35.5px;
  }

  .top-philosophy-txt {
    margin-bottom: 45px;
  }
}
/*---------------------------------------------
	990px未満
  ---------------------------------------------*/
@media screen and (max-width: 989px) {
  /*** メインビジュアル ***/
  .top-mv-slide-01 a {
    background-image: url(../img/top/img_mv_01_sp.jpg);
  }

  .top-mv-slide-02 a {
    background-image: url(../img/top/img_mv_02_sp.jpg);
  }

  .top-mv-slide-03 a {
    background-image: url(../img/top/img_mv_03_sp.jpg);
  }

  .top-mv-slide-04 a {
    background-image: url(../img/top/img_mv_04_sp.jpg);
  }

  .top-mv-slide-05 a {
    background-image: url(../img/top/img_mv_05_sp.jpg);
  }

  .top-mv-copy {
    width: 90%;
    bottom: 4.2vw;
  }
  .top-mv-copy.pc {
    display: none;
  }
  .top-mv-copy.sp {
    display: block;
  }

  .top-mv-slide::after {
    content: none;
  }
  .top-mv-slide > a::after {
    background-image: url(../img/top/bg_mv_sp.png);
  }
}
/*---------------------------------------------
	768px以上
  ---------------------------------------------*/
@media screen and (min-width: 768px) {
  .header-wrap,
  .is-scroll .header-wrap {
    background-color: #f8f5f0;
  }

  .top-mv-video.show-pc {
    margin-top: 70px;
    margin-bottom: -50px;
  }
  .top-mv-video.show-pc::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
}
/*---------------------------------------------
	768px以上 - 990px未満
  ---------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 989px) {
  .top-mv-video.show-pc {
    margin-top: -55px;
  }
}
/*---------------------------------------------
	768px未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  /*** TOP汎用パーツ ***/
  /* 見出し */
  .top-h {
    padding-top: 40px;
  }
  .top-h span {
    margin-top: 7.5px;
    font-size: 0.88rem;
  }

  /* 小見出し */
  .top-sub {
    font-size: 1rem;
  }
  .top-sub span {
    font-size: 0.88rem;
  }

  /*** メインビジュアル ***/
  .main .top-mv-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 120px;
  }
  .main .top-mv-btn.btn .icon-arrow {
    font-size: 0.63rem;
  }

  /*** ニュース ***/
  .top-news {
    margin-top: 0;
    margin-bottom: 26px;
  }
  .top-news #news .news-elm {
    margin-bottom: 20px;
  }
  .top-news #news .news-elm dl.news dd {
    display: block;
  }
  .top-news #news .news-elm dl.news dd .tag {
    width: auto;
    margin: 0;
  }

  /*** アサヒグループの理念 ***/
  .top-philosophy {
    width: 100%;
    padding-bottom: 6vw;
    background-image: url(../img/top/img_mv_01_sp.jpg);
  }
  .top-philosophy .top-h {
    padding-top: 40px;
  }
  .top-philosophy .top-h img {
    width: 100%;
    max-width: 309px;
  }

  .top-philosophy-sub {
    margin-bottom: 9.33vw;
  }
  .top-philosophy-sub img {
    width: 44.3478260869%;
  }

  .main .top-philosophy-copy {
    margin-bottom: 7.6vw;
    font-size: 1.5rem;
  }
  .main .top-philosophy .btn {
    width: 100%;
    padding: 0 7.5px;
  }
  .main .top-philosophy .btn a.icon-arrow {
    width: calc(50% - 15px);
    margin: 0 7.5px;
    font-size: 1rem;
  }
  .main .top-philosophy .btn a.icon-arrow span {
    padding: 0 5px;
  }
  .main .top-philosophy .btn a.icon-arrow span::before, .main .top-philosophy .btn a.icon-arrow span::after {
    content: none;
  }

  .top-philosophy-txt {
    width: 80%;
    min-width: 280px;
    margin-bottom: 6vw;
  }

  /*** アサヒグループの事業 ***/
  .main .top-business {
    padding-bottom: 47.5px;
  }
  .main .top-business .top-h {
    margin-bottom: 28px;
  }
  .main .top-business .top-h img {
    width: 100%;
    max-width: 172px;
  }
  .main .top-business .btn a {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .top-business-graph-set {
    margin-bottom: 32.5px;
    display: block;
  }
  .top-business-graph-set + .btn {
    margin-bottom: 42px;
  }

  .top-business-graphs-col {
    width: 100% !important;
    margin: 0;
    text-align: center;
  }
  .top-business-graphs-col:nth-child(2) {
    margin-top: 42px;
  }
  .top-business-graphs-col:nth-child(2) .top-sub.heading {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .top-business-graph {
    width: auto;
    margin: 20px -15px 0;
  }
  .top-business-graph.graph-01 > img {
    width: 100%;
    max-width: 500px;
    min-width: 0;
  }
  .top-business-graph.graph-02 > img {
    width: 50%;
    max-width: 250px;
    min-width: 0;
  }

  .top-business-data {
    width: 50%;
    margin-left: 0;
  }
  .top-business-data dl dt {
    width: 90px;
    font-size: 0.75rem;
    justify-content: flex-end;
  }
  .top-business-data dl dt img {
    margin-right: 15px;
  }
  .top-business-data dl dt.beer img {
    width: 18px;
  }
  .top-business-data dl dt.drink img {
    width: 20px;
  }
  .top-business-data dl dt.fork img {
    width: 19px;
  }
  .top-business-data dl dt.global img {
    width: 20px;
  }
  .top-business-data dl dd {
    width: calc(100% - 90px);
    padding-left: 0;
    padding-left: 15px;
    font-size: 1.44rem;
  }
  .top-business-data dl dd span {
    font-size: 0.75rem;
  }

  .top-business-map-set {
    margin: 17px 0 30px;
    display: block;
  }

  .top-business-map-bg {
    position: relative;
    width: calc(100% + 30px);
    min-height: 300px;
    margin-left: -15px;
    background-image: url(../img/top/bg_map_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top-business-map-bg::before {
    width: 100%;
    height: 0;
    padding-top: 64%;
    display: block;
    content: "";
  }
  .top-business-map-bg img {
    display: none;
  }

  .top-business-map-company {
    width: 100%;
    padding: 30px 30px 22px;
    margin-top: 30px;
  }
  .top-business-map-company::after {
    top: -18px;
    right: 0;
    bottom: auto;
    left: 0;
    border-width: 0 19px 28px 19px;
    border-color: transparent transparent #fff transparent;
  }

  /*** アサヒグループの情報 ***/
  .main .top-info {
    padding-bottom: 5px;
  }
  .main .top-info .top-h {
    margin-bottom: 30px;
  }
  .main .top-info .top-h img {
    width: 100%;
    max-width: 320.5px;
  }
  .main .top-info .slider {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .main .top-info .slider .panel-vertical .txt p {
    font-size: 0.88rem;
  }
  .main .top-info-col-set {
    width: 100%;
    margin-bottom: 42px;
    display: block;
  }
  .main .top-info-col-set .top-sub {
    min-height: auto;
    margin-bottom: 14px;
  }
  .main .top-info-col-set .top-info-col {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .main .top-info-col-set .top-info-col + .top-info-col {
    margin-top: 42px;
  }
  .main .top-info-col-set .top-info-col .btn {
    margin-top: 30px;
  }

  .top-info-bg {
    padding: 28px 15px 22.5px;
  }

  .top-info-theme dl {
    padding: 0 4.26vw;
  }
  .top-info-theme dl dt {
    width: 70px;
    text-align: center;
  }
  .top-info-theme dl dt.eco img {
    width: 48.5px;
  }
  .top-info-theme dl dt.human img {
    width: 21.5px;
    margin-left: 0;
  }
  .top-info-theme dl dt.business img {
    width: 39.5px;
  }
  .top-info-theme dl dt.strength img {
    width: 32px;
    margin-left: 0;
  }
  .top-info-theme dl dt.beer img {
    width: 34px;
    margin-left: 0;
  }
  .top-info-theme dl dt.heart img {
    width: 34.5px;
    margin-left: 0;
  }
  .top-info-theme dl dt.life img {
    width: 39px;
  }
  .top-info-theme dl dd {
    width: calc(100% - 70px);
  }

  .top-info-theme-h {
    margin-bottom: 35px;
    font-size: 1rem;
  }
  .top-info-theme-h span:nth-child(1) {
    font-size: 2.56rem;
  }

  .top-info-theme-img {
    max-width: 280px;
    margin: 0 auto;
  }

  .top-info-theme-01 img {
    width: 100%;
  }

  .top-info-theme-02 img {
    width: 100%;
  }

  /*** バナーエリア ***/
  .main .top-bnr {
    padding: 30px 0 5px;
    overflow: hidden;
  }
  .main .top-bnr .col-set {
    width: calc(100% + 30px);
  }
  .main .top-bnr .col-set .col1-4 {
    width: calc(33.3333% - 30px);
    margin-right: 30px;
  }
  .main .top-bnr .col-set .col1-4:last-child {
    width: calc(100% - 30px);
    margin-right: 0;
  }
  .main .top-bnr .top-bnr-links {
    margin-top: 20px;
  }
  .main .top-bnr .top-bnr-links li {
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
}
/*---------------------------------------------
	376px未満
  ---------------------------------------------*/
@media screen and (max-width: 375px) {
  /*** アサヒグループの事業 ***/
  /*.top-business-map-bg {
  	position: relative;
  	width: calc(100% + 30px);
  	min-height: 300px;
  	margin-left: -15px;
  	background-image: url(../img/top/bg_map_sp.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  
  	&::before {
  		width: 100%;
  		height: 0;
  		//padding-top: 84.5333334%;
  		padding-top: 64%;
  		display: block;
  		content: "";
  	}
  
  	img {
  		display: none;
  	}
  }*/
}
/*---------------------------------------------
	360px未満
  ---------------------------------------------*/
@media screen and (max-width: 359px) {
  /*** アサヒグループの事業 ***/
  .top-business-data {
    width: 60%;
  }
  .top-business-data dl dt {
    width: 90px;
  }
  .top-business-data dl dd {
    width: calc(100% - 90px);
  }
}
