@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :questionnaire.css
 style info :イナズマ国勢調査のスタイル
=================================================================== */
.contentArea {
  color: #000;
  font-weight: bold;
  background: url(../img/topics/bg_content.jpg) repeat 0 0;
}
@media screen and (min-width: 768px) {
  .contentArea {
    font-size: clamp(16px, 1.7vw, 18px);
    padding: 140px 0 60px;
    margin-top: -82px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea {
    font-size: 0.9vw;
    padding: 6vw 0 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea {
    padding: 32vw 0 18vw;
  }
}
.contentArea h4 {
  font-weight: 700;
  text-align: left;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.5%, #ffe900), to(#ffb800));
  background: linear-gradient(90deg, #ffe900 25.5%, #ffb800 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea h4 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h4 {
    font-size: 4vw;
  }
}
.contentArea .btnG {
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  border-radius: 100em;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 2em;
  margin: 2em auto 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .btnG {
    width: min(70%, 320px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .btnG {
    font-size: 1.2vw;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .btnG {
    font-size: 4vw;
    width: 60%;
  }
}
.contentArea .btnG:before {
  content: "";
  width: 1.2em;
  height: 1.4em;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat center center/100%;
}
.contentArea .btnG:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff3f3a), to(#ffc000));
  background: linear-gradient(90deg, #ff3f3a 0%, #ffc000 100%);
}
@media screen and (min-width: 768px) {
  .contentArea .mainImg {
    width: min(94%, 1080px);
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .mainImg {
    width: 50%;
  }
}
.contentArea .inner {
  background: url(../img/topics/bg_white-line.png) repeat 0 0;
  margin: 0 auto 3.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner {
    border-radius: 10px;
    width: min(90%, 1080px);
    padding: min(6vw, 80px) min(8vw, 120px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner {
    width: 50%;
    padding: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner {
    padding: 6vw 3vw;
  }
}
.contentArea .inner .closeTxt {
  color: #e8303e;
  font-weight: 700;
  background: #ffe9eb;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 2em;
}
.contentArea .inner h2 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0.05em 0.05em #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 167)), to(rgb(4, 158, 201)));
  background: linear-gradient(90deg, rgb(7, 48, 167) 0%, rgb(4, 158, 201) 100%);
  outline: solid 1px #5ab3d0;
  outline-offset: -0.2em;
  padding: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner h2 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner h2 {
    font-size: 5vw;
  }
}
.contentArea .inner .read {
  line-height: 2;
}
.contentArea .inner .txtBig {
  color: #0580c0;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .txtBig {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .txtBig {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .txtBig {
    font-size: 4.4vw;
  }
}
.contentArea .inner table,
.contentArea .inner th,
.contentArea .inner td {
  font-weight: 500;
  border: 1px solid #a5a5a5;
  border-collapse: collapse;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contentArea .inner table {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner table {
    width: calc(100% - 2vw);
    margin: 0 auto 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner table {
    font-size: 3.8vw;
    margin-bottom: 12vw;
  }
}
.contentArea .inner table th,
.contentArea .inner table td {
  vertical-align: top;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .contentArea .inner table th,
  .contentArea .inner table td {
    display: block;
    width: 100%;
  }
}
.contentArea .inner table th {
  background: #fff2ad;
}
@media screen and (min-width: 768px) {
  .contentArea .inner table th {
    border-right: 3px solid #a5a5a5;
    width: 200px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner table th {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner table th {
    border-bottom: 3px solid #a5a5a5;
  }
}
.contentArea .inner table td {
  line-height: 1.8;
}
.contentArea .inner table td em {
  color: #ed0000;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contentArea .inner table td .anoTxt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner table td .anoTxt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner table td .anoTxt {
    font-size: 3.4vw;
  }
}
.contentArea .inner table td .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .inner .list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .list {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .list {
    width: calc(100% - 2vw);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .list {
    width: 92%;
  }
}
.contentArea .inner .list li {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .list li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .list li {
    font-size: 0.8vw;
  }
}

.result .innerBox {
  background: url(../img/topics/bg_white-line.png) repeat 0 0;
  margin: 0 auto 3.4em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .result .innerBox {
    border-radius: 10px;
    width: min(90%, 1080px);
  }
}
@media screen and (min-width: 1921px) {
  .result .innerBox {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .result .innerBox .inBox .sec {
    padding: 2em 3em 0;
  }
}
@media screen and (min-width: 1921px) {
  .result .innerBox .inBox .sec {
    padding: 3vw 3vw 0;
  }
}
@media screen and (max-width: 767px) {
  .result .innerBox .inBox .sec {
    padding: 6vw 3vw 0;
  }
}
.result .innerBox .inBox .sec .txtPeriod {
  display: inline-block;
  color: #e8303e;
  font-weight: 700;
  background: #fff;
  border: solid 2px #e8303e;
  border-radius: 100px;
  padding: 0.3em 1.5em 0.4em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .result .innerBox .inBox .sec .txtPeriod {
    font-size: 22px;
  }
}
@media screen and (min-width: 1921px) {
  .result .innerBox .inBox .sec .txtPeriod {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .result .innerBox .inBox .sec .txtPeriod {
    font-size: 4vw;
  }
}
.result .innerBox .inBox .sec h4 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  .result .innerBox .inBox .sec h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .result .innerBox .inBox .sec h4 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .result .innerBox .inBox .sec h4 {
    font-size: 4.4vw;
  }
}
.result .innerBox .inBox .sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .result .innerBox .inBox .sec .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2em 0;
  }
}
.result .innerBox .inBox .sec .flex li {
  border-radius: 10px;
  border: 2px solid #007cdb;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .result .innerBox .inBox .sec .flex li {
    width: 48%;
  }
}
.result .innerBox .inBox .sec .flex li img {
  border-radius: 8px;
}
.result .innerBox .inBox .sec .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2em 0;
  margin-bottom: 2em;
}
.result .innerBox .inBox .sec .img li {
  border-radius: 10px;
  border: 2px solid #007cdb;
  overflow: hidden;
}
.result .innerBox .inBox .sec .img li img {
  border-radius: 8px;
}
.result .innerBox .inBox .slideBox {
  margin-bottom: 3em;
}
.result .innerBox .inBox .slideBox .sliderEnq {
  position: relative;
}
.result .innerBox .inBox .slideBox .sliderEnq .slick-list li {
  border-radius: 10px;
  border: 2px solid #007cdb;
  overflow: hidden;
  margin: 0 0.5em;
}
.result .innerBox .inBox .slideBox .slick-prev,
.result .innerBox .inBox .slideBox .slick-next {
  font-size: inherit;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 2.4em;
  height: 2.4em;
  -webkit-transform: none;
          transform: none;
}
.result .innerBox .inBox .slideBox .slick-prev:before,
.result .innerBox .inBox .slideBox .slick-next:before {
  display: none;
}
.result .innerBox .inBox .slideBox .slick-prev {
  background: url(../img/shared/bg_slide_arrow_l.png) no-repeat 0 0/100%;
}
.result .innerBox .inBox .slideBox .slick-next {
  background: url(../img/shared/bg_slide_arrow_r.png) no-repeat 0 0/100%;
}
.result .innerBox .inBox .slideBox .slick-dots {
  display: none !important;
}
.result .innerBox .inBox .slideBox .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2em;
  margin-top: 1em;
}
.result .innerBox .inBox .slideBox .arrows .dots {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .result .innerBox .inBox .slideBox .arrows .dots {
    font-size: 26px;
  }
}
@media screen and (min-width: 1921px) {
  .result .innerBox .inBox .slideBox .arrows .dots {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .result .innerBox .inBox .slideBox .arrows .dots {
    font-size: 5vw;
  }
}
.result .innerBox .inBox .lastTxt {
  color: #0580c0;
}
@media screen and (min-width: 768px) {
  .result .innerBox .inBox .lastTxt {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .result .innerBox .inBox .lastTxt {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .result .innerBox .inBox .lastTxt {
    font-size: 4.4vw;
  }
}
.result .innerBox .inBox .lastTxt em {
  color: #e8303e;
  font-weight: 700;
}