@charset "utf-8";
/* CSS Document */

body:not( .home ) main {
    padding: 0 20px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=search], input[type=url] {
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    line-height: 40px;
    width: 100%;
    max-width: 544px;
    height: 40px;
    padding: 0 20px;
    border-radius: 2px;
}

input, select, textarea, button {
    color: #333;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
input[type=radio] {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 20px;
    width: 20px;
    transition: all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    margin: 0 12px 0 0;
    outline: none;
    border: 2px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=radio]:before {
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    transition: all ease-out 250ms;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
input[type=radio]:checked:before {
    background: #ff0211;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
input[type=radio]:checked {
   color: #ff0211;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 5px 6px 0;
    height: 17px;
    width: 17px;
    vertical-align: middle;
    transition: all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border-radius: 2px;
    border: 2px solid #ccc;
	-webkit-appearance:checkbox;
}

input[type=checkbox]:checked {
   color: #ff0211;
}

input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    transition-delay: .2s;
}

input[type=checkbox]:before, input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #ff0211;
    transition: all .2s ease-in-out;
}

select {
    background: url(../images/select-arrow.png) no-repeat center right 20px #f2f2f2;
    border: 1px solid #d8d8d8;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    max-width: 256px;
    line-height: 40px;
}
@media only screen and (max-width: 767px) {
	
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=search], input[type=url] {
    line-height: 48px;
    height: 48px;
    width: 90%;
}
select {
    height: 48px;
    line-height: 48px;
}	
}	

/*	a. wc_cart_page.php
/* -------------------------------------------------------------------------- */

#wc_cart .section-content {
	max-width: none;
}
#wc_cart .cart-table .productname {
	width: 35.1%;
}
.cart-page .entry-header h2 {
	margin: 0 22px 0 0;
	padding: 0;
	color: #4c4c4c;
	font-size: 17px;
	line-height: 1.2;
	display: inline-block;
}
.cart-page .entry-header:after {
	background: #ff0211;
	display: block;
	content: " ";
	margin-top: 10px;
	width: 100%;
	height: 2px;
	border-radius: 20px;
}

/* =wc_cart_page.php
-------------------------------------------------------------- */

#wc_cart .currency_code {
	/*padding: .357143em 0;*/
	display: none;
}
#wc_cart .no_cart {
	font-weight: bold;
	padding: 3em 0;
	text-align: center;
}

/* -------------------------------------------------------------------------- */

/*	cart-page
/* -------------------------------------------------------------------------- */

.cart-page .upbutton input {
    background: #000;
    border: none;
    color: #fff;text-align: center;
    line-height: 1;
    margin: 0 0 0 10px;
    width: 104px;
    height: 36px;
    border-radius: 4px;
}


/*---- cart_table ---*/
/* -------- .cart-table -------- */

.cart-table {
	border-top: 1px solid #d8d8d8;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 992px;
}
.cart-table td {
	vertical-align: middle;
	border-bottom: 1px solid #d8d8d8;
	padding: 30px 0;
	line-height: 1.6;
}
.cart-table td.num {
	padding: 20px 0;
	width: 32px;
	min-width: 32px;
	font-family: brandon-grotesque, 'sans-serif';
	font-size: 19px;
	vertical-align: top;
}
.cart-table td.thumbnail {
	padding: 20px 30px 20px 0;
}

/* ---- .thumbnail ---- */
.cart-table .thumbnail {
	padding-right: 30px;
	/*width: 16%;
	min-width: 128px;*/
	vertical-align: top;
}

/* ---- .productname ---- */
.cart-table .productname {
	width: 51.8%;
	vertical-align: middle;
}
.cart-table .productname a {
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 5px;
}
.cart-table .skuname {
	margin-bottom: 5px;
	display: inline-block;
}
.cart-table .skuname .name,
.cart-table .skuname .label {
	color: #666;
}
.cart-table .stock {
	display: none;
}
.cart-table .out-stock {
	color: #cc0000;
}

/* ---- .quantity ---- */
.cart-table .quantity {
	text-align: center;
	width: 20.2%;
	white-space: nowrap;
	position: relative;
}
.cart-table .quant {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding-right: 38px;
	font-weight: 600;
	margin-right: 15px;
}
.cart-table .quant input {
	background: #fff;
	line-height: 52px;
	vertical-align: top;
	margin: 0 0 0 10px;
	padding: 0 5px;
	width: 100%;
	max-width: 56px;
	font-size: 20px;
	height: 52px;
	border-radius: 4px;
	text-align: center;
}
.cart-table .quant input.plus,
.cart-table .quant input.minus {
	background: none;
	position: absolute;
	right: 0;
	border: 1px solid #d8d8d8;
	color: #777;
	
	font-size: 12px;
	padding: 0;
	width: 28px;
	height: 26px;
	line-height: 26px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.cart-table .quant input.plus {
	bottom: 26px;
	border-radius: 4px 4px 0 0;
}
.cart-table .quant input.minus {
	bottom: 1px;
	border-radius: 0 0 4px 4px;
}
.cart-table .cart-add-favorite {
	display: inline-block;
	margin: 0 15px;
}
.cart-table .cart-add-favorite.added + .del-product {
	position: absolute;
	right: 0;
}
.cart-table .cart-add-favorite + .del-product {
	display: inline-block;
}
.cart-table .cart-add-favorite + .del-product input {
	font-family: 'Hiragino Kaku Gothic ProN', Hiragino Sans, helvetica, 'sans-serif';
}
.cart-table .cart-add-favorite a {
	text-decoration: underline;
	color: #666;
	font-size: 13px;
	vertical-align: baseline;
}
.cart-table .del-product {
	display: block;
	text-align: right;
	margin: 0 15px;
}
.cart-table .del-product a {
	text-decoration: underline;
}
.cart-table .del-product input {
	background: none;
	border: none;
	padding: 0;
	color: #666;
	font-size: 13px;
	text-decoration: underline;
	vertical-align: baseline;
}
.cart-table .cart-add-favorite.added + .del-product input {
	margin-left: 23px;
} 

/* ---- .subtotal ---- */
.cart-table .subtotal {
	text-align: right;
	font-size: 18px;
	vertical-align: text-top;
}

/* ---- .action ---- */
.cart-table .action {
	/*display: none;*/
	text-align: center;
}
#wc_cart .cart-table .productname {
	width: 45.1%;
    padding: 0px 15px 0px 0px;
}
/* -------- .total-wrap > table -------- */

