@charset "utf-8";
/* CSS Document */
/*リセット*/
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - //richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }  ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } / change colours to suit your needs / ins { background-color:#ff9; color:#000; text-decoration:none; } / change colours to suit your needs / mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; }
/*リセット*/

html{
	font-size:62.5%;
}
body{
	line-height:1.8;
	font-size: 1.6rem;
	font-family:'Century Gothic','Lato','メイリオ',sans-serif;
	color:#666666;
	-webkit-text-size-adjust: 100%;
	
	text-align: center;
	background-image: linear-gradient(45deg, #FFF3F3 25%, transparent 25%, transparent 75%, #FFF3F3 75%),
	linear-gradient(45deg, #FFF3F3 25%, transparent 25%, transparent 75%, #FFF3F3 75%); /* 市松模様になるようグラデーションで単色を入れる */
	background-position: 0 0, 20px 20px;  /* 「0 0」と1マス（1色）の大きさ「30px 30px」をそれぞれ指定 */
	background-size: 40px 40px;           /* 1マス分の倍の大きさを指定「60px 60px」 */
	background-color: #FFF;               /* もう一つの単色を入れる */
}
img {
	vertical-align : bottom;
	max-width: 100%;
	height: auto;
}
a:link{
	color:#E4007F;
	text-decoration:none;
}
a:visited{
	color:#E4007F;
	text-decoration:none;
}
a:hover{
	color:#BBBBBB;
	text-decoration:none;
}
/*クリア*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* 共通 コンテンツ ==========*/
h1{
	padding: 40px 5% 20px;
}
/*ｰｰｰｰｰショップ選択ｰｰｰｰｰ*/
.c_shop_select_wrap{
	margin-bottom: 50px;
	text-align: center;
}
.c_shop_select {
	display: inline-block;
	position: relative;
	height: 40px;
}
.c_shop_select::before,
.c_shop_select::after {
	position: absolute;
	content: '';
	pointer-events: none;
}
.c_shop_select::before {
	display: inline-block;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 0 5px 5px 0;
	background-color: #E4007F;
}
.c_shop_select::after {
	position: absolute;
	top: 50%;
	right: 1.2em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}
.c_shop_select select {
	appearance: none;
	max-width: 500px;
	height: 40px;
	box-sizing: border-box;
	padding: .4em 3.6em .4em .8em;
	border: none;
	border-radius: 5px;
	background-color: #F2F2F2;
	color: #333;
	font-size: 1.8rem;
	cursor: pointer;
}
.c_shop_select select:focus {
	outline: 2px solid #2589D0;
}
.c_shop_select{
	border-radius: 7px;
	border: #999999 solid 1px;
	box-shadow: 2px 4px 10px rgb(0 0 0 / 0.3);
}
.c_shop_select select {
	min-width: 230px;
}
@media screen and (min-width:0px) and ( max-width:599.9px) {/*600まで(SP)*/
	.c_shop_select {
		height: 32px;
	}
	.c_shop_select::before {
		top: 0px;
		width: 32px;
		height: 32px;
	}
	.c_shop_select::after {
		position: absolute;
		top: 50%;
		right: 1.0em;
	}
	.c_shop_select select {
		vertical-align: top;
		height: 32px;
		font-size: 1.6rem;
		padding: .2em 2.6em .2em .6em;
		box-sizing: border-box;
	}
}
@media screen and (min-width:0px) and ( max-width:479.9px) {/*480まで(SP)*/
	.c_shop_select select {
		min-width: 200px;
	}
}

h3{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 20px;
	padding-left: .5em;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 1.8rem;
	color: #000000;
	position: relative;
	padding-bottom: .2em;
	border-bottom: 2px solid #DDDDDD;
}
h3::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #000000;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP/タブレット)*/
	h3{
		width: 100%;
	}
}
h5{
	font-weight: normal;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	margin-bottom: 15px;
	font-weight: bolder;
	font-size: 1.8rem;
}
h5:before,h5:after {
	border-top: 2px solid #BBBBBB;
	content: "";
	width: 1.6em; /* 線の長さ */
	}
h5:before {
	margin-right: 1em; /* 文字の右隣 */
}
h5:after {
	margin-left: 1em; /* 文字の左隣 */
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	h5{
		font-size: 1.6rem;
	}
	 h5:before,h5:after {
		width: 1.2em; /* 線の長さ */
	}
}
.content_wrap{
	max-width: 900px;
	width: 90%;
	box-sizing: border-box;
	margin: 60px auto;
	padding: 50px 40px 40px;
	background-color:rgba(255,255,255,0.75);
	box-shadow: 2px 4px 10px rgb(0 0 0 / 0.1);
	text-align: left;
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	 .content_wrap {
		padding: 30px 20px 20px;
	}
}
input[type="text"],input[type="password"],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;
}
input::placeholder{/*例*/
	color: #DDDDDD;
}
/*エラー*/
.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;
}
/*ボタン*/
.c_btn{
	text-align: center;
}
.c_btn input{
	max-width: 300px;
	width: 48%;
	padding: 20px 0;
	background-color: rgba(0,0,0,1.00);
	box-shadow: 2px 4px 6px rgb(0 0 0 / 0.3);
	color: #FFFFFF;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	
	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;
}
.c_btn a{
	max-width: 300px;
	display: inline-block;
	width: 90%;
	padding: 20px 0;
	background-color: rgba(0,0,0,1.00);
	box-shadow: 2px 4px 6px rgb(0 0 0 / 0.3);
	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;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.c_btn a,.c_btn input{
		width: 100%;
	}
}
.c_btn a:hover,.c_btn input:hover{
	background-color: rgba(228,0,127,1.00);
	background-position: 99% 50%;
}
.c_btn a,.c_btn input {
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1.0), rgba(228,0,127,1.00), rgba(0,0,0,1.0), rgba(0,0,0,1.0));
	background: -webkit-linear-gradient(right, rgba(0,0,0,1.0), rgba(228,0,127,1.00), rgba(0,0,0,1.0), rgba(0,0,0,1.0));
	background: linear-gradient(270deg, rgba(0,0,0,1.0), rgba(228,0,127,1.00), rgba(0,0,0,1.0), rgba(0,0,0,1.0));
	background-position: 1% 50%;
	background-size: 300% 300%;
}
.c_btn input.sms_form_btn:disabled{/*リキャプチャにチェックしてなくて送信できない場合*/
	opacity: 0.2;
	cursor: default;
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1.0), rgba(0,0,0,1.0), rgba(0,0,0,1.0), rgba(0,0,0,1.0));
	background: -webkit-linear-gradient(right, rgba(0,0,0,1.0), rgba(0,0,0,1.0), rgba(0,0,0,1.0), rgba(0,0,0,1.0));
	background: linear-gradient(270deg, rgba(0,0,0,1.0), rgba(0,0,0,1.0), rgba(0,0,0,1.0), rgba(0,0,0,1.0));
	background-position: 1% 50%;
	background-size: 300% 300%;
}


