@charset "UTF-8";
/* Cart
-------------------------------*/
/* @media (max-width: 750px) {
  .cart-page input[type=radio] + label {
	padding-left: 40px;
	font-size: 2rem;
  }
  .cart-page input[type=radio] + label:before {
	width: 30px;
	height: 30px;
  }
  .cart-page input[type=radio] + label:after {
	width: 22px;
	height: 22px;
	left: 4px;
  }
} */
.cart-page .button {
  transition: opacity 0.3s ease-out;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cart-page .button--green {
  background: #00A850;
  border: none;
}
.cart-page .button--white {
  background: white;
  color: #046BB7;
  border: solid 1px #046BB7;
}
.cart-page .mainContentsInner {
  max-width: 1160px;
  margin: auto;
}
.cart-page .import-box {
  background: #F7F7F7;
}
@media (max-width: 1023px) {
  .cart-page .import-box {
	padding: 50px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .import-box {
	padding: 0 8.1896551724%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 112px;
	margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .cart-page .import-box {
	padding: 0 3.125vw;
  }
}
.cart-page .import-box .import-box__label {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .cart-page .import-box .import-box__label {
	text-align: center;
	margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .import-box .import-box__label {
	font-size: 2rem;
	margin-right: 40px;
	min-width: 260px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .cart-page .import-box .import-box__label {
	font-size: 1.5625vw;
	margin-right: 3.125vw;
  }
}
@media (max-width: 1023px) {
  .cart-page .import-box .import-box__input {
	text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .import-box .import-box__input {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 71.1340206186%;
  }
}
.cart-page .import-box .import-box__button--list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .cart-page .import-box .import-box__button--list {
	max-width: 330px;
	margin: auto;
	margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .import-box .import-box__button--list {
	width: 47.8260869565%;
	margin-left: auto;
  }
}
.cart-page .import-box .import-box__button--list li {
  width: calc(50% - 8px);
}
@media screen and (min-width: 1024px) {
  .cart-page .import-box .import-box__button--list li {
	width: calc(50% - 10px);
  }
}
.cart-page .import-box .button {
  margin: 0;
  width: 100%;
  height: 32px;
  font-size: 1.4rem;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1023px) {
  .cart-page .import-box .button {
	height: 40px;
	font-size: 1.6rem;
  }
}
.cart-page .import-box .button--file {
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1023px) {
  .cart-page .import-box .button--file {
	width: 200px;
	margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .import-box .button--file {
	width: 22.4637681159%;
	margin-right: 5.7971014493%;
  }
}
.cart-page .import-box .button--file:hover {
  opacity: 0.7;
}
.cart-page .import-box .file-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #046BB7;
  font-weight: bold;
  padding-left: 28px;
  background: url(../img/icon/ico-file.svg) no-repeat left center;
}
@media (max-width: 1023px) {
  .cart-page .import-box .file-name {
	font-size: 1.8rem;
	background-size: 22px;
	margin-top: 20px;
	display: inline-block;
	max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .import-box .file-name {
	width: 18.5507246377%;
  }
}
.cart-page .import-box .file-name:not(.show) {
  display: block;
}
.cart-page .page__ttl-area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
	margin-left: auto;
}
/* @media (max-width: 750px) {
  .cart-page .page__ttl-area {
	margin-bottom: 40px;
  }
} */
.cart-page .page__ttl-area .page__ttl {
  font-weight: bold;
  font-size: 2.8rem;
}
@media (max-width: 750px) {
  .cart-page .page__ttl-area .page__ttl {
	font-size: 3rem;
  }
}
.cart-page .page__ttl-area .delivery-date {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
}
.cart-page .page__ttl-area .delivery-date dt {
  font-size: 14px;
  margin-right: 10px;
  transform: translateY(10%);
}
@media (max-width: 750px) {
  .cart-page .page__ttl-area .delivery-date dt {
	font-size: 1.8rem;
  }
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch {
  width: 66px;
  height: 28px;
  background: #CFCFCF;
  border-radius: 30px;
  margin-right: 10px;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  .cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch {
	width: 76px;
	height: 32px;
  }
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media (max-width: 750px) {
  .cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch:before {
	width: 26px;
	height: 26px;
  }
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch:not(.active):before {
  left: 3px;
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch.active {
  background: #046BB7;
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch.active:before {
  right: 3px;
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display label {
  color: #CFCFCF;
  font-size: 1em;
  line-height: 1;
  font-size: 13px;
  cursor: inherit;
}
@media (max-width: 750px) {
  .cart-page .page__ttl-area .delivery-date .delivery-date__display label {
	font-size: 1.6rem;
  }
}
.cart-page .page__ttl-area .delivery-date .delivery-date__display .display--switch.active + label {
  color: #046BB7;
}
.cart-page .color-table-area:not(.show--delivery-date) .tr--delivery-date {
  display: none;
}
.cart-page .info-table {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .cart-page .info-table {
	display: block;
  }
  .cart-page .info-table * {
	display: block;
	width: 100%;
  }
  .cart-page .info-table th, .cart-page .info-table td {
	margin-bottom: 10px;
  }
  .cart-page .cart-block .info-table tr {
	display: flex;
	flex-wrap: wrap;
  }
}
.cart-page .info-table td {
  font-size: 1.4rem;
  padding: 0;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .cart-page .info-table td:not(:last-child) {
	width: 24.8275862069%;
  }
  .cart-page .info-table tr:not(:last-child) td {
	padding-bottom: 13px;
  }
}
.cart-page .input-table {
  width: 100%;
  margin-bottom: 40px;
}
.cart-page .input-table thead th {
  background: #046BB7;
  width: 20%;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .cart-page .input-table thead th {
	height: 38px;
  }
}
@media (max-width: 1366px) {
  .cart-page .input-table thead th {
	font-size: 1.0248901903vw;
  }
}
.cart-page .input-table thead th:nth-child(1) {
  width: 11%;
}
.cart-page .input-table thead th:nth-child(2) {
  width: 13%;
}
.cart-page .input-table thead th:nth-child(3) {
  width: 4%;
}
.cart-page .input-table thead .th--delivery-date {
  width: 12%;
}
.cart-page .input-table thead th:nth-child(5) {
  width: 8%;
}
.cart-page .input-table thead th:nth-child(6) {
  width: 20%;
}
.cart-page .input-table thead th:nth-child(7) {
  width: 20%;
}
.cart-page .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(1) {
  width: 11%;
}
.cart-page .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(2) {
  width: 13%;
}
.cart-page .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(3) {
  width: 4%;
}
.cart-page .input-table.show--delivery-date.show--delivery-date2 thead .th--delivery-date {
  width: 12%;
}
.cart-page .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(6) {
  width: 8%;
}
.cart-page .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(7) {
  width: 20%;
}
.cart-page .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(8) {
  width: 20%;
}
.cart-page .input-table tbody td {
  padding: 14px 10px 10px;
  border-bottom: solid 1px #D3DBE2;
  text-align: center;
}
.cart-page .input-table tbody .td--pic {
  padding: 14px 0 10px;
}
.cart-page .input-table tbody .td--pic p {
  line-height: 1.6666666667;
}
.cart-page .input-table tbody td {
  font-size: 1.2rem;
}
@media (max-width: 1366px) {
  .cart-page .input-table tbody td {
	font-size: 0.878477306vw;
  }
}
.cart-page .input-table tbody .item-pic {
  margin-bottom: 2px;
}
.cart-page .input-table tbody .item-pic img {
  width: 80px;
}
.cart-page .input-table tbody .color-code {
  color: #046BB7;
  font-size: 1rem;
}
.cart-page .input-table tbody input {
  box-shadow: none;
  height: 34px;
  font-size: 1.4rem;
  padding-left: 1em;
  border: solid 1px rgba(4, 107, 183, 0.6);
  margin: auto;
}
@media screen and (min-width: 751px) {
  .cart-page .input-table.show--delivery-date.show--delivery-date2 tbody td {
	padding: 14px 10px 10px;
  }
  .cart-page .input-table.show--delivery-date.show--delivery-date2 tbody td:not(:first-child) {
	padding: 14px 16px 10px;
  }
}
.cart-page .input-table:not(.show--delivery-date) .th--delivery-date,
.cart-page .input-table:not(.show--delivery-date) .td--delivery-date {
  display: none;
}
.cart-page .input-table:not(.show--delivery-date) thead th:nth-child(1) {
  width: 11%;
}
.cart-page .input-table:not(.show--delivery-date) thead th:nth-child(2) {
  width: 19%;
}
.cart-page .input-table:not(.show--delivery-date) thead th:nth-child(3) {
  width: 6%;
}
.cart-page .input-table:not(.show--delivery-date) thead th:nth-last-of-type(3) {
  width: 10%;
}
.cart-page .input-table:not(.show--delivery-date) thead th:nth-last-of-type(2) {
  width: 27%;
}
.cart-page .input-table:not(.show--delivery-date) thead th:nth-last-of-type(1) {
  width: 27%;
}
.cart-page .color-table {
  background: #F7F7F7;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.cart-page .color-table .item-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: solid 1px #D3DBE2;
}
.cart-page .color-table .item-info .item__pic {
  width: 80px;
  margin-right: 20px;
}
.cart-page .color-table .item-info .item__name {
  display: flex;
  display: -webkit-flex;
}
.cart-page .color-table .item-info .item__name .color-code {
  font-size: 1.4rem;
  color: #046BB7;
}
.cart-page .color-table.table--show .input-table--tb-area {
  display: block;
}
.cart-page .color-table .table--show {
  width: 118px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 15px;
}
.cart-page .color-table .table--show:hover {
  opacity: 1;
}
.cart-page .color-table .table--show:before {
  content: "詳細を見る";
}
.cart-page .color-table .table--show:after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url(../img/icon/ico-down.svg) no-repeat;
  background-size: contain;
}
.cart-page .color-table .table--show.on:before {
  content: "折りたたむ";
}
.cart-page .color-table .table--show.on:after {
  background: url(../img/icon/ico-up.svg) no-repeat;
  background-size: contain;
}
.cart-page .input-table--tb-area {
  display: none;
}
.cart-page .input-table--tb {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #D3DBE2;
  width: 100%;
}
.cart-page .input-table--tb th, .cart-page .input-table--tb td {
  font-size: 1.6rem;
  padding: 0 10px 1em;
  line-height: 1.3;
}
.cart-page .input-table--tb th {
  color: #046BB7;
  width: 158px;
  max-width: 170px;
  white-space: nowrap;
}
.cart-page .input-table--tb td {
  padding-left: 1em;
}
.cart-page .input-table--tb input {
  box-shadow: none;
  height: 46px;
  font-size: 1.6rem;
  padding-left: 1em;
  border: solid 1px rgba(4, 107, 183, 0.6);
  max-width: 120px;
}
.cart-page .input-table--tb td[colspan="2"] input {
  max-width: 100%;
}
.cart-page .cart-block {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 750px) {
  .cart-page .cart-block:not(:first-child):before {
	content: "";
	display: block;
	border-top: solid 1px #D3DBE2;
	width: calc(100% + 20px);
	left: -10px;
	position: relative;
	margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page .cart-block {
	padding-top: 60px;
	border-top: solid 1px #D3DBE2;
  }
}
.cart-page .button--delete {
  width: 180px;
  height: 32px;
  background: white;
  border: solid 1px #046BB7;
  color: #046BB7;
  margin: auto;
  margin-top: 20px;
  font-size: 1.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .cart-page .button--delete {
	width: 200px;
	height: 40px;
	font-size: 1.6rem;
  }
}
.cart-page .button--delete:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon/ico-close.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
@media (max-width: 750px) {
  .cart-page .button--delete:after {
	width: 16px;
	height: 16px;
  }
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom:before {
	content: "";
	display: block;
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
	border-top: solid 1px #D3DBE2;
	margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page .cart-block__bottom {
	border-top: solid 1px #D3DBE2;
	padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .cart-block__bottom .cart-block__bottom__content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
  }
}
.cart-block__bottom .item_text {
	font-size: 1.2rem;
	font-weight: bold;
  }
.cart-page .cart-block__bottom .button--download {
  margin: auto;
  margin-bottom: 60px;
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  transition: opacity 0.3s ease-out;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.cart-page .cart-block__bottom .cart-block__bottom__select {
  padding: 40px 5.1724137931%;
  background: #F7F7F7;
}

.cart-confirm-page .cart-block__top .cart-block__top__select {
  padding: 10px 3%;
  background: #F7F7F7;
}

.cart-confirm-page .cart-block__top .cart-block__top__select th {
  font-size: 1.4rem;
}

.cart-confirm-page .cart-block__top .cart-block__top__select td input,select {
  font-size: 1.4rem;
  /* height: 40px; */
}
/* .cart-confirm-page .cart-block__top .cart-block__top__select .select-table {
	width: 50%;
} */
@media (max-width: 1023px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select {
	margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select {
	width: 56.8965517241%;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__select .select-table {
  width: 100%;
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table {
	display: block;
  }
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table * {
	display: block;
  }
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table tr {
	display: flex;
	flex-wrap: wrap;
  }
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table tr * {
	width: 100%;
  }
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table tr:not(:last-child) {
	margin-bottom: 30px;
  }
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table tr:not(:last-child) th {
	margin-bottom: 10px;
  }

  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table tr:first-child th {
	margin-bottom: 0;
  }
	.cart-confirm-page .cart-block__top .cart-block__top__select .select-table th {
		/* width: 20vw; */
    font-size: 1.1rem;
    padding: 0;

  }
  .cart-confirm-page .cart-block__top .cart-block__top__select td input,select {
      font-size: 1.1rem;
      /* height: 10vw; */
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__select .select-table th, .cart-page .cart-block__bottom .cart-block__bottom__select .select-table td {
  font-size: 1.6rem;
  padding: 0;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table th {
	font-size: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table th {
	width: 44.4444444444%;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__select .select-table td {
  text-align: center;
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table td {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table tr:not(:last-child) th, .cart-page .cart-block__bottom .cart-block__bottom__select .select-table tr:not(:last-child) td {
	padding-bottom: 1em;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__select .select-table select {
  width: 100%;
  box-shadow: none;
  height: 46px;
  border: solid 1px #8D8D8D;
  outline: none;
  padding-left: 15px;
  font-size: 1.8rem;
  padding: 0 20px;
}
@media (min-width: 751px) {
  .cart-page .cart-block__bottom .cart-block__bottom__select .select-table select {
	width: 300px;
	height: 38px;
	font-size: 1.6rem;
	text-align: center;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__select .select-table select {
  background: white url(../img/icon/ico-down.svg) no-repeat right 15px center;
}
@media screen and (min-width: 1024px) {
  .cart-page .cart-block__bottom .cart-block__bottom__order {
	width: 37.9310344828%;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__order .total-price {
  font-size: 2.2rem;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom .cart-block__bottom__order .total-price {
	font-size: 2.4rem;
	margin-bottom: 30px;
  }
  .cart-page .cart-block__bottom .cart-block__bottom__order .total-price:after {
	content: "";
	display: block;
	border-bottom: solid 1px #8D8D8D;
	position: relative;
	left: -10px;
	width: calc(100% + 20px);
	margin-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page .cart-block__bottom .cart-block__bottom__order .total-price {
	padding: 0 20px 16px;
	border-bottom: solid 1px #8D8D8D;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__order .checkbox-list {
  width: 320px;
  margin: auto;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom .cart-block__bottom__order .checkbox-list {
	width: 100%;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__order .checkbox-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom .cart-block__bottom__order .checkbox-list li:not(:last-child) {
	margin-bottom: 15px;
  }
}
.cart-page .cart-block__bottom .cart-block__bottom__order .checkbox-list label {
  color: #046BB7;
}
@media (max-width: 750px) {
  .cart-page .cart-block__bottom .cart-block__bottom__order .checkbox-list label {
	font-size: 1.4rem;
	letter-spacing: 0;
  }
}
@media (max-width: 1023px) {
  .cart-page .cart-block__bottom .button-list {
	max-width: 440px;
	margin: auto;
  }
}
.cart-page .cart-block__bottom .button-list li:not(:last-child) {
  margin-bottom: 20px;
}
.cart-page .cart-block__bottom .button-list .button {
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.cart-page .cart-block__bottom .button-list__bottom {
  color: #046BB7;
  margin-top: 10px;
}

.cart-page--step .manufacturing-box {
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .cart-page--step .manufacturing-box {
	padding-bottom: 30px;
	border-bottom: solid 1px #8D8D8D;
	padding-top: 20px;
  }
}
.cart-page--step .manufacturing-box .manufacturing-box__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  .cart-page--step .manufacturing-box .manufacturing-box__ttl .error-messages {
	font-size: 1.4rem;
	margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .manufacturing-box .manufacturing-box__ttl .error-messages {
	position: absolute;
	top: -7px;
	transform: translateY(-100%);
	left: 0;
  }
}
.cart-page--step .manufacturing-box .manufacturing-box__ttl .error-messages li {
  line-height: 1;
}
@media (max-width: 750px) {
  .cart-page--step .manufacturing-box .manufacturing-box__ttl {
	font-size: 2rem;
	margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .manufacturing-box .manufacturing-box__ttl {
	width: 204px;
	margin-right: 26px;
  }
}
@media (max-width: 750px) {
  .cart-page--step .manufacturing-box .radio-list {
	margin-bottom: 30px;
  }
  .cart-page--step .manufacturing-box .radio-list li:not(:last-child) {
	margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .manufacturing-box .radio-list {
	margin-bottom: 5px;
  }
  .cart-page--step .manufacturing-box .radio-list li:not(:last-child) {
	margin-right: 60px;
  }
}
.cart-page--step .manufacturing-box small {
  color: #046BB7;
  font-size: 1rem;
}
@media (max-width: 750px) {
  .cart-page--step .manufacturing-box small {
	font-size: 1.4rem;
  }
}
.cart-page--step .cart-page__ttl {
  font-weight: bold;
  color: #046BB7;
  font-size: 2.2rem;
}
@media (max-width: 750px) {
  .cart-page--step .cart-page__ttl {
	margin-bottom: 30px;
  }
  .cart-page--step .cart-page__ttl:after {
	margin-top: 20px;
	content: "";
	display: block;
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
	border-bottom: solid 1px #8D8D8D;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .cart-page__ttl {
	margin-bottom: 30px;
	background: #046BB7;
	color: white;
	height: 48px;
	padding-left: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 2rem;
  }
}
.cart-page--step .cart-block {
  padding-top: 0;
  border-top: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .cart-page--step .cart-block {
	border-bottom: solid 1px #8D8D8D;
	padding: 0 20px 40px;
  }
}
@media (max-width: 750px) {
  .cart-page--step .cart-block:before {
	border-color: #8D8D8D;
  }
}
.cart-page--step .cart-block:last-child {
  margin-bottom: 0;
}
.cart-page--step .info-table tr:not(:last-child) th, .cart-page--step .info-table tr:not(:last-child) td {
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .cart-page--step .info-table .td--pic {
	margin-bottom: 20px;
  }
  .cart-page--step .info-table .td--pic img {
	width: 120px;
  }
  .cart-page--step .info-table th, .cart-page--step .info-table td {
	line-height: 1.4444444444;
  }
  .cart-page--step .info-table td {
	font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .info-table tr:not(:last-child) .td--pic {
	width: 13.7931034483%;
	text-align: center;
  }
}
.cart-page--step .input-table {
  margin-bottom: 0;
}
.cart-page--step .input-table thead th {
  background: #F7F7F7;
  border-right: solid 5px white;
  color: #6B6B6C;
}
.cart-page--step .input-table thead th:last-child {
  border-right: none;
}
.cart-page--step .input-table thead th:nth-child(1),
.cart-page--step .input-table thead th:nth-child(2) {
  width: 12%;
}
.cart-page--step .input-table thead th:nth-child(3) {
  width: 10%;
}
.cart-page--step .input-table thead th.th--delivery-date {
  width: 14%;
}
.cart-page--step .input-table thead th:nth-last-of-type(3) {
  width: 10%;
}
.cart-page--step .input-table thead th:nth-last-of-type(2) {
  width: 21%;
}
.cart-page--step .input-table thead th:nth-last-of-type(1) {
  width: 21%;
}
.cart-page--step .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(1),
.cart-page--step .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(2) {
  width: 12%;
}
.cart-page--step .input-table.show--delivery-date.show--delivery-date2 thead th:nth-child(3) {
  width: 10%;
}
.cart-page--step .input-table.show--delivery-date.show--delivery-date2 thead th:nth-last-of-type(2) {
  width: 14%;
}
.cart-page--step .input-table.show--delivery-date.show--delivery-date2 thead th:nth-last-of-type(1) {
  width: 14%;
}
.cart-page--step .txt--red {
  color: #DE3D3D;
}
.cart-page--step .cart-page--step__bottom {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .cart-page--step .cart-page--step__bottom {
	margin-top: 30px;
  }
  .cart-page--step .cart-page--step__bottom:before {
	content: "";
	display: block;
	border-top: solid 1px #8D8D8D;
	width: calc(100% + 20px);
	left: -10px;
	position: relative;
	margin-bottom: 20px;
  }
}
.cart-page--step .cart-page--step__bottom .attention-txt-list {
  margin-bottom: 50px;
  color: #046BB7;
}
@media (max-width: 750px) {
  .cart-page--step .cart-page--step__bottom .attention-txt-list {
	margin-bottom: 80px;
  }
}
.cart-page--step .cart-page--step__bottom .attention-txt-list li {
  font-size: 1rem;
}
@media (max-width: 750px) {
  .cart-page--step .cart-page--step__bottom .attention-txt-list li {
	font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__left {
	width: 58.9285714286%;
	border-bottom: solid 1px #8D8D8D;
	padding-bottom: 28px;
  }
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__right {
	width: 39.2857142857%;
	border-bottom: solid 1px #8D8D8D;
  }
}
@media (max-width: 750px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__left {
	margin-bottom: 80px;
  }
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__left:after,
.cart-page--step .cart-page--step__bottom .cart-page--step__bottom__right:after {
	content: "";
	display: block;
	border-bottom: solid 1px #8D8D8D;
	position: relative;
	left: -10px;
	width: calc(100% + 20px);
	margin-top: 30px;
  }
}
.cart-page--step .cart-page--step__bottom .cart-page--step__bottom__ttl {
  color: #046BB7;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__ttl:after {
	content: "";
	display: block;
	border-bottom: solid 1px #8D8D8D;
	position: relative;
	left: -10px;
	width: calc(100% + 20px);
	margin-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__ttl {
	background: #046BB7;
	color: white;
	height: 48px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: white;
	padding-left: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
  }
}
@media (max-width: 750px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__content {
	font-size: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__content {
	padding: 0 20px;
	font-size: 1.6rem;
  }
}
.cart-page--step .cart-page--step__bottom .cart-page--step__bottom__content p:not(:last-child) {
  margin-bottom: 1em;
}
.cart-page--step .cart-page--step__bottom .cart-page--step__bottom__right {
  font-size: 2.4rem;
}
@media screen and (min-width: 751px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__right {
	padding: 0 20px;
	font-size: 2.2rem;
	padding-bottom: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .cart-page--step .cart-page--step__bottom .cart-page--step__bottom__right {
	font-size: 2.1484375vw;
  }
}
.cart-page--step .cart-page--step__bottom .buttonArea {
  max-width: 820px;
  margin: auto;
  margin-top: 60px;
}
.cart-page--step .input-table--tb-area {
  display: block;
}
.cart-page--step .color-table-area {
  background: #F7F7F7;
}
.cart-page--step .color-table-area .input-table--tb {
  border: none;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.cart-page--step .color-table-area th, .cart-page--step .color-table-area td {
  padding-bottom: 10px;
}
.cart-page--step .color-table-area th {
  color: inherit;
}
.cart-page--step .color-table-area .color-table:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: solid 1px #D3DBE2;
}
.cart-page--step .color-table-area__row {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.cart-page--step .color-table-area__row .color-table-area__label {
  background: #EAEAEA;
  height: 38px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #6B6B6C;
  font-size: 1.6rem;
}
.cart-page--step .color-table-area__row .color-table-area__val {
  padding: 10px 10px 5px;
  border: solid 1px #EAEAEA;
}

.cart-page--complete .cart-page__content__manufacturing {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .cart-page--complete .cart-page__content__manufacturing:after {
	content: "";
	display: block;
	width: calc(100% + 20px);
	left: -10px;
	border-bottom: solid 1px #8D8D8D;
	position: relative;
	margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--complete .cart-page__content__manufacturing {
	border-bottom: solid 1px #8D8D8D;
	padding-left: 20px;
	padding-bottom: 20px;
  }
}
.cart-page--complete .cart-page__content__manufacturing * {
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .cart-page--complete .cart-page__content__manufacturing * {
	font-size: 2rem;
  }
}
@media (max-width: 750px) {
  .cart-page--complete .cart-page__content__manufacturing .cart-page__content__manufacturing__ttl {
	margin-bottom: 15px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--complete .cart-page__content__manufacturing .cart-page__content__manufacturing__ttl {
	margin-right: 20px;
  }
}
.cart-page--complete .buttonArea {
  max-width: 800px;
  margin: auto;
  margin-bottom: 80px;
}
.cart-page--complete .buttonArea .button {
  margin-bottom: 0;
}
.cart-page--complete .regmessageArea {
  text-align: center;
  clear: both;
  margin-bottom: 40px;
}
@media (min-width: 751px) {
  .cart-page--complete .regmessageArea {
	margin-bottom: 50px;
  }
}
.cart-page--complete .regmessageArea .text-box {
  padding: 0;
}
.cart-page--complete .regmessageArea .thank-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .cart-page--complete .regmessageArea .thank-ttl {
	font-size: 2.6rem;
  }
}
.cart-page--complete .regmessageArea .thank-txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .cart-page--complete .cart-page__ttl {
	margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cart-page--complete .cart-page__content {
	padding-top: 30px;
	border: solid 1px #8D8D8D;
	border-top: none;
  }
}
.cart-page--complete .cart-block:last-child {
  border-bottom: none;
}
@media (max-width: 750px) {
  .cart-page--complete .cart-page--step__bottom {
	margin-bottom: 80px;
  }
  .cart-page--complete .cart-page--step__bottom:before {
	margin-bottom: 80px;
  }
  .cart-page--complete .cart-page--step__bottom .cart-page--step__bottom__left:after,
.cart-page--complete .cart-page--step__bottom .cart-page--step__bottom__right:after {
	content: none;
  }
}
@media screen and (min-width: 751px) {
  .cart-page--complete .cart-page--step__bottom .cart-page--step__bottom__left, .cart-page--complete .cart-page--step__bottom .cart-page--step__bottom__right {
	border: none;
  }
  .cart-page--complete .cart-page--step__bottom .cart-page--step__bottom__left {
	width: 56.8965517241%;
	border-right: solid 1px #8D8D8D;
  }
  .cart-page--complete .cart-page--step__bottom .cart-page--step__bottom__right {
	width: 43.1034482759%;
	padding: 0;
  }
  .cart-page--complete .cart-page--step__bottom .cart-page--step__bottom__right dd {
	padding: 0 20px;
  }
}

/* cart confirm page */
.cart-confirm-page .mainContentsInner {
  max-width: 1160px;
  margin: auto;
}
.cart-confirm-page .input-table {
  width: 100%;
}
.cart-confirm-page .input-table thead th:nth-child(1) {
  width: 11%;
}
.cart-confirm-page .input-table thead th:nth-child(2) {
  width: 13%;
}
.cart-confirm-page .input-table thead th:nth-child(3) {
  width: 8%;
}
.cart-confirm-page .input-table thead th:nth-child(4) {
  width: 8%;
}
.cart-confirm-page .input-table thead th:nth-child(5) {
  width: 12%;
}
.cart-confirm-page .input-table thead th:nth-child(6) {
  width: 20%;
}
.cart-confirm-page .input-table thead th:nth-child(7) {
  width: 20%;
}
.cart-confirm-page .cart-block__bottom .select-table th,
.cart-confirm-page .cart-block__bottom .select-table td {
  font-size: 1.6rem;
  padding: 0;
  line-height: 1.3;
}
.cart-confirm-page .cart-block__bottom .select-table tr:not(:last-child) th,
.cart-confirm-page .cart-block__bottom .select-table tr:not(:last-child) td {
  padding-bottom: 1em;
}
.cart-confirm-page .info-table td {
  font-size: 1.4rem;
  padding: 0;
  line-height: 1.3;
}
.cart-confirm-page .cart-block__bottom .select-table td {
  text-align: left;
}
.cart-confirm-page .bold {
  font-weight: bold;
}
.cart-confirm-page .page__ttl-area .page__ttl{
  color: #046BB7;
}
.cart-confirm-page .pc_goods_area thead th {
  background: #fff;
  padding: 0;
  text-align: center;
}
.cart-confirm-page .pc_goods_area thead th p {
  margin: 0 2px;
  padding: 12px 0;
  background: #ddd;
  color: #000;
}
.cart-confirm-page  .input-table tbody td {
  padding: 14px 10px 10px;
  border-bottom: solid 1px #D3DBE2;
  text-align: center;
}
.cart-confirm-page .cart-block .goods_head {
  margin-bottom: 15px;
}
.cart-confirm-page .cart-block .goods_head .goods_img {
  width: 80px;
  margin-bottom: 15px;
}
.cart-confirm-page .info-table {
  margin-bottom: 0;
  width: 100%;
}
.cart-confirm-page .sp_area .color-table .item:not(:first-child) {
  border-top: 2px solid #D3DBE2;
  padding-top: 20px;
  margin-top: 20px;
}
.cart-confirm-page .sp_area .color-table .item-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  padding-bottom: 20px;
  border: none;
}
.cart-confirm-page .sp_area .color-table .item-info dt {
  width: 80px;
  margin: 0;
}
.cart-confirm-page .sp_area .color-table .item-info dd {
  width: calc(100% - 80px);
}
.cart-confirm-page .sp_area .item_detail {
  text-align: center;
}
.cart-confirm-page .sp_area .item_detail dt {
  border: 1px solid #D3DBE2;
  border-bottom: none;
  background: #D3DBE2;
}
.cart-confirm-page .sp_area .item_detail dd {
  border: 1px solid #D3DBE2;
  margin-bottom: 10px;
  min-height: 24px;
}
.cart-confirm-page .page__ttl-area .page__ttl{
  color: #046BB7;
}
.cart-confirm-page .page__ttl-area .page__ttl{
  font-size: 2.2rem;
}
.cart-confirm-page .cart-block__bottom .total-price {
  font-size: 2.2rem;
  margin-bottom: 16px;
}
.cart-confirm-page .cart-block__bottom .total-price {
  border-bottom: solid 1px #8D8D8D;
}
.cart-confirm-page .cart-block {
  border-top: solid 1px #8D8D8D;
  padding: 30px 0;
}
.cart-confirm-page .color-table {
  background: #F7F7F7;
}
.cart-confirm-page .sp_area .color-table {
  padding: 10px;
}
.cart-confirm-page .color_red {
  color: #DE3D3D;
}
.cart-confirm-page .inner--sp {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .cart-confirm-page .process-menu .title {
	margin-bottom: 10px;
  }
  .cart-confirm-page .page__ttl-area {
	margin-bottom: 10px;
  }
  .cart-confirm-page .page__ttl-area .page__ttl {
	font-weight: bold;
  }
  .cart-confirm-page .cart-block__bottom .head {
	border-bottom: solid 1px #8D8D8D;
	margin-bottom: 20px;
  }
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__select .select-table th {
	font-size: 1.4rem;
  }
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__select .select-table td {
	font-size: 1.4rem;
  }
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__select .select-table tr:first-child th {
	width: 30%;
	margin: 0;
  }
  .cart-confirm-page .cart-block__bottom .title {
	font-size: 1.8rem;
	color: #046BB7;
	font-weight: bold;
  }
  .cart-confirm-page .cart-block__bottom .total-price {
	font-size: 2.4rem;
	margin-bottom: 30px;
  }
  .cart-confirm-page .info-table {
	display: block;
  }
  .cart-confirm-page .info-table * {
	display: block;
  }
  .cart-confirm-page .info-table * {
	display: block;
  }
  .cart-confirm-page .info-table * {
	display: block;
  }
  .cart-confirm-page .info-table th,
  .cart-confirm-page .info-table td {
	margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  .cart-confirm-page .cart-block__bottom {
	border-top: solid 1px #8D8D8D;
	padding-top: 20px;
  }
  .cart-confirm-page .buttonArea {
	  margin-top: 50px;
  }
  .cart-confirm-page .process-menu {
	display: flex;
	display: -webkit-flex;
  }
  .cart-confirm-page .process-menu div{
	margin-right: 45px;
  }
  .cart-confirm-page .process-block {
	display: flex;
	justify-content: center;
  }
  .cart-confirm-page .page__ttl-area {
	background: #046BB7;
	padding-left: 10px;
	margin-top: 10px;
  }
  .cart-confirm-page .page__ttl-area .page__ttl{
	color: #ffffff;
	font-size: 2.2rem;
  }
  .cart-confirm-page .cart-block .goods_head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
  }
  .cart-confirm-page .cart-block .goods_head .goods_img {
	margin-right: 30px;
	margin-bottom: 0;
  }
  .cart-confirm-page .cart-block__bottom .total-price {
	padding: 0 20px 16px;
  }
  .cart-confirm-page .info-table tr:not(:last-child) td {
	padding-bottom: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
  }
  .cart-confirm-page .cart-block__bottom .head {
	margin-bottom: 15px 0;
	padding: 6px 10px;
	background: #046BB7;
  }
  .cart-confirm-page .cart-block__bottom .title {
	color: #ffffff;
  }
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__select {
	margin: 15px;
	background: #ffffff;
	width: 50%;
	border-bottom: solid 1px #8D8D8D;
  }
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__select .select-table {
	padding: 10px;
  }
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__select .select-table th {
	width: auto;
  }
  .cart-confirm-page  .cart-block__bottom .cart-block__bottom__order {
	width: 50%;
	margin: 15px;
  }
  .cart-confirm-page .cart-block__bottom .total-price {
	padding: 0;
	margin: 0;
  }
}
@media (max-width: 1023px) {
  .cart-confirm-page .cart-block__bottom .cart-block__bottom__select {
	margin-bottom: 60px;
  }
  .cart-confirm-page .button-list {
	max-width: 440px;
	margin: auto;
  }
}


/* cart end page */
.cart-end-page {
  margin-top: 20px;
  padding-top: 0;
}
.cart-end-page .mainContentsInner {
  max-width: 1160px;
  margin: auto;
}
.cart-end-page .input-table {
  width: 100%;
}
.cart-end-page .input-table thead th:nth-child(1) {
  width: 11%;
}
.cart-end-page .input-table thead th:nth-child(2) {
  width: 12%;
}
.cart-end-page .input-table thead th:nth-child(3) {
  width: 6%;
}
.cart-end-page .input-table thead th:nth-child(4) {
  width: 6%;
}
.cart-end-page .input-table thead th:nth-child(5) {
  width: 10%;
}
.cart-end-page .input-table thead th:nth-child(6) {
  width: 20%;
}
.cart-end-page .input-table thead th:nth-child(7) {
  width: 20%;
}
.cart-end-page .cart-block__bottom .select-table th,
.cart-end-page .cart-block__bottom .select-table td {
  font-size: 1.6rem;
  padding: 0;
  line-height: 1.3;
}
.cart-end-page .cart-block__bottom .select-table tr:not(:last-child) th,
.cart-end-page .cart-block__bottom .select-table tr:not(:last-child) td {
  padding-bottom: 1em;
}
.cart-end-page .info-table td {
  font-size: 1.4rem;
  padding: 0;
  line-height: 1.3;
}
.cart-end-page .cart-block__bottom .select-table td {
  text-align: left;
}
.cart-end-page .bold {
  font-weight: bold;
}
.cart-end-page .page__ttl-area .page__ttl{
  color: #046BB7;
}
.cart-end-page .pc_goods_area thead th {
  background: #fff;
  padding: 0;
  text-align: center;
}
.cart-end-page .pc_goods_area thead th p {
  margin: 0 2px;
  padding: 12px 0;
  background: #ddd;
  color: #000;
}
.cart-end-page  .input-table tbody td {
  padding: 14px 10px 10px;
  border-bottom: solid 1px #D3DBE2;
  text-align: center;
}
.cart-end-page .cart-block .goods_head {
  margin-bottom: 15px;
}
.cart-end-page .cart-block .goods_head .goods_img {
  width: 80px;
  margin-bottom: 15px;
}
.cart-end-page .info-table {
  margin-bottom: 0;
  width: 100%;
}
.cart-end-page .sp_area .color-table .item:not(:first-child) {
  border-top: 2px solid #D3DBE2;
  padding-top: 20px;
  margin-top: 20px;
}
.cart-end-page .sp_area .color-table .item-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  padding-bottom: 20px;
  border: none;
}
.cart-end-page .sp_area .color-table .item-info dt {
  width: 80px;
  margin: 0;
}
.cart-end-page .sp_area .color-table .item-info dd {
  width: calc(100% - 80px);
}
.cart-end-page .sp_area .item_detail {
  text-align: center;
}
.cart-end-page .sp_area .item_detail dt {
  border: 1px solid #D3DBE2;
  border-bottom: none;
  background: #D3DBE2;
}
.cart-end-page .sp_area .item_detail dd {
  border: 1px solid #D3DBE2;
  margin-bottom: 10px;
  min-height: 24px;
}
.cart-end-page .page__ttl-area .page__ttl{
  color: #046BB7;
}
.cart-end-page .page__ttl-area .page__ttl{
  font-size: 2.2rem;
}
.cart-end-page .cart-block__bottom .total-price {
  font-size: 2.2rem;
}
.cart-end-page .cart-block {
  border-top: solid 1px #8D8D8D;
  padding: 30px 10px;
  gap: 20px;
  align-items: center;
}
.cart-end-page .color-table {
  background: #F7F7F7;
}
.cart-end-page .sp_area .color-table {
  padding: 10px;
}
.cart-end-page .color_red {
  color: #DE3D3D;
}
.cart-end-page .top-area {
  margin-bottom: 50px;
}
.cart-end-page .top-area .thank-ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.cart-end-page .top-area .text-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.cart-end-page .buttonArea.bottom {
  padding-left: 20px;
  padding-right: 20px;
}
.cart-end-page .order-code {
  color: #DE3D3D;
  text-decoration: underline;
  padding: 15px;
}
.cart-end-page .cart-block .input-table .error_row td {
  border-bottom: none;
}
.cart-end-page .cart-block .input-table .error_message_row td {
  border-bottom: solid 1px #D3DBE2;
  padding-top: 0;
}
.cart-end-page h2.sap_order_code {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #ddd;
}
.cart-end-page h2.sap_order_code span {
  position: relative;
  cursor: pointer;
}
.cart-end-page h2.sap_order_code .code {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.cart-end-page h2.sap_order_code .code .process_button {
  position: absolute;
  right: -200px;
  top: 0;
}
.cart-end-page .sap_order_code a.button.popup--show {
  width: 150px;
  font-size: 13px;
}
.cart-end-page h2.sap_order_code span:after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  right: -30px;
  top: 7px;
  background: #fff;
}
.cart-end-page h2.sap_order_code span:before {
  position: absolute;
  content: '▼';
  font-size: 13px;
  right: -26px;
  top: 8px;
  z-index: 1;
}
.cart-end-page h2.sap_order_code.active span:before {
  content: '▲';
}
.cart-block-wrap {
  margin: 20px 0;
  border: solid 1px #8D8D8D;
}

@media (max-width: 750px) {
  .cart-end-page h2.sap_order_code span:after {
  width: 16px;
  height: 16px;
  top: 4px
  }
  .cart-end-page h2.sap_order_code span:before {
  font-size: 11px;
  right: -28px;
  top: 4px;
  }
  .cart-end-page h2.sap_order_code {
  padding: 6px;
  }
  .cart-end-page h2.sap_order_code .code .process_button {
  position: unset;
  }
  .cart-end-page .sap_order_code a.button.popup--show {
  margin: 10px auto;
  }
}

@media (max-width: 750px) {
  .cart-end-page .process-menu .title {
	margin-bottom: 10px;
  }
  .cart-end-page .page__ttl-area {
	margin-bottom: 10px;
  }
  .cart-end-page .page__ttl-area .page__ttl {
	font-weight: bold;
  }
  .cart-end-page .cart-block__bottom .head {
	border-bottom: solid 1px #8D8D8D;
	margin-bottom: 20px;
  }
  .cart-end-page .cart-block__bottom .cart-block__bottom__select .select-table th {
	font-size: 1.4rem;
  }
  .cart-end-page .cart-block__bottom .cart-block__bottom__select .select-table td {
	font-size: 1.4rem;
  }
  .cart-end-page .cart-block__bottom .cart-block__bottom__select .select-table tr:first-child th {
	width: 30%;
	margin: 0;
  }
  .cart-end-page .cart-block__bottom .title {
	font-size: 1.8rem;
	color: #046BB7;
	font-weight: bold;
  }
  .cart-end-page .cart-block__bottom .total-price {
	font-size: 2.4rem;
	margin-bottom: 30px;
  }
  .cart-end-page .info-table {
	display: block;
  }
  .cart-end-page .info-table * {
	display: block;
  width: 100%;
  }
  .cart-end-page .info-table * {
	display: block;
  }
  .cart-end-page .info-table th,
  .cart-end-page .info-table td {
	margin-bottom: 10px;
  }
  .cart-end-page .cart-block .info-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-end-page .error-messages {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-end-page .top-area {
	padding-left: 20px;
	padding-right: 20px;
  }
}
@media screen and (min-width: 751px) {
  .cart-end-page .cart-block__bottom {
  border: solid 1px #8D8D8D;
  }
  .cart-end-page .process-menu {
	display: flex;
	display: -webkit-flex;
  }
  .cart-end-page .process-menu div{
	margin-right: 45px;
  }
  .cart-end-page .process-block {
	display: flex;
	justify-content: center;
  }
  .cart-end-page .page__ttl-area {
	background: #046BB7;
	padding-left: 10px;
  }
  .cart-end-page .page__ttl-area .page__ttl{
	color: #ffffff;
	font-size: 2.2rem;
  }
  .cart-end-page .cart-block .goods_head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
  }
  .cart-end-page .cart-block .goods_head .goods_img {
	margin-right: 30px;
	margin-bottom: 0;
  }
  .cart-end-page .cart-block__bottom .total-price {
	padding: 0 20px 16px;
  }
  .cart-end-page .info-table tr:not(:last-child) td {
	padding-bottom: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .cart-end-page .cart-block__bottom .cart-block__bottom__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  }
  .cart-end-page .cart-block__bottom .head {
	padding: 6px 10px;
	background: #046BB7;
  }
  .cart-end-page .cart-block__bottom .title {
	color: #ffffff;
  }
  .cart-end-page .cart-block__bottom .cart-block__bottom__select {
	background: #ffffff;
	border-right: solid 1px #8D8D8D;
	width: 50%;
  }
  .cart-end-page .cart-block__bottom .cart-block__bottom__select .select-table {
	padding: 10px;
	width: 100%;
  }
  .cart-end-page .cart-block__bottom .cart-block__bottom__select .select-table th {
	width: auto;
  }
  .cart-end-page .cart-block__bottom .cart-block__bottom__order {
	width: 50%;
  }
  .cart-end-page .cart-block__bottom .total-price {
	padding: 10px 16px;
  }
}
@media (max-width: 1023px) {
  .cart-end-page .cart-block__bottom .cart-block__bottom__select {
	margin-bottom: 60px;
  }
  .cart-end-page .button-list {
	max-width: 440px;
	margin: auto;
  }
  .cart-end-page .cart-block__bottom .total-price {
	border-bottom: solid 1px #8D8D8D;
  }
}
.notes {
  color: #046BB7;
}
.cart-error-page .buttonArea {
  margin-top: 30px;
}

.cart-page .error_popup {
  background: white;
  width: 90%;
  padding: 90px 20px 60px;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #000;
}
.cart-page .error_popup .popup_txt{
  margin-bottom: 40px;
}
.cart-page .error_popup .button--white {
  color: #046BB7;
}
.cart-page .error_popup .popup_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 750px) {
  .cart-page .error_popup .popup_close img {
	width: 42px;
  }
}
@media screen and (min-width: 751px) {
  .cart-page .error_popup {
	width: 600px;
	max-width: calc(100% - 40px);
  }
}

.cart-page .deleteCheck {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cart-page .deleteCheck .item_text {
	width: 88%;
}
.cart-page .deleteCheck .item_text p {
	font-size: 1.2rem;
	font-weight: bold;
}
.cart-page .deleteCheck dl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.cart-page .deleteCheck dt {
	padding-right: 10px;
}
.cart-page .deleteCheck dd {
	height: 22px;
	width: 22px;
}
@media (max-width: 750px) {
	.cart-page .deleteCheck {
		width: auto;
	}
	.cart-page .deleteCheck .item_text {
		display: none;
	}
}
.cart-page .page__ttl-area .right-area {
	margin-right: 10px;
}
.delete-goods-btn {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.delete-goods-btn .item_text {
	font-size: 1.2rem;
	font-weight: bold;
	width: 78%;
}
@media (max-width: 750px) {
	.delete-goods-btn {
		display: block;
	}
	.delete-goods-btn .item_text {
		width: 100%;
		margin-bottom: 10px;
	}
}
.cart-page .page__ttl-area .delete-select-goods {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.cart-page .select-all-goods {
	margin-bottom: 10px;
}
.cart-page .select-all-goods dt {
	padding-right: 10px;
}
.cart-page .select-all-goods dd {
	height: 22px;
	width: 22px;
}
.cart-page .button--blue {
	background: #046BB7;
	border: none;
	padding: 0 10px;
}
.cart-page .page__ttl-area .delivery-date {
	margin-right: 30px;
}
.cart-page .delete-goods-btn .delete-select-goods {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.cart-page .top_info {
  color: #046BB7;
}
@media (max-width: 750px) {
	.cart-page .select-all-goods {
		display: flex;
		display: -webkit-flex;
		justify-content: flex-end;
	}
	.cart-page .page__ttl-area .delivery-date {
		margin-right: 0;
	}
	.cart-page .select-all-goods dd {
		height: 32px;
		width: 32px;
	}
	.cart-page .deleteCheck dd {
		height: 32px;
		width: 32px;
	}
  .cart-page .top_info {
    display: none;
  }
}
.color-table .item_space{
	display: none;
}
@media (max-width: 1023px) {
	.cart-page .delete_select_goods_btn {
		margin-top: 10px;
	}
	.color-table .item_space{
		width: 100%;
		height: 10px;
		background: white;
		display: block;
	}
	.cart-page .color-table {
		padding-bottom: unset;
	}
	.cart-page .color-table .table--show {
		margin-bottom: 10px;
	}
}

ul.button-list.top {
	width: 440px;
	margin: 25px auto 0;
}
.cart-page ul.button-list.top .button--green {
	width: 100%;
	font-size: 1.6rem;
	height: 50px;
}
.cart-page .top_info.center {
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 750px) {
	ul.button-list.top {
		width: inherit;
	}
	.cart-page .top_info.center {
			display: block;
	}
	.color-table .item_space{
		width: 100%;
		height: 10px;
		background: white;
		display: block;
	}
	.cart-page .color-table {
		padding-bottom: unset;
	}
	.cart-page .color-table .table--show {
		margin-bottom: 10px;
	}
}

.cart-end-page .popup {
  display: none;
  background: white;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.6rem;
  width: 780px;
  max-width: calc(100% - 40px);
  max-height: 100%;
  overflow: auto;
  padding: 47px 60px 25px;
}
.cart-end-page .popup .popup__txt .popup__ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.cart-end-page .popup .popup__txt {
  text-align: left;
  line-height: 2;
  margin-bottom: 27px;
}
.cart-end-page .popup .popup__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.cart-end-page .popup .buttonArea .button-list {
  justify-content: center;
}
.cart-end-page .popup .popup--close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.cart-end-page a.button.popup--show {
  background: #00a850;
  border: none;
  display: block;
  width: 140px;
  font-size: 15px;
  height: auto;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .cart-end-page .popup {
    top: inherit;
    bottom: 0;
    transform: none;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding: 90px 20px 60px;
  }
  .cart-end-page .popup .popup--close img {
    width: 42px;
  }
}

.colorGoodsArea {
	position: relative;
}
.input_error_popup {
	position: absolute;
	display: none;
	border: 1px solid #000;
	padding: 15px 10px 10px;
	background-color: #fff;
	top: 15px;
	right: 10px;
	width: 473px;
	line-height: 1.2;
	text-align: center;
}
.input_error_close::before {
	content: '\0d7';
	position: absolute;
	font-size: 20px;
	top: 1px;
	right: 5px;
}
@media (max-width: 750px) {
	.input_error_popup {
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 150px;
		padding: 45px 30px 40px;
	}
}

.select-table {
  width: 100%;
  border-bottom: #8D8D8D;
  padding-right: 5%;
}
.select-table th:nth-child(1) {
  width: 5%;
}
.select-table th:nth-child(2) {
  width: 65%;
  border-bottom: solid 1px #000;
  text-align: left;
}
.select-table th:nth-child(3) {
  width: 5%;
  max-width: 75px;
}
.select-table th:nth-child(4) {
  width: 8%;
  border-bottom: solid 1px #000;
  text-align: center;
}
.select-table th:nth-child(5) {
  width: 8%;
}

.select-table td {
  padding: 20px 0;
}
.select-table td:nth-child(1) {
  text-align: left;
}
.select-table span {
  border: solid 1px #E7E6E6;
  display: block;
  font-size: 1.4rem;
  padding: 5px;
}
.select-table input {
  text-align: center;
  width: 100%;
  padding-left: 20%;
  padding: 15px 6px;
}
.select-table input[type=checkbox]+label:before {
  width: 15px;
  height: 15px;
  border-color: #000;
  margin-top: 5px;
}
.select-table input[type=checkbox]:checked+label:before {
  background: #000;
  border-color: #000;
}
.select-table input[type=checkbox]:checked+label:after {
  background: #000;
  left: 0;
}
.cart-block__top__content dl {
  background: #F7F7F7;
  border-top: solid 1px #000;
  display: flex;
  justify-content: right;
  padding-right: 2%;
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.cart-block__top__content dt,
.cart-block__top__content dd {
  font-weight: bold;
}
.cart-block__top__content dt {
  margin-right: 8%;
}
.cart-block__top__content dd {
  margin-right: 3%;
}
.novelty-quantity {
  text-align: center;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.125rem;
  background-image: none;
  background-color: #fff;
}
.novelty-clear-label {
  margin-left: 30px;
  font-size: 1.4rem;
  width: 100%;
  color: #046BB7;
  border: 1px solid #046BB7;
  text-align: center;
  max-width: 80px;
  min-width: 35px;
}
.select-table td:nth-child(4) {
  position: relative;
}
.select-table td:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 40%;
  left: 70%;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #000000;
  border-bottom: 0;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .select-table th:nth-child(4){
    width: 12%;
  }
}

@media (max-width: 750px) {
  .select-table th:nth-child(4) {
      width: 18%;
    }
  .select-table span,
  .novelty-quantity,
  .novelty-clear-label {
    font-size: 1.1rem;
  }
  .novelty-clear-label {
    margin-left: 20px;
  }
  .select-table td:nth-child(4)::after {
    bottom: 43%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #000000;
  }
}
.csv-header {
	width: 100%;
}
.csv-delete {
	width: 10%;
	min-width: 100px;
	margin-left: auto;
}
.csv-table {
	width: 100%;
}
.csv-thead {
	background: none;
}
.csv-table,
.csv-table th,
.csv-table td {
	border: 1px solid black;
	border-collapse: collapse;
}
.csv-footer {
	width: 100%;
	margin-top: 30px;
}
.csv-footer p {
	width: 40%;
	margin-left: auto;
}
.csv-wrapper .add_cart_pop {
	background-color: #fff;
	border: 1px solid;
	display: none;
	margin: 0 auto;
	padding: 30px;
	position: fixed;
	top: 40%;
	left:25%;
	width: 50%;
	z-index: 10000;
}
.csv-wrapper .add_cart_pop>p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.csv-wrapper .add_cart_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
	width: 240px;
}
.csv-wrapper .add_cart_pop .button:not(:last-child) {
	margin-bottom: 20px;
	background-color: #00a850;
	border-color: #00a850;
}
.csv-wrapper .add_cart_pop .btn-area {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 750px) {
	.csv-wrapper {
		margin: 0 20px;
	}

	.csv-header {
		width: none;
	}
}
.import-box__button--list li .csv-download-button {
	margin-right: 10px;
	padding: 0 10px;
}
.right-area .import-box__button--list {
	display: flex;
}
@media (max-width: 1023px) {
	.import-box__button--list li .csv-download-button {
		margin-top: 10px;
	}
}
.csv-table .csv-thead tr th,
.csv-table .csv-tbody tr td {
	font-size: 1.25rem;
}
.csv-footer p {
	text-indent: -1.5em;
}
