



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



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

#header_inner h1{
	padding: 0 5px;
	position:relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	margin-left: 0;
	top: 6px;
}


#header_inner #logo{
	display:block;
	width: 240px;
	height: 35px;
	background:url(/images/logo.png) center center no-repeat;
	background-size: 240px auto;
	text-indent:-9999px;
}


.LP_regButton img{
	height: 30px;
}







/******** lp_body  ********/
#article_LP{
	padding:0 !important;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
	-ms-user-drag: none;
	-moz-user-drag: none;
	-webkit-user-drag: none;
	user-drag: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#article_LP img{
	-ms-user-drag: none;
	-moz-user-drag: none;
	-webkit-user-drag: none;
	user-drag: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}




/********LP＞登録フォーム********/
.lp02{ margin: 2em auto 0;}

.LP_regForm{
	padding: 3em 1.5em;
}

.lp_btn{
	display: block;
	margin: 0 auto 32px;
}

.tokuten{
	display: flex;
	justify-content: space-between;
	
}

.tokuten li{
	width: 49%;
}

.toku02{
	position: relative; top: 4px;
}



/******** lp_text ********/

.lp_text01{
	padding: 3em 0em;
	background: #fa6019;
}

.lp04{text-align: center; margin: 0 auto 2em;}

.lp06{
	background: #192948;
	text-align: center;
	padding: 2em 0;
}

.lp_text02{
	padding: 3em 1.5em 0;
	font-weight: bold;
}

.lp_text02 .text02_1{
	color: #192948;
	margin: 0 auto 2em;
}

.lp_text02 .text02_2{
	color: #ffffff;
	margin: 2em auto 2em;
}

.navyline{
	position: relative;
}

.navyline:before{
	content: "";
	display: block;
	width: 140%;
	background: #192948;
	height: 95%;
	z-index: -1;
	transform: rotate(-6deg);
	position: absolute;
	left: -54px;
}

.lp08{ margin: 0 auto 2em;}

.lp09{ margin: 0 auto 3em;}


.lp_text03{background: #00aa9e; padding: 2em 0;}

.lp11{ margin: 0 auto 2em;}

.lp13{ padding: 2.5em 0;}


/********LP＞的中実績********/
#article_LP .ul_result{
	display:flex;
	flex-wrap:wrap;
}

#article_LP .ul_result:after{
	content: "";
	display: block;
	width: 50%;
}

#article_LP .ul_result li{
	width:calc(calc(100% - 8px) / 2);
	margin:10px 0 0 8px;
}
#article_LP .ul_result li:nth-of-type(odd){margin-left:0;}
#article_LP .ul_result li:nth-of-type(-n+2){margin-top:0;}

#article_LP .ul_result .li_result inner div{
	width: 100%;
}

.LP_result{padding: 0 1em 2em; margin: -6px auto 0}
.li_result inner{
	text-align: center;
}

.LP_result .li_result inner{
	position: relative;
}

.LP_result .li_result inner:after{
	content: "";
	display: inline-block;
	width: 48px;
	height: 34px;
	background: url(/images/lp/money_icon.png) 0 0 no-repeat;
	background-size: 48px auto;
	position: absolute;
	right: -18px; bottom: -5px;
}







/******** motion ********/

.anime01{
	position: relative;
	opacity: 0;
	bottom: -2em;
}

.anime01-active{
	opacity: 1 !important;
	bottom: 0 !important;
	transition: 1s;
}

.anime02{
	position: relative;
	opacity: 0;
	left: -3em;
}

.anime02-active{
	opacity: 1;
	left: 0;
	transition: 1s;
}

.anime03{
	position: relative;
	opacity: 0;
	right: -3em;
}

.anime03-active{
	opacity: 1;
	right: 0;
	transition: 1s;
}

