/*
======================================================================
_item-estimate-pc
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 item-estimate
-----------------------------------------------------------
----------------------------------------------------------- */
body.Page-narrow-content .Content {
  max-width: 860px;
}

#item-estimate .Page-head .breadcrumb li + li + li a {
  pointer-events: none;
}

#item-estimate .wb-cart-estimate-title {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-cart-orderblock
-----------------------------------------------------------
----------------------------------------------------------- */
#item-estimate .wb-cart-orderblock + .wb-cart-orderblock,
#item-estimate .color-btn-wrap + .wb-cart-orderblock {
  margin-top: 60px;
}

#item-estimate .wb-cart-orderblock .wb-cart-orderblock-title {
  /* @mixin:PC-title-block */
  color: #00255d;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 27px;
}
#item-estimate .wb-cart-orderblock .wb-cart-orderblock-title::before {
  background: #d0d8e5;
  content: '';
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 48px;
}

#item-estimate .wb-cart-orderblock .wb-cart-orderblock-title button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
  border: none;
  background: none;
  box-shadow: none;
  color: #00255d !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  border: 1px solid;
  line-height: 1.3;
  padding: 6px 10px;
  font-size: 15px;
  margin-left: 15px;
  border-radius: 4px;
}

#item-estimate .wb-cart-orderblock .wb-cart-estimate-box {
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
}

#item-estimate .wb-cart-orderblock .wb-cart-estimate-box .wb-cart-estimate-box-beta {
  margin-left: 12px;
  font-weight: bold;
}

/*
---------------------------------------------------------
 select-item-block
--------------------------------------------------------- */
#item-estimate .select-item-block {
  margin-bottom: 60px;
}

#item-estimate .select-item-block .select-item-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

#item-estimate .select-item-block .select-item-inner .select-item .title {
  border-left: 2px solid #00255d;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 18px;
  padding: 6px 8px 7px;
  margin-bottom: 20px;
}

#item-estimate .select-item-block .select-item-inner .select-item-body {
  display: flex;
  padding: 15px;
  border: 1px solid #dddddd;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 410px;
  min-height: 172px;
}

#item-estimate .select-item-block .select-item-inner .select-item-body .item-img {
  margin-right: 10px;
}

#item-estimate .select-item-block .select-item-inner .select-item-body .item-img img {
  max-height: 140px;
}

#item-estimate .select-item-block .select-item-inner .select-item-body .item-name {
  font-weight: bold;
}

/*#item-estimate .wb-cart-formtable td input[type="text"], 
#item-estimate .wb-cart-formtable td textarea {
    padding: 4px 6px;
	vertical-align: middle;
}
#item-estimate .wb-cart-formtable select, 
#item-estimate .wb-cart-formtable input[type="text"] {
    font-size: 17px;
    height: 38px;
    padding: 0 7px;
}
#item-estimate .wb-cart-formtable td input#zip0 {
    width: auto;
    vertical-align: middle;
}
#item-estimate .wb-cart-formtable input[type="submit"], 
#item-estimate .wb-cart-formtable input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    vertical-align: middle;
    background-color: #FFA200;
    color: #FFF !important;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 18px;
    font-size: 15px;
    border-radius: 100px;
}
#item-estimate .wb-cart-formtable .zip-wrap input[type="button"] {
    padding: 6px 11px;
    margin-left: 4px;
    font-size: 14px;
}*/
/*
-----------------------------------------------------------
 wb-cart-formtable
----------------------------------------------------------- */
#item-estimate .wb-cart-formtable {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%;
}

#item-estimate .wb-cart-formtable > tbody > tr > th,
#item-estimate .wb-cart-formtable > tbody > tr > td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#item-estimate .wb-cart-formtable > tbody > tr > th {
  background: #f4f4f4;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  letter-spacing: 0;
  width: 25%;
  font-size: 16px;
  padding: 19px 12px;
}

#item-estimate .wb-cart-formtable > tbody > tr > td {
  padding: 18px 15px;
}



