@media (max-width: 768px) {
  br {
    display: none;
  }
}

video {
  width: 100%;
  background-color: #F2F2F2;
}

.head-img {
  padding-top: 14vw;
  width: 100%;
  max-width: 1600px;
  min-width: 1024px;
}

@media (min-width: 1921px) {
  .head-img {
    padding-top: 268px;
  }
}

@media (max-width: 768px) {
  .head-img {
    min-width: 120%;
    padding-top: 25vw;
  }
}

.head-img img {
  width: 100%;
}

.features {
  padding-top: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .features {
    position: inherit;
  }
}

.features img {
  width: 100%;
}

.features img.products {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .features img.products {
    padding-bottom: 20px;
  }
}

.features ul.products {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
}

.features ul.products li {
  width: 48%;
}

@media (max-width: 768px) {
  .features ul.products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: inherit;
  }
  .features ul.products li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.point {
  margin-top: 20px;
}

.point ul h5 {
  text-align: center;
}

@media (max-width: 768px) {
  .point ul h5 {
    text-align: left;
  }
}

.point ul li {
  background-color: #E6F2F2;
  padding: 1em;
  border-radius: 1em;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 768px) {
  .point ul li {
    width: 48%;
    background-size: 60% auto;
    padding: 12px;
    font-size: 13px;
  }
}

.point ul li:nth-of-type(1) {
  background-image: url(../img/features/point01.svg);
}

.point ul li:nth-of-type(2) {
  background-image: url(../img/features/point02.svg);
}

.point ul li:nth-of-type(3) {
  background-image: url(../img/features/point03.svg);
}

.point ul li:nth-of-type(4) {
  background-image: url(../img/features/point04.svg);
}

.introduction ul li {
  border-radius: 1em;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.introduction ul li img {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .introduction ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px;
    font-size: 13px;
  }
  .introduction ul li h5 {
    width: 100%;
  }
  .introduction ul li img {
    width: 50%;
  }
  .introduction ul li p {
    width: 46%;
  }
}

.standard ul li {
  background-color: #E6F2F2;
}

.option ul li {
  background-color: #E6F2F2;
}

.option ul h5 {
  color: #00AB9F !important;
}

#products-item section {
  padding: 30px 0 40px;
}

#products-item section:nth-of-type(even) {
  background-color: #E6F2F2;
  margin-bottom: 0;
}

#products-item section:nth-of-type(odd):not(:first-of-type) {
  margin-bottom: 0;
}

#products-item section:last-of-type {
  background-color: #fff;
  margin-top: 3.6rem;
  padding: 0;
}

.lineup a {
  display: block;
  text-decoration: none;
}

.lineup img {
  width: 100%;
  margin-bottom: 10px;
}

.lineup::after {
  width: 29%;
}

.lineup li {
  width: 29%;
}

@media (max-width: 768px) {
  .lineup li {
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
  }
}

.products-table {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-table dt {
  width: 38%;
}

.products-table dt img {
  width: 100%;
}

@media (max-width: 768px) {
  .products-table dt img {
    width: 86%;
    display: block;
    margin: auto;
  }
}

.products-table dd {
  width: 54%;
}

@media (max-width: 768px) {
  .products-table dt,
  .products-table dd {
    width: 100%;
  }
}

.products-table p.name {
  font-size: 30px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .products-table p.name {
    font-size: 26px;
  }
}

.products-table p.name span {
  font-size: 75%;
  border: 1px solid #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
  line-height: 1;
}

.products-table h4 {
  color: #3283C6;
  font-size: 18px !important;
}

.products-table table {
  margin-top: 26px;
}

.products-table table th,
.products-table table td {
  padding: 0.5em;
}

.products-table table + span {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 1em;
  text-align: right;
  font-size: 12px;
}

.products-table .price {
  text-align: right;
  font-size: 15px;
}

.products-table .price span {
  color: #3283C6;
  font-size: 26px;
  font-weight: bold;
}

.products-table video {
  margin-top: 30px;
}
/*# sourceMappingURL=otherpage.css.map */