#escott-token-dialog .send,
#escott-agree-dialog .send {
	margin-top: .5714285em;
}

#escott-token-dialog input.to_confirm_button,
#escott-agree-dialog input.to_confirm_button {
	height: 45px;
	padding: 0 20px;
	border: none;
	background-color: #1e73be;
	color: #fff;
	cursor: pointer;
}

#escott-token-dialog input.back_to_delivery_button,
#escott-agree-dialog input.back_to_delivery_button {
	height: 45px;
	padding: 0 20px;
	border: none;
	cursor: pointer;
}

#escott-token-form .customer_form tr {
	display: block;
	margin-bottom: 1.071428em;
	padding: 0 .5714285em 1.071428em;
	border-bottom: 2px solid #efefef;
}

#escott-token-form .customer_form th {
	display: block;
	width: auto;
	margin-bottom: .357143em;
	padding: 0;
	border: none;
	background: none;
	text-align: left;
}

#escott-token-form .customer_form td {
	display: block;
	color: #666;
	font-size: 1em;
}

.customer_form td .attention {
	margin-top: .357143em;
}

#escott-token-form select {
	margin-right: .5rem;
	padding: 5px 8px;
	border: 1px solid #ddd;
}

.customer_form td input#cardno,
.customer_form td input.card_number,
.customer_form td input#cardname,
.customer_form td input.cc_number {
	width: calc(100% - 8rem);
	max-width: 15rem !important;
	margin-right: .5rem;
	margin-bottom: 4px;
	padding: .4em .7em;
	border: 1px solid #ddd;
	line-height: 28px;
}

.customer_form td input#seccd {
	width: 6rem;
	margin-right: .5rem;
	padding: .4em .7em;
	border: 1px solid #ddd;
	line-height: 28px;
}

#escott-token-form select {
	max-width: 100%;
	padding: .36em 2.14286em .36em .5714285em;
	border: 1px solid #bbb;
	color: #262626;
}

#escott-token-form p.escott_quick_member {
	margin-top: 5px;
	color: #000;
}

@media screen and (min-width: 46.25em) {

	.customer_form.settlement_form {
		margin-bottom: 1.071428em;
	}

	#escott-token-form .customer_form tr {
		display: table-row;
		margin-bottom: 0;
		border: none;
	}

	#escott-token-form .customer_form th {
		display: table-cell;
		width: 30%;
		padding: 12px;
		border: 1px solid #ccc;
		background-color: #f7f7f7;
		vertical-align: middle;
	}

	#escott-token-form .customer_form td {
		display: table-cell;
		padding: 12px;
		border: 1px solid #ccc;
		color: #6e6e6e;
	}
}

/* お使いのテーマによってボタン等の色を変更してください。 Start */
.p-wc-member_submenu .member-edit a {
	background: #1e73be;
	color: #fff !important;
}

.p-wc-member_submenu .member-edit a:hover {
	background-color: #22a0d6;
}

.wc_member .member_page_title {
	color: #1e73be;
}

.wc_member .whitebox .send .top,
.wc_member .whitebox .send .editmember,
.wc_member .whitebox .send .deletemember {
	background: #1e73be;
	color: #fff !important;
}

.wc_member .whitebox .send .top:hover,
.wc_member .whitebox .send .editmember:hover,
.wc_member .whitebox .send .deletemember:hover {
	background-color: #22a0d6;
}

.wc_member .whitebox .customer_form input#search_zipcode {
	margin-right: 1em;
	padding: 0 20px;
	border: none;
	background: #333;
	color: #fff;
	line-height: 35px;
}

.wc_member .whitebox .customer_form input#search_zipcode:hover {
	background-color: #bbb;
}

/* お使いのテーマによってボタン等の色を変更してください。 END */

