@charset "UTF-8";

/* カート */
.ec-role {
  padding-left: 0;
  padding-right: 0;
  color: #333;
}
.ec-cartRole {
  padding: 0;
  color: #333;
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}
.ec-cartRole .ec-cartRole__actions {
  width: 100%;
  margin-right: 0;
}
.ec-progress {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  border: 1px solid #acacac;
  overflow: hidden;
  margin-bottom: 5px;
}
.ec-progress .ec-progress__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 25%;
  position: relative;
  z-index: 1;
}
.ec-progress .ec-progress__item:last-child:before,
.ec-progress .ec-progress__item:last-child:after {
  display: none;
}
.ec-progress .ec-progress__item:before, 
.ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.ec-progress .ec-progress__item:before {
  top: -18px;
  right: -13px;
  border-style: solid;
  border-color: transparent transparent transparent #acacac;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.ec-progress .ec-progress__item:after {
  top: -18px;
  right: -12px;
  left: auto;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
  background: none;
}
.ec-progress .ec-progress__item.is-complete:after {
  border-color: transparent transparent transparent #f5f5f5;
}
.ec-progress .ec-progress__label {
  font-size: 1.4rem;
  color: #acacac;
}
.ec-progress .ec-progress__number {
  margin: 0 10px 0 0;
  color: #acacac;
  border: 1px solid #acacac;
  background: #fff;
  font-size: 1.3rem;
  line-height: 24px;
  width: 24px;
  height: 24px;
}
.ec-cartRole .ec-cartRole__totalText {
  margin: 15px 0 15px;
}
.ec-progress .is-complete {
  background: #f5f5f5;
  z-index: 0;
}
.ec-progress .is-complete .ec-progress__label {
  color: #e60012;
}
.ec-progress .is-complete .ec-progress__number {
  border: 1px solid #e60012;
  background: #e60012;
  color: #fff;
}
.ec-none {
  width: 100%;
}
.ec-none .ec-alert-warning {
  background: #e60012;
  margin-bottom: 0;
}
.ec-cartRole .ec-cartRole__error .ec-alert-warning {
  max-width: 100%;
  background: #fff;
  border: 1px solid #e60012;
}
.ec-cartRole .ec-cartRole__actions + .ec-cartRole__error .ec-alert-warning {
  margin-top: 60px;
}
.ec-cartRole .ec-cartRole__actions + .ec-cartRole__cart {
  margin-top: 60px;
}
.ec-cartRole .ec-cartRole__error .ec-alert-warning .ec-alert-warning__text {
  color: #e60012;
}
.ec-cartRole__actions .ec-blockBtn--action {
  margin: 0 0 0 auto;
}
.ec-cartRow__expired {
  background: #e60012;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 20px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
.ec-cartRow__icon {
  border-radius: 5px;
  border: 1px solid #333;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
.ec-cartRow .ec-cartRow__summary {
  width: calc(100% - 126px);
}
.ec-cartRow__contentTxt {
  margin-top: 10px; 
}
.ec-cartRow__contentTxt .ec-breakdown__hdg {
  font-weight: bold;
  margin-bottom: 5px;
}

/* ご注文手続き */
.ec-orderRole {
  display: block;
}
.ec-orderRole__detail {
  width: 100%;
}
.ec-orderRole__summary {
  width: 100%;
  margin: 0!important;
}
.ec-orderRole .ec-orderRole__detail {
  width: 100%;
  padding: 0;
}
.ec-orderRole {
  padding: 0;
  color: #333;
}
.ec-orderAccount {
  margin-bottom: 44px;
}
.ec-orderDelivery,
.ec-orderPayment,
.ec-orderConfirm,
.ec-orderShop,
.ec-orderCard,
.ec-orderDelivery__edit {
  margin-bottom: 60px;
}
.ec-orderDelivery__change {
  margin: 0 0 0 auto;
  width: 234px;
}
.ec-orderDelivery__change button {
  width: 100%;
}
.ec-orderRole .ec-inlineBtn {
  font-weight: bold;
}
.ec-borderedList li {
  border-bottom: none;
}
.ec-borderedList li:last-child {
  border-bottom: 1px dotted #ccc;
}
.ec-imageGrid .ec-imageGrid__content {
  padding-left: 20px;
}
.ec-orderDelivery__actions .select-red .ec-select {
  width: 200px;
}
.ec-orderDelivery__actions .select-flex2 {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.ec-orderDelivery__actions .select-flex2 .select-flex:last-child {
  margin-left: 40px;
}
.ec-orderDelivery__txt .ec-font-bold {
  margin-bottom: 5px;
}
.ec-orderDelivery__edit button {
  width: 300px;
}
.ec-accordion {
  border: 1px solid #e60012;
  display: block;
  border-radius: 17px;
  height: auto;
}
.ec-accordion__btn {
  color: #e60012;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  transition: opacity 0.3s;
}
.ec-accordion__btn {
  background: url("../img/common/icon_accordion_off.svg") no-repeat right 20px center;
  background-size: 24px auto;
}
.ec-accordion__btn.open {
  background: url("../img/common/icon_accordion_on.svg") no-repeat right 20px center;
  background-size: 24px auto;
}
.ec-accordion__content {
  display: none;
  padding: 0 10px 10px;
}
.ec-accordion__content.ec-orderCard__content table {
  margin-top: 0;
}
.ec-accordion__content.ec-addAddress__content {
  padding: 0 25px;
  font-size: 1.6rem;
}
.ec-accordion__content.ec-addAddress__content .ec-registerRole__actions {
  padding-top: 30px;
}
.ec-orderPayment p {
  margin-bottom: 20px;
}
#shopping_order_use_point {
  width: 300px;
}
#shopping_order_coupon_code {
  width: 300px;
}
.ec-orderCard__content table {
  width: 100%;
  margin-top: 20px;
}
.ec- table th,
.ec-orderCard__content table td {
  padding: 10px;
}
.ec-orderCard__content .ec-orderCard__table1 th:first-child {
  width: 10%;
  text-align: center;
  padding: 0;
}
.ec-orderCard__content .ec-orderCard__table1 th:nth-child(2) {
  width: 25%;
}
.ec-orderCard__content .ec-orderCard__table1 th:nth-child(3) {
  width: 20%;
}
.ec-orderCard__content .ec-orderCard__table1 th:nth-child(4) {
  width: 45%;
}
.ec-orderCard__content .ec-orderCard__table1 td:first-child {
  text-align: center;
}
.ec-orderCard__content .ec-orderCard__table1 label {
  cursor: pointer;
  display: block;
  padding: 15px;
}
.ec-orderCard__content .ec-orderCard__table1 + .ec-orderDelivery__edit {
  margin: 10px 0 20px;
}
.ec-orderCard__content .ec-orderCard__table1 + .ec-orderDelivery__edit .ec-rectHeading .hdg-h2 {
  margin-bottom: 20px;
}
.ec-orderCard__content .ec-orderDelivery__edit + .select-flex {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 20px;
}
.ec-orderCard__content .select-flex .select-red .ec-select {
  width: 200px;
}
.ec-orderCard__content .ec-orderCard__table2 .select1 .select-red .ec-select {
  width: 100px;
}
.ec-orderCard__content .ec-orderCard__table2 .select-p {
  margin-left: 20px;
}
.ec-orderCard__content .ec-orderCard__table2 th,
.ec-orderCard__content .ec-orderCard__table2 td {
  padding: 15px;
}
.ec-orderCard__content .ec-orderCard__table2 td .txt1 {
  margin-top: 5px;
}
.ec-orderCard__content .ec-orderCard__table2 th {
  width: 25%;
}
.ec-orderCard__content .ec-orderCard__table2 td {
  width: 75%;
  padding-left: 0;
}
.ec-orderCard__content .ec-orderCard__table2 .select-flex .select-red:first-child {
  margin-left: 0;
}
.ec-orderCard__content .ec-orderCard__table2 .flex-box input {
  margin: 0 15px;
}
.ec-orderCard__content .ec-orderCard__table2 input[type="text"],
.ec-orderCard__content .ec-orderCard__table2 input[type="number"] {
  width: 300px;
}
.ec-orderCard__content .ec-orderCard__table2 .select2 .select-red {
  width: 200px;
}
.ec-orderRole .ec-orderRole__summary {
  width: 100%;
  padding: 0;
}
.ec-totalBox {
  background: #f5f5f5;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 30px 164px 35px;
}
.ec-totalBox .ec-totalBox__spec ,
.ec-totalBox .ec-totalBox__total,
.ec-totalBox__taxRate {
  padding-left: 0px;
  padding-right: 0px;
  font-weight: normal;
}
.ec-totalBox .ec-totalBox__spec dt ,
.ec-totalBox__taxLabel {
  font-weight: bold;
}
.ec-totalBox .ec-totalBox__spec dt {
  line-height: 1.5;
}
.ec-totalBox .ec-totalBox__total {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #dddddd;
  font-size: 1.6rem;
}
.ec-totalBox .ec-totalBox__price {
  font-size: 2.6rem;
}
.ec-totalBox .ec-totalBox__taxLabel {
  font-weight: normal;
  font-size: 1.4rem;
}
.ec-totalBox .ec-totalBox__taxRate {
  font-size: 1.4rem;
}
.ec-totalBox__price,
.ec-totalBox .ec-totalBox__price {
  margin: 0 0 0 10px;
}
.ec-totalBox .ec-totalBox__spec {
  align-items: flex-end;
  font-size: 1.6rem;
}
.ec-totalBox .ec-totalBox__btn {
  color: #000;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  flex-flow: row-reverse;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel,
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
  width: calc(50% - 16px);
  margin: 0;
}
.ec-totalBox .ec-totalBox__spec2 {
  justify-content: flex-end;
}
.ec-totalBox .ec-totalBox__total ,
.ec-totalBox .ec-totalBox__spec2 {
  font-size: 1.4rem;
}
.ec-totalBox .ec-totalBox__spec2 dt {
  font-weight: normal;
  margin-right: 10px;
}
.flex .product_line {
  text-decoration: underline;
}
.ec-orderShop__content2 {
  margin: 20px 0 0;
}
.ec-orderShop__content2 .product_line, .ec-orderShop__content3 .product_line {
  text-decoration: underline;
}
.ec-orderShop__content2 .red-text, .ec-orderShop__content3 .red-text {
  color: #e60012;
  cursor: pointer;
}
.ec-annotation {
  margin: 20px 0 20px 340px;
}

/* ご注文内容のご確認 */
.ec-orderConfirm__delivery {
  margin: 0;
}
.ec-orderConfirm__delivery .ec-selects {
  margin: 0;
  border-bottom: none;
}
.ec-orderConfirm__service {
  margin: 0 0 12px;
  border-bottom: 1px dotted #ccc;
}
.ec-orderConfirm__service .ec-borderedList {
  margin: 0;
}
.ec-orderConfirm__service .ec-borderedList li:last-child {
  border-bottom: none;
}
.ec-orderConfirm {
  display: flex;
  margin: 0;
  padding: 8px 0;
}
.ec-orderConfirm .ec-font-bold {
  margin: 0 20px 0 0;
  white-space: nowrap;
}
.ec-orderShop__content3 {
  margin: 10px 0 10px;
}
.ec-select2 {
  margin-top: 10px; 
}
.ec-select2:last-child {
  margin-bottom: 10px;
}
.cursor-pointer {
  cursor: pointer;
}
.ec-annotation2 {
  margin-bottom: 15px;
}


/* 完了 */
.ec-cartCompleteRole {
  padding: 0;
}
.ec-cartCompleteRole .txt1{
  text-align: left;
  width: 580px;
  margin: 17px auto 0;
}
#page_shopping_complete .products-list {
  text-align: left;
  margin: 30px 0 60px;
}
#page_shopping_complete .btn-300 .ec-off4Grid__cell + .ec-off4Grid__cell {
  margin-top: 30px;
}
#page_shopping_complete .ec-reportHeading {
  margin-bottom: 10px;
}
#page_shopping_complete .ec-reportHeading h2 {
  font-size: 2rem;
}
#page_shopping_complete .ec-reportDescription {
  line-height: 1.75;
  margin-bottom: 20px;
}

