@charset "utf-8";
/* CSS Document */

@import "default.css";

/*******************

LP style

********************/
/* base */
/* font
--------------------------------------------------*/
html {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:750px){
  html {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
#wrap a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#wrap a:hover{
  text-decoration: underline;
}
#wrap span {
  font-size: inherit;
  font-weight: inherit;
}
label[for="lp_form_user_policy_check"] a {
    color:#337ab7!important;
}
label[for="lp_form_user_policy_check"] a:hover,label[for="lp_form_user_policy_check"] a:focus {
    color:#23527c!important;
}
/*--------------------------------------
sp-style
-----------------------------------------*/
#wrap img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#wrap img.img-t {
  vertical-align: top;
}
body {
  width: 100%;
}
#wrap .btn-box {
  width: 98%;
  margin-left: 2%;
}
#wrap .mt-7 {
  margin-top: -7%;
}
#wrap .cta-box1,
#wrap .cta-box2 {
  position: relative;
}
#wrap .cta-box1 p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
}
#wrap .cta-box2 p:last-child {
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80%;
}
#wrap .foam-box {
  margin: 7% auto;
}
#wrap .tel-box {
  position: relative;
}
#wrap .tel-box p {
  position: absolute;
  top: 23%;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
}
#wrap .expand{
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes expand{
  0%{transform:scale(1) translateY(-1%);left: 50px;}
  65%{transform:scale(1.05) translateY(0);}
  100%{transform:scale(1) translateY(-1%);left: 50px;}
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#wrap .footer-link {
  text-align: center;
  margin-top: 10%;
}
#wrap .footer-link li{
  font-size: 1.2em;
  padding-bottom: 1em;
  color: #290602;
}
#wrap #copy {
  background: url(../img/footer_bg.png) repeat-x top center;
  text-align: center;
  font-size: .72em;
  color: #fff;

  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 2em 0 1em;
  line-height: 1.7em;
}
