/**************************************/
/*    ローディング中
/**************************************/
#loading {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.spinner_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: spinner_anime 0.8s infinite linear;
}

@keyframes spinner_anime {
    100% {
        transform: rotate(360deg);
    }
}



/**************************************/
/*    ログイン
/**************************************/
#login_layout{
	padding-bottom: 40px;
}
#login_layout h2{
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	line-height: 72px;
}
#login_layout .login_form_box{}
#login_layout .login_form{
	width: 320px;
	margin: 0px auto 16px;
	text-align: center;
}
#login_layout .login_form h3{
	font-size: 12px;
	font-weight: inherit;
	text-align: left;
	width: 320px;
	margin:8px auto 8px auto;
}
#login_layout .login_form input.login_form_txt{
	width: 320px;
	height: 52px;
	padding: 0px 8px 0px 24px;
	border-radius: 4px;
	background-color: transparent;
}
#login_layout .login_form input.login_form_email{
	background-image: url('/img/common/icon_mail.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
#login_layout .login_form input.login_form_password{
	background-image: url('/img/common/icon_pw.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}

#login_layout .login_form_password_reset{
	font-size: 12px;
	text-align:right;
	margin-bottom: 16px;
	padding: 0px 20px;
	text-decoration: underline!important;
}

#login_layout .login_form .login_form_rememberme{
	display: block;
	padding: 8px;
	text-align:left;
}
#login_layout .login_form .login_form_rememberme input[type=checkbox]:checked{
	background-color: #0A8647;
}

#login_layout .btn_login{
	display:block;
	color: #FFF;
	font-weight: bold;
	line-height: 44px;
	text-align:center;
	margin: 0px auto;
	width: 320px;
	height: 44px;
	background-color: white;
	border-radius: 4px!important;
}
#login_layout .btn_login.btn_facebook{
	background-color:#4267B2;
	background-image: url('/img/common/icon_facebook.png');
	background-size: 40px 40px;
	background-position: 4px center;
	background-repeat: no-repeat;
}
#login_layout .btn_login.btn_google{
	color:#8D928F;
	background-image: url('/img/common/icon_google.png');
	background-size: 40px 40px;
	background-position: 4px center;
	background-repeat: no-repeat;
	border: solid 1px #CCC;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
#login_layout .btn_login.btn_line{
	background-color:#06C755;
	background-image: url('/img/common/icon_line.png');
	background-size: 40px 40px;
	background-position: 4px center;
	background-repeat: no-repeat;
}

#login_layout h3.login_title_as{
	color: #8D928F;
	line-height: 32px;
	padding-left: 20px;
	background-color: #FAFBFB;
    border-bottom:solid 1px #CCC;
}



/**************************************/
/*    パスワードリセット関連
/**************************************/
#pwreset_layout{
	padding-bottom: 40px;
}
#pwreset_layout h2{
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	line-height: 72px;
}
#pwreset_layout .pwreset_form{
	width: 320px;
	margin: 16px auto;
	text-align: center;
}
#pwreset_layout .pwreset_form h3{
	font-size: 12px;
	font-weight: inherit;
	text-align: left;
	width: 320px;
	margin:8px auto 8px auto;
}
#pwreset_layout .pwreset_form input.pwreset_form_txt{
	width: 320px;
	height: 52px;
	padding: 0px 8px 0px 24px;
	border: solid 1px #CCC;
	border-radius: 4px;
	background-color: transparent;
}
#pwreset_layout .pwreset_form input.pwreset_form_email{
	background-image: url('/img/common/icon_mail.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
#pwreset_layout .pwreset_form input.pwreset_form_password{
	background-image: url('/img/common/icon_pw.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}

#regist_layout .pwreset_form_caution_txt{
	line-height: 150%;
	margin: 16px auto;
	padding: 0px 8px;
	width:320px;
}

#pwreset_layout .pwreset_form_btn_box{
	width: 320px;
	margin: 32px auto 16px;
	text-align: center;
}

#pwreset_layout .pwreset_form_error_txt{
	color: #C00;
	line-height: 150%;
}



/**************************************/
/*    登録フォーム関連
/**************************************/
#regist_layout{
	padding-bottom: 40px;
}
#regist_layout h2{
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	line-height: 72px;
}
#regist_layout .regist_form{
	width: 320px;
	margin: 16px auto;
	text-align: center;
}
#regist_layout .regist_form h3{
	font-size: 12px;
	font-weight: inherit;
	text-align: left;
	width: 320px;
	margin:8px auto 8px auto;
}
#regist_layout .regist_form input.regist_form_txt{
	width: 320px;
	height: 52px;
	padding: 0px 8px 0px 24px;
	border: solid 1px #CCC;
	border-radius: 4px;
	background-color: transparent;
}
#regist_layout .regist_form input.regist_form_email{
	background-image: url('/img/common/icon_mail.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
#regist_layout .regist_form input.regist_form_password{
	background-image: url('/img/common/icon_pw.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}

#regist_layout .regist_form_caution_txt{
	line-height: 150%;
	margin: 16px auto;
	padding: 0px 8px;
	width:320px;
}

#regist_layout .regist_form_checkbox{
	color: #8D928F;
	margin: 16px auto;
	padding: 0px 8px;
	width:320px;
}
#regist_layout .regist_form_checkbox input[type=checkbox]:checked{
	background-color: #0A8647;
}

