



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

.yline{
	background: linear-gradient(transparent 68%, #ffe400 0%);
}



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


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



#lp img,#lp p{
	-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;
}


.common_text{ line-height: 1.68;}





.mb40{ margin-bottom: 40px;}
.mb80{ margin-bottom: 80px;}



.procedure_table{
	width:100%; border-collapse:collapse;
	margin: 0 auto 24px;
	border: 2px solid #aaa;
}

.procedure_table th,
.procedure_table td{
	line-height: 1.8;
}

.procedure_table th{
	padding: 1em;
	background: #eee;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.procedure_table td{
	padding: 1.5em 1em;
	text-align:center;
}


.procedure_table td textarea{
	width: 100%;
	line-height: 1.8;
}


.headline_member p{
	border-left: 3px solid #bfe8ea;
	padding: 0 0 0 8px;
}



/************* ログ前　ヘッドライン *************/



/************* LINE　登録関連 *************/
.line_btn{
	display: block;
	width: 86%;
	margin: 0 auto;
	border-radius: 100px;
	height: 56px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: #00b900;
}

.line_btn::before{
	content: "\e5e1";
	font-family: "Material Icons";
	display: inline-block;
	margin: 0px 3px 0px 0px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.regist_cont .line_btn{ margin: 40px auto;}

.safety_text{
	line-height: 1.68;
	border: 4px double #f26dba;
	padding: 16px;
	background: #ffe6f8;
}

.check_cont{
	text-align: center;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.check_cont .checkbox{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -1px 6px 0 0;
}



.addition{
	padding: 16px;
	background: #f7f9fa;
	border-radius: 8px;
	font-size: 12px;
}





/************* ヘッダー ************/
#fixed-header {
	position: fixed;
	top: -70px; 
	width: 100%;
	background: #42b5e7;
	transition: .5s;
	z-index:9999;
	box-shadow: 0px 0px 10px 0px rgba(0,0,255,0.2);
	height:48px;
}

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

#header_inner{
	height:48px;
}

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


#header_inner #logo{
	display:block;
	width: 150px;
	height: 25px;
	background:url(/images/logo.png) center center / cover no-repeat;
	text-indent:-9999px;
}


.LP_regButton img{
	height: 30px;
}





/************* フッター（ログ前) *************/
.aside_link{
	padding: 0 16px 24px;
	display: flex;
	justify-content: space-between;
}

.aside_link li{
	width: 49%;
}

.aside_link a{
	display: block;
	border: #333 solid 2px;
	text-align: center;
	height: 50px;
	padding: 12px 0;
	border-radius: 3px;
	background: #fff;
}

.aside_link a img{
	width: 116px;
	height: auto;
}


/************ 特定商取引 ************/






/************* FV *************/



.catch{
	text-align: center;
	margin: 0 auto;
}

.repeat{
	margin-top: -4.5%;
	position: relative;
	z-index: 20;
}

#repeat_last .repeat{
	margin-top: 32px;
}


.tokuten{
	text-align: cneter;
	margin:0 auto 32px;
}

.regist_form{
	text-align: center;
	padding: 0 16px 24px;
	margin: 0 auto;
}

.regist_form > p{
	font-size: 12px;
	line-height:1.6;
	margin: 20px auto 0px;
}




/************* RECORD 的中実績 *************/
.hit_record{
	padding: 24px 10px 40px;
}

.result_txt01,.result_txt02{
	text-align: center;
	margin: 0 auto 24px;
}

.hit_box{
	
}

