@charset "UTF-8";

.container_.page__confirmation_ .table__product__layout_ {
  margin-bottom: 10px !important;
}
.estimateServiceCase {
  margin: 20px 0 10px;
}
.estimateServiceCase__title {
  color: #2299e1;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.estimateServiceCase__titleNote {
  color: #000;
  font-size: 12px;
  padding-left: 10px;
  display: inline-block;
}
.estimateServiceCase__box {
  margin-bottom: 10px;
}
.estimateServiceCase__box:last-child {
  margin-bottom: 0;
}
.estimateServiceCase__label {
  display: block;
  position: relative;
  cursor: default !important;
}
.estimateServiceCase__box--multi .estimateServiceCase__label {
  padding-left: 30px;
  cursor: pointer !important;
}
.estimateServiceCase__box--multi .estimateServiceCase__label::before {
  content: "";
  height: 16px;
  width: 16px;
  margin-top: -10px;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.estimateServiceCase__box--multi .estimateServiceCase__input:checked + .estimateServiceCase__label::after {
  content: "";
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background: #229ae1;
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
}
.estimateServiceCase__container {
  display: flex;
  align-items: center;
}
.estimateServiceCase__container:last-child {
  margin-bottom: 0;
}
.estimateServiceCase__img {
  height: auto;
  width: 90px;
}
.estimateServiceCase__img img {
  height: auto;
  width: 100%;
  border: 1px solid #ebebeb;
}
.estimateServiceCase__text {
  font-size: 14px;
  margin-left: 20px;
}


.shippingMethod {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
}
.shippingMethod__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shippingMethod__listContents {
  flex-basis: 48%;
  max-width: 48%;
}
.shippingMethod__list .shippingMethod__listContents:nth-child(n+3) {
  margin-top: 15px;
}
.shippingMethod__note {
  color: #666;
  font-size: 12px;
  padding-top: 2px;
  display: block;
}