@charset "UTF-8";
/*========================================================================
   kourou_request layout
========================================================================*/
#kourou_request #mainVisual::before {
  padding-top: 0;
}

#contents .container.padding:not(:last-child) {
  padding-bottom: 2em;
}
#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);
}
@media screen and (min-width: 600px) {
  #contents .txt_cont {
    padding: 2em;
  }
}

#greeting {
  margin: 1em auto 2em;
}
#greeting .bg {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  min-height: 61%;
}
#greeting .bg::before {
  content: "";
  display: block;
  width: 100%;
  min-height: 61vw;
  height: 100%;
  background-image: url(../img/kourou_request/kourou_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150% auto;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  #greeting .bg::before {
    background-size: 130% auto;
  }
}
@media screen and (min-width: 768px) {
  #greeting .bg::before {
    background-size: 100% auto;
  }
}
#greeting h4 {
  text-align: center;
  margin-bottom: 1em;
}
#greeting .lead p:not(:last-child) {
  margin-bottom: 0.8em;
}
#greeting .ac_wrap .more_btn {
  display: block;
  min-width: unset;
  width: 130px;
  margin: 10px 0 20px auto;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  background-color: #f65;
  padding: 5px 35px 5px 15px;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
#greeting .ac_wrap .more_btn::before {
  content: "もっと読む";
}
#greeting .ac_wrap .more_btn::after {
  right: 15px;
}
#greeting .ac_wrap .more_btn:hover {
  background-color: #fff;
  color: #f65;
}
#greeting .ac_wrap .toggle:checked + .more_btn::before {
  content: "閉じる";
}
#greeting .ac_wrap .ac_cont {
  max-width: unset;
}

.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%;
  }
}

#recuest .lead {
  margin-bottom: 2em;
}
#recuest .lead h4 {
  text-align: center;
  margin-bottom: 2em;
}
#recuest .lead p {
  text-indent: 1em;
  margin-bottom: 0.5em;
}

#answer .btnArea .btn {
  margin-bottom: 1em;
}
#answer .btnArea .txtlink {
  line-height: 1.2em;
}
#answer .btnArea .txtlink:not(:last-child) {
  margin-bottom: 2em;
}
#answer .btnArea .txtlink a {
  color: #222;
  text-decoration: underline;
}
#answer .btnArea .txtlink::after {
  content: "→";
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  #answer {
    text-align: center;
  }
}