<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* @mixin ie11 {
    @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    @content
  }
} */
/* @mixin bg--voice02 {
  .bg--voice02 &amp; {
    @content
  }
}
 */
/*-----------------------------------------
  #page_voice　css
------------------------------------------*/
.entryList .entry {
  background-image: url("../images/common/bg_voice.jpg");
  padding: 20px 19px;
}

.entry {
  padding: 25px 19px 40px;
  border: 1px solid #bfbfbf;
}
.entry figure {
  margin-bottom: .5em;
}

.entryList__customer {
  background-color: #92cad7;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 40px;
  padding: 5px 20px;
}

.entryList__title {
  font-size: 1.4rem;
  color: #514a46;
}

.entry__title {
  border-bottom: 1px dotted;
  margin: 10px 0 30px;
  padding-bottom: 10px;
}

.entry__customer {
  padding: 7px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #92cad7;
  margin-bottom: 20px;
}

  /*   .bg--voice {
  background-color: #feecd2;
  border: 1px solid #e1c293;
}
.entryList__customer {
  color: $textCol05;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .5em;
}

.bg--voice02 {
  background-image: url("../images/common/bg_voice02.png");
  .entry {
    margin: 30px;
    border: 2px solid #e1c293;
    background-color: #fff;
  }
}
.entry__header {
  background-color: #feecd2;
  margin: -30px -30px 30px;
  padding: 30px 30px 1px;
}
.entry__customer {
  color: $textCol05;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .5em;
}
.entry__photo {
  margin-bottom: 30px;
}
.entry__gallery {
  color: #666;
  margin-top: 80px;
  dt {
    text-align: center;
    margin-bottom: 30px;
  }
  ul {
    margin-left: -12px;
    font-size: 0;
  }
  li {
    display: inline-block;
    width: 140px;
    margin-left: 12px;
    vertical-align: top;
    font-size: 1.2rem;
    text-align: center;
  }
  figcaption {
    padding: .5em 0 1.5em;
  }
  p {
    font-size: 1.2rem;
  }
} */
</pre></body></html>