@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.btn-item {
  text-decoration: none;
  padding: 15px;
  color: black;
  background-color: #FFBC10;
  border-radius: 5px;
  padding: 12px 30px;
  font-weight: 600;
  margin: 10px;
  white-space: nowrap;
  width: fit-content;
  float: right;
  cursor: pointer;
}

.btn-item.nml {
  background-color: #b4b4b4;
}


.subtitlearea {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6em;
  line-height: 1.7em;
  background-color: #6fb1fc;
  color: white;
  padding-top: 100px;
}

.segment {
  margin: 20px auto;
  padding: 30px;
  background: #f0fcff;
  color: #000;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}


.segment .header {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}




.segment .mid.content {
  width: 60%;
  margin: 0 auto;
}

.segment .mid.content.confirm {
  width: 100%;
  margin: inherit;
}



.fields {
  display: flex;
  flex-direction: row;
}

.fields.column {
  display: flex;
  flex-direction: column;
}

.fields.blk {
  justify-content: flex-end;
}

.fields .inf {
  display: flex;
  width: 12em;
  flex-direction: column;
  height: 50px;
  justify-content: center;
}

.fields .inf.label {
  width: 30em;
}

.fields .inf.label.confirm {
  width: 12em;
}


p.confirm {
  width: 100%;
  background: #c4ffeb;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  border-radius: 5px;
}

textarea.confirm {
  width: 100%;
  background: #c4ffeb;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  border-radius: 5px;
  height: fit-content;
}


.fields .field {
  display: flex;
  align-content: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.fields .field.line {
  display: flex;
  flex-direction: row;
}


.fields .field .inp {
  width: 100%;
  margin: 5px;
  height: 40px;
  padding-left: 2em;
}

.fields .field .custom-select {
  width: 100%;
  margin: 5px;
  height: 40px;
  padding-left: 1.8em;
  font-size: 1em;
}

select:invalid { color: #999; }
select option { color: black; }
select option:first-child { color: #999; }

@media screen and (min-width: 991px) {
  .input-20byte { max-width: 12em; }
  .input-50byte { max-width: 27em; }
  .input-100byte { max-width: 52em; }
}


.segment .btn {
  margin: 5px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 3px solid #d8d8d8;
}

.fields .field .horizontal {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.fields .field .address {
  margin: 5px;
  height: 40px;
  padding-left: 0.5em;

}

.fields .field .inpck {
  width: 20px;
  margin-right: 2em;
}

.fields .field label {
  display: flex;
  width: 5em;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0.3em;
}

.fields.line .inf {
  width: 35em;
  height: 50px;
  flex-direction: column;
  justify-content: space-around;
  align-content: start;
  flex-wrap: wrap;
}

.segment .lr {
  display: flex;
}

.segment .lr .sl {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.segment .lr .sl.hd {
  width: 100%;
}

.segment .lr .sr {
  width: 58%;
}

.segment .lr .sr.hd {
  width: 0%;
}


.ui.grid {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

.sec .lr {
  width: 100%;
  display: flex;
}

.sec .sl {
  width: 300px;
  padding-right: 1em;
  height: 100%;
}

.sec .sr {
  width: calc(100% - 300px);
  padding-left: 1em;
  height: 100%;

}

.sec .home {
  border: none;
  margin: 1em;

}


.flx {
  display: flex;
}

.ui.cards>.card>.image>img {
  height: 120px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  max-width: 120px;
}

.ui.center {
  display: flex;
  justify-content: center
}

.ui.pb5 {
  padding-bottom: 5px;
}

.boxinf {
  position: fixed;
  z-index: 999;
  top: 5em;
  right: 0;
  width: 8em;
  padding: 0.7em;
  background: #e5e5d6;
  box-sizing: border-box;
  border-radius: 0.5em;
  text-align: center;
  margin: 0.5em;
  cursor: pointer;
}

.mapbox {
  aspect-ratio: 14 / 9;
  width: 100%;
  height: 100%;
}


.select2-container .select2-selection--single {
  height: 40px;
  margin: 5px;
  border-radius: 2px;
  padding-left: 1.5em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 20px;
  margin-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 9px;
  margin-right: 3px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -5px;
}

.is-invalid {
  border: 2px solid #f77867;

}


a.nouse {
  text-decoration: none;
  color: inherit;
}

.invalid-feedback {
  color: #f77867;
  font-size: 0.8em;
}

.invalid-msg {
  color: #f77867;
}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input {
  font-size: 1em;
}


.smp {
  display: none;
}


@media screen and (max-width: 480px) {



  .smp {
    display: block;
    width: 90vw;
  }

  #mapinfo {
    display: none;
  }

  .fields.blk {
    height: fit-content;
  }

  .fields.blk.center {
    flex-direction: row;
    justify-content: space-around;
  }


  .segment .header {
    flex-direction: column;
    align-items: flex-start;
  }

  .subtitlearea {
    flex-direction: column;
    font-size: 1em;
    line-height: inherit;
    height: auto;
    justify-content: flex-end;
    padding: 100px 15px 15px 15px;
  }

  .fields {
    flex-direction: column;
  }

  .fields.line {
    display: flex;
    flex-direction: row;

  }

  .fields .inf {
    height: fit-content;
    flex-direction: row;
    justify-content: flex-start;
  }



  .fields.line .inf {
    width: 20em;
  }

  .fields.line .field {
    width: 20em;
  }

  .fields .field .inpck {
    height: 50px;
  }

  .fields .field.line {
    justify-content: space-evenly;
  }

  .fields .field.caption label {
    height: 28px;
    margin: 0 auto;
    width: fit-content;

  }

  .segment {
    margin: inherit;
    max-width: inherit;
    padding: 20px;
  }



  .segment .lr {
    display: flex;
    flex-direction: column-reverse;
  }

}

.segment .lr .sl {
  width: 100%;
}

.segment .lr .sr {
  width: 100%;
}

.segment .mid.content {
  width: 95%;
  margin: 0 auto;
}

.fields .field .inpck {
  width: 20px;
  margin-right: inherit;
}