/* 共通 fooetr ==========*/
/*電話btn*/
.sp_info_footer{
	max-width: 900px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto 60px;
	text-align: center;
	font-style:normal;
	background-color:rgba(255,255,255,0.75);
	box-shadow: 2px 4px 10px rgb(0 0 0 / 0.1);
	padding: 20px 20px 30px;
	/*padding: 30px 0;*/
}
.sp_info_title{
	margin-bottom: 10px;
}
.sp_info_title span{
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #000000;
	font-weight: bolder;
	font-size: 1.8rem;
	letter-spacing: 0.16em;
}
.sp_info_title:first-letter{
	color: #E4007F;
	font-size: 2.4rem;
}
.sp_info_title small{
	margin-left: 0.5em;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.sp_info_footer p:nth-of-type(3){
	line-height: 1.2;
	margin-bottom: 30px;
}
.sp_info_footer p:nth-of-type(3) a{
	padding: 14px 0 13px;
}
.sp_infobtn{
	margin-top: 10px;
}
.sp_infobtn a{
	/*height: 2.4em;*/
}
.sp_info_footer small{
		font-size: 1.2rem;
	}
.sp_info_footer i{
	margin-right: 0.2em;
	font-size: 2.0rem;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	/*.sp_info_footer{
		display: none;
	}*/
}

footer{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,1.00);
	font-size: 1.4rem;
	padding: 40px 5%;
}
.privacy_link{
	margin-top: 20px;
}
.privacy_link a:link,.privacy_link a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.privacy_link a:hover{
	color: #999999;
}
.c_copyright{
	color: #FFFFFF;
	margin-top: 20px;
}
.c_copyright span{
	display: inline-block;
}
@media screen and (min-width:0px) and ( max-width:599.9px) {/*600まで(SP)*/
	.c_copyright{
		font-size: 1.2rem;
	}
}


