@charset "utf8";
@import url("./common.css");

#top-title {
  margin-top: .6rem;
  margin-bottom:.7rem;
}
#welcome {
  display: flex;
}
#welcome > .left {
  width: 7.2rem;
  margin-right: .29rem;
}
.welcome-title {
  line-height: .66rem;
  font-size: .45rem;
  font-weight: bold;
  margin-bottom: .4rem;
}
.welcome-con {
  font-size: .23rem;
  line-height: .45rem;
}

.right {
  width: 7.05rem;
  height: 5.66rem;
}
.right img{
  height: 100%;
}

/********************************************/
#partner {
  margin-top: .57rem;
  margin-bottom: .5rem;
}
.partner-title {
  font-size: .45rem;
  margin-bottom: .5rem;
  font-weight: bold;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
}

.partner-item {
  width: 20%;
  margin-bottom: .54rem;
  text-align: center;
}
.partner-item:nth-of-type(n+6) {
  margin-bottom: 0;
}

/* .partner-item > a {
  display: block;
} */

.partner-item  img {
  width: 2.11rem;
  height: 1.05rem;
  object-fit: inherit;
}
