@charset "UTF-8";
@font-face {
  font-family: NotoBold;
  src: url("../fonts/notosans_jp/NotoSansJP-Bold.otf");
}
@font-face {
  font-family: NotoMedium;
  src: url("../fonts/notosans_jp/NotoSansJP-Medium.otf");
}
.cta_lp {
  padding: 20px 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta_lp {
    padding: 60px 0 10px;
    background-color: #F2F2F2;
  }
}
.cta_lp__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta_lp__sp {
    display: none;
  }
}
.cta_lp__sp__header {
  margin: 0 auto;
  width: 204px;
  height: 19px;
}
.cta_lp__sp__content {
  text-align: center;
  margin-top: 10px;
}
.cta_lp__sp__content a img {
  width: 100%;
  max-width: 500px;
}
.cta_lp__sp__warning {
  text-align: center;
}
.cta_lp__pc {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .cta_lp__pc {
    display: block;
    max-width: 893px;
    margin: 0 auto;
  }
}
.cta_lp__pc a {
  display: block;
  position: relative;
  text-decoration: none;
}
.cta_lp__pc img {
  display: block;
}
.cta_lp__pc__href {
  padding: 0;
  margin: 0;
  position: absolute;
  transform: translate(66%, -50%);
  color: #333;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .cta_lp__pc__href {
    top: 50.5%;
    font-size: 4.4vw;
    left: 32.5%;
  }
}
@media screen and (min-width: 1000px) {
  .cta_lp__pc__href {
    font-size: 45px;
  }
}

.cta_line {
  display: flex;
  justify-content: center;
  background-color: white;
}
.cta_line img {
  width: 100vw;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .cta_line img {
    width: 100vw;
    max-width: 893px;
  }
}
.cta_line--middle {
  margin-top: -30px;
}
.cta_line--middle img {
  max-width: 800px;
}

