@charset "UTF-8";
.contents-wrap .alert.entry,
.contents-wrap .alert.confirm {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto 20px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .contents-wrap .alert.entry,
  .contents-wrap .alert.confirm {
    font-size: 14px;
  }
}
.contents-wrap form.table {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px 100px;
}
.contents-wrap form.table table {
  display: block;
  border: none;
}
.contents-wrap form.table table tbody {
  display: block;
}
.contents-wrap form.table table tbody tr {
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid #ccc;
}
.contents-wrap form.table table tbody tr.error th, .contents-wrap form.table table tbody tr.error td {
  background-color: transparent;
}
.contents-wrap form.table table tbody tr.error th input[type="text"],
.contents-wrap form.table table tbody tr.error th input[type="email"],
.contents-wrap form.table table tbody tr.error th select,
.contents-wrap form.table table tbody tr.error th textarea, .contents-wrap form.table table tbody tr.error td input[type="text"],
.contents-wrap form.table table tbody tr.error td input[type="email"],
.contents-wrap form.table table tbody tr.error td select,
.contents-wrap form.table table tbody tr.error td textarea {
  border-color: #f33;
}
.contents-wrap form.table table tbody tr th {
  flex: 0 0 200px;
  border: none;
  padding: 5px;
}
.contents-wrap form.table table tbody tr th .required {
  display: inline-block;
  background: #f12424;
  color: white;
  font-size: 12px;
  padding: 3px 4px;
  border-radius: 3px;
  line-height: 1.1;
}
.contents-wrap form.table table tbody tr td {
  flex: 1 1 auto;
  border: none;
  padding: 5px;
}
.contents-wrap form.table table tbody tr td input[type="text"],
.contents-wrap form.table table tbody tr td input[type="email"],
.contents-wrap form.table table tbody tr td select,
.contents-wrap form.table table tbody tr td textarea {
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  max-width: 100%;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px 6px;
  height: 32px;
}
.contents-wrap form.table table tbody tr td select {
  line-height: 1;
  background: white;
}
.contents-wrap form.table table tbody tr td textarea {
  height: 150px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contents-wrap form.table table tbody tr, .contents-wrap form.table table tbody th, .contents-wrap form.table table tbody td {
    display: block;
  }
  .contents-wrap form.table table tbody tr textarea, .contents-wrap form.table table tbody th textarea, .contents-wrap form.table table tbody td textarea {
    width: 100%;
  }
}
.contents-wrap form.table.confirm table tr th, .contents-wrap form.table.confirm table tr td {
  padding: 10px;
}
.contents-wrap form.table .submit {
  display: flex;
  flex-direction: column-reverse;
  padding: 40px 0;
  align-items: center;
  gap: 30px;
}
.contents-wrap form.table .submit .btn {
  cursor: pointer;
}
.contents-wrap form.table .submit .btn.modify {
  appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #999;
  color: #666;
  padding: 0 4px;
}

.catalog-selector__title {
  margin: 30px 0 20px;
  font-size: 24px;
  color: var(--color-primary);
}
@media (max-width: 600px) {
  .catalog-selector__title {
    font-size: 20px;
  }
}
.catalog-selector__description {
  font-size: 15px;
}
@media (max-width: 600px) {
  .catalog-selector__description {
    font-size: 13px;
  }
}
.catalog-selector__error {
  color: #ff2121;
  font-weight: 700;
  background: #ffe8e3;
  margin: 10px 0;
  padding: 4px 8px;
  border-radius: 4px;
}
.catalog-selector__error:empty {
  display: none;
}
.catalog-selector__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0;
}
.catalog-selector__item {
  flex: 0 0 170px;
  display: flex;
}
@media (max-width: 500px) {
  .catalog-selector__item {
    flex-basis: calc(50% - 8px);
  }
}
.catalog-selector__item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.catalog-selector__item input:checked + label .catalog-selector__image {
  border-color: #198cec;
}
.catalog-selector__item input:checked + label .catalog-selector__image::after {
  opacity: 1;
}
.catalog-selector__label {
  cursor: pointer;
}
.catalog-selector__label.disabled {
  pointer-events: none;
}
.catalog-selector__name {
  margin-top: 3px;
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.catalog-selector__image {
  display: block;
  border: 1px solid white;
  padding: 5px;
  position: relative;
}
.catalog-selector__image::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '選択中';
  background: #198cec;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 4px;
  opacity: 0;
}
.catalog-selector__image img {
  aspect-ratio: 5/7;
  object-fit: contain;
  border: 1px solid #ddd;
  background: #eee;
  transition-duration: 0.3s;
}
.catalog-selector__image img:hover {
  opacity: 0.8;
}

.complete-container {
  display: flex;
  justify-content: center;
}
.complete-container p {
  margin: 10px 10px;
  font-size: 14px;
}

/*# sourceMappingURL=contact.css.map */
