.mixin-clearfix {
  zoom: 1;
}
.mixin-clearfix:before,
.mixin-clearfix:after {
  content: "";
  display: block;
}
.mixin-clearfix:after {
  clear: both;
}
#content .paragraph01 img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 718px) {
  #content .paragraph01 img {
    width: 100%;
  }
}
#content .paragraph01 h2 {
  margin: 1em 0;
  color: #333;
  font-weight: bold;
}
#content .partner-voice-box {
  background-color: #f0ecd9;
  margin-bottom: 1em;
}
#content .partner-voice-box h2 {
  color: #fff;
  background-color: #f60 !important;
  padding: 0.5em !important;
  font-weight: bold;
}
#content .partner-voice-box .content {
  padding: 1em;
  padding-top: 0;
}
#content .partner-voice-box .content .data {
  background-color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}
#content .partner-voice-box .content .data p {
  font-size: 0.7em;
  line-height: 1em;
}
#content .partner-voice-box .content .data p:last-child {
  margin-bottom: 0;
}
#content .partner-voice-box .content h3 {
  color: #fff;
  background-color: #6caa17 !important;
  padding: 0.5em !important;
  font-size: 0.9em;
  font-weight: bold;
}
#content .partner-voice-box .content p.answer {
  font-size: 0.8em;
  line-height: 1.4em;
  display: inline;
  border-bottom: 1px dotted #a6a6a6;
}

.survey {
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  height: auto
}
.survey:hover {
  outline: solid 1px #b5af8f;
}

dialog {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
}
dialog [container] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
dialog [navigation] {
  color: #ffffff;
  font-size: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
dialog img {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
}
dialog svg {
  width: 30px;
  height: 30px;
}
dialog button {
  display: flex;
  align-items: center;
  outline: none;
  background: transparent;
  border: none;
  white-space: nowrap;
}
dialog button:focus-visible {
  text-decoration: underline;
}
dialog button:hover {
  text-decoration: underline;
  color: #e2e1e1
}
@starting-style {
  dialog[open],
  dialog[open]::backdrop {
    opacity: 0;
  }
}
dialog,
::backdrop {
  opacity: 0;
  transition: opacity .5s, display .5s allow-discrete, overlay .5s allow-discrete;
}
dialog[open],
dialog[open]::backdrop {
  opacity: 1;
}

.decorated-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.decorated-with-icon svg {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}


#content h2.section-title {
  margin: 32px 0 16px 0;
  padding: 32px 16px 16px 0px;
  display: flex;
  align-items: center;
}
#content h2.section-title span {
  font-size: 22px;
  font-weight: 700;
}
#content h2.section-title svg {
  width: 30px;
  height: 30px;
  color: #6caa17;
  flex-shrink: 0;
}
