@media (max-width: 1024px) {
/* #fvContainer {
  margin-top: var(--headerHight);
}

.fvContents {
  position: relative;
} */

.fvText1 {
  width: 450px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.fvText2 {
  /* width: 90%; */
  margin: 70px auto 0;
  /* text-align: center;
  font-weight: bold; */
}

.fvText2 dt {
  font-size: 28px;
  line-height: 1.6;
}

.fvText2 dd {
  /* margin-top: 30px; */
  font-size: 18px;
}










#estimateContainer {
  /* width: 100%; */
  margin: 70px auto 0;
  padding: 60px 0 80px;
  /* background: var(--secondaryColor); */
}

/* #estimateContainer .title h2 {
  color: var(--primaryColor);
} */

/* .estimateContentsContainer {
  width: 90%;
  max-width: 900px;
  margin: 60px auto 0;
  padding-top: 50px;
  background: #fff;
  border-radius: 10px;
}

.estimateContentsContainer h2 {
  width: 93%;
  padding: 10px 0 10px 7%;
  box-sizing: border-box;
  background: var(--primaryColor);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-radius: 0 10px 10px 0;
} */

.estimateContents {
  width: 500px;
  /* max-width: 795px;
  margin: 0 auto;
  padding-bottom: 60px; */
}

/* .estimateContents h3 {
  margin: 40px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--primaryColor);
}

.makerContainer select {
  width: 90%;
  max-width: 520px;
  height: 53px;
  padding: 0 15px;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}

.makerContainer select:invalid {
  color: #D4D4D4;
} */





/* 内窓の種類 */
/* .windowTypeContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
} */

.windowType {
  flex: 0 1 235px;
  aspect-ratio: 235 / 224;
  /* background: var(--secondaryColor);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid var(--secondaryColor); */
}

/* .windowType.border-2 {
  border: 3px solid var(--primaryColor);
}

.windowType label {
  display: block;
  height: 100%;
}

.windowType label div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.windowType img {
  margin-top: -30px;
}

.windowType:first-of-type img {
  width: 100px;
}
.windowType:nth-of-type(2) img {
  width: 197px;
}
.windowType:nth-of-type(3) img {
  width: 61px;
}
.windowType:nth-of-type(4) img {
  width: 62px;
}
.windowType:nth-of-type(5) img {
  width: 62px;
}

.windowType label div p {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
} */





/* ガラスの種類 */
/* .glassTypeContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
} */

.glassType {
  flex: 0 1 235px;
  height: 100px;
  /* border: 2px solid var(--secondaryColor);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--secondaryColor); */
}

/* .glassType.border-2 {
  border: 2px solid var(--primaryColor);
}

.glassType label {
  padding: 0 10px;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glassType label p {
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.glassType label p span {
  font-size: 14px;
  line-height: 1.4;
  display: block;
} */





/* 色 */
/* .colorContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
} */

.color {
  flex: 0 1 235px;
  height: 100px;
  /* padding: 0 10px 0 20px;
  border: 2px solid var(--secondaryColor);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--secondaryColor); */
}

/* .color.border-2 {
  border: 2px solid var(--primaryColor);
}

.color label {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.color label img {
  flex: 0 0 69px;
  height: 69px;
}

.color label p {
  flex: 1 1 auto;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
} */





/* 採寸 */
.measureContainer {
  /* display: flex; */
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}

.measureWidth, .measureHeight {
  flex: 0 1 auto;
  /* position: relative; */
}

/* .measureWidth div, .measureHeight div {
  display: flex;
  align-items: center;
  gap: 0 10px;
} */

.measureWidth div > span, .measureHeight div > span {
  flex: 0 0 auto;
  font-weight: bold;
}

/* .measureWidth div input, .measureHeight div input {
  flex: 1 1 auto;
  height: 53px;
  padding: 0 50px 0 15px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}

.measureWidth div > span:last-of-type, .measureHeight div > span:last-of-type {
  position: absolute;
  top: 17px;
  right: 15px;
  line-height: 1;
}

.small {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
} */

.measureCross {
  margin-top: 0px;
  /* font-size: 20px;
  line-height: 1;
  font-weight: bold; */
}





/* 窓追加ボタン */
/* .addBtn {
  margin-top: 40px;
  text-align: center;
}

.addBtn button, .deleteBtn button {
  width: 202px;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
  cursor: pointer;
}

.addBtn button {
  color: var(--primaryColor);
  background: transparent;
  border: 2px solid var(--primaryColor);
}

.deleteBtn {
  margin-top: 15px;
  text-align: center;
}

.deleteBtn button {
  color: #fff;
  background: #141414;
  border: 2px solid #141414;
}

#estimate[0] .deleteBtn {
  display: none;
} */







/* .resultContainer {
  width: 90%;
  max-width: 900px;
  margin: 100px auto 0;
}

#estimateContainer .resultContainer h2 {
  color: #000;
}

.resultContents {
  margin-top: 30px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 10px;
}

.resultContents dl {
  display: flex;
  border-bottom: 2px solid #D4D4D4;
  box-sizing: border-box;
}
.resultContents dl:last-of-type {
  border-bottom: none;
}

.resultContents dt, .total dt {
  flex: 0 1 280px;
  border-right: 2px solid #D4D4D4;
  box-sizing: border-box;
  background: #787878;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resultContents dl:first-of-type dt {
  border-radius: 8px 0 0 0;
}
.resultContents dl:last-of-type dt {
  border-radius: 0 0 0 8px;
}

.resultContents dd, .total dd {
  flex: 1 1 620px;
  background: #fff;
}
.resultContents dl:first-of-type dd {
  border-radius: 0 8px 0 0;
}
.resultContents dl:last-of-type dd {
  border-radius: 0 0 8px 0;
} */

/* .resultContents dd div {
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resultContents dd div:nth-of-type(2) {
  border-top: 2px solid #D4D4D4;
}

.resultContents dd span:first-of-type {
  font-size: 18px;
  font-weight: 500;
}

.resultContents dd span:last-of-type {
  font-size: 24px;
  font-weight: bold;
}

.total {
  height: 80px;
  margin-top: 20px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
}

.total dt {
  border-radius: 8px 0 0 8px;
}

.total dd {
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 0 8px 8px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
}

.total dd span {
  font-size: 38px;
  color: var(--primaryColor);
  margin-right: 5px;
} */





/* フォーム */
/* .formContainer {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
}

.formContainer .title h2 {
  color: #000;
}

.formContents {
  margin-top: 40px;
}

.formGroup {
  margin: 15px 0 0;
}

.formGroup label {
  display: flex;
}

.formGroup.radio {
  display: flex;
}

.itemName, .formGroup.radio > span:first-of-type  {
  flex: 0 0 214px;
  font-size: 17px;
  font-weight: bold;
}

.formGroup label > span:last-of-type {
  flex: 1 1 auto;
}

input[type='text'], input[type='tel'], input[type='email'], textarea {
  width: 100%;
  height: 53px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 2px solid #D4D4D4;
  border-radius: 6px;
}

.formGroup textarea {
  height: 210px;
}

.formGroup.radio {
  display: flex;
  align-items: center;
}
.formGroup.radio > span:last-of-type {
  flex: 1 1 auto;
  height: 53px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.confirmBtn {
  width: 202px;
  height: 50px;
  margin: 50px 0 0 auto;
  border: 2px solid var(--primaryColor);
  border-radius: 6px;
  background: #fff;
}

.confirmBtn a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: var(--primaryColor);
} */

/* #btn {
  width: 202px;
  height: 50px;
  margin: 50px 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  background: #fff;
  border-radius: 6px;
} */









#featureContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 80px auto 0;
}

