.form__content {
  margin-top: 50px;
  margin-bottom: 50px
}

.form__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 620px;
  padding: 30px 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgb(5 22 130 / .2)
}

.form__card-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #051682;
  text-align: center
}

.form__card-texts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 32px
}

.form__card-text {
  line-height: 22px
}

.form__card-content {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.form__card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px
}

.form__card-list {
  display: flex;
  flex-direction: column;
  gap: 22px
}

.form__card-method {
  position: relative;
  text-indent: 1em
}

.form__card-method::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "\30FB"
}

.form__card-form {
  display: flex;
  gap: 5px
}

.form__card-mail {
  flex: 1;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 42px;
  background: #fff;
  border: 1px solid silver;
  border-radius: 8px
}

.form__card-button {
  padding: 0 10px;
  font-weight: 600;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background: #051682;
  border-radius: 8px
}

.form__card-link {
  display: block;
  width: 250px;
  padding: 11px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #051682;
  border-radius: 8px
}

.form__section {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.form__section-heading {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #051682;
  background: rgb(5 22 130 / .1)
}

.form__section-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between
}

.form__section-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between
}

.form__section-text {
  font-size: 13px;
  line-height: 14px
}

.form__section-text:is(.form__section-picture *) {
  flex: 1;
}

.form__section-required {
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: #fff;
  background-color: #051682;
  border-radius: 4px
}

.form__section-optional {
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: #fff;
  background-color: #888888;
  border-radius: 4px
}

.form__section-input {
  width: calc(50% - 5px);
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 36px;
  background-color: #f5f8fc;
  border: 1px solid #b8c0cb;
  border-radius: 3px
}

.form__section-note {
  width: calc(50% - 5px);
  margin: 5px 0 0 auto;
  font-size: 10px;
  line-height: 10px;
  color: #485373
}

.form__section-map {
  position: relative;
  width: 334px;
  margin-right: 0;
  margin-left: auto
}

.form__section-map img {
  width: 100%
}

.form__section-icon {
  position: absolute;
  cursor: pointer
}

.form__section-icon.shortcut {
  bottom: 31px;
  left: 5px
}

.form__section-icon.gps {
  bottom: 2px;
  left: 5px
}

.form__section-icon.zoomin {
  right: 5px;
  bottom: 31px
}

.form__section-icon.zoomout {
  right: 5px;
  bottom: 2px
}

.form__section-picture {
  display: flex;
  gap: 10px;
  justify-content: flex-end
}

.form__section-picture-photo {
  width: 62px;
  height: 82px;
  background-image: url("../img/icon_camera.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px;
  border: 1px solid #ccc;
  border-radius: 4px
}

.form__section-picture-photo input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0
}

.form__section-picture-note {
  width: 140px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: #999
}

.form__section-picture-image {
  width: 109px;
  overflow: hidden;
  border-radius: 4px
}

.form__section-picture-image img {
  width: 100%;
  object-fit: cover
}

.form__section-kinds {
  display: flex;
  gap: 10px
}

.form__section-check {
  width: calc(50% - 5px);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc
}

.form__section-check input {
  display: none
}

.form__section-check input:checked+label {
  background-image: url("../img/icon_check_on.svg")
}

.form__section-check-label {
  display: block;
  width: 100%;
  padding-right: 20px;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("../img/icon_check_off.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px
}

.form__section-comment {
  padding: 12px;
  font-size: 14px;
  line-height: 21px;
  background: #f5f8fc;
  border: 1px solid #b8c0cb;
  border-radius: 3px
}

.form__section-submit {
  width: 250px;
  padding: 11px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #051682;
  border-radius: 8px
}

@media screen and (width <=749px) {
  .form__content {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .form__card {
    max-width: none;
    padding: 30px 10px;
    margin-right: 10px;
    margin-left: 10px
  }
  .form__card-mail {
    padding-right: 10px;
    padding-left: 10px
  }
  .form__section-inner {
    gap: 5px
  }
  .form__section-input {
    width: 187px
  }
  .form__section-note {
    width: 187px
  }
  .form__section-map {
    width: 100%
  }
  .form__section-picture {
    justify-content: center
  }
  .form__section-kinds {
    flex-direction: column;
    gap: 0
  }
  .form__section-check {
    width: 100%
  }
}
