.form-table {
  width: 100%;
}
.form-table.billing-table th {
  background: #fdfaed;
}
.form-table.billing-table th.total {
  background: #232F3E;
  border: 1px solid #232F3E;
  color: #FFF;
}
.form-table.billing-table td {
  text-align: right;
  width: 110px;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .form-table.billing-table th,td{
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .form-table.billing-table th {
    line-height: 18px;
  }
  .form-table.billing-table td {
    width: 40%;
    float: right;
    padding: 8px;
  }
  .form-table{
    border-bottom: 1px solid #c9c9c9;
  }
  .login-container .form-table{
    border-bottom:none;
  }
}
.form-table.billing-table td.sub-total {
  font-weight: bold;
}
.form-table.billing-table td.total {
  font-weight: bold;
  color: #ef4c4c;
}
.form-table.purchase-detail {
  margin: 15px 0 0;
}
.form-table.noshi tbody th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .form-table.noshi tbody th {
    width: 100%;
  }
}
.form-table tbody th {
  border: 1px solid #bdbdbd;
  background: #F2F2F2;
  padding: 10px 10px;
  width: 270px;
  display: table-cell;
  font-weight: bold;
  color: #333333;
}
.form-table.billing-table tbody th {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-table.billing-table tbody th {
    text-align: left;
    width: 60%;
    float: left;
    padding: 8px;
  }
}

@media screen and (max-width: 768px) {
  .form-table tbody th {
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: left;
    width: 100%;
    padding: 12px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.form-table tbody td {
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .form-table tbody td {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 9px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.form-table.navi-inner tbody td,
.form-table.navi-inner tbody th {
  border: none;
}
.form-table.navi-inner tbody .total{
  border: none;
  background: inherit;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .form-table.navi-inner tbody .total{
    padding: 12px;
  }
}
.required, .optional {
  padding: 4px 8px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.required {
  background-color: #f57d2a;
}

.optional {
  background-color: #C4BBAF;
}

.form-comment {
  padding: 5px 0px;
  color: #656565;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.form-th {
  position: relative;
  display: block;
  width: 100%;
}
.form-th .form-th-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
}

.form-position {
  position: relative;
}

.form-input {
  height: 36px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
.form-select {
  height: 36px;
  background-color: #FFF;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
.form-textarea {
  height: auto;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.form-control {
  border: 1px solid #c9c9c9 !important;
  border-radius: 0px !important;
}

.form-group {
  position: relative;
  width: 100%;
}
.form-group .lbl_narrow {
  float: left;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .form-group .lbl_narrow {
    width: 20%;
    max-width: 50px;
  }
}
.form-group .lbl_wide {
  float: left;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  padding-right: 3%;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .form-group .lbl_wide {
    float: none;
    display: block;
    width: auto;
  }
}
.input_name {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .input_name {
    width: 80%;
  }
}
.form-input-name {
  letter-spacing: -.4em;
}
@media screen and (max-width: 768px) {
  .form-input-name {
    letter-spacing: normal;
  }
}
.form-input-name li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 20px 0 0;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .form-input-name li {
    display: block;
    padding: 3px 0px;
    width: 100%;
  }
}
.input_tel {
  width: 20%;
  max-width: 90px;
}

.btn-zip {
  height: 36px;
  background: #f57d2a;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  border: none;
  padding: 10px 15px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-zip {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.cbox{
  display: inline-block;
}
.cbox label{
  display: inline-block;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio_btn, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 10px 10px 42px;
  vertical-align: middle;
}

.radio_btn:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  opacity: 0;
}
.radio_btn:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  content: '';
}

.radio_input:checked + label {
  background: #fffde1;
  font-weight: bold;
}

input[type=radio]:checked + .radio_btn:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: '';
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.radio_btn:hover:after, .checkbox:hover:after {
  border-color: #f57d2a;
}
.radio_btn:after {
  border: 2px solid #bbb;
}
.checkbox:after {
  border: 2px solid #bbb;
}
.radio_btn:before {
  background-color: #f57d2a;
}
.checkbox:before {
  border-right: 3px solid #f57d2a;
  border-bottom: 3px solid #f57d2a;
}
.color_radio:checked + label {
  background-color:#fdfaed;
}
.form-list-zip ul, .form-list-zip .form-list-zip-btn, .form-list-zip .form-list-zip-search {
  padding-right: 10px;
  float: left;
}
@media screen and (max-width: 768px) {
  .form-list-zip ul, .form-list-zip .form-list-zip-btn, .form-list-zip .form-list-zip-search {
    display: block;
    padding-right: 0;
  }
}

.order-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .order-table {
    margin: 0 auto;
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .order-table thead {
    display: none;
  }
}
.order-table th {
  background: #fdfaed;
  padding: 10px 8px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
}
.order-table td {
  padding: 8px 15px 8px 15px;
}
@media screen and (max-width: 768px) {
  .order-table td {
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: none;
    padding: 10px 10px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.order-table th, .order-table td {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .order-table th, .order-table td {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .order-table th:last-child, .order-table td:last-child {
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .order-table tbody tr {
    display: block;
    margin-bottom: 10px;
  }
}
.order-table .block-item-name .item-table {
  display: table;
  width: 100%;
}
.order-table .block-item-name .item-table .item-table-left {
  display: table-cell;
  vertical-align: top;
  width: 15%;
  max-width: 80px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-name .item-table{
    border-bottom: 1px solid #ccc;
  }
  .order-table .block-item-name .item-table .item-table-left {
    width: 25%;
  }
  .order-table .block-item-name .cart-item-code{
    padding-bottom: 10px;
  }
}
.order-table .block-item-name .item-table .item-table-right {
  display: table-cell;
  vertical-align: top;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-name .item-table .item-table-right {
    width: 75%;
  }
}
.order-table .block-item-name .cart-item-photo .mask img {
  width: 80px;
  height: auto;
}
.order-table .block-item-name .cart-item-code {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.order-table .block-item-name .cart-item-name {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-name .cart-item-name {
    margin-bottom: 5px;
  }
}
.order-table .block-item-name .sub-operation{
  font-size: 12px;
  font-size: 0.75rem;
}

.order-table .block-item-name .cart-item-select {
  padding: 10px 0px 0px;
}
.order-table .block-item-name .cart-item-select li {
  margin: 0 0 5px 0;
}
.order-table .block-item-unit {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-unit {
    padding: 5px 10px;
    border-top: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.order-table .block-item-quantity {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-quantity {
    padding: 5px 10px 12px;
    text-align: right;
    border-top: none;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.order-table .block-item-quantity .cart-item-quantity {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-quantity .cart-item-quantity {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.order-table .block-item-subtotal {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-subtotal {
    padding: 10px 10px 10px;
    border-top: none;
    font-size: 16px;
    font-size: 1rem;
    border-top: 1px solid #ccc;
    background: #fdfaed;
  }
}
.order-table .block-item-btn {
  text-align: center;
}
.order-table .block-item-delete {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .order-table .block-item-delete {
    padding: 0;
    border-top: none;
    position: relative;
  }
}
.item_option_img{
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .item_option_img{
    max-width: 100%;
  }
}