@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
body {
  min-width: 1440px;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  background-color: #eff1f1;
}
body.fix {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
header {
  padding: 32px 0 0 32px;
  height: 100px;
}
.mainVisual {
  position: relative;
}
.mainVisual_layout {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 468px;
}
.mainVisual_layout:before {
  content: "";
  border-bottom: 568px solid rgba(2, 87, 88, 0.2);
  border-left: 568px solid transparent;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -100px;
  right: 45%;
  width: 200%;
  transform: translate(104%, 0%);
}
.mainVisual_logo {
  position: absolute;
  top: 58px;
  left: -64px;
}
.mainVisual_text {
  position: absolute;
  top: 28px;
  left: 88px;
  font-size: 22px;
  font-weight: 700;
  color: #025758;
}
.mainVisual_text-deco01 {
  font-weight: 700;
  font-size: 28px;
}
.mainVisual_text-deco02, .mainVisual_text-deco03 {
  font-weight: 700;
  font-size: 51px;
  letter-spacing: -1px;
  line-height: 66px;
  text-indent: -5px;
  display: inline-block;
}
.mainVisual_text-deco03 {
  text-indent: 1px;
  letter-spacing: -6px;
}
.mainVisual_system {
  position: absolute;
  top: 165px;
  left: 9px;
  display: flex;
}
.mainVisual_system-item {
  margin-right: 21px;
}
.mainVisual_movie {
  position: absolute;
  top: 18px;
  right: 0;
}
#mainVisual_movie-image:hover {
  opacity: 0.8;
  transition: all 0.1s;
  cursor: pointer;
}
.rallyContents {
  background-color: #D2DDDD;
  height: 233px;
  position: relative;
}
.rallyContents_layout {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  top: -66px;
  left: 0;
  background-repeat: no-repeat;
  height: 364px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.54)), url(../img/rally_bg_01.jpg);
}
.rallyContents_day {
  background-color: #EB5E55;
  display: inline-block;
  padding: 15px 39px 14px 23px;
  border-radius: 0 0 100vh 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
.rallyContents_day span {
  font-size: 24px;
  font-weight: 700;
}
.rallyContents_tit {
  color: #005758;
  font-weight: 700;
  font-size: 26px;
  margin: 45px 0 0 52px;
  line-height: 45px;
}
.rallyContents_tit-img{
  padding-top: 70px;
  display: block;
}
.rallyContents_tit-img img{
  width: 35%;
  vertical-align: middle;
  padding-bottom: 20px;
}
.rallyContents_tit-deco01 {
  font-size: 40px;
  font-weight: 700;
  text-indent: -21px;
  display: inline-block;
  margin-top: 13px;
  letter-spacing: 1px;
}
.rallyContents_tit-deco02 {
  font-weight: bold;
  text-indent: -13px;
  display: inline-block;
}
.rallyContents_tit-deco03 {
  font-weight: 700;
  color: #EB5E55;
  font-size: 50px;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 2px;
}
.rallyContents_rallyImg01 {
  position: absolute;
  top: 14px;
  right: 65px;
}
.rallyContents_rallyImg01 span {
  position: absolute;
  font-size: 12px;
  color: #525252;
}
.rallyContents_rallyImg01 span:nth-child(1) {
  top: 110px;
  left: 95px;
}
.rallyContents_rallyImg01 span:nth-child(2) {
  top: 110px;
  left: 293px;
}
.rallyContents_rallyImg01 span:nth-child(3) {
  top: 168px;
  left: 20px;
}
.rallyContents_rallyImg01 span:nth-child(4) {
  top: 195px;
  left: 305px;
}
.rallyContents_rallyImg01 span:nth-child(5) {
  top: 178px;
  left: 585px;
}
.rallyContents_rallyImg02 {
  position: absolute;
  top: 247px;
  right: 278px;
  width: 400px;
}
.rallyContents_rallyImg02 figcaption {
  position: absolute;
  top: 42px;
  left: 188px;
  font-size: 12px;
}
.rallyContents_rallyImg03 {
  position: absolute;
  top: 233px;
  right: 59px;
}
.rallyContents_rallyImg03 figcaption {
  position: absolute;
  top: 56px;
  right: 54px;
  font-size: 12px;
}
.rallyContents_text01 {
  font-size: 12px;
  color: #525252CC;
  position: absolute;
  bottom: 15px;
  left: 145px;
}
.rallyContents_text02 {
  font-size: 12px;
  color: #525252CC;
  position: absolute;
  bottom: 15px;
  left: 659px;
}
.downloadContents_layout {
  width: 986px;
  margin: 0 auto;
  position: relative;
  padding-top: 148px;
}
.downloadContents_layout:before {
  content: "";
  border-bottom: 1500px solid rgba(2, 87, 88, 0.4);
  border-left: 1500px solid transparent;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 55%;
  width: 200%;
  transform: rotate(180deg);
  z-index: 1;
}
.downloadContents_layout:after {
  content: "";
  background-color: rgba(2, 87, 88, 0.4);
  height: 2500px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -632px;
  left: 151%;
  width: 200%;
  transform: rotate(45deg);
  z-index: 1;
}
.downloadContents_inLayout {
  position: relative;
  z-index: 2;
}
.downloadContents_tit {
  background-color: #005758;
  font-weight: 700;
  color: #fff;
  padding: 33px;
  font-size: 35px;
  text-align: center;
  position: relative;
}
.downloadContents_tit:before {
  content: "";
  border-top: 25px solid #005758;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.downloadContents_formArea {
  background-color: #fff;
  padding: 82px 112px 82px 112px;
}
.downloadContents_formArea input {
  width: 100%;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 18px;
  font-size: 16px;
}
.downloadContents_formArea dl {
  display: flex;
  justify-content: space-between;
  height: 106px;
}
.downloadContents_formArea dt {
  width: 272px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 18px;
  color: #000;
}
.downloadContents_formArea dt:before {
  content: "必須";
  background-color: #025758;
  color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  margin-right: 33px;
  font-weight: normal;
  font-size: 13px;
}
.downloadContents_formArea dd {
  width: 476px;
}
.downloadContents_formArea-clm2 {
  display: flex;
  justify-content: space-between;
}
.downloadContents_formArea-name {
  width: 48%;
}
.downloadContents_form-privacy {
  margin-top: 45px;
  font-size: 16px;
  color: #000;
}
.downloadContents_form-privacy-txt {
  text-align: center;
}
.downloadContents_form-privacy-txt a {
  color: #025758;
  text-decoration: underline;
}
.downloadContents_form-privacy-txt a:hover {
  text-decoration: none;
}
.downloadContents_form-privacy-agree {
  text-align: center;
  margin-top: 13px;
}
.downloadContents_form-privacy-agree input {
  width: auto;
  margin-right: 6px;
}
.downloadContents_form-submitBtn {
  margin-top: 40px;
  text-align: center;
}
.downloadContents_form-submitBtn button {
  font-weight: 700;
  color: #fff;
  background-color: #cdcdcd;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  width: 300px;
}
.downloadContents_form-submitBtn button:hover {
  cursor: pointer;
}
.downloadContents .error {
  display: none;
  font-size: 12px;
  color: #E12828;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
}
.downloadContents .error.error_message {
  display: block;
}
.featuresContents_layout {
  width: 666px;
  margin: 82px auto 0;
}
.featuresContents_tit {
  font-weight: 700;
  font-size: 40px;
  color: #005758;
  text-align: center;
  letter-spacing: 1px;
}
.featuresContents_detail {
  margin-top: 74px;
}
.featuresContents_detail-box {
  position: relative;
  padding-left: 94px;
  margin-top: 50px;
}
.featuresContents_detail-box:before {
  content: "";
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #025758;
  height: 74px;
  width: 74px;
  font-size: 28px;
  border-radius: 74px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: -9px;
}
.featuresContents_detail-box:nth-child(1):before {
  content: "01";
}
.featuresContents_detail-box:nth-child(2):before {
  content: "02";
}
.featuresContents_detail-box:nth-child(3):before {
  content: "03";
}
.featuresContents_detail-box h4 {
  font-weight: 700;
  font-size: 26px;
  color: #025758;
}
.featuresContents_detail-box p {
  margin-top: 12px;
  font-size: 14px;
  color: #626262;
}
.pointContents {
  background-color: #e1e9e9;
  height: 441px;
  position: relative;
  margin-top: 240px;
}
.pointContents_layout {
  background-color: #fff;
  width: 986px;
  display: flex;
  justify-content: space-around;
  padding: 46px 34px 39px;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
}
.pointContents_box {
  width: 255px;
}
.pointContents_box:nth-child(2) {
  padding-left: 11px;
}
.pointContents_box:nth-child(3) .pointContents_box-img {
  margin-top: 8px;
  margin-bottom: 36px;
}
.pointContents_box-number {
  font-size: 16px;
  color: #90B3B4;
  font-family: 'Roboto', sans-serif;
}
.pointContents_box-tit {
  color: #025758;
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
  margin-top: 3px;
}
.pointContents_box-img {
  margin: 22px 0;
  height: 161px;
}
.pointContents_box-detail {
  width: 235px;
  color: #626262;
  font-size: 14px;
  line-height: 25px;
}
.requestContents {
  background: linear-gradient(0deg, rgba(33, 86, 86, 0.4), rgba(33, 86, 86, 0.4)), url(../img/estimate_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center;
}
.requestContents_tit {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  text-align: center;
  padding-top: 156px;
}
.requestContents_btn {
  text-align: center;
  margin-top: 40px;
}
.requestContents_btn a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 24px 61px;
  background-color: #EBB630;
  border-radius: 8px;
  display: inline-block;
}
.requestContents_btn a:hover {
  opacity: 0.8;
  transition: all 0.1s;
}
.estimateBtn {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
.estimateBtn a {
  position: fixed;
  z-index: 4;
  width: 155px;
  height: 155px;
  background: rgba(255, 255, 255, 0.67);
  border-radius: 151px;
  color: #005758;
  font-size: 19px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 3px solid #005758;
  top: 20px;
  right: 20px;
}
.estimateBtn a span {
  width: 145px;
  height: 145px;
  border-radius: 141px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #005758;
  font-weight: 700;
  line-height: 150%;
}
.estimateBtn a:hover {
  opacity: 0.8;
  transition: all 0.1s;
}
footer {
  background-color: #025758;
  padding: 25px 0;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  padding: 0 22px;
  border-right: 1px solid #fff;
}
footer ul li:last-child {
  border-right: none;
}
footer ul li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.copyright {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 17px;
  letter-spacing: 0.03em;
}
/*============================
ポップアップ動画css
============================*/
.mainVisual_movie-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.mainVisual_movie-frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainVisual_movie-frame-closeBtn {
  display: block;
  position: absolute;
  height: 35px;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  padding: 2px 0 0 112px;
  font-size: 17px;
  font-weight: 100;
}
#mainVisual_movie-frame-closeBtn:before, #mainVisual_movie-frame-closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35px;
  background: #fff;
}
#mainVisual_movie-frame-closeBtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#mainVisual_movie-frame-closeBtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#mainVisual_movie-frame-closeBtn:hover {
  cursor: pointer;
}
/*============================
ダウンロードページcss
============================*/
.thanksPage {
  position: relative;
}
.thanksPage:before {
  content: "";
  background: #025758;
  opacity: 0.4;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -338px;
  right: -338px;
  width: 600px;
  height: 600px;
  transform: rotate(45deg);
}
.thanksPage:after {
  content: "";
  background: #025758;
  opacity: 0.4;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -349px;
  left: -349px;
  width: 600px;
  height: 600px;
  transform: rotate(45deg);
}
.thanksPage .thanksContents {
  margin: 193px 0;
}
.thanksPage .thanksContents_tit {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #000;
}
.thanksPage .thanksContents_text {
  font-size: 16px;
  text-align: center;
  margin-top: 57px;
}
.thanksPage .thanksContents_btn {
  text-align: center;
  margin: 60px 0 150px;
}
.thanksPage .thanksContents_btn a {
  font-weight: 700;
  color: #fff;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 58px 24px 24px;
  font-size: 16px;
  width: 288px;
  background-color: #EBB630;
  display: inline-block;
  background-image: url(../img/icon01.svg);
  background-repeat: no-repeat;
  background-position: 210px 24px;
  background-size: 14px;
}
.thanksPage .thanksContents_btn a:hover {
  opacity: 0.8;
  transition: all 0.1s;
}
/* SP
-----------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
  img {
    width: 100%;
  }
  body {
    min-width: auto;
  }
  header {
    padding: 3vw 0 0 3vw;
    height: auto;
  }
  .header_logo {
    width: 50vw;
  }
  .mainVisual_layout {
    width: auto;
    height: auto;
  }
  .mainVisual_layout:before {
    border-bottom: 200vw solid rgba(2, 87, 88, 0.2);
    border-left: 200vw solid transparent;
	top: -22vw;
    right: 36vw;
	width: 200vw;
    transform: translate(87%, 0%);
  }
  .mainVisual_logo {
    position: static;
    width: 60vw;
    margin: 10vw 0 0 4vw;
  }
  .mainVisual_text {
    position: static;
    font-size: 5vw;
    margin: 7vw 3vw 0;
  }
  .mainVisual_text-deco01 {
    font-size: 7vw;
  }
  .mainVisual_text-deco02, .mainVisual_text-deco03 {
    font-size: 10vw;
    text-indent: 0;
    line-height: 11vw;
    letter-spacing: 0;
    margin-top: 3vw;
  }
  .mainVisual_text-deco03 {
    margin-top: 0;
  }
  .mainVisual_system {
    position: static;
	justify-content: space-between;
	margin: 8vw 2vw 0;
  }
  .mainVisual_system-item {
	margin: 0;
    width: 31vw;
  }
  .mainVisual_movie {
    position: relative;
    width: 85vw;
    margin: 10vw auto 17vw;
  }
  .rallyContents {
    height: auto;
  }
  .rallyContents_layout {
    width: auto;
    top: 0;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5vw;
  }
  .rallyContents_day {
    font-size: 6vw;
    padding: 5vw;
    display: block;
    border-radius: 0 0 21vw 0;
  }
  .rallyContents_day span {
    display: block;
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  .rallyContents_tit {
    font-size: 7vw;
    margin: 3vw;
  }
  .rallyContents_tit-img{
    padding-top: 0;
    display: block;
    text-align: center;
  }
  .rallyContents_tit-img img{
    width: 95%;
    vertical-align: middle;
    padding-bottom: 20px;
  }
  .rallyContents_tit-deco01 {
    font-size: 10vw;
  }
  .rallyContents_tit-deco03 {
    font-size: 11vw;
  }
  .rallyContents_rallyImg01 {
    position: relative;
    margin: 10vw 6vw;
    top: 0;
    right: 0;
  }
  .rallyContents_rallyImg01 span {
    font-size: 4vw;
  }
  .rallyContents_rallyImg01 span:nth-child(1) {
    top: 16vw;
    left: -3vw;
  }
  .rallyContents_rallyImg01 span:nth-child(2) {
    top: 15vw;
    left: 38vw;
  }
  .rallyContents_rallyImg01 span:nth-child(3) {
    top: 28vw;
    left: -1vw;
  }
  .rallyContents_rallyImg01 span:nth-child(4) {
    top: 28vw;
    left: 39vw;
  }
  .rallyContents_rallyImg01 span:nth-child(5) {
    top: 28vw;
    left: 82vw;
  }
  .rallyContents_rallyImg02 {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    margin: 10vw 24vw;
  }
  .rallyContents_rallyImg02 figcaption {
    top: 12vw;
    left: 12vw;
    font-size: 4vw;
	width: 30vw;
  }
  .rallyContents_rallyImg03 {
	position: relative;
    top: 0;
    right: 0;
	margin: 10vw 15vw;
  }
  .rallyContents_rallyImg03 figcaption {
    top: 15vw;
    right: 26vw;
    font-size: 4vw;
  }
  .rallyContents_text01 {
    position: static;
    font-size: 4vw;
    margin: 19vw 3vw 3vw;
    line-height: 7vw;
  }
  .rallyContents_text02 {
    position: static;
    font-size: 4vw;
    margin: 3vw 3vw 0;
    line-height: 7vw;
  }
  .downloadContents_layout {
    width: auto;
    padding-top: 0;
  }
  .downloadContents_layout:before {
    border-bottom: 1500px solid rgba(2, 87, 88, 0.4);
    border-left: 1500px solid transparent;
    right: 37vw;
    width: 200%;
  }
  .downloadContents_layout:after {
    height: 165vw;
    top: 224vw;
    left: -14vw;
    width: 165vw;
    background-color: rgba(2, 87, 88, 0.2);
    z-index: 0;
  }
  .downloadContents_tit {
    font-size: 7vw;
    padding: 7vw 16vw;
    line-height: 10vw;
  }
  .downloadContents_formArea {
    padding: 14vw 3vw 19vw;
  }
  .downloadContents_formArea input {
    padding: 4vw;
    font-size: 4vw;
  }
  .downloadContents_formArea dl {
    height: auto;
    display: block;
  }
  .downloadContents_formArea dt {
    width: auto;
    font-size: 4vw;
    margin-top: 5vw;
  }
  .downloadContents_formArea dt:before {
    font-size: 4vw;
    padding: 1vw 2vw 2vw 2vw;
    border-radius: 2vw;
    margin-right: 3vw;
  }
  .downloadContents_formArea dd {
    width: auto;
    margin-top: 6vw;
    height: 18vw;
  }
  .downloadContents_form-privacy {
    margin-top: 5vw;
    font-size: 4vw;
  }
  .downloadContents_form-privacy-txt {
    line-height: 8vw;
  }
  .downloadContents_form-privacy-agree {
    margin-top: 3vw;
  }
  .downloadContents_form-submitBtn {
    margin-top: 10vw;
  }
  .downloadContents_form-submitBtn button {
    border-radius: 8px;
	font-size: 5vw;
    width: 80vw;
  }
  .downloadContents .error.error_message {
    font-size: 4vw;
    margin-top: 1vw;
  }
  .featuresContents {
    padding-bottom: 13vw;
  }
  .featuresContents_layout {
    width: auto;
    margin: 11vw auto 0;
  }
  .featuresContents_tit {
    font-size: 8vw;
    margin: 0 2vw;
    line-height: 10vw;
  }
  .featuresContents_detail {
    margin-top: 8vw;
  }
  .featuresContents_detail-box {
    padding: 0 6vw 0 24vw;
    height: auto;
    margin-top: 11vw;
  }
  .featuresContents_detail-box:before {
    height: 18vw;
    width: 18vw;
    font-size: 7vw;
    border-radius: 18vw;
    top: 0;
    left: 3vw;
  }
  .featuresContents_detail-box:nth-child(2) h4,.featuresContents_detail-box:nth-child(3) h4 {
    padding-top: 1vw;
    line-height: 8vw;
  }
  .featuresContents_detail-box h4 {
    font-size: 7vw;
    padding-top: 4vw;
  }
  .featuresContents_detail-box p {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 8vw;
  }
  .pointContents {
    height: auto;
    margin-top: 0;
  }
  .pointContents_layout {
    width: auto;
    position: static;
    transform: translateX(0);
    padding: 8vw 6vw 15vw;
    display: block;
  }
  .pointContents_box:nth-child(1) {
    margin-top: 4vw;
  }
  .pointContents_box {
    width: auto;
	margin-top: 13vw;
  }
  .pointContents_box:nth-child(2) {
    padding: 0;
  }
  .pointContents_box-number {
    font-size: 4vw;
  }
  .pointContents_box-tit {
    font-size: 7vw;
    line-height: 9vw;
    margin-top: 2vw;
  }
  .pointContents_box-img {
    margin: 6vw 6vw;
    height: auto;
  }
  .pointContents_box-detail {
    width: auto;
    font-size: 4vw;
    line-height: 8vw;
  }
  .requestContents {
    height: 100vw;
  }
  .requestContents_tit {
    font-size: 6vw;
    padding: 29vw 13vw 0;
    line-height: 9vw;
  }
  .requestContents_btn {
    margin-top: 7vw;
  }
  .requestContents_btn a {
    font-size: 5vw;
    padding: 7vw 0;
    width: 80vw;
  }
  .estimateBtn {
    width: auto;
    height: 24vw;
  }
  .estimateBtn a {
    position: fixed;
    top: auto;
    right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.9);
    width: 80vw;
    height: 18vw;
    font-size: 5vw;
    z-index: 999;
    bottom: 0;
    border-radius: 9px;
    margin: 0 auto;
    border: 2px solid #005758;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .estimateBtn a span {
    line-height: 8vw;
    width: 99%;
    height: 94%;
    border-radius: 5px;
    border: 1px solid #005758;
  }
  footer {
    padding: 1px 0 5vw;
    z-index: 1;
    position: relative;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    padding: 0 3vw;
    margin-top: 8vw;
    border-right: none;
  }
  footer ul li a {
    font-size: 4vw;
  }
  .copyright {
    font-size: 3vw;
    margin-top: 10vw;
  }
/*============================
ポップアップ動画css
============================*/
  .mainVisual_movie-frame iframe {
    width: 95vw;
    height: 53.43vw;
  }
  #mainVisual_movie-frame-closeBtn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 36vw;
  }
/*============================
ダウンロードページcss
============================*/
  .thanksPage:before {
    top: -64vw;
    right: -78vw;
    width: 100vw;
    height: 100vw;
  }
  .thanksPage:after {
    width: 100vw;
    height: 100vw;
    bottom: -21vw;
    left: -69vw;
  }
  .thanksPage .thanksContents {
    margin: 20vw 3vw 0;
  }
  .thanksPage .thanksContents_tit {
    font-size: 8vw;
  }
  .thanksPage .thanksContents_text {
    font-size: 4vw;
    margin-top: 13vw;
  }
  .thanksPage .thanksContents_btn {
    margin: 15vw 0 27vw;
  }
}
/* PC
-----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
