table{
  border-bottom: 1px solid #cccccc;
}
table tr{
  
}
table tr th {
   box-sizing: border-box;
    width: 200px;
    padding: 25px 20px 25px;
    border-top: 1px solid #cccccc;
    color: #666666;
    vertical-align: middle;
}

table tr td {
  box-sizing: border-box;
    border-top: 1px solid #cccccc;
    padding: 25px 10px;
}


@media screen and (max-width: 768px){
  table{
    display: block;
    max-width: 100%;
  }
  table tbody{
    display: block;
  }
  table tr{
    display: block;
  }
  table tr th{
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		padding: 25px 0 20px 3% !important;
	}
	table tr td{
		display: block;
		box-sizing: border-box;
		width: 100%;
    border-top: 0;
		padding: 0 3% 20px 3% !important;
	}
	
	table tr td  input{
    box-sizing: border-box;
    max-width: 100%;
  }
  
  table tr td  textarea{
    max-width: 100%;
  }
}


.block-btn{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}

.block-btn > li{
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(33.333% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}


@media screen and (max-width: 768px) {
  .block-btn {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -24px;
  }
 .block-btn > li{
    box-sizing: border-box;
    flex: 0 0 auto;
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
  }
}

.block-btn a{
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #333;
  cursor: pointer;
  text-decoration: none !important;
  transition: all .2s ease;
  color: #333 !important;
}

.block-btn a:before{
   content: "\f3d1";
  font-family: ionicons;
  margin-right: 10px;
}

.block-btn a:hover{
  background: #333;
  color: #fff !important;
}

#header-serch{
  visibility: hidden;
}

.woocommerce-Price-amount{
  color: #333;
}


.contact-form th{
  width: 250px;
}

.form-buttons{
  text-align: center;
}

.form-button{
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: 0;
    margin: 0 10px;
    line-height: 12px;
    cursor: pointer;
    position: relative;
    overflow: visible;
    line-height: 1;
    padding: 8px 12px;
    text-decoration: none;
    left: auto;
    color: #222;
    background: #f1f1f1;
    white-space: nowrap;
    display: inline-block;
}

.form-button-confirm,
.form-button-submit{
  background: #000;
  color: #fff;
}


.woocommerce-cart #pay_with_amazon{
	display: none !important;	
}
.payment_box.payment_method_gourlpayments,
.woocommerce-privacy-policy-text{
	display: none !important;
}

.woocommerce-info.wc-amazon-payments-advanced-info{
	text-transform: inherit;
}

.woocommerce-info.wc-amazon-payments-advanced-info:before{
	display: none;
}


.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	text-transform: inherit;
}

.woocommerce-additional-fields__field-wrapper{
	margin-bottom: 50px;
}

.woocommerce-additional-fields__field-wrapper .optional{
	display: none;
}


.woocommerce-form-coupon-toggle{
	display: none;
}

#amazon_customer_details ~ .woocommerce-checkout-review-order #order_comments-description{
	display: none;
}


/*- BTC -*/
.payBTCttl{
font-size: 18px;
font-weight: bold;
margin: 1em 0 .5em 0;
}
.payBTC{
color: #c00;
font-size: 18px;
text-align: left;
}
.payBTCtxt{
font-size: 18px;
}

.woocommerce-info #pay_with_amazon{
  float: none !important;
}

.wc-amazon-payments-advanced-info{
  text-align: center;
}
/*- 会員登録セクション -*/
.addBTCttl{
font-weight: bold;
margin: 1em 0 0 0;
}
form.edit-account span{
display: block;
}
form.edit-account label span{
display: inline;
}