



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


body{
	position:relative;
	width:100%;
	background: #ffffff;
	font-family: YakuHanJP, 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #424242;
	font-size: 14.6px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	font-feature-settings:"pwid";
	margin: auto;
	overflow: hidden;
	word-break: break-all;
}


#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: 17px 0 16px;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	background: #2947ab;
	color: #ffffff;
	position: relative;
}

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


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


.dialog_box_success{
	margin-bottom:24px;
	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{
	margin-bottom:24px;
	border: solid 2px #df0000;
	background: #ffffff;
	padding: 1.5em;
	color:#df0000;
	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: #df0000;
	margin: 0 0 16px 0;
}

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

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

.procedure_table th{
	padding: 0.7em;
	background: #e7dfff;
	border: solid 2px #2947ab;
	font-weight: bold;
	text-align: center;
	color: #2947ab;
}

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


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


main#main{
	min-height:100vh;
	padding:60px 0 40px;
}


article{
	padding: 30px 20px 0px 20px;
}



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




.headline_member{
	background:#2947ab;
	color:#ffffff;
	padding: 30px 15px 30px 15px;
	/*background:#f6f6f6;
	color: #424242;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	padding: 30px 15px 30px 15px;*/
}

.headline_member p big{
	font-size: 1.4em;
	line-height: 1.7;
	font-weight: bold;
}

.headline_member p small{
	font-size: 1em;
	line-height: 1.7;
	font-family: 'Lexend', sans-serif;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: normal;
	color:#e7dfff;
}








/************* 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: 30px;
}

.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 #df0000;
	padding: 14px;
	background: #ffffff;
	color: #df0000;
}




/************* ヘッダー ************/
header{
	height: 60px;
	background: #ffffff;
	background-size: 380px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 999;
	text-align: center;
	border-bottom: solid 1px #dedede;
}

header h1{
	width: 180px;
	height: 39px;
}


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: 180px auto;
	text-align: center;
}


.head{
	background: #ffffff;
	margin-top: 65px;
}

#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: solid 1px #dedede;
	background-color: #f6f6f6;
	color: #424242;
	font-size: 13px;
}

.home{
	display: block;
	border-bottom: solid 1px #dedede;
	padding: 1rem 0 1rem 0;
	color: #aaaaaa;
	font-size: 17px;
	text-align: center;
}

.home div::before{
	font-size: 19px;
	content: "\e88a";
	font-family: "Material Icons";
	display: inline-block;
	margin: 0px 3px 0px 0px;
	font-size: 18px;
	position: relative;
	top: 3px;
}



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

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


.footer_area aside{
	padding: 4.5% 4%;
	font-size: 10px;
	line-height: 1.7;
	font-weight: normal;
}

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

.copy{
	background: #2947ab;
	padding: 24px 0 24px 0;
	color: #e7dfff;
	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;
}





