@charset "UTF-8";
/* ------------------------------------------
  メインビジュアル
--------------------------------------------- */
body {
  font-weight: bold;
}

#cp-visual {
  height: auto;
  font-size: 40px;
  color: #2e59a6;
  text-align: center;
}

#cp-visual h1 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}

#cp-thanks {
  width: 67%;
  margin: 35px auto;
  text-align: center;
}

#cp-p p,
#cp-thanks p {
  padding: 0.3rem 0;
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1.2rem;
}

img.img-wp {
  height: auto;
  width: 480px;
}

.contact-Txt {
  text-align: center;
  font-size: 20px;
  line-height: 30px;

  font-weight: normal;
  letter-spacing: 0px;
  color: #333;
  margin: 40px auto;
}

.survey-PR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.survey-Point {
  border: 1px solid #2e8be8;
  height: 250px;
  width: 480px;
}

.sP-wrapper {
  padding: 20px;
}

.sP-label {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  height: 26px;
}
.sP-list li {
  text-align: left;

  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  margin: 20px auto;
  height: 26px;
}

.sP-list :before {
  background-image: url("../img/Icon awesome-check-circle-blue.png");
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.sP-txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  height: 26px;
}

.sP-caption {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333;
}
.sPc-wrapper {
  margin: 10px 0 0;
}
@media screen and (max-width: 1024px) {
  #cp-visual h1 {
    font-size: 28px;
  }
  .contact-Txt {
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto 32px;
  }
  img.img-wp {
    height: auto;
    width: 340px;
  }
  .survey-Point {
    height: 216px;
    width: 340px;
  }
  .sP-list li {
    font-size: 16px;
    line-height: 30px;
    margin: 16px auto;
    height: 21px;
  }
  .sP-list :before {
    background-size: contain;
    height: 21px;
    width: 21px;
  }
  .sP-txt {
    font-size: 16px;
    line-height: 24px;
    height: 21px;
  }
}
@media screen and (max-width: 639px) {
  #cp-p p {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
  }

  img.img-wp {
    height: auto;
    width: 335px;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------
	フォーム
--------------------------------------------- */
#formWrap {
  margin: 35px 0 50px;
  color: #333;
  font-size: 16px;
}

#formWrap label {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
}

#formWrap label:not(:last-child) {
  width: 100%;
  font-size: 18px;
}

.formD,
#inquiry-area {
  border-bottom: 1px solid #ccc;
}

.formD {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  justify-content: space-between;
}

.form-input {
  width: 100%;
  -ms-overflow-style: none; /*IE スライダー非表示*/
}
.form-field ::placeholder {
  color: #b5b5b5;
  position: relative;
}

#name-box {
  display: inline-flex;
  justify-content: space-between;
}

.hissu,
.nin-i {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0 4px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  bottom: 1px;
}
.hissu {
  color: #f13b51;
  border: 1px solid #f13b51;
}

.nin-i {
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
}

#inquiry-area {
  height: 166px;
  align-items: center;
}

#checkbox-area label:not(:last-child) {
  margin: 10px 0 1rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

#checkbox-area label:last-child {
  margin: 0;
  text-align: left;
}

#check-line {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#checkbox a {
  color: #4ba2ff;
  text-decoration: underline;
}

.value {
  margin: 0 auto;
}

.text-all,
.text-half,
input[type="email"],
input[type="tel"],
#name-box,
textarea {
  width: 100%;
  font-size: 18px;
}

.text-all,
.text-half,
input[type="email"],
input[type="tel"] {
  height: 50px;
  padding: 0 0 0 10px;
}

input,
textarea {
  box-sizing: border-box;
}

textarea {
  height: 100px;
  padding: 20px 20px 0 10px;
  resize: none;
}

.text-half {
  width: 49%;
}

#agreeBtn input[type="submit"] {
  display: block;
  -webkit-appearance: push-button;
  user-select: none;
  white-space: pre;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0px;
  color: #fff;
  width: 300px;
  height: 60px;
  margin: 2rem auto;
  border: 2px solid transparent;
  transition: 0.2s;
  background: #f13b51 0% 0% no-repeat padding-box;
  transition: 0.3s;
}

#agreeBtn input[type="submit"]:hover {
  background: #fff 0% 0% no-repeat padding-box;
  border: 2px solid #f13b51;
  color: #f13b51;
  transition: 0.3s;
}

input[type="checkbox"] {
  display: none;
}

#check-text:before {
  height: 20px;
  width: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 3px;
  margin: 2px 5px 5px;
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  transition: 0.3s;
}

