@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:not(.ctrBtnB) {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
img.ctrBtnB {
  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;}
.btn-box {
  position: absolute;
  top: 24%;
  right: 0;
  width: 40.8%;
}
.btn-box2 {
  position: absolute;
  top: 20%;
  right: 0;
  width: 40.8%;
}
.cta-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40.8%;
}
.cta-normal-btn {
  position: absolute;
  bottom: 18%;
  right: 9%;
  width: 45.34%;
}
.questions div p:last-child {
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  top: 41%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84%;
  line-height: 1.5em;
}
.questions div:nth-of-type(4) p:last-child {
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  top: 31%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84%;
  line-height: 1.5em;
}
.details table {
  font-family: 'Noto Sans JP', sans-serif;
  width: 92%;
  margin: 0 auto 6%;
}
.details table tbody th {
  background: #ea4568;
  text-align: center;
  color: #fff;
  padding: 2% 0;
}
.details table tbody td {
  text-align: center;
  padding: 2% 0;
}
.details table tbody tr:nth-of-type(6) td {
  text-align: left;
  padding: 2%;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
footer {
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-link {
  text-align: center;
  margin-top: 10%;
}
.footer-link li{
  font-size: 1.2em;
  padding-bottom: 1em;
}
#copy {
  background: #ea4568;

  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.7;
}
