@charset "utf-8";

/*=== お客様アンケート結果 ===*/
.enquete .main-ttl {
  display: inline-flex;
}
.enquete-note {
  display: inline;
  margin-left: 10px;
}
.enquete-list {
  margin-top: 40px;
}
.enquete-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.enquete-item:not(:first-child) {
  margin-top: 40px;
}
.enquete-thumb {
  width: 48%;
  margin-right: 40px;
  padding: 0 30px;
  background-color: #f8f8f8;
}
@media print, screen and (max-width: 900px) {
  .enquete-thumb {
    padding: 0;
  }
}
.enquete-graph {
  display: block;
}
.enquete-cont {
  width: 52%;
}
.enquete-lead {
  padding-bottom: 15px;
  border-bottom: 1px solid #e85d00;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
}
.enquete-lead .type-accent {
  color: #e85d00;
  font-size: 46px;
  line-height: 1;
}
.enquete-lead .type-em {
  font-size: 32px;
}
.enquete-txt {
  margin-top: 20px;
  font-size: 18px;
}
.enquete-txt .type-accent {
  color: #e85d00;
  font-weight: bold;
}


/*=== ご意見・ご感想 ===*/
.voice {
  background-color: #f7f7f7;
}
.voice .main-subttl {
  font-size: 26px;
}
.voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice-item {
  display: flex;
  align-items: center;
  width: calc((100% - 20px) / 2);
  min-height: 210px;
  margin-top: 20px;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.voice-icon {
  width: 30%;
  max-width: 120px;
  margin-right: 20px;
}
.voice-cont {
  width: 70%;
}
.voice-txt {
  font-size: 18px;
}
.voice-txt .type-accent {
  color: #e85d00;
  font-weight: bold;
}


@media print, screen and (max-width: 768px) {
  /*=== お客様アンケート結果 ===*/
  .enquete .main-section {
    padding-top: 0;
  }
  .enquete-note {
    display: block;
    margin: 5px 0 0 35px;
  }
  .enquete-list {
    margin-top: 25px;
  }
  .enquete-item {
    display: block;
  }
  .enquete-thumb {
    width: 100%;
    margin-right: 0;
  }
  .enquete-graph {
    max-width: 550px;
    margin: 0 auto;
  }
  .enquete-cont {
    width: 100%;
    margin-top: 20px;
  }
  .enquete-lead {
    font-size: 22px;
  }
  .enquete-lead .type-accent {
    font-size: 30px;
  }
  .enquete-lead .type-em {
    font-size: 24px;
  }
  .enquete-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  /*=== ご意見・ご感想 ===*/
  .voice .main-subttl {
    font-size: 21px;
  }
  .voice-list {
    display: block;
  }
  .voice-item {
    display: block;
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top: 55px;
    padding: 40px 15px 20px;
  }
  .voice-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    max-width: 60px;
    margin-right: 0;
    transform: translateX(-50%);
  }
  .voice-cont {
    width: 100%;
  }
  .voice-txt {
    font-size: 17px;
  }
}