.hit_box li{
	width: 100%;
	margin: 0 8px 0;
	max-width: 240px;
	background: #ffffff;
	padding: 12px 14px 12px 14px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

.rec_date{
	display: inline-block;
	background: #42b5e7;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	padding: 1px 10px;
	border-radius: 100px;
	text-align: center;
	line-height: 1.1;
	margin: 0 0 8px 0;
}

.rec_race{
	text-align: right;
}

.rec_pay{
	text-align: right;
	color: #f65d00;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding: 8px 0 0px;
	letter-spacing: -0.4px;
}

.rec_pay::before{
	content:"";
	width: 50px;
	height: 48px;
	background: url(/images/lp/money_icon.png) 0 0 no-repeat;
	background-size: 50px auto;
	position: absolute;
	top: -10px;
	left: -6px;
}

.rec_pay strong{
	animation-duration: 2s;
}

.rec_pay i{
	font-style: normal;
	font-size: 16px;
}

.rec_pay b{
	margin: 0 1px;
	font-size: 12px;
}




/************* lp01 *************/
.lp01{
	background: #65d3e9;
	padding: 40px 12px 8px;
}

.lp_img01,.lp_img02,.lp_img03{
	text-align: center;
	margin: 0 auto 24px;
}

.lp_img04{
	text-align: center;
	margin: 32px auto 32px;

}




/************* 利用者様の感想 *************/
.voice_box li{
	padding: 14px;
	font-size: 13px;
	margin: 0 auto 12px;
	background: #ffffff;
}

.voice_box li div{
	display: table;
}

.voice_box li img{
	width: 50px;
	height: auto;
	margin-right: 10px;
	margin-left: -4px;
}

.voice_box li div h3{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.voice_box li div h3 span{
	display: inline-block;
	background: #42b5e7;
	color: #ffffff;
	width: 100%;
	padding: 6px 4px 6px 5px;
	font-weight: 600;
	position: relative;
}

.voice_box li div h3 span::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 10px 4px 0;
	border-color: transparent #42b5e7 transparent transparent;
	position: absolute;
	top: 8px;
	right: 100%;
}

.voice_box li p{
	line-height: 1.6;
	padding: 8px 0;
}





/************* lp02 *************/
.lp02{
	padding: 16px 12px 40px;
}

.lp02_text_box{
	margin: -16px auto 0;
	padding: 24px 15px 24px;
	background: #ffffff;
}

.lp02_text01{
	font-weight: 500;
	font-size: 15px;
	margin: 0 auto 16px;
	line-height: 1.6;
}

.lp02_text02{
	color: #42b5e7;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.6;
	letter-spacing: -0.4;
}

.lp02_text02 span{
	border-bottom: solid 4px;
}

.lp_img05{ position: relative; z-index: 20;}


/******** lp03 ********/

.lp03{}


/******** greeting ********/
.greeting{
	background: #ffffff;
	padding: 40px 24px 16px;
}

.greeting .greeting_text{
	line-height: 1.6;
	font-weight: 600;
	margin: 16px auto 24px;
}


.lp_img09{
	background: #65d3e9;
	padding: 32px 12px 32px;
}




/*--------------------
モーダル登録フォーム
--------------------*/

#mag_starter{display:block;}

#mag_starter{position:fixed; left:0; top:0; width:100%; height:4px;}


#mag_starter + #modal_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,45%);
    z-index: 99989;
    animation: cssFadeIn 0.32s;
}

#mag_starter + #modal_wrapper.hidden{display:none;}


#mag_starter + #modal_wrapper #modal {
	position: relative;
	width: 90%;
	line-height: 1;
	z-index: 99999;
	border-radius: 10px;
}

#mag_starter + #modal_wrapper #modal .close{
	position:absolute; right: 12px; top: -10px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight:bold;
	padding-top: 4px;
	padding-left: 1px;
	text-align:center;
	cursor:pointer;
}

.modal_img{ border-radius: 10px 10px 0 0; overflow: hidden;}
.modal_img img{ display: block;}

.modal_regist{
	padding: 32px 16px;
	background: #ffffff;
	border-radius: 0 0 10px 10px;

}

.modal_regist_form{
	text-align: center;
}

.modal_caution{
	text-align: center;
	font-size: 11px;
	line-height:1.28;
	margin-top: 20px;
}


/********************** アニメーション設定 ************************/
.sa {
	opacity: 0;
	transition: all .5s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--up {
	transform: translate(0, 100px);
}

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

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

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

.anime02-active{
	opacity: 1 !important;
	left: 0 !important;
	-webkit-transition: 1s;
	-moz-transition: 1s ;
	transition: 1s;
}