.cart-page .total-wrap {
	margin: 0 auto;
	width: 992px;
	max-width: 100%;
}
.cart-page .cart-total {
	margin: 20px 0 0 auto;
	width: 288px;
}
.cart-page .cart-total th,
.cart-page .cart-total td {
	vertical-align: middle;
	line-height: 1.2;
}
.cart-page .cart-total th {
	font-size: 13px;
	text-align: left;
}
.cart-page .cart-total td {
	text-align: right;
	font-size: 20px;
	font-weight: 600;
}

/* -------- .send -------- */

#wc_cart .send {
	position: relative;
	text-align: center;
	margin: 60px auto 0;
	width: 1120px;
	max-width: 100%;
}
#wc_cart .continue_shopping_button {
	background: #fff;
	display: inline-block;
	/*position: absolute;*/
	top: 0;
	left: 0;
	border: 1px solid #d8d8d8;
	line-height: 1;
	text-align: center;
	width: 100%;
	max-width: 175px;
	height: 48px;
	border-radius: 4px;
	cursor: pointer;
}
#wc_cart .to_customerinfo_button {
	background: #000;
	display: inline-block;
	border: none;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	max-width: 256px;
	height: 48px;
	border-radius: 4px;
	cursor: pointer;
}
/* -------- .upbutton -------- */

.cart-page .upbutton {
	text-align: right;
	margin: 0 auto 15px;
	width: 992px;
	max-width: 100%;
}
.cart-page .upbutton br {
	display: none;
}
.cart-page .upbutton input {
	background: #3868aa;
	border: none;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 0 0 0 10px;
	width: 104px;
	height: 36px;
	border-radius: 4px;
	cursor: pointer;
}


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

	/* -------------------------------------------------------------------------- */

	/*	Cart Page
	/* -------------------------------------------------------------------------- */


	/* -------- .cart-table -------- */

	.cart-table .productname {
		width: 31.8%;
	}
	.cart-table .quantity {
		white-space: normal;
		width: 40.2%;
	}
	.cart-table .cart-add-favorite.added + .del-product {
		position: inherit;
		right: inherit;
	}
#wc_cart .send {
    padding-bottom: 78px;
}
	
}	
@media screen and (max-width: 782px) {
	/* -------- .cart-table -------- */
	
	.cart-table {
		margin: 0 0 20px;
	}
	.cart-table tr,
	.cart-table td {
		/*display: block;*/
	}
	.cart-table tr {
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid #d8d8d8;
	}
	.cart-table td {
		border: none;
		padding: 20px 0;
	}
	.cart-table td.num {
		/*float: left;*/
	}
	.cart-table td.thumbnail {
		padding: 20px 20px 20px 0;
	}
	.cart-table .thumbnail {
	padding-right: 30px;
    width: 16%;
    min-width: 128px;
    vertical-align: top;
	}
	.cart-table .productname {
		width: auto;
		min-height: inherit;
		padding: 20px 0 0 100px;
	}
	.cart-table .productname a {
		font-size: 14px;
	}
	.cart-table .quantity {
		text-align: left;
		width: auto;
		white-space: normal;
		/*padding: 10px 0 20px 100px;*/
	}
	.cart-table .quant {
		margin-bottom: 15px;
		padding-left: 0;
	}
	.cart-table .quant input.quantity {
		text-align: center;
	}
	.cart-table .cart-add-favorite {
		margin: 0 30px 0 -110px;
	}
	.cart-table .cart-add-favorite.added {
		display: none;
	}
	.cart-table .cart-add-favorite.added + .del-product,
	.cart-table .del-product {
		margin-right: 80px;
		margin-left: -132px;
	}
	.cart-table .cart-add-favorite + .del-product {
		margin-left: 0;
	}
	.cart-table .del-product {
		display: inline-block;
		text-align: left;
	}
	.cart-table .subtotal {
		/*position: absolute;*/
		right: 0;
		bottom: 0;
		font-size: 15px;
	}
	/* -------- .upbutton -------- */
	
	.cart-page .upbutton input {
		width: auto;
		padding: 0 10px;
	}
	
	/* -------- .cart-total -------- */
	
	.cart-page .cart-total {
		width: 100%;
	}
	.cart-page .cart-total th {
		text-align: left;
	}
	.cart-page .cart-total td {
		font-size: 18px;
	}
	#wc_cart .send {
    position: relative;
    margin: 40px 0 0;
}
	#wc_cart .to_customerinfo_button,
	#wc_cart .send #cart_checkout_box .cart-buttons .pinkButton {
		line-height: 52px;
		width: 100%;
		max-width: 352px;
		height: 52px;
	}
	
	#wc_cart .continue_shopping_button {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
	}
	.cart-page .upbutton {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 0 0 15px;
	}
	.cart-page .upbutton span {
		text-align: left;
		font-size: 12px;
		line-height: 1.6;
	}
	.cart-page .upbutton input {
		font-size: 13px;
	}
	.cart-page .upbutton br {
		display: block;
	}

}



/*---- send ---*/
.cart-page .send {
	padding-top: .714286em;
	text-align: center;
}
.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button {
	color: #fff;
	background-color: #ff8c00;
	cursor: pointer;
}
.send input.to_customerinfo_button:hover,
.send input.to_memberlogin_button:hover,
.send input.to_deliveryinfo_button:hover,
.send input.to_confirm_button:hover,
.send input#purchase_button:hover {
	color: #fff;
	background-color: #000;
}
	/* =cart
	-------------------------------------------------------------- */
	
	/*--- cart_table ---*/
	.cart-page .send {
		padding-top: 1.42857em;
	}