/* ログインページ index==========*/
/* R18 */
.authentication{
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px 2%;
}
.authentication span{
	display: inline-block;
}
@media screen and (min-width:0px) and ( max-width:499.9px) {/*500まで(SP)*/
	.authentication{
		padding: 20px 5%;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:0px) and ( max-width:379.9px) {/*380まで(SP)*/
	.authentication{
		font-size: 1.2rem;
	}
}
/*ログインフォーム*/
ul.login{
	max-width: 580px;
	margin: 0 auto 40px;
}
li.login_form{
	margin-bottom: 25px;
}
div.login{
	margin-bottom: 60px;
}
div.login p:nth-last-of-type(1){
	margin-top: 15px;
	text-align: center;
}
div.login p:nth-last-of-type(1) i{
	margin-right: 0.6em;
}
@media screen and (min-width:0px) and ( max-width:479.9px) {/*480まで(SP)*/
	ul.login{
		margin: 0 auto 30px;
	}
	li.login_form{
		margin-bottom: 15px;
	}
	li.login_form span{
		display: block;
		color:#E4007F;
		font-weight: bolder;
	}
	div.login{
		margin-bottom: 40px;
	}
	div.login p:nth-last-of-type(1){
		font-size: 1.4rem;
	}
}
@media screen and (min-width : 480px) {/*480以上(タブレット/SP)*/
	li.login_form span{
		width: 110px;
		display: inline-block;
		box-sizing: border-box;
		text-align: center;
		background-color:#E4007F;
		color: #FFFFFF;
		padding:5px 0px;
		margin-right:10px;
		vertical-align: middle;
	}
	.login_form input[type="text"],.login_form input[type="password"]{
		width: calc(100% - 130px);
	}
}
@media screen and (min-width : 560px) {/*560以上(タブレット/SP)*/
	li.login_form span{
		width: 150px;
	}
	.login_form input[type="text"],.login_form input[type="password"]{
		width: calc(100% - 170px);
	}
}

/*新規メンバー登録ページへのリンク*/
.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:nth-of-type(1){
	text-align: center;
}	
.about_site p:nth-of-type(2){
	margin-bottom: 15px;
}
.about_site ul{
	margin: 15px 0px 15px 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:rgba(228,0,127,0.50);
}
@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
	.about_site p{
		padding: 0 30px;
	}
	.about_site ul{
		margin: 15px 30px 15px 42px;
	}
}
@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: 0 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="password"],.sms_form input[type="tel"]{
	max-width: 480px;
}
/*リキャプチャ*/
.recaptcha_check{
	display: inline-block;
	margin: 30px auto;
	cursor: pointer;
}
/*ログインできない方へ*/
.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: #E4007F;
}

/* 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 {
	margin-top: 20px;
	padding: 10px 20px;
	background: orangered;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
#id_dialogbox-close:hover {
	background: coral;
}
#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ログインへのリンク*/
.v2_link{
	text-align: center;
	margin-bottom: 40px;
}
.v2_link span{
	display: block;
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}

