



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

.yline{	background: linear-gradient(transparent 68%, #fffe00 0%);}
.pkline{background: linear-gradient(transparent 13%, #ff4481 0%);}
.pktxt{margin: 0 5px; padding: 0 3px;}

.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: 8px;
	height: 56px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: #009844;
	box-shadow: 0 4px 0 0 #02662f;
}

.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: 20px auto 40px;}








.safety_text{
	line-height: 2;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 4px;
	color: #000000;
	background: #f4f4f4;
}

.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{
	border: 2px dotted #0075c1;
	padding: 16px;
	background: #caeaff;
	border-radius: 8px;
	font-size: 12px;
}





/************* ヘッダー ************/
#fixed-header {
	position: fixed;
	width: 100%;
	background: #000000;
	z-index:9999;
}


#header_inner{
	background: #000000;
	padding: 5px 0;
}

#header_inner h1{
	padding: 0px 8px 0 4px;
	position:relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	margin-left: 0;
	height:50px;
}


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


.LP_regButton img{
	height: 33px;
}





/************* フッター（ログ前) *************/
.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;
}


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






/************* Catch - Form *************/
.FV{ margin-top: 60px;}

.regist_form{
	padding: 0 3rem 3rem;
	background: #e95504;
	text-align: center;
}

.regist_form ul{
	display: flex;
	position: relative;
	z-index: 2;
	justify-content: space-between;
}

.regist_form ul li{
	width: 49%;
}

.regist_form ul li img{
	width: 100%;
	height: auto;
}

.btn_area{
	padding: 3rem;
	background: #ee7001;
	margin-top: -1rem;
	position: relative;
	z-index: 1;
	border-radius: 3px;
}

.btn_area p{
	margin: 2.5rem 0 0 0;
	font-size: 2.2rem;
	font-weight: bold;
	font-weight: 600;
	color: #ffffff;
}





/************* about *************/
.about_box01{
	padding: 5rem 4rem 11rem 4rem;
	backgrond: #ffffff;
	position: relative;
	z-index: 1;
}

.about_box02{
	padding-bottom: 8.8rem;
	background: url("/images/lp/about_bg.png") no-repeat #e95504;
	background-size: contain;
	position: relative;
	background-position: center bottom;
}

.about_box02 h3{
	padding: 0 6rem 0 6rem;
	position: relative;
	top: -8rem;
}

.about_list{ position: relative;}

.about_list ul{
	padding: 0 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	top: -5rem;
}

.about_list ul li{
	margin-bottom: 2rem;
}

.about_list ul li:nth-child(3),
.about_list ul li:nth-child(4),
.about_list ul li:nth-child(5){
	width: 31%;
}

.about_list ul li:nth-child(1),
.about_list ul li:nth-child(2),
.about_list ul li:nth-child(6),
.about_list ul li:nth-child(7){
	width: 48.5%;
}

.about_list ul li:nth-child(1),
.about_list ul li:nth-child(6){
	text-align: right;
}

.about_list ul li:nth-child(2),
.about_list ul li:nth-child(9){
	text-align: left;
}

.about_list ul li:nth-child(1) img,
.about_list ul li:nth-child(2) img,
.about_list ul li:nth-child(6) img,
.about_list ul li:nth-child(7) img{
	width: 66%;
}

.about_list ul li img{
	width: 100%;
	height: auto;
}

.about_list ul li{
	position: relative;
	opacity: 0;
	bottom: -2em;
}

.about_human01,
.about_human02,
.about_human03,
.about_human04{
	position: absolute;
}

.about_human01{
	top: -5rem;
	left: 3rem;
	width: 11%;
}

.about_human02{
	top: -4rem;
	right: 3rem;
	width: 11%;
}

.about_human03{
	bottom: 5rem;
	left: 2rem;
	width: 14%;
}

.about_human04{
	bottom: 6rem;
	right: 3.5rem;
	width: 11%;
}

.about_cont{
	padding: 0 6rem 0;
}