.p-wc-member_submenu .member-edit a {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	padding: 0 20px;
	overflow: hidden;
	border: none;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

/* 会員認証完了ページ */
.wc_member .member_page_title {
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 88.8888%;
	max-width: 1200px;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 30px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
}

.wc_member .whitebox {
	width: 88.8888%;
	max-width: 1200px;
	margin: auto;
}

.wc_member .whitebox h2 {
	margin: 3rem 0;
	font-size: 1.5em;
}

.wc_member .whitebox p {
	margin-bottom: 1rem;
}

.wc_member .whitebox .send {
	margin-top: 2rem;
	text-align: left;
}

.wc_member .whitebox .send .top,
.wc_member .whitebox .send .editmember,
.wc_member .whitebox .send .deletemember {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	padding: 0 20px;
	overflow: hidden;
	border: none;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.wc_member .whitebox .customer_form {
	margin-bottom: 50px;
}

.wc_member .whitebox .customer_form th,
.wc_member .whitebox .customer_form td {
	padding: 10px 15px;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 2;
	vertical-align: middle;
}

.wc_member .whitebox .customer_form th {
	width: 32%;
	padding: 12px;
	background-color: #f7f7f7;
	font-weight: normal;
}

.wc_member .whitebox .customer_form th em {
	color: #f00;
	font-style: normal;
}

.wc_member .whitebox .customer_form td {
	padding: 12px 20px;
}

.wc_member .whitebox .customer_form input[type="text"],
.wc_member .whitebox .customer_form input[type="email"],
.wc_member .whitebox .customer_form input[type="password"] {
	width: 30%;
	margin-right: 1rem;
	padding: .4em .7em;
	border: 1px solid #ddd;
	line-height: 33px;
}

.wc_member .whitebox .customer_form input#loginmail,
.wc_member .whitebox .customer_form input#mailaddress1,
.wc_member .whitebox .customer_form input#mailaddress2 {
	width: 70%;
}

.wc_member .whitebox .customer_form tr.inp1 input {
	width: 60%;
	margin-right: 0;
	margin-left: .5em;
}

.wc_member .whitebox .customer_form select {
	width: 30%;
	height: 35px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
}

.wc_member .whitebox .customer_form ~ .send {
	text-align: center;
}

/* クレジットカード登録ページ */
#wc_member_update_settlement .member_page_title {
	display: flex;
	position: relative;
	align-items: center;
	width: 88.8888%;
	max-width: 1200px;
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 30px;
	color: #1e73be;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

#wc_member_update_settlement #memberinfo {
	position: relative;
	width: 88.8888%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#wc_member_update_settlement .customer_form {
	margin-bottom: 50px;
}

#wc_member_update_settlement .customer_form th {
	width: 32%;
	padding: 12px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	font-weight: normal;
	line-height: 2;
	vertical-align: middle;
}

#wc_member_update_settlement .customer_form td {
	padding: 12px 20px;
	border: 1px solid #ddd;
	background: #fff;
	font-weight: normal;
	line-height: 2;
	vertical-align: middle;
}

#wc_member_update_settlement .customer_form input {
	width: 30%;
	margin-right: 14px;
	padding: .4em .7em;
	border: 1px solid #ddd;
	font-weight: normal;
	line-height: 33px;
}

#wc_member_update_settlement .customer_form select {
	height: 35px;
	margin-right: 8px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
}

#wc_member_update_settlement .send {
	text-align: center;
}

#escott-agree-dialog .agree_form_send {
	margin-top: 16px;
}

#escott-agree-dialog .agree_form_send input,
#wc_member_update_settlement .send input {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	padding: 0 20px;
	overflow: hidden;
	border: none;
	background: #1e73be;
	color: #fff !important;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#escott-agree-dialog .agree_form_send input:hover,
#wc_member_update_settlement .send input:hover {
	background-color: #22a0d6;
}

#escott-agree-dialog .agree_form_send input.back_to_delivery_button,
#wc_member_update_settlement .send input:not(#card-register),
#escott-token-dialog input.back_to_delivery_button,
#escott-agree-dialog input.back_to_delivery_button {
	background-color: #aaa;
	color: #fff;
}

#escott-agree-dialog .agree_form_send input.back_to_delivery_button:hover,
#wc_member_update_settlement .send input:not(#card-register):hover,
#escott-token-dialog input.back_to_delivery_button:hover,
#escott-agree-dialog input.back_to_delivery_button:hover {
	background-color: #ccc;
}

