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

#top-title {
  margin-top: .6rem;
  margin-bottom: .7rem;
}

#welcome {
  display: flex;
  justify-content: space-between;
}

#welcome>.left {
  width: 5.52rem;
}

.welcome-title {
  line-height: .66rem;
  font-size: .45rem;
  font-weight: bold;
  margin-bottom: .4rem;
}

.welcome-con {
  font-size: .23rem;
  line-height: .45rem;
}

.right {
  width: 8.79rem;
}

/********************************************/
#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;
}