body {
  font: 16px;
  line-height: 150%;
  margin: 0;
  padding: 0;
  background-color: #e0e0e0;
  color: #555;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  font-feature-settings: "palt";
}

th, td {
  color: #555;
  vertical-align: top;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

img {
  border: none;
  vertical-align: bottom;
}

form {
  margin: 0;
}

a {
  cursor: pointer;
}
a:link {
  color: #486B97;
  text-decoration: none;
}
a:visited, a:active {
  color: #5B8190;
  text-decoration: none;
}
a:hover {
  color: #946349;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

.wrap {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 15px 5px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .wrap {
    padding: 15px 0 20px;
  }
}
.wrap h1 {
  font-size: 16px;
  line-height: 140%;
  border-bottom: 1px dotted #999;
  padding: 0 5px 5px 7px;
  margin: 0 0 15px 0;
}

.content {
  text-align: left;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content {
    width: 100%;
    max-width: 640;
  }
}
@media only screen and (min-width: 769px) {
  .content {
    width: 100%;
    max-width: 1200px;
  }
}

.login h2 {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  padding: 8px 5px 5px 10px;
  margin: 0 0 15px 0;
}
.login h3 {
  background-color: #eee;
  border-left: 2px solid #2e8de1;
  font-size: 14px;
  line-height: 140%;
  padding: 5px 5px 3px 10px;
  margin: 0 0 10px 0;
}
.login h4 {
  background-color: #eee;
  border-left: 2px solid #2e8de1;
  font-size: 14px;
  line-height: 140%;
  padding: 8px 5px 5px 10px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .login .main {
    margin: 0 0 10px 0;
  }
  .login .sub {
    margin: 0;
  }
  .login .sub .block {
    margin: 0 0 20px 0;
  }
  .login .sub .block p {
    margin: 0 0 10px 5px;
  }
  .login .sub .block .btn {
    position: relative;
    display: inline-block;
    padding: 0 0 0 13px;
    margin: 0;
  }
  .login .sub .block .btn:before {
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #bed1d0;
    position: absolute;
    top: 2px;
    left: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .login .main {
    float: right;
    width: 530px;
  }
  .login .sub {
    float: left;
    width: 420px;
  }
  .login .sub .block {
    margin: 0 0 20px 0;
  }
  .login .sub .block p {
    margin: 0 0 10px 5px;
  }
  .login .sub .block .btn {
    position: relative;
    display: inline-block;
    padding: 0 0 0 13px;
    margin: 0;
  }
  .login .sub .block .btn:before {
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #bed1d0;
    position: absolute;
    top: 2px;
    left: 5px;
  }
}
.login .login-form {
  padding: 15px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f6f7e1;
}
.login .login-form dl {
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .login .login-form dl dt {
    margin: 0 0 5px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 100%;
  }
  .login .login-form dl dd {
    margin: 0 0 15px 0;
    display: block;
    text-align: center;
  }
  .login .login-form dl dd input {
    width: 180px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .login .login-form dl {
    width: 310px;
  }
  .login .login-form dl dt {
    margin: 0 8px 5px 0;
    padding: 16px 0 0;
    width: 80px;
    float: left;
    text-align: right;
    clear: left;
    font-size: 14px;
    line-height: 100%;
  }
  .login .login-form dl dd {
    margin: 0 0 5px 0;
    width: 200px;
    float: left;
    text-align: left;
  }
  .login .login-form dl dd input {
    width: 200px;
    font-size: 25px;
  }
}
.login .login-form .submit {
  margin: 10px 0 10px 0;
}
.login .login-form .submit span {
  display: block;
  margin: 0 0 10px 0;
  color: #cc0000;
}
.login .login-form .submit a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #005493;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.login .login-form .submit a:hover {
  background-color: #333;
}

.orderflow {
  margin: 0 0 15px 0;
}
.orderflow ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .orderflow ul {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .orderflow ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .orderflow li {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  .orderflow li {
    width: 24%;
  }
}
@media only screen and (max-width: 768px) {
  .orderflow .block p {
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle;
    font-size: 13px;
  }
  .orderflow .block p:first-child {
    margin: 0 0 0 0;
    background-color: #999;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 7px;
  }
}
@media only screen and (min-width: 769px) {
  .orderflow .block {
    border: 1px solid #ccc;
    background-color: #eee;
  }
  .orderflow .block p {
    display: inline-block;
    margin: 10px 0 8px 2px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 100%;
  }
  .orderflow .block p:first-child {
    margin: 0 0 0 5px;
    background-color: #6c1212;
    color: #fff;
    font-size: 16px;
    line-height: 110%;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 9px;
  }
}
@media only screen and (min-width: 769px) {
  .orderflow .active {
    background-color: #fff99a;
  }
}
.orderflow .active p:first-child {
  background-color: #6c1212;
}

.cartview h2 {
  font-size: 16px;
  line-height: 150%;
  background-color: #333;
  color: #fff;
  padding: 6px 5px 6px 10px;
  margin: 0 0 10px 0;
}
.cartview h3 {
  font-size: 16px;
  line-height: 150%;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #2f7530;
  background-color: #e9f1ea;
  padding: 5px 5px 4px 10px;
  margin: 0 0 10px 0;
}
.cartview h4 {
  font-size: 14px;
  line-height: 150%;
  margin: 5px;
  text-align: left;
}
.cartview .attention {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 15px 0;
}
.cartview .attention p {
  margin: 10px 0 0 0;
}
.cartview .attention p:first-child {
  margin: 0 0 0 0;
}
.cartview .cart_operation {
  display: flex;
  margin: 0 0 15px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.cartview .cart_operation .pageback {
  width: 49%;
  text-align: left;
}
.cartview .cart_operation .pageback a {
  display: inline-block;
  padding: 8px 15px 6px;
  margin: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #337723;
  color: #fff;
}
.cartview .cart_operation .remove_sold {
  width: 49%;
  text-align: right;
}
.cartview .cart_operation .remove_sold a {
  display: inline-block;
  padding: 8px 15px 6px;
  margin: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #cc0000;
  color: #fff;
}
.cartview .remove_all, .cartview .remove_later {
  text-align: right;
  margin: 0 0 15px 0;
}
.cartview .remove_all a, .cartview .remove_later a {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 2px 0;
}
.cartview .entry {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .cartview .entry {
    flex-direction: column;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .cartview .entry {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cartview .entry .prime {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .cartview .entry .prime {
    width: calc(100% - 380px);
  }
}
@media only screen and (max-width: 768px) {
  .cartview .entry .sub {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .cartview .entry .sub {
    width: 360px;
    border-left: 2px solid #eee;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
}
.cartview .cart-in .section {
  border-left: 5px solid #2f7530;
  margin: 0 0 30px 0;
}
.cartview .cart-in .block {
  margin: 0 0 20px 10px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .cartview .cart-in .block {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .cartview .cart-in .block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.cartview .cart-in .block .pic {
  background-color: #eee;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .cartview .cart-in .block .pic {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .cartview .cart-in .block .pic {
    width: 180px;
  }
}
.cartview .cart-in .block .pic img {
  max-width: 160px;
  width: auto;
  max-height: 140px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .cartview .cart-in .block .info {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .cartview .cart-in .block .info {
    width: calc(100% - 200px);
  }
}
.cartview .cart-in .block .info table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 5px 0;
}
.cartview .cart-in .block .info th, .cartview .cart-in .block .info td {
  font-weight: normal;
  padding: 4px 0 3px 0;
  border-bottom: 1px dotted #ccc;
}
.cartview .cart-in .block .info th p, .cartview .cart-in .block .info td p {
  margin: 0;
  display: inline-block;
}
.cartview .cart-in .block .info th .cancel, .cartview .cart-in .block .info td .cancel {
  display: inline-block;
}
.cartview .cart-in .block .info th input, .cartview .cart-in .block .info td input {
  width: 25px;
}
.cartview .cart-in .block .info th {
  width: 20%;
  text-align: center;
}
.cartview .cart-in .block .info td {
  width: 80%;
  text-align: left;
}
.cartview .cart-in .block .info .qty, .cartview .cart-in .block .info .del, .cartview .cart-in .block .info .later {
  display: inline-block;
}
.cartview .cart-in .block .info .qty a, .cartview .cart-in .block .info .del a, .cartview .cart-in .block .info .later a {
  display: inline-block;
  color: #fff;
  padding: 3px 8px 3px 8px;
  line-height: 100%;
  font-size: 12px;
  border-radius: 5px;
}
.cartview .cart-in .block .info .qty a:hover, .cartview .cart-in .block .info .del a:hover, .cartview .cart-in .block .info .later a:hover {
  background-color: #333;
}
.cartview .cart-in .block .info .qty a {
  background-color: #009713;
}
.cartview .cart-in .block .info .del a {
  background-color: #cc0000;
}
.cartview .cart-in .block .info .later a {
  background-color: #006b82;
}
.cartview .cart-in .next {
  border-top: 3px double #ccc;
  padding: 10px 0 10px 10px;
}
.cartview .cart-in .next p {
  margin: 0;
  display: inline-block;
  float: left;
}
.cartview .cart-in .next p strong {
  font-size: 15px;
  line-height: 140%;
}
.cartview .cart-in .next a {
  display: inline-block;
  padding: 7px 20px;
  background-color: #0e4592;
  color: #fff;
  font-size: 15px;
  line-height: 140%;
  text-decoration: underline;
  border-radius: 5px;
  float: right;
}
.cartview .cart-in .next a:hover {
  background-color: #122842;
}
.cartview .cart-in .next .message {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  text-align: center;
  color: #cc0000;
  border-bottom: 1px dotted #cc0000;
}
.cartview .cart-later .block,
.cartview .cart-recommend .block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 10px 0 0 0;
}
.cartview .cart-later .block:first-child,
.cartview .cart-recommend .block:first-child {
  margin: 0;
}
.cartview .cart-later .block .pic,
.cartview .cart-recommend .block .pic {
  width: 100px;
  background-color: #eee;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cartview .cart-later .block .pic img,
.cartview .cart-recommend .block .pic img {
  max-width: 90px;
  max-height: 90px;
}
.cartview .cart-later .block .info,
.cartview .cart-recommend .block .info {
  width: calc(100% - 110px);
}
.cartview .cart-later .block .info .title,
.cartview .cart-recommend .block .info .title {
  margin: 0 0 10px 0;
}
.cartview .cart-later .block .info .shop,
.cartview .cart-recommend .block .info .shop {
  margin: 0;
}
.cartview .cart-later .block .info .price,
.cartview .cart-recommend .block .info .price {
  margin: 0 0 5px 0;
}

.customer h2 {
  font-size: 14px;
  line-height: 140%;
  background-color: #12688b;
  color: #fff;
  padding: 6px 5px 6px 10px;
  margin: 0 0 10px 0;
  text-align: left;
}
.customer h3 {
  font-size: 14px;
  line-height: 140%;
  background-color: #0d9d20;
  color: #fff;
  padding: 6px 5px 6px 10px;
  margin: 0 0 5px 0;
  text-align: left;
}
.customer .nextpage {
  text-align: center;
  background-color: #faffac;
  border: 1px solid #999;
  padding: 10px 0 10px 0;
  margin: 0 0 40px 0;
}
.customer .nextpage a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  text-decoration: underline;
}
.customer .nextpage a.next {
  background-color: #00309c;
}
.customer .nextpage a.next:hover {
  background-color: #333;
}
.customer .nextpage a.back {
  background-color: #61623f;
}
.customer .nextpage a.back:hover {
  background-color: #333;
}
.customer .explanation {
  margin: 0 0 10px 0;
  padding: 12px 10px 10px;
  border: 1px solid #ccc;
  text-align: left;
}
.customer .explanation h3 {
  background: none;
  border-bottom: 1px solid #ef0012;
  color: #ef0012;
  font-size: 0.9rem;
  padding: 0 0 0.1rem 0;
}
.customer .explanation p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 5px 0 0 0;
}
.customer .explanation p:first-child {
  margin: 0 0 0 0;
}
.customer .address-select {
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 0;
  background-color: #eee;
  text-align: center;
}
.customer .address-select .block {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 10px 5px;
  padding: 0 0 7px 0;
  border: 1px solid #ccc;
  background-color: #fff;
}
.customer .address-select .block input {
  box-sizing: border-box;
  width: 130px;
}
.customer .address-select .block p {
  margin: 0;
  padding: 0 10px;
}
.customer .address-select .block p:first-child {
  background-color: #8fa89b;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 3px 5px 2px;
}
.customer .address-select .block p .attention {
  color: #cc0000;
  font-size: 12px;
  line-height: 140%;
}
.customer .address-select .block p a {
  background-color: #009713;
  display: inline-block;
  padding: 3px 7px;
  margin: 3px 0 0 0;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  border-radius: 5px;
}
.customer .address-select .block p a:hover {
  background-color: #333;
}
.customer .address-input .attention {
  color: #cc0000;
  display: block;
  margin: 0 0 15px 0;
}
.customer .address-input .error {
  color: #cc0000;
}
.customer .address-input a {
  display: inline-block;
  background-color: #048622;
  color: #fff;
  padding: 4px 7px;
  line-height: 100%;
  border-radius: 5px;
}
.customer .address-input a:hover {
  background-color: #333;
}
.customer .address-input span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .customer .address-input dl {
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0;
    text-align: left;
  }
  .customer .address-input dl dt {
    text-align: left;
  }
  .customer .address-input dl dt p {
    display: inline-block;
    margin: 10px 0 5px 0;
    font-size: 13px;
    line-height: 100%;
  }
  .customer .address-input dl dt span {
    display: inline-block;
    background-color: #cc0000;
    color: #fff;
    font-size: 10px;
    line-height: 100%;
    padding: 2px 3px 1px;
    margin: 0 0 0 5px;
    vertical-align: top;
    border-radius: 2px;
  }
  .customer .address-input dl dd {
    margin: 0 0 10px 10px;
  }
  .customer .address-input dl .long {
    width: 250px;
  }
  .customer .address-input dl .middle {
    width: 200px;
  }
  .customer .address-input dl .short {
    width: 100px;
  }
  .customer .address-input dl .minimum {
    width: 50px;
  }
  .customer .address-input dl .nyuryoku {
    display: inline-block;
  }
  .customer .address-input dl .nyuryoku p {
    margin: 5px 0 0 0;
  }
  .customer .address-input dl .sample {
    display: none;
  }
  .customer .address-input .shipping-save {
    text-align: left;
    margin: 15px auto;
  }
  .customer .address-input .shipping-save p {
    /*display: inline-block;*/
    margin: 0;
    padding: 5px 0;
  }
  .customer .address-input .supplement {
    margin: 0 0 15px 0;
  }
  .customer .address-input .supplement p {
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .customer .address-input input {
    font-size: 16px;
  }
  .customer .address-input select {
    font-size: 16px;
  }
  .customer .address-input dl {
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0;
    text-align: left;
  }
  .customer .address-input dl dt {
    float: left;
    width: 300px;
    text-align: center;
    border-top: 1px solid #ccc;
    clear: left;
  }
  .customer .address-input dl dt:first-child {
    border: none;
  }
  .customer .address-input dl dt:first-child + dd {
    border: none;
  }
  .customer .address-input dl dt p {
    display: inline-block;
    margin: 18px 0 12px;
    font-size: 15px;
    line-height: 100%;
  }
  .customer .address-input dl dt span {
    display: inline-block;
    background-color: #cc0000;
    color: #fff;
    font-size: 10px;
    line-height: 100%;
    padding: 2px 3px 1px;
    margin: 0 0 0 5px;
    vertical-align: top;
    border-radius: 2px;
  }
  .customer .address-input dl dd {
    margin: 0 0 0 300px;
    border-top: 1px solid #ccc;
  }
  .customer .address-input dl .long {
    width: 500px;
  }
  .customer .address-input dl .middle {
    width: 350px;
  }
  .customer .address-input dl .short {
    width: 150px;
  }
  .customer .address-input dl .minimum {
    width: 50px;
  }
  .customer .address-input dl .nyuryoku {
    display: inline-block;
    margin: 15px 0;
  }
  .customer .address-input dl .nyuryoku p {
    margin: 5px 0 0 0;
  }
  .customer .address-input dl .sample {
    display: inline-block;
    margin: 10px 0;
    color: #999;
  }
  .customer .address-input dl .sample p {
    display: inline-block;
    margin: 0;
    border: 1px solid #ccc;
    padding: 3px 3px 2px 4px;
  }
  .customer .address-input dl .sample p:first-child {
    border: none;
  }
  .customer .address-input .shipping-save {
    text-align: left;
    margin: 15px auto;
    width: 400px;
  }
  .customer .address-input .shipping-save p {
    /*display: inline-block;*/
    margin: 0;
    padding: 5px 0;
  }
  .customer .address-input .supplement {
    margin: 0 0 15px 0;
  }
  .customer .address-input .supplement p {
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .customer .address-input__receive {
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) {
  .customer .address-input__receive {
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .customer .address-input__receive--active {
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .customer .address-input__receive--active {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .customer .address-input__head {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .customer .address-input__head {
    padding: 0 1rem;
  }
}
.customer .address-input__inner {
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .customer .address-input__inner {
    padding: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .customer .address-input__inner {
    padding: 25px;
  }
}
.customer .address-input .save-address {
  display: none;
}
.customer .address-input .save-address--active {
  display: block;
}
.customer .select-payment,
.customer .select-option {
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .customer .select-payment dl,
  .customer .select-option dl {
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0;
    text-align: left;
  }
  .customer .select-payment dt,
  .customer .select-option dt {
    text-align: left;
  }
  .customer .select-payment dt p,
  .customer .select-option dt p {
    display: inline-block;
    margin: 10px 0 5px 0;
    font-size: 13px;
    line-height: 100%;
  }
  .customer .select-payment dd,
  .customer .select-option dd {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    line-height: 140%;
    margin: 0 10px 10px 10px;
    padding-bottom: 10px;
  }
  .customer .select-payment dd p,
  .customer .select-option dd p {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .customer .select-payment dl,
  .customer .select-option dl {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .customer .select-payment dt,
  .customer .select-option dt {
    float: left;
    width: 300px;
    text-align: left;
    border-top: 1px solid #ccc;
    clear: left;
  }
  .customer .select-payment dt:first-child,
  .customer .select-option dt:first-child {
    border: none;
  }
  .customer .select-payment dt:first-child + dd,
  .customer .select-option dt:first-child + dd {
    border: none;
  }
  .customer .select-payment dt p,
  .customer .select-option dt p {
    display: inline-block;
    margin: 14px 0 0 10px;
    line-height: 100%;
  }
  .customer .select-payment dt p > label,
  .customer .select-option dt p > label {
    font-size: 15px;
  }
  .customer .select-payment dd,
  .customer .select-option dd {
    margin: 0 0 0 300px;
    border-top: 1px solid #ccc;
    padding: 10px 0 15px 0;
  }
  .customer .select-payment dd p,
  .customer .select-option dd p {
    margin: 5px 0 0 0;
  }
}
.customer .select-payment .commentcolumn,
.customer .select-option .commentcolumn {
  width: 100%;
  max-width: 400px;
}
.customer .confirm-item {
  border-top: 1px solid #ccc;
  padding: 20px 0 10px 0;
}
.customer .confirm-item .block {
  margin: 0 0 20px 10px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .customer .confirm-item .block {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .customer .confirm-item .block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.customer .confirm-item .block .pic {
  background-color: #eee;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .customer .confirm-item .block .pic {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .customer .confirm-item .block .pic {
    width: 180px;
  }
}
.customer .confirm-item .block .pic img {
  max-width: 160px;
  width: auto;
  max-height: 140px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .customer .confirm-item .block .info {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .customer .confirm-item .block .info {
    width: calc(100% - 200px);
  }
}
.customer .confirm-item .block .info table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 5px 0;
}
.customer .confirm-item .block .info th, .customer .confirm-item .block .info td {
  font-weight: normal;
  padding: 4px 0 3px 0;
  border-bottom: 1px dotted #ccc;
}
.customer .confirm-item .block .info th p, .customer .confirm-item .block .info td p {
  margin: 0;
  display: inline-block;
}
.customer .confirm-item .block .info th .cancel, .customer .confirm-item .block .info td .cancel {
  display: inline-block;
}
.customer .confirm-item .block .info th input, .customer .confirm-item .block .info td input {
  width: 25px;
}
.customer .confirm-item .block .info th {
  width: 20%;
  text-align: center;
}
.customer .confirm-item .block .info td {
  width: 80%;
  text-align: left;
}
.customer .confirm-item .block .info .qty, .customer .confirm-item .block .info .del, .customer .confirm-item .block .info .later {
  display: inline-block;
}
.customer .confirm-item .block .info .qty a, .customer .confirm-item .block .info .del a, .customer .confirm-item .block .info .later a {
  display: inline-block;
  color: #fff;
  padding: 3px 8px 3px 8px;
  line-height: 100%;
  font-size: 12px;
  border-radius: 5px;
}
.customer .confirm-item .block .info .qty a:hover, .customer .confirm-item .block .info .del a:hover, .customer .confirm-item .block .info .later a:hover {
  background-color: #333;
}
.customer .confirm-item .block .info .qty a {
  background-color: #009713;
}
.customer .confirm-item .block .info .del a {
  background-color: #cc0000;
}
.customer .confirm-item .block .info .later a {
  background-color: #006b82;
}
@media only screen and (max-width: 768px) {
  .customer .confirm-sum dl {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
  }
  .customer .confirm-sum dl dt {
    text-align: left;
  }
  .customer .confirm-sum dl dt p {
    display: inline-block;
    margin: 10px 0 5px 0;
  }
  .customer .confirm-sum dl dd {
    margin: 0 0 10px 10px;
  }
}
@media only screen and (min-width: 769px) {
  .customer .confirm-sum dl {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .customer .confirm-sum dl dt {
    float: left;
    width: 400px;
    text-align: center;
    border-top: 1px solid #ccc;
    clear: left;
  }
  .customer .confirm-sum dl dt p {
    display: inline-block;
    margin: 13px 0 8px 0;
    font-size: 20px;
    line-height: 100%;
  }
  .customer .confirm-sum dl dd {
    margin: 0 0 0 200px;
    border-top: 1px solid #ccc;
    padding: 13px 15px 8px 0;
    text-align: right;
  }
}
.customer .confirm-order {
  text-align: center;
}
.customer .confirm-order p {
  margin: 5px 0 0 0;
}
.customer .confirm-order .inner {
  background-color: #faffac;
  border: 1px solid #999;
  padding: 20px 0 20px 0;
  margin: 5px 0 15px 0;
}
.customer .confirm-order .inner a {
  font-size: 25px;
  display: inline-block;
  padding: 15px 25px;
  background-color: #004d90;
  color: #fff;
  border-radius: 10px;
}
.customer .confirm-order .inner a:hover {
  background-color: #333;
}
.customer .confirm-order a.back {
  font-size: 15px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #6d7653;
  color: #fff;
  border-radius: 5px;
}
.customer .confirm-order a.back:hover {
  background-color: #333;
}
.customer .confirm-userinfo {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .customer .confirm-userinfo {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .customer .confirm-userinfo {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .customer .confirm-userinfo .area {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .customer .confirm-userinfo .area {
    width: 49%;
  }
}
.customer .confirm-userinfo dl {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .customer .confirm-userinfo dl dt {
    text-align: left;
  }
  .customer .confirm-userinfo dl dt p {
    display: inline-block;
    margin: 10px 0 5px 0;
    font-size: 13px;
    line-height: 100%;
  }
  .customer .confirm-userinfo dl dd {
    margin: 0 0 10px 10px;
  }
}
@media only screen and (min-width: 769px) {
  .customer .confirm-userinfo dl dt {
    float: left;
    width: 200px;
    text-align: center;
    border-top: 1px solid #ccc;
    clear: both;
  }
  .customer .confirm-userinfo dl dt:first-child {
    border: none;
  }
  .customer .confirm-userinfo dl dt:first-child + dd {
    border: none;
  }
  .customer .confirm-userinfo dl dt p {
    display: inline-block;
    margin: 7px 0;
  }
  .customer .confirm-userinfo dl dd {
    margin: 0 0 0 200px;
    border-top: 1px solid #ccc;
    padding: 7px 0;
  }
}
.customer .complete-order {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .customer .complete-order .message {
    background-color: #f1fdb5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 15px 5px;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .customer .complete-order .message p {
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 10px 0;
  }
  .customer .complete-order .section {
    margin: 0 0 10px 0;
  }
  .customer .complete-order .next-payment {
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .customer .complete-order .next-payment .btn-pay {
    display: block;
    margin: 0 0 10px 0;
  }
  .customer .complete-order .next-payment .btn-pay a {
    display: block;
    color: #fff;
    padding: 10px;
    background-color: #0054a2;
    border-radius: 5px;
  }
  .customer .complete-order .next-payment p {
    margin: 0 0 15px 0;
  }
  .customer .complete-order .next-shopping {
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
  }
  .customer .complete-order .next-cart {
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
  }
}
@media only screen and (min-width: 769px) {
  .customer .complete-order .message {
    background-color: #f1fdb5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 15px 5px;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .customer .complete-order .message p {
    font-size: 17px;
    line-height: 140%;
    margin: 0 0 10px 0;
  }
  .customer .complete-order .section {
    margin: 0 0 10px 0;
  }
  .customer .complete-order .next-payment {
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .customer .complete-order .next-payment .btn-pay {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
  }
  .customer .complete-order .next-payment .btn-pay a {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 140%;
    padding: 50px;
    background-color: #0054a2;
    border-radius: 5px;
  }
  .customer .complete-order .next-payment p {
    margin: 0 0 15px 0;
  }
  .customer .complete-order .next-shopping,
  .customer .complete-order .next-cart {
    display: inline-block;
    text-align: center;
  }
  .customer .complete-order .next-shopping a,
  .customer .complete-order .next-cart a {
    display: inline-block;
    background-color: #0b8c06;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
  }
  .customer .complete-order .next-shopping a:hover,
  .customer .complete-order .next-cart a:hover {
    background-color: #333;
  }
}
.customer span.attention {
  color: #ef0012;
  font-weight: 900;
  border: 2px dotted #ef0012;
  display: block;
  margin: 15px auto 0 auto;
  padding: 0.5em 1em;
}

.payment h2 {
  font-size: 14px;
  line-height: 140%;
  background-color: #12688b;
  color: #fff;
  padding: 6px 5px 6px 10px;
  margin: 0 0 10px 0;
  text-align: left;
}
.payment h3 {
  font-size: 14px;
  line-height: 140%;
  background-color: #0d9d20;
  color: #fff;
  padding: 6px 5px 6px 10px;
  margin: 0 0 5px 0;
  text-align: left;
}
.payment h4 {
  font-size: 14px;
  line-height: 140%;
  background-color: #666;
  color: #fff;
  padding: 6px 5px 6px 10px;
  margin: 0 0 5px 0;
  text-align: left;
}
.payment .long {
  width: 250px;
}
.payment .middle {
  width: 200px;
}
.payment .short {
  width: 100px;
}
.payment .minimum {
  width: 50px;
}
.payment .section {
  margin: 0 0 20px 0;
}
.payment .attention {
  color: #cc0000;
  font-size: 19px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .payment dl {
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0;
    text-align: left;
  }
  .payment dl dt {
    text-align: left;
  }
  .payment dl dt p {
    display: inline-block;
    margin: 10px 0 5px 0;
    font-size: 13px;
    line-height: 100%;
  }
  .payment dl dd {
    margin: 0 0 10px 10px;
    font-size: 12px;
    line-height: 140%;
  }
}
@media only screen and (min-width: 769px) {
  .payment dl {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .payment dl dt {
    float: left;
    width: 230px;
    text-align: left;
    border-top: 1px solid #ccc;
    clear: left;
  }
  .payment dl dt:first-child {
    border: none;
  }
  .payment dl dt:first-child + dd {
    border: none;
  }
  .payment dl dt p {
    display: inline-block;
    margin: 14px 0 0 10px;
    line-height: 100%;
  }
  .payment dl dt p > label {
    font-size: 15px;
  }
  .payment dl dd {
    margin: 0 0 0 230px;
    border-top: 1px solid #ccc;
    padding: 10px 0 15px 0;
  }
}

header, footer, main {
  width: 100%;
  text-align: center;
}

.global_head {
  margin: 0 0 15px 0;
  border-bottom: 3px double #fff;
  width: 100%;
  text-align: left;
  background-color: #0A1945;
  color: #fff;
  height: 37px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.global_head .global_logo {
  text-align: left;
  width: 240px;
}
.global_head .global_logo a {
  display: block;
  margin: 5px 0 0 5px;
}
.global_head .global_nav {
  width: calc(100% - 235px);
  flex: 1;
}
.global_head .global_nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
}
@media only screen and (max-width: 768px) {
  .global_head .global_nav ul {
    margin: 10px 3px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .global_head .global_nav ul {
    margin: 15px 5px 0 0;
  }
}
.global_head .global_nav li {
  font-size: 12px;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .global_head .global_nav li {
    margin: 0 0 0 5px;
  }
  .global_head .global_nav li.global_nav-global, .global_head .global_nav li.global_nav-cart, .global_head .global_nav li.global_nav-auction, .global_head .global_nav li.global_nav-sitemap {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .global_head .global_nav li {
    margin: 0 0 0 10px;
  }
}
.global_head .global_nav li a:link {
  text-decoration: none;
  color: #fff;
}
.global_head .global_nav li a:visited {
  text-decoration: none;
  color: #fff;
}
.global_head .global_nav li a:active {
  text-decoration: none;
  color: #fff;
}
.global_head .global_nav li a:hover {
  text-decoration: underline;
  color: #946349;
}
.global_head .global_nav li .icon {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1px;
  color: #fff;
  background-color: #cc0000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .global_head .global_nav li .icon img {
    height: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .global_head .global_nav li .icon {
    margin: 0 3px 0 0;
  }
  .global_head .global_nav li .icon img {
    height: 11px;
  }
}
.global_head .global_nav li .guide-name {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .global_head .global_nav li .guide-name {
    display: none;
  }
}

.global_foot {
  border-top: 2px solid #ccc;
  padding: 10px 0 20px 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .global_foot {
    width: 100%;
    max-width: 767px;
  }
}
@media only screen and (min-width: 769px) {
  .global_foot {
    width: 100%;
    max-width: 1200px;
  }
}
.global_foot .guide {
  text-align: center;
  margin: auto;
}
.global_foot .guide nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global_foot .guide nav li {
  display: inline-block;
  font-size: 13px;
  line-height: 100%;
  margin: 0 3px;
}
.global_foot .guide nav li a:link {
  text-decoration: none;
  color: #4881a4;
}
.global_foot .guide nav li a:visited {
  text-decoration: none;
  color: #4881a4;
}
.global_foot .guide nav li a:active {
  text-decoration: none;
  color: #4881a4;
}
.global_foot .guide nav li a:hover {
  text-decoration: underline;
  color: #946349;
}
.global_foot .guide nav li .icon {
  display: inline-block;
  margin: 0 1px 0 0;
  background-color: #1d3760;
  text-align: center;
  padding: 1px 2px;
}
@media only screen and (max-width: 768px) {
  .global_foot .guide nav li .icon img {
    height: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .global_foot .guide nav li .icon img {
    height: 11px;
  }
}
.global_foot .guide nav li .guide_name {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .global_foot .guide nav li .guide_name {
    display: none;
  }
}
.global_foot .copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 100%;
  padding: 10px 0 0 0;
  color: #666;
}

.head {
  margin: 0;
  border-bottom: 1px solid #0A1945;
  padding: 0 0 1px 0;
  width: 100%;
  text-align: left;
}
.head .global-head {
  background-color: #0A1945;
  color: #fff;
  height: 37px;
  overflow: hidden;
}
.head .global-head .logo {
  text-align: left;
  float: left;
  width: 280px;
}
.head .global-head .logo .inner {
  padding: 5px 0 0 5px;
}
.head .global-head .guide {
  float: right;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .head .global-head .guide nav {
    padding: 10px 5px 0 0;
  }
  .head .global-head .guide nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  .head .global-head .guide nav li {
    float: left;
    line-height: 100%;
    margin: 0 0 0 3px;
  }
  .head .global-head .guide nav li a {
    display: block;
  }
  .head .global-head .guide nav li span[class^=icon] {
    display: inline-block;
    border: 1px solid #c7eeff;
    margin: 0;
    padding: 3px;
    color: #fff;
    background-color: #cc0000;
    border-radius: 5px;
  }
  .head .global-head .guide nav li .guide-name {
    margin: 0;
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .head .global-head .guide nav {
    padding: 15px 5px 0 0;
  }
  .head .global-head .guide nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  .head .global-head .guide nav li {
    float: left;
    font-size: 12px;
    line-height: 100%;
    margin: 0 0 0 10px;
  }
  .head .global-head .guide nav li a:link {
    text-decoration: none;
    color: #fff;
  }
  .head .global-head .guide nav li a:visited {
    text-decoration: none;
    color: #fff;
  }
  .head .global-head .guide nav li a:active {
    text-decoration: none;
    color: #fff;
  }
  .head .global-head .guide nav li a:hover {
    text-decoration: underline;
    color: #946349;
  }
  .head .global-head .guide nav li span[class^=icon] {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 3px 0 0;
    padding: 1px;
    color: #fff;
    background-color: #cc0000;
  }
  .head .global-head .guide nav li .guide-name {
    margin: 0;
    color: #fff;
  }
}

.foot {
  margin: 0;
  padding: 0 0 50px 0;
  text-align: left;
}
.foot .global-foot .guide {
  text-align: center;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .foot .global-foot .guide {
    display: block;
  }
  .foot .global-foot .guide nav {
    padding: 10px 0 2px 0;
  }
  .foot .global-foot .guide nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .foot .global-foot .guide nav li {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    margin: 0 1px;
  }
  .foot .global-foot .guide nav li.feed {
    display: none;
  }
  .foot .global-foot .guide nav li a {
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
  }
  .foot .global-foot .guide nav li .guide_name {
    margin: 0;
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .foot .global-foot .guide {
    width: 960px;
    margin: auto;
  }
  .foot .global-foot .guide nav {
    padding: 10px 5px 0 0;
  }
  .foot .global-foot .guide nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .foot .global-foot .guide nav li {
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    margin: 0 3px;
  }
  .foot .global-foot .guide nav li a:link {
    text-decoration: none;
    color: #4881a4;
  }
  .foot .global-foot .guide nav li a:visited {
    text-decoration: none;
    color: #4881a4;
  }
  .foot .global-foot .guide nav li a:active {
    text-decoration: none;
    color: #4881a4;
  }
  .foot .global-foot .guide nav li a:hover {
    text-decoration: underline;
    color: #946349;
  }
  .foot .global-foot .guide nav li span[class^=icon] {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 1px;
    color: #fff;
    background-color: #314587;
  }
  .foot .global-foot .guide nav li .guide_name {
    margin: 0;
  }
}
.foot .global-foot .copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 100%;
  padding: 10px 0 0 0;
  color: #999;
}

#confirmPre-orderItemsInclude {
  border: 2px solid #eee;
}
@media only screen and (max-width: 768px) {
  #confirmPre-orderItemsInclude {
    font-size: 0.9rem;
    padding: 10px;
    width: calc(100% - 42px);
    max-width: 392px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  #confirmPre-orderItemsInclude {
    padding: 20px;
    width: 498px;
  }
}
#confirmPre-orderItemsInclude .subject {
  background-color: #eee;
  padding: 10px 0;
  margin-top: 0;
}
#confirmPre-orderItemsInclude p {
  margin: 20px 0 0 0;
}
#confirmPre-orderItemsInclude ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 769px) {
  #confirmPre-orderItemsInclude ul {
    display: flex;
    -ms-box-pack: center;
    -moz-flex-pack: center;
    -webkit-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #confirmPre-orderItemsInclude ul li {
    width: calc(100% - 20px);
    margin: 20px auto 0 auto;
  }
  #confirmPre-orderItemsInclude ul li:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  #confirmPre-orderItemsInclude ul li {
    width: 40%;
    margin: 0 5px;
  }
}
#confirmPre-orderItemsInclude ul li a {
  display: block;
  background-color: #a01e1e;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  #confirmPre-orderItemsInclude ul li a:hover {
    background-color: #722020;
  }
}
#confirmPre-orderItemsInclude ul li .returnCart {
  background-color: #3f687f;
}
@media only screen and (min-width: 769px) {
  #confirmPre-orderItemsInclude ul li .returnCart:hover {
    background-color: #264557;
  }
}

.notice__wrap {
  background-color: #f5f5f5;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  font-size: 11px;
  padding: 10px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .notice__wrap {
    font-size: 12px;
  }
}
.notice__wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notice__list {
  margin: 4px 0 0 0;
}
.notice__list:first-child {
  margin: 0;
}

/** Amazon Pay */
.amapay__wrap {
  display: flex;
  width: 100%;
}
.amapay__lead {
  line-height: 1.5;
  margin: 0 10px 0 0;
  width: calc(100% - 130px);
}
@media only screen and (min-width: 769px) {
  .amapay__lead {
    margin: 0 20px 0 0;
    width: auto;
  }
}
.amapay__button {
  margin: 0 auto;
  width: 120px;
}
@media only screen and (min-width: 769px) {
  .amapay__button {
    margin: 0;
    width: 160px;
  }
}
.amapay__button #AmazonPayButton {
  width: 100% !important;
}

/** Personal Information */
.personal-information__wrap {
  margin: 30px auto;
}
.personal-information__area {
  background-color: #f8f8f8;
  border: 1px solid #909090;
  box-sizing: border-box;
  font-size: 11px;
  height: 100px;
  line-height: 1.5;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 10px;
  text-align: left;
  width: 100%;
  max-width: 500px;
}
.personal-information__head {
  font-weight: 600;
  margin-bottom: 5px;
}
.personal-information__target {
  margin: 10px 0;
}
.personal-information__target ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.personal-information__target li {
  margin: 0;
  padding: 0;
}
.personal-information__checkbox {
  font-size: 14px;
  margin: 10px 0 0 0;
  text-align: center;
}
.personal-information__error {
  color: #ef0012;
  margin: 10px 0 0 0;
  text-align: center;
}

.zipsearch-box {
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .home_delivery_options {
    border-top: 1px solid #ccc;
  }
}

.address_list {
  background-color: #ffffff;
  border: 1px solid #2b2b2b;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.5);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .address_list {
    width: calc(100% - 30px);
    max-width: 400px;
  }
}
@media only screen and (min-width: 769px) {
  .address_list {
    width: 400px;
  }
}
.address_list h3 {
  text-align: center;
  line-height: 100%;
  margin: 20px auto;
}
.address_list ul {
  background-color: #ffffff;
  list-style: none;
  margin: 0;
  max-height: 300px;
  padding: 0 0 10px 0;
}
.address_list ul li {
  line-height: 120%;
  margin: 0;
  padding: 10px 5px 7px 10px;
  cursor: pointer;
  text-align: left;
  transition-duration: 100ms;
  transition-property: background;
}
@media only screen and (min-width: 769px) {
  .address_list ul li:hover {
    background-color: #f1f1f1;
  }
}

.address_wrap {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
}

.btn-close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0px;
  top: -22px;
  width: 20px;
  z-index: 100;
}
.btn-close::before, .btn-close::after {
  background-color: #2b2b2b;
  border-radius: 3px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 20px;
}
.btn-close::after {
  transform: rotate(45deg);
}

.zipcode_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.zipcode_container .zipcode_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 22px);
  max-width: 392px;
  border: 1px solid #666;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(43, 43, 43, 0.5);
}
.zipcode_container .zipcode_list p {
  text-align: center;
  line-height: 100%;
  margin: 25px 0 15px 0;
  font-weight: 600;
}
.zipcode_container .zipcode_list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-height: 300px;
  width: calc(100% - 2px);
}
.zipcode_container .zipcode_list ul li {
  padding: 10px 15px;
  cursor: pointer;
  background-color: #ffffff;
}
.zipcode_container .zipcode_list ul li:hover {
  filter: brightness(0.9);
}/*# sourceMappingURL=style.css.map */