.faceshield_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faceshield_content {
  width: 56%;
}
.faceshield_content_title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}
.faceshield_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faceshield_images {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.faceshield_images img {
  width: 100%;
  max-width: 240px;
  margin-bottom: 40px;
}
.faceshield_text {
  width: 60%;
}
.faceshield_aero {
  width: 36%;
}
.faceshield_aero_wrapper {
  flex-direction: column;
}
.faceshield_aero .faceshield_text {
  width: 100%;
}
.faceshield_aero .faceshield_text dd:last-child {
  margin-bottom: 0;
}
.faceshield_aero .aero_image {
  text-align: center;
  margin-bottom: 30px;
}
.faceshield_aero .aero_image img {
  width: 191px;
}

.sunvisor {
  padding-bottom: 40px;
}
.sunvisor_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sunvisor_content1 {
  width: 56%;
}
.sunvisor_content1 .main_note {
  margin-top: 0;
}
.sunvisor_content1_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sunvisor_content1_wrapper .sunvisor_box1,
.sunvisor_content1_wrapper .sunvisor_box2 {
  width: 46%;
  text-align: center;
}
.sunvisor_content1_wrapper .sunvisor_box1 p,
.sunvisor_content1_wrapper .sunvisor_box2 p {
  text-align: left;
}
.sunvisor .sunvisor_box3 .sunvisor_images {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.sunvisor .sunvisor_box3 .sunvisor_images img {
  width: 189px;
}
.sunvisor_content2 {
  width: 40%;
}
.sunvisor_content2 .main_content_title {
  font-weight: 700;
}
.sunvisor_content2 .image2 {
  text-align: center;
  margin: 40px 0 60px;
}
.sunvisor_content2 .image2 img {
  width: 375px;
}
.sunvisor .sunvisor_box1 img,
.sunvisor .sunvisor_box2 img {
  margin-bottom: 10px;
  width: 164px;
  height: 175px;
}
.sunvisor .sunvisor_box1 img {
  width: 185px;
}

@media only screen and (min-width: 769px) and (max-width: 1399px) and (max-width: 1199px) {
  .faceshield_content {
    width: 100%;
  }
  .faceshield_text {
    flex: 1;
    margin-left: 30px;
  }
  .faceshield_aero {
    width: 100%;
  }
  .faceshield_aero .faceshield_text {
    flex: 1;
    margin-left: 0;
  }
  .faceshield_content_title {
    margin-top: 30px;
  }
  .sunvisor_content1,
.sunvisor_content2 {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1399px) and (min-width: 1200px) {
  .main dd {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .faceshield_content {
    width: 100%;
    margin-bottom: 30px;
  }
  .faceshield_content_title {
    font-size: 20px;
    font-weight: 500;
  }
  .faceshield_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .faceshield_images {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  .faceshield_images img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 40px;
  }
  .faceshield_text {
    width: 56%;
  }
  .faceshield_aero {
    width: 100%;
  }
  .faceshield_aero_wrapper {
    flex-direction: column;
  }
  .faceshield_aero .aero_image {
    text-align: center;
    margin-bottom: 30px;
  }
  .faceshield_aero .aero_image img {
    width: 191px;
  }
  .sunvisor_content1,
.sunvisor_content2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 468px) {
  .faceshield_content_wrapper {
    flex-direction: column;
  }
  .faceshield_images {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .faceshield_images img {
    margin-bottom: 20px;
  }
  .faceshield_images img:last-child {
    margin-bottom: 40px;
  }
  .faceshield_text {
    width: 100%;
  }
  .sunvisor .sunvisor_box1 img {
    width: 100%;
    height: auto;
  }
  .sunvisor .sunvisor_box2 img {
    width: 90%;
    height: auto;
  }
  .sunvisor_images img {
    width: 48% !important;
  }
  .image2 {
    margin: 11.1111vw 0 16.6667vw;
  }
  .image2 img {
    width: 96% !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 359px) {
  .faceshield_content {
    margin-bottom: 8.3333vw;
  }
  .faceshield_content_title {
    font-size: 5.5556vw;
    margin-bottom: 5.5556vw;
  }
  .faceshield_images img {
    width: 61.1111vw;
    margin-bottom: 11.1111vw;
  }
  .faceshield_aero .aero_image {
    margin-bottom: 8.3333vw;
  }
  .faceshield_aero .aero_image img {
    width: 53.0556vw;
  }
  .faceshield_images img {
    margin-bottom: 5.5556vw;
  }
  .faceshield_images img:last-child {
    margin-bottom: 11.1111vw;
  }
  .sunvisor {
    padding-bottom: 11.1111vw;
  }
  .sunvisor_content2 .image2 {
    margin: 11.1111vw 0 16.6667vw;
  }
}