/*==================
flow
===================*/
.action-steps{list-style-position:inside; overflow:hidden;}
.action-steps li{float:left; background-color:#f5f5f5; text-align:center;}

/* step2～6 */
.action-steps.step2 li{width:48%; margin-right:4%;}
.action-steps.step3 li{width:32%; margin-right:2%;}
.action-steps.step4 li{width:24%; margin-right:1.33%;}
.action-steps.step5 li{width:19%; margin-right:1.25%;}
.action-steps.step6 li{width:16%; margin-right:0.8%;}
/* step2～6 end */

.action-steps li.flow-ttl{display:block;}
.action-steps li.active{color:#ffffff; background-color:#000000;}
.action-steps li.last{margin-right:0;}




/*---- header_explanation ---*/
div.header_explanation {
	margin: 1.42857em 0 1.42857em;
}

/*---- footer_explanation ---*/
div.footer_explanation {
	margin-top: 1.42857em;
}



/******************************
フロー
******************************/
.action-steps{
  margin-bottom:20px;
}
.action-steps li{
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  border-left: none;
  margin-right:0;
}
.action-steps li:first-child{
  border-left: 1px solid #e5e5e5;
}
.action-steps li.active {
  background-color: #595959;
}
.action-steps.step3 li{
  width: 33%;
  margin-right: 0;
}
.action-steps.step2 li{
  width: 50%;
  margin-right: 0;
  box-sizing: border-box;
}
.action-steps.step4 li{
  margin-right: 0;
  width: 25%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* フロー */
  .action-steps{font-size:10px; display:table; table-layout: fixed; width:100%;}
  .action-steps li.flow-ttl{display:table-cell;}
  .action-steps li{float:none; display:table-cell; vertical-align:middle; padding:5px 2px; line-height:14px; border-right:solid 1px #fff;}
}

/* =wc_customer_page.php
-------------------------------------------------------------- */
/* -------- .is-member  -------- */

.is-member {
	margin: 0 0 60px;
}
.is-member h2 {
	line-height: 1.2;
	margin-bottom: 40px;
	font-size: 17px;
}
.is-member h2:after {
    background: #0099ff;
    display: block;
    content: " ";
    margin-top: 10px;
    width: 100%;
    height: 2px;
    border-radius: 20px;
}
.is-member .entry-login {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.is-member .entry-login label {
	display: inline-block;
	width: 192px;
	font-weight: 600;
}
.is-member .loginbtn {
/*
	display: flex;
*/
	flex-wrap: wrap;
	margin: 0 0 0 192px;
}
.is-member .submit {
	margin: 0 30px 0 0;
	width: 100%;
	max-width: 352px;
}
.is-member .to_memberlogin_button {
	background: #000;
	display: block;
	border: none;
	line-height: 48px;
	color: #fff;
	width: 100%;
	height: 48px;
	border-radius: 4px;
	cursor: pointer;
}
.is-member #nav {
	margin: 10px 0 0 0;
}
.is-member #nav a {
/*
	text-decoration: underline;
*/
	border-bottom: 1px solid #333;
}
.is-member #nav a:hover {
	border-bottom: none;
}
.is-member .loginbtn .renewal-text {
	color: #c00;
	border-bottom: 1px solid #c00;
}
.is-member .loginbtn #nav a:hover .renewal-text {
	color: rgba(204,0,0,.7);
	border-bottom: none;
}

/* -------- .not-member  -------- */

.not-member .entry-header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.not-member .entry-header .note {
	color: #cc0000;
	display: inline-block;
	line-height: 1.2;
}
.not-member .entry-header .note span {
	font-size: 9px;
	vertical-align: top;
	margin-right: 5px;
	font-weight: bold;
}
.not-member .send {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
	position: relative;
	text-align: center;
	margin: 60px 0 0 0;
	padding: 0;
	width: auto;
}
.not-member .send > span {
	margin: 0 15px;
	max-width: 256px;
}
.not-member .send span span {
	display: block;
	text-align: left;
	font-size: 13px;
	letter-spacing: -.2px;
	margin-right: -2.1rem;
}
.not-member .send span a {
	text-decoration: underline;
}

.not-member .send input {
	line-height: 48px;
	height: 48px;
}
.not-member .send input.back_cart_button {
	line-height: 1;
}
.not-member .send input.to_deliveryinfo_button {
	line-height: 44px;
}
.not-member .send .back_cart_button {
	background: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d8d8d8;
	margin: 0 0 0 -96px;
	text-align: center;
	width: 105px;
	border-radius: 4px;
	cursor: pointer;
}
.not-member .send .to_reganddeliveryinfo_button,
.not-member .send .to_deliveryinfo_button {
	width: 100%;
	max-width: 256px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
}
.not-member .send .to_reganddeliveryinfo_button {
	background: #000;
	margin: 0 0 15px;
	border: none;
	color: #fff;
}
.not-member .send .to_deliveryinfo_button {
	background: none;
	border: 2px solid #000;
	margin: 0 15px;
	color: #000;
}
/* -------- .customer_form -------- */

.customer_form {
	width: 100%;
}
.customer_form th,
.customer_form td {
	vertical-align: middle;
	padding: 20px 0px 20px 0;
	line-height: 1.5;
}
.customer_form th {
	/*white-space: nowrap;*/
	text-align: left;
	font-weight: 600;
	width: 192px;
}
.customer_form th em {
	margin: 0 0 0 6px;
	color: #cc0000;
	font-size: 9px;
	vertical-align: top;
}
.customer_form td {
	width: calc(100% - 192px);
}
.customer_form input[type="text"] {
	max-width: 544px;
}
.customer_form .inp1 td {
	display: inline-block;
	padding-right: 30px;
	width: 50%;
	max-width: 285px;
}
.customer_form .inp1 td span {
	display: inline-block;
	width: 32px;
	font-weight: 600;
}
.customer_form input#name1,
.customer_form input#name2,
.customer_form input#name3,
.customer_form input#name4 {
	margin: 0 0 0 15px;
	max-width: 208px;
}
.customer_form input#zipcode {
	background: #fff;
	max-width: 160px;
}
.customer_form input#search_zipcode {
	background: #f2f2f2;
	display: inline-block;
	margin: 0 8px 0 20px;
	padding: 0 21px;
	font-size: 13px;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d8d8d8;
	border-radius: 50px;
}
.customer_form #fax_row th,
.customer_form .customkey_about-site th {
	padding: 20px 0px 40px 0;
}
.customer_form #fax_row td,
.customer_form .customkey_about-site td {
	padding: 20px 0px 10px 0;
}
.customer_form #fax_row td:after,
.customer_form .customkey_about-site td:after {
	content: '';
	display: block;
	max-width: 672px;
	margin: 30px 0 0 -160px;
	border-top: 1px solid #d8d8d8;
}


