/* mobile */
.beforeDownloadReport {
  padding: 25px 15px;
}

.orange-box {
  padding: 25px 23px 30px 18px;
  border-radius: 30px;
  background-color: rgb(255, 128, 0);
  position: relative;
  z-index: 1;
}

.box_title-orange {
  font-size: 14px;
  /* font-family: Avenir-Heavy; */
  font-family: "Avenir Book";
  text-align: left;
  color: #ffffff;
  line-height: 17px;
  position: relative;
  z-index: 1;
}

.box_contant-orange {
  font-family: 'PiepieW01-Regular Regular';
  font-size: 35px;
  text-align: left;
  color: #ffffff;
  line-height: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.31px;
  margin-bottom: 40px;
}

.box_text-orange {
  font-size: 18px;
  /* font-family: Avenir-Heavy; */
  font-family: "Avenir Book";
  font-weight: 800;
  text-align: left;
  position: relative;
  z-index: 1;
  color: #222222;
  line-height: 25px;
}

.svg-icon-orange {
  position: absolute;
  transform: rotate(270deg);
  bottom: 46px;
  right: 50px;
  scale: 1.5;
}

@media(min-width:604px) {
  .svg-icon-orange {
    bottom: 21px;
    scale: 1.1;
  }
}

.stap-2_image {
  display: flex;
  flex-direction: row-reverse;
}

.stap-2_image img {
  width: 128px;
  height: 98px;
  margin-top: 20px;
  margin-right: 30px;
}

.stap-box {
  margin-top: 20px;
}

.stap-box_header {
  display: flex;
  justify-content: space-between;
}

.header_item-stap {
  font-size: 35px;
  font-family: 'PiepieW01-Regular Regular';
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 34px;
  width: 100%;
  letter-spacing: -0.31px;
  padding: 20px 15px 20px 20px;
  border-radius: 30px 30px 0 0;
}

.header_item-stap1 {
  background-color: #47c5fa;
}

.header_item-stap2 {
  background-color: #ffffff;
  color: #47c5fa;
}

.stap-box_main {
  background-color: #47c5fa;
  padding: 15px 19px 41px 22px;
  font-size: 18px;
  font-family: Avenir Book;
  text-align: left;
  color: #222222;
  line-height: 25px;
  max-height: 395px;
  border-radius: 0 0 15px 15px;
}

.question_main-stap {
  margin-bottom: 10px;
}

.text_main-stap {
  margin-top: 10px;
}

.progress-bar-wrapper {
  position: relative;
  margin-top: 18px;
}

.progress-bar-input {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  outline: none;
  border: none;
  padding: 7px 10px 9px 20px;
  border-radius: 22px;
  font-size: 17px;
  font-family: 'Avenir Book';
  color: #464646;
  line-height: 27px;
  box-shadow: inset 0 0 0 1px transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

.checkbox__group {
  min-height: 30px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 22px;
  text-align: left;
  color: #353535;
  display: flex;
  justify-content: center;
}

.sra-results__checkbox {
  position: relative;
  user-select: none;
}

.sra-results__checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.sra-results__checkbox-checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  cursor: pointer;
  background: url("/image/normalcheck.png") no-repeat 0 / auto 100%;
}

@media (min-width: 1024px) {
  .sra-results__checkbox-checkmark:hover {
    background: url("/image/hovercheck.png") no-repeat 0 / auto 100%;
  }
}

.sra-results__checkbox-input[error]~.sra-results__checkbox-checkmark {
  background: url("/image/errorcheck.png") no-repeat 0 / auto 100%;
}

.sra-results__checkbox-input:checked~.sra-results__checkbox-checkmark {
  background: url("/image/ischeck.png") no-repeat 0 / auto 100%;
}

.sra-results__checkbox-input[error]~.checkbox__text {
  color: #FF0000;
}

.checkbox__text {
  margin-left: 35px;
  font-size: 14px;
  font-family: "Avenir Book";
  color: #353535;
  line-height: 22px;

}

.checkbox__text span {
  text-decoration: underline;
  cursor: pointer;
}

.app-button--ninjible {
  background: #ffaf69;
  border: 1px solid #ffaf69;
  color: white;
}

.app-button--ninjible.active {
  border: 1px solid rgb(255, 128, 0);
  background-color: rgb(255, 128, 0);
}

.app-button--ninjible.active div {
  color: #353535;
}

/* 2023.04.23 add */
.app-button--ninjible.agree:hover {
  border: 1px solid rgb(255, 128, 0);
  background-color: rgb(255, 128, 0);
}

