.fs__form {
	font-size: 0.8rem;
}

.form-control {
	font-size: 0.8rem;
}

.form-select {
	font-size: 0.8rem;
}

.house_detail {
	border: 1px solid #000;
	padding: 0.5rem;
	margin: 0 auto ;
	max-width: 1100px;
	border-collapse: collapse;
	width: 100%;
  }
  .house_detail tr {
	/* display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center; */
  }
  .house_detail tr:not(:last-of-type) {
	border-bottom: 1px solid #3E3A39;
  }
  .house_detail th {
	/* flex: 1; */
	/* display: flex;
	align-items: center;
	justify-content: center; */
	padding: 0.5rem 1rem;
	text-align: center;
	vertical-align: middle;
	background-color: #f8f9fa;
	font-size: clamp(1rem, 0.738rem + 0.81vw, 1.125rem);
  }
  .house_detail th:not(:last-of-type) {
	border-right: 1px solid #3E3A39;
  }
  .house_detail td {
	/* flex: 1;
	display: flex;
	align-items: center;
	justify-content: center; */
	padding: 0.5rem 1rem;
	text-align: center;
	vertical-align: middle;
	font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem); /*14~16px(520~768px)*/
	padding: 0.5rem 1rem;
  }
  .house_detail td:not(:last-of-type) {
	border-right: 1px solid #3E3A39;
  }

  /* 確認画面 */
  .confirm_list{
	border: 1px solid #3E3A39;
	padding: 0;
  }
  .confirm_list>div{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
  }
  .confirm_list>div dt{
	width: 25%;
	min-width: 10rem;
    padding: .5rem 1rem;
  }
  .confirm_list>div dd{
	width: 75%;
	max-width: calc(100% - 10rem);
	padding: .5rem 1rem;
  }
  .confirm_list>div:not(:last-of-type){
	border-bottom: 1px solid #3E3A39;
  }
  .button_flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
	grid-gap: 1rem;
  }
  .button_flex>div{
	width: calc(50% - .5rem);
  }
  .button_flex>div input{
	width: 100%;
	display: block;
	text-align: center;
  }
  .button_flex>div input[type="button"]{
	background-color: #ccc;
	border-color: #ccc
  }
  .button_flex>div:nth-of-type(1){
	max-width: 500px;
  }
  .button_flex>div:nth-of-type(2){
	max-width: 300px;
  }

@media (min-width: 768px) {
	.fs__form {
		font-size: 0.9rem;
	}
	.form-control {
		font-size: 0.9rem;
	}
	.form-select {
		font-size: 0.9rem;
	}
}

@media (max-width: 620px) {
	  /* .house_detail th, .house_detail td {
		flex: unset;
		width: 50%;
		padding: 0.5rem;
	  }
	  .house_detail th:nth-of-type(even), .house_detail td:nth-of-type(even) {
		border-right: unset;
	  }
	  .house_detail th:nth-of-type(-n+2), .house_detail td:nth-of-type(-n+2) {
		border-bottom: 1px dotted #3E3A39;
	  } */
	  .fs__form:has(.house_detail){
		overflow: scroll;
        width: 94%;
        padding: 0;
        margin: 0 auto;
		}
	  .house_detail {

	  }
	  .house_detail th, .house_detail td{
		white-space: nowrap;
	  }
	  .confirm_list>div dt{
		  width: 100%;
	  }
	  .confirm_list>div dd{
		  width: 100%;
	  }
	  .button_flex>div{
		width: 100%;
	  }
}