/* .title {
  font-weight: bold;
  text-align: center;
} */

.title h2 {
  font-size: 32px;
  letter-spacing: 0.8px;
  /* line-height: 1.4; */
}

.title p {
  /* margin-top: 5px; */
  font-size: 16px;
  letter-spacing: 0.4px;
}

.featureContents {
  margin-top: 30px;
}

.feature {
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 40px 50px 90px;
  /* box-sizing: border-box;
  display: flex;
  gap: 0 0px;
  background: var(--secondaryColor);
  border-radius: 10px;
  position: relative; */
}

/* .featureImg {
  flex: 0 1 auto;
} */

.featureText {
  flex: 0 1 auto;
}

.featureText dt {
  margin-top: 0;
  font-size: 22px;
  /* font-weight: bold;
  position: relative; */
}

.featureText dt::after {
  /* content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D4D4D4;
  position: absolute; */
  bottom: -18px;
  /* left: 0; */
}

.featureText dd:first-of-type {
  margin-top: 50px;
}

.featureBtn {
  /* position: absolute; */
  bottom: 40px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid var(--primaryColor);
}

/* .featureBtn a {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  position: relative;
} */

/* .featureBtn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--primaryColor);
  border-right: 2px solid var(--primaryColor);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.featureBtn a::after {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--primaryColor);
  margin-left: 20px;
} */








/* #doorContainer {
  margin: 100px auto 0;
  padding: 80px 0 100px;
  background: var(--secondaryColor);
}

#doorContainer h2 {
  color: var(--primaryColor);
} */

