/*----------delivery----------*/

.delivery {
  padding: 1.5rem;
}

.delivery-heading {
  padding-left: .5rem;
  border-bottom: 2px #000 solid;
  font-size: 1.6rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.delivery-list {
  padding: 1rem 0;
}

.delivery-list-item {
  margin: .3rem 0;
  padding: .5rem 1rem;
  border: 1px #95989a solid;
  border-radius: 3px;
  color: #aaa;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  background: #ddd;
}

.delivery-list-item-highlight-gray {
  background: #f8f8f8;
}

.delivery-list-item-highlight-brown {
  color: #fff;
  background: #85734d;
}

.delivery-text {
  padding: 1rem 0;
  line-height: 1.5;
}

.delivery-add-button {
  width: 10rem;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  text-align: center;
  line-height: 2;
  background: #f8f8f8;
}

.delivery-table {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #95989a;
  border-collapse: collapse;
}

.delivery-table-heading {
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  text-align: left;
}

.delivery-table-heading:first-of-type,
.delivery-table-heading:nth-of-type(4),
.delivery-table-heading:last-of-type {
  width: 10%;
}

.delivery-table-heading:nth-of-type(2) {
  width: 30%;
}

.delivery-table-heading:nth-last-of-type(3) {
  width: 40%;
}

.delivery-table-data {
  padding: .5rem 0;
  text-align: center;
}

.delivery-table-data-radio {
  display: block;
  margin: 0 auto;
  -webkit-appearance: radio;
}

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

.delivery-button-preview,
.delivery-button-next {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.delivery-button-preview {
  display: block;
  background: #aaa;
}

.delivery-button-next {
  background: #2e9f3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.delivery-sub {
  margin: 2rem 0 0 0;
}

.delivery-sub-heading {
  padding-left: .5rem;
  border-bottom: 2px #85734d solid;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.delivery-sub-text {
  padding: .5rem 0;
}

.delivery-sub-table {
  margin: 1rem 0;
  border: 1px solid #95989a;
  border-collapse: collapse;
}

.delivery-sub-table-heading {
  padding: .5rem;
  text-align: left;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.delivery-sub-textarea {
  display: block;
  width: 80%;
  margin: 1rem auto;
  border: 1px solid #95989a;
  border-radius: 5px;
}

.delivery-text-thanks {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.delivery-text-store {
  display: block;
  padding-bottom: 1rem;
}

.delivery-confirm-table {
  width: 100%;
  margin: 1.5rem 0 0 0;
  border: 1px solid #95989a;
  border-collapse: collapse;
  text-align: left;
}

.delivery-confirm-table-caption {
  padding: .5rem 0 .5rem .5rem;
  border: 1px solid #95989a;
  color: #fff;
  font-size: 1.4rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  background: #85734d;
}

.delivery-confirm-table-caption > a {
  display: inline-block;
  color: #fff;
}

.delivery-confirm-table-address {
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic Pro", YuGothic, sans-serif;
}

.delivery-confirm-table-heading {
  padding: .3rem 0 .3rem .5rem;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  background: #f8f8f8;
}

.delivery-confirm-table-heading:first-of-type {
  width: 70%;
}

.delivery-confirm-table-heading:last-of-type {
  width: 30%;
}

.delivery-confirm-table-data {
  padding: .3rem;
}

.delivery-confirm-table-data-left {
  float: left;
  width: 30%;
}

.delivery-confirm-table-image {
  width: 100%;
}

.delivery-confirm-table-data-right {
  float: left;
  width: 70%;
  padding: .5rem;
}

.delivery-confirm-table-data-title {
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  line-height: 2;
}

.delivery-confirm-table-data-price,
.delivery-confirm-table-footer-price {
  color: #bf525b;
  font-size: 1.4rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  text-align: center;
}

.delivery-confirm-table-footer {
  background: #f8f8f8;
}

.delivery-confirm-table-footer {
  padding: .3rem 0 .3rem .5rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.delivery-confirm-table-footer-price {
  font-size: 1.2rem;
}

.delivery-customer-table {
  width: 100%;
  margin: 1.5rem 0;
  border: 1px solid #95989a;
}

.delivery-costomer-table-heading {
  width: 30%;
  padding: .3rem 0 .3rem .5rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  text-align: left;
  background: #f8f8f8;
}

.delivery-costomer-table-data {
  width: 70%;
  padding: .3rem 0 .3rem .5rem;
}

.delivery-address {
  padding: 1rem 0 2.5rem;
  font-family: "Hiragino Kaku Gothic Pro", YuGothic, sans-serif;
}

.delivery-address-heading {
  padding: 1rem 0 1rem .5rem;
  border-bottom: 2px solid #85734d;
  font-size: 1.4rem;
}


.delivery-address-data > a {
  color: #0a439d;
}

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

.delivery-button,
.delivery-buttons-top,
.delivery-buttons-navigation {
  float: left;
  width: 10rem;
  height: 2.7rem;
  margin: 0 1rem;
  line-height: 2.7rem;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic Std", YuGothic, sans-serif;
  color: #fff;
  background: #aaa;
}

.delivery-buttons-navigation {
  float: right;
  background: #2e9f3e;
}

.delivery-button {
  float: none;
  width: 15rem;
  margin: 0 auto;
  text-align: center;
}
.delivery-cart-button {
  width: 12rem;
  height: 2.3rem;
  margin: 1rem 0;
  padding: .3rem;
  border: 1px #95989a solid;
  border-radius: 3px;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  text-align: center;
}