#check-text:after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  height: 9px;
  left: 10px;
  margin-top: -7px;
  transform: rotate(45deg);
  width: 5px;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  top: 10px;
  top: -2px;
  left: -93%;
  opacity: 1;
}

input[type="checkbox"]:checked + #check-text:before {
  background: #707070 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 3px;
  opacity: 1;
  transition: 0.3s;
  content: "";
}

.attention-Txt {
  text-align: center;
  margin: 40px auto 10px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

@media screen and (max-width: 1024px) {
  #formWrap label {
    line-height: 32px;
  }
  #formWrap label:not(:last-child) {
    font-size: 20px;
  }

  .survey-PR {
    justify-content: space-around;
  }
  #cp-Visual,
  .contact-Txt,
  #formWrap {
    padding: 0 30px;
  }
  #formWrap {
    margin: 35px 0 0;
  }

  .text-all,
  .text-half,
  input[type="email"],
  input[type="tel"],
  #name-box,
  textarea {
    width: 100%;
    font-size: 18px;
  }

  .text-all,
  .text-half,
  input[type="email"],
  input[type="tel"] {
    padding: 14px 0 13px 10px;
  }
  .text-half {
    width: 49%;
  }
}

@media screen and (max-width: 639px) {
  #wrapper {
    padding-top: 40px;
  }
  #container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .survey-PR {
    flex-direction: column;
    align-items: center;
    margin: 20px auto 30px;
  }
  .survey-Point {
    width: 335px;
    height: 226px;
  }
  .contact-Txt {
    width: 335px;
    margin: 20px auto 0;
    text-align: left;
  }
  .sP-wrapper {
    width: 335px;
    padding: 20px 0;
  }
  .sP-list {
    margin: 20px 15px 24px;
  }

  #formWrap {
    width: 89.333%;
    max-width: 335px;
    margin: 0px 0px 30px;
    border-top: 1px solid #ccc;
  }

  #agreeBtn input[type="submit"] {
    padding: 0;
    margin: 2rem auto 3rem;
  }

  .form-label {
    width: 100%;
  }

  .formD,
  #inquiry-area {
    padding: 25px 0 30px !important;
    line-height: 2rem;
  }

  .formD {
    display: block;
  }

  #inquiry-area {
    height: 266px;
  }

  #checkbox-area,
  #agreeBtn {
    padding: 0 0 1rem 0 !important;
  }

  #formWrap label {
    margin-top: 5px;
    border-bottom: 0;
  }

  #formWrap label:not(:last-child) {
    width: 100% !important;
  }

  .text-all,
  .text-half,
  input[type="email"],
  input[type="tel"],
  #name-box,
  textarea {
    width: 100%;
  }

  .text-all,
  .text-half,
  input[type="email"],
  input[type="tel"],
  textarea {
    padding: 5px 5px 5px 10px;
    font-size: 110%;
    display: block;
    max-width: 335px;
  }

  .text-half {
    width: 49%;
  }

  input[type="submit"],
  input[type="button"] {
    display: block;
  }

  textarea {
    height: 200px;
  }

  .attention-Txt {
    text-align: left;
  }
  #checkbox-area label:not(:last-child) {
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .attention-Txt,
  #checkbox-area label:not(:last-child) {
    width: 335px;
  }
}
@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 640px) {
  #new-line {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  #name-box {
    display: block;
  }

  .text-half {
    display: block;
    width: 100%;
  }

  .text-half:last-child {
    margin-top: 0.5rem;
  }
}

/* ------------------------------------------
	thanksページ
--------------------------------------------- */
#button-area {
  width: 90%;
  margin: 3rem auto;
  padding: 0;
}

#dl-button {
  margin-bottom: 2rem;
}

/* 資料DLボタン */
#dl-button a {
  display: block;
  width: 16rem;
  position: relative;
  top: -5px;
  margin: 0 auto;
  padding: 0 1rem 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(top, #ffaa00, #ff7f00);
  background: -webkit-linear-gradient(top, #ffaa00, #ff7f00);
  background: linear-gradient(to bottom, #ffaa00, #ff7f00);
  border-radius: 25px;
  box-shadow: 0 5px 0 #cc3300;
  transition: 0.2s;
}

#dl-button a:hover {
  transform: translate3d(0, 4px, 0);
  box-shadow: none;
}

#dl-button a img {
  display: inline-block;
  position: relative;
  top: 0.4em;
  height: 1.5em;
  width: auto;
  margin-right: 0.7em;
}

/* ホームボタン */
#home-button a {
  display: block;
  width: 10rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #007bd9;
  border: 2px solid #007bd9;
  border-radius: 25px;
}

#home-button a:hover {
  background-color: #e5f6ff;
}