#item-estimate tbody tr:nth-child(2) td.v-label .Attention {
    display: none;
}

#item-estimate .wb-cart-formtable select,
#item-estimate .wb-cart-formtable input[type="text"] {
  font-size: 17px;
  height: 38px;
  padding: 0 7px;
}

#item-estimate .wb-cart-formtable input#zip {
  margin-right: 7px;
}

#item-estimate .wb-cart-formtable .Form-notes {
  color: #6D727B;
  display: inline-block;
  line-height: 1.3;
  font-size: 90%;
  margin-top: 5px;
}

#item-estimate .wb-cart-formtable .form-sub-wrap + .form-sub-wrap {
  margin-top: 12px;
}

#item-estimate .wb-cart-formtable .form-sub-wrap .form-sub-title {
  line-height: 1.3;
  margin-bottom: 5px;
}

#item-estimate .wb-cart-formtable .wb-cart-name-sei-mei-area input[type="text"] {
  width: 260px;
  margin: 0 7px 0 3px;
}

/*
-----------------------------------------------------------
 simulator-wrap/select-template-wrap
----------------------------------------------------------- */
#item-estimate .wb-cart-formtable .simulator-wrap .simulator-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 7px;
  margin-bottom: 7px;
}

#item-estimate .wb-cart-formtable .simulator-wrap .simulator-btn a,
#item-estimate .wb-cart-formtable .select-template-wrap .select-template-btn a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3;
  padding: 9px 10px 10px;
  font-size: 16px;
  border-radius: 50px;
  width: 260px;
  background: #00255d;
}

#item-estimate .wb-cart-formtable .simulator-wrap label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 115%;
  border-radius: 4px;
  line-height: 1.3;
  padding: 8px 8px;
}

#item-estimate .wb-cart-formtable .simulator-wrap label span.design-key {
  width: 24%;
  display: inline-block;
}

#item-estimate .wb-cart-formtable .simulator-wrap label input[type="text"] {
  margin-left: 5px;
  display: inline-block;
}

#item-estimate .wb-cart-formtable .select-template-wrap .select-template-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 7px;
}

/*
-----------------------------------------------------------
 select-template-design
----------------------------------------------------------- */
#item-estimate .wb-cart-formtable .select-template-wrap .select-template-design {
  display: flex;
  padding: 15px;
  border: 1px solid #dddddd;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  min-height: 150px;
  margin-top: 12px;
}

#item-estimate .wb-cart-formtable .select-template-wrap .select-template-design .select-template-design-img {
  margin-right: 10px;
}

#item-estimate .wb-cart-formtable .select-template-wrap .select-template-design .select-template-design-img img {
  max-height: 120px;
}

#item-estimate .wb-cart-formtable .select-template-wrap .select-template-design .select-template-design-name {
  font-weight: bold;
}

/*
-----------------------------------------------------------
 spinner_area
----------------------------------------------------------- */
#item-estimate .wb-cart-formtable .spinner_area {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  align-items: center;
  background-color: #fff;
  background: #f1f1f1;
}

#item-estimate .wb-cart-formtable .spinner_area input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  vertical-align: middle;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 17px;
  width: calc(100% - 22px);
  padding: 3px 5px;
  border-radius: 4px 0 0 4px;
  height: 40px;
  text-align: right;
}

#item-estimate .wb-cart-formtable .spinner_area input[type="number"]::-webkit-outer-spin-button,
#item-estimate .wb-cart-formtable .spinner_area input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#item-estimate .wb-cart-formtable .spinner_area input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  padding: 7px 0 0;
  width: 100%;
  line-height: 10px;
}

#item-estimate .wb-cart-formtable .spinner_area input[type="button"] + input[type="button"] {
  padding: 0 0 7px;
}

#item-estimate .wb-cart-formtable .spinner_area .btnspinner-wrap {
  width: 22px;
  background: transparent;
  border-radius: 0 4px 4px 0;
}

