@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
// 共通
--------------------------------------------------------------------------*/
.selectbuttonarea{
	margin-bottom:60px;
}
.lead {
    margin: 25px 50px 30px 30px;
    font-size: 1.1em;
}

/*以下のメールアドレスに会員登録用のURLが記載されたメールを送信いたしました。*/
#contents p.fi_comp {
    font-size: 1.8em;
    color: #B50033;
    text-align: center;

}

@media (max-width: 767px) {
	#contents p.fi_comp {
		  font-size: 1em;
	}
}

/*--------------------------------------------------------------------------
// 会員規約の同意とメールアドレス入力
//                                                 .member_agreement_input
--------------------------------------------------------------------------*/

.agreebody{
	overflow:auto;
	margin: 30px auto 20px;
	padding: 20px 30px;
	width:90%;
	height:300px;
	border:1px solid #ccc;
	/* border-top: 2px solid #0073af; */
	font-size: 1em;
}

.accept_area {
	text-align: center;
	font-size: 1.1em;
	margin: 2em 0;
}

.accept_area p.msg-ng-p2 {
	width: 450px;
	margin: 0 auto;
    color: #DF0D0D !important;

}

.accept_area p.msg-ng-p2:before {
   content:"";
   background-image: url("../images/ico_ng.png");
   background-repeat: no-repeat;
   background-size: 15px 15px;
   padding: 0 0 0 21px !important;
   background-position: 1px 4px;
}

.accept_area label input[type="checkbox"]  {
	margin: 4px 10px 0 0;
}

/*--------------------------------------------------------------------------
// メールアドレス仮登録完了
//                                                .member_agreement_finish
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
// 会員登録入力フォーム
//                                                           .member_input
--------------------------------------------------------------------------*/

#contents p {
	padding: 0;
}

p.comment {
    margin: 10px 0;
}

/* --- S --- 2020/09/28 wtakakuwa add 未成年者への酒販売禁止メッセージ用 */
#birth_message {
	font-size:14px;
	font-weight:bold;
}
/* --- E --- 2020/09/28 wtakakuwa add 未成年者への酒販売禁止メッセージ用 */

/*--------------------------------------------------------------------------
// 会員登録確認
//                                                         .member_confirm
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
// 会員登録完了
//                                                          .member_finish
--------------------------------------------------------------------------*/

