@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
#vsd-head {
  width: auto;
  height: auto;
  margin-bottom: 0px;
}
#vsd-head .vsd-head-image {
  margin: 20px 0 30px 0;
}
#vsd-head .vsd-h1 {
  border-left: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 70px;
  line-height: 1.1em;
  margin-top: 50px;
}
#vsd-head .vsd-h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #000;
  line-height: 1.2em;
  margin-left: 10px;
  margin-top: 50px;
}

#main-nav-container #main-container {
  flex-basis: 100%;
}
#main-nav-container #main-container .faq {
  width: 100%;
}
#main-nav-container #main-container .faq dl {
  font-size: 1.15rem;
}
#main-nav-container #main-container .faq dd {
  margin-bottom: 40px;
}

.vsd-h2-3 {
  margin-top: 30px;
}

h2 {
  font-family: "Roboto", sans-serif;
}

.vsd-h2-2 {
  color: #fff;
  border-left: none;
  background-color: #000;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding: 26px 20px;
  margin-top: 80px;
  line-height: 1.4em;
}

.vsd-h3-2 {
  color: #000;
  border-left: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0;
  padding-left: 20px;
  line-height: 1.2em;
}
.vsd-h3-2 .emphasis {
  color: #ff0000;
  font-size: 34px;
}

.vsd-container {
  margin-left: 20px;
  margin-bottom: 50px;
  display: flex;
}
.vsd-container .vsd-container-left {
  width: 50%;
  margin-right: 20px;
}
.vsd-container .vsd-container-right {
  width: 50%;
}

.vsd-container2 {
  margin-left: 20px;
  margin-bottom: 50px;
  display: flex;
}
.vsd-container2 .vsd-container2-left {
  flex-basis: 33%;
  margin-right: 20px;
}
.vsd-container2 .vsd-container2-center {
  flex-basis: 33%;
  margin-right: 20px;
}
.vsd-container2 .vsd-container2-right {
  flex-basis: 33%;
  margin-right: 20px;
}

.video2 {
  width: 1080px;
}
@media screen and (min-width: 300px) {
  .video2 {
    max-width: 400px;
  }
}

.product-container {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.product-container .product-container-left {
  flex-basis: 500px;
  text-align: center;
  margin: auto;
}
.product-container .product-container-left p {
  width: 100%;
}
.product-container .product-container-bottom {
  text-align: left;
  background-color: #e9e9e9;
}
.product-container .product-container-right {
  flex-basis: 500px;
  text-align: center;
}
.product-container .product-container-right p {
  width: 100%;
}

h3 {
  font-size: 30px;
}
h3::before {
  background: none;
  width: 0;
  margin-right: 0;
}

p {
  font-size: 18px;
  padding: 5px 20px;
  color: #2c2c2c;
}

li {
  font-size: 18px;
}

.caption {
  text-align: center;
  font-size: 0.9em;
}
@media screen and (min-width: 1700px) {
  .caption {
    font-size: 0.8em;
  }
}

.mark2 {
  background: linear-gradient(transparent 60%, rgb(249, 253, 0) 0%);
}

.mark3 {
  background: linear-gradient(transparent 60%, rgb(252, 162, 225) 0%);
}

.rec_table {
  margin: auto;
}

.vsd-box {
  background-color: #f7fdff;
  margin: 10px 40px;
  padding: 20px 10px 10px 10px;
  border: 1px solid #aaaaa9;
}
.vsd-box li {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  margin-left: 50px;
  position: relative;
}
.vsd-box li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: -1.5em;
  width: 20px;
  height: 8px;
  border-left: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  transform: rotate(-45deg);
}

.vsd-box2 li::before {
  margin-top: 5px;
  top: 10%;
}

.two-image {
  display: flex;
  justify-content: center;
  margin: 0 30px;
}
.two-image-child {
  margin: 0 30px;
  font-weight: 500;
  font-size: 30px;
  border: 1px solid;
}

.vsd_contact_form {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.vsd_contact_form label {
  color: #000;
}
.vsd_contact_form input {
  margin-left: 6px;
  width: 30%;
  height: 30px;
  background-color: #deffff;
  font-size: 14px;
  padding-left: 5px;
  border: 1px solid #808080;
  border-radius: 3px;
}
.vsd_contact_form button {
  font-size: 0.9375rem;
  margin: 20px 10px;
  padding: 15px 50px;
  color: #000;
  font-size: 18px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}
.vsd_contact_form button:active {
  box-shadow: none;
  transition: none;
}
.vsd_contact_form button.buttonSubmit {
  background-color: #ffae00;
}
.vsd_contact_form button.buttonSubmit:hover {
  background-color: #ffae00;
}

.toc {
  max-width: 600px;
  margin: 40px auto 0 auto;
  border: rgb(240, 240, 240) 6px solid;
  border-radius: 10px;
}
@media screen and (min-width: 1700px) {
  .toc {
    width: 280px;
    display: block;
    position: fixed;
    z-index: 0;
    top: 80px;
    margin-left: 1100px;
  }
}
.toc .toc_header {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.toc .toc_contents {
  margin-top: 20px;
  margin-bottom: 20px;
}
.toc .toc_contents li {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
  line-height: 24px;
  text-align: left;
}

a {
  color: #38812b;
}
a:hover {
  text-decoration: underline;
}

.youtube {
  position: relative;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-center {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1025px) {
  .vsd-container {
    flex-wrap: wrap;
  }
  .vsd-container .vsd-container-left {
    width: 100%;
  }
  .vsd-container .vsd-container-right {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */