@charset "UTF-8";

.required {
    color: #F01;
}



.textarea-form {
    height: 250px;
    border-color: #e5e7eb !important;
}

.disable-form:disabled, .form-disable[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.display-disable {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    font-size: 10pt !important;
    background-color: rgb(239, 239, 239) !important;
}

.seller-title {
    color: #5e5e5e; 
    font-size: 22px; 
    font-weight: bold; 
    margin-bottom: 30px; 
    text-align: center;
}


/* **** 画像アップロード Start **** */
.upload_box {
  width: 100%;
  /*margin: 5% auto;*/
}

.upload_btn-box {
  margin-bottom: 10px;
}

.upload_btn {
    position: relative;
    width: 400px;
    height: 100px;
    border: 2px dashed silver;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: silver;
    margin-bottom: 3px;
}
.upload_btn.active {
  background-color: rgba(192, 192, 192, 0.2);
}
.upload_btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}

.upload_inputfile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.upload_img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload_img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

/*.upload_img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload_img-close:after {
    content: "✖";
    font-size: 14px;
    color: #fff;
    font-family: sans-serif !important;
}*/

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
/* **** 画像アップロード End **** */