#regist_layout .regist_form_btn_box{
	width: 320px;
	margin: 32px auto 16px;
	text-align: center;
}

#regist_layout .regist_form_error_txt{
	color: #C00;
	line-height: 150%;
}



/**************************************/
/*    ユーザー/アカウント関連
/**************************************/
#account_layout{}

/* 共通 */
#account_layout .btn_footer_link_common{
	position: relative;
	display: block;
	color: black;
	line-height: 44px;
	text-align: left;
	padding-left: 20px;
	width: 100%;
	height: 44px;
	background-color: #F2FAF6;
	border: none;
	border-top: solid 1px #EBF2EE;
}
#account_layout .btn_footer_link_common:after{
	position: absolute;
	top: 0px;
	right: 20px;
	content: '▶';
	font-size: 12px;
}
#account_layout .btn_footer_link_common span{
	font-size: 14px;
}

/* アカウント情報TOP,外部アカウント管理 */
#account_layout .account_box{
	width: calc(100% - 40px);
	margin: 0px auto;
	padding-bottom: 40px;
}
#account_layout .account_title{
	font-size: 13px;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
}
#account_layout .account_box .account_info_box{
	border-bottom: solid 1px #EBF2EE;
}
#account_layout .account_box .account_info_box:first-of-type{
	border-top: solid 1px #EBF2EE;
}
#account_layout .account_box .account_info_title{
	color: #8D928F;
	padding: 12px 0px 4px;
}
#account_layout .account_box .account_info_detail{
	color: black;
	font-weight: bold;
	line-height: 150%;
	padding: 4px 0px 12px;
}
#account_layout .account_box .account_info_box .account_info_item_box{
	line-height: 48px;
	border-bottom: solid 1px #EBF2EE;
}
#account_layout .account_box .account_info_box .account_info_item_box:last-of-type{
	border-bottom: none;
}
#account_layout .account_box .account_info_box .account_info_item_box .alignment_on{
	background-image: url('/img/common/sns_alignment_on.png');
	background-size: 28px 12px;
	background-repeat:no-repeat;
	background-position:right center;
}
#account_layout .account_box .account_info_box .account_info_item_box .alignment_off{
	background-image: url('/img/common/sns_alignment_off.png');
	background-size: 28px 12px;
	background-repeat:no-repeat;
	background-position:right center;
}
#account_layout .account_box .account_info_box .account_info_item_box .btn_alignment_on{
	display: block;
	color: white;
	line-height: 28px;
	text-align: center;
	margin: 11px 0px 0px auto;
	width: 76px;
	height: 26px;
	background-color: #0A8647;
	border-radius: 13px;
}
#account_layout .account_box .account_info_box .account_info_item_box .btn_alignment_off{
	display: block;
	color: #0A8647;
	line-height: 26px;
	text-align: center;
	margin: 11px 0px 0px auto;
	width: 76px;
	height: 26px;
	background-color: #FFF;
	border: solid 1px #0A8647;
	border-radius: 13px;
}

/* アカウント情報変更 */
#account_layout .account_edit_box{}
#account_layout .account_edit_box .account_edit_item_box{
	margin-bottom: 12px;
}
#account_layout .account_edit_box .account_edit_item_box .account_edit_title{
	line-height: 24px;
}
#account_layout .account_edit_box .account_edit_item_box input{
	width: 100%;
	height: 48px;
	padding:0px 8px;
	border: solid 1px #8D928F;
	border-radius: 4px;
}
#account_layout .account_edit_box .account_edit_item_box input.account_edit_email{
	padding-left: 24px;
	background-image: url('/img/common/icon_mail.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
#account_layout .account_edit_box .account_edit_item_box input.account_edit_password{
	padding-left: 24px;
	background-image: url('/img/common/icon_pw.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: 8px center;
}

/* 利用履歴,詳細 */
#account_layout .account_history_box{
	border-bottom: solid 2px #EBF2EE;
}

