@charset "UTF-8";
.tax-cloud-box-wrapper {
  margin: 0 auto;
  width: 80%;
}
.tax-cloud-box-wrapper table {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px !important;
}
.tax-cloud-box-wrapper table th {
  width: 120px;
  min-width: 90px;
  height: 55px;
}
.tax-cloud-box-wrapper input[name=upload_file] {
  background-color: rgb(66, 170, 199);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.tax-cloud-box-wrapper input[name=upload_file]:hover {
  opacity: 0.7;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  background-color: rgba(66, 170, 199, 0.7);
  color: white;
  border-radius: 5px;
  font-weight: bold;
  z-index: 1000;
}

#loading::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media (max-width: 500px) {
  .tax-cloud-box-wrapper {
    width: 100%;
  }
  #loading {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.front-upload-wrapper {
  width: 100%;
}
.front-upload-wrapper table {
  width: 100%;
  margin: 10px 0;
}
.front-upload-wrapper table th {
  font-size: 14px;
  text-align: center;
}
.front-upload-wrapper table .remove-file-td {
  text-align: center;
}
.front-upload-wrapper table .remove-file {
  background-color: rgb(87, 167, 214);
  border: rgba(87, 167, 214, 0.8);
  color: #fff;
  font-size: 13px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.front-upload-wrapper .thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc; /* 任意：枠線をつけたい場合 */
  background-color: #f8f8f8; /* 任意：背景色 */
}

.front-upload-wrapper .thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.front-upload-wrapper td {
  vertical-align: middle;
}

.front-upload-wrapper td.image {
  text-align: center;
  margin: 0;
}

.front-upload-wrapper td.image:hover {
  opacity: 0.6;
}

.image-pager-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.image-pager-wrapper .number {
  margin: 2px;
  padding: 8px;
  background-color: #999;
  color: #fff !important;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
  text-decoration: none !important;
}
.image-pager-wrapper .number:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
.image-pager-wrapper .selected {
  background-color: rgba(87, 167, 214, 0.8);
}

@media screen and (max-width: 600px) {
  .comment-cell {
    display: none;
  }
}/*# sourceMappingURL=front.css.map */