.doorContents {
  /* width: 90%; */
  max-width: 439px;
  /* margin: 50px auto 0; */
  /* display: flex; */
  gap: 23px 23px;
  flex-wrap: wrap;
}

.door {
  flex: 0 1 208px;
  border-radius: 10px;
  overflow: hidden;
}

/* .doorText {
  height: 50px;
  padding: 2px 5px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  background: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  width: 202px;
  height: 50px;
  margin: 40px auto 0;
  border: 2px solid var(--primaryColor);
  background: #fff;
  border-radius: 8px;
  font-weight: bold;
}

.btn a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryColor);
} */









#meritContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 80px auto 0;
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px; */
}

#meritContainer .title {
  flex: 0 1 100%;
  /* text-align: left; */
}

#meritContainer .title h2 {
  text-align: center;
}

#meritContainer .title p {
  display: block;
  margin: 40px auto 0;
  max-width: 600px;
  /* font-size: 16px;
  font-weight: 500; */
}

#meritContainer .title .meritImg {
  margin: 40px auto 0;
  max-width: 400px;
  display: block;
  flex: 0 1 auto;
}


}
















@media (max-width: 560px) {
/* #fvContainer {
  margin-top: var(--headerHight);
}

.fvContents {
  position: relative;
} */

.fvText1 {
  width: 274px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.fvText2 {
  /* width: 90%; */
  margin: 40px auto 0;
  /* text-align: center;
  font-weight: bold; */
}

.fvText2 dt {
  font-size: 24px;
  /* line-height: 1.6; */
}

.fvText2 dd {
  /* margin-top: 30px; */
  font-size: 16px;
}










#estimateContainer {
  /* width: 100%; */
  margin: 40px auto 0;
  padding: 50px 0 50px;
  /* background: var(--secondaryColor); */
}

/* #estimateContainer .title h2 {
  color: var(--primaryColor);
} */

.estimateContentsContainer {
  /* width: 90%;
  max-width: 900px;
  margin: 60px auto 0; */
  padding-top: 30px;
  /* background: #fff;
  border-radius: 10px; */
}

.estimateContentsContainer h2 {
  width: 96%;
  margin-bottom: 20px;
  padding: 3px 0 3px 4%;
  /* box-sizing: border-box;
  background: var(--primaryColor); */
  font-size: 20px;
  /* font-weight: bold;
  color: #fff; */
  border-radius: 0 5px 5px 0;
}

.estimateContents {
  width: 303px;
  /* max-width: 795px;
  margin: 0 auto; */
  padding-bottom: 40px;
}

/* .estimateContents h3 {
  margin: 40px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--primaryColor);
} */

.makerContainer h3 {
  margin-top: 0;
}

/* .makerContainer select {
  width: 90%;
  max-width: 520px;
  height: 53px;
  padding: 0 15px;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}

.makerContainer select:invalid {
  color: #D4D4D4;
} */





/* 内窓の種類 */
.windowTypeContainer {
  /* display: flex;
  flex-wrap: wrap; */
  gap: 13px 13px;
}

.windowType {
  flex: 0 1 145px;
  aspect-ratio: 145 / 138;
  /* background: var(--secondaryColor);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid var(--secondaryColor); */
}

/* .windowType.border-2 {
  border: 3px solid var(--primaryColor);
}

.windowType label {
  display: block;
  height: 100%;
}

.windowType label div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.windowType img {
  margin-top: -20px;
}

.windowType:first-of-type img {
  width: 62px;
}
.windowType:nth-of-type(2) img {
  width: 122px;
}
.windowType:nth-of-type(3) img {
  width: 38px;
}
.windowType:nth-of-type(4) img {
  width: 38px;
}
.windowType:nth-of-type(5) img {
  width: 38px;
}

.windowType label div p {
  font-size: 12px;
  line-height: 1.2;
  /* font-weight: bold; */
  white-space: nowrap;
  /* position: absolute; */
  bottom: 5px;
  /* left: 50%;
  transform: translateX(-50%);
  text-align: center; */
}





/* ガラスの種類 */
.glassTypeContainer {
  /* display: flex;
  flex-wrap: wrap; */
  gap: 13px 13px;
}

.glassType {
  flex: 0 1 145px;
  height: 68px;
  /* border: 2px solid var(--secondaryColor);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--secondaryColor); */
}

/* .glassType.border-2 {
  border: 2px solid var(--primaryColor);
}

.glassType label {
  padding: 0 10px;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.glassType label p {
  font-size: 12px;
  line-height: 1.4;
  /* font-weight: bold;
  text-align: center; */
}

