



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

body {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.2px;
font-family: "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.7;
	letter-spacing: 1.2px;
	font-feature-settings: "pwid";
	background: #ffffff;
}


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

.btn01{
	display: block;
	width: 100%;
	font-weight: 600;
	margin: 0 auto;
	padding: 15px 0 15px;
	font-size: 16px;
	text-align: center;
	background: linear-gradient(180deg, #db36a4 10%, #a80077 90%);
	box-shadow: inset 3px 3px 6px rgba(255,255,255,.5),inset -3px -3px 6px rgba(0,0,0,.5);
	color: #ffffff;
	border: solid 1px #c146a1;
	border-radius: 100px;
}

.btn01:after{
	content: "\e5e1";
	font-family: "Material Icons";
	display: inline-block;
	margin: 0px 3px 0px 5px;
	font-size: 17px;
	position: relative;
	top: 2px;
}


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


.dialog_box_success{
	border: solid 1px #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 1px #ff0000;
	background: #ffffff;
	padding: 1.5em;
	color:#ff0000;
	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: #ff0000;
	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: #000000;
	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;
}


main#main{
	min-height:100vh;
	padding:50px 0 40px;
	background: url(/images/pattern.gif) 0 0 repeat;
	background-size: 600px auto;
}


article{
	width: calc(100% - 16px);
	margin: 0 auto;
	padding: 10px 10px 20px;
	background: rgba(255,255,255,0.6);
	box-shadow: 0px 0 3px #ffffff;
	border: 1px solid rgba(255,255,255,0.6);
}



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




.headline_member{
	color: #000000;
	padding: 35px 0px 35px 0px;
	text-align: center;
	font-family: serif;
	text-shadow: -3px 0 3px #ffffff, 3px 0 3px #ffffff, 0 3px 3px #ffffff, 0 -3px 5px #ffffff;
}

.headline_member p big{
	font-size: 1.6em;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 600;
}

.headline_member p small{
	font-size: 0.8em;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: normal;
}








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

.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: 1px 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: 1px solid #606060;
	padding: 14px;
	background: #ffffff;
	color: #444444;
}




/************* ヘッダー ************/
header{
	height: 50px;
	background: #000000;
	background-size: 380px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 999;
	text-align: center;
}

header h1{
	width: 76px;
	height: 40px;
}


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: 76px 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{
	background-color: #000000;
}

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

.footer_navi a{
	display: inline-block;
	color: #ff0000;
	line-height: 2;
	padding: 0px 8px 0px 8px;
	margin: 0 0 5px 0;
}


.footer_area aside{
	padding: 4.5% 4%;
	font-size: 11px;
	line-height: 2.1;
	font-weight: 600;
	color: #ffffff;
}

.footer_area aside ul li{
	position: relative;
	padding-left: 15px;
}

.footer_area aside ul li:before{
	content:'';
	position: absolute;
	top: .6em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffffff;
}

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

.copy{
	background: #000000;
	padding: 0 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;
	top: -2em;
}

.anime01-active{
	opacity: 1 !important;
	top: 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;
}




