@charset "utf-8";
/* CSS Document */
@import "normalize.css";
@import "default.css";
/*******************
LP style
********************/
/* base*/
html {
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#101010;
  line-height:1.5;
  min-width: 1200px;
  margin: 0 auto;
}
a{
  color: #101010;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* 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;
  /**/
}

/*------------------------------------*/

.hover{
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
}
.hover:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
img {
  vertical-align: bottom;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.img-t {
  vertical-align: top;
}
/*
ovf-** 横幅の大きい画像を設定した最小幅でトリミング
デフォルトの設定は最小1200px、画像幅1500pxなので適宜調整してください
*/
.ovf-area{
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1200px;
}
.ovf-box {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.ovf-item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1500px;
  margin-left: -750px; /* widthの半分 */
}

/*-- fv -------------------------------------*/
#lpFv {
  height: 800px;/* fv画像のheight */
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1200px;
  z-index: 1;
  background: url(../img/fv_bg.jpg) repeat-x top center;
}
#lpFv div {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1500px;
  margin-left: -750px;
}
/*--------------------------------------------*/
.promise {
  background: #ebf59d url(../img/promise_bg.jpg) repeat-x top center;
  /*   background: #11466c linear-gradient(transparent 7.3%, #fff 7.3%); */
}
.pl {position: relative;}
.fv-btn {
  text-align: center;
}
.uservoice {
  background: #fff linear-gradient(transparent .38%, #e1fbff .38%);
  margin-top: 6em;
}
.question {
  background: #fcfcfc;
}
.btn-box {
  text-align: center;
}
.details {
  background: url(../img/details_bg.png) repeat-x top center;
  position: relative;
}
.details table tbody {
  position: absolute;
  top: 5em;
  left: 40em;
  margin: 0 auto;
}
.details table {
  border: 1px solid #383839;
}
.details th {
  background: #38d7a0;
  color: #fff;
  text-align: center;
  width: 160px;
  border-bottom: 1px solid #fff;
}
.details td {
  width: 390px;
  text-align: left;
  padding: 1em 1.5em;
  border: 1px solid #38d7a0;
  background: #fff;
}
.details tr:nth-of-type(1) th {
  border-top: 1px solid #38d7a0;
}
.details tr:nth-of-type(3) td {
  margin-right: 1em;
}
.details tr:nth-of-type(4) th {
  border-bottom: 1px solid #38d7a0;
}
.details .f-size14 {
  font-size: 14px;
}
.start {
  margin-top: 6em;
}
#cta {
/*   margin-top: 3em; */
}
.cta-normal-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 21em;
  text-align: center;
  margin: 0 auto;
}
.cta-btn {
  position: absolute;
  top: 2em;
  right: 0;
  left: 25em;
  text-align: center;
  margin: 0 auto;
}
.regular-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 840px;
  margin: 0 auto;
  letter-spacing: -1px;
  line-height: 1.6em;
}
.headline-titl {
  display: flex;
  align-items: center;
  color: #38d7a0;
  font-size: 20px;
}
.headline-titl:after {
  border-top: 3px solid #38d7a0;
  content: "";
  flex-grow: 1;
}
.headline-titl:after {
  margin-left: 1rem;
}
.delivery-text {
  position: absolute;
  bottom: 24px;
  right: 0;
  left: 0;
  width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: right;
}