/* お届け先の複数指定 */
.ec-AddAddress {
  margin: 0;
  padding: 0;
}
.ec-AddAddress__new {
  width: 300px;
}
.ec-AddAddress__select {
  font-size: 1.6rem;
}
.ec-AddAddress__btn button {
  width: 200px;
}
.ec-AddAddress__selectAddress {
  width: calc(100% - 335px);
}
.ec-AddAddress__selectAddress .select-red {
  width: calc(100% - 85px);
}
.ec-AddAddress__selectAddress .select-flex p {
  width: 65px;
  white-space: nowrap;
}
.ec-AddAddress .ec-AddAddress__selectNumber p {
  width: 35px;
}
.ec-AddAddress .ec-AddAddress__item {
  margin-bottom: 20px;
}
.ec-AddAddress .ec-AddAddress__selectNumber input {
  width: 100px;
}
.ec-AddAddress .ec-AddAddress__select {
  margin-bottom: 20px;
}
.ec-AddAddress .ec-AddAddress__new {
  margin: 20px 0 0;
}
.ec-AddAddress .ec-AddAddress__new + .add-btn__contents {
  margin-top: 60px;
}
.add-btn__contents.ec-registerRole .ec-blockBtn--action {
  margin-bottom: 0;
}
.ec-AddAddress__select .delete.btn-black {
  width: 120px;
  display: inline-block;
  margin-left: 30px;
}
.ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
  margin-bottom: 30px;
}
.ec-AddAddress .ec-AddAddress__selectNumber input {
  margin: 0;
}
.ec-AddAddress .ec-blockBtn--action {
  margin-bottom: 30px;
}