#account_layout .account_history_box .history_shop_box{
	position: relative;
	padding: 16px 0px;
	height: 84px;
	border-bottom: solid 1px #EBF2EE;
	overflow: hidden;
}
#account_layout .account_history_box a .history_shop_box:after{
	position: absolute;
	top: calc(50% - 4px);
	right: 0px;
	content: "▶";
}
#account_layout .account_history_box .history_shop_box .history_shop_logo{
	width: 80px;
}
#account_layout .account_history_box .history_shop_box .history_shop_logo img{
	width: 80px;
}
#account_layout .account_history_box .history_shop_box .history_shop_detail{
	width: calc(100% - 80px);
}
#account_layout .account_history_box .history_shop_box .history_shop_detail .history_shop_using_date{
	color: #8D928F;
	font-size: 11px;
	margin-bottom: 8px;
}
#account_layout .account_history_box .history_shop_box .history_shop_detail .history_shop_using_info{
	width: 70%;
}
#account_layout .account_history_box .history_shop_box .history_shop_detail .history_shop_using_name{
	color: black;
	font-weight: bold;
}
#account_layout .account_history_box .history_shop_box .history_shop_detail .history_shop_using_price{
	line-height: 52px;
	text-align: right;
	padding-right: 36px;
	width: 30%;
}

#account_layout .account_history_box .account_history_detail_box{
	padding: 10px 0px;
	border-top: solid 2px #EBF2EE;
}
#account_layout .account_history_box .account_history_detail_box:last-child{
	border-top: none;
}
#account_layout .account_history_box .account_history_detail_box .history_shop_info_box{
	line-height: 24px;
	margin-bottom: 10px;
}
#account_layout .account_history_box .account_history_detail_box .history_shop_info_title{
	font-weight: bold;
	text-align: center;
	width: 104px;
	height: 24px;
	background-color: #F2FAF6;
	border-radius: 12px;
}
#account_layout .account_history_box .account_history_detail_box .history_shop_info_detail{
	padding: 0px 12px;
}
#account_layout .account_history_box .account_history_detail_box .history_shop_checkout_box{
	line-height: 24px;
}
#account_layout .account_history_box .account_history_detail_box .history_shop_checkout_title{
	width: 120px;
	text-align: left;
}
#account_layout .account_history_box .account_history_detail_box .history_shop_checkout_detail{
	width: 80px;
	text-align: right;
}
#account_layout .account_history_box .account_history_order_box{
	padding:10px 0px;
}
#account_layout .account_history_box .account_history_order_box .account_history_order_item{
	line-height: 20px;
	margin-bottom: 20px;
}
#account_layout .account_history_box .account_history_order_box .account_history_order_item .order_name{
	position: relative;
	font-weight: bold;
	padding-left: 24px;
	width:60%;
}
#account_layout .account_history_box .account_history_order_box .account_history_order_item .order_name span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin-right: 4px;
	padding: 0px 6px;
	background-color:#F2FAF6;
}
#account_layout .account_history_box .account_history_order_box .account_history_order_item .order_num{
	text-align: right;
	width:20%;
}
#account_layout .account_history_box .account_history_order_box .account_history_order_item .order_price{
	text-align: right;
	width:20%;
}
#account_layout .account_history_box .account_history_order_box .history_order_item_option_list_box{
	margin-top: 8px;
	color: #8D928F;
	padding-left: 24px;
	width: 70%;
}



/**************************************/
/*    クレジットカード関連
/**************************************/
#credit_layout{
	padding-bottom: 40px;
}
#credit_layout h2{
	font-size: 13px;
	line-height: 72px;
	text-align: center;
}
#credit_layout .credit_box{
	margin: 0px auto;
	width: calc(100% - 40px);
}
#credit_layout .credit_box h3{
	font-size: 11px;
	font-weight: inherit;
	text-align: center;
	margin-bottom: 32px;
}
#credit_layout .creadit_list_box{}
#credit_layout .creadit_list_box .creadit_list_item{
	position: relative;
	height: 200px;
	margin-bottom: 32px;
	border-radius: 12px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#credit_layout .creadit_list_box .creadit_list_item.Visa{
	color: white;
	background-color: black;
}
#credit_layout .creadit_list_box .creadit_list_item.MasterCard{
	color: white;
	background-color: #3C57B3;
}
#credit_layout .creadit_list_box .creadit_list_item.JCB{
	color: white;
	background-color: #7a0000;
}
#credit_layout .creadit_list_box .creadit_list_item.American{
	color: white;
	background-color: #008675;
}
#credit_layout .creadit_list_box .creadit_list_item.Diners{
	color: white;
	background-color: #979797;
}
#credit_layout .creadit_list_box .creadit_list_item.Discover{
	color: white;
	background-color: #f98420;
}

