@charset "UTF-8";
footer {
  background-color: #4c5758;
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px; }

footer a {
  color: #FFF; }

footer a:hover {
  color: #FFF; }

footer a.footer-sns-link {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  background: #FFF;
  color: #4c5758;
  text-align: center;
  padding: 0;
  margin: 0; }

footer a.footer-sns-link:hover {
  background: #DDD;
  text-decoration: none; }

footer a.footer-sns-link i {
  line-height: 36px; }

.languages {
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 2px 0px 0px 2px;
  border: solid 1px #DDD;
  color: #333;
  font-size: 14px;
  background-color: #FAFAFA;
  z-index: 1000; }

.languages__label {
  font-weight: normal;
  margin-right: 8px; }

.link-download {
  overflow: hidden;
  position: relative;
  display: block; }

.link-download img {
  height: 50px;
  width: auto; }

.link-download.link-download-comingsoon::before {
  content: "coming soon";
  background: #2196F3;
  padding: 2px 40px;
  position: absolute;
  top: 0;
  -webkit-transform: rotateZ(30deg);
  -ms-transform: rotateZ(30deg);
  -o-transform: rotateZ(30deg);
  transform: rotateZ(30deg) translate(37px, -10px);
  right: 0;
  font-size: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }

.link-download.link-download-maintenance::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  line-height: 52px;
  font-size: 14px; }

.link-download.link-download-maintenance::before {
  content: "Suspended temporarily"; }

html[lang=ja] .link-download.link-download-maintenance::before {
  content: "一時提供中断中"; }

.brand {
  line-height: 60px; }

.brand img {
  height: 60px;
  width: auto;
  object-fit: contain; }

.brand-sm {
  line-height: 60px; }

.brand-sm img {
  height: 60px;
  width: auto; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 20px 0px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4); }

ul.navi-menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100px;
  display: block;
  line-height: 100px;
  margin-top: -20px;
  margin-bottom: -20px;
  font-size: 16px; }

ul.navi-menu li {
  min-width: 120px;
  height: 100px;
  padding: 0;
  margin-right: -4px; }

ul.navi-menu li a {
  display: inline-block;
  min-width: 100%;
  line-height: 100px;
  text-decoration: none;
  -webkit-transition: background .5s ease 0s;
  -o-transition: background .5s ease 0s;
  transition: background .5s ease 0s; }