.lp_img04{
	margin-top: 6rem;
	position: relative;
	z-index: 2;
}





/************* RESULTS *************/

/* 的中実績 */
.results{
	padding: 0 3rem 6rem;
	background:  #ffffff;
	position: relative;
	text-align: center;
}

.record_box{
	background:  #ffffff;
	border: 3px solid #009844;
	border-radius: 10px;
	position: relative;
	top: -10rem;
}

.record_box h3{
	padding: 3rem 6rem 4rem;
	background:  #009844;
}

.record_box h3 img{
	width: 100%;
	height: auto;
}

.hit_box{
	padding: 2rem 2rem 3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hit_box li{
	width: 50%;
	font-size: 14px;
	font-weight: 500;
	border-right: 1px dotted #009844;
	border-bottom: 1px dotted #009844;
	position: relative;
	opacity: 0;
	bottom: -2em;
}

.hit_box li:nth-child(even){
	border-right: none;
}

.hit_box li:nth-child(5),
.hit_box li:nth-child(6){
	border-bottom: none;
}

.hit_box li:nth-child(1){ padding: 0 2rem 2rem 0;}
.hit_box li:nth-child(2){ padding: 0 0 2rem 2rem;}
.hit_box li:nth-child(3){ padding: 2rem 2rem 2rem 0;}
.hit_box li:nth-child(4){ padding: 2rem 0 2rem 2rem;}
.hit_box li:nth-child(5){ padding: 2rem 2rem 0 0;}
.hit_box li:nth-child(6){ padding: 2rem 0 0 2rem;}

.hit_box li h4{
	color:  #ffffff;
	background:  #009844;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0.8rem 0;
	font-weight: bold;
}

.hit_box li figure{
	margin: 1.8rem 0 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 50%;
	background: center center / cover no-repeat;
}

.hit_box li div p{
	font-size: 2.4rem;
}

.rec_pay{
	color: #e95504;
	font-size: 4rem !important;
	font-weight: bold;
	letter-spacing: -0.4px;
	line-height: 1;
}

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

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

.rec_pay span{
	font-size: 2.4rem;
	color: #000000;
}




/* 声 */
.voice_box{
	background:  #ffffff;
	border: 3px solid #0075c1;
	border-radius: 10px;
	position: relative;
	top: -6rem;
}

.voice_box h3{
	padding: 3rem 11rem 4rem;
	background:  #0075c1;
}

.voice_box h3 img{
	width: 100%;
	height: auto;
}

.voice_list{
	padding: 0 2rem 1rem;
}

.voice_list li{
	padding: 3rem 1rem;
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #0075c1;
}

.voice_list li:last-child{
	border-bottom: none;
}

.voice_list li img{
	margin-right: 2rem;
	width: 25%;
	max-width: 100px;
}

.voice_list li div{
	text-align: left;
	width: 75%;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: -0.4px;
}

.voice_list li div span{
	color: #0075c1;
	font-weight: 600;
}






/************* last *************/
.last_box{
	padding: 0 0 6rem 0;
	background: url("/images/lp/last_bg.png") no-repeat #e95504;
	background-size: contain;
	position: relative;
	background-position: center 10rem;
}

.lp_img05{
	margin: -9.5rem 0 3rem 0;
	/*
	position: relative;
	top: -9.5rem;
	*/
}

.lp_img06,
.lp_img07{
	margin-bottom: 4rem;
	padding: 0 6rem;
	width: 100%;
	height: auto;
}

.lp_img08{
	padding: 0 13rem;
	width: 100%;
	height: auto;
}












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

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

.delay-time01{ animation-delay: 0.2s;}
.delay-time02{ animation-delay: 0.4s;}
.delay-time03{ animation-delay: 0.6s;}
.delay-time04{ animation-delay: 0.8s;}
.delay-time05{ animation-delay: 1.0s;}
.delay-time06{ animation-delay: 1.2s;}
.delay-time07{ animation-delay: 1.4s;}