#credit_layout .creadit_list_box .creadit_list_item .creadit_item_logo_img{
	display: block;
	position: absolute;
	top: 28px;
	left: 24px;
	width: 60px;
	height: 30px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#credit_layout .creadit_list_box .creadit_list_item.Visa .creadit_item_logo_img{
	background-image: url('/img/creditcard/logo_visa.png');
}
#credit_layout .creadit_list_box .creadit_list_item.MasterCard .creadit_item_logo_img{
	background-image: url('/img/creditcard/logo_master.png');
}
#credit_layout .creadit_list_box .creadit_list_item.JCB .creadit_item_logo_img{
	background-image: url('/img/creditcard/logo_jcb.png');
}
#credit_layout .creadit_list_box .creadit_list_item.American .creadit_item_logo_img{
	background-image: url('/img/creditcard/logo_amex.png');
}
#credit_layout .creadit_list_box .creadit_list_item.Diners .creadit_item_logo_img{
	background-image: url('/img/creditcard/logo_diners.png');
}
#credit_layout .creadit_list_box .creadit_list_item.Discover .creadit_item_logo_img{
	background-image: url('/img/creditcard/logo_discover.png');
}

#credit_layout .creadit_list_box .creadit_list_item .credit_item_delete{
	position: absolute;
	top:28px;
	right: 20px;
	width: 18px;
	height: 18px;
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_delete a{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('/img/common/icon_trash.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: center center;
}
#credit_layout .creadit_list_box .creadit_list_item .creadit_item_number{
	position: absolute;
	top:84px;
	left: 32px;
	font-size: 16px;
}
#credit_layout .creadit_list_box .creadit_list_item .creadit_item_number span{
	margin-right: 32px;
}
#credit_layout .creadit_list_box .creadit_list_item .creadit_item_number span:last-child{
	margin-right: 0px;
}
#credit_layout .creadit_list_box .creadit_list_item .creadit_item_name{
	position: absolute;
	top:116px;
	left: 32px;
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_expire{
	position: absolute;
	top:116px;
	right: 32px;
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_usual{
	position: absolute;
	top: 156px;
	left: 32px;
	line-height: 24px;
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_usual span{
	position: relative;
	display: block;
	color: #0A8647;
	font-weight: bold;
	text-align:left;
	padding-left: 8px;
	width: 54px;
	height: 24px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 12px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_usual span::before{
	position: absolute;
	right: 2px;
	font-size: 20px;
	content:'●';
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_usual span::after{
	position: absolute;
	left: 60px;
	color: white;
	text-align: center;
	width: 80px;
	content:'通常利用';
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_usual a{
	position: relative;
	display: block;
	color: #666;
	font-weight: bold;
	text-align:right;
	padding-right: 6px;
	width: 54px;
	height: 24px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 12px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_usual a::before{
	position: absolute;
	left: 2px;
	font-size: 20px;
	content:'●';
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_usual a::after{
	position: absolute;
	text-align: center;
	color: white;
	left: 60px;
	width: 80px;
	content:'通常利用';
}

#credit_layout .creadit_list_box .creadit_list_item .credit_item_edit{
	position: absolute;
	top:156px;
	right: 20px;
	width: 18px;
	height: 18px;
}
#credit_layout .creadit_list_box .creadit_list_item .credit_item_edit a{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('/img/common/icon_edit.png');
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position: center center;
}

#credit_layout .credit_box .btn_new_credit_card{
	position: relative;
	display: block;
	color: #0A8647;
	font-size: 14px;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
	width: 100%;
	height: 100px;
	border: dotted 2px #0A8647;
	border-radius: 12px;
}
#credit_layout .credit_box .btn_new_credit_card::before{
	position: absolute;
	top: 0px;
	left: 24px;
	font-size: 20px;
	content: "＋";
}

/* element */
#credit_element_layout{
	padding:0px 12px;
}
#credit_element_layout .card_form_box {
    width: 100%;
    margin: 12px auto 32px;
}
#credit_element_layout .card_form_box .form_control{
	position: relative;
	margin-bottom: 12px;
}
#credit_element_layout .card_form_box .form_control h3{
	line-height: 24px;
}
#credit_element_layout .card_form_box .form_control input {
	width: 100%;
	height: 52px;
	padding: 0px 8px 0px 24px;
	border: solid 1px #8D928F;
	border-radius: 4px;
}
#credit_element_layout .card_form_box .form_control input::placeholder {
    color: #0A8647;
}
#credit_element_layout .card_form_box .form_control .payjs_input {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 16px 8px 0px 24px;
	border: solid 1px #8D928F;
	border-radius: 4px;
}

#credit_element_layout .card_form_box .form_control .cvc_img_box {
    display: block;
    position: absolute;
    bottom: 36px;
    right: 0px;
    width: 320px;
}
#credit_element_layout .card_form_box .form_control .cvc_img_box img{
	width: 320px;
	height: auto;
}

#credit_element_layout .card_form_box .form_control .icon_cvc_help{
	position: absolute;
	top: 40%;
	right: 4px;
	width: 20px;
	height:20px;
}