@media screen and (max-width: 1180px) {
	
	.not-member .send {
		margin: 60px 0 0;
		padding: 0;
		width: auto;
	}
	
}
@media screen and (max-width: 1000px) {
	.not-member .send {
		padding-bottom: 78px;
	}
	.not-member .send .back_cart_button {
		margin: 0;
		top: auto;
		bottom: 0;
	}
	/* -------- .customer_form -------- */
	
	.customer_form input#name1,
	.customer_form input#name2,
	.customer_form input#name3,
	.customer_form input#name4 {
		width: calc( 100% - 47px );
	}
	.customer_form tr.user-birthday td span {
		width: calc( 33.333% - 20px );
	}
	.customer_form tr.user-birthday td input {
		width: calc( 100% - 30px );
	}

	.customer_form tr.user-birthday td {
		display: flex;
		width: 100%;
		max-width: 375px;
	}
	.customer_form tr.user-birthday td span.born-year span,
	.customer_form tr.user-birthday td span.born-month span,
	.customer_form tr.user-birthday td span.born-day span {
		line-height: 40px;
	}
	.customer_form tr.user-birthday td span.born-year,
	.customer_form tr.user-birthday td span.born-month,
	.customer_form tr.user-birthday td span.born-day {
		display: flex;
		justify-content: space-around;
	}
	.customer_form tr.user-birthday td span.born-year {
		margin-right: 5.974%;
		width: 100%;
		max-width: 41.795%;
	}
	.customer_form tr.user-birthday td span.born-year select {
		margin-right: 7.15%;
		padding: 0 15px;
		width: 100%;
		max-width: 84.29%;
	}
	.customer_form tr.user-birthday td span.born-month {
		margin-right: 5.974%;
		max-width: 22.989%;
		width: 100%;
	}
	.customer_form tr.user-birthday td span.born-day {
		max-width: 22.989%;
		width: 100%;
	}
	.customer_form tr.user-birthday td span.born-month select,
	.customer_form tr.user-birthday td span.born-day select {
		margin-right: 10px;
		padding: 0 15px;
		width: 100%;
		max-width: 53px;
	}
	
}	

@media screen and (max-width: 782px) {
	
	/* -------- .is_member -------- */
	
	.is-member .entry-login {
		display: block;
		margin: 0 0 25px;
	}
	.is-member .entry-login label {
		margin: 0 0 15px;
		font-size: 13px;
		line-height: 1.2;
	}
	.is-member .loginbtn {
		margin: 40px 0 0;
	}
	.is-member .submit {
		margin: 0;
	}
	.is-member #nav {
		font-size: 13px;
		width: 100%;
	}

	.is-member .to_memberlogin_button {
		line-height: 52px;
		width: 100%;
		max-width: 352px;
		height: 52px;
	}
	
	/* -------- .not_member -------- */
	
	.not-member .send .to_reganddeliveryinfo_button,
	.not-member .send .to_deliveryinfo_button {
		line-height: 52px;
		width: 100%;
		max-width: 352px;
		height: 52px;
	}
	.not-member .send .to_deliveryinfo_button {
		margin: 0 0 20px 0;
	}
	.not-member .send .to_reganddeliveryinfo_button {
		margin: 0 0 10px;
	}
	.not-member .send div {
		max-width: 352px;
	}
	.not-member .send div span {
		width: auto;
		margin: 0;
	}
	.not-member .send > span {
		max-width: 352px;
		margin: 0 auto 15px;
	}
	.not-member .send span span {
		margin-right: 0;
	}
	.customer_form {
		font-size: 13px;
	}
	
	.customer_form #fax_row th,
	.customer_form .customkey_about-site th {
		padding: 0;
	}
	.customer_form .customkey_about-site th br {
		display: none;
	}
	.customer_form #fax_row td,
	.customer_form .customkey_about-site td {
		padding-top: 0;
	}

		/* -------- .customer_form -------- */
	
	.customer_form tr,
	.customer_form th,
	.customer_form td {
		display: block;
		width: 100%;
	}
	.customer_form tr {
		margin: 0 0 25px;
	}
	.customer_form tr:last-child {
		margin: 0;
	}
	.customer_form th {
		margin-bottom: 12px;
		padding: 0;
	}
	.customer_form td {
		padding: 0;
	}

.customer_form input[type="text"] {
    width: 85%;
}	
	
	}
/*	c. wc_delivery_page.php
/* -------------------------------------------------------------------------- */

#wc_delivery .header_explanation {
	margin-bottom: 30px;
	font-size: 15px;
}

#delivery_flag,
#delivery_table {
	margin: 0 0 60px;
}

#delivery_flag caption,
#delivery_table caption,
#time caption {
	margin: 0 0 25px;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
}
#delivery_flag caption {
	margin: 0 0 30px;
}
#delivery_table caption,
#time caption {
	margin: 0 0 15px;
}

#notes_table th,
#time th {
	min-width: 190px;
	vertical-align: top;
}

/* -------- #delivery_flag  -------- */

#delivery_flag td {
	padding: 0;
}
#delivery_flag label {
	background: #fafafa;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 12px 15px;
	width: 100%;
	max-width: 256px;
	border-radius: 4px;
	transition: all .15s ease-out 0s;
}
#delivery_flag label.selected {
	background: #f5f7fb;
	color: #ff0211;
	cursor: pointer;
	font-weight: 600;
}
#delivery_flag input {
	vertical-align: middle;
}

/* -------- #delivery_table  -------- */
/* -------- #time -------- */

#time {
	margin: 0 0 30px;
	border-bottom: 1px dashed #d8d8d8;
}
#time th,
#time td {
	padding: 15px 20px 15px 0;
}
#time tr.delivery-time th,
#time tr.delivery-time td {
	padding-bottom: 30px;
}
#time tr.delivery-time td p {
	margin-top: 20px;
	line-height: 180%;
}
#time tr.caption th {
	font-size: 17px;
	font-weight: 600;
	border-top: 1px dashed #d8d8d8;
	padding-top: 30px;	
}
/*
#time tr.pay-method th,
#time tr.pay-method td {
	border-top: 1px dashed #d8d8d8;
	padding-top: 30px;
}
*/
#time tr:last-child td {
	padding-bottom: 30px;
}
#time dt {
	margin: 30px 0 0;
}
#time dt:first-child {
	margin: 0;
}
#time dt label {
	background: #fafafa;
	display: block;
	padding: 12px 15px;
	width: 100%;
	max-width: 256px;
	border-radius: 4px;
	line-height: 1.2;
	cursor: pointer;
}
#time dt label.selected {
	background: #f5f7fb;
}
#time dd {
	margin: 20px 0 0 45px;
}
/* -------- #notes_table -------- */

