<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pfh {
  /* ========================================
     Index Setting
    ======================================== */
  /* ========================================
     About Setting
    ======================================== */
  /* ========================================
     Living Setting
    ======================================== */
}
.pfh .pfh-intro {
  position: relative;
  width: 100%;
  padding: 70px 0 100px;
}
.pfh .pfh-intro .pfh-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.pfh .pfh-intro__figure {
  width: 38.6%;
  margin-right: 7%;
}
.pfh .pfh-intro__text {
  width: 50%;
}
.pfh .pfh-intro__text .text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 35px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-intro__text .text {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-intro {
    margin-top: -175px;
    padding: 35px 0 40px;
  }
  .pfh .pfh-intro .pfh-inner {
    display: block;
  }
  .pfh .pfh-intro__figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .pfh .pfh-intro__figure img {
    width: 59.15%;
    max-width: 210px;
  }
  .pfh .pfh-intro__text {
    width: 100%;
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.pfh .pfh-tablelist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pfh .pfh-tablelist__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 166px;
  min-height: 70px;
  border-right: solid #242424 5px;
  font-size: 1.6rem;
  line-height: 25px;
}
.pfh .pfh-tablelist__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 2rem;
  line-height: 1.65;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-tablelist__item {
    display: block;
  }
  .pfh .pfh-tablelist__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: auto;
    padding: 5px;
    border-right: none;
    border-bottom: solid #242424 3px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .pfh .pfh-tablelist__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 5px 15px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 1;
    text-align: left;
  }
}
.pfh .pfh-area .pfh-note {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-area .pfh-note {
    margin-top: 10px;
  }
}

.pfh .pfh-customer .pfh-frame {
  border-top-left-radius: 0;
}
.pfh .pfh-customer .pfh-content__text {
  text-align: center;
  font-size: 1.9rem;
  padding-top: 34px;
}

.pfh .pfh-customer .pfh-customer-list__link:focus {
  outline: none !important;
  border: none;
}
.pfh .pfh-customer .pfh-customer-list {
  padding: 25px 34px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pfh .pfh-customer .pfh-customer-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 31.2%;
  /* margin-top: 40px;
    padding: 40px; */
}
.pfh .pfh-customer .pfh-customer-list__item:nth-of-type(1) {
  margin-top: 0;
}
.pfh .pfh-customer .pfh-customer-list__photo {
  /* width: 48.07%; */
  width: 100%;
  position: relative;
  background: #f6ab00;
}

.pfh .pfh-customer .pfh-customer-list__photo img {
  transition: all 0.2s;
}

.pfh
  .pfh-customer
  .pfh-customer-list__link:hover
  .pfh-customer-list__photo
  img {
  opacity: 0.8;
}

.pfh .pfh-customer .pfh-customer-list__photo::after {
  content: ''; /* 繧ｳ繝ｳ繝�Φ繝�ｒ謖ｿ蜈･縺吶ｋ縺溘ａ縺ｫ遨ｺ縺ｮ content 繧定ｨｭ螳� */
  background-image: url('../img/customer_play_button_1.png'); /* 逕ｻ蜒上�URL繧呈欠螳� */
  background-size: contain; /* 逕ｻ蜒上ｒ繧ｳ繝ｳ繝�リ蜀�↓蜿弱ａ繧九◆繧√↓contain繧定ｨｭ螳� */
  background-position: center center; /* 逕ｻ蜒上ｒ荳ｭ螟ｮ縺ｫ驟咲ｽｮ */
  position: absolute; /* 邨ｶ蟇ｾ菴咲ｽｮ繧定ｨｭ螳� */
  top: 50%; /* 荳顔ｫｯ繧定ｦｪ隕∫ｴ�縺ｮ50%縺ｫ險ｭ螳� */
  left: 50%; /* 蟾ｦ遶ｯ繧定ｦｪ隕∫ｴ�縺ｮ50%縺ｫ險ｭ螳� */
  transform: translate(-50%, -50%); /* 逕ｻ蜒上�荳ｭ蠢�ｒ隕ｪ隕∫ｴ�縺ｮ荳ｭ螟ｮ縺ｫ遘ｻ蜍� */
  width: 46px; /* 逕ｻ蜒上�蟷�ｒ驕ｩ蛻�↑繧ｵ繧､繧ｺ縺ｫ險ｭ螳� */
  height: 46px; /* 逕ｻ蜒上�鬮倥＆繧帝←蛻�↑繧ｵ繧､繧ｺ縺ｫ險ｭ螳� */
}

