/*五島 東芝テリー詳細はこちらボタン*/
.teli03081045 {
display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  width: 300px;
  height: 40px;
  transition: 0.3s;
  background-color: #0288d1;
  margin:auto;
}
.teli03081045:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
.teli03081045 {
  width: 100%;
  height: 50px;
  margin: 5px 5px;
  display: flex;
}