.app-button--ninjible.agree:hover div {
  color: #353535;
}

/* 2023.04.23 add */


.app-button--downninjible {
  background: rgb(238, 238, 238);
  border: 1px solid rgb(238, 238, 238);
  color: rgb(153, 153, 153);
  cursor: auto;
}

.app-button--downninjible.active {
  border: 1px solid rgb(255, 128, 0);
  background-color: rgb(255, 128, 0);
  cursor: pointer;
}

.app-button--downninjible.active div {
  color: #000;
}

.mbbutton_box-first {
  display: flex;
  justify-content: center;
  color: black;
}

.down-blue_image {
  margin-left: 75px;
  margin-bottom: 22px;
}

.down-blue_image img {
  width: 128px;
  height: 99px;
}

.blue-box {
  background-color: rgb(71, 199, 252);
  padding: 19px 16px 49px 22px;
  border-radius: 39px;
  position: relative;
}

.svg-icon-blue-mb {
  position: absolute;
  left: 22px;
  top: -34px;
}

@media(min-width:459px) {
  .svg-icon-blue-mb {
    position: absolute;
    left: 22px;
    top: -50px;
    transform: scaleY(0.8);
  }
}

@media(min-width:585px) {
  .svg-icon-blue-mb {
    position: absolute;
    left: 22px;
    top: -68px;
    transform: scaleY(0.6);
  }
}

.box_title-blue {
  font-size: 35px;
  font-family: 'PiepieW01-Regular Regular';
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}

.box_question-blue {
  font-size: 18px;
  font-family: "Avenir Book";
  text-align: left;
  color: #222222;
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.box_answer-blue {
  font-size: 18px;
  font-family: "Avenir Book";
  color: black;
  position: relative;
  z-index: 1;
  line-height: 25px;
}

.box_text-blue {
  font-size: 18px;
  font-family: "Avenir Book";
  color: black;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

#box {
  background: white;
  position: relative;
  margin: 0 auto;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
  border: 2px solid #707070;
  padding: 5px;
}

#bar {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 1px 20px;
  z-index: 2;
  width: 97.5%;
  height: 76%;
  color: white;
  text-align: left;
  font-size: 17px;
  clip: rect(0px, 0, 40px, 0px);
  background-color: rgb(255, 128, 0);
  border-radius: 19px;
  line-height: 29px;
}

#text {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 1px 20px;
  z-index: 1;
  width: 97%;
  height: 76%;
  color: black;
  text-align: left;
  line-height: 29px;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
}

.percentage_number {
  font-size: 16px;
  font-family: Avenir-Medium;
  font-weight: bold;
  color: #353535;
  line-height: 24px;
  max-width: 20px;
  margin-top: 3px;
}

.downloadReport {
  padding: 50px 15px 150px;
}

.box_numberText-blue {
  font-size: 16px;
  font-family: Avenir-Roman;
  text-align: center;
  color: #353535;
  line-height: 24px;
}

.button_box-second {
  display: flex;
  justify-content: center;
  color: black;
  margin-top: 13px;
}

.backBeforeDown {
  font-size: 16px;
  font-family: Avenir Book;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  color: #999999;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
}

.backStap {
  font-size: 16px;
  font-family: Avenir Book;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  color: #999999;
  cursor: pointer;
  margin-top: 70px;
}

.viewReport {
  padding: 20px 16px 44px;
}

.report-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px 13px 18px 24px;
}

.report_title {
  font-size: 35px;
  font-family: 'PiepieW01-Regular Regular';
  font-weight: 400;
  color: #47c5fa;
  line-height: 34px;
  margin-bottom: 44px;
}

.report_introduce {
  font-size: 18px;
  font-family: "Avenir Book";
  text-align: left;
  color: #222222;
  line-height: 25px;
  margin-bottom: 12px;
}

.report_text {
  font-size: 18px;
  font-family: "Avenir Book";
  font-weight: normal;
  text-align: left;
  color: #222222;
  line-height: 25px;
  margin-bottom: 12px;
}

.email-blue-box {
  margin-top: 17.2px;
}

.email-blue-box .down-blue_image {
  margin-left: 72px;
}

.email-white-box {
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 31px 20px 42px 24px;
}

.email-title {
  font-size: 18px;
  font-family: "Avenir Book";
  font-weight: 600;
  text-align: left;
  color: #222222;
  line-height: 25px;
  margin-bottom: 13px;
}

.email-text {
  font-size: 18px;
  font-family: "Avenir Book";
  text-align: left;
  color: #222222;
  line-height: 25px;
  margin-bottom: 48px;
}