.pfh .pfh-customer .pfh-customer-list__info {
  width: 100%;
  /* padding-bottom: 20px; */
  /* text-align: left; */
  text-align: center;
}

.pfh .pfh-customer .pfh-customer-list__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-right: 12px; */
}
.pfh .pfh-customer .pfh-customer-list__text img {
  width: 12px;
  height: auto;
  display: block;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .pfh .pfh-customer .pfh-content__text {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.8;
    padding-top: 25px;
  }
  .pfh .pfh-customer .pfh-customer-list {
    padding: 25px 12px 0;
    flex-flow: column;
  }
  .pfh .pfh-customer .pfh-customer-list__item {
    display: block;
    /* margin-top: 15px; */
    /* padding: 12px; */
    width: 100%;
  }

  .pfh .pfh-customer .pfh-customer-list__item:nth-of-type(1) {
    margin-top: 0;
  }
  .pfh .pfh-customer .pfh-customer-list__photo {
    width: 100%;
  }
  .pfh .pfh-customer .pfh-customer-list__info {
    width: 100%;
    margin-top: 15px;
    padding: 0 8px 30px;
  }

  .pfh .pfh-customer .pfh-customer-list__text {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.6818181818;
  }
}

.pfh .pfh-voice .pfh-voice-list {
  padding: 34px;
}
.pfh .pfh-voice .pfh-voice-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding: 40px;
}
.pfh .pfh-voice .pfh-voice-list__item:nth-of-type(1) {
  margin-top: 0;
}
.pfh .pfh-voice .pfh-voice-list__photo {
  width: 48.07%;
}
.pfh .pfh-voice .pfh-voice-list__info {
  width: 47.11%;
  padding-bottom: 20px;
  text-align: left;
}
.pfh .pfh-voice .pfh-voice-list .pfh-btn-voicedetail {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 12px 36px 14px;
  border-radius: 10px;
  background: #242424;
  color: #fff;
}
.pfh .pfh-voice .pfh-voice-list__title {
  position: relative;
  padding-bottom: 30px;
  font-size: 2.82rem;
  line-height: 1.5;
}
.pfh .pfh-voice .pfh-voice-list__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #f6ab00;
  content: '';
}
.pfh .pfh-voice .pfh-voice-list__title .ti-05 {
  display: inline-block;
  text-indent: -0.5em;
}
.pfh .pfh-voice .pfh-voice-list__name {
  margin-top: 10px;
  font-size: 1.6rem;
}
.pfh .pfh-voice .pfh-voice-list__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-voice .pfh-voice-list {
    padding: 12px;
  }
  .pfh .pfh-voice .pfh-voice-list__item {
    display: block;
    margin-top: 15px;
    padding: 12px;
  }
  .pfh .pfh-voice .pfh-voice-list__item:nth-of-type(1) {
    margin-top: 0;
  }
  .pfh .pfh-voice .pfh-voice-list__photo {
    width: 100%;
  }
  .pfh .pfh-voice .pfh-voice-list__info {
    width: 100%;
    margin-top: 20px;
    padding: 0 8px 30px;
  }
  .pfh .pfh-voice .pfh-voice-list .pfh-btn-voicedetail {
    display: inline-block;
    z-index: 1;
    position: absolute;
    right: 3px;
    bottom: 3px;
    padding: 8px 18px 10px;
    border-radius: 5px;
    background: #242424;
    color: #fff;
    font-size: 1.25rem;
  }
  .pfh .pfh-voice .pfh-voice-list__title {
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
  .pfh .pfh-voice .pfh-voice-list__title::after {
    height: 2px;
  }
  .pfh .pfh-voice .pfh-voice-list__name {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .pfh .pfh-voice .pfh-voice-list__text {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.6818181818;
  }
}
.pfh .pfh-price .pfh-content__main {
  position: relative;
}
.pfh .pfh-price .pfh-tablelist__right {
  width: 100%;
  font-size: 4rem;
}
.pfh .pfh-price .pfh-tablelist__right .sml {
  font-size: 1.8rem;
}
.pfh .pfh-price .pfh-note {
  position: absolute;
  right: 18px;
  bottom: 6px;
  font-size: 1.4rem;
}
.pfh .pfh-price .pfh-notes {
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-price .pfh-content__main {
    padding: 12px 12px 20px;
  }
  .pfh .pfh-price .pfh-tablelist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pfh .pfh-price .pfh-tablelist__left {
    width: 70px;
    min-height: 40px;
    border-right: solid #242424 3px;
    border-bottom: none;
    font-size: 1.5rem;
  }
  .pfh .pfh-price .pfh-tablelist__right {
    min-height: 40px;
    font-size: 2rem;
  }
  .pfh .pfh-price .pfh-tablelist__right .sml {
    font-size: 1rem;
  }
  .pfh .pfh-price .pfh-note {
    right: 8px;
    bottom: 6px;
    font-size: 1rem;
  }
}
.pfh .pfh-about {
  margin-top: 80px;
}
.pfh .pfh-about__inner {
  padding: 45px 45px 0;
}
.pfh .pfh-about__lead {
  margin: 80px 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 35px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-about__lead {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
.pfh .pfh-about__video {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-about {
    margin-top: 40px;
  }
  .pfh .pfh-about__inner {
    padding: 14px 12px 0;
  }
  .pfh .pfh-about__lead {
    margin: 40px 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .pfh .pfh-about__lead {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
.pfh .slick-slider .slick-list,
.pfh .slick-track,
.pfh .slick-slide,
.pfh .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: none;
  transform: none;
}
.pfh .pfh-app {
  margin-top: 80px;
  padding-bottom: 60px;
}
.pfh .pfh-app__title {
  font-size: 2rem;
  letter-spacing: 0.14em;
  text-align: center;
}
.pfh .pfh-app__slider {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .pfh .pfh-app__title {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.pfh .pfh-app .app-slider {
  position: relative;
  width: 490px;
  width: 41.17%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider {
    width: 56.71%;
    margin-top: 15px;
  }
}
.pfh .pfh-app .app-slider::before {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  width: 386px;
  height: 644px;
  margin-left: -193px;
  background-image: url('../img/app_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider::before {
    width: 181px;
    height: 300px;
    margin-left: -90px;
  }
}
.pfh .pfh-app .app-slider__item {
  z-index: 2;
  position: relative;
  padding-top: 42px;
}
.pfh .pfh-app .app-slider__item.is-next .app-slider__figure {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider__item {
    padding-top: 19px;
  }
}
.pfh .pfh-app .app-slider__figure {
  width: 260px;
  margin: auto;
  overflow: hidden;
  border-radius: 28px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pfh .pfh-app .app-slider__figure img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: none;
  transform: none;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider__figure {
    width: 122px;
    border-radius: 14px;
  }
}
.pfh .pfh-app .app-slider__title,
.pfh .pfh-app .app-slider__text {
  width: 290px;
  margin-right: auto;
  margin-left: auto;
}
.pfh .pfh-app .app-slider__title {
  margin-top: 60px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider__title {
    width: 156px;
    margin-top: 30px;
    font-size: 1.2rem;
  }
}
.pfh .pfh-app .app-slider__text {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider__text {
    width: 135px;
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.pfh .pfh-app .app-slider .slick-list {
  z-index: 2;
  position: relative;
  overflow: visible;
}
.pfh .pfh-app .app-slider .slick-arrow {
  z-index: 9;
  top: 322px;
  width: 32px;
  height: 48px;
}
.pfh .pfh-app .app-slider .slick-arrow::before {
  display: none;
}
.pfh .pfh-app .app-slider .slick-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 48px;
  background-image: url('../common/img/icon_arrow2.svg');
  background-size: 100%;
  content: '';
}
.pfh .pfh-app .app-slider .slick-arrow.slick-prev {
  left: -16px;
}
.pfh .pfh-app .app-slider .slick-arrow.slick-prev::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pfh .pfh-app .app-slider .slick-arrow.slick-next {
  right: -16px;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider .slick-arrow {
    top: 150px;
    width: 16px;
    height: 24px;
  }
  .pfh .pfh-app .app-slider .slick-arrow::after {
    width: 16px;
    height: 24px;
  }
  .pfh .pfh-app .app-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .pfh .pfh-app .app-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
.pfh .pfh-app .app-slider .slick-dots {
  z-index: 1;
  position: relative;
  top: 0;
  margin-top: 20px;
}
.pfh .pfh-app .app-slider .slick-dots li {
  margin: 0 10px;
}
.pfh .pfh-app .app-slider .slick-dots li.slick-active button {
  background: #242424;
}
.pfh .pfh-app .app-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: solid 4px #242424;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.pfh .pfh-app .app-slider .slick-dots li button::before {
  display: none;
}
.pfh .pfh-app .app-slider .slick-dots li button:hover {
  background: #242424;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .pfh .pfh-app .app-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: solid 2px #242424;
    border-radius: 10px;
  }
}

.pfh .pfh-app .app-slider__toggleBtn {
  margin: 20px auto 20px;
}
.pfh .pfh-app .app-slider__toggleBtn:focus {
  outline: 0 !important;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-app .app-slider__toggleBtn {
    margin: 20px auto 0px;
  }
}

.pfh .pfh-living {
  margin-top: 80px;
}
.pfh .pfh-living__subtitle {
  margin-bottom: 20px;
  font-size: 4rem;
  letter-spacing: 0.04em;
}
.pfh .pfh-living__lead {
  margin-top: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.pfh .pfh-living__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pfh .pfh-living__list li {
  width: calc(25% - 9px);
}
.pfh .pfh-living__list li:not(:nth-child(-n + 4)) {
  margin-top: 12px;
}
.pfh .pfh-living__list li:not(:nth-child(4n + 1)) {
  margin-left: 12px;
}
.pfh .pfh-living__list a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.pfh .pfh-living__list a::before {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: #f6ab00;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pfh .pfh-living__list a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #242424;
  border-radius: 10px;
  content: '';
}
.pfh .pfh-living__list a.active::before {
  top: 0;
  height: 100%;
  opacity: 0.4;
}
@media only screen and (min-width: 769px) {
  body.is-pc .pfh .pfh-living__list a:hover::before {
    top: 0;
    height: 100%;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-living {
    margin-top: 40px;
  }
  .pfh .pfh-living__subtitle {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .pfh .pfh-living__lead {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 0.065em;
    line-height: 16px;
  }
  .pfh .pfh-living__list {
    margin-top: 15px;
  }
  .pfh .pfh-living__list li {
    width: calc(50% - 4px);
  }
  .pfh .pfh-living__list li:not(:nth-child(-n + 2)) {
    margin-top: 8px;
  }
  .pfh .pfh-living__list li:not(:nth-child(4n + 1)) {
    margin-left: 0px;
  }
  .pfh .pfh-living__list li:nth-child(even) {
    margin-left: 8px;
  }
  .pfh .pfh-living__list a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .pfh .pfh-living__list a::before {
    border-radius: 5px;
  }
  .pfh .pfh-living__list a::after {
    border: solid 3px #242424;
    border-radius: 5px;
    content: '';
  }
}
@media only screen and (min-width: 768px) {
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist ul li a {
    position: relative;
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist ul li a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: 100%;
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist ul li a {
    width: calc(100% + 50px);
    z-index: 99999;
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-1 li a {
    width: calc(100% + 110px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-4 li a {
    width: calc(100% + 70px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-5 li a {
    width: calc(100% + 150px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-6 li a {
    width: calc(100% + 160px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-7 li a {
    width: calc(100% + 240px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-8 li a {
    width: calc(100% + 130px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-11 li a {
    width: calc(100% + 80px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-12 li a {
    width: calc(100% + 140px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-13 li a {
    width: calc(100% + 110px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-14 li a {
    width: calc(100% + 150px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-15 li a {
    width: calc(100% + 20px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-16 li a {
    width: calc(100% + 100px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-17 li a {
    width: calc(100% + 40px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-18 li a {
    width: calc(100% + 60px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-20 li a {
    width: calc(100% + 80px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-21 li a {
    width: calc(100% + 0px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-22 li a {
    width: calc(100% + 60px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-23 li a {
    width: calc(100% + 170px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-24 li a {
    width: calc(100% + 170px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-25 li a {
    width: calc(100% + 20px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-26 li a {
    width: calc(100% + 60px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-27 li a {
    width: calc(100% + 95px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-28 li a {
    width: calc(100% + 75px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-29 li a {
    width: calc(100% + 40px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist .pfh-ex-sublist-31 li a {
    width: calc(100% + 10px);
  }
  .pfh .pfh-exhibition .pfh-ex .pfh-ex-sublist ul li a:hover {
    text-decoration: underline;
  }
}
</pre></body></html>