/* 各種アンケート⼀覧
----------------------------------------------- */
.u-survey-result .l-main-visual {
  background-image: url(/files/user/images/survey-form_main-img_sp.jpg);
}
.u-survey-result .end .c-label.color-06 {
      background-color: #929292;
  display: block;
    max-width: 4em;
    margin-bottom: 10px;
      text-align: center;
}

.p-survey-input_submit.result div {
      width: 71.64%;
    margin: auto;
}
.c-survey_results_list{
  margin: 5px 10px;
}
.c-survey_results_list li{
  padding: 5px;
  border-bottom: 1px dashed #888888;
}
.c-survey_results_list li:last-child{
  border-bottom: none;
}
.c-survey_graph_ttl {
  font-size: 16px;
  color: #009944;
  margin-bottom: 10px;
  font-weight: bold;
}
.survey_graph {
  border: 3px solid #009944;
  border-radius: 5px;
  margin-bottom: 30px;
}
.c-survey_graph-pie_legend {
  margin: 30px 20px 0;
  font-size: 13px;
  font-weight: bolder;
}
.c-survey_graph-pie_legend li {
  margin-bottom: 19px;
  display: flex;
  align-items: baseline;
}
.c-survey_graph-pie_legend-icon {
    background-color: #998000;
  border-radius: 50%;
  margin-right: 10px;
  width: 12px;
  height: 12px;
      display: inline-block;
}
.c-survey_graph-pie_legend li:nth-child(2) .c-survey_graph-pie_legend-icon {
  background-color: #531D8A;
}
.c-survey_graph-pie_legend li:nth-child(3) .c-survey_graph-pie_legend-icon {
  background-color: #C23636;
}
@media screen and (min-width:768px) {
.u-survey-result .l-main-visual {
  background-image: url(/files/user/images/survey-form_main-img_pc.jpg);
}
  .u-survey-result .end .c-label.color-06 {
    display: inline-block;
    max-width: inherit;
    margin-bottom: 0;
}
  .survey_graph.u-pie-graph {
    display: flex;
  }
.p-survey-input_submit.result div {
      max-width: 240px;
}
.survey_graph {
  max-width: 600px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.survey_graph > .pie > div{
  left: -100px;
}
.c-survey_graph-pie_legend{
  position: absolute;
  top: -10px;
  right: 0;
}
.c-survey_graph-pie_legend-text{
  width: 150px;
}
}
