@charset "UTF-8";

.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%; }
.ec-modal.small {
  width: 30%; }
.ec-modal.full {
  width: 100%;
  height: 100%; }
.ec-modal .ec-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%; }
.ec-modal .ec-modal-wrap {
  position: relative;
  border-radius: 2px;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px; }
.ec-modal .ec-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px; }
.ec-modal .ec-modal-close:hover {
  color: #4b5361; }
.ec-modal .ec-modal-box {
  text-align: center; }
.ec-modal .ec-role {
  margin-top: 20px; }

#ec-modal-header{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #f1655b;
}

.ec-inlineBtn--cancel{
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #525263;
  border-color: #525263;
}
.ec-inlineBtn--action{
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #DE5D50;
  border-color: #DE5D50;
}

@media only screen and (min-width: 768px) {
  .ec-modal .ec-modal-wrap {
    padding: 40px 10px;
    width: 50%;
    margin: 20px auto; }
}



/* 商品詳細:規格用 */
dl.classcategory{

}
dl.classcategory dt{

}
dl.classcategory dd{
  width: 50%;
}

/* ログイン:PW再設定の案内 */
.pw_announce_wrap{
  background: #f6f1d9;
  padding: 15px 15px;
  margin-top: 30px;
  text-align: center;
}
.pw_announce_wrap h2{

}
.pw_announce_wrap .msg{

}
.pw_announce_wrap .btn{

}

/**/
.form-wrap dd ul.address li.postal{
  margin-bottom: 10px;
}
.form-wrap dd ul.address li.postal input[type="tel"] {
    max-width: 250px;
    margin-left: 8px;
  }
.form-wrap dd ul.address li.two-column div{
}



/**/
/*
.ec-select{

}
.ec-select > div{
  display: flex;
  flex-wrap: wrap;
}
.ec-select .checkbox_item{
  margin: 0px 15px 10px 0;
  position: relative;
}


.checkbox span {
  position: relative;
  top: -2px;
  margin-left: 5px; }
.ec-select .checkbox_item {
  position: relative; }
.ec-select .checkbox_item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: #FFF;
  z-index: -1; }
.ec-select label {
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  display: block;
  line-height: 1.5;
  min-height: 18px;
  border-radius: 4px;
  background: white; }
.ec-select label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #999999;
  z-index: 3;
  border-radius: 4px; }
.ec-select label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #00A0E9;
  border-bottom: 2px solid #00A0E9;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1; }
.ec-select label input[type="checkbox"] {
  pointer-events: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: 40px 0 #FFF;
  z-index: 2;
  margin: 0;
  padding: 0;
  border-radius: 4px; }
.ec-select label input[type="checkbox"]:focus {
  box-shadow: 40px 0 #FFF;
  background: #FFF; }
.ec-select label input[type="checkbox"]:checked {
  display: none;
  
.ec-select label.disabled {
  pointer-events: none; }
.ec-select label.disabled input {
  cursor: not-allowed; }
.ec-select label.disabled:before {
  border: 1px solid #CACACA;
  background: #F1F1F1;
  pointer-events: none;
  color: #333333; }

.ec-select label span{
  position: relative;
    top: -2px;
    margin-left: 5px;
}
*/
