@charset "UTF-8";
/* =========================================================
   アンケート
========================================================= */
button {
  padding: 0;
  outline: inherit;
  border: none;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
.inner {
  overflow: hidden;
}

.questionnaire__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 19.62vw;
  background-color: #cfaf54;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.questionnaire__title h2 {
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 4.62vw;
  line-height: 1.2;
}

.intro {
  position: relative;
}
.intro_text {
  position: absolute;
  bottom: 5.4vw;
  line-height: 1.8;
  width: 100%;
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media only print, screen and (min-width: 1080px){
  .intro_text {
    bottom: 64px;
    font-size: 32px;
  }
}
.graph {
  position: relative;
}
.graph_percent {
  position: absolute;
  z-index: 3;
  color: #fff;
  line-height: 1;
}
.graph_percent-01 {
  top: 20.9vw;
  left: 7.766667vw;
}
.graph_percent-02 {
  top: 21.4vw;
  left: 55.933333vw;
}
.graph_percent strong {
  font-size: 17.1vw;
  font-style: italic;
}
.graph_percent span {
  font-size: 7.4vw;
  font-style: italic;
}
@media only print, screen and (min-width: 1080px){
  .graph_percent-01 {
    top: 245px;
    left: 107px;
  }
  .graph_percent-02 {
    top: 245px;
    left: 629px;
  }
  .graph_percent strong {
    font-size: 180px;
  }
  .graph_percent span {
    font-size: 70px;
  }
}
.graph_percent {
  opacity: 0;
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
  -webkit-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
     -moz-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
      -ms-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
       -o-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
          transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}
.is-active .graph_percent {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.graph_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.graph_obj {
  position: absolute;
  top: 0;
  left: 0;
}
.is-hidden .graph_obj,
.is-hidden .graph_percent {
  visibility: hidden;
}
.graph_circle-02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s 2.5s linear, transform 1.5s 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
     -moz-transition: opacity 0.5s 2.5s linear, transform 1.5s 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
      -ms-transition: opacity 0.5s 2.5s linear, transform 1.5s 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
       -o-transition: opacity 0.5s 2.5s linear, transform 1.5s 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
          transition: opacity 0.5s 2.5s linear, transform 1.5s 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.is-active .graph_circle-02 {
  transform: rotate(5deg);
  opacity: 0;
}
@media only print, screen and (min-width: 1080px){
/*   .is-active .graph_circle-02 {
    transform-origin: 50% 50%;
  } */
}

/* 棒グラフ */
.graph-02 {
  padding-bottom: 3.99999999vw;
  background: url("../img/enquete/cw_tm_graph02_bg_01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.graph_barGraph {
  position: relative;
}
.graph_barGraph_title {
  position: relative;
  z-index: 1;
/*   position: absolute;
  top: 0;
  left: 0;
 */
}
.graph_barGraph_obj {
  position: absolute;
  width: calc(100% - 18vw );
  overflow: hidden;
  height: 5.2vw;
  margin: 0 9vw;
}
.graph_barGraph-01 .graph_barGraph_obj {
  top: 5.6vw;
}
.graph_barGraph-02 .graph_barGraph_obj {
  top: 6.4vw;
}
.graph_barGraph-03 .graph_barGraph_obj {
  top: 6.9vw;
}
@media only print, screen and (min-width: 1080px){
  .graph-02 {
    padding-bottom: 39px;
  }
  .graph_barGraph_obj {
    width: calc(100% - 188px );
    height: 54px;
    margin: 0 94px;
  }
  .graph_barGraph-01 .graph_barGraph_obj {
    top: 63px;
  }
  .graph_barGraph-02 .graph_barGraph_obj {
    top: 72px;
  }
  .graph_barGraph-03 .graph_barGraph_obj {
    top: 75px;
  }
}
.graph_barGraph_obj_inner {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s 1s ease-out;
     -moz-transition: all 1s 1s ease-out;
      -ms-transition: all 1s 1s ease-out;
       -o-transition: all 1s 1s ease-out;
          transition: all 1s 1s ease-out;
}
.is-active .graph_barGraph-01 .graph_barGraph_obj_inner {
  -webkit-transform: translate(1%);
     -moz-transform: translate(1%);
      -ms-transform: translate(1%);
       -o-transform: translate(1%);
          transform: translate(1%);
}
.is-active .graph_barGraph-02 .graph_barGraph_obj_inner {
  -webkit-transform: translate(-8%);
     -moz-transform: translate(-8%);
      -ms-transform: translate(-8%);
       -o-transform: translate(-8%);
          transform: translate(-8%);
}
.is-active .graph_barGraph-03 .graph_barGraph_obj_inner {
  -webkit-transform: translate(-15%);
     -moz-transform: translate(-15%);
      -ms-transform: translate(-15%);
       -o-transform: translate(-15%);
          transform: translate(-15%);
}
.graph_barGraph_obj .bar {
  width: 100%;
  height: 100%;
}
.graph_barGraph_obj .bar-left {
  position: absolute;
  right: 50%;
  top: 0;
  background-image: -webkit-linear-gradient(to top, #b7470a, #ecb947);
  background-image:    -moz-linear-gradient(to top, #b7470a, #ecb947);
  background-image:     -ms-linear-gradient(to top, #b7470a, #ecb947);
  background-image:      -o-linear-gradient(to top, #b7470a, #ecb947);
  background-image:         linear-gradient(to top, #b7470a, #ecb947);
}

.graph_barGraph_obj .bar-right{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  background-image: -webkit-linear-gradient(to top,  #004766, #0097c4);
  background-image:    -moz-linear-gradient(to top,  #004766, #0097c4);
  background-image:     -ms-linear-gradient(to top,  #004766, #0097c4);
  background-image:      -o-linear-gradient(to top,  #004766, #0097c4);
  background-image:         linear-gradient(to top,  #004766, #0097c4);
}
.is-hidden .graph_barGraph_percent,
.is-hidden .graph_barGraph_obj {
  visibility: hidden;
}
.graph_barGraph_percent {
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
  -webkit-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
     -moz-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
      -ms-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
       -o-transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
          transition: opacity 0.7s 1.8s linear, transform 0.5s 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}
.graph_barGraph_percent-01 {
  left: 31.766667vw;
}
.graph_barGraph_percent-02 {
  left: 59.933333vw;
}
@media only print, screen and (min-width: 1080px){
  .graph_barGraph_percent-01 {
    left: 357px;
  }
  .graph_barGraph_percent-02 {
    left: 649px;
  }
}
.is-active .graph_barGraph_percent {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.graph_barGraph-01 .graph_barGraph_percent-01 ,
.graph_barGraph-01 .graph_barGraph_percent-02 {
  bottom: 4.7vw;
}
.graph_barGraph-02 .graph_barGraph_percent-01 ,
.graph_barGraph-02 .graph_barGraph_percent-02 {
  bottom: 3.9vw;
}
.graph_barGraph-03 .graph_barGraph_percent-01 ,
.graph_barGraph-03 .graph_barGraph_percent-02 {
  bottom: 3.6vw;
}
.graph_barGraph_percent strong {
  font-size: 3.7vw;
  font-style: italic;
  font-weight: 600;
}
.graph_barGraph_percent span {
  font-size: 2.2vw;
  font-style: italic;
  font-weight: 600;
}
@media only print, screen and (min-width: 1080px){
  .graph_barGraph-01 .graph_barGraph_percent-01 ,
  .graph_barGraph-01 .graph_barGraph_percent-02 {
    bottom: 51px;
  }
  .graph_barGraph-02 .graph_barGraph_percent-01 ,
  .graph_barGraph-02 .graph_barGraph_percent-02 {
    bottom: 41px;
  }
  .graph_barGraph-03 .graph_barGraph_percent-01 ,
  .graph_barGraph-03 .graph_barGraph_percent-02 {
    bottom: 39px;
  }
  .graph_barGraph_percent strong {
    font-size: 40px;
  }
  .graph_barGraph_percent span {
    font-size: 16px;
  }
}
.textAttention.-graph {
  position: relative;
}
.textAttention.-graph p {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  color: #b8b8b8;
  line-height: 1.4;
}
@media only print, screen and (min-width: 1080px){
  .textAttention.-graph p {
    top: 31px;
    font-size: 26px;
  }
}




section.questionnaire {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding-bottom: 13.88vw;
  width: 100%;
  background: url(../img/questionnaire/bg-01.png) 0 0/100px 100px repeat;
  color: white;
}

section.questionnaire .container {
  padding: 0 4.16vw;
}

/* アンケート結果 */
.result__header {
  height: 88.05vw;
  background: url(../img/questionnaire/ttl-bg-result.png) center top/cover no-repeat;
}

.result__header .heading-img {
  padding-top: 16.85vw;
}

.result__header .lead {
  margin-top: 5.55vw;
}

.result__body {
  padding-top: 8.33vw;
}

/* コメント */
.comment__header {
  padding-top: 12.68vw;
  height: 42.59vw;
  background: url(../img/questionnaire/ttl-bg-comment.png) right top/contain no-repeat;
}

.comment__header__sub {
  padding-top: 4.16vw;
  text-align: center;
  font-weight: bold;
  font-size: 3.98vw;
  line-height: 1.3;
}

.comment__header__sub span::after {
  content: '\A';
  white-space: pre;
}

.comment__body {
  padding-bottom: 13.88vw;
}

/* データから見るXXIO */
.data__header {
  padding-top: 9.25vw;
  height: 60.37vw;
  background: url(../img/questionnaire/ttl-bg-data.png) center top/cover no-repeat;
}

.data__header .lead {
  margin-top: 4.62vw;
}

/* 追従リンク */
.sticky-cta {
  position: fixed;
  right: 0;
  bottom: 3.7vw;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  pointer-events: none;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.sticky-cta .inner {
  overflow: hidden;
  padding-bottom: 10px;
}

.sticky-cta__link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: auto;
  padding-right: 2.77vw;
  width: 39.81vw;
  height: 14.81vw;
  border-radius: 6px 0 0 6px;
  background: url(../img/questionnaire/icn-arrow-down.svg) 1.85vw center/3.79vw 1.85vw no-repeat;
  background-color: #cfaf54;
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
  color: black;
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1.1;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-cta__link-button span {
  display: block;
}

/* style */
.lead {
  text-align: center;
  font-size: 3.7vw;
  line-height: 1.4;
}

.heading-50 {
  font-weight: bold;
  font-size: 4.62vw;
}

.heading-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25em;
  margin-bottom: .83em;
  color: #cfaf54;
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}

.heading-condition::after {
  display: block;
  margin-left: .83em;
  border-top: 0.37vw solid #cfaf54;
  content: "";

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
}

.select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}

.select-container .select-wrap-half {
  display: block;
  width: calc(50% - 10px);
}

.select-container .select-wrap-half:nth-of-type(odd) {
  margin-right: 10px;
}

.select-container .select-wrap-half:nth-of-type(even) {
  margin-left: 10px;
}

.select-container .select-wrap-half:last-of-type {
  margin-top: 10px;
}

.select-container select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: .6em .8em .5em 1.6em;
  max-width: 100%;
  width: 100%;
  border: 0.37vw solid white;
  border-radius: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(rgba(44, 44, 44, 0)), to(rgba(44, 44, 44, 0)));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0) 100%);
  background-position: left .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  background-repeat: no-repeat, repeat;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  color: white;
  font-weight: normal;
  font-size: 2.96vw;
  font-family: sans-serif;
  line-height: 1.3;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select-container option {
  color: black;
}

/* graph */
.anc-countup {
  margin-top: 2.31vw;
  margin-bottom: 5.55vw;
  text-align: right;
  font-size: 3.51vw;
}

.anc-graph-container {
  margin-top: 5.55vw;
  padding: 4.62vw;
  background-color: black;
}

.anc-graph-title {
  margin-bottom: 5.55vw;
  text-align: center;
  font-weight: bold;
  font-size: 3.7vw;
}

.anc-graph-title span {
  display: inline-block;
  border-bottom: 0.55vw solid white;
}

svg#anc-graph {
  display: block;
  max-height: 700px;
  width: 100%;
  height: 70vw;
}

.anc-graph-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5.55vw;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}

.anc-graph-caption p {
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 3.24vw;

  -webkit-box-flex: 0;

      -ms-flex: 0 1 122px;

          flex: 0 1 122px;
}

.anc-graph-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.62vw;
  padding: 2.77vw;
  background-color: #222;
}

.anc-graph-desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 2.77vw;
  line-height: 1.1;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}

.anc-graph-desc p::before {
  display: block;
  margin-right: 1em;
  width: 3.33vw;
  height: 3.33vw;
  content: "";
}

.anc-graph-desc .new {
  padding-right: 1em;
}

.anc-graph-desc .new::before {
  background-color: #cfaf54;
}

.anc-graph-desc .old {
  padding-left: 1em;
}

.anc-graph-desc .old::before {
  background-color: #bababa;
}

.table th,
.table td {
  padding: 20px;
}

/* コメント */
.comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}

.comment-item + .comment-item {
  margin-top: 2.77vw;
}

.comment-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 170px;
          flex: 0 1 170px;
}

.comment-item__body {
  position: relative;
  margin-left: 15px;
  padding: 5.55vw;
  border-radius: 3.7vw;
  background-color: #111;

  -webkit-box-flex: 0;

      -ms-flex: 0 1 770px;

          flex: 0 1 770px;
}

.comment-item__body::before {
  position: absolute;
  top: 5.55vw;
  left: 0.92vw;
  display: block;
  display: block;
  width: 0;
  height: 0;
  border-top: 1.94vw solid transparent;
  border-right: 3.14vw solid #111;
  border-bottom: 1.94vw solid transparent;
  border-left: 3.14vw solid transparent;
  content: "";
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.comment-item__heading {
  color: #cfaf54;
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1.1;
}

.comment-item__main {
  margin-top: 2.77vw;
  font-size: 3.51vw;
}

.comment-item__spec {
  margin-top: 2.77vw;
  color: #999;
  font-size: 2.96vw;
}

.comment-more-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -3.7vw;
  padding-top: 9.25vw;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15.74vw, #2a2a2a), to(rgba(42, 42, 42, 0.3)));
  background: linear-gradient(to top, #2a2a2a 15.74vw, rgba(42, 42, 42, 0.3));
}

.comment-more-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 3.7vw;
  max-width: 760px;
  max-height: 130px;
  width: 70.37vw;
  height: 12.03vw;
  border-radius: 6.01vw;
  background-color: #cfaf54;
  color: black;
  font-weight: bold;
  font-size: 3.7vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* データ */
#data-table {
  margin-top: 7.4vw;
  width: 100%;
}

#data-table caption {
  display: none;
  padding-top: 0.92vw;
  caption-side: bottom;
  text-align: right;
  font-size: 2.96vw;
}

#data-table caption.has-zeroY {
  display: table-caption;
}

#data-table thead th {
  background-color: transparent;
}

#data-table tbody th,
#data-table td {
  background-color: #363636;
}

