﻿@charset "UTF-8";

/* ----注文フローステップ---- */

.block-order-flow--step {
  padding: 15px 0;
  margin: 0;
  text-align: center;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 5px 4px 5px 5px;
  margin: 0 24px 0 0;
  height: 30px;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  position: absolute;
  top: 0;
  right: -36px;
  content: "";
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-left: 18px solid #fff;
  border-bottom-width: 15px;
  border-top-width: 15px;
}

.block-order-flow--step-current {
  color: #fff;
  background: #41c010;
  font-weight: bold;
}

.block-order-flow--step-current:after {
  border-left: 18px solid #41c010;
}


/* ----注文フロー右サイドエリア----*/

.block-cart--container,
.block-order-method--container,
.block-order-estimate--container {
  position: relative;
}

.block-cart--container .order-side-area-fixed,
.block-order-method--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed {
  display: inline-block;
  position: fixed;
  top: 20px;
  z-index: 1;
}

.block-cart--container .order-side-area-end,
.block-order-method--container .order-side-area-end,
.block-order-estimate--container .order-side-area-end {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ----カートアイテム ---- */

.block-cart--infomation {
  background: #fff;
  border: 1px solid #666;
  margin: 20px auto;
  padding: 10px;
  text-align: left;
  width: 800px;
}

.block-cart--order-button-description {
  font-size: 12px;
  text-align: center;
}

.block-cart--amazonpay {
  border-top: 1px solid #9f9c97;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}

.block-cart--amazonpay-description {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}

.block-cart--container {
  position: relative;
  overflow: hidden;
}

.block-cart--goods-list-image {
  float: left;
  margin: 0 15px 0 0;
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-cart--goods-list-item-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.block-cart .block-icon {
  margin: 0 15px 0 0;
}

.block-cart--goods-list-item {
  float: left;
  width: 400px;
  margin: 8px 0 8px 0;
}

.block-cart--goods-list-item-price-info {
  float: left;
  width: 100px;
  text-align: right;
  margin: 8px 10px 0 10px;
  font-weight: bold;
}

.block-cart--goods-list-item-price {
  color: #333;
}

.block-cart--goods-list-item-input {
  float: right;
  width: 100px;
}

.block-cart--goods-list-item-qty {
  position: relative;
  margin: 0 0 10px 0;
}

.block-cart--goods-list-item-qty input {
  width: 100%;
  padding: 6px 10px 6px 10px;
}

.block-cart--goods-list-item-qty:after {
  position: absolute;
  top: 3px;
  right: 28px;
  content: "";
  width: 1px;
  height: 28px;
  background: #ccc;
}

.block-cart--goods-list-item-qty-plus {
  position: absolute;
  top: 6px;
  right: 10px;
}

.block-cart--goods-list-item-qty-minus {
  position: absolute;
  top: 21px;
  right: 10px;
}

.block-cart--goods-list-item-calc-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}

.block-cart--goods-list-item-delete {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
  width: 100%;
}

/* カート左エリア */
.block-cart--contents {
  width: 900px;
  float: left;
  background: #fff;
  border: solid 1px #dcdcdc;
}

.block-cart--goods-list li:last-child {
  border: none;
}

.block-cart--goods-list li {
  margin: 20px;
  padding: 0 0 12px 0;
  overflow: hidden;
  border-bottom: solid 1px #dcdcdc;
}

/* カート右サイドエリア */
.block-cart--side-area {
  position: relative;
  float: left;
}

.block-cart--side-contents {
  width: 280px;
  margin: 0 0 0 20px;
}

.block-cart--procedure {
  border: solid 1px #dcdcdc;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-cart--procedure-container {
  padding: 10px;
  overflow: hidden;
  background: #fffce4;
}

.block-cart--order-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.block-cart--order-btn-gift {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  background: #ffa200;
  border: #d28500 1px solid;
}


.block-cart--subtotal {
  text-align: center;
  padding: 8px 0;
}

.block-cart .block-exchange-price {
  text-align: center;
  margin-bottom: 8px;
}

.block-cart--subtotal-price {
  font-size: 18px;
  font-weight: bold;
}

.block-cart--continue-shopping {
  text-align: right;
  margin-bottom: 40px;
}

.block-cart--promotion {
  text-align: center;
}

.block-cart--promotion dd,
.block-cart--promotion dt {
  display: inline-block;
  margin-bottom: 10px;
}

.block-cart--promotion-discount {
  font-size: 13px;
  font-weight: bold;
}

.block-cart--continue-shopping-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

.block-promotion-message--content {
  border: 1px solid #f00;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.block-promotion-message--content span {
  color: #f00;
  font-weight: bold;
  font-size: 13px;
}

a.block-promotion-message--info {
  text-decoration: none;
}

/* ---------------------- */
/* ----通常の注文--------- */
/* ---------------------- */

/* ----カート画面直後のAmazonPayローディング---- */

.block-order-amazonpay--loading {
  text-align: center;
}

/* ----アマゾンウィジェット---- */
.block-order-estimate--amazonpay-address-widget,
.block-order-amazonpay--address-widget,
.block-amazon--address-widget {
  width: 600px;
  margin: 0 auto;
  height: 270px;
  padding: 5px 0;
  box-sizing: content-box;
}

/* ----注文方法指定画面---- */

/* 共通設定 */

.is-tax_ {
    font-size: 12px;
    margin-right: 4px;
}

div[class^="block-order-head--"] {
    margin-bottom: 40px;
}

div[class^="block-order-head--"] h1 {
    text-align: center;
    margin: 0;
}

.block-order-method,
.block-order-estimate {
    background: #F4F5F5;
    padding: 80px 0 60px;
    width: 70%;
    margin: 0 auto;
    min-width: 996px;
    max-width: 1080px;
}

.block-order-method--regular-content,
.block-order-method--host-confirmation,
.block-order-method--dest-content,
.block-order-method--goods-content,
.block-order-method--spec-content,
.block-order-method--payment-content,
.block-order-method--host-content,
.block-order-method--delivery-datetime-content,
.block-checklist--item,
.block-order-estimate--delivery-datetime-content,
.block-paymentMethod--item,
.block-credit--list,
.block-order-estimate--date-spec.is-smartphone{
  background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.block-order-method--goods-name,
.block-order-method--goods-set-name .block-goods-child,
.block-goods-child--plan,
.block-order-method--date-spec,
.block-order-method--time-spec,
.block-order-method--price-items,
.-questionnaire--box-content,
.block-order-estimate--date-spec.is-plan-day,
.block-order-estimate--date-spec.is-people,
.block-order-estimate .block-goods-child--per,
.block-order-estimate--date-spec.is-place-name,
.block-order-estimate--time-spec.is-option,
.block-order-estimate--price-items.is-coupon,
.block-order-estimate--price-items.is-other,
.is-questionnaire--box-content,
.block-credit--card-box-number,
.block-credit--card-box-security_code{
    border-bottom: 1px dotted #C7CACC;
    padding-bottom: 18px;
    margin-bottom: 16px;
}

.block-order-estimate--time-spec.is-option,
.block-order-method--price-items{
  padding-bottom: 0;
}
.block-order-estimate--price-items,
.block-order-method--date-spec{
  margin-bottom: 0;
}
.block-order-method--date-spec-content{
  padding-left:7px;
}
.block-order-method--option-spec{
    border-bottom: 1px dotted #C7CACC;  
}
.block-order-estimate--price-items.is-other .block-order-change--other-spec-wrap dl:last-child {
    border-bottom: none;
}

.block-order-estimate--date-spec.is-plan-day,
.block-order-estimate--date-spec.is-people{
    padding-bottom: 40px;
}

.block-credit--read{
    padding: 0 0 10px;
}
.block-order-estimate--date-spec.is-plan-day.is-Eticket,
.block-order-estimate--date-spec.is-plan-day.is-Eticket {
    padding: 0 0 18px;
}

.block-order-estimate--date-spec.is-plan-day.is-Eticket:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.block-order-method--goods-item-detail,
.block-order-method .block-goods-child--per,
.block-order-method--date-spec,
.block-order-method--time-spec,
.block-order-method--option-spec,
.block-order-method--goods-set-name,
.date-detail--option-spec--box,
.block-order-estimate--price-items,
.block-order-method--date-spec-content,
.block-order-method--price-items,
.block-order-method--postage,
.block-order-method--total,
.block-order-method--coupon,
.-questionnaire--box-content,
.block-order-method--purpose,
.block-order-estimate--time-spec.is-option,
.block-order-estimate--date-spec--box,
.block-order-estimate--date-spec.is-plan-day,
.block-order-estimate--date-spec.is-people,
.block-order-estimate .is-questionnaire--box-content,
.block-order-estimate .is-questionnaire--box-purpose,
.block-order-estimate--total,
.block-credit--card-box-number,
.block-credit--card-box-security_code,
.block-credit--card-box-expiration-date{
    display: -webkit-flex;
    display: flex;
}
.block-order-method--coupon{
  flex-wrap: wrap;
}



.block-order-method--date-spec,
.block-order-method--time-spec,
.block-order-method--option-spec,
.date-detail--option-spec--box,
.block-order-estimate--price-items,
.block-order-method--date-spec-content,
.block-order-method--price-items,
.block-order-method--postage,
.block-order-method--total,
.block-order-method--purpose,
.block-order-estimate--date-spec.is-plan-day,
.block-order-estimate--date-spec.is-people,
.block-credit--card-box-number,
.block-credit--card-box-security_code,
.block-credit--card-box-expiration-date {
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.block-order-change .block-goods-child--per{
    width: 100%;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top:10px;
}
.block-order-method--coupon .form-error,
.block-order-method--coupon-note{
  padding:5px 0 0 220px;
}


/* プランアイコン */
.block-order-method span[class^="block-goods-detail--price-list"],
.block-order-estimate span[class^="block-goods-detail--price-list"]{
    margin-right: 10px;
}

.block-order-method select,
.block-order-estimate select {
    background: linear-gradient(rgba(244, 245, 245, 0), rgba(122, 123, 123, 0.1));
    border: 1px solid #C7CACC;
    border-radius: 4px;
    width: 80px;
    height: 40px;
}

.block-order-method--goods-content:after {
    display: block;
    content: "";
    clear: both;
}

.block-order-method h3 {
    font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-order-method address {
  font-size: 12px;
  line-height: 1.4;
}

.block-order-method .block-icon {
  margin: 0 15px 0 0;
}

.block-order-method--container {
  display: block;
  overflow: hidden;
}

.block-order-method--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-order-method h2,
.block-order-estimate h2{
    font-size: 14px;
    color: #7B7D7E;
    font-weight: normal;
    margin-bottom: 14px;
    padding: 0;
}

.block-order-method--affiliate-comment {
    margin: 0 15px;
    padding-bottom: 10px;
    font-size: 13px;
}

.block-order-method--child-title {
    font-weight: bold;
    text-align: left;
}

.help-block.child {
    width: 100%;
    /* margin: 0 15px; */
}

/* .block-order-method--aboutchild {
    margin: 3px 5px 3px -115px;
} */

.block-order-child-comment {
  text-align: left;
}

.margin-top-bottom-auto {
  margin-top: auto;
  margin-bottom: auto;
}

/* .block-order-method-change--aboutchild {
    margin: 3px 15px;
    text-align: left!important;
} */

div[class^="block-order-method-"] h3 {
    margin-right: 80px;
    width: 190px;
    min-width: 190px;
    max-width: 190px;
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
}
.page-method div[class^="block-order-method-"] h3 {
    margin-right: 30px;

}


div[class^="block-order-method-"] h3 span.required,
div[class^="block-order-estimate-"] h3 span.required {
    margin-left: 20px;
}

h3.block-order-estimate--confirmation-title}{
    flex-basis: 50%;
    text-align: left;
}

.block-order-estimate--time-spec-content {
    flex: 1 4 auto;
}
.block-order-estimate--subtotal,
.block-order-estimate--postage.is-charge{
    border-bottom: 1px dotted #E8EBED;
    padding: 17px 7px 14px;

}
.block-order-estimate--subtotal.is-happyhour + .block-order-estimate--postage.is-charge,
.block-order-estimate--subtotal:nth-child(even) {
    background: #f9f9f9;
}
.block-order-estimate--subtotal--wrap{
      flex: 1 4 auto;
}
.block-order-estimate--subtotal:last-child {
    border-bottom: none;
}


.block-order-method--date-spec-content {
    -webkit-justify-content: space-around;
    justify-content: space-around;
   /* width: 690px;*/
}
.block-order-estimate--time-spec.is-option{
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
}
.date-detail-spec--box {
    margin-right: 6px;
    width: 205px;
    text-align: left;
}
.page-estimate .date-detail-spec--box {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px dotted #E8EBED;
    padding: 17px 7px 14px;
/*    margin-bottom: 8px;*/
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.page-estimate .date-detail-spec--box:nth-child(even) {
    background: #f9f9f9;
}

.page-estimate .date-detail-spec--box:last-child {
    border-bottom: none;
}
.date-detail-spec--box p {
    display: inline-block;
    margin-right: 12px;
}
.page-estimate .block-order-estimate--time-spec-content p{
    margin-right: 0;
}

.block-order-method .date_detail_spec--select,
div[class^="form-group block-login--member"] .form-control .js-efo,
div[class^="form-group block-login--member"] .form-control .checktype_sex,
.block-credit-expiration-date p {
    position: relative;
    display: inline-block;
}

.block-order-method--goods-name {
    font-size: 20px;
}

.block-order-method .date_detail_spec--select:before,
div[class^="form-group block-login--member"] .form-control .checktype_pref:before,
div[class^="form-group block-login--member"] .form-control .checktype_sex:before,
.block-credit-expiration-date p:before{
    content: "";
    position: absolute;
    top: 48%;
    right: 8px;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
}

.block-order-method--coupon input {
    background: #fff;
    border: 1px solid #A7A9AA;
    border-radius: 4px;
    width: 349px;
    height: 44px;
}
.coupon__textCodebtn_{
  padding-top: 13px;
  margin-left: 20px;
}
.coupon__textCodebtn_  .popup{
  background: linear-gradient(rgba(244, 245, 245, 0), rgba(122, 123, 123, 0.1));
  border: 1px solid #C7CACC;
  border-radius: 4px;
  color: #212324;
  height: 40px;
  padding: 10px 20px;
}


textarea.block-checklist--textarea {
    background: #fff;
    border: 1px solid #A7A9AA;
    border-radius: 4px;
    width: 100%;
    resize: none;
    margin-bottom: 10px;
}


/* チェックボックス */

.block-checklist--item .form-control input {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: linear-gradient(rgba(244, 245, 245, 0), rgba(122, 123, 123, 0.1));
    border: 1px solid #C7C7CC;
    position: relative;
}

.block-checklist--item .form-control input:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 12px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #C7C7CC;
    border-right: solid 2px #C7C7CC;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
}

.block-checklist--item .form-control input:checked {
    background: linear-gradient(rgba(0, 147, 255, 1), rgba(0, 132, 230, 1));
    border: 0px;
}

.block-checklist--item .form-control input:checked:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

@media all and (-ms-high-contrast: none) {
    .block-order-method--purpose input[type="radio"] {
        display: none;
    }

    .block-order-method--purpose input[type="radio"]+label {
        position: relative;
    }

    .block-order-method--purpose input[type="radio"]+label:before {
        content: "";
      display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #C7C7CC;
      background: linear-gradient(rgba(244, 245, 245, 0), rgba(122, 123, 123, 0.1));
    position: relative;
    vertical-align: middle;
    }

    .block-order-method--purpose input[type="radio"]+label:after {
        content: "";
        position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      content: '';
      box-sizing: border-box;
      z-index: 1;
      margin: 5px 8px;
      width: 6px;
      height: 9px;
      border: 2px solid #c7c7cc;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    vertical-align: middle;
    }

    .block-order-method--purpose input[type="radio"]:checked+label:before {
    border: 1px solid #0093FF;
    background-color: #0093FF;
    }

    .block-order-method--purpose input[type="radio"]:checked+label:after {
      border: 2px solid #ffffff;
      border-width: 0 2px 2px 0;
    }
}

.block-order-method .block-goods-child--per span {
    width: 50%;
    font-weight: bold;
}

.block-goods-child--per span.block-order-method--goods-item-qty-value {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.block-order-method--option-spec-content,
.block-order-method--postage--box,
.block-order-method--total,
.block-order-estimate--total {
    width: 100%;
}

/*.date-detail--option-spec--box p {
    min-width: 201px;
}*/
.is-date-spec-content{
  margin-bottom: 10px;
}

.date-detail--option-spec--box span {
    margin-left: auto;
}

.block-order-method--postage--box dl {
    border-bottom: 1px dotted #E8EBED;
    padding:16px 7px 18px;
}
.block-order-method--postage--box dl:last-child {
    border-bottom: 0;
}
/* 右サイドエリア */
.block-order-method--side-area {
  position: relative;
  float: left;
}

.block-order-method--side-contents {
  background: #eee;
  width: 300px;
  margin: 0 0 0 20px;
}

.block-order-method--next-btn {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 14px 0;
    margin: 0 0 10px;
}

.block-order-method--procedure-container {
    width: 384px;
    margin: 0 auto;
    text-align: center;
}

.block-order-method--procedure-container .block-order-method--back .btn {
  width: 100%;
    background: #fFF;
    color: #6D7072;
    border: 1px solid #A7A9AA;
    margin: 10px 0 30px;
}

.-questionnaire--box-content .form-group{
    width: 71%;
}

.block-checklist--box-content .form-control:after{
  content: "";
  display: block;
  clear: both;
}
.block-checklist--box-content .form-control li{
    float: left;
    width: 20%;
    margin-bottom: 20px;
}

/* お届け先 */
.block-order-method--dest-item:first-child {
  border-top: solid 1px #dcdcdc;
}

.block-order-method--dest-item {
  border-bottom: solid 1px #dcdcdc;
  padding: 20px;
  overflow: hidden;
}

.block-order-method--dest-item address {
  float: left;
}

.block-order-method--dest-item-nickname {
  font-weight: bold;
}

.block-order-method--dest-title-salesinclude {
  font-weight: bold;
  font-size: 16px;
}

.block-order-method--dest-item-salesinclude {
  font-weight: bold;
}

.block-order-method--dest-change {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-order-method--dest-change strong {
  font-weight: bold;
}

.block-order-method--dest-change span {
  margin-left: 20px;
  font-size: 12px;
}

.block-order-method--dest-add {
  text-align: right;
  padding: 20px;
}

.block-order-method--dest-item-edit {
  text-align: right;
}

.block-order-method--dest-list address {
  margin: 0 0 0 20px;
}

/* 商品情報 */
.block-order-method--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.block-order-method--goods-item-image {
  width: 200px;
}

.block-order-method--goods-info {
    width: 79%;
    margin-left: 30px;
}

.block-order-method--goods-item-name,
.block-order-method--goods-item-set-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.block-order-method--sales-detail-append-item {
  overflow: hidden;
}

/* 配送方法 */
.block-order-method--spec-content dl {
  margin: 0 0 10px 0;
}
.block-order-method--spec-content dl dt {
  float: left;
}
.block-order-method--spec-content dl dd {
  margin-left: 8em;
}

/* お支払い情報 */
.block-order-method--coupon-content,
.block-order-method--promotion-content,
.block-order-method--point-use {
  margin: 0 0 10px 0;
}

.block-order-method--payment-method-select li {
  margin: 0 0 10px 0;
}

.block-order-method--payment-method-select li .help-block {
  display: inline-block;
  margin-left: 30%;
}

.block-order-method--point-use-select {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-order-method--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}

.block-order-method--current-point {
  margin: 0 0 10px 0;
}

.block-order-method--current-point-num {
  font-weight: bold;
}

.block-order-method--coupon-available-btn {
  margin: 0 0 0 14px;
}

/* その他 */
.block-order-method--sales-append-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
}

.block-order-method--sales-append-content .form-label,
.block-order-method--sales-append-content .constraint {
  background-color: #f8f8f8;
}

.block-order-method--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

/* クーポンダイアログ */
.block-order-method--coupondialog-wrapper {
  max-height: 300px;
  overflow-y: auto;
}

.block-order-method--coupondialog-table {
  width: 100%;
}

.block-order-method--coupondialog-table td {
  background: #fff;
}

.block-order-method--coupondialog-header-code {
  width: 180px;
}

.block-order-method--coupondialog-header-select {
  width: 180px;
}

/* ---- 注文内容確認(通常フロー) ---- */

/* クレジットカード設定 */
dl.block-order-estimate--postage {
    flex: 1 4 auto;
}
.block-order-estimate--pay-input {
  margin-bottom: 10px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-order-estimate--pay-header {
  background: #333;
  padding: 10px;
  margin: 0 0 15px 0;
  color: #fff;
}

.block-order-estimate--pay-input .form-group .form-label {
  width: 25%;
}

.block-order-estimate--pay-savecard,
.block-order-estimate--pay-selectcard {
  padding: 0 0 0 20px;
}

.block-order-estimate--pay-input .block-common-alert-list {
  margin: 10px;
}

/* 画面内共通設定 */
.block-order-estimate--container {
  position: relative;
  overflow: hidden;
}

.block-order-estimate h3 {
    font-size: 12px!important;
    color: #212324;
    font-weight: bold!important;
    margin: 0!important;
    padding: 0;
    margin-right: 80px!important;
    text-align: left!important;
}
/*.block-order-estimate h3 {
    min-width: 160px;
}*/

.block-order-estimate--price-items.is-other {
  padding-bottom: 0;
}

.block-order-estimate--time-spec.is-option .block-order-estimate--confirmation-title,
.block-order-estimate--price-items.is-other .block-order-estimate--confirmation-title{
    margin-right: 30px!important;
    width: 190px;
}

.block-order-estimate--date-spec--box .block-order-estimate--date-spec h3 {
    min-width: auto;
    margin-right:40px !important;
}
.block-order-estimate--salesinclude-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 5px!important;
  width: 120px!important;
}

.block-order-estimate address {
  font-size: 12px;
  line-height: 1.4;
  word-wrap: break-word;
}

.block-order-estimate--point,
.block-order-estimate--entry-customer-point {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--novelty,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--entry,
.block-order-estimate--amazonpay-login {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px;
}

.block-order-estimate--date-spec.is-place-name .block-order-estimate--date-spec-content{
  font-weight: bold;
  font-size: 20px;
}

.block-order-estimate--contents.is-ticket .block-order-estimate--date-spec-content{
  padding:10px 0 0;
}
.block-order-estimate--contents.is-ticket .block-order-estimate--date-spec-content:first-child{
  padding: 0;
}

.block-order-estimate--date-spec.is-plan-name .block-goods-child--per{
  text-align: right;
}

.block-order-estimate--date-spec--box{
    width: 100%;
}

.block-order-estimate--date-spec.is-plan-day, .block-order-estimate--date-spec.is-people {
    padding: 20px 0 30px;
}
.block-order-estimate--date-spec--box .block-order-estimate--date-spec {
    width: 50%;
}
.block-order-estimate--date-spec--box .block-order-estimate--date-spec.is-plan-day {
    width: 45%;
}
.block-order-estimate--date-spec--box .block-order-estimate--date-spec.is-people{
    width: 55%;
}
.block-order-estimate--date-spec-content p {
    width: 86%;
}
.block-order-estimate--date-spec.is-people .block-order-estimate--date-spec-content p {
    width: auto;
    padding-right:100px;
}


/* 注文内容確認左サイドエリア */

.block-order-estimate--content {
  width: 880px;
  float: left;
}

/* お届け先情報 */
.block-order-estimate--confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-list {
  width: 415px;
  display: inline-block;
  vertical-align: top;
}

.block-order-estimate--confirmation-list li {
  padding: 0 0 20px 0;
}

.block-order-estimate--confirmation-list-full li {
  padding: 0 0 20px 0;
}

.block-order-estimate--amazonpay-wallet {
  color: #333;
  border: 1px solid #dcdcdc;
  clear: both;
}

.block-order-estimate--amazonpay-wallet-header {
  background: #333;
  padding: 10px;
  color: #fff;
}

.block-order-estimate--amazonpay-wallet-content {
  margin: 15px auto;
  height: 270px;
}

.block-order-estimate--amazonpay-wallet-widget {
  margin: 0 auto;
  width: 600px;
}

/* 配送希望情報 */
.block-order-estimate--date-spec-confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-message {
  color: #555;
  font-size: 12px;
}

/* ノベルティ商品のノベルティ選択 */
.block-order-estimate--novelty-item label {
  cursor: pointer;
}

.block-order-estimate--novelty-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.block-order-estimate--novelty-item-image,
.block-order-estimate--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

.block-order-estimate--novelty-item-image {
  width: 200px;
}

.block-order-estimate--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-estimate--novelty-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

/* ご注文商品 */
.block-order-estimate--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.block-order-estimate--goods-item-image {
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.page-estimate .block-icon {
  margin: 0 15px 0 0;
}

.block-order-estimate--goods-item {
  float: left;
  width: 50%;
}

.block-order-estimate--goods-item-comment {
  overflow: hidden;
}

.block-order-estimate--goods-price-items {
  float: right;
}

.block-order-estimate--amt {
  width: 140px;
  text-align: right;
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #333;
}

.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* その他 */
.block-order-estimate--sales-append-list {
  width: 100%;
}

.block-order-estimate--sales-append-list th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #999;
  color: #fff;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 30%;
}

/* AmazonPayログイン */
.block-order-estimate--amazonpay-loginform {
  margin: 10px 0 0 0;
}

.block-order-estimate--amazonpay-loginform .form-label {
  text-align: left;
}

/* 備考 */
.block-order-estimate--comment-content textarea {
  width: 100%;
}

/* 注文内容確認右サイドエリア */

.block-order-estimate--order-terms-link {
    margin-top: 20px;
    text-align: center;
}
.block-order-estimate--procedure-container {
    text-align: center;
}

.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
}

.block-order-estimate--side-area {
  position: relative;
  float: left;
}

.block-order-estimate--side-contents {
  width: 300px;
  margin: 0 0 0 20px;
}

.block-order-estimate--commit {
  text-align: center;
  margin: 0 0 10px 0;
}

.block-order-estimate--commit-btn {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 5px 0;
  padding: 14px 0;
  font-weight: bold;
}

.block-order-estimate--total {
}

.block-order-estimate .block-exchange-price {
  text-align: center;
  margin-bottom: 12px;
}

.block-order-method--total-price,
.block-order-estimate--total-price {
  font-size: 18px;
  font-weight: bold;
}

.block-order-method--total-tax,
.block-order-estimate--total-tax {
  font-size: 11px;
}

.block-order-estimate--point-add {
  overflow: hidden;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #dcdcdc;
  font-size: 12px;
}

.block-order-estimate--point-add dt {
  float: left;
  width: 40%;
}

.block-order-estimate--point-add dd {
  float: left;
  width: 60%;
  text-align: right;
}

.block-order-estimate--point-add-num {
  color: #f00;
  font-size: 16px;
}


.block-order-estimate--point-add dd + dd {
  width: 100%;
  color: #f00;
  font-size: 11px;
  text-align: left;
  padding-bottom: 10px;
}

.block-order-method--price-items dt,
.block-order-estimate--price-items dt,
.block-order-method--total dt,
.block-order-estimate--total dt {
  display: inline-block;
  letter-spacing: normal;
  width: 49.4%;
}
.block-order-method--total dt,
.block-order-estimate--total dt {
   font-weight: bold;
}
.block-order-method--goods-set-name .block-goods-child {
    display: inline-block;
    width: 50%;
    margin-right: 30px;
}
.block-order-method--goods-set-name .block-goods-child:last-child {
    margin-right: 0px;
}

.block-order-method--price-items dd,
.block-order-estimate--price-items dd,
.block-order-method--total dd {
  display: inline-block;
  letter-spacing: normal;
  text-align: right;
    width: 50%;
}
.block-order-estimate--postage dd.block-order-estimate--subtotal-price{
  padding-right: 7px;
}

/* メッセージ「クール便追加料金を含む」 */
dd.block-order-estimate--cool-postage {
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
}

.block-order-estimate--promotion-novelty-helper {
  border: 1px solid #f00;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.block-order-estimate--date-spec.is-people,
.block-order-estimate--price-items.is-coupon,
.block-checklist--item {
    position: relative;
}
.block-order-estimate--price-items.is-coupon{
    padding-right: 7px;
}


/* お届け先の変更(ダイアログ)*/
.block-order-estimate--address-frame {
  background: #f8f8f8;
  max-width: 725px;
  margin: 0 auto;
}

.block-order-estimate--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* 変更ボタン */
p.changeCouponBtn_ {
    margin: 10px 0 10px 10px;
}
.block-order-estimate .changeBtn_ {
    background: linear-gradient(rgba(244, 245, 245, 0), rgba(122, 123, 123, 0.1));
    border: 1px solid #C7CACC;
    border-radius: 4px;
    color: #212324;
    height: 40px;
    padding: 10px 20px;
}

/*.block-order-estimate--date-spec.is-people .changeBtn_,
.block-order-estimate--price-items.is-coupon .changeCouponBtn_ {
    position: absolute;
    top: 0;
    right: 0;
}*/
.block-order-estimate--date-spec.is-people .changeBtn_ {
    position: absolute;
    top: 6px;
    right: 7px;
}

.block-checklist--item .changeBtn_ {
    position: absolute;
    top: 40px;
    right: 40px;
}

.block-order-estimate--address-frame-close {
  position: relative;
  cursor: pointer;
}

.block-order-estimate--address-frame-close span {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}

.block-order-estimate--address-frame-close span:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
}

/* お届け先の変更 */
.block-order-estimate--address-frame h2 {
  color: #fff;
  background: #333;
  border-bottom: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px;
}

.block-order-estimate--dest-address-item-register-input-title {
  font-weight: bold;
}

.block-order-estimate--dest-address-select,
.block-order-estimate--amazonpay-address-select {
  padding: 5px 20px;
}

.block-order-estimate--dest-salesinclude-address-select,
.block-order-estimate--dest-salesinclude-address-note {
  padding: 0 20px;
}

.block-order-estimate--amazonpay-address-area p {
  margin-left: 20px;
}

.block-order-estimate--dest-address-list {
  padding: 20px;
}

.block-order-estimate--amazonpay-address-container {
  padding: 0 0 10px 0;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  vertical-align: top;
}

.block-order-estimate--dest-address-item-container {
  height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px 0 0 0;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 5px 10px 0;
  padding: 10px;
}

.block-order-estimate--dest-address-item address {
  word-wrap: break-word;
}

.block-order-estimate--dest-address-change-btn {
  width: 100%;
}

.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
}

.block-order-estimate--dest-address-change {
  text-align: right;
}

.block-order-estimate--dest-address-change,
.block-order-estimate--dest-address-item-buttons {
  height: 31px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
}

/* お届け先情報入力 */
.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical,
.block-order-estimate--guest-address-input-form {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px;
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  margin: 10px 0;
}

.block-order-estimate--dest-address-name .checktype_name,
.block-order-estimate--dest-address-kana .checktype_kana,
.block-order-estimate--guest-address-name .checktype_name,
.block-order-estimate--guest-address-kana .checktype_kana {
  margin: 0 0 10px 0;
}

/* お届けサイクル */
.block-order-estimate--regular-cycle {
  width: 80%;
}

.block-order-estimate--regular-cycle th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #999;
  color: #fff;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 30%;
}

/* ---- 注文完了(通常・ギフトフロー共通) ---- */

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
}

.block-order-complete--message {
  margin: 0 0 10px 0;
}
.block-order-complete--message p{
  padding: 10px 0;
  line-height: 1.6;
}
.block-order-complete--orderinfo dt {
  width: 30%;
  background: #f8f8f8;
  font-weight: bold;
  float: left;
}

.block-order-complete--orderinfo dt,
.block-order-complete--orderinfo dd {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 8px 8px 8px;
}

.block-order-complete--orderinfo dd {
  margin-left: 30%;
}

.block-order-complete--orderinfo dd:after {
  clear: both;
  display: block;
}

.block-order-complete--home {
  margin: 20px auto;
  text-align: center;
}

.block-order-complete--home-btn {
  padding: 10px;
}

.block-order-complete--customerentry-form {
  margin: 20px 0 0 0;
}

.block-order-complete--rules {
  margin: 10px 0 0 0;
}

.block-order-complete--orderid {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--orderid th {
  width: 30%;
}

.block-order-complete--orderid td {
  width: 70%;
}


.block-order-complete--salesinclude {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--salesinclude th {
  width: 30%;
}

.block-order-complete--salesinclude td {
  width: 70%;
}


.block-order-complete--convenience {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--convenience th {
  width: 30%;
}

.block-order-complete--convenience td {
  width: 70%;
}
.block-order-complete--wrap.is-reservation {
    width: 47%;
    min-width: 588px;
    margin: 0 auto 40px;
}
.block-order-complete {
    text-align: center;
    padding-top: 80px;
}

.block-order-complete--orderid {
    background: #fff;
    border: 1px solid #C7CACC;
    padding: 13px 0;
    text-align: center;
    width: 100%;
    min-width: 588px;
    margin: 0 auto 10px;
    border-radius: 4px;
}
.block-order-complete--orderid .is-order-id {
    color: #333;
    font-size: 20px;
    margin-left: 14px;
    display: inline-block;
}
.block-order-complete--message.is-attention p {
    margin-bottom: 35px;
}
.block-order-complete--message .is-order-complete-thanks {
    color: #0093FF;
    font-size: 18px;
    line-height: 1.2;
}
.is-order-complete-thanks span {
    font-size: 50px;
    margin-bottom: 16px;
    display: inline-block;
}
figure.block-order-complete--img {
    width: 64px;
    margin: 20px auto;
}
ul.is-order-complete-link li {
    margin-top: 20px;
}
/* ---------------------- */
/* ----ギフトフロー------- */
/* ---------------------- */

/* ---- 配送先選択 ---- */

.block-order-gift-dest h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.block-order-gift-dest--check-all {
  margin: 0 0 10px 0;
}

.block-order-gift-dest--list-wrapper,
.block-order-gift-dest--method-sender-info,
.block-order-gift-dest--address-item,
.block-order-gift-dest--method-sender-info-edit {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  background: #f8f8f8;
}

.block-order-gift-dest--address-item-title {
  font-weight: bold;
}

.block-order-gift-dest--address-item address {
  margin: 5px 0 5px 20px;
}

.block-order-gift-dest--address-change {
  text-align: right;
}

.block-order-gift-dest--address-error {
  margin: 0 0 10px 0;
}

/* 贈り主情報エリア */
.block-order-gift-dest--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-order-gift-dest--method-sender-change label {
  font-weight: bold;
}

.block-order-gift-dest--method-sender-info address {
  margin: 0 0 10px 0;
}

.block-order-gift-dest--address-item {
  background: #f8f8f8;
}

.block-order-gift-dest--method-sender-info-edit {
  margin: 10px 0 0 0;
}

.block-order-gift-dest--method-sender-btn {
  text-align: right;
}

.block-order-gift-dest--action-buttons {
  margin: 0 0 20px 0;
}

/* ---- 配送先商品追加 ---- */
.block-order-gift-select h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-select h3 {
  font-size: 16px;
  font-weight: bold;
}

.block-order-gift-select--sender-info,
.block-order-gift-select--delivery-dest-content,
.block-order-gift-select--delivery-date,
.block-order-gift-select--payment-content,
.block-order-gift-select--point-use-select {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-select--sender-info {
  margin: 0 0 5px 0;
}

.block-order-gift-select--delivery-dest-add {
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-select,
.block-order-gift-select--point-use-select {
  padding: 10px 10px 10px 10px;
  margin: 0 0 0 0;
}

/* お届け先 */
.block-order-gift-select--delivery-dest-header {
  position: relative;
}

.block-order-gift-select--delivery-dest-delete {
  position: absolute;
  right: 0;
  top: 3px;
}

.block-order-gift-select--delivery-dest-nickname {
  font-weight: bold;
}

.block-order-gift-select--delivery-dest-address address {
  margin: 0 0 10px 0;
}

.block-order-gift-select--delivery-dest-goods-content-list table {
  width: 100%;
}

.block-order-gift-select--delivery-dest-goods-name {
  width: 800px;
}

.block-order-gift-select--delivery-dest-goods-qty {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-qty input {
  text-align: right;
  margin: 0 0 0 10px;
}

/* お届け先商品 */
.block-order-gift-select--delivery-dest-goods-content-info,
.block-order-gift-select--delivery-dest-goods-noshi {
  width: 100%;
  margin: 0 0 10px 0;
}

.block-order-gift-select--delivery-dest-goods-price,
.block-order-gift-select--delivery-dest-goods-total,
.block-order-gift-select--delivery-dest-goods-noshi-charge {
  width: 18%;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-sales-qty {
  width: 100px;
}

.block-order-gift-select--delivery-dest-goods-sales-qty input {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-content-info-delete,
.block-order-gift-select--delivery-dest-goods-noshi-edit {
  width: 70px;
}

.block-order-gift-select--delivery-dest-goods-noshi th,
.block-order-gift-select--delivery-dest-goods-noshi td {
  text-align: left;
}

.block-order-gift-select--delivery-dest-total table {
  margin-left: auto;
}

/* 配送方法 */
.block-order-gift-select--delivery-date-content {
  display: table;
}

.block-order-gift-select--delivery-date-content dt,
.block-order-gift-select--delivery-date-content dd {
  display: table-cell;
}

/* お支払い情報 */
.block-order-gift-select--method-list li {
  margin: 0 0 10px 0;
}

.block-order-gift-select--method-list li .help-block {
  display: inline-block;
  margin-left: 30%;
}

.block-order-gift-select--method-list label {
  cursor: pointer;
}

.block-order-gift-select--current-point {
  margin: 0 0 10px 0;
}

.block-order-gift-select--current-point-num {
  font-weight: bold;
}

.block-order-gift-select--coupon-available-btn {
  margin: 0 0 0 14px;
}

.block-order-gift-select--point-use-select {
  background: #f8f8f8;
}

.block-order-gift-select--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}

/* その他 */
.block-order-gift-select--sales-append-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
}

.block-order-gift-select--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

/* ---- のし・ラッピング設定 ---- */

.block-order-gift-noshi h1 {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  padding: 15px 0 0 0;
}

.block-order-gift-noshi h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-noshi h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.block-order-gift-noshi--sender {
  font-weight: bold;
}

.block-order-gift-noshi--noshi-select,
.block-order-gift-noshi--purpose-select,
.block-order-gift-noshi--paper-wrapper,
.block-order-gift-noshi--nameprint-wrapper,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-noshi--noshi-select li,
.block-order-gift-noshi--purpose-select li,
.block-order-gift-noshi--paper-wrapper li,
.block-order-gift-noshi--nameprint-wrapper li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--wrap-select li,
.block-order-gift-noshi--bag-wrapper li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.block-order-gift-noshi--paper-item-price,
.block-order-gift-noshi--bag-item-price,
.block-order-gift-noshi--wrap-item-price {
  display: block;
}

.block-order-gift-noshi--paper-message,
.block-order-gift-noshi--covertype-message,
.block-order-gift-noshi--wrap-message,
.block-order-gift-noshi--bag-message {
  background: #f8f8f8;
  border: solid 1px #dcdcdc;
  margin: 10px 0 10px 0;
  padding: 20px 20px 20px 20px;
  width: 60%;
}

.block-order-gift-noshi--setting-message {
  text-align: center;
  font-weight: bold;
}

.block-order-gift-noshi--nameprint-input {
  margin: 15px 0 0 0;
}

.block-order-gift-noshi--setting-all-btn {
  margin: 0 0 20px 0;
}

/* ---- 注文内容確認(ギフトフロー) ---- */

.block-order-gift-confirmation h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-confirmation h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-order-gift-confirmation table {
  width: 100%;
}

.block-order-gift-confirmation--item-image figure,
.block-order-gift-confirmation--sending-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--item-image,
.block-order-gift-confirmation--sending-item-image {
  width: 220px;
}

.block-order-gift-confirmation--order-item-wrapper,
.block-order-gift-confirmation--order,
.block-order-gift-confirmation--destination-address-wrapper,
.block-order-gift-confirmation--other-wrapper,
.block-order-gift-confirmation--novelty-content,
.block-order-gift-confirmation--order-comment,
.block-order-gift-confirmation--payment-method-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-confirmation--order-item-detail {
  display: inline-block;
  width: 780px;
  vertical-align: top;
}

.block-order-gift-confirmation--order-item-summary {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 0 0 0 15px;
}

.block-order-gift-confirmation--order-item-summary-table th,
.block-order-gift-confirmation--point-summary th {
  width: 180px;
}

.block-order-gift-confirmation--order-item-summary-table td,
.block-order-gift-confirmation--point-summary td {
  text-align: right;
}


.block-order-gift-confirmation--item-qty-header {
  width: 50px;
}

.block-order-gift-confirmation--item-amount,
.block-order-gift-confirmation--item-qty {
  text-align: right;
}

/* ノベルティ商品のノベルティ選択 */
.block-order-gift-confirmation--novelty-item label {
  cursor: pointer;
}

.block-order-gift-confirmation--novelty-item {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.block-order-gift-confirmation--novelty-item-image,
.block-order-gift-confirmation--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

.block-order-gift-confirmation--novelty-item-image {
  width: 200px;
}

.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-gift-confirmation--novelty-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

/* 配送情報 */
.block-order-gift-confirmation--shipping-address {
  display: inline-block;
  vertical-align: top;
  width: 700px;
}

.block-order-gift-confirmation--shipping-info {
  width: 430px;
  display: inline-block;
  margin: 0 0 0 15px;
}

.block-order-gift-confirmation--shipping-info-detail th {
  width: 150px;
}

/* お届け先 */
.block-order-gift-confirmation--destination-address {
  margin: 0 0 10px 0;
}

.block-order-gift-confirmation--sending-item-qty-header {
  width: 50px;
}

.block-order-gift-confirmation--sending-item-qty {
  text-align: right;
}

.block-order-gift-confirmation--sending-item-comment-header,
.block-order-gift-confirmation--sending-item-noshi-header {
  width: 220px;
}

/* その他 */
.block-order-gift-confirmation--other-detail th {
  width: 300px;
}

.block-order-gift-confirmation--order-comment textarea {
  width: 100%;
}

/* クレジットカード */
.block-credit--list .is-card_num_,
.block-credit--list input[name="card_num"]{
    border-radius: 4px;
    width: 30%;
}

.block-credit--list .is-card_num_ .small{
    font-size: 11px;
    line-height: 1.7;
}

.block-credit--list input[name="card_num"]{
    width: 100%;
    height: 44px;
}

.block-credit--list input[name="security_code"]{
    height: 44px;
    border-radius: 4px;
    width: 30%;
}
.block-credit--list input[name="security_code"]{
  margin-right: 20px;
}

.block-credit--list div#modal-content {
    height: 269px;
    width: 300px;
    padding: 25px;
}
.block-credit--list div#modal-content h1{
    font-size: 18px;
}
.block-credit--list div#modal-content img{
    width: 100%;
}
.block-credit--list div#modal-content .block-search-option--head-cancel{
    width: 40px;
    height: 40px;
    position: absolute;
    right: -30px;
    top: -50px;
    left: auto;
}
.block-credit--list div#modal-content .block-search-option--head-cancel a {
    text-indent: -9999px;
    display: block;
}

.block-credit--list div#modal-content .block-search-option--head-cancel a:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 19px;
    left: 0px;
    width: 40px;
    height: 2px;
    margin-top: -2px;
    background: #fff;
    transform: rotate(45deg);
}
.block-credit--list div#modal-content .block-search-option--head-cancel a:after{
display: inline-block;
    content: "";
    position: absolute;
    padding: 0;
    width: 2px;
    height: 40px;
    background: #fff;
    transform: rotate(45deg);
    top: -3px;
    right: 19px;
}
.block-credit--list .block-search-option--head-cancel:after{
  content: unset;
  display: none;
}
/* 注文確認：確定ボタン下のリンクボタンリスト */
.block-order-estimate--procedure-container ul li {
    margin-top: 10px;
}

/* スマートフォン所持確認チェック */
.block-order-estimate--date-spec-content .block-order-estimate--order-terms-link {
    text-align: left;
    margin-top: 20px;
}