@media only screen and (max-width: 991px) {

	.wc_member .member_page_title {
		min-height: auto;
		padding: 30px 0 0;
		font-size: 20px;
		line-height: 1.8;
	}

	.wc_member .whitebox h2 {
		margin: 2rem 0;
		font-size: 1.2rem;
	}

	.wc_member .whitebox .send {
		text-align: center;
	}

	.wc_member .whitebox .customer_form {
		margin-top: 28px;
		margin-bottom: 28px;
	}

	.wc_member .whitebox .customer_form th {
		padding: 8px;
	}

	.wc_member .whitebox .customer_form td {
		padding: 8px 12px;
	}

	.p-wc-member_submenu .member-edit a {
		height: 45px;
		line-height: 45px;
	}

	.wc_member .whitebox .customer_form input#loginmail,
	.wc_member .whitebox .customer_form input#mailaddress1,
	.wc_member .whitebox .customer_form input#mailaddress2,
	.wc_member .whitebox .customer_form input[type="text"],
	.wc_member .whitebox .customer_form input[type="email"],
	.wc_member .whitebox .customer_form input[type="password"],
	.wc_member .whitebox .customer_form select {
		line-height: 28px;
	}

	.wc_member .whitebox .customer_form select {
		height: 30px;
	}

	.wc_member .whitebox .customer_form input#search_zipcode {
		line-height: 30px;
	}

	.wc_member .whitebox .send .top,
	.wc_member .whitebox .send .editmember,
	.wc_member .whitebox .send .deletemember {
		height: 45px;
		line-height: 45px;
	}

	/* クレジットカード登録ページ */
	#wc_member_update_settlement .member_page_title {
		min-height: auto;
		margin-bottom: 28px;
		padding: 30px 0 0;
		font-size: 20px;
		line-height: 1.8;
	}

	#wc_member_update_settlement .customer_form th {
		padding: 8px;
	}

	#wc_member_update_settlement .customer_form td {
		padding: 8px 12px;
	}

	#escott-agree-dialog .agree_form_send input,
	#wc_member_update_settlement .send input {
		height: 45px;
	}
}

@media only screen and (max-width: 767px) {

	.wc_member .whitebox .customer_form th {
		width: 35%;
	}

	.wc_member .whitebox .customer_form td {
		padding-bottom: 4px;
	}

	.wc_member .whitebox .customer_form tr.inp1 input {
		width: calc(100% - 1.5em);
	}

	.wc_member .whitebox .customer_form input#loginmail,
	.wc_member .whitebox .customer_form input#mailaddress1,
	.wc_member .whitebox .customer_form input#mailaddress2 {
		width: 100%;
	}

	.wc_member .whitebox .customer_form input[type="text"],
	.wc_member .whitebox .customer_form input[type="email"],
	.wc_member .whitebox .customer_form input[type="password"],
	.wc_member .whitebox .customer_form select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4px;
	}

	.wc_member .whitebox .customer_form ~ .send {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 8px 0;
	}

	.wc_member .whitebox .customer_form ~ .send input {
		display: block;
		margin: 0 auto;
	}

	/* クレジットカード登録ページ */
	#wc_member_update_settlement .customer_form input {
		width: 100%;
		line-height: 28px;
	}

	#wc_member_update_settlement .customer_form select {
		height: 30px;
	}

	#wc_member_update_settlement .send {
		display: flex;
		flex-direction: column;
		width: fit-content;
		margin: 0 auto;
		gap: 8px 0;
	}

	#escott-agree-dialog .agree_form_send input,
	#wc_member_update_settlement .send input {
		display: flex;
		flex-direction: column-reverse;
		width: fit-content;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {

	.wc_member .whitebox .customer_form {
		margin-bottom: 28px;
	}

	.wc_member .whitebox .customer_form th {
		width: 9em;
	}
}

@media only screen and (max-width: 767px) {

	.wc_member .whitebox #memberedit .send {
		display: grid;
	}

	.wc_member .whitebox #memberedit .send .editmember {
		grid-row: 1/2;
	}
}

.customer_form input[type="tel"]#zipcode,
.p-wc-customer_form input[type="tel"]#zipcode {
	margin-right: 1rem;
	padding: .4em .7em;
	border: 1px solid #ddd;
	line-height: 33px;
}
