@charset "utf-8";

body {
  background-color: #fff;
  color: #333;
  margin: 0;
}

header {
  width: 1000px;
  margin: 10px auto;
}

.title_wrapper {
  width: 100%;
  color: #fff;
  background-color: #82A9DA;

}
.title_inner_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  color: #fff;
  background: url(image/bg_present.png) no-repeat;
  background-size: 380px;
}
.title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-block-start: 0;
  margin-block-end: 0;
}
.lead {
  width: 1000px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 16px;
}

.content-warp {
  width: 1000px;
  margin: 70px auto;
}

.step-warp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.step-num {
  line-height: 65px;
  color: #fff;
  font-size: 24px;
  width: 65px;
  height: 65px;
  background-color: #82A9DA;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
}

.step-content {
  width: 900px;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.step-title2 {
  margin: 36px 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.step-text {
  font-size: 15px;
  line-height: 1.7;
}

.step-text a {
  color: #5782bf;
}

.step-text a:hover {
  opacity: 0.8;
}

.step-image-warp {
  margin-top: 20px;
  width: 800px;
  border: 2px solid #ddd;
  padding: 20px;
}

.step-image {
  width: 800px;
  height: auto;
  object-fit: cover;
}
