html {
  margin-top: 0 !important;
  max-width: 640px;
}

.c-header-logo {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header-logo img {
  width: 216.76px;
}
@media screen and (max-width: 750px) {
  .c-header-logo img {
    width: 28.9vw;
  }
}

.p-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.c-test {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 80px;
  background: #dcf1ff;
}
.c-test__title {
  width: 100%;
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 750px) {
  .c-test__title {
    padding: 4vw 4vw 0 4vw;
  }
}
.c-test__content2 {
  position: relative;
  margin: 0 30px;
  padding: 10px 30px 50px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .c-test__content2 {
    margin: 0 4vw;
    padding: 1.3333333333vw 4vw 6.6666666667vw;
  }
}
.c-test-result {
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .c-test-result {
    padding-top: 2.6666666667vw;
  }
}
.c-test-result h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-test-result h2 {
    font-size: 4vw;
  }
}
.c-test-result .kome {
  padding-top: 20px;
  text-decoration: underline dotted;
  line-height: 1.8;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .c-test-result .kome {
    padding-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.c-test-result .thanks {
  text-align: center;
  padding-top: 30px;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .c-test-result .thanks {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}
.c-test-result .tel {
  text-align: center;
  padding-top: 20px;
  font-size: 44px;
  font-weight: bold;
  color: #fc6c09;
}
@media screen and (max-width: 750px) {
  .c-test-result .tel {
    padding-top: 2.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.c-test-result .tel-txt {
  text-align: center;
  background: #ebebeb;
  border-radius: 50px;
  padding: 6px;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .c-test-result .tel-txt {
    border-radius: 6.6666666667vw;
    padding: 0.8vw;
    font-size: 2.9333333333vw;
  }
}
.c-test-result .c-result__lead {
  line-height: 1.4;
  font-size: 3rem;
  letter-spacing: 0;
  color: #fc6c09;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-test-result .c-result__lead {
    font-size: 4vw;
  }
}
.c-test-result .box {
  border: 6px solid #fc6c09;
  padding: 30px;
  border-radius: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .c-test-result .box {
    border-width: 0.8vw;
    padding: 4vw;
    border-radius: 4vw;
    margin-top: 2.6666666667vw;
  }
}

.p-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-foot {
  background-color: #000000;
  color: #fff;
}
.p-foot > .inner {
  margin: 0 auto;
  padding: 20px;
  max-width: 580px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-foot > .inner {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
}