#notes_table th,
#notes_table td {
	padding-top: 0;
	padding-bottom: 0;
}
#notes_table textarea {
	background: #fafafa;
	border: 1px solid #d8d8d8;
	width: 100%;
	height: 136px;
	border-radius: 2px;
}
/* -------- .send -------- */

#wc_delivery .send {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
	position: relative;
	text-align: center;
	margin: 60px 0 0 -96px;
	padding: 0 120px;
	width: 960px;
}
#wc_delivery .send input,
#wc_confirm .back_to_delivery_button {
	line-height: 1;
	height: 48px;
}
#wc_delivery .send .back_to_customer_button,
#wc_confirm .back_to_delivery_button {
	background: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d8d8d8;
	margin: 0;
	text-align: center;
	width: 250px;
	border-radius: 4px;
	cursor: pointer;
}
#wc_delivery .send .to_confirm_button {
	background: #000;
	border: none;
	margin: 0 0 15px;
	width: 100%;
	max-width: 256px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
}


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

/* -------- .not_member -------- */
	
	#wc_delivery .send {
		padding-bottom: 78px;
	}
	#wc_delivery .send .back_to_customer_button {
		top: auto;
		bottom: 0;
	}
#wc_delivery .send .back_to_customer_button, #wc_confirm .back_to_delivery_button {
	left: auto;}

}

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


	/*	c. wc_ddlivery_page.php
	/* -------------------------------------------------------------------------- */

	#delivery_flag label {
		display: block;
		margin: 0;
	}
	#delivery_flag label:first-child {
		margin: 0 0 15px;
	}
#wc_delivery .send .back_to_customer_button, #wc_confirm .back_to_delivery_button {
	left: auto;}

}
@media screen and (max-width: 600px) {
	
	/*	c. wc_delivery_page.php
	/* -------------------------------------------------------------------------- */

	#delivery_flag caption,
	#delivery_table caption,
	#time caption {
		font-size: 16px;
	}
	#delivery_flag caption {
		margin: 0 0 24px;
	}
	#delivery_flag,
	#delivery_table {
		margin: 0 0 55px;
	}
	
	/* -------- .send -------- */
	
	#wc_delivery .send {
		margin: 0px auto;
		padding: 60px 0px;
	}
	#wc_delivery .send .to_confirm_button {
		max-width: inherit;
	}
	
	/* -------- .header_explanation -------- */
	
	#wc_delivery .header_explanation {
		margin-bottom: 0;
		font-size: 14px;
	}
	
	#notes_table textarea {
		height: 221px;
		display: block;
	}
	
	
	
}

/* -------- .cart-table -------- */

.cart-table {
	border-top: 1px solid #d8d8d8;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 992px;
}
.cart-table td {
	vertical-align: middle;
	border-bottom: 1px solid #d8d8d8;
	padding: 30px 0;
	line-height: 1.6;
}
.cart-table td.num {
	padding: 20px 0;
	width: 32px;
	min-width: 32px;
	font-family: brandon-grotesque, 'sans-serif';
	font-size: 19px;
	vertical-align: top;
}
.cart-table td.thumbnail {
	padding: 20px 0px 20px 0;
}

/* ---- .thumbnail ---- */
.cart-table .thumbnail {
	padding-right: 30px;
	/*width: 16%;
	min-width: 128px;*/
	vertical-align: top;
}

/* ---- .productname ---- */
.cart-table .productname {
	width: 51.8%;
	vertical-align: middle;
}
.cart-table .productname a {
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 5px;
}
.cart-table .skuname {
	margin-bottom: 5px;
	display: inline-block;
}
.cart-table .skuname .name,
.cart-table .skuname .label {
	color: #666;
}
.cart-table .out-stock {
	color: #cc0000;
}

/* ---- .quantity ---- */
.cart-table .quantity {
	text-align: center;
	width: 27.2%;
	white-space: nowrap;
	position: relative;
}
.cart-table .quant {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding-right: 38px;
	font-weight: 600;
	margin-right: 15px;
}
.cart-table .quant input {
	background: #fff;
	line-height: 52px;
	vertical-align: top;
	margin: 0 0 0 10px;
	padding: 0 5px;
	width: 100%;
	max-width: 56px;
	font-size: 20px;
	height: 52px;
	border-radius: 4px;
	text-align: center;
}
.cart-table .quant input.plus,
.cart-table .quant input.minus {
	background: none;
	position: absolute;
	right: 0;
	border: 1px solid #d8d8d8;
	color: #777;
	
	font-size: 12px;
	padding: 0;
	width: 28px;
	height: 26px;
	line-height: 26px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.cart-table .quant input.plus {
	bottom: 26px;
	border-radius: 4px 4px 0 0;
}
.cart-table .quant input.minus {
	bottom: 1px;
	border-radius: 0 0 4px 4px;
}
.cart-table .cart-add-favorite {
	display: inline-block;
	margin: 0 15px;
}
.cart-table .cart-add-favorite.added + .del-product {
	position: absolute;
	right: 0;
}
.cart-table .cart-add-favorite + .del-product {
	display: inline-block;
}
.cart-table .cart-add-favorite + .del-product input {
	font-family: 'Hiragino Kaku Gothic ProN', Hiragino Sans, helvetica, 'sans-serif';
}
.cart-table .cart-add-favorite a {
	text-decoration: underline;
	color: #666;
	font-size: 13px;
	vertical-align: baseline;
}
.cart-table .del-product {
	display: block;
	text-align: right;
	margin: 0 15px;
}
.cart-table .del-product a {
	text-decoration: underline;
}
.cart-table .del-product input {
	background: none;
	border: none;
	padding: 0;
	color: #666;
	font-size: 13px;
	text-decoration: underline;
	vertical-align: baseline;
}
.cart-table .cart-add-favorite.added + .del-product input {
	margin-left: 23px;
} 

/* ---- .subtotal ---- */
.cart-table .subtotal {
	text-align: right;
	font-size: 18px;
	vertical-align: middle;
}

/* ---- .action ---- */
.cart-table .action {
	/*display: none;*/
	text-align: center;
}


/* -------- .cart-table -------- */

#wc_confirm #cart {
	margin-bottom: 40px;
}
#wc_confirm .cart-table {
	margin-bottom: 40px;
	border: none;
}
#wc_confirm .cart-table th {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 10px 10px;
	white-space: nowrap;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 1.2;
}
#wc_confirm .cart-table th:not(:nth-child(1)) {
	letter-spacing: 0.35rem;
}
#wc_confirm .cart-table td {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.6;
}
#wc_confirm .cart-table th.productname {
	text-align: left;
}
#wc_confirm .cart-table th.subtotal {
	text-align: right;
	padding-right: 0;
}
#wc_confirm .cart-table .thumbnail {
	/*width: 12.8%;
	min-width: 110px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
#wc_confirm .cart-table .quantity {
	width: 4rem;
}
#wc_confirm .cart-table .productname a {
	text-decoration: none;
	pointer-events: none;
}
#wc_confirm .cart-table .unitprice,
#wc_confirm .cart-table .quantity,
#wc_confirm .cart-table .subtotal {
	font-size: 15px;
}
#wc_confirm .cart-table .unitprice,
#wc_confirm .cart-table .quantity {
	vertical-align: top;
}
.cart-table .unitprice{
	display:none;
}
#wc_confirm .cart-table th.price {
	display: none;
	text-align: right;
	padding-right: 50px;
}
#wc_confirm .cart-table td.unitprice {
	text-align: right;
	padding-right: calc(50px + 0.35em);
	padding-left: 10px;
}
#wc_confirm .cart-table .quantity {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#wc_confirm .cart-table .subtotal {
	padding-left: 50px;
}

/* -------- .cart-total -------- */