/* お届け先の指定 */
.ec-registerRole {
  padding-left: 0;
  padding-right: 0;
  color: #333;
}
.ec-registerRole .ec-registerRole__actions {
  padding-top: 60px;
}
#page_shopping_shipping_edit .ec-borderedDefs {
  margin-bottom: 60px;
}
.ec-registerRole .ec-blockBtn--action {
  margin-bottom: 30px;
}
.ec-addressRole__actions {
  margin-top: 20px;
}
.ec-addressRole__actions + .add-btn__contents {
  margin-top: 60px;
}

/* お見積り依頼確認 */
.ec-estimationCheck .ec-orderDelivery__address p {
  margin-top: 10px;
}
.ec-estimationCheck .ec-orderDelivery__address h3 {
  margin-top: 30px;
  font-weight: bold;
}
.ec-estimationCheck .ec-orderDestination__info {
  margin-top: 15px;
}
.ec-estimationCheck .ec-totalBox {
  padding-top: 50px;
}
.ec-estimationCheck .ec-totalBox .ec-blockBtn--action {
  margin-bottom: 15px;
}
#ec_mypage__estimateDetail.ec-estimationCheck .ec-totalBox {
  padding: 35px 50px 35px;
}
#ec_mypage__estimateDetail.ec-estimationCheck .ec-totalBox + .ec-totalBox {
  margin-top: 0;
  padding-top: 0;
}

