@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
/*========================================   system-price-料金   ========================================*/
.c_btn input.sms_form_btn:disabled{/*リキャプチャにチェックしてなくて送信できない場合*/
	opacity: 0.2;
	cursor: default;
	background: -webkit-linear-gradient(180deg, var(--basergba-color), var(--basergba-color), var(--basergba-color), var(--basergba-color));
	background: -webkit-linear-gradient(right, var(--basergba-color), var(--basergba-color), var(--basergba-color), var(--basergba-color));
	background: linear-gradient(270deg, var(--basergba-color), var(--basergba-color), var(--basergba-color), var(--basergba-color));
	background-position: 1% 50%;
	background-size: 300% 300%;
}
/*ログインフォーム*/
ul.login_page{
	max-width: 580px;
	margin: 0 auto 40px;
}
li.login_page_form{
	margin-bottom: 25px;
}
.login_page_form input[type="text"],.login_page_form input[type="password"],.sms_form input[type="text"],.sms_form input[type="tel"]{
	width:100%;
	border: #CCCCCC solid 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 1.6rem;
	padding:10px;
	box-sizing:border-box;
	margin-bottom: 5px;
}
input::placeholder{/*例*/
	color: #DDDDDD;
}
@media screen and (min-width : 480px) {/*480以上(タブレット/SP)*/
	.login_page_form span{
		width: 110px;
		display: inline-block;
		box-sizing: border-box;
		text-align: center;
		background-color: var(--accent-color);
		color: #FFFFFF;
		padding:5px 0px;
		margin-right:10px;
		vertical-align: middle;
	}
	.login_page_form input[type="text"],.login_page_form input[type="password"]{
		width: calc(100% - 130px);
	}
}
@media screen and (min-width : 560px) {/*560以上(タブレット/SP)*/
	.login_page_form span{
		width: 150px;
	}
	.login_page_form input[type="text"],.login_page_form input[type="password"]{
		width: calc(100% - 170px);
	}
}
/*リキャプチャ*/
.recaptcha_wrap{
	text-align: center;
}
/*エラー*/
.error_message{
	display:inline-block;
	width:100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #E60033;
	border-radius: 5px;
	box-sizing: border-box;
}
.error_message:empty{
	display:none;
}

/*ログインができない・初めての方はこちら ----------------------------------------*/
.notify_link{
	margin-top: 15px;
	text-align: center;
}
.notify_link i{
	margin-right: 0.6em;
}
.login h5{
	font-weight: normal;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	margin-top: 60px;
	margin-bottom: 15px;
	font-weight: bolder;
	font-size: 1.8rem;
}
.login h5:before,.login h5:after {
	border-top: 2px solid #BBBBBB;
	content: "";
	width: 1.6em; /* 線の長さ */
	}
.login h5:before {
	margin-right: 1em; /* 文字の右隣 */
}
.login h5:after {
	margin-left: 1em; /* 文字の左隣 */
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.notify_link{
		font-size: 1.4rem;
	}
	.login h5{
		margin-top: 40px;
		font-size: 1.6rem;
	}
	 .login h5:before,.login h5:after {
		width: 1.2em; /* 線の長さ */
	}
}
/*新規メンバー登録ページへのリンク*/
.entry_btn{
	text-align: center;
}
.entry_btn a{
	max-width: 400px;
	display: inline-block;
	width: 90%;
	padding: 10px 0;
	background-color: rgba(0,182,228,1.00);
	box-shadow: 2px 4px 6px rgb(0 0 0 / 0.2);
	color: #FFFFFF;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
	/*font-size: 2.6rem;*/
	
	background: transparent;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	
	-webkit-appearance: none;
	border-radius: 0;
	border:none;
	cursor:pointer;
}
.entry_btn i{
	font-size: 2.4rem;
	margin-right: 0.6em;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.entry_btn a{
		width: 100%;
	}
}
.entry_btn a:hover{
	background-color: rgba(0,0,0,1.0);
	background-position: 99% 50%;
}
.entry_btn a{
	background: -webkit-linear-gradient(180deg, rgba(0,182,228,1.00), rgba(0,0,0,1.0), rgba(0,182,228,1.00), rgba(0,182,228,1.00));
	background: -webkit-linear-gradient(right, rgba(0,182,228,1.00), rgba(0,0,0,1.0), rgba(0,182,228,1.00), rgba(0,182,228,1.00));
	background: linear-gradient(270deg, rgba(0,182,228,1.00), rgba(0,0,0,1.0), rgba(0,182,228,1.00), rgba(0,182,228,1.00));
	background-position: 1% 50%;
	background-size: 300% 300%;
}
/*新規メンバー登録ページへのテキスト*/
.entry_txt {
	position: relative;
	display: block;
	text-align: center;
	margin: 1.5em auto 0;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 520px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.4rem;
	background: #D8F3FA;
}
.entry_txt:before {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #D8F3FA;
}
.entry_txt p {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*メンバーページとは*/
.about_site p.sp_info_title{
	text-align: center;
}	
.about_site p:nth-of-type(2){
	margin-bottom: 10px;
}
.about_site ul{
	margin: 20px 0px 20px 12px;
}
.about_site li{
	padding-left: 0.7em;
	text-indent: -0.7em;
	line-height: 1.4;
	margin-bottom: 10px;
}
.about_site li i{
	margin-right: 0.4em;
	color: var(--accent-color);
}
@media screen and (min-width:0px) and ( max-width:479.9px) {/*480まで(SP)*/
	.about_site ul{
		font-size: 1.4rem;
	}
}


/* メンバー登録＆ログイン情報通知 ==========*/
.sms_form{
	text-align: center;
}
.sms_form p:nth-of-type(1),.sms_form p:nth-of-type(2){
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.sms_form p:nth-of-type(1){
	border-bottom: #CCCCCC solid 3px;
	background-color: #FFFFFF;
	padding: 8px 10px 8px;
	margin-bottom: 50px;
	position: relative;
	font-weight: bolder;
	color: #AAAAAA;
}
.sms_form p:nth-of-type(1):before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-25deg);
	height: 20px;
	width: 10px;
	border-right: 3px solid #CCCCCC;
	background-color: #FFFFFF;
	content: "";
}
.sms_form p:nth-of-type(2){
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.sms_form input[type="text"],.sms_form input[type="tel"]{
	max-width: 480px;
}
/*SMSについて注釈*/
.sms_notes{
	margin-top: 10px;
}
.sms_notes i{
	margin-right: 0.6em;
	color: #E60033;
}
/*ログインできない方へ*/
.loginerror_txt{
	max-width: 600px;
	text-align: left;
	margin: 30px auto 0;
	/*font-size: 0.85em;*/
}
.loginerror_txt p{
	max-inline-size: max-content;
	margin-inline: auto;
}
.loginerror_txt i{
	margin-right: 0.6em;
	color: var(--accent-color);
}
@media screen and (min-width:0px) and ( max-width:599.9px) {/*600まで(SP)*/
	/*SMSについて注釈*/
	.sms_notes{
		font-size: 0.85em;
	}
	/*ログインできない方へ*/
	.loginerror_txt{
		font-size: 0.85em;
	}
}

/* SMS登録モーダルウィンドウ ==========*/
#id_dialogbox-background_layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}
#id_dialogbox {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 500px;
	width: 96%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	text-align: center;
}
#id_dialogbox-client input.dialogbox_passcode {
	display: inline-block;
	width: 80%;
	max-width: 300px;
	margin: 10px auto;
	padding: 15px 8px;
	font-size: 48px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	text-align: center;
}
#id_dialogbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	border-radius: 50%;
	padding: 8px ;
	text-align: center;
	border: none;
	cursor: pointer;
	font-size: 30px;
	background: var(--base-color);
	color: #FFFFFF;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
