@charset "UTF-8";
.mv {
  width: 100%;
  display: block;
  position: relative;
}

.mv .mv_img {
  width: 63.2%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 550px) {
  .mv .mv_img {
    width: 63.2vw;
  }
}

.bottom {
  padding: 24px 30px 65.97px;
  background-color: #f6f6f6;
}

.bottom .check_ico {
  display: inline-block;
  width: 25px;
  width: 18px;
  margin-left: 8.796px;
  margin-right: 8.796px;
}

.bottom .check_ico img {
  vertical-align: baseline;
}

.bottom .check_list {
  margin-bottom: 11px;
  color: #000000;
  font-size: 32px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.bottom .check_list .text_red {
  color: #ff0000;
}

.bottom .check_list:last-child {
  margin-bottom: 0;
}

.bottom .bottom_btn {
  margin-top: 21.99px;
  width: 491.11px;
  position: relative;
  height: 82.096px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 29px;
  color: #fff;
  background-color: #fe6d63;
  border-radius: 7.33px;
  -webkit-box-shadow: 0 8.796px 0 #dc0d0d;
  box-shadow: 0 8.796px 0 #dc0d0d;
  font-weight: 600;
}

@media screen and (max-width: 550px) {
  .bottom {
    padding: 4vw 5.33333vw 12vw;
  }
  .bottom .check_ico {
    display: inline-block;
    width: 3.33333vw;
    margin-left: 1.6vw;
    margin-right: 1.6vw;
  }
  .bottom .check_list {
    margin-bottom: 1.46667vw;
    font-size: 4.26667vw;
    letter-spacing: 0;
  }
  .bottom .check_list:last-child {
    margin-bottom: 0;
  }
  .bottom .bottom_btn {
    margin-top: 4vw;
    width: 89.33333vw;
    height: 14.93333vw;
    font-size: 5.33333vw;
    border-radius: 1.33333vw;
    -webkit-box-shadow: 0 1.6vw 0 #dc0d0d;
    box-shadow: 0 1.6vw 0 #dc0d0d;
  }
}

footer {
  padding: 23.456px 0 21.99px;
  background-color: #595959;
}

footer .footer_linkWrap {
  margin-bottom: 14.66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer_linkWrap .footer_link a {
  color: #ffffff;
  font-size: 14.66px;
}

footer .footer_linkWrap .footer_link a::after {
  content: "｜";
}

footer .footer_linkWrap .footer_link:last-child a::after {
  display: none;
}

footer .copyright {
  color: #ffffff;
  font-size: 14.66px;
  text-align: center;
}

@media screen and (max-width: 550px) {
  footer {
    padding: 4.26667vw 0 4vw;
  }
  footer .footer_linkWrap {
    margin-bottom: 2.66667vw;
  }
  footer .footer_linkWrap .footer_link a {
    color: #ffffff;
    font-size: 2.66667vw;
  }
  footer .footer_linkWrap .footer_link a::after {
    content: "｜";
  }
  footer .footer_linkWrap .footer_link:last-child a::after {
    display: none;
  }
  footer .copyright {
    font-size: 2.66667vw;
  }
}
