@charset "UTF-8";
.order-flow .order-flow-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  text-align: center;
  letter-spacing: -.4em;
}
@media screen and (max-width: 768px) {
  .order-flow .order-flow-list {
    text-align: center;
    width: 100%;
  }
}
.order-flow .order-flow-list li {
  margin: 0 .5em 0 0;
  padding: 15px 25px;
  display: inline-block;
  background: #ededed;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .order-flow .order-flow-list li {
    margin: 0 0 5px 0;
    padding: 4px 0;
    width: 49%;
    height: 40px;
    line-height: 16px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .order-flow .order-flow-list li:nth-child(odd){
    margin-right: 2px;
  }
}
.order-flow .order-flow-list li.current {
  background: #333333;
  color: #fefefe;
}

.event-cart-list {
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .event-cart-list {
    margin: 10px 10px 10px 10px;
  }
}
.event-cart-list li {
  display: inline-block;
  padding: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .event-cart-list li {
    margin: 0 0 5px 0;
    width: 49%;
    vertical-align: top;
  }
}
.event-cart-list li a {
  display: block;
  background: #FFF;
  padding: 10px 20px;
  height: 36px;
  line-height: 1.4;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #333;
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .event-cart-list li a {
    font-size: 11px;
    font-size: 0.6875rem;
    height: 30px;
    line-height: 1;
    text-align: center;
  }
}
.event-cart-list li a:hover {
  background: #333;
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.cart-title-block {
  padding: 30px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cart-title-block {
    padding: 30px 0px 20px;
  }
}
.cart-title-block .cart-title {
  margin: 0 0 15px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .cart-title-block .cart-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.cart-title-block .cart-desc {
  font-size: 14px;
  font-size: 0.875rem;
  color: #525252;
}
@media screen and (max-width: 768px) {
  .cart-title-block .cart-desc {
    padding: 0 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.form-section .owners-title {
  background: #0054ac;
  margin: 20px 0 0;
  padding: 10px 15px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .form-section .owners-title {
    padding: 10px 16px;
    margin: 0 0 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.form-section .check-section,
.form-section .radio-section {
  padding: 10px 0px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .form-section .check-section,
  .form-section .radio-section {
    padding: 9px 10px;
    margin: 0px 0px 5px;
    border: 1px solid #8a8a8a;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.form-section .form-section-txt {
  padding: 8px 0px 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .form-section .form-section-txt {
    padding: 8px 14px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.form-section .form-section-txt .num {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #ef4c4c;
}
@media screen and (max-width: 768px) {
  .form-section .form-section-txt .num {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.form-section .form-section-txt strong {
  font-weight: bold;
  color: #ef4c4c;
}
.form-section .form-table-block {
  margin: 0px 0px 10px;
}
.form-section .form-table-block.billing {
  padding: 0 10px;
}
.form-section .form-section-address {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .form-section .form-section-address {
    margin: 0 10px 10px;
  }
}
.form-section .form-section-head {
  position: relative;
  padding: 10px 15px;
  background: #0054ac;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.form-section .form-section-head.inner-head {
  background: #91929d;
}
.form-section .form-section-head .title {
  padding-right: 30%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .form-section .form-section-head {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
.form-section .form-section-head .btn-toggle {
  position: absolute;
  top: 8px;
  right: 10px;
  background: #FFF;
  width: 120px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #333333;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form-section .form-section-head .btn-toggle {
    top: 7px;
    right: 8px;
    width: 90px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.form-section .form-sectoin-main {
  padding: 30px;
  border: 1px solid #c0c0c0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .form-section .form-sectoin-main {
    padding: 10px 0px 0px;
  }
}
.form-section .delivery-item-section {
  margin: 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .form-section .delivery-item-section {
    margin: 20px 0px;
  }
}
.form-section .item-list-block {
  zoom: 1;
}
.form-section .item-list-block:before, .form-section .item-list-block:after {
  content: "";
  display: table;
}
.form-section .item-list-block:after {
  clear: both;
}
.form-section .item-list-block .item-list-cell {
  float: left;
  width: 50%;
  max-width: 540px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .form-section .item-list-block .item-list-cell {
    display: block;
    width: 100%;
  }
}
.form-section .item-list-block.option {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .form-section .item-list-block.option {
    padding: 10px 10px 0;
  }
}
.form-section .form-table-block.deliver {
  margin: 10px 0px;
  padding: 30px 0px;
  position: relative;
}
.form-section .form-table-block .form-table.deliver {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form-section .block-item-nohsi {
    zoom: 1;
    vertical-align: top;
  }
  .form-section .block-item-nohsi:before, .form-section .block-item-nohsi:after {
    content: "";
    display: table;
  }
  .form-section .block-item-nohsi:after {
    clear: both;
  }
}

.order-btn-block {
  margin: 30px 0px;
}
@media screen and (max-width: 768px) {
  .order-btn-block {
    margin: 10px 0px;
  }
}
.order-btn-block.modal, .order-btn-block.complete {
  margin: 30px 0px;
  text-align: center;
}
.order-btn-block ul {
  display: table;
  width: 100%;
}
.order-btn-block ul li {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.order-btn-block.complete, .order-btn-block.modal {
  width: 100%;
}
.order-btn-block.complete ul, .order-btn-block.modal ul {
  text-align: center;
  width: inherit;
}
@media screen and (max-width: 768px) {
  .order-btn-block.complete ul, .order-btn-block.modal ul {
    width: 100%;
  }
}
.order-btn-block.complete ul li, .order-btn-block.modal ul li {
  display: inline-block;
  width: auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .order-btn-block.complete ul li, .order-btn-block.modal ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .order-btn-block.complete ul li .btn-grand-top, .order-btn-block.modal ul li .btn-grand-top {
    min-width: inherit;
  }
}

.bank-info {
  margin: 30px auto;
  padding: 40px;
  width: 100%;
  max-width: 700px;
  border: solid 1px #979797;
}
@media screen and (max-width: 768px) {
  .bank-info {
    margin: 20px auto;
    padding: 30px 20px;
    width: 100%;
  }
}
.bank-info .title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bank-info .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.bank-info .text {
  padding: 10px 0px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .bank-info .text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.info-dm {
  margin: 0px 0px;
  padding: 25px;
  background: #daeaff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .info-dm {
    display: block;
    width: 100%;
    margin: 10px 0px;
    padding: 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.dm-table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dm-table {
    display: block;
  }
}
.dm-table > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dm-table > * {
    display: block;
    text-align: center;
  }
}
.dm-table .dm-btn {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .dm-table .dm-btn {
    padding: 15px 0px;
    width: 100%;
  }
}
.dm-table .dm-comment {
  width: 80%;
  padding-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dm-table .dm-comment {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.order-select-list {
  padding: 15px 0px;
}
@media screen and (max-width: 768px) {
  .order-select-list {
    padding: 15px 10px;
  }
}
.order-select-list li {
  display: inline-block;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .order-select-list li {
    margin-right: 8px;
    text-align: center;
  }
}

.entry-btn-col {
  text-align: center;
}
.entry-btn-col li {
  padding: 10px 40px;
  width: inherit;
}
@media screen and (max-width: 768px) {
  .entry-btn-col li {
    padding: inherit;
    width: 50%;
  }
}
@media screen and (max-width: 319px) {
  .entry-btn-col li {
    width: inherit;
  }
}

@media screen and (max-width: 643px) {
  .entry-dm {
    width: inherit;
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .entry-dm {
    min-width: inherit;
    width: 150px;
  }
}
@media screen and (max-width: 319px) {
  .entry-dm {
    width: 90%;
    margin-bottom: 12px;
  }
}

.call-dm-block {
  padding: 10px 20px;
  max-height: 350px;
  overflow-y: scroll;
}
.call-dm-block::-webkit-scrollbar {
  width: 3px;
}
.call-dm-block::-webkit-scrollbar-track {
  background: #ddd;
}
.call-dm-block::-webkit-scrollbar-thumb {
  background: #666;
}
@media screen and (max-width: 768px) {
  .call-dm-block {
    margin-bottom: 20px;
    padding: 0 0;
    max-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .call-dm-block.scroll {
    max-height: 300px;
    overflow: auto;
    padding: 15px;
    border: 1px solid #ddd;
  }
}
.call-dm-block .display-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .call-dm-block .display-table {
    display: block;
  }
}
.call-dm-block .display-table .call-dm-cell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .call-dm-block .display-table .call-dm-cell {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.call-dm-block .display-table .call-dm-cell:first-child {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .call-dm-block .display-table .call-dm-cell:first-child {
    padding: 0;
  }
}
.call-dm-block .display-table .call-dm-cell:last-child {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .call-dm-block .display-table .call-dm-cell:last-child {
    padding: 0;
  }
}
.call-dm-block .call-dem-title {
  padding: 15px 15px;
  margin: 0 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #0054ac;
  color: #FFF;
}
.call-dm-block .call-dem-title.sender {
  background: #1f2873;
}
@media screen and (max-width: 768px) {
  .call-dm-block .form-table {
    margin-bottom: 20px;
  }
}

.dm-info {
  margin: 20px 0px 0px;
  padding: 20px 25px 10px;
  background: #fafafa;
  border: solid 1px #979797;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .dm-info {
    padding: 20px 20px 10px;
  }
}
.dm-info .display-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dm-info .display-table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .dm-info .display-table > * {
    display: block;
  }
}
.dm-info .display-table-left {
  width: 80%;
  padding-right: 20px;
  vertical-align: top;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .dm-info .display-table-left {
    width: 100%;
    padding-right: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.dm-info .display-table-right {
  width: 20%;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dm-info .display-table-right {
    display: none;
  }
}
.dm-info .display-table-right img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.check-dm {
  padding: 0px 0px 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .check-dm {
    text-align: center;
  }
}
.check-dm li {
  display: inline-block;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .check-dm li {
    padding: 0 0 0 15px;
  }
}
.check-dm .btn-check {
  background: #FFF;
  padding: 10px 20px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #333;
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .check-dm .btn-check {
    padding: 8px 14px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.check-dm .btn-check:hover {
  cursor: pointer;
  background: #333;
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.send-block {
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .send-block {
    padding: 0 10px 10px;
  }
}

.address-select {
  padding: 20px 0 30px;
}

.address-option {
  margin: 20px 0px 0px;
}
@media screen and (max-width: 768px) {
  .address-option {
    margin: 10px 0 0;
  }
}
.address-option .address-option-table {
  display: table;
  width: 100%;
}
.address-option .address-option-table > * {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .address-option .address-option-table > * {
    vertical-align: top;
  }
}
.address-option .address-option-table .address-option-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .address-option .address-option-table .address-option-left {
    width: 20%;
    padding-right: 2%;
  }
}
.address-option .address-option-table .address-option-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .address-option .address-option-table .address-option-right {
    text-align: center;
    width: 80%;
  }
}
.address-option .address-option-table .address-check li {
  display: inline-block;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .address-option .address-option-table .address-check li {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.address-option .address-option-table .address-check li:first-child {
  padding-left: 8px;
}
.address-option .address-option-table .address-check li:last-child {
  padding-right: 8px;
}

#add_2, #add_3 {
  display: none;
}

/*-- お支払い方法 -------------------------------*/
@media screen and (max-width: 768px) {
  .payment-select-block {
    padding: 0px 10px;
  }
}
.payment-select-block li {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .payment-select-block li {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .radio-section {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.radio-section.payment {
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .radio-section.payment {
    padding: 10px;
  }
}
.radio-section.active {
  background: #ffebf2;
  border: 1px solid #ffebf2;
}

.payment-detail {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .payment-detail {
    padding: 10px;
  }
}
.payment-detail .payment-info-desc {
  margin: 0 0 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .payment-detail .payment-info-desc {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.payment-detail .payment-info-table {
  margin: 0 0 20px;
  display: table;
  width: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .payment-detail .payment-info-table {
    margin: 0 0 10px;
    display: block;
    line-height: 1.5;
  }
}
.payment-detail .payment-info-table .payment-info-cell {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .payment-detail .payment-info-table .payment-info-cell {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.payment-detail .payment-info-table .payment-info-cell:first-child {
  width: 65%;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .payment-detail .payment-info-table .payment-info-cell:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.payment-detail .payment-info-table .payment-info-cell:last-child {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .payment-detail .payment-info-table .payment-info-cell:last-child {
    width: 100%;
  }
}
.payment-detail .payment-info-table .payment-info-cell img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .payment-detail .payment-info-table .payment-info-cell img {
    margin: 5px auto;
    width: 90%;
  }
}

.payment-attention {
  padding: 30px;
  background: #daeaff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .payment-attention {
    padding: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.order-item-title {
  background: #91929d;
  margin: 0px 0 20px;
  padding: 15px 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .order-item-title {
    margin: 10px 0px 0px;
    padding: 10px 20px;
  }
}

.item-select-block {
  padding: 10px 0px;
}
.item-select-block .no-item {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item-select-block .btn-block, .item-select-block .cart-back {
    margin: 10px 10px;
  }
}

.order-date-text {
  padding: 8px 8px;
}

.search-catalog {
  zoom: 1;
  margin: 0 0 20px;
}
.search-catalog:before, .search-catalog:after {
  content: "";
  display: table;
}
.search-catalog:after {
  clear: both;
}
.search-catalog .form-position {
  float: left;
  width: 40%;
  margin-right: 20px;
}

.select-date {
  zoom: 1;
  margin: 20px 0 50px;
}
.select-date:before, .select-date:after {
  content: "";
  display: table;
}
.select-date:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .select-date {
    margin: 0px 0px 10px;
  }
}
.select-date .form-position {
  float: left;
  width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .select-date .form-position {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    margin-right: 0;
  }
}

.disable-select-date {
  padding: 20px;
  text-align: center;
}

.naire-block {
  margin: 10px 0px 10px;
}

.btn-naire-block {
  margin: 10px 0px;
  text-align: right;
}

.form-address-alldelete {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .form-address-alldelete {
    position: relative;
    top: inherit;
    right: inherit;
    padding: 0 10px 15px;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.select-combination {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .select-combination {
    width: 80%;
  }
}

.payment-credit-save {
  margin: 20px 0px 0;
  padding: 15px;
  background: #fff7de;
  border: 1px solid #FFC734;
  font-size: 14px;
  font-size: 0.875rem;
}
.payment-credit-save.disable {
  background: #eee;
  border: 1px solid #ddd;
  color: #888;
  pointer-events: none;
}
.payment-credit-save .display-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .payment-credit-save .display-table {
    display: block;
  }
}
.payment-credit-save .display-table .display-table-left {
  width: 22%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .payment-credit-save .display-table .display-table-left {
    display: block;
    width: 100%;
    padding: 5px 0px 15px;
    text-align: center;
  }
}
.payment-credit-save .display-table .display-table-right {
  width: 78%;
  vertical-align: middle;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .payment-credit-save .display-table .display-table-right {
    display: block;
    width: 100%;
  }
}

.jump-billing {
  position: absolute;
  top: 12px;
  right: 0px;
  width: 130px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .jump-billing {
    top: 7px;
    right: 8px;
    width: 90px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.form-user-add {
  margin: 0 0 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .form-user-add {
    margin: 0 10px 15px;
  }
}

.noshi-display {
  margin: 15px 0px;
}
.noshi-display img {
  width: 150px;
  height: auto;
}

.noshi-form-btn {
  text-align: right;
}
.noshi-form-btn a {
  margin-top: 10px;
  padding: 7px 13px 6px 18px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #c0c0c0;
  border-radius: 20px 20px;
  color: #444444;
}

.cart-back {
  width: 100%;
  padding: 20px 20px;
  list-style: inherit;
  margin: auto auto;
}

.cart-back-btn {
  overflow: hidden;
  margin: auto auto;
  display: inline-block;
}
.cart-back-btn li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cart-back-btn li {
    width: 100%;
    float: inherit;
  }
}
.cart-back-btn li:last-child {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .cart-back-btn li:last-child {
    width: 100%;
    float: inherit;
  }
}

.item-option-table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .item-option-table {
    display: block;
  }
}
.item-option-table .item-option-cell {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .item-option-table .item-option-cell {
    display: block;
    width: 100%;
  }
}
.item-option-table .item-option-cell:first-child {
  padding: 15px 15px 0;
  border: 1px solid #bdbdbd;
}
.item-option-table .item-option-cell:last-child {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .item-option-table .item-option-cell:last-child {
    padding: 10px 0;
  }
}
.item-option-table .item-option-cell .form-table tbody th {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .item-option-table .item-option-cell .form-table tbody th {
    width: 100%;
  }
}
.item-option-table .item-option-block {
  margin: 0 0 15px;
}
.item-option-table .item-option-block .item-option-title {
  margin: 0 0 5px;
  padding: 10px 10px;
  background: #f5f4ef;
}
.item-option-table .item-option-block .item-option-desc {
  padding: 8px 0px;
}
.item-option-table .option-noshi-table {
  display: table;
  width: 100%;
}
.item-option-table .option-noshi-table .option-noshi-cell {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
.item-option-table .option-noshi-table .option-noshi-cell:first-child {
  width: 15%;
}
.item-option-table .option-noshi-table .option-noshi-cell:last-child {
  width: 85%;
}
.item-option-table .option-noshi-table .option-noshi-title {
  font-weight: bold;
}

.form-section-content {
  padding: 0 10px;
}

/* 新規追加画面　20180705追加 */
.item-option-label {
  display: inline-block;
  padding: 4px 0;
}

.purchase-btn-area {
  width: 60%;
  margin: auto;
  overflow: hidden;
}
.purchase-btn-area .all-buy-btn,
.purchase-btn-area .deselect-btn {
  width: 140px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}
.purchase-btn-area .all-buy-btn {
  float: left;
}
.purchase-btn-area .deselect-btn {
  float: right;
}

.block-item-buy {
  min-width: 115px;
}

/*.block-item-quantity {*/
  /*min-width: 118px;*/
/*}*/

.price-box {
  min-width: 100px;
}

.calendar-area {
  width: 100%;
  height: 35px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #656565;
}

.recalculate-text {
  color: #ef4c4c;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
}
.recalculate-text .amount-to-free {
  font-size: 25px;
}

.recalculate-area {
  margin-top: -30px;
}
.recalculate-area .recalculate-btn {
  margin: auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  display: inherit;
  text-align: center;
  display: inherit;
}

.explanatory-text {
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
}

.total-price-btn {
  display: inherit;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

#order-btn {
  margin: auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .purchase-btn-area {
    width: 80%;
  }
  .purchase-btn-area .all-buy-btn,
  .purchase-btn-area .deselect-btn {
    width: 45%;
  }

  .sp-item-buy {
    padding: 0 !important;
  }
  .sp-item-buy .item-choice-title {
    text-align: center;
    background-color: #f4f4f4;
    padding: 10px 0;
    font-weight: bold;
  }

  #purchase-question01 {
    margin: 5px 0;
  }

  .item-buy-choice {
    text-align: center;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
  }
  .item-buy-choice label.item-option-label {
    padding: 0 5%;
  }

  .item-list-table th,
  .item-list-table td,
  .item-list-table th:last-child,
  .item-list-table td:last-child {
    border: none;
  }

  .item-info-area {
    border: 1px solid #ccc;
    margin-top: 10px;
  }
  .item-info-area:nth-child(1) {
    margin-top: 0;
  }

  .price-box {
    overflow: hidden;
  }
  .price-box .price-text {
    float: right;
  }

  .recalculate-area {
    margin: -30px 10px 20px 10px;
  }
  .recalculate-area .recalculate-btn {
    margin: 0px !important;
    width: 100%;
  }

  .total-price-btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .order-content-title,
  .order-content-area {
    margin: 0 10px;
  }

  #order-btn {
    padding-bottom: 30px;
  }
}
/* 買い物完了画面(文言追加版)　20180807追加 */
.confirmation-text {
  width: 860px;
  margin: auto;
  font-size: 17px !important;
  text-align: left !important;
  line-height: 1.9 !important;
}

.emphasis-text {
  font-weight: bold;
  color: #e42c2c;
}

@media screen and (max-width: 768px) {
  .confirmation-text {
    width: 100%;
  }
}
/* 新規追加画面(Winasデザイン版)　20180807追加 */
.total-fee-box {
  margin-top: 35px !important;
}

.caution-text {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.receiving-specification-area {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.receiving-specification-area .stores-specified-box {
  float: left;
}
.receiving-specification-area .stores-specified-box .stores-specified-title {
  font-size: 15px;
  display: block;
  background-color: #f4f4f4;
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.receiving-specification-area .stores-specified-box .stores-specified-title .stores-specified-text {
  float: left;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}
.receiving-specification-area .date-and-time-specified-box {
  float: right;
}
.receiving-specification-area .date-and-time-specified-box .date-and-time-specified-title {
  font-size: 15px;
  display: block;
  background-color: #f4f4f4;
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.receiving-specification-area .date-and-time-specified-box .date-and-time-specified-title .date-and-time-specified-text {
  float: left;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}
.receiving-specification-area .stores-specified-box,
.receiving-specification-area .date-and-time-specified-box {
  width: 48%;
  display: inline-block;
}

.required-selection {
  background-color: #ef4c4c;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  display: inline-block;
  float: right;
}

.selection-form {
  width: 100%;
  height: 40px;
  font-size: 16px;
}

.error-message-box {
  padding: 0 0 5px 0;
}

@media screen and (max-width: 768px) {
  .contents-of-goods-area {
    width: 100%;
  }

  .stores-specified-box,
  .date-and-time-specified-box {
    float: none !important;
    width: 100% !important;
  }

  .date-and-time-specified-box {
    margin-top: 30px;
  }

  .selection-form {
    font-size: 15px;
  }

  .order-btn-area {
    margin-bottom: 10px !important;
  }

  .catalog-code {
    padding: 10px 0;
  }
}
.subtitle-block {
  margin-top: 40px;
}

.receiving-specification-area02 {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.receiving-specification-area02 .stores-specified-box {
  float: left;
}
.receiving-specification-area02 .stores-specified-box .stores-specified-title {
  font-size: 15px;
  display: block;
  background-color: #f4f4f4;
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.receiving-specification-area02 .stores-specified-box .stores-specified-title .stores-specified-text {
  float: left;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}
.receiving-specification-area02 .date-and-time-specified-box {
  float: right;
}
.receiving-specification-area02 .date-and-time-specified-box .date-and-time-specified-title {
  font-size: 15px;
  display: block;
  background-color: #f4f4f4;
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.receiving-specification-area02 .date-and-time-specified-box .date-and-time-specified-title .date-and-time-specified-text {
  float: left;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}
.receiving-specification-area02 .stores-specified-box,
.receiving-specification-area02 .date-and-time-specified-box {
  width: 48%;
  display: inline-block;
}

.total-fee-box02 {
  margin-top: 25px !important;
}

/* 新規追加画面(ご注文内容確認)　20180824追加 */
.item-option-info {
  margin-top: 20px;
}

.owners-card-title {
  margin: 0 0 20px !important;
}

@media screen and (max-width: 768px) {
  .item-info-contents {
    margin: 0 10px;
  }

  .item-option-info {
    margin-top: 10px;
  }

  .owners-card-title {
    margin: 0 0 10px !important;
  }
}
/* 新規追加画面(カートの中身/お届けする商品の設定/ご注文内容確認)　20180828追加 */
.item-title-name {
  vertical-align: middle !important;
}

.product-category-index {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #0054ac;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.summary-item-name {
  padding-top: 5px;
}

.summary-item-list {
  margin-top: 10px;
  margin-left: 10px;
}

.item-name-box:nth-child(even) {
  margin: 10px 0;
}

.summary-item-unit {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .summary-item-name {
    padding-top: 10px;
  }

  .summary-item-list {
    margin-left: 0;
  }
}
/* 新規追加画面(ご予約の商品の設定[商品を受け取る店舗･日時の指定])　20180911追加 */
.selection-form-parent01,
.selection-form-children01,
.selection-form-parent02,
.selection-form-children02 {
  width: 48%;
}
.selection-form-parent01:nth-child(odd),
.selection-form-children01:nth-child(odd),
.selection-form-parent02:nth-child(odd),
.selection-form-children02:nth-child(odd) {
  float: right;
}
.selection-form-parent01:nth-child(even),
.selection-form-children01:nth-child(even),
.selection-form-parent02:nth-child(even),
.selection-form-children02:nth-child(even) {
  float: left;
}

.explanation-column {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.step-number {
  width: 22px;
  height: 22px;
  margin-right: 3px;
  margin-bottom: 2px;
  margin-left: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  background-color: #0054ac;
}

@media screen and (max-width: 768px) {
  .selection-form-parent01,
  .selection-form-children01,
  .selection-form-parent02,
  .selection-form-children02 {
    width: 100%;
  }
  .selection-form-parent01:nth-child(odd),
  .selection-form-children01:nth-child(odd),
  .selection-form-parent02:nth-child(odd),
  .selection-form-children02:nth-child(odd) {
    float: none;
  }
  .selection-form-parent01:nth-child(even),
  .selection-form-children01:nth-child(even),
  .selection-form-parent02:nth-child(even),
  .selection-form-children02:nth-child(even) {
    float: none;
  }

  .selection-form-parent01,
  .selection-form-parent02 {
    margin-bottom: 20px;
  }

  .explanation-column {
    line-height: 1.6;
  }
}
