#warpper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#body {
  flex: 1;
}
#body .img-fluid {
  width: 100vw;
}
#body .contact {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  width: 95vw;
  margin: 0 auto;
}
#body .contact .lb {
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#body .contact .lb .img-wrapper {
  padding: 0.25rem;
  border: 1px solid #666;
  border-radius: 0.5rem;
  width: 4.6875rem;
  height: 4.6875rem;
  box-sizing: border-box;
}
#body .contact .lb .img-wrapper .img {
  display: block;
  width: 100%;
  height: 100%;
}
#body .contact .lb .text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #666;
}
#body .contact .rb .text {
  font-size: 0.75rem;
  color: #666;
}
#body .contact .rb .text.blod {
  font-size: 1rem;
  font-weight: 700;
  color: #099ee9;
  margin: 0.25rem 0;
}
#body .list {
  width: 95vw;
  margin: 0 auto;
  padding-bottom: 2rem;
}
#body .list .item {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}
#body .list .item .item2 {
  color: #666;
  font: 0.75rem "PingFangSC Regular";
  display: flex;
  margin-bottom: 4px;
}
#body .list .item .item2:nth-child(1) {
  color: #479ee2;
  font: bold 0.875rem "PingFangSC Semibold";
  margin-bottom: 8px;
}
#body .list .item .item2 .lb {
  width: 60px;
  text-align: end;
}
#body .list .item .item2 .rb {
  flex: 1;
}