.mv {
  background-image: url("../images/main_visual_top_new/mv/pc/background.webp");
  padding: 0;
  border-top: 2px solid #f0f0f0;
  box-shadow: 10px 0 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 30px 0 0 0;
  }
}
.mv__img {
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .mv__img {
    height: 578px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__img {
    padding: 0;
  }
}
.mv__img__left {
  display: flex;
  align-items: end;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .mv__img__left {
    align-items: unset;
    left: 33px;
  }
}
.mv__img__left__picture {
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .mv__img__left__picture {
    margin-top: -5px;
    margin-left: -45px;
  }
}
.mv__img__left__picture img {
  position: relative;
  z-index: 1;
  width: 100vw;
  padding-left: 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .mv__img__left__picture img {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .mv__img__left__picture img {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__img__left__picture img {
    bottom: -40px;
  }
}
.mv__img__left .picture-container {
  position: relative;
}
.mv__img__left .picture-container .text-container {
  position: absolute;
  z-index: 2;
  left: 23%;
  font-size: 4.8vw;
  transform: translate(-10%, 32%);
}
@media screen and (min-width: 768px) {
  .mv__img__left .picture-container .text-container {
    font-size: 1.8vw;
    transform: translate(-6%, -56%);
    top: 8%;
    left: 8%;
  }
}
@media screen and (min-width: 1000px) {
  .mv__img__left .picture-container .text-container {
    font-size: 23px;
    transform: translate(-35%, 22%);
    top: 0;
    left: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .mv__img__left .picture-container .text-container {
    transform: translate(-28%, 40%);
  }
}
.mv__img__left .picture-container .text-container p {
  margin: 0;
  color: #f4dc00;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.mv__img__left .picture-container .text-container p span {
  color: #ffffff;
  font-weight: 400;
}
.mv__img__left .picture-container picture {
  display: block;
}
.mv__img__left .picture-container .mv__img__left__car {
  position: absolute;
  z-index: 1;
  display: none !important;
  width: 22vw;
  display: flex;
  justify-content: right;
  bottom: -10%;
  right: -25px;
}
@media screen and (min-width: 768px) {
  .mv__img__left .picture-container .mv__img__left__car {
    display: block !important;
    bottom: -8%;
    right: -28px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__img__left .picture-container .mv__img__left__car {
    bottom: -3%;
    left: 59%;
  }
}
.mv__img__left__car {
  position: absolute;
  z-index: 1;
  display: none;
  width: 22vw;
  justify-content: right;
  bottom: -10%;
  right: -25px;
}
@media screen and (min-width: 768px) {
  .mv__img__left__car {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .mv__img__left__car {
    bottom: -10%;
    right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__img__left__car {
    bottom: -3%;
    right: 0;
  }
}
.mv__img__content-new .form_old .main_consult_wrap {
  max-width: 100% !important;
}
.mv__shape {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__shape {
    display: block;
  }
}
.mv__shape {
  position: relative;
  width: 100%;
  margin-top: -2.6vw;
}
.mv__shape__img {
  background-image: url("../images/main_visual_top_new/mv/pc/Vector.webp");
  height: 164.66px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mv__shape__img img {
  width: 100%;
  height: auto;
  display: block;
}
.mv__shape__img .overlay-img {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.mv__advantage {
  display: none;
  background-color: #008beb;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__advantage {
    display: block;
  }
  .mv__advantage__text-more, .mv__advantage__text-note {
    display: block;
  }
  .mv__advantage__text-more {
    height: 58px;
    width: 89px;
  }
  .mv__advantage__text-note {
    width: 302px;
    height: 11px;
    position: absolute;
    left: 32.5%;
    bottom: 13px;
    transform: translateX(-50%);
  }
}
.mv__advantage__group-img {
  max-width: 1000px;
  display: inline;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 27px;
}
@media screen and (min-width: 1200px) {
  .mv__advantage__group-img {
    max-width: 1000px;
  }
}
.mv__advantage__group-img__box {
  display: flex;
  margin: 0 auto;
  padding: 20px 0 27px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__advantage__group-img__box {
    max-width: 100vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__advantage__group-img__box {
    max-width: 1000px;
  }
}
.mv__advantage__group-img__box__icon {
  position: absolute;
  left: -10px;
  top: -29px;
}
.mv__advantage__group-img__box__img {
  display: flex;
}
.mv__advantage__group-img__box__note {
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  color: #fff;
  margin-top: -24px;
  padding-left: 10px;
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .mv__advantage__group-img__box__note {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__advantage__group-img__box__note {
    font-size: 12px;
  }
}
.mv__advantage__group-img__box__note p {
  margin-bottom: 2px;
}
.mv__advantage__group-img__overlay-img {
  height: auto;
  z-index: 1;
}
.mv .form_old {
  position: relative;
  border: 5px solid #006ebb;
  z-index: 9;
}
.mv .form_old .main_consult_wrap {
  position: relative;
  margin: 0;
}
.mv .form_old .main_consult_wrap .c-form-modal {
  padding: 0;
}
.mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner {
  border: none;
}
.mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .title {
  width: 100%;
}
.mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .step1 .c-form-modal__step__contents {
  margin-right: 0;
}
.mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar {
  width: 5px;
  background-color: #e4e4e4;
  margin-right: 5px;
  height: 10px;
}
.mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar-track, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar-track, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar-track, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar-track {
  border-radius: 5px;
}
.mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar-thumb, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar-thumb, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar-thumb, .mv .form_old .main_consult_wrap .c-form-modal .c-form-modal__inner .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar-thumb {
  background: #006ebb;
  border-radius: 5px;
}
.mv .form_old .c-form-modal__close {
  cursor: pointer;
}
.mv .form_old .m-maker, .mv .form_old .m-carname, .mv .form_old .m-distance, .mv .form_old .m-pref {
  cursor: pointer;
}

.form-lptop_new-pc {
  background-color: #006EBB;
  width: 446px;
  padding: 5px;
  position: relative;
  z-index: 2;
}
.form-lptop_new-pc__title picture {
  display: inline-block;
}
.form-lptop_new-pc__title picture:nth-child(1) {
  width: 240px;
}
.form-lptop_new-pc__title picture:nth-child(2) {
  width: 55px;
}
.form-lptop_new-pc__title picture:nth-child(3) {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -18px;
}
.form-lptop_new-pc__content {
  background-color: #FFFEDE;
  padding: 20px 15px;
}
.form-lptop_new-pc__content .step img {
  width: 100%;
  margin-bottom: 15px;
}
.form-lptop_new-pc__content .step .line {
  display: flex;
  margin-bottom: 12px;
}
.form-lptop_new-pc__content .step .line .focus_lable {
  background-color: #FF8585 !important;
}
.form-lptop_new-pc__content .step .line .lable_ok {
  background-color: #00B1AB !important;
}
.form-lptop_new-pc__content .step .line .step_lable {
  font-size: 30px;
  color: #ffffff;
  background-color: #CCCCCC;
  width: 58px;
  display: flex;
  justify-content: center;
}
.form-lptop_new-pc__content .step .line .input-focus {
  border: 3px solid #FF8585 !important;
  animation: focusInput 1.3s ease infinite;
  -webkit-animation: focusInput 1.3s ease infinite;
  -webkit-appearance: none;
}
.form-lptop_new-pc__content .step .line .form_err {
  border: 1.6px solid #FF8585 !important;
  position: relative;
}
.form-lptop_new-pc__content .step .line .err_msg {
  text-align: right;
  color: red;
}
.form-lptop_new-pc__content .step .line .cus-select {
  width: 100%;
  display: flex;
  background-color: #fff;
  margin-left: 5px;
  border: 1.6px solid #B3B3B3;
  font-size: 16px;
  align-items: center;
}
.form-lptop_new-pc__content .step .line .cus-select input,
.form-lptop_new-pc__content .step .line .cus-select select {
  border: none;
}
.form-lptop_new-pc__content .step .line .cus-select select {
  appearance: none;
  background-image: url(../images/lptop_new/form/icon_down.webp);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 12px center;
}
.form-lptop_new-pc__content .step .line .c-any {
  line-height: 15px;
  text-align: center;
  background-color: #1a68ae;
  color: #fff;
  padding: 3px 0px;
  margin: 3px 5px;
  height: 20px;
  width: 44px;
  display: flex;
  justify-content: center;
  box-sizing: initial;
  align-items: center;
  font-size: 14px;
}
.form-lptop_new-pc__content .step .line .c-any::before {
  content: "任意";
}
.form-lptop_new-pc__content .step .line .complete_ok {
  background-color: #00B1AB !important;
  font-size: 17px !important;
}
.form-lptop_new-pc__content .step .line .complete_ok::before {
  content: "OK" !important;
}
.form-lptop_new-pc__content .step .line .c-required {
  line-height: 15px;
  text-align: center;
  background-color: #FF1919;
  color: #fff;
  padding: 2px 0px;
  margin: 3px 5px;
  height: 20px;
  width: 44px;
  display: flex;
  justify-content: center;
  box-sizing: initial;
  align-items: center;
  font-size: 14px;
}
.form-lptop_new-pc__content .step .line .c-required::before {
  content: "必須";
}
.form-lptop_new-pc__content .step .wrap_next_step_btn {
  text-align: center;
}
.form-lptop_new-pc__content .step .wrap_next_step_btn .submit_lptop {
  background-image: url(../images/lptop_new/form/button2.svg);
  color: #FFFEDE;
  height: 62px;
  width: 82%;
  max-width: 286px;
  border-radius: 25px;
  background-repeat: no-repeat;
  margin-top: 10px;
  background-size: 100% 62px;
  cursor: pointer;
  background-color: #FFFEDE !important;
  font-weight: 500;
  padding-bottom: 5px;
  text-shadow: 1px 2px #5e5e5e;
  border-width: 0px;
}
.form-lptop_new-pc__content .instruction {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.form-lptop_new-pc .err_msg {
  text-align: right;
  color: red;
  font-size: 14px;
}

.lptop_form_new {
  background-color: #006EBB;
  margin: auto;
}

.form-lptop_new-sp {
  background-color: #006EBB;
  max-width: 400px;
  padding: 5px;
  position: relative;
}
.form-lptop_new-sp__title {
  text-align: center;
}
.form-lptop_new-sp__title img {
  width: 240px;
  margin: 20px 0 12px 0;
}
.form-lptop_new-sp__content {
  background-color: #FFFEDE;
  padding: 20px 15px;
}
.form-lptop_new-sp__content .step img {
  width: 100%;
  margin-bottom: 15px;
}
.form-lptop_new-sp__content .step .line {
  display: flex;
  margin-bottom: 12px;
}
.form-lptop_new-sp__content .step .line .focus_lable {
  background-color: #FF8585 !important;
}
.form-lptop_new-sp__content .step .line .lable_ok {
  background-color: #00B1AB !important;
}
.form-lptop_new-sp__content .step .line .step_lable {
  font-size: 30px;
  color: #ffffff;
  background-color: #CCCCCC;
  width: 58px;
  display: flex;
  justify-content: center;
}
.form-lptop_new-sp__content .step .line .input-focus {
  border: 3px solid #FF8585 !important;
  animation: focusInput 1.3s ease infinite;
  -webkit-animation: focusInput 1.3s ease infinite;
  -webkit-appearance: none;
}
.form-lptop_new-sp__content .step .line .form_err {
  border: 1.6px solid #FF8585 !important;
  position: relative;
}
.form-lptop_new-sp__content .step .line .err_msg {
  text-align: right;
  color: red;
}
.form-lptop_new-sp__content .step .line .cus-select {
  width: 100%;
  display: flex;
  background-color: #fff;
  margin-left: 5px;
  border: 1.6px solid #B3B3B3;
  font-size: 16px;
  align-items: center;
}
.form-lptop_new-sp__content .step .line .cus-select input,
.form-lptop_new-sp__content .step .line .cus-select select {
  border: none;
}
.form-lptop_new-sp__content .step .line .cus-select select {
  appearance: none;
  background-image: url(../images/lptop_new/form/icon_down.webp);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 12px center;
}
.form-lptop_new-sp__content .step .line .c-any {
  line-height: 15px;
  text-align: center;
  background-color: #1a68ae;
  color: #fff;
  padding: 3px 0px;
  margin: 3px 5px;
  height: 20px;
  width: 44px;
  display: flex;
  justify-content: center;
  box-sizing: initial;
  align-items: center;
  font-size: 14px;
}
.form-lptop_new-sp__content .step .line .c-any::before {
  content: "任意";
}
.form-lptop_new-sp__content .step .line .complete_ok {
  background-color: #00B1AB !important;
  font-size: 17px !important;
}
.form-lptop_new-sp__content .step .line .complete_ok::before {
  content: "OK" !important;
}
.form-lptop_new-sp__content .step .line .c-required {
  line-height: 15px;
  text-align: center;
  background-color: #FF1919;
  color: #fff;
  padding: 2px 0px;
  margin: 3px 5px;
  height: 20px;
  width: 44px;
  display: flex;
  justify-content: center;
  box-sizing: initial;
  align-items: center;
  font-size: 14px;
}
.form-lptop_new-sp__content .step .line .c-required::before {
  content: "必須";
}
.form-lptop_new-sp__content .step .instruction {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.form-lptop_new-sp__content .step .wrap_next_step_btn {
  text-align: center;
}
.form-lptop_new-sp__content .step .wrap_next_step_btn .lptop_next_step_btn {
  background-image: url(../images/lptop_new/form/button1.svg);
  color: #FFFEDE;
  height: 62px;
  width: 82%;
  max-width: 286px;
  border-radius: 25px;
  font-size: 18px;
  background-repeat: no-repeat;
  margin-top: 10px;
  background-size: 100% 62px;
  cursor: pointer;
  background-color: #FFFEDE !important;
  font-weight: 500;
  padding-bottom: 5px;
  text-shadow: 1px 2px #5e5e5e;
  border-width: 0px;
}
.form-lptop_new-sp__content .step .wrap_next_step_btn .submit_lptop {
  background-image: url(../images/lptop_new/form/button2.svg);
  color: #FFFEDE;
  height: 62px;
  width: 82%;
  max-width: 286px;
  border-radius: 25px;
  background-repeat: no-repeat;
  margin-top: 10px;
  background-size: 100% 62px;
  cursor: pointer;
  background-color: #FFFEDE !important;
  font-weight: 500;
  padding-bottom: 5px;
  text-shadow: 1px 2px #5e5e5e;
  border-width: 0px;
}
.form-lptop_new-sp__content .step .car_purchase_price {
  background-image: url(../images/lptop_new/form/sp/find_text.webp);
  height: 43px;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
}
.form-lptop_new-sp__content .step .car_purchase_price span {
  color: #FF1A1A;
  font-weight: 700;
}
.form-lptop_new-sp__encrypted_ssl {
  padding: 15px;
  background-color: #F2F2E6;
  margin-top: 5px;
}
.form-lptop_new-sp__encrypted_ssl div:first-child {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.form-lptop_new-sp__encrypted_ssl div:first-child img {
  width: 14px;
  height: 18px;
  margin-right: 8px;
}
.form-lptop_new-sp__encrypted_ssl div:last-child {
  font-size: 10px;
}
.form-lptop_new-sp .err_msg {
  text-align: right;
  color: red;
}

.SelectModal_Form {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.lptop_modal-form {
  max-width: 848px;
  height: 596px;
  background-color: #fff;
  padding: 15px;
  position: relative;
  border: 1px solid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: inherit;
  margin: auto;
  border: 2px solid #cbcbcb;
  background: #fff;
  z-index: 10001;
}
.lptop_modal-form::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .lptop_modal-form {
    padding: 30px;
  }
}
.lptop_modal-form__icon-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -24px;
  cursor: pointer;
}
.lptop_modal-form__icon-close img {
  position: fixed;
  width: 40px;
  height: 40px;
}
.lptop_modal-form__container .form_selected {
  display: flex;
  justify-content: center;
}
.lptop_modal-form__container .form_selected ul {
  list-style: none;
}
.lptop_modal-form__container .form_selected .selectModal {
  padding-left: 0;
  width: 100%;
}
.lptop_modal-form__container .form_selected .selectModal .selectModal-nav {
  background-color: #006EBB;
  border: 4px solid #006EBB;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  position: relative;
  float: left;
  width: calc((100% - 52px) / 3);
  height: 97px;
  margin-right: 26px;
}
.lptop_modal-form__container .form_selected .selectModal .selectModal-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -5px;
  border-left: 8px solid #cbcbcb;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.lptop_modal-form__container .form_selected .selectModal .selectModal-nav:last-child {
  margin-right: 0;
}
.lptop_modal-form__container .form_selected .selectModal .selectModal-nav:last-child::before {
  content: none;
}
.lptop_modal-form__container .form_selected .selectModal .selectModal-nav div {
  height: calc(100% - 45px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lptop_modal-form__container .form_selected .selectModal .selectModal-nav .select-item {
  display: flex;
  color: #333;
  font-size: 18px;
  background-color: #fff;
  height: 45px;
  justify-content: center;
  align-items: center;
}
.lptop_modal-form__container .form_selected .selectModal .js-selected::before {
  border-left: 8px solid #006EBB !important;
}
.lptop_modal-form__container .form_selected .selectModal .js-selected__check {
  margin-right: 5px;
  display: none;
}
.lptop_modal-form__inner {
  display: flex;
}
.lptop_modal-form__inner__maker {
  width: 100%;
}
.lptop_modal-form__inner__maker:first-child {
  max-width: 174px;
  margin-right: calc(100% - 731px);
}
.lptop_modal-form__inner__maker:last-child {
  max-width: 557px;
}
.lptop_modal-form__inner__maker .makerlp2 {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}
.lptop_modal-form__inner__maker p {
  margin-bottom: 0;
}
.lptop_modal-form__inner__distance {
  width: 100%;
}
.lptop_modal-form__inner__distance .distance_lp {
  height: auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
.lptop_modal-form__inner__distance .distance_lp .m-distance_lp {
  height: 40px;
  font-size: 18px;
}
.lptop_modal-form__inner__vehicletype {
  width: 100%;
  overflow: auto;
  height: 420px;
  padding-right: 10px;
}
.lptop_modal-form__inner__vehicletype__popular {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  border: 2px solid #d9d9d9;
  overflow: auto;
  font-size: 14px;
  padding: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.lptop_modal-form__inner__vehicletype__syllabary {
  height: auto !important;
}
.lptop_modal-form__inner__vehicletype .lp-vehicletype {
  border-bottom: 2px solid #D9D9D9;
  display: flex;
  padding: 20px;
}
.lptop_modal-form__inner__vehicletype .lp-vehicletype__type {
  color: #006EBB;
  font-size: 16px;
  width: 34px;
  margin-right: 24px;
}
.lptop_modal-form__inner__vehicletype .lp-vehicletype__list_name {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  width: calc(100% - 58px);
}
.lptop_modal-form__inner__vehicletype::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
.lptop_modal-form__inner__vehicletype {
  /* Track */
}
.lptop_modal-form__inner__vehicletype::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.lptop_modal-form__inner__vehicletype {
  /* Handle */
}
.lptop_modal-form__inner__vehicletype::-webkit-scrollbar-thumb {
  background: #006EBB;
}
.lptop_modal-form__inner__vehicletype {
  /* Handle on hover */
}
.lptop_modal-form__inner__vehicletype::-webkit-scrollbar-thumb:hover {
  background: #006EBB;
}
.lptop_modal-form__inner__step__title {
  font-size: 20px;
}
.lptop_modal-form__inner__step__content {
  border: 2px solid #D9D9D9;
  height: 378px;
  overflow: auto;
  font-size: 14px;
  padding: 20px;
  font-weight: 400;
}
.lptop_modal-form__inner__step__content::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
.lptop_modal-form__inner__step__content {
  /* Track */
}
.lptop_modal-form__inner__step__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.lptop_modal-form__inner__step__content {
  /* Handle */
}
.lptop_modal-form__inner__step__content::-webkit-scrollbar-thumb {
  background: #006EBB;
}
.lptop_modal-form__inner__step__content {
  /* Handle on hover */
}
.lptop_modal-form__inner__step__content::-webkit-scrollbar-thumb:hover {
  background: #006EBB;
}
.lptop_modal-form .step1,
.lptop_modal-form .step2,
.lptop_modal-form .step3,
.lptop_modal-form .step4 {
  opacity: 0;
  display: none;
}
.lptop_modal-form .step1.fade-in,
.lptop_modal-form .step2.fade-in,
.lptop_modal-form .step3.fade-in,
.lptop_modal-form .step4.fade-in {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.lptop_modal-form .maker_lp-space,
.lptop_modal-form .m-car_name,
.lptop_modal-form .m-distance_lp {
  cursor: pointer;
}
.lptop_modal-form .maker_lp-space:hover,
.lptop_modal-form .m-car_name:hover,
.lptop_modal-form .m-distance_lp:hover {
  color: #006EBB;
}
.lptop_modal-form .modal_select_data {
  cursor: pointer;
}
.lptop_modal-form .modal_select_data:hover {
  opacity: 0.5;
}

.lptop-form-modal {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 9999;
  background: white;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.lptop-form-modal::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .lptop-form-modal {
    position: absolute;
    height: auto;
    padding-bottom: 0;
    overflow: inherit;
    border-radius: 5px;
  }
}
.lptop-form-modal__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
}
.lptop-form-modal__inner {
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lptop-form-modal__inner {
    border: 5px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    padding-right: 5px;
  }
}
.lptop-form-modal__step {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lptop-form-modal__step .title {
    margin-left: auto !important;
  }
  .lptop-form-modal__step {
    background-color: inherit;
  }
}
.lptop-form-modal__step .step-title {
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
  background-color: #006EBB;
  color: #ffffff;
  font-weight: 700;
  height: 68px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .lptop-form-modal__step__contents {
    margin-right: 5px;
  }
}
.lptop-form-modal__step__contents .title {
  background-image: none !important;
  background-color: #FFFEDE;
  color: #333333;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: left;
}
.lptop-form-modal__step__contents .title.model-of-maker {
  background-color: #e4e4e4;
  color: #333333;
  margin-bottom: 4px;
}
.lptop-form-modal__step__contents .title.back-red {
  background-color: rgba(254, 0, 0, 0.1);
  color: #333333;
  text-align: center;
}
.lptop-form-modal__step__contents .sub-title {
  background-color: #C2DEF2;
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 1.6;
  text-align: left;
}
.lptop-form-modal__step__contents p {
  border-bottom: 1px solid #e4e4e4;
}
.lptop-form-modal__step .m-lptop-maker,
.lptop-form-modal__step .m-lptop-carname,
.lptop-form-modal__step .m-lptop-distance,
.lptop-form-modal__step .m-lptop-pref {
  text-align: left;
  margin-bottom: 0;
  padding: 5px 10px;
  height: 62px;
  display: flex;
  align-items: center;
}
.lptop-form-modal__step.step1, .lptop-form-modal__step.step2, .lptop-form-modal__step.step3, .lptop-form-modal__step.step4 {
  opacity: 0;
  display: none;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .lptop-form-modal__step.step1, .lptop-form-modal__step.step2, .lptop-form-modal__step.step3, .lptop-form-modal__step.step4 {
    height: 100%;
    padding-bottom: 0;
  }
}
.lptop-form-modal__step.step1.fade-in, .lptop-form-modal__step.step2.fade-in, .lptop-form-modal__step.step3.fade-in, .lptop-form-modal__step.step4.fade-in {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .lptop-form-modal__step.step1 .step1__inner, .lptop-form-modal__step.step2 .lptop-form-modal__step__contents, .lptop-form-modal__step.step3 .lptop-form-modal__step__contents, .lptop-form-modal__step.step4 .lptop-form-modal__step__contents {
    overflow-y: scroll;
    height: 90%;
    padding-bottom: 10px;
  }
  .lptop-form-modal__step.step1 .step1__inner::-webkit-scrollbar, .lptop-form-modal__step.step2 .lptop-form-modal__step__contents::-webkit-scrollbar, .lptop-form-modal__step.step3 .lptop-form-modal__step__contents::-webkit-scrollbar, .lptop-form-modal__step.step4 .lptop-form-modal__step__contents::-webkit-scrollbar {
    width: 10px;
    background-color: #e4e4e4;
    margin-right: 5px;
  }
  .lptop-form-modal__step.step1 .step1__inner::-webkit-scrollbar-track, .lptop-form-modal__step.step2 .lptop-form-modal__step__contents::-webkit-scrollbar-track, .lptop-form-modal__step.step3 .lptop-form-modal__step__contents::-webkit-scrollbar-track, .lptop-form-modal__step.step4 .lptop-form-modal__step__contents::-webkit-scrollbar-track {
    border-radius: 5px;
  }
  .lptop-form-modal__step.step1 .step1__inner::-webkit-scrollbar-thumb, .lptop-form-modal__step.step2 .lptop-form-modal__step__contents::-webkit-scrollbar-thumb, .lptop-form-modal__step.step3 .lptop-form-modal__step__contents::-webkit-scrollbar-thumb, .lptop-form-modal__step.step4 .lptop-form-modal__step__contents::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .lptop-form-modal__step.step2 .lptop-form-modal__step__contents {
    width: calc(100% + 10px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lptop-form-modal__step.step2 .lptop-form-modal__step__contents::-webkit-scrollbar {
    display: none;
  }
  .lptop-form-modal__step.step2 .lptop-form-modal__step__contents::-webkit-scrollbar {
    width: 0px;
  }
}
.lptop-form-modal__step.step4 .lptop-form-modal__step__contents, .lptop-form-modal__step.step3 .lptop-form-modal__step__contents {
  padding-right: 5px;
  margin-right: 0px;
}
.lptop-form-modal__step.step4 summary {
  background-color: rgba(228, 228, 228, 0.3);
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding: 5px 10px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lptop-form-modal__step.step4 summary {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  .lptop-form-modal__step.step4 summary {
    font-size: 16px;
  }
}
.lptop-form-modal__step.step4 summary::-webkit-details-marker {
  display: none;
}
.lptop-form-modal p[class*=m-logo-]::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 35px;
  height: 25px;
}
.lptop-form-modal .m-logo-aldina::before {
  background-image: url("../images/modal_form/aldina.webp");
  background-position: -4px;
  background-size: 37px !important;
}
.lptop-form-modal .m-logo-alfaromeo::before {
  background-image: url("../images/modal_form/alfaromeo.svg");
}
.lptop-form-modal .m-logo-amg::before {
  background-image: url("../images/modal_form/amg.webp");
  background-size: 30px !important;
  background-position: center;
}
.lptop-form-modal .m-logo-audi::before {
  background-image: url("../images/modal_form/audi.webp");
  background-position: -3px;
}
.lptop-form-modal .m-logo-bentley::before {
  background-image: url("../images/modal_form/bentley.svg");
  background-size: 29px !important;
  background-position: 0 8px;
}
.lptop-form-modal .m-logo-benz::before {
  background-image: url("../images/modal_form/benz.webp");
  background-size: 44px !important;
  background-position: -6px -3px;
}
.lptop-form-modal .m-logo-bmw::before {
  background-image: url("../images/modal_form/bmw.svg");
  background-position: 2px 0px;
  background-size: 25px !important;
}
.lptop-form-modal .m-logo-buick::before {
  background-image: url("../images/modal_form/buick.svg");
  background-position: 2px;
}
.lptop-form-modal .m-logo-cadillac::before {
  background-image: url("../images/modal_form/cadillac.svg");
  background-position: 5px 0;
}
.lptop-form-modal .m-logo-chevrolet::before {
  background-image: url("../images/modal_form/chevrolet.webp");
  background-size: 30px !important;
  background-position: -1px -4px;
}
.lptop-form-modal .m-logo-chrysler::before {
  background-image: url("../images/modal_form/chrysler.webp");
  background-size: 36px !important;
  background-position: -3px 8px;
}
.lptop-form-modal .m-logo-citroen::before {
  background-image: url("../images/modal_form/citroen.webp");
  background-position: -4px 2px;
}
.lptop-form-modal .m-logo-daihatsu::before {
  background-image: url("../images/modal_form/daihatsu.webp");
}
.lptop-form-modal .m-logo-dodge::before {
  background-image: url("../images/modal_form/dodge.webp");
  background-position: 1px 8px;
  background-size: 30px !important;
}
.lptop-form-modal .m-logo-ferrari::before {
  background-image: url("../images/modal_form/ferrari.webp");
}
.lptop-form-modal .m-logo-fiat::before {
  background-image: url("../images/modal_form/fiat.svg");
}
.lptop-form-modal .m-logo-ford::before {
  background-image: url("../images/modal_form/ford.webp");
  background-position: 1px 4px;
  background-size: 29px !important;
}
.lptop-form-modal .m-logo-gmc::before {
  background-image: url("../images/modal_form/gmc.webp");
  background-position: 1px 6px;
  background-size: 30px !important;
}
.lptop-form-modal .m-logo-hino::before {
  background-image: url("../images/modal_form/hino.webp");
  background-size: 27px !important;
  background-position: 2px 3px;
}
.lptop-form-modal .m-logo-honda::before {
  background-image: url("../images/modal_form/honda.webp");
}
.lptop-form-modal .m-logo-hummer::before {
  background-image: url("../images/modal_form/hummer.svg");
  background-position: -3px 9px;
}
.lptop-form-modal .m-logo-hyundai::before {
  background-image: url("../images/modal_form/hyundai.svg");
  background-size: 25px !important;
  background-position: 1px 8px;
}
.lptop-form-modal .m-logo-isuzu::before {
  background-image: url("../images/modal_form/isuzu.svg");
  background-size: 33px !important;
  background-position: 0px 9px;
}
.lptop-form-modal .m-logo-jaguar::before {
  background-image: url("../images/modal_form/jaguar.webp");
  background-position: -3px 0;
}
.lptop-form-modal .m-logo-jeep::before {
  background-image: url("../images/modal_form/jeep.svg");
  background-size: 30px !important;
  background-position: 0 6px;
}
.lptop-form-modal .m-logo-lanborghini::before {
  background-image: url("../images/modal_form/lanborghini.webp");
  background-position: -7px -3px;
  background-size: 39px !important;
}
.lptop-form-modal .m-logo-lancia::before {
  background-image: url("../images/modal_form/lancia.webp");
}
.lptop-form-modal .m-logo-landrover::before {
  background-image: url("../images/modal_form/landrover.svg");
  background-size: 27px !important;
  background-position: 0 4px;
}
.lptop-form-modal .m-logo-lexus::before {
  background-image: url("../images/modal_form/lexus.webp");
}
.lptop-form-modal .m-logo-lincoln::before {
  background-image: url("../images/modal_form/lincoln.webp");
  background-position: 4px 0px;
  background-size: 23px !important;
}
.lptop-form-modal .m-logo-lotus::before {
  background-image: url("../images/modal_form/lotus.svg");
}
.lptop-form-modal .m-logo-maserati::before {
  background-image: url("../images/modal_form/maserati.webp");
}
.lptop-form-modal .m-logo-matsuda::before {
  background-image: url("../images/modal_form/matsuda.webp");
}
.lptop-form-modal .m-logo-mitsubishi::before {
  background-image: url("../images/modal_form/mitsubishi.png");
}
.lptop-form-modal .m-logo-mitsuoka::before {
  background-image: url("../images/modal_form/mitsuoka.webp");
}
.lptop-form-modal .m-logo-nissan::before {
  background-image: url("../images/modal_form/nissan.webp");
  background-position: 2px -2px;
}
.lptop-form-modal .m-logo-opel::before {
  background-image: url("../images/modal_form/opel.svg");
  background-size: 40px !important;
  background-position: -6px -4px;
}
.lptop-form-modal .m-logo-peugeot::before {
  background-image: url("../images/modal_form/peugeot.webp");
  background-position: -5px 0;
}
.lptop-form-modal .m-logo-pontiac::before {
  background-image: url("../images/modal_form/pontiac.webp");
  background-size: 113px !important;
  background-position: -43px -4px;
}
.lptop-form-modal .m-logo-porsche::before {
  background-image: url("../images/modal_form/porsche.webp");
  background-size: 43px !important;
  background-position: -7px -3px;
}
.lptop-form-modal .m-logo-renault::before {
  background-image: url("../images/modal_form/renault.webp");
  background-position: -4px 0;
}
.lptop-form-modal .m-logo-rolls::before {
  background-image: url("../images/modal_form/rolls.svg");
  background-position: 7px -1px;
  background-size: 14px !important;
}
.lptop-form-modal .m-logo-rover::before {
  background-image: url("../images/modal_form/rover.webp");
}
.lptop-form-modal .m-logo-smart::before {
  background-image: url("../images/modal_form/smart.svg");
  background-size: 32px !important;
  background-position: 0 6px;
}
.lptop-form-modal .m-logo-saab::before {
  background-image: url("../images/modal_form/saab.svg");
}
.lptop-form-modal .m-logo-subaru::before {
  background-image: url("../images/modal_form/subaru.webp");
}
.lptop-form-modal .m-logo-suzuki::before {
  background-image: url("../images/modal_form/suzuki.png");
}
.lptop-form-modal .m-logo-toyota::before {
  background-image: url("../images/modal_form/toyota.webp");
}
.lptop-form-modal .m-logo-ud::before {
  background-image: url("../images/modal_form/ud.svg");
  background-position: 3px 0;
}
.lptop-form-modal .m-logo-volkswagen::before {
  background-image: url("../images/modal_form/volkswagen.svg");
  background-position: 2px;
}
.lptop-form-modal .m-logo-volvo::before {
  background-image: url("../images/modal_form/volvo.svg");
}
.lptop-form-modal__close {
  position: absolute;
  padding: 12px 10px;
  right: 0px;
  z-index: 999;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: NotoMedium;
  font-weight: initial;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

:focus {
  outline: none;
}

a:link,
a:hover,
a:visited,
a:active {
  color: #267dcb;
  text-decoration: underline;
}

p {
  margin-bottom: 3px;
}

p.error {
  color: #fb5154;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #333333;
  background-color: #ffffff;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
select::placeholder {
  color: #696969;
}

.alert {
  text-align: center;
}

textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #333333;
  background-color: #ffffff;
}
textarea::placeholder {
  color: #696969;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  content: "";
}

.checkbox:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  content: "";
}

.radio:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.err-msg {
  display: none;
  color: red;
  font-size: 10px;
  position: absolute;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .err-msg {
    font-size: 12px;
  }
}

section {
  padding: 20px 0;
  margin: auto;
}

.l-container {
  padding: 0 5%;
  max-width: 560px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 980px !important;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

.u-flex_jusrify_left {
  justify-content: left;
}

.u-flex_jusrify_right {
  justify-content: right;
}

@media screen and (min-width: 768px) {
  .u-display-flex {
    flex-direction: row;
  }
}

.u-display-flex {
  display: flex;
}

.display_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .display_sp {
    display: none;
  }
}

.display_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .display_pc {
    display: block;
  }
}

.color_coop {
  color: #00942F;
}

.color_white {
  color: white;
}

.color_yellow {
  color: #FFEC00;
}

.emphasis_text {
  font-size: 18px;
  font-weight: 600;
}

.text_center {
  text-align: center;
}

.bg_light_green {
  background-color: #00942F;
}

.bg_sky {
  background-color: #007CB5;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

.u-display-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-display-pc {
    display: block;
  }
}

.border-0 {
  border: 0 !important;
}

.text-center {
  text-align: center !important;
}

.p-0 {
  padding: 0 !important;
}

.form-submit {
  width: 85%;
  position: relative;
  margin: 20px auto 15px;
}

/* 拡大・縮小 */
.change-scale {
  -webkit-animation: change-scale 1.5s linear infinite alternate;
  animation: change-scale 1.5s linear infinite alternate;
}

@keyframes change-scale {
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}