#wc_confirm .cart-total {
	margin-right: 0;
	width: 360px;
}
#wc_confirm .cart-total th,
#wc_confirm .cart-total td {
	padding: 10px 0;
	font-weight: 400;
	line-height: 1.3;
}
#wc_confirm .cart-total th {
	text-align: left;
}
#wc_confirm .cart-total td {
	font-size: 15px;
}
#wc_confirm .cart-total tr:first-child th,
#wc_confirm .cart-total tr:first-child td,
#wc_confirm .cart-total tr:last-child th,
#wc_confirm .cart-total tr:last-child td {
	font-weight: 600;
}
#wc_confirm .cart-total tr:first-child th,
#wc_confirm .cart-total tr:first-child td {
	padding-top: 0;
}
#wc_confirm .cart-total tr:nth-last-child(2) th,
#wc_confirm .cart-total tr:nth-last-child(2) td {
	padding-bottom: 20px;
}
#wc_confirm .cart-total tr:last-child th,
#wc_confirm .cart-total tr:last-child td {
	padding: 20px 0 0;
	border-top: 1px solid #d8d8d8;
}
#wc_confirm .cart-total tr:last-child th {
	font-size: 17px;
}
#wc_confirm .cart-total tr:last-child td {
	font-size: 18px;
}
/* -------- .total-wrap > table -------- */

.cart-page .total-wrap {
	margin: 0 auto;
	width: 992px;
	max-width: 100%;
}
.cart-page .cart-total {
	margin: 20px 0 0 auto;
	width: 288px;
}
.cart-page .cart-total th,
.cart-page .cart-total td {
	vertical-align: middle;
	line-height: 1.2;
}
.cart-page .cart-total th {
	font-size: 13px;
	text-align: left;
}
.cart-page .cart-total td {
	text-align: right;
	font-size: 20px;
	font-weight: 600;
}

/* -------- .confirm_table -------- */
#wc_confirm .confirm_table_wrap {
	width: 100%;
	max-width: 864px;
	margin: 0 auto;
}
#wc_confirm .confiem_notice {
	background: #fff8e1;
	margin: 0 0 20px;
	padding: 24px;
	color: #ef6c00;
	line-height: 1.2;
}
#wc_confirm .confiem_notice span{
	
	font-weight: normal;
	
}
#wc_confirm .confirm_table {
	width: 100%;
}
#wc_confirm .confirm_table th,
#wc_confirm .confirm_table td {
	padding: 0 0 20px;
	text-align: left;
	line-height: 1.2;
}
#wc_confirm .confirm_table tr.ttl td {
	position: relative;
	padding: 20px 0 30px;
	line-height: 1.2;
	overflow: hidden;
	font-weight: 600;
}
#wc_confirm .confirm_table tr.ttl td span {
	position: relative;
	display: inline-block;
	margin: 0 8px 0 0;
	text-align: left;
}
#wc_confirm .confirm_table tr.ttl td:after {
	/*position: absolute;
	top: calc(50% - 7px);
	content: '';
	width: 100vw;
	height: 0;
	border-bottom: 1px solid #d8d8d8;*/
}
#wc_confirm .confirm_table th {
	font-weight: normal;
	width: 190px;
}
/* -------- .send -------- */

#wc_confirm .send {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
	position: relative;
	text-align: center;
	margin: 60px auto 0;
	padding: 0 120px;
	width: 100%;
	max-width: 1120px;
}
#wc_confirm .send input {
	line-height: 1;
	height: 48px;
}
#wc_confirm .send .checkout_button {
	background: #000;
	border: none;
	margin: 0 0 15px;
	width: 100%;
	max-width: 256px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
}
#wc_confirm .back_to_delivery_button,
#wc_confirm .send .back_to_delivery_button {
	background: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d8d8d8;
	margin: 0;
	text-align: center;
	width: 240px;
	border-radius: 4px;
	text-indent: -5px;
}


@media screen and (max-width: 782px) {
	/* -------- .send -------- */

	#wc_confirm .send .checkout_button {
		margin: 0;
		line-height: 52px;
		width: 100%;
		max-width: 352px;
		height: 52px;
	}

}