.email-form-input {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  outline: none;
  padding: 8px 10px 8px 20px;
  border-radius: 22px;
  font-size: 17px;
  font-family: 'Avenir Book';
  color: #464646;
  line-height: 29px;
  background: #ffffff;
  border: 2px solid #bababa;
  margin-bottom: 17px;
  box-shadow: inset 0 0 0 1px transparent;
}

.email-form-input:focus {
  border: 2px solid #222222;
}

.email-form-input:last-of-type {
  margin-bottom: 20px;
}

.button_box-third {
  display: flex;
  justify-content: center;
  color: #ffffff;
}

.button_box-third .app-button--header {
  color: #ffffff;
}

.score-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: space-between;
}

.box_item-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 55px;
  position: relative;
}

.pie-point {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Avenir Heavy";
  color: #222222;
  position: absolute;
  bottom: -30px;
  white-space: nowrap;
}


/* 分数 */
.pie_box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}

.pie-fail {
  background-color: #fcefe8;
}

.pie-fail .circle {
  background-color: #fcefe8;
  color: #fb5047;
}

.pie-fail .left-deg,
.pie-fail .right-deg {
  background: #fb5047;
}

.pie-pass {
  background: #fff7ea;
}

.pie-pass .circle {
  background-color: #fff7ea;
  color: #c63900;
}

.pie-pass .left-deg,
.pie-pass .right-deg {
  background: #ffaa1b;
}

.pie-excellent {
  background: #e8faef;
}

.pie-excellent .circle {
  background-color: #e8faef;
  color: #008900;
}

.pie-excellent .left-deg,
.pie-excellent .right-deg {
  background: #02ce62;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-family: "Avenir Heavy";
  justify-content: center;
}

.left,
.right {
  width: 35px;
  height: 70px;
  float: left;
  overflow: hidden;
}

.left {
  border-radius: 70px 0 0 70px;

}

.right {
  border-radius: 0 70px 70px 0;

}

.left-deg,
.right-deg {
  width: 40px;
  height: 80px;
}

.old-performance .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--oldScore1) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.old-performance .right-deg {
  transform: rotate(calc(-180deg + (var(--oldScore1) * (180deg / 50))));
}

.old-performance .circle::before {
  counter-reset: progress var(--oldScore1);
  content: counter(progress);
}

.old-accessibility .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--oldScore2) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.old-accessibility .right-deg {
  transform: rotate(calc(-180deg + (var(--oldScore2) * (180deg / 50))));
}

.old-accessibility .circle::before {
  counter-reset: progress var(--oldScore2);
  content: counter(progress);
}

.old-practices .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--oldScore3) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.old-practices .right-deg {
  transform: rotate(calc(-180deg + (var(--oldScore3) * (180deg / 50))));
}

.old-practices .circle::before {
  counter-reset: progress var(--oldScore3);
  content: counter(progress);
}

.old-seo .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--oldScore4) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.old-seo .right-deg {
  transform: rotate(calc(-180deg + (var(--oldScore4) * (180deg / 50))));
}

.old-seo .circle::before {
  counter-reset: progress var(--oldScore4);
  content: counter(progress);
}

/* new score start */
.new-performance .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--newScore1) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.new-performance .right-deg {
  transform: rotate(calc(-180deg + (var(--newScore1) * (180deg / 50))));
}

.new-performance .circle::before {
  counter-reset: progress var(--newScore1);
  content: counter(progress);
}

.new-accessibility .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--newScore2) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.new-accessibility .right-deg {
  transform: rotate(calc(-180deg + (var(--newScore2) * (180deg / 50))));
}

.new-accessibility .circle::before {
  counter-reset: progress var(--newScore2);
  content: counter(progress);
}

.new-practices .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--newScore3) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.new-practices .right-deg {
  transform: rotate(calc(-180deg + (var(--newScore3) * (180deg / 50))));
}

.new-practices .circle::before {
  counter-reset: progress var(--newScore3);
  content: counter(progress);
}

.new-seo .left-deg {
  transform: rotate(calc(-180deg - ((calc(var(--newScore4) - 50)) * (-180deg / 50)))) translateY(-5px);
}

.new-seo .right-deg {
  transform: rotate(calc(-180deg + (var(--newScore4) * (180deg / 50))));
}

.new-seo .circle::before {
  counter-reset: progress var(--newScore4);
  content: counter(progress);
}

/* new score end */

.pie-greater .right-deg {
  transform: rotate(0deg);
}

.pie-nogreater .left-deg {
  transform: rotate(-180deg);
}