#data-table th,
#data-table td {
  position: relative;
  padding: 3.7vw 0.2em 4.62vw;
  vertical-align: middle;
  text-align: center;
  font-size: 2.96vw;
  line-height: 1.1;
}

#data-table th::after,
#data-table td::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.92vw;
  background-color: #2c2c2c;
  content: "";
}

#data-table td {
  color: #cfaf54;
  text-align: center;
}

#data-table td .odometer-inside {
  font-size: 4.9vw;
}

#data-table td .odometer-inside::after {
  content: "Y";
  font-size: 3.7vw;
}

#data-table td:last-child .odometer-inside::after {
  content: "%";
}

#data-table tr:last-child th::after,
#data-table tr:last-child td::after {
  content: none;
}

#data-table tr > th:first-child::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 0.37vw;
  height: 100%;
  background-color: #555;
  content: "";
}

#data-table thead tr > th:nth-child(2)::before,
#data-table tbody tr > td:nth-child(2)::before,
#data-table thead tr > th:nth-child(3)::before,
#data-table tbody tr > td:nth-child(3)::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 0.18vw;
  height: 100%;
  background-color: #555;
  content: "";
}

#data-table .odometer.odometer-auto-theme,
#data-table .odometer.odometer-theme-minimal {
  display: table-cell;
  font-weight: bold;
}

