.item02 {
  padding: 20px;
  border: 1px solid #223a70;
  border-radius: 20px;
  background: #fff;
  height: stretch;
}
.number {
  background: #223a70;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.indexGreet .item02 .txt {
  line-height: 1.8;
  margin-bottom: 10px;
}
.br-sp {
  display: block;
}
.red {
  color: #df1c07;
  font-weight: bold;
}

.t-vertical {
  writing-mode: initial;
}
@media (max-width: 1024px){
  .indexGreet .item02 .tit {
    font-size: 20px;
  }
}

@media (max-width: 599px){
  .item02 {
    padding: 10px;
  }
  .indexGreet .item02 .tit {
    font-size: 18px;
  }
  .br-sp {
    display: inline-flex;
  }
}