.left-deg {
  transform-origin: right center;
}

.right-deg {
  transform-origin: left center;
}

.successReport {
  padding: 191px 15px;
}

.box_contact-orange {
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir Heavy";
  color: #222222;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
}

.box_content-callToAction {
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir Heavy";
  color: #222222;
  position: relative;
  z-index: 1;
}

.box_content-callToAction li {
  font-size: 16px;
}


.box_content-orange {
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir Heavy";
  color: #222222;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;

}

/* pc */
@media(min-width:810px) {
  .beforeDownloadReport {
    padding-top: 38px;
  }

  .stap-1 {
    display: flex;
    justify-content: center;
  }

  .stap-1 .orange-box {
    position: relative;
  }

  .stap-1 .orange-box::after {
    content: '';
    position: absolute;
    bottom: -170px;
    right: 40px;
    width: 181px;
    height: 140px;
    background-image: url("/image/Ninji-head-orange.png");
  }

  .show__box {
    max-width: 1068px;
    margin: 0 auto;
  }

  .logo__box {
    width: 20%;
  }

  .header__menu {
    width: 70%;
  }

  .nav__desktop a {
    margin-right: 20px;
  }

  .orange-box {
    padding: 34px 60px 30px 48px;
    border-radius: 30px;
    max-width: 496px;
    margin-right: 30px;
    background-color: rgb(255, 128, 0);
    position: relative;
    z-index: 1;
  }

  .box_title-orange {
    font-size: 20px;
    line-height: 25px;
  }

  .box_contant-orange {
    font-size: 49px;
    line-height: 46px;
    margin-bottom: 0;
  }

  .box_text-orange {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  }

  .blue-box {
    padding: 38px 46px 22px 43px;
    max-width: 677px;
  }

  .box_title-blue {
    font-size: 49px;
    line-height: 46px;
    margin-bottom: 10px;
  }

  .box_question-blue {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .box_answer-blue {
    font-size: 20px;
    font-family: "Avenir Book";
    color: black;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    line-height: 28px;
  }

  .box_text-blue {
    font-size: 20px;
    color: black;
    margin-bottom: 12px;
  }

  .progress-bar-input {
    border-radius: 24px;
    font-size: 24px;
    line-height: 29px;
  }

  .progress-bar-wrapper {
    margin-top: 10px;
  }

  .checkbox__group {
    min-height: 30px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    justify-content: center;
  }

  .sra-results__checkbox {
    position: relative;
    user-select: none;
  }

  .sra-results__checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
  }

  .sra-results__checkbox-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("/image/normalcheck.png") no-repeat 0 / auto 100%;
  }

  @media (min-width: 1024px) {
    .sra-results__checkbox-checkmark:hover {
      background: url("/image/hovercheck.png") no-repeat 0 / auto 100%;
    }
  }

  .sra-results__checkbox-input[error]~.sra-results__checkbox-checkmark {
    background: url("/image/errorcheck.png") no-repeat 0 / auto 100%;
  }

  .sra-results__checkbox-input:checked~.sra-results__checkbox-checkmark {
    background: url("/image/ischeck.png") no-repeat 0 / auto 100%;
  }

  .sra-results__checkbox-input[error]~.checkbox__text {
    color: #FF0000;
  }

  .checkbox__text {
    margin-left: 40px;
    font-size: 18px;
    font-family: "Avenir Book";
    color: #353535;
    line-height: 22px;
  }

  .checkbox__text span {
    text-decoration: underline;
  }



  .button_box-second {
    margin-top: 23px;
  }

  .stap-2 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .stap-2_image {
    width: 496px;
    margin-right: 30px;
  }

  .stap-2_image img {
    width: 181px;
    height: 140px;
  }

  .white-box {
    max-width: 677px;
    background-color: #ffffff;
    border-radius: 39px;
    padding: 40px 66px 60px 46px;
  }

  .box_title-white {
    font-size: 52px;
    font-family: Piepie, Piepie-Regular;
    font-weight: 400;
    text-align: left;
    color: #47c5fa;
    line-height: 46px;
    margin-bottom: 10px;
  }

  .box_contant-white {
    font-family: Avenir-Heavy;
    text-align: left;
    color: #222222;
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .box_text-white {
    font-family: Avenir Book;
    text-align: left;
    color: #222222;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .downloadReport {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin-top: 200px;
    margin-bottom: 100px;
    align-items: center;
  }

  .down-blue-box {
    display: flex;
  }

  .down-blue_image {
    margin-left: 0;
    margin-right: 50px;
    margin-bottom: 0;
  }

  .down-blue_image img {
    width: 177px;
    height: 137px;
  }

  #box {
    background: white;
    position: relative;
    margin: 0 auto;
    height: 42px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
  }

  #bar {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 20px;
    z-index: 2;
    width: 98.5%;
    height: 76%;
    color: white;
    font-size: 24px;
    clip: rect(0px, 0, 40px, 0px);
    background-color: rgb(255, 128, 0);
    border-radius: 19px;
  }

  #text {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 0 20px;
    z-index: 1;
    width: 98.5%;
    height: 76%;
    font-size: 24px;
  }

  .percentage_number {
    font-size: 20px;
    line-height: 24px;
    max-width: 20px;
    margin-top: 10px;
  }

  .box_numberText-blue {
    font-size: 20px;
    font-family: Avenir-Roman;
    text-align: center;
    color: #353535;
    line-height: 24px;
    position: relative;
    top: -10px;
  }

  .backBeforeDown {
    font-size: 18px;
  }

  .svg-icon-orange {
    position: absolute;
    transform: rotate(270deg);
    bottom: 80px;
    right: 120px;
    scale: 2;
  }

  .svg-icon-blue {
    position: absolute;
    left: -34px;
  }

  .viewReport {
    padding: 37px 16px;
  }

  .report-box {
    max-width: 1203px;
    border-radius: 39px;
    padding: 20px 33px 20px 45px;
    margin: 0 auto;
  }

  .report_title {
    font-size: 49px;
    line-height: 46px;
    margin-bottom: 6px;
  }

  .report_introduce {
    display: flex;
    font-size: 24px;
    line-height: 28px;
  }

  .score-box-big {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }

  .score-box-big.report-page1 {
    justify-content: flex-start;
  }

  .report_text {
    width: 20%;
    font-size: 20px;
    line-height: 24px;
  }

  .report-page1_text {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    width: 80%;
    padding-left:30px;
  }

  .report_text.report-page1 {
    width: 100%;
  }

  .score-box {
    position: relative;
    top: 15px;
    width: 80%;
  }

  .pie-point {
    font-size: 18px;
  }

  .email-box {
    display: flex;
    justify-content: center;
  }

  .email-blue-box {
    display: flex;
  }

  .email-box .blue-box {
    max-width: 433px;
    padding: 32px 13px 20px 30px;
    margin-right: 34px;
  }

  .email-blue-box .down-blue_image {
    margin: 50px 40px 0 0;
  }

  .email-white-box {
    max-width: 525px;
    padding: 20px 40px 25px 35px;
  }

  .email-title {
    font-size: 24px;
    line-height: 28px;
  }

  .email-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .email-form-input {
    font-size: 24px;
    line-height: 25px;
  }

  .button_box-third {
    justify-content: flex-start;
  }

  .successReport {
    padding: 128px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .box_contact-orange {
    font-size: 24px;
    line-height: 35px;
    margin-top: 6px;
  }

  .backStap {
    font-size: 18px;
  }
}