@media screen and (max-width: 900px) {
	
	/*	c. wc_confirm_page.php
	/* -------------------------------------------------------------------------- */
	
	#wc_confirm #cart {
		margin-bottom: 20px;
	}
	#wc_confirm .cart-table {
		border-top: 1px solid #d8d8d8;
		margin: 0 0 25px;
	}
	#wc_confirm .cart-table thead {
		display: none;
	}
	#wc_confirm .cart-table tbody tr {
		min-height: 130px;
	}
	#wc_confirm .cart-table .thumbnail {
		position: absolute;
		left: 0;
		/*min-width: 100px;*/
	}
	#wc_confirm .cart-table td.productname {
		width: 100%;
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 8px;
	}
	#wc_confirm .cart-table td.unitprice,
	#wc_confirm .cart-table td.quantity,
	#wc_confirm .cart-table td.subtotal {
		float: left;
		display: block;
		font-size: 14px;
		width: calc( 33.333% - 37px );
		padding: 0 0 20px;
	}
	#wc_confirm .cart-table td.quantity {
		text-align: center;
	}
	#wc_confirm .cart-table td.subtotal {
		position: static;
	}
	#wc_confirm .cart-table td.unitprice {
		margin-left: 100px;
		text-align: left;
	}
	#wc_confirm .cart-table td.quantity:before {
		display: inline-block;
		margin: 0 6px 0 0;
		content: "数量：";
		color: #666;
		font-size: 12px;
	}
	#wc_confirm .cart-total tr:nth-last-child(2) td {
		padding-bottom: 25px;
	}
	
	#wc_confirm .cart-total {
		width: 100%;
	}
	#wc_confirm .cart-total th,
	#wc_confirm .cart-total td {
		padding: 7px 0;
	}
	
	#wc_confirm .footer_explanation {
		font-size: 13px;
		margin: 20px auto 0;
	}
	#wc_confirm .footer_explanation .box1 b,
	#wc_confirm .footer_explanation .box2 span {
		font-size: 14px;
	}
	#wc_confirm .confirm_table tr.ttl td {
		padding: 15px 0 30px;
	}
	#wc_confirm .confirm_table tr.ttl td:after {
		top: calc(50% - 10px);
	}
	

	/*	d. wc_completion.php
	/* -------------------------------------------------------------------------- */

	#wc_ordercompletion h2 {
		margin: 25px 0;
	}
	#wc_ordercompletion .order-info {
		margin: 0 0 25px;
	}
	#wc_ordercompletion .item-info > table {
		border-top: 1px solid #d8d8d8;
		margin: 0 0 20px;
	}
	#wc_ordercompletion .item-info > table tr,
	#wc_ordercompletion .item-info > table td {
		display: block;
	}
	#wc_ordercompletion .item-info > table tr:first-child {
		display: none;
	}
	#wc_ordercompletion .item-info > table tr {
		overflow: hidden;
		position: relative;
		min-height: 130px;
	}
	#wc_ordercompletion .item-info > table th {
		display: none;
	}
	#wc_ordercompletion .item-info > table td.thumbnail {
		float: left;
		width: 13%;
		min-width: 110px;
	}
	#wc_ordercompletion .item-info > table td.productname {
		min-height: auto;
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 8px;
		padding-left: 100px;
	}
	#wc_ordercompletion .item-info > table td.productname a {
		margin: 0 0 5px;
	}
	#wc_ordercompletion .item-info > table td.unitprice,
	#wc_ordercompletion .item-info > table td.quantity,
	#wc_ordercompletion .item-info > table td.subtotal {
		float: left;
		display: block;
		text-align: left;
		font-size: 14px;
		width: calc( 33.333% - 37px );
		padding: 0 0 20px;
	}
	#wc_ordercompletion .item-info > table td.thumbnail {
		position: absolute;
		left: 0;
		padding: 20px 20px 20px 0;
		min-width: 100px;
	}
	#wc_ordercompletion .item-info > table td.unitprice {
		margin-left: 100px;
	}
	#wc_ordercompletion .item-info > table td.quantity {
		text-align: center;
	}
	#wc_ordercompletion .item-info > table td.quantity:before {
		display: inline-block;
		margin: 0 6px 0 0;
		content: "数量：";
		font-size: 12px;
	}
	#wc_ordercompletion .item-info > table td.subtotal {
		text-align: right;
		position: static;
	}
	#wc_ordercompletion .item-info .cart-total {
		margin-top: 20px;
		width: 100%;
	}
	#wc_ordercompletion .item-info .cart-total th,
	#wc_ordercompletion .item-info .cart-total td {
		padding: 7px 0 10px;
	}
	#wc_ordercompletion .cart-total tr:nth-last-child(2) th,
	#wc_ordercompletion .cart-total tr:nth-last-child(2) td {
		padding: 7px 0 20px;
	}
	#wc_ordercompletion .cart-total tr:last-child th {
		font-size: 15px;
	}
	#wc_ordercompletion .cart-total tr:last-child td {
		font-size: 16px;
	}
	#wc_ordercompletion .user-info {
		margin-top: 35px;
		padding: 0;
	}
	/* -------- .cart-total -------- */
	
	.cart-page .cart-total {
		width: 100%;
	}
	.cart-page .cart-total th {
		text-align: left;
	}
	.cart-page .cart-total td {
		font-size: 18px;
	}
	

	/* -------- .send -------- */
	
	#wc_confirm .send {
		position: relative;
		margin: 20px 0 0;
		padding: 0 0 78px;
	}
	#wc_confirm .back_to_delivery_button,
	#wc_confirm .send .back_to_delivery_button {
		top: auto;
		bottom: 0;
	}
	#wc_confirm .send .checkout_button {
		max-width: inherit;
	}
.cart-table td.num {
 	display: none;
	}
	/* -------- .cart-table -------- */
	
	.cart-table {
		margin: 0 0 20px;
	}
	.cart-table tr,
	.cart-table td {
		display: block;
	}
	.cart-table tr {
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid #d8d8d8;
	}
	.cart-table td {
		border: none;
		padding: 20px 0;
	}
	.cart-table td.num {
		float: left;
	}
	.cart-table td.thumbnail {
		padding: 20px 20px 20px 0;
	}
	.cart-table .thumbnail {
		float: left;
		max-width: 100px;
		min-width: auto;
		width: 100%;
	}
	.cart-table .productname {
		width: auto!important;
		min-height: inherit;
		padding: 20px 0 0 100px;
	}
	.cart-table .productname a {
		font-size: 14px;
	}
	.cart-table .quantity {
		text-align: center;
    	width: 50%;
    	white-space: normal;
		display: inline-block;
		/*padding: 10px 0 20px 100px;*/
	}
	.cart-table .quant {
		margin-bottom: 15px;
		padding-left: 0;
	}
	.cart-table .quant input.quantity {
		text-align: center;
	}
	.cart-table .cart-add-favorite {
		margin: 0 30px 0 -110px;
	}
	.cart-table .cart-add-favorite.added {
		display: none;
	}
	.cart-table .cart-add-favorite.added + .del-product,
	.cart-table .del-product {
		margin-right: 80px;
		margin-left: -132px;
	}
	.cart-table .cart-add-favorite + .del-product {
		margin-left: 0;
	}
	.cart-table .del-product {
		display: inline-block;
		text-align: left;
	}
	.cart-table .subtotal {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 15px;
	}
	
}

