#review-section {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  line-height: 1.8;
}

#review-section p {
  margin: 0 0 0.8rem 0;
  font-weight: 400;
}

#review-section p strong {
  font-weight: 600; /* Bold for labels only */
}
	
   form, label, select, option {
    font-weight: normal !important;
    font-family: sans-serif; /* Try forcing a non-bold font too */
  }
	
textarea, select {
	border-radius: 5px;
	width: 85%;
	padding: 0.8rem;
	border: 1px solid #ccc!important;
    border-radius: 5px;
    }

textarea {
	height: 200px;
}
.error-message {
  color: red;
  font-size: 0.9rem;
  margin-top: 4px;
}

body {
	background: #F7F7F7;
}	
.check-box-flex {
   display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	margin-top: 0.7rem;


}
	
.below-form {
	position: relative;
	display: block;
	margin-top: 2rem;
}
	
label.small-label {
	font-size: 1rem;
	line-height: 1.5;
}
	
.orange-box {
	padding: 0.8rem;
	font-size: 1.1rem;
	font-weign: 900;
	color: #e54634;
	border: solid 2px #e54634;
	border-radius: 5px;
	text-align: center;
	margin-top: 2rem;
}


.text-box {
      height: 300px;
      overflow-y: scroll;
      padding: 2rem;
      background-color: #f9f9f9;
      border: 1px solid #4A4A4A;
      border-radius: 5px;
      box-sizing: border-box;
      scrollbar-width: auto;
      scrollbar-color: #4A4A4A #DADADA;
    }

.text-box::-webkit-scrollbar {
      width: 16px; /* big visible bar */
      background-color: #DADADA; /* light grey track */
    }

.text-box::-webkit-scrollbar-track {
      background-color: #DADADA; /* light grey track */
    }
	

.text-box::-webkit-scrollbar-thumb {
      background-color: #4A4A4A; /* smaller dark grey handle */
      border-radius: 10px;
      margin: 3px;
      border: 4px solid #DADADA; /* padding inside the thumb */
    }
	
.text-box::-webkit-scrollbar-thumb:hover {
      background-color: #333;
    }

.checkbox-area {
	margin-top: 2rem;
	text-align: center;
	font-size: 0.8rem;
}

 input[type="checkbox"]:disabled {
      opacity: 0.5;
 }
	
.new-fv {
   position: relative;	
   margin-top: -20px;
}

.first-view-img {
	margin-top: 120px;	
}
	
	
.form-section-title {
	margin-top: 0px!important;	
}
	
	
.form-title-fv {
    position: absolute;
    bottom: 120px;
    left: 650px;
    font-size: 1.8rem;
	color: white;
}	
	
.form-main-section {
	width: 800px;
	margin: 2rem auto;
	border-radius: 10px;
	box-shadow: 0 3px 5px 4px rgb(0 0 0 / 5%);
	padding: 1rem;
	background-color: white;
}
	
.from-content {
	width: 720px;
	margin: 2rem auto;
	background-color: white;
	box-shadow: var(--box-shadow-less);
	border-radius: var(--border-rad-box);
	padding: 2rem;
}

.form-section-title {
	text-align: left;
	padding-bottom: 0.6rem;
	border-bottom: solid 2px #707070;	
	font-size: 1.2rem;
	margin-bottom: 0px;
	margin-top: 2rem;
}
	
	
.row-form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.5rem;
	margin-top: 1rem!important;
	border-bottom: solid 2px var(--cta-linear-bg);

    margin: auto;
	padding-bottom: 1rem;
}
	

	
input {
	padding: 0.8rem;
	border: 1px solid var(--cta-color);
    border-radius: 5px;
	width: 85%;
}
	

input:-webkit-autofill {
    background-color: #BABABA !important;
    -webkit-box-shadow: 0 0 0px 1000px #BABABA inset;
    -webkit-text-fill-color: #000 !important;
}	
	
	
.scroll-text {
    color: #6E6E6E;
	font-family: sans-serif;
    line-height: 1.3;
    font-weight: 400!important;
	font-size: 0.9rem;
}
	
label {

	color: var(--cta-color);	
	font-family: sans-serif;
    line-height: 1;
    font-weight: 600!important;
}

	
select option {
    font-weight: 300;
	font-size: 1rem!important;
 }
	
	
input#address {
   width: 250px;		
}
	
	
	
select#prefectures  {
  width: 270px;	
}
	
select {
	font-weight: 300!important;
	
}
	
label.new-label {
	width: 250px;
	font-size: 1.2rem;
	
}	
	
p.hitsuyo {
	color: white;
	background-color: #f48da8;
	display: inline-block;
	border-radius: 7px;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	font-size: 0.6rem;
	margin-bottom: 0px;
	
	}

p.nothitsuyo {
	color: white;
	background-color: #9FA0A0;
	display: inline-block;
	border-radius: 7px;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	font-size: 0.6rem;
	margin-bottom: 0px;
	
}

	
.label-flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0.5rem;
	align-items: baseline;

}
	




.submit-button {
    background: var(--cta-button-gr);
    width: 150px;
    margin: 2rem auto;
    text-align: center;
    color: white;
    position: relative;
	border: none;
	border-radius: 5px;
	padding: 0.7rem;
	font-size: 0.9rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	transition: transform 0.2s ease-in-out;
	cursor: pointer;
		
}

	
@media (max-width:600px) {
	
.wide {
    width: auto;
	
	}
	
.confirm_flex {
  padding-left: 0px;
}
	
.fv_text {
    font-size: 2rem!important;
}
	
.flex_contact_top_item {
	font-size: 0.8rem!important;
}
	
.flex_contact_top {
    gap: 0.2rem!important;
}
	.row-form {
		flex-direction: column;

	}
	
label.new-label {
    font-size: 1rem!important;
}
.form-main-section {
	width: 590px;	
}
	
.from-content {
	width: 100%;	
}		
		

	
	
select#prefectures,
select#plan,
select#equipment {
	
  width: 340px;
}	
	

.new-fv {
    position: relative;
	margin-top: -50px;
}
	
	
.text-box {
    width: 340px;
}	
	
.checkbox-area {
	text-align: left;	

}
		
#small-width-mobile {
    width: 330px;	
	margin: 0px;
}	
	
.form-title-fv {
    position: absolute;
    bottom: 20px;
    left: 170px;
    font-size: 1rem;
    color: white;
}
.back-button,	
.submit-button {
    font-size: 0.8rem;	
	}}