/*ログインできず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;
}

/*ログインページに戻る*/
p.back_btn{
	margin-top: 30px;
}

/*お問合せフォーム ===================*/
/*注意事項*/
.contact_guideline{
	width: fit-content;
	max-width: 90%;
	margin: 0 auto 50px;
	padding-top: 20px;
}
.contact_guideline p{
	line-height: 2.0;
	margin-bottom: 20px;
}
.contact_guideline p:last-of-type{
	margin-bottom: 0px;
}
.contact_guideline strong{
	background-color:#FFDDDD ;
	color: #662D3A;
	display: inline-block;
	
	padding: 2px 12px;
	margin: 0 0.2em;
}
/*注意事項*/

/*例*/
.contact_form select,.contact_form textarea,.contact_form input[type="text"]{
	border: #CCCCCC solid 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 1.6rem;
	padding:0.6rem 1rem;
	box-sizing:border-box;
	margin-bottom: 5px;
}
.contact_form textarea{
	font-size: 16px;
	width:100%;
	height:9.6em;
}
.contact_form select,.contact_form input[type="text"]{
	max-width: 400px;
	width: 100%;
}
/*エラー*/
.error{
	color: #E60033;
	font-weight: bolder;
}
span.error{
	display: block;
}
@media screen and (min-width:0px) and ( max-width:479.9px) {/*480まで(SP/タブレット)*/
	span.error{
		font-size: 1.4rem;
	}
}

/*必須*/
.required{
	letter-spacing: 0.1em;
	font-size:1.2rem;
	font-weight: bolder;
	border: #E60033 solid 3px;
	/*background-color:#e60033;*/
	color:#E60033;
	padding:4px 5px;
	margin-right:0.6em;
}
.contact_form {
	width: 100%;
	/*max-width: 900px;*/
	margin: 0 auto 50px;
}
.contact_form dt{
	font-weight: bolder;
}
.contact_form dd{
	border-bottom: #CCCCCC dotted 1px;
}
@media screen and (min-width : 1024px) {/*1024以上(タブレット/PC)*/
	.contact_form{
		display: flex;
		flex-wrap: wrap;
	}
	.contact_form dt,.contact_form dd{
		padding: 30px 1em;
		box-sizing: border-box;
	}
	.contact_form dt{
		width: 16em;
		border-bottom: #CCCCCC dotted 1px;
	}
	.contact_form dd{
		width: calc(100% - 16em);
	}
}
@media screen and (min-width:0px) and ( max-width:1023.9px) {/*1024まで(SP/タブレット)*/
	.contact_form dt{
		padding: 0px 1em;
	}
	.contact_form dd{
		padding: 20px 1em 25px;
		margin-bottom: 25px;
	}
}

/*確認ページ */
.contact_check_txt{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 30px;
}
.contact_check_txt strong{
	color:#E60033;
	font-size: 1.8rem;
}
.check{
	width: 100%;
	margin: 0 auto 50px;
}
.check li{
	border-bottom: #CCCCCC dotted 1px;
	padding: 1em 0 0.6em;
}
.check span:first-child{
	display: block;
	background-color:rgba(228,0,127,0.05);
	color:#E4007F;
	font-weight: bolder;
	padding:5px 1em;
}
.check span:last-child{
	display: inline-block;
	padding:5px 1em 0;
}
@media screen and (min-width:0px) and ( max-width:599.9px) {/*600まで(SP)*/
	.check span:last-child{
		font-size: 1.4rem;
	}
	.back_btn{
		margin-top: 40px;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.back_btn{
		margin-left: 4%;
	}
}

/*送信後*/
.contact_thanks,.contact_error{
	text-align: center;
}
.contact_thanks .c_btn,.contact_error .c_btn{
	margin-top:30px;
}

/*メンバー登録　利用規約*/
.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;
}