/*	Member Page
/* -------------------------------------------------------------------------- */

.member-page .section-content {
	display: block;
	max-width: 864px;
	margin: 0 auto;
}

.member-page h2 {
	margin: 0 0 40px;
	padding: 0;
	color: #4c4c4c;
	font-size: 17px;
	line-height: 1.2;
}
.member-page h2:after {
	background: #ff0211;
	display: block;
	content: " ";
	margin-top: 10px;
	width: 100%;
	height: 2px;
	border-radius: 20px;
}
.member-page .entry-header h2 {
	display: inline;
	margin: 0 calc(22px - 0.4em) 0 0;
}
.member-page .entry-header:after {
	background: #ff0211;
	display: block;
	content: " ";
	margin-top: 10px;
	width: 100%;
	height: 2px;
	border-radius: 20px;
}

.member-page .error_message {
	margin: 0 0 20px;
	color: #cc0000;
}
#wc_newcompletion .member-page h2,
#wc_newcompletion .section-content h2 {
	display: block;
}


/* -------- header_explanation -------- */

.member-page .header_explanation {
	margin-bottom: 50px;
	font-size: 15px;
}
/* -------- error_message -------- */

.member-page .error_message {
	margin: 0 0 20px;
	color: #cc0000;
}

/*	a. wc_login_page.php
/* -------------------------------------------------------------------------- */

.loginbox {
	margin-bottom: 60px;
}
.loginbox p {
	margin-bottom: 40px;
}
.loginbox .entry-login {
	margin-bottom: 30px;
}
.loginbox .entry-login label {
	display: inline-block;
	width: 190px;
	font-weight: 600;
}
.loginbox .loginbtn {
/*
	display: flex;
*/
	flex-wrap: wrap;
	margin: 0 0 0 190px;
}
.loginbox .submit {
	margin: 0 30px 0 0;
	width: 100%;
	max-width: 352px;
}
.loginbox .member_login_button {
	background: #000;
	display: block;
	border: none;
	line-height: 48px;
	color: #fff;
	width: 100%;
	height: 48px;
	border-radius: 4px;
	cursor: pointer;
}
.loginbox #nav {
	margin: 10px 0 0 0;
}
.loginbox #nav a {
/*
	text-decoration: underline;
*/
	border-bottom: 1px solid #333;
}
.loginbox #nav a:hover {
	border-bottom: none;
}
.loginbox #nav .renewal-text {
	color: #c00;
	border-bottom: 1px solid #c00;
}
.loginbox #nav a:hover .renewal-text {
	color: rgba(204,0,0,.7);
	border-bottom: none;
}
.loginbox .forgetmenot {
	margin: 15px 0 0;
	width: 100%;
}
.entry-newmember p {
	margin-bottom: 40px;
}
.entry-newmember #nav {
	margin: 0 auto;
	width: 100%;
	max-width: 352px;
}
.entry-newmember a {
	background: #000;
	display: block;
	text-align: center;
	border: none;
	line-height: 48px;
	color: #fff;
	width: 100%;
	height: 48px;
	border-radius: 4px;
}
.entry-newmember a:hover {
	color: #fff;
}

#wc_newmemberform .desc-message {
	margin: 0 0 20px;
}
#wc_newmemberform .send {
	margin-top: 40px;
	text-align: center;
}
#wc_newmemberform .send input {
	background: #000;
	display: inline-block;
	border: none;
	color: #fff;
	width: 100%;
	max-width: 256px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	cursor: pointer;
}
#wc_newmemberform .send p {
	margin-top: 20px;
	font-size: 13px;
}
#wc_newmemberform .send a {
	text-decoration: underline;
}
/*	c. wc_lostpassword_page.php
/* -------------------------------------------------------------------------- */

#wc_lostmemberpassword .entry-form {
	display: flex;
}
#wc_lostmemberpassword label {
	display: inline-block;
	width: 190px;
}
#wc_lostmemberpassword .submit {
	margin: 30px auto 0;
	max-width: 352px;
}
#wc_lostmemberpassword #member_login {
	background: #ff0211;
	display: block;
	border: none;
	line-height: 48px;
	color: #fff;
	width: 100%;
	height: 48px;
	border-radius: 4px;
}
	

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

	/* -------------------------------------------------------------------------- */

	/*	Member Page
	/* -------------------------------------------------------------------------- */

	.member-page .header_explanation {
		margin: 0 0 40px;
		font-size: 14px;
	}
	.member-page h2 {
		margin: 0 0 30px;
		font-size: 16px;
	}
	#wc_newmemberform .entry-header {
		margin-bottom: 30px;
	}
	
	
	
	/*	a. wc_login_page.php
	/* -------------------------------------------------------------------------- */
	
	.loginbox .entry-login {
		margin: 0 0 25px;
	}
	.loginbox .entry-login label {
		margin: 0 0 15px;
		line-height: 1.2;
	}
	.loginbox .loginbtn {
		margin: 40px 0 0;
	}
	.loginbox .submit {
		margin: 0;
	}
	.loginbox #nav {
		width: 100%;
		font-size: 13px;
	}
	.loginbox .member_login_button,
	.entry-newmember a {
		height: 52px;
		line-height: 52px;
	}
	
	.entry-newmember #nav {
		margin: 40px auto 0;
	}
	#wc_newmemberform .send input {
		height: 52px;
		line-height: 52px;
	}
	/*	c. wc_lostpassword_page.php
	/* -------------------------------------------------------------------------- */
	
	#wc_lostmemberpassword .entry-form {
		display: block;
	}
	#wc_lostmemberpassword label {
		margin: 0 0 15px;
	}
	#wc_lostmemberpassword #member_login {
		height: 52px;
		line-height: 52px;
	}
	
}	

@media screen and (max-width: 600px) {
	#wc_newmemberform .send {
		margin-top: 40px;
	}

}	

