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

/*-----------------------
common
---------------------------------*/

/*背景を白に*/
html{
	background-color: #fff;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif

}

.sp { display: none; }

a:hover img {
	opacity:0.7;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/*-----------------------
LP
---------------------------------*/
#lp-contents {
	text-align:center;
}


.has-btn {
	position: relative;
}
.has-btn .btn {
	position: absolute;
	width:100%;
    top: 80%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.has-btn .btn-end {
	position: absolute;
	width:100%;
    top: 75%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}





/* sec05 */



/* sec07 */
.faq-list {
	margin: 0 0 80px 0;
}
.faq-list li:not(:last-child) {
	margin-bottom: 20px;
}
.faq-list li .faq-q {
    max-width: 730px;
    position: relative;
    margin: auto 20px;
}
.faq-list li .faq-q:after {
    content: '';
    display: block;
    width: 35px;
    height: 21px;
    margin-top: -10px;
    background: url(../img/faq_arrow.png) no-repeat;
	background-size: 70%;
    position: absolute;
    right: 5px;
    top: 58%;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.faq-list li .active p.faq-q:after {
    transform: rotateX(180deg);
}
.faq-list li .faq-q img {
	cursor:pointer;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.faq-list li .faq-q:hover img {
	opacity:0.7;
}
.faq-list li .faq-a {
	display:none;
    margin: 30px 20px 50px;
}

/* sec09 */
#sec09 {
	margin-bottom:50px;
}
.sec09-01 {
    background: url(../img/request01-bg.jpg) center;
}
.sec09-02 {
    background: url(../img/request02-bg.png) center;
}
.sec09-05 h3 {
    position: relative;
}
.sec09-03.has-btn .btn {
	padding: 0 5%;
    top: 46%;
}
.sec09-05 h3:after {
    content: '';
    display: block;
    background: #dff3f8;
    width: 100%;
    height: 51%;
    position: absolute;
    bottom: 10%;
}
.sec09-05 h3 img {
    position: relative;
    z-index: 10;
}


/* form */
#egg_form {
    width: 800px;
    height: 1880px;
}

/* footer */
#lp-footer {
	text-align:center;
    background: #0096e0;
    color: #fff;
    padding: 20px 0 50px;
}
.lp-footer--top {
    margin-bottom: 10px;
}
.footer-nav {
    font-size: 0;
}
.footer-nav li {
	margin: 0 0 15px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
}

.footer-nav li.ftnv{
	margin: 0 0 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
}

.footer-nav li:before {
	content: '|';
	margin-right: 10px;
}
.footer-nav li:first-child {
	margin-left:0;
}
.footer-nav li:first-child:before {
	display:none;
}
.footer-nav li a {
    color: #fff;
}
.lp-footer--btm {
	font-size: 10px;
}


/* fix-bnr */
#fix-bnr {
    width: 100%;
	background-color: rgba(255, 251, 196, 0.95);
    text-align: center;
    position: fixed;
    left: 0;
    bottom: -400px;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#fix-bnr.active {
    bottom: 0;
}

.btn4 {
  width: 70%;
  max-width: 750px;
  margin: auto;
 padding: 0 50px;
}

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

sp

ブレークポイントを815pxで設定

----------------------------------- */
@media screen and (max-width: 815px){

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


 .btn4 {
    width: 90%;
    margin: auto;
	padding: 0px;
  }
	
/* form */
	iframe#egg_form {
    padding: 0 0 0 0;
    border: 0;
    width: 90%;
    overflow: hidden!important;
    overflow-x: hidden!important;
	overflow-y: hidden!important;
	}


	#lp-footer {
		padding: 20px 0 20px;
	}

	.footer-nav li {
	margin: 0 0 10px;
    }

    .footer-nav li.ftnv{
	margin: 0 0 8px;
    }
	
}