.glassType label p span {
  font-size: 10px;
  line-height: 1.2;
  /* display: block; */
}





/* 色 */
.colorContainer {
  /* display: flex;
  flex-wrap: wrap; */
  gap: 13px 13px;
}

.color {
  flex: 0 1 145px;
  height: 68px;
  padding: 0 5px 0 10px;
  /* border: 2px solid var(--secondaryColor);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--secondaryColor); */
}

/* .color.border-2 {
  border: 2px solid var(--primaryColor);
} */

.color label {
  /* display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; */
  gap: 5px;
}

.color label img {
  flex: 0 0 43px;
  height: 43px;
}

.color label p {
  font-size: 12px;
  /* flex: 1 1 auto;
  line-height: 1.4;
  font-weight: bold;
  text-align: center; */
}





/* 採寸 */
.measureContainer {
  /* display: flex; */
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}

.measureWidth, .measureHeight {
  flex: 0 1 auto;
  width: 100%;
  max-width: 300px;
  /* position: relative; */
}

/* .measureWidth div, .measureHeight div {
  display: flex;
  align-items: center;
  gap: 0 10px;
} */

.measureWidth div > span, .measureHeight div > span {
  flex: 0 0 16px;
  line-height: 1.6;
  /* font-weight: bold; */
}

.measureWidth div input, .measureHeight div input {
  flex: 1 1 auto;
  max-width: calc(100% - 26px);
  /* height: 53px;
  padding: 0 50px 0 15px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold; */
}

/* .measureWidth div > span:last-of-type, .measureHeight div > span:last-of-type {
  position: absolute;
  top: 17px;
  right: 15px;
  line-height: 1;
}

.small {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
} */

.measureCross {
  margin-top: 0px;
  /* font-size: 20px;
  line-height: 1;
  font-weight: bold; */
}





/* 窓追加ボタン */
/* .addBtn {
  margin-top: 40px;
  text-align: center;
}

.addBtn button, .deleteBtn button {
  width: 202px;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px;
  cursor: pointer;
}

.addBtn button {
  color: var(--primaryColor);
  background: transparent;
  border: 2px solid var(--primaryColor);
}

.deleteBtn {
  margin-top: 15px;
  text-align: center;
}

.deleteBtn button {
  color: #fff;
  background: #141414;
  border: 2px solid #141414;
}

#estimate[0] .deleteBtn {
  display: none;
} */







.resultContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 60px auto 0;
}

/* #estimateContainer .resultContainer h2 {
  color: #000;
}

.resultContents {
  margin-top: 30px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 10px;
} */

.resultContents dl {
  /* display: flex;
  border-bottom: 2px solid #D4D4D4;
  box-sizing: border-box; */
  flex-direction: column;
}
/* .resultContents dl:last-of-type {
  border-bottom: none;
} */

.resultContents dt, .total dt {
  flex: 0 1 50px;
  border-right: none;
  /* box-sizing: border-box;
  background: #787878; */
  font-size: 16px;
  /* line-height: 1.2;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.resultContents dl:first-of-type dt {
  border-radius: 8px 8px 0 0;
}
.resultContents dl:last-of-type dt {
  border-radius: 0 0 0 0;
}

.resultContents dd, .total dd {
  flex: 0 1 50px;
  background: #fff;
}
.resultContents dl:first-of-type dd {
  border-radius: 0 0 0 0;
}
.resultContents dl:last-of-type dd {
  border-radius: 0 0 8px 8px;
}

.resultContents dd div {
  height: 50px;
  padding: 0 10px;
  /* box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center; */
}

/* .resultContents dd div:nth-of-type(2) {
  border-top: 2px solid #D4D4D4;
} */

.resultContents dd span:first-of-type {
  font-size: 12px;
  /* font-weight: 500; */
}

.resultContents dd span:last-of-type {
  font-size: 16px;
  /* font-weight: bold; */
}

.resultContents dd span:first-of-type span {
  /* display: block; */
  font-size: 10px;
  margin-left: 5px;
}

.total {
  height: auto;
  /* margin-top: 20px;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex; */
  flex-direction: column;
}

.total dt {
  border-radius: 8px 8px 0 0;
  flex: 0 1 50px;
}

.total dd {
  /* padding: 0 20px;
  box-sizing: border-box; */
  border-radius: 0 0 8px 8px;
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
  font-size: 16px;
  /* font-weight: bold; */
}

.total dd span {
  font-size: 22px;
  /* color: var(--primaryColor);
  margin-right: 5px; */
}





/* フォーム */
.formContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 60px auto 0;
}