ul.navi-menu:hover li a:not(.btn),
ul.navi-menu li a:not(.btn) {
  background-color: #FFF;
  color: #0093A4; }

ul.navi-menu li a:not(.btn):hover,
ul.navi-menu li.active a {
  color: #FFF;
  background-color: #0093A4; }

.navi-menu-item.navi-menu-item-contact {
  padding-left: 16px;
  padding-right: 16px;
  min-width: 152px; }

ul.navi-menu li a.btn {
  line-height: 30px; }

.navi-menu-sm {
  float: right; }

.navi-menu-sm-body-show {
  background-color: transparent;
  line-height: 60px;
  width: 60px;
  text-align: center;
  font-size: 20px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.navi-menu-sm-btn:hover,
.navi-menu-sm-btn:active,
.navi-menu-sm-btn:focus {
  background-color: #EEE;
  outline: none; }

.navi-menu-sm-body {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  padding: 80px;
  border-radius: 2px;
  overflow: auto; }

.navi-menu-sm-body-item {
  display: block;
  line-height: 80px;
  width: 100%;
  font-size: 24px;
  border-bottom: solid 1px #CCC; }

.navi-menu-sm-body-hide {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px; }

.btn-contact {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-contact:focus,
.btn-contact.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-contact:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-contact:active,
.btn-contact.active,
.open > .dropdown-toggle.btn-contact {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-contact:active:hover,
.btn-contact.active:hover,
.open > .dropdown-toggle.btn-contact:hover,
.btn-contact:active:focus,
.btn-contact.active:focus,
.open > .dropdown-toggle.btn-contact:focus,
.btn-contact:active.focus,
.btn-contact.active.focus,
.open > .dropdown-toggle.btn-contact.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-contact:active,
.btn-contact.active,
.open > .dropdown-toggle.btn-contact {
  background-image: none; }

.btn-contact.disabled:hover,
.btn-contact[disabled]:hover,
fieldset[disabled] .btn-contact:hover,
.btn-contact.disabled:focus,
.btn-contact[disabled]:focus,
fieldset[disabled] .btn-contact:focus,
.btn-contact.disabled.focus,
.btn-contact[disabled].focus,
fieldset[disabled] .btn-contact.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-contact .badge {
  color: #337ab7;
  background-color: #fff; }

.contact {
  min-height: calc(100vh - 380px);
  background-color: #eee; }

.contact-header {
  margin-top: 100px;
  padding: 60px 0px;
  background: #FAFAFA; }
  .contact-header h1 {
    font-size: 24px; }

.contact {
  padding-top: 60px;
  padding-bottom: 60px; }

.panel.panel-contact {
  border: solid 1px #EEE; }

.panel.panel-contact .form-control {
  border-radius: 1px;
  box-shadow: none; }

.panel.panel-contact .form-group {
  margin-bottom: 18px; }

.contact-result {
  min-height: calc(100vh - 426px);
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }

.contact-result h2 {
  padding-top: 60px;
  font-size: 18px; }

.contact-result p {
  padding-bottom: 60px;
  margin-top: 60px; }

.top {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  box-sizing: border-box;
  min-height: 500px;
  position: relative;
  transform: translateZ(0); }

.lead-background {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  opacity: 1.0;
  transition: all .5s ease 0s;
  z-index: 1; }

.lead-background-gray {
  background-image: url("/assets/img/header-bg-gray.jpg"); }

.lead-background-color {
  background-image: url("/assets/img/header-bg-color.jpg");
  opacity: 0; }

.top .container {
  position: static;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.top a.lead {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid #FFF 5px;
  color: #FFF;
  max-width: 800px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  opacity: 1;
  text-decoration: none; }

.top a.lead p {
  line-height: 30px;
  font-size: 24px;
  transform: translateZ(0);
  opacity: 1; }

.top a.lead:hover {
  text-decoration: none;
  opacity: 1; }

.top a.lead:hover p {
  opacity: 1; }

.top a.lead:active + .lead-background-color,
.top a.lead:hover + .lead-background-color {
  opacity: 1; }

.top .lead h2 {
  line-height: 90px;
  font-size: 70px; }

.top .lead h2 img {
  object-fit: contain;
  height: 110px;
  width: auto;
  max-width: 70vw; }

.top-news {
  border-top: 60px solid #0093A4;
  border-bottom: 60px solid #0093A4;
  padding: 50px 0px 30px; }

.top-news h2 {
  border-bottom: solid 2px #0093A4;
  line-height: 55px;
  margin: 0 0 50px; }

.top-news .news-contents {
  background-color: transparent;
  padding-bottom: 20px; }

.top-news .news-contents article {
  border: solid 10px #EEE; }

.news {
  min-height: calc(100vh - 380px);
  background-color: #eee; }

.news-header {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 100px;
  background: #fafafa; }

.news-header h1 {
  font-size: 24px;
  line-height: 24px; }

.news-contents {
  padding-top: 30px;
  background-color: #eee;
  padding-bottom: 60px; }

.news-content article,
.news-contents article {
  margin-bottom: 24px;
  background: #fff;
  padding: 10px 30px;
  border-radius: 2px; }

.news-content article::after,
.news-contents article::after {
  content: "";
  display: block;
  width: 100%;
  clear: both; }

.news-content {
  padding-top: 60px; }

.news-content article header {
  margin-bottom: 64px; }

.news-contents article header {
  display: flex; }

.news-content article header > h1 {
  font-size: 32px; }

.news-contents article header h1 {
  font-size: 28px;
  line-height: 35px;
  margin-top: 0.4em; }

.news-content article header > p {
  color: #666;
  padding: 0; }

.news-contents article header > p {
  color: #666;
  padding: 0; }

.news-content article figure {
  float: left;
  min-height: 150px;
  width: 30vw;
  height: 15vw;
  margin-right: 20px; }

.news-contents article figure {
  width: 20vh;
  height: 20vh;
  display: block;
  min-width: 150px;
  min-height: 150px;
  margin-right: 20px; }

.news-contents article ul {
  margin-bottom: 20px;
  font-size: 120%; }

.news-contents figure * {
  max-width: 100%;
  height: auto;
  object-fit: contain; }

.news-contents .youtube-wrap {
  width: 100%;
  margin-left: -30px;
  margin-right: -30px; }

@media screen and (max-width: 600px) {
  .news-contents article header {
    display: block; }
  .news-contents article figure {
    width: 100%;
    height: 300px;
    display: block; }
  .news-contents article figure:empty {
    display: none; } }

.news-content article figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; }

.news-contents article figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; }

.news-content article p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px; }

.news-contents article p {
  line-height: 28px;
  font-size: 18px; }

.news-content article p a,
.news-contents article p a {
  word-break: break-all; }

.article-tag {
  display: inline-block;
  padding: 0.6em 0.7em 0.3em;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2em;
  margin-right: 0.5em;
  line-height: 1;
  border-radius: 2px; }

.article-tag-media {
  color: #ffffff;
  border-color: #ff6f00;
  background-color: #ff6f00; }

.article-tag-product {
  color: #ffffff;
  border-color: #1c696d;
  background-color: #1c696d; }

.article-tag-press {
  color: #ffffff;
  border-color: #666666;
  background-color: #666666; }

.article-tag-info {
  color: #ffffff;
  border-color: #0093a4;
  background-color: #0093a4; }

.news-tab {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee; }

.news-tab .btn {
  min-width: 170px;
  text-align: center; }

.news-content article .panel-member figure {
  float: none;
  width: 200px;
  height: 200px;
  margin: 0 auto; }

.news-content article .panel-member figure img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: contain;
  object-position: center center; }

.news-navi {
  padding: 20px 0px; }

.news-navi a {
  padding: 20px;
  background: #fff;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }

.news-content article figure.image-md {
  clear: both;
  float: none;
  width: 100%;
  height: auto;
  text-align: center; }

.news-content article figure.image-md img {
  width: 60%;
  min-width: 200px;
  height: auto; }

.news-content article h2 {
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 28px; }

.news-content article figure.image-lg {
  clear: both;
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

.detail-button {
  max-width: 350px; }

.sivira-history {
  background-image: url(/assets/img/20191004-image-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 800px; }

.kadokawa-h2 {
  background-color: #0194a6;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px !important; }

.footnote {
  font-size: small !important;
  margin-bottom: 15px !important; }

.aboutus {
  margin-top: -100px;
  padding-top: 100px; }

.aboutus [class*=col-] {
  min-height: 350px; }

.aboutus-info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  padding: 60px; }

.aboutus figure {
  position: absolute;
  width: 100%;
  height: 100%; }

.aboutus figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.aboutus h3 {
  font-size: 30px; }

.aboutus p {
  font-size: 16px; }

.map_canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.section-caption {
  line-height: 110px;
  text-align: center;
  background-color: #FAFAFA;
  margin: 0;
  padding: 0; }

.members {
  background-color: #f0f0f0; }

.members > .container {
  padding-top: 30px; }

.panel.panel-member {
  border-radius: 1px;
  border: solid 1px #eee; }

.panel-member figure {
  width: 200px;
  height: 200px;
  margin: 0 auto; }

.panel-member figure img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center; }

.panel-member-main .member-head {
  /*min-width: 300px;*/ }

.panel-member-main .member-body {
  flex-grow: 1;
  padding-left: 20px; }

.panel-member .hgroup {
  padding-top: 16px;
  padding-bottom: 16px; }

.panel-member h3 {
  font-size: 18px;
  line-height: 34px;
  margin: 0; }

.panel-member h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 0; }

.member-head {
  text-align: center; }

.member-body p {
  font-size: 16px;
  line-height: 32px; }

.panel-member-sub .member-head .hgroup {
  text-align: center; }

.panel-member-sub p {
  padding-left: 10px;
  padding-right: 10px; }

.member-body-coming-soon {
  height: 202px;
  width: 100%;
  position: relative;
  object-fit: contain; }

.member-body-coming-soon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  content: "coming soon";
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border: solid 20px #eee;
  border-left-color: #ddd;
  line-height: 140px;
  text-align: center; }

@media screen and (min-width: 600px) {
  .panel-member-main .panel-body {
    display: flex; } }

@media screen and (max-width: 600px) {
  .product-section-body {
    flex-wrap: wrap; } }

.products {
  margin-top: -100px;
  padding-top: 100px; }

.product-baas {
  background-color: #7f7f7f;
  color: #fff; }

.product-funnel {
  background-color: #78ad29;
  color: #fff; }

.product-hublive {
  background-color: #1c696d;
  color: #fff; }

.product-pid {
  background-color: #78ad29;
  color: #fff; }

.product-nurturing {
  background-color: #daa520;
  color: #fff; }

.product-prooflog {
  background-color: #2b6dbe;
  color: #fff; }

.product-broof2 {
  background-color: #0093a4;
  color: #fff; }

.product-broof {
  background-color: #0093a4;
  color: #fff;
  background-image: url("/assets/img/screen-broof.png");
  background-position: -10vw center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.product-daas {
  background-color: #0093a4;
  color: #fff;
  background-image: url("/assets/img/screen-broof.png");
  background-position: -10vw center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.product-broof .product-info {
  background-color: rgba(0, 147, 164, 0.8); }

.product-daas .product-info {
  background-color: rgba(0, 147, 164, 0.8);
  margin-top: -50px; }

.product-section-body {
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.product-section-body > div[class*="col-"] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: none; }

.product-section-product-actions {
  list-style: none;
  margin-top: 20px; }

.product-section-product-copy {
  margin-top: 24px; }

.product-section-product-description {
  line-height: 23px;
  margin-top: 10px;
  font-size: 16px; }

.product-section-product-name em {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 8px;
  color: #fff;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
  font-style: normal; }

.product-section-product-name figure {
  display: block;
  width: 100%; }

.product-section-product-name img {
  height: 80px;
  width: auto;
  max-width: 100%;
  object-fit: contain; }

.product-section-product-title {
  font-size: 42px; }

.product-info {
  /*  padding: 60px 40px;*/
  padding: 0px 40px; }

.product-sivira_channel {
  background-color: #427a90;
  color: #fff; }

.product-soulgem {
  background-color: #ee5558;
  color: #fff; }

.product-work_flow {
  background-color: #812215;
  color: #fff; }

.product {
  width: 100%;
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center; }

.product-noflex {
  width: 100%;
  min-height: calc(100vh - 100px);
  justify-content: center;
  align-items: center; }

.product-screen {
  position: relative;
  display: flex;
  justify-content: cetner;
  align-items: center; }

.product-screen figure {
  padding: 60px; }

.product-screen figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center; }

@media screen and (min-width: 600px) {
  .panel-member-main .panel-body {
    display: flex; } }

@media screen and (max-width: 600px) {
  .product-section-body {
    flex-wrap: wrap; } }

.product-broof .product-section-body {
  width: 100%; }

.broof_header {
  margin-bottom: 20px; }

.broof_title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px; }

.broof_titleLogo {
  width: 290px;
  max-width: 100%; }

.broof_subTitle {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 20px; }

.broof_description {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px; }

.broof_pointList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }

.broof_point {
  display: inline-block;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border: solid 3px #ffffff;
  border-radius: 50%;
  padding: 24px;
  margin: 10px; }

.broof_pointTitle {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  min-height: 44px;
  margin: 0; }

.broof_pointTitle-iot {
  font-size: 18px; }

.broof_pointIconList {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; }

.broof_pointIconImage {
  width: 50px;
  height: 50px; }

.broof_moreWrap {
  padding-top: 35px;
  text-align: center; }

.product-daas .product-section-body {
  width: 100%; }

.daas_header {
  margin-bottom: 20px; }

.daas_title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 40px; }

.daas_content {
  text-align: center; }

.daas_titleLogo {
  width: 290px;
  max-width: 100%; }

.daas_subTitle {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 20px; }

.daas_description {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px; }

.unwallet_description {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px; }

.daas_pointList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }

.daas_point {
  display: inline-block;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border: solid 3px #ffffff;
  border-radius: 50%;
  padding: 24px;
  margin: 10px; }

.daas_pointTitle {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  min-height: 44px;
  margin: 0; }

.daas_pointIconList {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; }

.daas_pointIconImage {
  width: 50px;
  height: 50px; }

.daas_moreWrap {
  padding-top: 35px;
  text-align: center; }

.daas-title {
  padding-top: 20px;
  max-width: 500px;
  width: 100%; }

.detail-box {
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  margin: 10px;
  padding: 10px 30px 10px 30px !important; }
  .detail-box .title {
    font-size: medium;
    margin-bottom: 10px; }
  .detail-box .btn {
    font-size: small; }

.unwallet {
  margin-top: -80px;
  padding-top: 100px; }

.btn-default {
  font-size: 18px; }

.history {
  margin-top: -100px;
  padding-top: 100px; }

.product-section-product-title {
  font-size: 30px; }

.history-title {
  color: #fff;
  font-size: 28px;
  margin: 64px 0px 0px 80px;
  width: 100%;
  display: block !important;
  text-align: left; }

.history-soulgem {
  background-color: #EE5558;
  color: #FFF; }

.history-broof2 {
  background-color: #0093A4;
  color: #FFF; }

.history-prooflog {
  background-color: #2b6dbe;
  color: #FFF; }

.history-sdgs {
  background-color: #DEA54B;
  color: #FFF; }

.history-tep {
  background-color: #9B5094;
  color: #FFF; }

.history-dao {
  background-color: #7DDF64;
  color: #FFF; }

.history-pid {
  background-color: #0093A4;
  color: #FFF; }

.history-next {
  background-color: #EE5558;
  color: #FFF; }

figure.pid-logo {
  padding: 60px 0 10px 0 !important;
  text-align: center; }

@media screen and (max-width: 768px) {
  .product-info {
    text-align: center !important; }
  .product-section-product-title {
    font-size: 30px !important; } }

@media screen and (min-width: 768px) {
  .product-double-col {
    margin-left: 40px; }
  .history-soulgem {
    background-image: url("../img/bg01-2.jpg");
    background-repeat: repeat-y; }
  .bg-circle {
    background-image: url("../img/circle.png");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: top 67px left 50px; }
  .bg-circle-bottom {
    background-image: url("../img/circle-bottom.png");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: top 130px left 38px; }
  .history-broof2 {
    background-image: url("../img/bg02.jpg");
    background-repeat: repeat-y; }
  .history-prooflog {
    background-image: url("../img/bg03.jpg");
    background-repeat: repeat-y; }
  .history-sdgs {
    background-image: url("../img/bg04.jpg");
    background-repeat: repeat-y; }
  .history-tep {
    background-image: url("../img/bg05.jpg");
    background-repeat: repeat-y; }
  .history-dao {
    background-image: url("../img/bg06.jpg");
    background-repeat: repeat-y; }
  .history-pid {
    background-image: url("../img/bg02.jpg");
    background-repeat: repeat-y; }
  .history-next {
    background-image: url("../img/bg01-2.jpg");
    background-repeat: repeat-y; }
  .history-bottom {
    background-image: url("../img/bg08.jpg");
    background-repeat: repeat-y; } }

.history-bottom {
  height: 150px !important; }

.history-title-message {
  margin-left: 30px; }

.history-title-message-sp {
  margin-left: 35px;
  font-size: 20px; }

.history-subtitle {
  font-size: 24px; }

.history-sivira-logo {
  width: 50px !important; }

.product-baas {
  background-color: #7F7F7F;
  color: #FFF; }

.product-funnel {
  background-color: #78AD29;
  color: #FFF; }

.product-hublive {
  background-color: #1C696D;
  color: #FFF; }

.product-pid {
  background-color: #78AD29;
  color: #FFF; }

.product-daas {
  background-color: #0093A4;
  color: #FFF;
  background-image: url("/assets/img/screen-broof.png");
  background-position: -10vw center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.history-section-body {
  max-width: 100%;
  display: flex;
  justify-content: center;
  /*  align-items: center;*/
  flex-direction: row; }

.history-section-body > div[class*="col-"] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: none; }

.history-section-history-actions {
  list-style: none;
  margin-top: 20px; }

.history-section-history-copy {
  margin-top: 24px; }

.history-section-history-description {
  line-height: 23px;
  margin-top: 10px;
  font-size: 16px;
  margin-left: 50px; }

.history-section-history-name em {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 8px;
  color: #FFF;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
  font-style: normal; }

.history-section-history-name figure {
  display: block;
  width: 100%; }

.history-section-history-name img {
  height: 80px;
  width: auto;
  max-width: 100%;
  object-fit: contain; }

.history-noflex {
  width: 100%;
  min-height: calc(100vh - 100px);
  justify-content: center;
  align-items: center; }

.history-noflex-bottom {
  width: 100%;
  justify-content: center;
  align-items: center; }

.history-screen {
  position: relative;
  display: flex;
  justify-content: start !important;
  align-items: center;
  /*  margin-top:100px;*/
  margin-top: 40px; }

.history-screen figure {
  padding: 60px; }

.history-screen figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center; }