.button_box-first {
  display: flex;
  justify-content: center;
  color: black;
}

@media(min-width:1000px) {
  .header__menu {
    width: 60%;
  }

  .nav__desktop a {
    margin-right: 40px;
  }
}

.errorinput {
  border: 1px solid #FF0000;
}

.popover_voorwaarden_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  display: none;
  left: 0;
  background-color: rgba(50, 50, 50, .3);
  justify-content: center;
  align-items: center;
  z-index: 1000;

}

.popover_voorwaarden_bg.active {
  display: flex;
}

.popover_voorwaarden_box {
  border-radius: 28px;
  padding: 15px 25px 25px 25px;
  width: 65%;
  background-color: rgb(71, 199, 252);
  color: #000;
  font-family: 'PiepieW01-Regular Regular';
}

.popover_voorwaarden_des {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Avenir Book";
  line-height: 1.5;
  font-size: 30px;
  margin-bottom: 18px;
  font-weight: 800;
}

.popover_voorwaarden_Text {
  font-size: 24px;
  line-height: 1.3;
  text-align: justify;
  font-family: "Avenir Book";
  margin-bottom: 20px;
}

.popover_voorwaarden_Text:last-child {
  margin-bottom: 0px;
}

.popover_voorwaarden_close {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 20px;
}

@media(max-width:1000px) {
  .popover_voorwaarden_box {
    width: 90%;
  }

  .popover_voorwaarden_des {
    font-size: 17px;
  }

  .popover_voorwaarden_Text {
    font-size: 15px;
    line-height: 1.3;
  }
}