.form-group.files.color {
  content: '';
  outline: 2px dashed #00aaff;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  /*padding: 120px 0px 85px 10%;*/
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  height: 25vh;
  /*width: 70vh;*/
  background-color: #E5F7FF;
}

.files input:focus {
  outline: 2px dashed #E5F7FF;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  border: 1px solid #E5F7FF;
}

.files {
  position: relative;
}

.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(../../img/save-file-icon.svg);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color .import-input {
  background-color: #E5F7FF;
}

.file-button {
  position: absolute;
  display: inline-block;
  color: #00aaff;
  border: solid 1px #00aaff;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin: 0.5rem auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffff;
}

.file-button-inapp {
  position: absolute;
  display: inline-block;
  color: #00aaff;
  border: solid 1px #00aaff;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin: 0.5rem auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.import-input-inapp::before {
  content: '添付ファイル';
  position: absolute;
  background: #ffffff;
  width: 104px;
  height: 30px;
  line-height: 1.8;
  text-align: center;
}

#input-label.changed::after {
  content: "";
}

.filename {
  font-size: 14px;
}