/*
-----------------------------------------------------------
 select-list-wrap
----------------------------------------------------------- */
#item-estimate .select-list-wrap .item-list li + li {
  margin-top: 10px;
}

#item-estimate .select-list-wrap .item-list li > label {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 120%;
  line-height: 1.3;
  padding: 13px 15px;
}

#item-estimate .select-list-wrap .item-list li > label input[type="radio"],
#item-estimate .select-list-wrap .item-list li > label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/* payment-text
----------------------------------------------------------- */
#item-estimate .select-list-wrap .item-list li .payment-text {
  color: #6D727B;
  font-size: 92%;
  line-height: 1.5;
  padding: 0 12px;
  margin: 8px 0 22px;
}

/* detail-box
----------------------------------------------------------- */
#item-estimate .select-list-wrap .item-list li .detail-box {
  background: #f4f4f4;
  padding: 12px 15px 15px;
  margin: 10px 10px 25px;
}

#item-estimate .select-list-wrap .item-list li .detail-box .detail-box-title {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 92%;
}

#item-estimate .select-list-wrap .item-list li .detail-box .detail-box-title ~ .detail-box-title {
  margin-top: 12px;
}

#item-estimate .select-list-wrap .item-list li .detail-box input[type="text"] {
  vertical-align: top;
  margin: 0;
}

#item-estimate .select-list-wrap .item-list li .detail-box textarea {
  vertical-align: top;
  margin: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 form-size-quantity
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 size-form-wrap
----------------------------------------------------------- */
#item-estimate .form-size-quantity .size-form-wrap .size-form-title {
  border-left: 2px solid #00255d;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
  padding: 3px 8px;
  font-size: 18px;
}

/* size-quantity-edit
----------------------------------------------------------- */
#item-estimate .form-size-quantity .size-quantity-edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
}

#item-estimate .form-size-quantity .size-quantity-edit dl {
  display: flex;
  width: calc((100% - 61px) / 4);
  margin-left: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#item-estimate .form-size-quantity .size-quantity-edit dl:nth-of-type(4n+1) {
  margin-left: 0;
}

#item-estimate .form-size-quantity .size-quantity-edit dl:nth-of-type(n+5) {
  margin-top: 15px;
}

#item-estimate .form-size-quantity .size-quantity-edit dt {
  font-weight: bold;
  margin-right: 10px;
  flex: 1;
  text-align: right;
}

#item-estimate .form-size-quantity .size-quantity-edit dd {
  width: 90px;
}

/*
-----------------------------------------------------------
 color-btn-wrap
----------------------------------------------------------- */
#item-estimate .color-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#item-estimate .color-btn-wrap .color-box {
  vertical-align: middle;
}

#item-estimate .color-btn-wrap .color-box .color-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: none;
  background: none;
  box-shadow: none;
  background-color: #00255d;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding: 5px 15px 8px;
  font-size: 14px;
  border-radius: 4px;
  min-width: 180px;
}

#item-estimate .color-btn-wrap .color-box .color-btn:before {
  content: '';
  background: url(/img/cart/icon_color.svg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-size: 14px auto;
  margin-right: 5px;
  margin-top: 1px;
}

#item-estimate .color-btn-wrap .color-box .color-btn span {
  display: inline-block;
  vertical-align: middle;
}

#item-estimate .color-btn-wrap .wb-cart-estimate-item_amount {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: baseline;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
}

#item-estimate .color-btn-wrap .wb-cart-estimate-item_amount span.wb-cart-estimate-item_amount-title {
  margin-right: 10px;
}

#item-estimate .color-btn-wrap .wb-cart-estimate-item_amount span.wb-cart-estimate-item_amount-value {
  font-size: 24px;
  color: #fb4c4c;
  line-height: 1;
}

#item-estimate .color-btn-wrap .wb-cart-estimate-item_amount span.wb-cart-estimate-item_amount-unit {
  margin-left: 2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 form-design-content
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 order-number-wrap
----------------------------------------------------------- */
#item-estimate .form-design-content .order-number-wrap {
  padding: 10px 0 5px;
}