#id_dialogbox-close:hover {
	background: var(--point-color);
	color: #FFFFFF;
}
#id_dialogbox-retry {
	margin-top: 20px;
	padding: 10px 20px;
	background: darkviolet;
	color: pink;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
#id_dialogbox-retry:hover {
	background: mediumorchid;
}


/*ログインできずv2へエラー*/
.error_message_login{
	text-align: center;
	color: #FFFFFF;
	/*background-color:rgba(230,0,51,0.55);*/
	background-color: #F59090;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto 20px;
}
.error_message_login span{
	display: block;
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}
/*SMSの認証エラー*/
.error_message_dialogbox{
	display:inline-block;
	width:100%;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #E60033;
	border-radius: 5px;
	box-sizing: border-box;
}
.error_message_dialogbox:empty{
	display:none;
}

/*メンバー登録　利用規約*/
.tos_scroll_title{
	text-align: left;font-size: 1.6rem;
	padding-left: .5em;
	box-sizing: border-box;
	font-weight: normal;
	color: #000000;
	position: relative;
	padding-bottom: .2em;
	border-bottom: 2px solid #DDDDDD;
	max-width: 720px;
	width: 100%;
	margin: 0 auto 10px;
}
.tos_scroll_title::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 15%;
	height: 2px;
	background-color: #000000;
}
.tos_scroll{
	text-align: left;
	overflow-y: scroll;
	height: 300px;
	max-width: 720px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px 50px 0;
	font-size: 1.4rem;
	margin: 0 auto 30px;
	/*background-color:rgba(238,238,238,0.50);
	padding: 15px;
	border: 2px solid #DDDDDD;
	border-top: none;*/
}
.tos_scroll::-webkit-scrollbar {
	width: 12px; /* スクロールバーの幅 */
}

.tos_scroll::-webkit-scrollbar-thumb {
	background: #000000; /* ツマミの色 */
	border-radius: 6px; /* ツマミ両端の丸み */
}

.tos_scroll::-webkit-scrollbar-track {
	background: #ddd; /* トラックの色 */
	border-radius: 6px; /* トラック両端の丸み */
}
.for_apply{
	color: #E60033;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;
}
.agree_check {
	text-align: left;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0.8em 10px;
	border-top: #DDDDDD dotted 2px;
	border-bottom: #DDDDDD dotted 2px;
}
.agree_check_box{
	position: relative;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.agree_check_box:checked:before {
	position: absolute;
	top: 1px;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	content: '';
}
.agree_check_box::after{
	display: block;
	white-space: nowrap;
	content: '利用規約に同意する';
	font-size: 1.8rem;
	color: #666666;
	position: absolute;
	top: -8px;
	left: 22px;
}
.agree_check_box:disabled{
	opacity: 0.2;
	cursor: default;
}

/*リキャプチャ*/
.recaptcha_check{
	display: inline-block;
	margin: 30px auto;
	cursor: pointer;
}
.recaptcha_check:empty{
	margin: 0;
}
/*リキャプチャ認証が失敗した場合の注釈*/
.recaptcha_error_wrap{
	margin-bottom: 60px;
}
.recaptcha_error{
	text-align: center;
	font-weight: bolder;
	border: #CCCCCC dashed 2px;
	padding: 15px 10px;
}
.recaptcha_error a{
	margin: 0 1em;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 3px;
	background-color: var(--point-color);
	color: #FFFFFF;
}
.recaptcha_error a:hover{
	opacity: 0.7;
}
@media screen and (min-width:0px) and ( max-width:659.9px) {/*660まで(SP)*/
	.recaptcha_error{
	}
		text-align: left;
}