#estimateContainer .formContainer .title h2 {
  color: #000;
}

.formContents {
  margin-top: 30px;
}

/* .formGroup {
  margin: 15px 0 0;
} */

.formGroup label {
  /* display: flex; */
  flex-direction: column;
}

.formGroup.radio {
  /* display: flex; */
  flex-direction: column;
}

.itemName, .formGroup.radio > span:first-of-type  {
  flex: 0 1 auto;
  /* font-size: 17px;
  font-weight: bold; */
}

/* .formGroup label > span:last-of-type {
  flex: 1 1 auto;
} */

/* input[type='text'], input[type='tel'], input[type='email'], textarea {
  width: 100%;
  height: 53px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 2px solid #D4D4D4;
  border-radius: 6px;
} */

/* .formGroup textarea {
  height: 210px;
} */

.formGroup.radio {
  /* display: flex; */
  align-items: flex-start;
}
.formGroup.radio > span:last-of-type {
  flex: 1 1 auto;
  height: auto;
  /* display: flex; */
  align-items: flex-start;
  /* gap: 0 20px; */
}

.formGroup.radio label {
  flex-direction: row;
  align-items: center;
}

.confirmBtn {
  /* width: 202px;
  height: 50px; */
  margin: 30px auto 0;
  /* border: 2px solid var(--primaryColor); */
  /* border-radius: 6px;
  background: #fff; */
}

/* .confirmBtn a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: var(--primaryColor);
} */

/* #btn {
  width: 202px;
  height: 50px;
  margin: 50px 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  background: #fff;
  border-radius: 6px;
} */









#featureContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 40px auto 0;
}

/* .title {
  font-weight: bold;
  text-align: center;
} */

.title h2 {
  font-size: 24px;
  letter-spacing: 0.5px;
  /* line-height: 1.4; */
}

/* .title p { */
  /* margin-top: 5px; */
  /* font-size: 16px;
  letter-spacing: 0.4px;
} */

.featureContents {
  margin-top: 20px;
}

.feature {
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 30px 30px 90px;
  /* box-sizing: border-box;
  display: flex;
  gap: 0 0px;
  background: var(--secondaryColor);
  border-radius: 10px;
  position: relative; */
}

/* .featureImg {
  flex: 0 1 auto;
} */

/* .featureText {
  flex: 0 1 auto;
} */

.featureText dt {
  margin-top: 0;
  font-size: 16px;
  /* font-weight: bold;
  position: relative; */
}

.featureText dt::after {
  /* content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D4D4D4;
  position: absolute; */
  bottom: -10px;
  /* left: 0; */
}

.featureText dd:first-of-type {
  margin-top: 30px;
}

.featureText dd:last-of-type {
  margin-top: 15px;
  font-size: 14px;
}

.featureBtn {
  /* position: absolute; */
  white-space: nowrap;
  bottom: 30px;
  /* right: auto;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid var(--primaryColor); */
}

.featureBtn a {
  font-size: 16px;
  /* letter-spacing: 1px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  position: relative; */
}

/* .featureBtn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--primaryColor);
  border-right: 2px solid var(--primaryColor);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.featureBtn a::after {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--primaryColor);
  margin-left: 20px;
} */








#doorContainer {
  margin: 60px auto 0;
  padding: 45px 0 60px;
  /* background: var(--secondaryColor); */
}

/* #doorContainer h2 {
  color: var(--primaryColor);
} */

.doorContents {
  /* width: 90%; */
  max-width: 439px;
  margin: 40px auto 0;
  /* display: flex; */
  gap: 17px 5%;
  /* flex-wrap: wrap; */
}

.door {
  flex: 0 1 47.5%;
  border-radius: 10px;
  /* overflow: hidden; */
}

.doorText {
  height: 40px;
  font-size: 14px;
  /* padding: 2px 5px; */
  /* box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  background: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center; */
}

/* .btn {
  width: 202px;
  height: 50px;
  margin: 40px auto 0;
  border: 2px solid var(--primaryColor);
  background: #fff;
  border-radius: 8px;
  font-weight: bold;
}

.btn a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryColor);
} */









#meritContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 50px auto 0;
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px; */
}

#meritContainer .title {
  flex: 0 1 100%;
  /* text-align: left; */
}

#meritContainer .title h2 {
  text-align: center;
}

#meritContainer .title p {
  /* display: block; */
  margin: 30px auto 0;
  /* max-width: 600px; */
  font-size: 14px;
  /* font-weight: 500; */
}

#meritContainer .title .meritImg {
  margin: 30px auto 0;
  /* max-width: 400px;
  display: block;
  flex: 0 1 auto; */
}


}