@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  transition: all 0.4s ease-out;
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#title_contena.back_sample {
  background-image: url(../../images/products/electronic/hydraulic_index_back.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:680px) {
  #title_contena.back_sample {
    background-image: url(../../images/products/electronic/hydraulic_index_back_sp.jpg);
    background-size: cover;
    background-position: center left;
  }
}

.base_type_a--desc{
  font-size: 24px;
}
.contact-under-text{
  text-align: left;
  margin-bottom: 34px;
}
@media screen and (max-width:680px) {
  .contact-under-text{
    margin-bottom: 32px;
  }
  .base_type_a--desc{
    font-size: 14px;
    display: inline-block;
    margin-top: 4px;
  }
}
