/*五島　RFID事例集見出し一番上に配置している*/
.rfidcase0221 {
  position: relative;
  padding: 1.7em;
  background: #4682b4;
  color: white;
  width: 100%;
}

.rfidcase0221::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

@media screen and (max-width: 800px) {
.rfidcase0221 {
   width: 100%;
  }




/*五島　RFDI事例集下矢印*/
.balloon0222 {
  position: relative;
  padding-top: 28px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background: #4682b4;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .balloon0222 {
    width: 88%;
  }
}
.balloon0222:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4682b4 transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}
.balloon0222-Text {
  text-align: center;
  order-width: 20px 20px 0 20px;
}



/*五島　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;
}
}


/*五島　RFID見出し*/
.rfid-headline {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #252525;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #4682b4;/*左線*/
  font-size: 28px;
  font-weight: bold;
}

/*五島　RFID見出し-下線あり*/
.rfid-headlineshita {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #252525;/*文字色*/
  border-bottom: 1px solid #000;/*下線*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #4682b4;/*左線*/
  font-size: 28px;
  font-weight: bold;
}

