@charset "utf-8";
@import url(mobile_header.css);

.topMain {
  height: 400px;
}

.lono_left {
  margin-left: 10px !important;
  width: 80%;
}

.lono_left img {
  width: 100%;
}

.LOGO img {
  margin-top: 10px;
  width: 100%;
}

.Ring {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 450px;
  background: url(jcjfgzlyb_ico_3.png) no-repeat center center;
  border-radius: 50%;
  animation: RingAnim 2s ease-out;
}

.Part1 {
  padding: 20px 20px 30px;
}

.Part1 h1 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

.Part2 {
  padding: 30px 20px;
}