/* お見積り依頼完了 */
.ec-estimationComplete h2 {
  font-size: 2rem;
  text-align: center;
}
.ec-estimationComplete__txt1 {
  line-height: 1.75;
  text-align: center;
  margin: 10px 0 20px;
}
.ec-estimationComplete__txt2 {
  text-align: center;
}
.ec-estimationComplete table {
  margin: 17px auto 0;
}
.ec-estimationComplete table th {
  width: 155px;
  padding: 5px 0;
  vertical-align: top;
}
.ec-estimationComplete table td {
  padding: 5px 0;
  vertical-align: top;
}
.ec-estimationComplete .btn-300 {
  margin-top: 60px;
}
.ec-estimationComplete .products-list {
  margin-top: 30px;
}

/* 規約 */
.ec-orderRole__detail .be-none__label {
  display: table;
  margin: 0 auto 25px;
}
.ec-orderRole__detail .be-none__label .flex {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}
.ec-orderRole__detail .be-none__label .flex label {
  margin-right: 40px;
  margin-bottom: 0;
}
.ec-orderRole__detail .be-none__label .flex p {
  color: #e60012;
  cursor: pointer;
}
.ec-terms__modal .js-modal__content {
  padding: 40px 30px;
}
.ec-terms__modal ul {
  margin-bottom: 40px;
  height: 365px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ec-terms__modal ul li {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
.ec-terms__modal ul li:first-child {
  margin-top: 0;
}

/* 条件選択 */
.ec-conditions {
  padding: 0;
  position: relative;
}
.ec-conditions .ec-side__right {
  position: absolute;
  right: 0;
}
.ec-conditions .ec-side__right.is-fixed .ec-totalBox {
  position: fixed;
  top: 80px;
  width: 400px;
}
.ec-conditions .ec-side__right.is-absolute {
  bottom: 0;
}
.ec-conditions .ec-side__right.is-absolute .ec-totalBox {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 400px;
}
.ec-conditions__flex {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ec-conditions__flex + .hdg-h2 {
  margin-top: 55px;
}
.hdg-h2.required {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hdg-h2.required h2{
  width: 80%;
}
.icon-required {
  background: #ff0000;
  color: #fff;
  padding: 2px 16px;
  font-size: 1.6rem;
  margin-left: 30px;
}
.ec-conditions__flex p {
  font-size: 1.6rem;
}
.ec-conditions__flex .select1 {
  width: 111px;
}
.ec-conditions__flex .select2 {
  width: 74px;
}
.ec-conditions__flex .select1 + p,
.ec-conditions__flex .select2 + p {
  margin: 0 10px;
}
.ec-conditions__flex .select3 {
  width: 200px;
}
.file-label > input {
  display: none;
}
.file-label {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #000;
  background: #ffffff;
  padding: 9px 10px;
  color: #333333;
  width: 200px;
  height: 43px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  margin-right: 10px;
}
.file-label + p {
  font-size: 1.5rem;
}
.ec-totalBox2 {
  background: #f5f5f5;
  padding: 30px 50px 35px;
}
.ec-totalBox2 .ec-totalBox__total {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 20px;
}
.ec-totalBox .ec-totalBox__total.pb0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ec-totalBox2 .ec-totalBox__price {
  margin: 0 10px;
  font-size: 2.6rem;
  font-weight: bold;
}
.ec-totalBox2 .ec-totalBox__taxLabel {
  font-weight: normal;
  font-size: 1.4rem;
}
.ec-totalBox2 .btn-300 .ec-blockBtn--action {
  margin-bottom: 15px;
}

@media (min-width: 769px) {
}

@media (max-width: 768px) {
  /* カート */
  .ec-role {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-cartRole {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-cartRow__expired {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .ec-cartRow__icon {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1.2rem;
  }
  #form_cart.ec-cartRole {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
  }
  .ec-progress {
    margin-bottom: 15px;
    padding: 0;
  }
  .ec-progress .ec-progress__item {
    display: block;
    padding: 10px;
  }
  .ec-progress .ec-progress__item:before {
    top: -36px;
    right: -6px;
    border-width: 80px 0 80px 1em;
  }
  .ec-progress .ec-progress__item:after {
    top: -36px;
    right: -5px;
    border-width: 80px 0 80px 1em;
  }
  .ec-progress .ec-progress__label {
    font-size: 1.2rem;
  }
  .ec-progress .ec-progress__number {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }
  .ec-cartRole .ec-cartRole__totalText {
    margin: 0 0 15px 0;
    padding: 0;
  }
  .ec-cartRole .ec-cartRole__actions + .ec-cartRole__cart {
    margin-top: 30px;
  }
  .ec-cartRole .ec-cartRole__total {
    padding: 10px 0 20px;
  }
  .ec-cartRow {
    display: table;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
  }
  .ec-cartRow .ec-cartRow__delColumn,
  .ec-cartRow .ec-cartRow__contentColumn,
  .ec-cartRow .ec-cartRow__amountColumn,
  .ec-cartRow .ec-cartRow__subtotalColumn {
    border-bottom: none;
  }
  .ec-cartRow .ec-cartRow__amountColumn {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    margin: 0 10px 0 0;
  }
  .ec-cartRow__sutbtotalSP {
    text-align: right;
    margin-top: 10px;
  }
  .ec-cartRow .ec-cartRow__img {
    width: 35%;
  }
  .ec-cartRow .ec-cartRow__summary {
    width: 65%;
  }
  .ec-alert-warning .ec-alert-warning__text {
    font-size: 1.4rem;
  }
  
  /* ご注文手続き */
  .ec-orderRole {
    padding: 0 15px;
  }
  .ec-orderAccount {
    margin-bottom: 14px;
  }
  .ec-orderDelivery,
  .ec-orderPayment,
  .ec-orderConfirm,
  .ec-orderShop,
  .ec-orderCard,
  .ec-orderDelivery__edit {
    margin-bottom: 30px;
  }
  .ec-orderDelivery__change {
    margin: 0 0 0 auto;
  }
  .ec-imageGrid .ec-imageGrid__content {
    padding-left: 10px;
  }
  .ec-orderDelivery__actions .select-red .ec-select {
    width: 160px;
  }
  .ec-orderDelivery__actions .select-flex2 {
    display: block;
    margin: 20px 0;
  }
  .ec-orderDelivery__actions .select-flex2 .select-flex:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .ec-orderDelivery__edit button {
    width: 100%;
  }  
  .ec-accordion {
    border-radius: 17px;
  }
  .ec-accordion__btn {
    font-size: 1.4rem;
    padding: 6px;
  }
  .ec-accordion__btn {
    background: url("../img/common/icon_accordion_off.svg") no-repeat right 15px center;
    background-size: 16px auto;
  }
  .ec-accordion__btn.open {
    background: url("../img/common/icon_accordion_on.svg") no-repeat right 15px center;
    background-size: 16px auto;
  }
  .ec-accordion__content {
    padding: 0 15px 15px;
  }
  .ec-accordion__content.ec-addAddress__content {
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .ec-accordion__content.ec-addAddress__content .ec-registerRole__actions {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .ec-orderPayment p {
    margin-bottom: 10px;
  }
  #shopping_order_use_point {
    width: 100%;
  }
  .ec-orderRole .ec-borderedList li .ec-imageGrid {
    border-top: none;
  }
  .ec-orderDelivery .ec-orderDelivery__title {
    font-size: 1.4rem;
  }
  .ec-radio span {
    font-size: 1.3rem;
  }
  .ec-orderCard__content table {
    margin-top: 20px;
  }
  .ec-orderCard__content table th,
  .ec-orderCard__content table td {
    padding: 5px;
    font-size: 1.3rem;
  }
  .ec-orderCard__content .ec-orderCard__table1 th:first-child {
    width: 5%;
    text-align: center;
  }
  .ec-orderCard__content .ec-orderCard__table1 th:nth-child(2) {
    width: 95%;
  }
  .ec-orderCard__content .ec-orderCard__table1 label {
    padding: 5px 10px;
    margin: 0;
  }
  .ec-orderCard__content .ec-orderCard__table1 + .select-flex {
    margin-top: 10px;
    padding-top: 20px;
  }
  .ec-orderCard__content .select-flex .select-red .ec-select {
    width: 200px;
  }
  .ec-orderCard__content .ec-orderCard__table2 tr:first-child th {
    padding-top: 0;
  }
  .ec-orderCard__content .ec-orderCard__table2,
  .ec-orderCard__content .ec-orderCard__table2 tbody,
  .ec-orderCard__content .ec-orderCard__table2 tr,
  .ec-orderCard__content .ec-orderCard__table2 th ,
  .ec-orderCard__content .ec-orderCard__table2 td {
    display: block;
    width: 100%;
  }
  .ec-orderCard__content .ec-orderCard__table2 .select1 .select-red .ec-select {
    width: 80px;
  }
  .ec-orderCard__content .ec-orderCard__table2 .select-p {
    margin-left: 10px;
  }
  input[type="number"].code {
    margin-bottom: 10px;
  }
  .ec-orderCard__content .ec-orderCard__table2 th {
    padding: 15px 0;
  }
  .ec-orderCard__content .ec-orderCard__table2 td {
    padding: 0;
  }
  .ec-orderCard__content .ec-orderCard__table2 th {
    width: 100%;
  }
  .ec-orderCard__content .ec-orderCard__table2 td {
    width: 100%;
  }
  .ec-orderCard__content .ec-orderCard__table2 .select-flex .select-red:first-child {
    margin-left: 0;
  }
  .ec-orderCard__content .ec-orderCard__table2 td .flex-box {
    display: block;
  }
  .ec-orderCard__content .ec-orderCard__table2 td .flex-box .flex-box {
    display: flex;
  }
  .ec-orderCard__content .ec-orderCard__table2 td .flex-box .flex-box + .flex-box {
    margin-top: 10px;
  }
  .ec-orderCard__content .ec-orderCard__table2 .flex-box input {
    margin: 0 0 0 15px;
  }
  .ec-orderCard__content .ec-orderCard__table2 input[type="text"],
  .ec-orderCard__content .ec-orderCard__table2 input[type="number"] {
    width: 100%;
  }
  .ec-orderCard__content .ec-orderCard__table2 .select2 .select-red {
    width: 200px;
  }
  .ec-blockRadio {
    font-size: 1.3rem;
  }
  .ec-totalBox {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 20px 25px 25px;
  }
  .ec-totalBox .ec-totalBox__spec ,
  .ec-totalBox .ec-totalBox__total,
  .ec-totalBox__taxRate {
    padding-left: 0;
    padding-right: 0;
    margin: 5px 22px;
    font-size: 1.3rem;
  }
  .ec-totalBox__price,
  .ec-totalBox .ec-totalBox__price {
    margin-left: 10px;
  }
  .ec-totalBox .ec-totalBox__taxLabel {
    font-size: 1.3rem;
  }
  .ec-totalBox .ec-totalBox__taxRate {
    font-size: 1.1rem;
  }
  .ec-totalBox .ec-totalBox__total {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid #dddddd;
    font-size: 1.4rem;
  }
  .ec-totalBox .ec-totalBox__btn {
    display: block;
    margin: 16px 0 0;
  }
  .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel,
  .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
    width: 100%;
    margin: 0;
  }
  .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
    height: 35px;
    margin-bottom: 15px;
  }
  .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:last-child {
    margin-bottom: 0;
  }
  .ec-totalBox .ec-totalBox__price {
    font-size: 1.8rem;
  }
  .ec-totalBox .ec-totalBox__spec dt {
    font-size: 1.3rem;
  }
  .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
    font-size: 1.4rem;
  }
  .ec-orderShop__content2 {
    font-size: 1.3rem;
  }
  .ec-annotation {
    margin: 20px 0;
  }
  
  /* ご注文内容のご確認 */
  .ec-orderConfirm__delivery {
    margin: 0;
  }
  .ec-orderConfirm__service {
    margin: 0 0 10px 0;
  }
  .ec-orderConfirm {
    display: flex;
    margin: 0;
  }
  .ec-orderConfirm .ec-font-bold {
    margin: 0 20px 0 0;
  }
  .ec-orderShop__content3 {
    font-size: 1.3rem;
  }
  .ec-orderShop__flex {
    display: flex;
    flex-direction: column;
  }

  
  /* 完了 */
  .ec-cartCompleteRole {
    padding: 0 15px;
  }
  .ec-cartCompleteRole .txt1 {
    width: 100%;
    margin: 20px auto 0;
  }
  #page_shopping_complete .ec-reportHeading {
    border-top: none;
    margin-top: 0;
  }
  #page_shopping_complete .ec-reportHeading h2 {
    font-size: 1.4rem;
  }
  #page_shopping_complete .ec-reportDescription {
    font-size: 1.3rem;
    text-align: left;
  }
  #page_shopping_complete .products-list {
    margin-bottom: 30px;
    padding: 0;
  }
  #page_shopping_complete .btn-300 .ec-off4Grid__cell + .ec-off4Grid__cell {
    margin-top: 10px;
  }

  /* お届け先の複数指定 */
  .ec-AddAddress {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-AddAddress__new {
    width: 100%;
  }
  .ec-AddAddress__select {
    font-size: 1.4rem;
  }
  .ec-AddAddress__btn button {
    margin: 0 auto;
    width: 100%;
  }
  .ec-AddAddress__select.shipping_item.select-flex {
    display: block;
  }
  .ec-AddAddress__selectAddress {
    margin-bottom: 10px;
  }
  .ec-AddAddress__selectAddress {
    width: 100%;
  }
  .ec-AddAddress__selectAddress .select-red {
    width: calc(100% - 75px);
  }
  .ec-AddAddress__selectAddress .select-flex p {
    margin-right: 10px;
    width: 65px;
  }
  .ec-AddAddress .ec-AddAddress__selectNumber {
    margin-left: 0;
  }
  .ec-AddAddress .ec-AddAddress__selectNumber p {
    margin-right: 10px;
    width: 65px;
  }
  .ec-AddAddress .ec-AddAddress__add {
    margin-bottom: 30px;
  }
  .ec-AddAddress .ec-AddAddress__selectNumber input {
    width: 72px;
  }
  .ec-AddAddress .ec-AddAddress__new {
    margin: 10px 0 0;
  }
  .ec-AddAddress .ec-AddAddress__new + .add-btn__contents {
    margin-top: 30px;
  }
  .add-btn__contents.ec-registerRole {
    padding-left: 0;
    padding-right: 0;
  }
  .add-btn__contents.ec-registerRole .ec-blockBtn--action {
    margin-bottom: 0;
  }
  .ec-AddAddress__select .delete.btn-black {
    width: 120px;
    margin-left: 10px;
  }
  .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
    margin-bottom: 15px;
  }
  .ec-AddAddress .ec-AddAddress__itemThumb {
    min-width: 80px;
  }
  .ec-AddAddress .ec-AddAddress__itemtContent {
    font-size: 1.3rem;
  }
  .ec-AddAddress .ec-blockBtn--action {
    margin-bottom: 20px;
  }
  
  /* お届け先の指定 */
  .ec-registerRole {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.3rem;
  }
  .ec-registerRole .ec-registerRole__actions {
    padding-top: 20px;
  }
  .ec-role  .ec-registerRole {
    padding-left: 0;
    padding-right: 0;
  }
  #page_shopping_shipping_edit .ec-borderedDefs {
    margin-bottom: 30px; 
  }
  .ec-addressRole__actions {
    margin-bottom: 10px;
  }
  .ec-addressRole__actions + .add-btn__contents {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .ec-registerRole .ec-blockBtn--action {
    margin-bottom: 15px;
  }
  
  /* お見積り依頼確認 */
  .ec-estimationCheck .ec-pageHeader {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-estimationCheck .ec-orderDelivery__address p {
    margin-top: 5px;
  }
  .ec-estimationCheck .ec-orderDestination__info {
    margin-top: 10px;
  }
  #ec_mypage__estimateDetail.ec-estimationCheck .ec-totalBox {
    padding: 25px 25px 25px;
  }
  
  /* お見積り依頼完了 */
  .ec-estimationComplete h2 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .ec-estimationComplete__txt1 {
    text-align: left;
  }
  .ec-estimationComplete__txt2 {
    text-align: left;
  }
  .ec-estimationComplete table {
    margin: 17px auto 0;
    width: 100%;
    font-size: 1.3rem;
  }
  .ec-estimationComplete table th {
    width: 120px;
    padding: 4px 0;
  }
  .ec-estimationComplete table td {
    padding: 4px 0;
    width: calc(100% - 120px);
  }
  .ec-estimationComplete .btn-300 {
    margin-top: 30px;
  }
  .ec-estimationComplete .products-list {
    padding: 0;
  }
  
  /* 規約 */
  .ec-orderRole__detail .be-none__label .flex label {
    margin-right: 20px;
  }
  .ec-terms__modal .js-modal__content {
    padding: 40px 15px;
  }
  .ec-terms__modal ul {
    margin-bottom: 20px;
    height: 365px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .ec-terms__modal ul li {
    margin-top: 5px;
    font-size: 1.3rem;
  }

  
  /* 条件選択 */
  .ec-conditions {
    padding: 0 15px;
  }
  .ec-conditions .ec-side__right {
    position: static;
    right: auto;
  }
  .ec-conditions .ec-side__right.is-fixed .ec-totalBox {
    position: static;
    width: 100%;
  }
  .ec-conditions .ec-side__right.is-absolute .ec-totalBox {
    position: static;
    bottom: auto;
    width: 100%;
  }
  .ec-conditions__flex {
    margin-bottom: 10px;
  }
  .ec-conditions__flex + .hdg-h2 {
    margin-top: 25px;
  }
  .hdg-h2.required {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .icon-required {
    padding: 0 5px;
    font-size: 1.3rem;
    margin-left: 15px;
  }
  .ec-conditions__flex p {
    font-size: 1.3rem;
  }
  .ec-conditions__flex .select1 {
    width: 110px;
  }
  .ec-conditions__flex .select2 {
    width: 70px;
  }
  .ec-conditions__flex .select1 + p,
  .ec-conditions__flex .select2 + p {
    margin: 0 10px;
  }
  .ec-conditions__flex .select3 {
    width: 160px;
  }
  .file-label {
    border-radius: 10px;
    padding: 7px 10px;
    width: 140px;
    height: 35px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .file-label + p {
    font-size: 1.3rem;
  }
  .ec-totalBox2 {
    margin-top: 15px;
    padding: 20px 25px 25px;
  }
  .ec-totalBox2 .ec-totalBox__total {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .ec-totalBox2 .ec-totalBox__price {
    margin: 0 5px;
    font-size: 2rem;
  }
  .ec-totalBox2 .ec-totalBox__taxLabel {
    font-size: 1.3rem;
  }

}

@media (max-width: 360px) {
  .ec-totalBox .ec-totalBox__spec ,
  .ec-totalBox .ec-totalBox__total,
  .ec-totalBox__taxRate {
    margin-left: 10px;
    margin-right: 10px;
  }
  .ec-conditions__flex .select1 {
    width: 80px;
  }
  .ec-conditions__flex .select2 {
    width: 55px;
  }
  .ec-cartRow__expired {
    font-size: 1rem;
  }
  .ec-cartRow__icon {
    font-size: 1rem;
  }
}