@charset"UTF-8"

.container {
  color: #727171;
  max-width: 960px;
  margin: 50px 0;
}

.container h1 {
  text-align: center;
  margin: 50px 0;
  font-size: 1.5em;
}

.container p {
  font-size: 0.8em;
}

.container table {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-bottom: 50px;
  border-top: solid 5px #9FA0A0;
  width: 500px;
  height: 150px;
}

.container th {
  padding: 30px;
  border-bottom: dashed 3px #9FA0A0;
}

.container td {
  padding: 30px;
  border-bottom: dashed 3px #9FA0A0;
}

.service-content_message {
  width: 45%;
  display: inline-block;
}

.service-content_message h1 {
  border-bottom: dashed 3px #9FA0A0;
  padding-bottom: 20px;
}

.service-content_message p {
  margin-top: 20px;
}

.service-content img {
  width: 45%;
  height: 100%;
  margin: 40px 20px;
  padding-bottom: 40px;
  display: inline-block;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.main-product {
  margin-bottom: 100px;
}

.main-product img {
  width: 45%;
  margin: 40px;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.main-product iframe {
  margin-left: 40px;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.main-product_message {
  display: inline-block;
  width: 45%;
}

.main-product_message .btn {
  border: solid 1px #7F4F21;
  border-radius: 10px;
  padding: 10px 100px;
  margin-top: 20px;
}

.sub-product {
  display: inline-block;
  margin: 40px;
}

.sub-product img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.sub-product video {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.container form {
  position: relative;
  left: 20%;
}

footer {
  height: 100px;
  background-color: #fff;
  border-top: solid 5px #625D58;
}

footer ul {
  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;
  list-style: none;
}

footer img {
  height: 50px;
  margin: 10px 20px 10px 0;
}

footer p {
  text-align: center;
}

@media only screen and (max-width: 990px) {
  .service-content img {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .service-content h1 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 750px) {
  .header-logo_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-logo_menu img {
    margin: 10px 0px 10px 2px;
  }
  .container table {
    width: 80%;
    font-size: 10px;
  }
  .container th {
    width: 40%;
  }
  .container td {
    width: 60%;
  }
  .service-content_message {
    width: 100%;
  }
  .service-content img {
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-product img {
    width: 100%;
    margin: 0px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .main-product iframe {
    width: 100%;
    margin: 20px 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .main-product_message {
    width: 100%;
    margin-top: 20px;
  }
  .main-product_message h2 {
    font-size: 1.2em;
  }
  .sub-product {
    margin: 0px;
  }
  .sub-product a img {
    width: 100%;
    height: 100%;
  }
  .container form {
    left: 0;
  }
}
