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

@import "normalize.css";
@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.5;
}
@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%;
}
.pl{position: relative;}
.cta-btn {
  position: absolute;
  bottom: 8%;
  right: 0;
  left: 0;
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.nam {
  position: relative;
  text-align: center;
}
.appear {
  max-width: 750px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  z-index: 999;
}
.cta-btn2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.cta-btn3 {
  position: absolute;
  bottom: 7%;
  right: 0;
  left: 0;
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.normal-btn {
  position: absolute;
  bottom: 18%;
  right: 7%;
  width: 51%;
}



.privacy-box {
  width: 95%;
  margin: 2em auto 0;
}
.privacy-box .titl {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #ea6d7b;
  color: #ea6d7b;
  margin:0 auto 5%;
  padding-bottom:2px;
  width:100%;
}
.privacy-box .sub-titl {
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-box p {
  line-height: 1.8em;
}
.privacy-box p + p {
  margin-bottom: 1em;
}
.privacy-box .bold {
  font-weight: bold;
}

.red {
  color: #f00;
}


.tokusyoiuhou-box {
  width: 95%;
  margin: 2em auto 0;
}
.tokusyoiuhou-box table th {
  width: 35%;
/*   padding: 1em 0; */
}
.tokusyoiuhou-box table td {
  padding: 1em 0;
}
.tokusyoiuhou-box table tr {
  border-bottom: 1px solid #ddd;
}
.tokusyoiuhou-box .titl {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #ea6d7b;
  color: #ea6d7b;
  margin:0 auto 5%;
  padding-bottom:2px;
  width:100%;
}
.tokusyoiuhou-box .sub-titl {
  font-weight: bold;
  margin-bottom: 0;
  color: #833C0B;
}
.tokusyoiuhou-box p {
  line-height: 1.8em;
}
.tokusyoiuhou-box p + p {
  margin-bottom: 1em;
}
.tokusyoiuhou-box .bold {
  font-weight: bold;
}
.border-b {
  border-bottom: 1px solid #eee;
  padding: 5% 0;
}

/* expand */
.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.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/*-------------------------------------------
footer
-----------------------------------------------*/
.footer-link {
  text-align: center;
  margin-top: 3%;
}
.footer-link li{
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
}
.footer-logo {
  width: 22.7%;
  margin: 0 auto 1.5em;
}

footer {
  position: relative;
}
#copy p {
  line-height: 1.5em;
}
#copy {
  background: #ea6d7b;

  text-align: center;
  font-size: .72em;
  color: #fff;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: .5em 0 .5em;
  line-height: 1.7;
}
