/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

/* body, もしくは全体をかこう要素に配置すること */
.footer-fix-contents {
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px;
  box-sizing: border-box;
}

/* .footer-fix-contentsとのセットとなるクラス <footer>に配置すること */
.fix-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bg-navyblue {
  /*background-color: #005793;*/
  background-color: #044c7c;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.buyTokenTop {
  padding: 12px 60px;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 56px;
  left: 0px;
}
.buyTokenBottom {
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  box-shadow: rgba(33, 35, 37, 0.08) 0px -2px 6px;
  background: rgb(255, 255, 255);
  transition-duration: 0.2s;
  transition-timing-function: linear;
  visibility: visible;
  opacity: 1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.buyTokenButtonDeco {
  text-decoration: none;
}
.buyTokenButton {
  display: inline-flex;
  box-sizing: border-box;
  min-width: 64px;
  height: 32px;
  padding: 8px 20px;
  background-color: #17A2B8;
  border-width: 1px;
  border-color: #17A2B8;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: rgba(33, 35, 37, 0.12) 0px 4px 8px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: min-width 150ms ease-in-out 0ms, height 150ms ease-in-out 0ms, padding 150ms ease-in-out 0ms, background-color 150ms ease-in-out 0ms, border-color 150ms ease-in-out 0ms;
}
.backgroundYellow {
  background-color: #FFC107;
  border-color: #FFC107;
}
.buyTokenSentence {
  margin: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  user-select: none;
  transition: color 150ms ease-in-out 0ms, font-size 150ms ease-in-out 0ms, font-weight 150ms ease-in-out 0ms;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* survey result */
.wrap-chart {
    width: 100%;
    height: 700px;
}
.chart-container {
    position: relative;
}
/* logo */
.main_logo_image {
    padding: 1.5rem;
}
.display_img_pc {
    display: flex;
}
.display_img_sp {
    display: none;  
}
@media (max-width: 480px) { /* スマホサイズ用 */
    .wrap-chart {
        height: 400px;
    }
    .chart-container {
        position: relative;
    }
    /* logo */
    .main_logo_image {
        padding: 1.5rem 0rem;
    }
    .main_logo_image img {
        max-width: 100%; 
        height: auto;
    }
    .sponsor_logo_image img {
        max-width: 100%; 
        height: auto;
        padding: 1rem 3rem;
    }
    .display_img_pc {
        display: none;
    }
    .display_img_sp {
        display: flex;
        align-items: flex-start;
    }
}

.word-break {
    word-break: break-all;
}

.legend {
    font-size: 0.7em;
}
.legend ul {
    list-style: none;
    display: block;
}
.legend ul li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.legend ul li span {
    white-space: nowrap;
    width: 10px;
    height: 20px;
    padding: 0 1.5em;
    margin: 1px;
    margin-right: 5px;
}
.tx_list li:hover {
    background-color: #ececec;
    transition: background-color 300ms;
}
.brand-image {
    float: left;
    line-height: .8;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}
