/*========================================================================
   kourou_request layout
========================================================================*/
#survey_results #mainVisual::before {
  padding-top: 0;
}

#contents .content {
  margin-bottom: 5em;
}
@media screen and (min-width: 768px) {
  #contents .content .inner_frame {
    max-width: 750px;
  }
}
#contents .txt_cont {
  padding: 2em 1em;
  margin-bottom: clamp(2.4em, 4vw, 5em);
}

.toggle {
  display: none;
}

.Label {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}

.Label::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.Label,
.ac_cont {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ac_cont {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.toggle:checked + .Label + .ac_cont {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle:checked + .Label::after {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

#survey_results .lead {
  text-align: center;
}
#survey_results .cont {
  padding: 1em;
  margin-bottom: 1.2em;
}
#survey_results .cont:has(.cap) {
  margin-top: calc(clamp(2.4em, 4vw, 5em) + 2.6em);
}
#survey_results .cont .cap {
  font-size: 1.2em;
  margin-top: -2.6em;
  margin-bottom: 1.2em;
  color: #baba0a;
}
#survey_results .cont .chart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#survey_results .cont .chart_wrap > * {
  min-width: 240px;
  margin: 1em 0;
}
#survey_results .cont .chart_wrap .labelArea {
  border: none;
  font-size: 0.93em;
  padding: 0;
}
#survey_results .cont .chart_wrap .labelArea li {
  display: block;
  margin-left: 25px;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
#survey_results .cont .chart_wrap .labelArea li::before {
  width: 20px;
  height: 10px;
  border-width: 0;
}
#survey_results .cont .chart_wrap .labelArea li::before, #survey_results .cont .chart_wrap .labelArea li .note {
  margin-left: -25px;
}
#survey_results .cont .chart_wrap .labelArea li .note {
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0.5em;
  border: dotted 1px;
  margin-top: 0.3em;
}
#survey_results .cont .chart_wrap .labelArea li .exp {
  width: 100%;
}
#survey_results .cont .chart_wrap .labelArea li .exp ul li {
  margin-left: 0;
  list-style: disc;
}
#survey_results .cont .chart_wrap .labelArea li .exp ul li::before {
  display: none;
}
#survey_results .cont .chart_wrap .chartArea.bar .data {
  white-space: nowrap;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#survey_results .cont .chart_wrap .chartArea.pie {
  max-width: 320px;
}
#survey_results .cont .chart_wrap .listArea, #survey_results .cont .chart_wrap .exp {
  width: 100%;
}
#survey_results .cont .chart_wrap .listArea .txt_cont, #survey_results .cont .chart_wrap .exp .txt_cont {
  background-color: rgba(186, 186, 10, 0.1);
  border: dotted 2px rgba(186, 186, 10, 0.5);
  border-radius: 10px;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #survey_results .cont .chart_wrap .listArea .txt_cont, #survey_results .cont .chart_wrap .exp .txt_cont {
    padding: 1em;
    max-width: 100%;
  }
}
#survey_results .cont .chart_wrap .listArea .txt_cont p:not(:last-child), #survey_results .cont .chart_wrap .exp .txt_cont p:not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  #survey_results .cont .chart_wrap > * {
    width: 48%;
  }
  #survey_results .cont .chart_wrap .chartArea {
    max-width: 320px;
  }
  #survey_results .cont .chart_wrap .labelArea {
    margin-right: 4%;
  }
}

#comentxt {
  text-align: center;
}
#comentxt .txt {
  font-size: 0.85em;
  font-weight: bold;
  color: #dd5533;
  margin-bottom: 1em;
  position: relative;
  left: 100vw;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#comentxt.fixed .txt {
  position: relative;
  left: 0;
}

#commentary {
  position: fixed;
  top: 0;
  left: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 50;
  /* keyframes -------------------------------------*/
}
@media screen and (min-width: 768px) {
  #commentary {
    left: 0;
  }
}
#commentary #comentbtn {
  position: fixed;
  top: 60px;
  left: -100px;
  z-index: 50;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 768px) {
  #commentary #comentbtn {
    top: 130px;
    left: -25px;
  }
}
#commentary #comentbtn.comentbtn {
  display: inline-table;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#commentary #comentbtn.comentbtn a {
  background-color: #ff6655;
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.1;
  padding: 15px 15px 15px 30px;
  border-radius: 40px;
}
#commentary #comentbtn.comentbtn a::after {
  content: "OPEN";
  display: block;
}
#commentary #comentbtn.comentbtn.open a::after {
  content: "close";
}
#commentary.fixed {
  left: 0;
}
#commentary.fixed #comentbtn {
  left: -90px;
  -webkit-animation: btn_ani 0.4s both;
          animation: btn_ani 0.4s both;
}
@media screen and (min-width: 768px) {
  #commentary.fixed #comentbtn {
    left: -25px;
    -webkit-animation: none;
            animation: none;
  }
}
#commentary.fixed .commentArea.open {
  right: 0;
}
@-webkit-keyframes btn_ani {
  0% {
    left: -90px;
  }
  100% {
    left: -25px;
  }
}
@keyframes btn_ani {
  0% {
    left: -90px;
  }
  100% {
    left: -25px;
  }
}
#commentary .commentArea {
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 15px -5px #777;
          box-shadow: 0px 0px 15px -5px #777;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#commentary .commentArea.open {
  right: 0;
}
#commentary .commentArea.inner_frame {
  max-width: 700px;
  width: 80%;
}
#commentary .commentArea.txt_cont .txtArea {
  display: block;
}
#commentary .commentArea .cont {
  margin-bottom: 1em;
  padding: 1em;
}
#commentary .commentArea .cont .strong {
  color: #971;
  font-weight: bold;
  font-size: 1.1em;
}