#fsimplecounsel {
  background-color: #fff;
  padding: 2em 3em;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 6px;
  display:none;
}

#fsimplecounsel h2 {
  line-height: 2em;
  font-size: 20px;
}

#fsimplecounsel .b-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 0px;
}

#fsimplecounsel .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
	font-size: 1rem;
}

#fsimplecounsel .action button {
  padding: 0.6em 2em;
  border: 0;
  background-color: tomato;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

#fsimplecounsel .action .pt {
  color: tomato;
}

#fsimplecounsel .fb {
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
  padding: 2em 0;
	font-size: 16px;
}

#fsimplecounsel .fb label.t {
  width: 110px;
  font-size: 16px;
  font-weight: bold;
}

#fsimplecounsel input[type="text"],
#fsimplecounsel select {
  padding: 0.3em;
  border: 1px solid #ccc;
}

#fsimplecounsel input[type="text"] {
	width: 50px;
}

#fsimplecounsel .ri_code {
  width: 0px;
  min-width: 0;
  opacity: 0;
}

.sc_co_hp {
  width: 40px;
}

#fsimplecounsel span.pt {
  color: tomato;
}
#fsimplecounsel .fb-wrapper {
  display: flex;
  justify-content: space-between;
}
#fsimplecounsel .fb-wrapper .fb {
  width: 48%;
}

#fsimplecounsel label {
	padding-left: 5px;
}