.ms-ie11 #data-table tr > th:first-child::before {
  height: 16.66vw;
}

.ms-ie11 #data-table thead tr > th:nth-child(2)::before,
.ms-ie11 #data-table tbody tr > td:nth-child(2)::before,
.ms-ie11 #data-table thead tr > th:nth-child(3)::before,
.ms-ie11 #data-table tbody tr > td:nth-child(3)::before {
  height: 16.66vw;
}

.data-conclusion-title {
  margin-top: 9.53vw;
  color: #cfaf54;
  font-weight: bold;
  font-size: 3.7vw;
}

.data-conclusion {
  margin-top: 0.92vw;
  font-size: 3.61vw;
}

@media only print, screen and (min-width: 1080px){
  .questionnaire__title h2{
    font-size: 50px;
  }
  .questionnaire__title{
    height: 212px;
  }
  section.questionnaire{
    padding-bottom: 150px;
  }
  section.questionnaire .container{
    padding: 0 45px;
  }
  .result__header{
    height: 951px;
  }
  .result__header .heading-img{
    padding-top: 182px;
  }
  .result__header .lead{
    margin-top: 60px;
  }
  .result__body{
    padding-top: 90px;
  }
  .comment__header{
    padding-top: 137px;
    height: 460px;
  }
  .comment__header__sub{
    font-size: 43px;
  }
  .comment__header__sub{
    padding-top: 45px;
  }
  .comment__body{
    padding-bottom: 150px;
  }
  .data__header .lead{
    margin-top: 50px;
  }
  .data__header{
    padding-top: 100px;
    height: 652px;
  }
  .sticky-cta{
    bottom: 40px;
  }
  .sticky-cta__link-button{
    font-size: 40px;
  }
  .sticky-cta__link-button{
    padding-right: 30px;
    width: 430px;
    height: 160px;
    background-position: 20px center;
    background-size: 41px 20px;
  }
  .lead{
    font-size: 40px;
  }
  .heading-50{
    font-size: 50px;
  }
  .heading-condition{
    font-size: 40px;
  }
  .heading-condition::after{
    border-top-width: 4px;
  }
  .select-container select{
    font-size: 32px;
  }
  .select-container{
    border-width: 4px;
  }
  .anc-countup{
    font-size: 38px;
  }
  .anc-countup{
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .anc-graph-container{
    margin-top: 60px;
    padding: 50px;
  }
  .anc-graph-title{
    font-size: 40px;
  }
  .anc-graph-title{
    margin-bottom: 60px;
  }
  .anc-graph-title span{
    border-bottom: 6px solid white;
  }
  .anc-graph-caption p{
    font-size: 35px;
  }
  .anc-graph-caption{
    padding: .3em 60px;
  }
  .anc-graph-desc{
    margin-top: 50px;
  }
  .anc-graph-desc p{
    font-size: 30px;
  }
  .anc-graph-desc{
    padding: 30px;
  }
  .comment-item + .comment-item{
    margin-top: 30px;
  }
  .comment-item__body{
    margin-left: 50px;
    padding: 60px;
    border-radius: 40px;
  }
  .comment-item__body::before{
    position: absolute;
    top: 60px;
    left: 10px;
    display: block;
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-right: 34px solid #111;
    border-bottom: 21px solid transparent;
    border-left: 34px solid transparent;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .comment-item__heading{
    font-size: 40px;
  }
  .comment-item__main{
    font-size: 38px;
  }
  .comment-item__main{
    margin-top: 30px;
    line-height: 1.3;
  }
  .comment-item__spec{
    font-size: 32px;
  }
  .comment-item__spec{
    margin-top: 30px;
  }
  .comment-more-button{
    font-size: 40px;
  }
  .comment-more-button{
    border-radius: 65px;
  }
  #data-table caption{
    font-size: 32px;
  }
  #data-table th,
  #data-table td{
    font-size: 32px;
  }
  #data-table td .odometer-inside{
    font-size: 53px;
  }
  #data-table td .odometer-inside::after{
    font-size: 40px;
  }
  #data-table{
    margin-top: 80px;
  }
  #data-table caption{
    padding-top: 10px;
  }
  #data-table th,
  #data-table td{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #data-table th::after,
  #data-table td::after{
    height: 10px;
  }
  #data-table tr > th:first-child::before{
    width: 4px;
  }
  #data-table thead tr > th:nth-child(2)::before,
  #data-table tbody tr > td:nth-child(2)::before,
  #data-table thead tr > th:nth-child(3)::before,
  #data-table tbody tr > td:nth-child(3)::before{
    width: 2px;
  }
  .ms-ie11 #data-table tr > th:first-child::before{
    height: 180px;
  }
  .ms-ie11 #data-table thead tr > th:nth-child(2)::before,
  .ms-ie11 #data-table tbody tr > td:nth-child(2)::before,
  .ms-ie11 #data-table thead tr > th:nth-child(3)::before,
  .ms-ie11 #data-table tbody tr > td:nth-child(3)::before{
    height: 180px;
  }
  .data-conclusion-title{
    font-size: 40px;
  }
  .data-conclusion-title{
    margin-top: 103px;
  }
  .data-conclusion{
    font-size: 39px;
  }
  .data-conclusion{
    margin-top: 10px;
  }
}
