.framework-0 * {
  font-size: 16px;
}
@media (max-width: 768px) {
  .framework-0 * {
    font-size: 14px;
  }
}
.framework-0 a {
  color: #0d6efd !important;
  text-decoration: underline;
}
.framework-0 a:visited {
  color: #0d6efd !important;
}
.framework-0 a:hover {
  color: #ff1212 !important;
  text-decoration: underline;
}
.framework-0 .btn-primary {
  color: #ffffff !important;
  background-color: #bf0000 !important;
  text-decoration: none !important;
}
.framework-0 .btn-primary:visited {
  color: #ffffff !important;
}
.framework-0 .btn-primary:hover, .framework-0 .btn-primary:active {
  color: #ffffff !important;
  background-color: #ff1212 !important;
}

.bg-orange {
  background-color: #fff0d3;
}

.bg-light-orange {
  background-color: #fff8eb;
}

.overflow-x-auto {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overflow-x-auto::-webkit-scrollbar {
  display: none;
}

.voice_answer {
  background-color: #87c5ff;
}

.voice {
  width: 100%;
  max-width: 710px;
}
.voice .speech-balloon {
  position: relative;
  max-width: 600px;
  margin-left: 12px;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: #ffffff;
}
.voice .speech-balloon::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  display: block;
  border-top: 12px solid #ffffff;
  border-left: 12px solid rgba(255, 255, 255, 0);
}

.answer {
  width: 100%;
  max-width: 710px;
}
.answer .speech-balloon {
  position: relative;
  max-width: 600px;
  margin-right: 12px;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: #ffffff;
}
.answer .speech-balloon::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -10px;
  display: block;
  border-top: 12px solid #ffffff;
  border-right: 12px solid rgba(255, 255, 255, 0);
}

.before-after-img {
  display: block;
  width: 100%;
  min-width: 460px;
  border: solid 1px #f7f7f7;
}
@media (max-width: 768px) {
  .before-after-img {
    width: 100%;
    max-width: 300px;
    min-width: 240px;
  }
}

.before-after-arrow {
  width: 23px;
  height: 100px;
  min-width: 23px;
  min-height: 100px;
}

.comp-headline04 {
  margin-top: 16px;
}

.js-accordion {
  border: none;
}