@charset "utf-8";
/* base */
body,
#suz_registrationForm {
  min-width: auto;
}
#header .utility {
  width: 100%;
}
#MainContentBody {
  padding: 0 15px;
}
.dl_frame .box_download {
  max-width: 970px;
  width: 100%;
}
#header.simple {
  padding-right: 15px;
  padding-left: 15px;
}
#footer .utility .inner {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
#footer .utility .inner .link {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
#footer.simple .utility .inner .copy {
  text-align: center;
}

.mainvisual.max_width .mainvisual_inner,
.lp_contents.max_width .lp_contents_inner {
  max-width: 970px;
  width: auto;
  text-align: center;
}
.lp_contents.max_width .lp_contents_inner img {
  max-width: 100%;
}
.sp_style {
  display: none;
}

/* landingcommon_freedial unique */
.landingcommon_freedial {
  max-width: 970px;
  width: auto;
  border-bottom: 1px solid #c5c5c5;
}
.landingcommon_freedial .tel {
  padding: 10px 0 15px 70px;
  background: url(/img/landing_page/common/icon06.gif) no-repeat left center;
  background-size: 65px auto;
}
.landingcommon_freedial .tel span {
  font-weight: normal;
  font-size: initial;
}
.landingcommon_freedial .tel span a {
  color: #333;
  font-weight: bold;
  font-size: 44px;
}

/* lp_bottom_thum */
.lp_bottom_thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 970px;
  width: auto;
}
.lp_bottom_thum_left {
  margin-right: 62px;
}
.lp_bottom_thum_right {
  text-align: left;
}
.lp_btn.type05 {
  padding: 17px 23px 22px 32px;
}
.btn_wrap {
  margin-top: 20px;
}
.lp_bottom_thum .txt {
  margin-left: 0;
}
.lp_btn .img {
  margin-top: 5px;
  padding-bottom: 0;
}
.lp_btn.type05 .img img {
  width: 100%;
}
.lp_contents.contact {
  margin: 0 auto;
  max-width: 970px;
}
.download_here {
  padding: 10px 5px;
  background: #404040;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  margin: 0 auto;
  max-width: 970px;
}

@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 750px) {
  .sp_style {
    display: block;
  }
  .lp_contents.max_width .read {
    padding-top: 0;
    font-size: 20px;
  }
  .landingcommon_freedial {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 95%;
    text-align: center;
  }
  .landingcommon_freedial .tel span a {
    color: #06c;
    font-size: 8vw;
  }
  .landingcommon_freedial .txt {
    margin-right: 0;
    font-size: 18px;
  }
  .landingcommon_freedial .tel {
    display: inline-block;
    margin-top: 0;
    padding: 3vw 0 3vw 13vw;
    background-size: 11vw auto;
  }
  .landingcommon_freedial .time {
    margin-top: 0;
    font-size: 14px;
  }
  .lp_bottom_thum {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: 95%;
  }
  .lp_bottom_thum .img {
    border: none;
  }
  .lp_bottom_thum_left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .lp_bottom_thum .txt {
    text-align: center;
    font-size: 18px;
  }
  .lp_bottom_thum_right {
    text-align: center;
  }
}