/*五島　RFID問合せボタン*/
.rfidtoi0222{
  background-color: #fff;
  border: solid 2px;
  border-color: #4682b4;
  color: #4682b4;
  font-size: 28px;
  font-weight: bold;
  width: 600px;
  height: 60px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;/*子要素が複数あったら縦に並ぶ*/
  justify-content: center;/*縦方向中央*/
  text-align: center;/*横方向中央*/
  border-radius: 50px;/*角丸*/
}
.rfidtoi0222:hover {
  color: #fff;
  background: #4682b4;
}
.rfidtoi0222 a {
  color: #4682b4;
  text-decoration: none;
  border-radius: 50px;/*角丸*/
}
.rfidtoi0222:hover a {
  color: #fff;
  background: #4682b40;
}
.rfidtoi0222{
  background-color: #fff;
  border: solid 2px;
  border-color: #4682b4;
  width: 600px;
  height: 60px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;/*子要素が複数あったら縦に並ぶ*/
  justify-content: center;/*縦方向中央*/
  text-align: center;/*横方向中央*/
}
.rfidtoi0222:hover {
  color: #fff;
  background: #4682b4;
}
.rfidtoi0222 a {
  color: #4682b4;
  text-decoration: none;
　border-radius: 50px;/*角丸*/
}
.rfidtoi0222:hover a {
  color: #fff;
  background: #4682b4;
}
@media screen and (max-width: 800px) {
.rfidtoi0222 {
  width: 100%;
  height: 60px;
  margin: 5px 5px;
  display: flex;
}
.rfidtoi0222 {
  width: 100%;
  height: 60px;
  margin: 5px 5px;
  display: flex;
}
}