#comparison .note {
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #comparison .note {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #comparison .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  #comparison .column .ele {
    width: 50%;
  }
}
#comparison .column .ele:nth-child(2) {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  #comparison .column .ele:nth-child(2) {
    margin-top: 0;
    margin-left: 50px;
  }
}
#comparison .column .ele .title {
  font-weight: 900;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #comparison .column .ele .title {
    font-size: 30px;
  }
}
#comparison .column .ele .contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .contents {
    margin-top: 30px;
  }
}
#comparison .column .ele .contents p {
  line-height: 1.6em;
}
#comparison .column .ele .contents p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .contents p:not(:first-child) {
    margin-top: 20px;
  }
}
#comparison .column .ele .contents p img {
  display: block;
  padding: 5px 0;
}
#comparison .column .ele .download-form {
  background: #fff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .download-form {
    padding: 30px;
  }
}
#comparison .column .ele .download-form .form-title {
  font-weight: 900;
  font-size: 17.5px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .download-form .form-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
#comparison .column .ele .download-form .form-block .error {
  display: block;
  text-align: center;
  margin-top: 15px;
}
#comparison .column .ele .download-form .form-block .form-list .item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .download-form .form-block .form-list .item:not(:first-child) {
    margin-top: 30px;
  }
}
#comparison .column .ele .download-form .form-block .form-list .item dt {
  font-weight: bold;
}
#comparison .column .ele .download-form .form-block .form-list .item dt span {
  display: inline-block;
  margin-left: 10px;
  color: #cc0000;
}
#comparison .column .ele .download-form .form-block .form-list .item dd {
  margin-top: 15px;
  line-height: 1.6em;
}
#comparison .column .ele .download-form .form-block .form-list .item dd input[type=text], #comparison .column .ele .download-form .form-block .form-list .item dd input[type=email], #comparison .column .ele .download-form .form-block .form-list .item dd select, #comparison .column .ele .download-form .form-block .form-list .item dd textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
}
#comparison .column .ele .download-form .form-block .form-list .item dd textarea {
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .download-form .form-block .form-list .item dd textarea {
    height: 300px;
  }
}
#comparison .column .ele .download-form .form-block .form-list .item dd .error {
  text-align: left;
}
#comparison .column .ele .download-form .form-block .form-list .item dd .privacy p:not(:first-child) {
  margin-top: 15px;
}
#comparison .column .ele .download-form .form-block .pp-check {
  text-align: center;
  margin-top: 25px;
}
#comparison .column .ele .download-form .form-block .pp-check_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#comparison .column .ele .download-form .form-block .pp-check_inner .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #f1f1f1;
  margin-right: 14px;
}
@media screen and (min-width: 641px) {
  #comparison .column .ele .download-form .form-block .pp-check_inner .checkbox {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }
}
#comparison .column .ele .download-form .form-block .pp-check_inner .checkbox:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #febd01;
  border-bottom: 3px solid #febd01;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 641px) {
  #comparison .column .ele .download-form .form-block .pp-check_inner .checkbox:before {
    left: 5px;
    width: 14px;
    height: 10px;
  }
}
#comparison .column .ele .download-form .form-block .pp-check .is-pp-ele .checkbox:before {
  opacity: 1;
}
#comparison .column .ele .download-form .form-block .btn-list {
  margin-top: 25px;
}
#comparison .column .ele .download-form .form-block .btn-list .btn {
  text-align: center;
}
#comparison .column .ele .download-form .form-block .btn-list .btn:nth-child(2n) {
  margin-top: 15px;
}
#comparison .column .ele .download-form .form-block .btn-list .btn input {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  padding: 20px 0;
  font-weight: bold;
  background: #febd01;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #comparison .column .ele .download-form .form-block .btn-list .btn input {
    padding: 25px 0;
  }
}
#comparison .column .ele .download-form .form-block .btn-list .btn-submit input {
  pointer-events: none;
  opacity: 0.5;
}
#comparison .column .ele .download-form .form-block .btn-list .is-btn-submit input {
  pointer-events: auto;
  opacity: 1;
}
#comparison .column .ele .download-form .form-block .btn-list .back input {
  background: #ccc;
  color: #333;
}

.confirm .column .ele {
  width: 100% !important;
}

#complete .p_complete .heading {
  text-align: center;
  font-size: clamp(1.8rem, 3.6vw, 3.4rem);
  line-height: 1.6em;
  color: #febd01;
}

#complete .p_complete .paragraphs {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #complete .p_complete .paragraphs {
    text-align: center;
    margin-top: 35px;
  }
}