.ec-cartRole{
  padding: 0 10px;
}
#form_cart{
  padding: 0;
}
.ec-pageHeader.has-btn{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ec-cartRole .ec-cartRole__cart,
.ec-pageHeader.has-btn h1{
  margin: 0;
}
.ec-pageHeader.has-btn .ec-inlineBtn{
  padding: 2px 40px;
}
.ec-cartRow__label{
  color: #3C4246;
  background-color: #fff;
  border: 1px solid;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 8px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
a.ec-cartRow__label{
  background-color: transparent;
}
a.ec-cartRow__label:hover{
  color: #3C4246;
  opacity: 0.8;
}
.loop-number{
  color: #3686E4;
}
.product-type{
  color: #3686E4;
  font-weight: bold;
}
.summary-title{
  font-size: 12px;
  margin-bottom: 10px;
}
.summary-content{
  padding: 10px 12px;
  border-left: 1px solid;
  font-size: 12px;
  font-weight: normal;
}
.ec-cartTable,
.ec-cartRow .ec-cartRow__amountColumn{
  border: none;
}
.ec-cartTable{
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}
.ec-cartRow{
  border-radius: 8px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
}
.ec-cartRow__header{
  background-color: #F5F9FE;
  border-radius: 8px 8px 0 0;
  padding: 10px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ec-cartRow__body{
  background-color: #FFF;
  border-radius: 0 0 8px 8px;
  padding: 10px 24px;
}
.ec-cartRow__acction{
  display: flex;
  justify-content: end;
  gap: 1rem;
  white-space: nowrap;
}
.ec-cartRow .ec-cartRow__summary{
  margin: 0 0 1rem;
  width: 100%;
  display: grid;
  gap: 1rem;
}
.ec-cartRow .ec-cartRow__img{
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}
.ec-cartRow .ec-cartRow__img img{
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount{
  display: flex;
  gap: 1rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 10px;
  border-bottom: 1px dashed;
}
.ec-cartRole .ec-cartRole__actions{
  width: 100%;
  margin: 0;
  text-align: center;
}
.ec-alert-warning{
  border-radius: 4px;
  background-color: #F5F9FE;
}
.ec-alert-warning .ec-alert-warning__text{
  text-align: left;
  font-size: 14px;
  color: #3C4246;
  font-weight: normal;
}
.ec-alert-warning.has-icon .ec-alert-warning__text{
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
}
.ec-cartRow__amount-attention{
  background-color: #FAFAFA;
  border-radius: 4px;
  text-align: left;
  padding: 10px;
  margin-top: 10px;
}
.ec-login{
  background: #FAFAFA;
  border: 1px solid #E8F0F2;
  border-radius: 4px;
  padding: 20px;
  display: grid;
  max-width: 400px;
  margin: 0 auto 20px;
}
.ec-login h1{
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
}
.ec-login h1 > svg{
  vertical-align: text-bottom;
}
.ec-login .ec-login__input,
.ec-login .ec-login__actions{
  margin-bottom: 20px;
}
.ec-addressTable .ec-input input, 
.ec-addressTable .ec-birth input, 
.ec-addressTable .ec-select input, 
.ec-addressTable .ec-halfInput input, 
.ec-addressTable .ec-numberInput input, 
.ec-addressTable .ec-zipInput input, 
.ec-addressTable .ec-telInput input{
  margin-bottom: 0;
}
.ec-addressTable .ec-telInput input{
  max-width: unset;
}
.ec-addressTable .ec-halfInput input[type=text]{
  margin: 0;
  width: 100%;
}
.ec-addressTable .ec-halfInput{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ec-addressTable dl,
.address-title{
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-color: #3C4246;
}
.address-title{
  display: flex;
  gap: 10px;
  padding: 26px 10px 10px;
}
.address-title .ec-label{
  font-weight: normal;
}
.ec-addressTable dl.address-item{
  border: none;
}
.address-item dt{
  flex-direction: column-reverse;
}
.address-item .ec-select{
  width: 50%;
}
.ec-addressTable dt{
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  padding: 10px;
  background-color: transparent;
}
.ec-addressTable .ec-required{
  order: 1;
  margin: 0;
  font-size: 10px;
  display: inline-block;
  padding: 0 6px;
  background-color: #FB2A4F;
  color: #fff;
  border-radius: 2px;
}
.ec-addressTable .ec-unrequired{
  order: 1;
  margin: 0;
  font-size: 10px;
  display: inline-block;
  padding: 0 6px;
  background-color: #E8F0F2;
  color: inherit;
  border-radius: 2px;
}
.ec-addressTable .ec-label{
  order: 2;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.ec-addressTable dd{
  padding-bottom: 0;
  background-color: #fff;
  margin-bottom: -1px;
}
.ec-addressTable.is-confirm dd{
  padding-bottom: 7px;
}
.ec-addressTable.is-confirm dl.address-item dd{
  padding-bottom: 11px;
}
.ec-historyRole .ec-historyRole__contents{
  display: grid;
  border-top: unset;
  border-bottom: 1px solid #53616E;
}
.ec-historyRole .ec-historyRole__header,
.ec-historyRole .ec-historyRole__detail{
  width: 100%;
}
.ec-historyListHeader{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ec-historyListHeader > *,
.ec-historyListHeader .ec-historyListHeader__date,
.ec-historyListHeader .ec-historyListHeader__action,
.ec-historyListHeader__action a.ec-inlineBtn{
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
.ec-historyListHeader__action .ec-inlineBtn{
  border: none;
  color: #3686E4;
  background-color: #F5F9FE;
  padding: 2px 8px;
}
.ec-estimateRole__status .ec-estimateRole__item{
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.label-status{
  display: inline-block;
  background-color: #AFAFAF;
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
}
.label-status.status01{
  background-color: #C5A600;
}
.label-status.status02{
  background-color: #FB2A4F;
}
.label-status.status03{
  background-color: #3686E4;
}
.label-status-line{
  display: inline-block;
  background-color: #fff;
  color: #AFAFAF;
  border: 1px solid;
  border-radius: 4px;
  padding: 2px 8px;
}
.label-status-line.status01{
  color: #C5A600;
}
.label-status-line.status02{
  color: #FB2A4F;
}
.label-status-line.status03{
  color: #3686E4;
}
.ec-imageGrid .ec-imageGrid__img{
  padding: 0;
}
.ec-historyRole .ec-historyRole__detail .ec-imageGrid{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.ec-estimateRole{
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1130px;
}
.ec-estimateRole__item dt{
  padding: 0 10px 10px;
  border-bottom: 1px solid #53616E;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ec-estimateRole__item dt .ec-inlineBtn{
  padding: 4px 10px;
  font-size: 12px;
  font-weight: normal;
}
.ec-estimateRole__item{
  margin-bottom: 30px;
}
.ec-estimateRole__item dd{
  padding: 0 10px;
}
/*----------- media query -----------*/
/* @media (max-width: 480px) {
  
} */
@media (min-width: 1024px) {
  .ec-cartRow__header{
    flex-direction: row;
    justify-content: space-between;
  }
  .ec-cartRow .ec-cartRow__summary{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .ec-cartRow .ec-cartRow__amountColumn{
    width: 100%;
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
  }
  .ec-cartRow.is-other .ec-cartRow__amountColumn{
    display: block;
  }
  .ec-estimateRole__info .ec-estimateRole__body,
  .ec-estimateRole__deliv .ec-estimateRole__body{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .ec-estimateRole__price .ec-estimateRole__body,
  .ec-estimateRole__action .ec-estimateRole__body{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}
#delivery_week_flg.ec-radio input[type="radio"]{
  width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-bottom: 10px;
  vertical-align: top;
}
#delivery_week_flg.ec-radio label{
  width: calc(100% - 30px);
  margin-right: 0;
  margin-bottom: 10px;
}
#delivery_week .ec-checkbox > div{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
#delivery_week .ec-checkbox input[type="checkbox"]{
  width: 13px;
  height: 13px;
  margin-bottom: 0;
}
#delivery_week .ec-checkbox label{
  width: calc(50% - 28px);
  margin-bottom: 0;
}
#delivery_week .ec-checkbox > div input:nth-of-type(1){
  order: 1;
}
#delivery_week .ec-checkbox > div label:nth-of-type(1){
  order: 2;
}
#delivery_week .ec-checkbox > div input:nth-of-type(2){
  order: 5;
}
#delivery_week .ec-checkbox > div label:nth-of-type(2){
  order: 6;
}
#delivery_week .ec-checkbox > div input:nth-of-type(3){
  order: 9;
}
#delivery_week .ec-checkbox > div label:nth-of-type(3){
  order: 10;
}
#delivery_week .ec-checkbox > div input:nth-of-type(4){
  order: 13;
}
#delivery_week .ec-checkbox > div label:nth-of-type(4){
  order: 14;
}
#delivery_week .ec-checkbox > div input:nth-of-type(5){
  order: 17;
}
#delivery_week .ec-checkbox > div label:nth-of-type(5){
  order: 18;
}
#delivery_week .ec-checkbox > div input:nth-of-type(6){
  order: 3;
}
#delivery_week .ec-checkbox > div label:nth-of-type(6){
  order: 4;
}
#delivery_week .ec-checkbox > div input:nth-of-type(7){
  order: 7;
}
#delivery_week .ec-checkbox > div label:nth-of-type(7){
  order: 8;
}
#delivery_week .ec-checkbox > div input:nth-of-type(8){
  order: 11;
}
#delivery_week .ec-checkbox > div label:nth-of-type(8){
  order: 12;
}
#delivery_week .ec-checkbox > div input:nth-of-type(9){
  order: 15;
}
#delivery_week .ec-checkbox > div label:nth-of-type(9){
  order: 16;
}