@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
#vsd-head {
  background-color: #000;
  width: auto;
  height: auto;
  padding: 30px;
}
#vsd-head .vsd-h1 {
  border-left: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #FEC000;
  font-size: 46px;
  line-height: 1.3em;
  margin-bottom: 0;
}
#vsd-head .vsd-h1 .s {
  font-size: 30px;
}
#vsd-head .vsd-h2 {
  margin: 10px 0 10px 0;
  border-left: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  background-color: #000;
}
#vsd-head .list-back {
  background-color: #fff;
  margin: 0 10px 0 10px;
  padding: 30px 0 30px 0;
}
#vsd-head .list-back .list__item__head {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
#vsd-head .list-back .list__item {
  margin: 0;
  text-align: left;
}

#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: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding: 26px 0;
  margin-top: 80px;
}

.vsd-h3-2 {
  color: #000;
  border-left: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-left: 20px;
}
.vsd-h3-2 .emphasis {
  color: #ff0000;
  font-size: 34px;
}

.vsd-container {
  margin-left: 20px;
  margin-bottom: 50px;
  display: flex;
}
.vsd-container .vsd-container-left {
  flex-basis: 400px;
  margin-right: 20px;
}
.vsd-container .vsd-container-right {
  flex-basis: auto;
  padding-left: 0;
}
.vsd-container .vsd-container-right .video {
  width: 200px;
}
@media screen and (min-width: 1280px) {
  .vsd-container .vsd-container-right .video {
    max-width: 384px;
  }
}

.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%);
}

.what-vsd-box {
  background-color: #ecf9ff;
  margin: 10px 60px;
  padding: 20px 10px 10px 10px;
  border: 1px solid #aaaaa9;
}
.what-vsd-box .what-vsd-box-head {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
}

.rec_table {
  margin: auto;
}

.vsd-box {
  background-color: #ecf9ff;
  margin: 10px 20px;
  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::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  left: -1.6em;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
  /* 背景の色変更 お好きな色を */
}
.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_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%;
}/*# sourceMappingURL=style.css.map */