

/*----------------------------------------------
共通部分
----------------------------------------------*/

body {
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: bold;
}


.LP_catch .top_bar_01{
	display:block;
	width: 100%;
	background: #ffffff;
	padding: 7px 7px 7px 10px;
}


.LP_catch .top_bar_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.LP_catch .top_bar_01 h1 span{ font-size: 12px; letter-spacing: 0.1;}

.LP_catch .top_bar_01 h1 img{ height: 30px;}

.LP_catch .top_bar_01 a img{ height: 28px;}



.lp_content{
	min-height:100vh;
	padding: 0;
	max-width: 750px;
	margin: 0 auto;
}


#lp{
	margin: 0 auto;
	padding: 0 0 0 0;
}


.LP_bg{
	background: url(/images/lp/bg.png) top center repeat-y;
	background-size: 100%;
	color: #ffffff;
}

.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}


#fixed-header {
	position: fixed;
	top: -70px; 
	width: 100%;
	background: #ffffff;
	transition: .5s;
	z-index:9999;
	height:48px;
}

#fixed-header.is-show { top: 0;}

#header_inner{
	height:48px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	position: relative;
}




/*-- お客様の声 --*/

.voice_box li{
	display: flex;
	justify-content:space-between;
	margin-bottom: 15px;
}


.voice_box li:last-child{margin-bottom: 0px;}


.voice_box li figure img{
	width: 72px;
	position: relative; left: -10px;
}

.voice_box li div{
	width: 93%;
	position: relative;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 10px;
	color: #001f47;
	font-weight: normal;
}

.voice_box li div::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 40px;
	border-right: 16px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.txt_box li{
	width: 96%;
	margin: 20px auto 20px;
	padding: 20px;
	background: #ffffff;
	color: #001f47;
	border-radius: 10px;
	font-weight: normal;
}

.txt_box li div{
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}

.txt_box li:nth-child(1) div figure{position: absolute;top: -35px;left: 245px;}
.txt_box li:nth-child(1) div figure img{width: 40px;}
.txt_box li:nth-child(2) div figure{position: absolute;top: -30px;left: 150px;}
.txt_box li:nth-child(2) div figure img{width: 50px;}
.txt_box li:nth-child(3) div figure{position: absolute;top: -20px;left: 170px;}
.txt_box li:nth-child(3) div figure img{width: 70px;}





/*-- キャッチ 


#LP_catch .top_bar_01{
	display:block;
	width: 100%;
	background:#feee39;
	padding: 7px;
}


#LP_catch .top_bar_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#LP_catch .top_bar_01 h1 span{ font-size: 12px; letter-spacing: 0.1;}

#LP_catch .top_bar_01 h1 img{ height: 35px;}

#LP_catch .top_bar_01 a img{ height: 28px;}


li{list-style:none;}

.bold{font-weight: bold;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}


.ybg{ background:#feee39; text-align:center;}
.wbg{ background:#ffffff; text-align:center;}
.lpbg{
	background: url(/images/lp/kasegoLP_bg.png) center bottom no-repeat;
	background-size: 100%;
}


.ybox{
	width: 92%;
	margin: 20px auto 30px auto;
	background:#fcd901;
	line-height: 2;
	text-align:left;
	border-radius: 20px;
	padding: 25px;
}

.bbox{
	width: 100%;
	margin: 10px auto 10px auto;
	background:#000000;
	color:#fcd901;
	text-align:center;
	border-radius: 5px;
	padding: 5px;
}


.lp_result{
	width: 96%;
	margin: 0px auto 0px;
}


.lp_result ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.lp_result ul li{
	width:49%;
	margin-bottom: 10px;
	border:solid 3px #000000;
	background: #ffffff;
	font-weight: bold;
}

.lp_result_day{
	border-bottom:solid 3px #000000;
	background: #e8e8e8;
	padding: 5px 0px 5px 0px;
}

.lp_result_txt{
	margin:10px auto 10px;
}

.lp_result ul li span{
	font-size: 1.6rem;
	color:#ff7300;
}


.voice_box li{
	line-height: 1.6;
	position: relative;
	background: #ffffff;
	margin-bottom: 15px;
	padding: 20px 20px 20px 30px;
	border-radius: 10px;
}

.voice_box li figure{
	position: absolute;
	top:28%;
	left: -30px;
}

.voice_box li figure img{
	width: 48px;
}


--*/


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*--- cssアニメーション ここから ---*/
.keyframe {
  animation-name: anim_sc;
  transform: scale(0.9, 0.9);
}

@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

/*--- cssアニメーション ここまで ---*/



/********アニメーション＞ふわふわ********/
.fluffy{animation:fluffy 1.2s linear infinite;}
	@keyframes fluffy{
		0%{transform:scale(1.0,1.0);}
		50%{transform:scale(1.04,1.04);}
		100%{transform:scale(1.0,1.0);}
	}