#item-estimate .form-design-content .order-number-wrap > label span {
  display: block;
}

#item-estimate .form-design-content .order-number-wrap > label input[type="text"] {
  width: 270px;
}

/*
-----------------------------------------------------------
 design-posting-wrap
----------------------------------------------------------- */
#item-estimate .form-design-content .design-posting-wrap {
  padding-top: 10px;
}

#item-estimate .form-design-content .design-posting-wrap ul.posting-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#item-estimate .form-design-content .design-posting-wrap .posting-list li {
  border: 1px solid #ddd;
  transition: background-color 0.2s;
  border-radius: 4px;
  width: calc((100% - 21px) / 2);
  margin-left: 10px;
}

#item-estimate .form-design-content .design-posting-wrap .posting-list li:nth-of-type(2n+1) {
  margin-left: 0;
}

#item-estimate .form-design-content .design-posting-wrap .posting-list li > label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 120%;
  line-height: 1.3;
  padding: 13px 15px;
}

#item-estimate .form-design-content .design-posting-wrap .posting-list li > label input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-cart-estimate-print_pos
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 form-print-title
----------------------------------------------------------- */
#item-estimate .wb-cart-estimate-print_pos .form-print-title {
  margin-bottom: 10px;
}

#item-estimate .wb-cart-estimate-print_pos + .wb-cart-estimate-print_pos {
  margin-top: 30px;
}

#item-estimate .wb-cart-estimate-print_pos-name {
  display: block;
  border: 1px solid #ddd;
  transition: background-color 0.2s;
  border-radius: 4px;
}

#item-estimate .wb-cart-estimate-print_pos-name > label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 120%;
  line-height: 1.3;
  padding: 13px 15px;
}

#item-estimate .wb-cart-estimate-print_pos-name > label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/*
-----------------------------------------------------------
 form-print-body
----------------------------------------------------------- */
#item-estimate .wb-cart-estimate-print_pos .form-print-body {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 10px;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-image {
  width: 140px;
  margin-right: 20px;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail .print-list-wrap .print-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail .print-list-wrap .print-list li {
  display: flex;
  width: calc((100% - 11px) / 2);
  margin-left: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail .print-list-wrap .print-list li:nth-of-type(2n+1) {
  margin-left: 0;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail .print-list-wrap .print-list li:nth-of-type(n+3) {
  margin-top: 10px;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail br {
  display: none;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail select {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail input[type="text"] {
  margin: 0 0 0 8px;
  width: 70%;
  display: inline-block;
}

#item-estimate .wb-cart-estimate-print_pos .wb-cart-estimate-print_pos-detail textarea {
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-cart-btn
-----------------------------------------------------------
----------------------------------------------------------- */
#item-estimate .wb-cart-btn {
  margin-top: 40px;
}

#item-estimate .wb-cart-btn li a {
  padding: 13px 23px;
  font-size: 20px;
  min-width: 330px;
}

#item-estimate .wb-cart-btn ul.btn-list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#item-estimate .wb-cart-btn ul.btn-list li {
  margin: 0 15px;
}

#item-estimate .wb-cart-btn ul.btn-list li.btn-next a {
  background-color: #FFA200;
  color: #FFF !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1.3;
  padding: 9px 23px;
  font-size: 16px;
  border-radius: 100px;
  background-color: #ffa200;
  font-size: 20px;
}

#item-estimate .wb-cart-btn ul.btn-list li.btn-back a {
  color: #00255d !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  border: 1px solid;
  line-height: 1.3;
  padding: 9px 23px;
  font-size: 16px;
  border-radius: 100px;
  font-size: 20px;
  background-color: #fff;
}

#item-estimate .item_estimate-thanks .wb-cart-btn li a {
  padding: 9px 23px;
  font-size: 20px;
  min-width: 300px;
}

/*# sourceMappingURL=item-estimate-pc.css.map */
