



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




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



.dialog_box_success{
	border: solid 2px #2581ff;
	background: #ffffff;
	padding: 1.5em;
	color: #2581ff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.dialog_box_error{
	border: solid 2px #f22727;
	background: #ffffff;
	padding: 1.5em;
	color:#f22727;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}

.dialog_box_success span,
.dialog_box_error span{
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 6px;
}

.caution{
	color: #f22727;
	margin: 0 0 16px 0;
}

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

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

.procedure_table th{
	padding: 0.7em;
	background: #36adcc;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.procedure_table td{
	background: #ffffff;
	padding: 0.7em;
	text-align:center;
}


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





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




.headline_member{
	/*background: #ffffff;*/
	padding: 24px 10px 10px 0;
	text-align: left;
}


.headline_member p{
	line-height: 1;
}

.headline_member p big{
	font-size: 1.6em;
	letter-spacing: 0;
	font-weight: bold;
	border-bottom: 6px double;
	padding-left: 0.5em;
}

.headline_member p small{
	display: inline-block;
	margin: 6px 0 0 0;
	font-size: 0.8em;
	letter-spacing: 0;
	font-weight: normal;
}








/************* LINE　登録関連 *************/
.line_btn{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: linear-gradient(to bottom,  #5de000 0%,#3f9900 100%);;
	border: 2px solid #1f6800;
	border-radius: 5px;

}

.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 30px;}

.safety_text{
	line-height: 1.68;
	border: 2px solid #2581ff;
	padding: 16px;
	background: #ffffff;
	color: #2581ff;
}

.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 solid #f22727;
	padding: 14px;
	background: #ffffff;
	color: #f22727;
	font-size: 12px;
}










/************* ヘッダー ************/
header{
	height: 50px;
	background: linear-gradient(to bottom, #d6091e 0%, #c0081b 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin: 0 auto;
	right: 0;
	left: 0;
}

header h1{
	width: 160px;
	height: 42px;
}


header h1 a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/images/logo.png) 0 0 no-repeat;
	background-size: 160px auto;
	text-align: center;
}


.head{
	border-top: 3px solid #18a3c6;
	border-bottom: 3px solid #18a3c6;
	background: #ffffff;
	color: #25b8dd;
	margin-top: 60px;
}

#head_top{
	border-bottom: none;
}

.head ul{
	padding: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head ul li{
	margin-right: 5px;
}

.head ul li span{
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
}

.head ul li .form_textarea{
	padding: 0 5px;
	height: 20px;
	border-radius: 5px;
	border: none;
	background: #ffffff;
	width: 70px;
	border: 1px solid #25b8dd;
}


.login_btn{
	display:inline-block;
	vertical-align:middle;
	height: 24px;
	padding:0 10px;
	background: #25b8dd;
	border-radius: 5px;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
	letter-spacing: 0;
	line-height: 24px;
}





/************* フッター（ログ前) *************/
.footer_area{
	border-top: 2px solid #d6091e;
	background-color: #ffffff;
}

.footer_navi{
	padding: 3% 4% 0;
}

.footer_navi a{
	display: block;
	color: #202020;
	line-height: 2;
	padding: 7px 0px 7px 0px;
	border-bottom: 2px solid #202020;
	font-weight: normal;
	font-size: 13px;
}

.footer_navi a:before{
	content:"\e5df";
	display:inline-block;
	vertical-align:middle;
	margin: 0px -2px 1px -2px;
	font-family:"Material Icons";
	font-size: 20px;
	font-weight:normal;
	line-height:0;

}

.footer_area aside{
	padding: 6% 4%;
	font-size: 10px;
	line-height: 1.7;
	font-weight: normal;
	color: #ffffff;
	opacity: 0.8;
	letter-spacing: 0;
}

.foot_logo{
	padding: 10px;
	text-align: center;
}

.copy{
	margin: 24px 0 0;
	background-color: #d6091e;
	padding: 24px 0 24px 0;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.8px;
}

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









/******** 320px用 ********/

@media screen and (max-width: 320px){
	.voice_box li{max-width: 300px;}
	.line_btn{ font-size: 15px;}

}



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

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





