<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pfh {
  /* ========================================
  Voice Setting
  ======================================== */
}
.pfh.pfh-voiceDetail .pfh-contents {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-voiceDetail .pfh-contents {
    padding-bottom: 30px;
  }
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-wrap {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-voiceDetail .pfh-voiceDetail-wrap {
    border-radius: 5px;
  }
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-visual {
  position: relative;
  color: #242424;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-visual__info {
  z-index: 1;
  position: absolute;
  bottom: 35px;
  left: 35px;
  text-align: left;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-visual__title {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-visual__title span {
  display: inline-block;
  background: #F6AB00;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-visual__title span:nth-of-type(1) {
  padding: 15px 20px 0;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-visual__title span:nth-of-type(2) {
  padding: 10px 20px;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-visual__name {
  display: inline-block;
  padding: 10px 20px 15px;
  background: #F6AB00;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-voiceDetail .pfh-voiceDetail-visual__info {
    bottom: 12px;
    left: 12px;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-visual__title {
    font-size: 1.5rem;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-visual__title span:nth-of-type(1) {
    padding: 8px 10px 0;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-visual__title span:nth-of-type(2) {
    padding: 6px 10px;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-visual__name {
    padding: 4px 10px 8px;
    font-size: 1rem;
  }
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content {
  padding: 40px 35px;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__item:not(:first-child) {
  position: relative;
  margin-top: 40px;
  padding-top: 45px;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #242424;
  content: "";
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__item.is-photoright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__item.is-photoright .pfh-voiceDetail-content__photo {
  margin-right: 0;
  margin-left: 3.57%;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__item .pfh-btn-block {
  margin-top: 40px;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__photo {
  width: 50%;
  margin-right: 3.57%;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__photo img {
  width: 100%;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__detail {
  width: 46.42%;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__text {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.625;
}
.pfh.pfh-voiceDetail .pfh-voiceDetail-content__btn {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content {
    padding: 12px 12px;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__item {
    display: block;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__item:not(:first-child) {
    position: relative;
    margin-top: 12px;
    padding-top: 15px;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__item:not(:first-child)::before {
    height: 3px;
    border-radius: 3px;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__item.is-photoright .pfh-voiceDetail-content__photo {
    margin-left: 0;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__item .pfh-btn-block {
    margin-top: 10px;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__photo {
    width: 100%;
    margin-right: 0;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__detail {
    width: 100%;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__title {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.7083333333;
  }
  .pfh.pfh-voiceDetail .pfh-voiceDetail-content__text {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.6818181818;
  }
}</pre></body></html>