@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;
  }
}
a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
a:hover{
  text-decoration: underline;
}
span {
  font-size: inherit;
  font-weight: inherit;
}
/* clear
--------------------------------------------------*/
.cl{
clear:both;
}
.clx:after {
content: ".";
display: block; 
clear: both;
height: 0;
visibility: hidden;
}
.clx {
min-height: 1px;
}
* html .clx {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
/*--------------------------------------
sp-style
-----------------------------------------*/
img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
img.img-t {
  vertical-align: top;
}
body {
  width: 100%;
}
#fv div {
  position: relative;
  text-align: center;
}
#fv div p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 92%;
}
.cta-btn {
  position: relative;
}
.cta-btn p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 92%;
}
.btn-mb {
  margin: 0 auto 5%;
  width: 92%;
}
.question div {
  position: relative;
}
.question div p:last-child {
  position: absolute;
  bottom: 16%;
  right: 0;
  left: 15%;
  margin: 0 auto;
  width: 60%;
}
.question .f-size {
  font-size: .9em;
}
/*-------------------------------------------
 footer
-----------------------------------------------*/
.footer-link {
  text-align: center;
}
.footer-link li{
  font-size: 1.2em;
  padding: 2em 0 1em;
}
#copy {
  background: #51a8dd;
  text-align: center;
  font-size: .72em;
  color: #fff;

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