@charset "UTF-8";
body {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

nav.bg-white {
  background-color: #dab7a5 !important;
}
nav.navbar-light .navbar-brand {
  color: white;
}
nav.navbar-light .navbar-brand:hover {
  color: white;
}

main {
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

.navbar-brand {
  margin-right: 0;
  margin: 0 auto;
  font-size: 20px;
}

.formWrapper {
  max-width: 800px;
  margin: 0 auto;
}
.formWrapper form .card .card-header .question {
  font-size: 18px;
  font-weight: bold;
  color: #5D3F30;
  display: flex;
}
@media screen and (max-width: 400px) {
  .formWrapper form .card .card-header .question {
    font-size: 16px;
  }
}
.formWrapper form .card .card-header .question span {
  margin-right: 8px;
}
.formWrapper form .card .card-body {
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .formWrapper form .card .card-body {
    font-size: 14px;
  }
}
.formWrapper form .card .card-body p {
  margin-bottom: 0;
}
.formWrapper form .card .card-body .errorText {
  display: block;
  color: rgb(217, 0, 0);
  font-size: 14px;
  margin-bottom: 10px;
}
.formWrapper form .card .card-body .errorText::before {
  content: "\30FB";
}
.formWrapper form .card .card-body .custom-control {
  margin: 6px 0;
}
.formWrapper form .card .card-body .usedService {
  border: solid 2px rgb(199, 199, 199);
  padding: 10px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .usedService {
    flex-direction: column;
    align-items: flex-start;
  }
}
.formWrapper form .card .card-body .usedService.hide {
  display: none;
}
.formWrapper form .card .card-body .usedService.error {
  border: solid 2px rgb(217, 0, 0);
}
.formWrapper form .card .card-body .usedService .label {
  margin-right: 10px;
}
.formWrapper form .card .card-body .usedService .label::after {
  content: "\2192";
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .usedService .label::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .usedService .items {
    display: flex;
    flex-direction: column;
  }
}
.formWrapper form .card .card-body .writeItem {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .writeItem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.formWrapper form .card .card-body .writeItem .form-check {
  margin-right: 10px;
}
.formWrapper form .card .card-body .writeItem > .addInput {
  margin-bottom: 0;
  display: block;
}
.formWrapper form .card .card-body .writeItem > .addInput.hide {
  display: none;
}
.formWrapper form .card .card-body .writeItem > .addInput #spotFlag,
.formWrapper form .card .card-body .writeItem > .addInput #otherFlag {
  position: absolute;
  transform: translateY(-9999px);
}
.formWrapper form .card .card-body > .form-check {
  margin: 6px 0;
}
.formWrapper form .card .card-body .selectWrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .selectWrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.formWrapper form .card .card-body .selectWrapper > label {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 0;
}
.formWrapper form .card .card-body .selectWrapper > label.short {
  width: 100px;
}
.formWrapper form .card .card-body .selectWrapper select {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .selectWrapper select {
    margin-top: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body textarea {
    min-height: 200px;
  }
}
.formWrapper form .card .card-body .genderSelect,
.formWrapper form .card .card-body .ageSelect,
.formWrapper form .card .card-body .typeSelect,
.formWrapper form .card .card-body .hokkaidoSelect {
  display: flex;
  align-items: center;
  width: 400px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .genderSelect,
.formWrapper form .card .card-body .ageSelect,
.formWrapper form .card .card-body .typeSelect,
.formWrapper form .card .card-body .hokkaidoSelect {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.formWrapper form .card .card-body .genderSelect:not(.hokkaidoSelect),
.formWrapper form .card .card-body .ageSelect:not(.hokkaidoSelect),
.formWrapper form .card .card-body .typeSelect:not(.hokkaidoSelect),
.formWrapper form .card .card-body .hokkaidoSelect:not(.hokkaidoSelect) {
  border-bottom: solid 1px #ccc;
}
.formWrapper form .card .card-body .genderSelect .label,
.formWrapper form .card .card-body .ageSelect .label,
.formWrapper form .card .card-body .typeSelect .label,
.formWrapper form .card .card-body .hokkaidoSelect .label {
  margin-right: 20px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .genderSelect .label,
.formWrapper form .card .card-body .ageSelect .label,
.formWrapper form .card .card-body .typeSelect .label,
.formWrapper form .card .card-body .hokkaidoSelect .label {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.formWrapper form .card .card-body .genderSelect .items,
.formWrapper form .card .card-body .ageSelect .items,
.formWrapper form .card .card-body .typeSelect .items,
.formWrapper form .card .card-body .hokkaidoSelect .items {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .genderSelect .items,
.formWrapper form .card .card-body .ageSelect .items,
.formWrapper form .card .card-body .typeSelect .items,
.formWrapper form .card .card-body .hokkaidoSelect .items {
    width: 100%;
  }
}
.formWrapper form .card .card-body .genderSelect .items .municipalitySelect,
.formWrapper form .card .card-body .genderSelect .items .prefectureSelect,
.formWrapper form .card .card-body .ageSelect .items .municipalitySelect,
.formWrapper form .card .card-body .ageSelect .items .prefectureSelect,
.formWrapper form .card .card-body .typeSelect .items .municipalitySelect,
.formWrapper form .card .card-body .typeSelect .items .prefectureSelect,
.formWrapper form .card .card-body .hokkaidoSelect .items .municipalitySelect,
.formWrapper form .card .card-body .hokkaidoSelect .items .prefectureSelect {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formWrapper form .card .card-body .genderSelect .items .municipalitySelect,
.formWrapper form .card .card-body .genderSelect .items .prefectureSelect,
.formWrapper form .card .card-body .ageSelect .items .municipalitySelect,
.formWrapper form .card .card-body .ageSelect .items .prefectureSelect,
.formWrapper form .card .card-body .typeSelect .items .municipalitySelect,
.formWrapper form .card .card-body .typeSelect .items .prefectureSelect,
.formWrapper form .card .card-body .hokkaidoSelect .items .municipalitySelect,
.formWrapper form .card .card-body .hokkaidoSelect .items .prefectureSelect {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.formWrapper form .card .card-body .genderSelect .items .municipalitySelect.hide,
.formWrapper form .card .card-body .genderSelect .items .prefectureSelect.hide,
.formWrapper form .card .card-body .ageSelect .items .municipalitySelect.hide,
.formWrapper form .card .card-body .ageSelect .items .prefectureSelect.hide,
.formWrapper form .card .card-body .typeSelect .items .municipalitySelect.hide,
.formWrapper form .card .card-body .typeSelect .items .prefectureSelect.hide,
.formWrapper form .card .card-body .hokkaidoSelect .items .municipalitySelect.hide,
.formWrapper form .card .card-body .hokkaidoSelect .items .prefectureSelect.hide {
  display: none;
}
.formWrapper form .card .card-body .form-control.selectError {
  border: solid 1px rgb(217, 0, 0);
}
.formWrapper form .submit {
  text-align: center;
}
.formWrapper form .submit button {
  width: 300px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .formWrapper form .submit button {
    width: 100%;
  }
}