@charset "UTF-8";

* {
  box-sizing: border-box;
}

.form-wrap {
  background-image: linear-gradient(rgba(245, 248, 251, 1), rgba(245, 248, 251, 1));
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
}

.form-wrap-inner {
  max-width: 1054px;
  margin: 0 auto;
  padding: 55px 15px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.form-content {
  width: 48.717948718%;
}

.form-content h2 {
  margin-bottom: 20px;
  line-height: 1.16;
  text-align: center;
  font-size: 20px;
}


.form-content p {
  padding: 30px;
  text-align: center;
  font-size: 16px;
}

.content-img02 {
  text-align: center;
}

@media screen and (max-width: 767px) {
.form-content {
  width: 100%;
  margin-bottom: 40px;
}
}


.form-entry {
  width: 48.717948718%;
}

.form-entry h2 {
  margin-bottom: 20px;
  line-height: 1.16;
  text-align: center;
  font-size: 20px;
  color: #0c5394;
}


.copyright {
  padding: 15px;
  text-align: center;
  font-size: 12px;
}


@media screen and (max-width: 767px) {
.form-entry {
  width: 100%;
}
}



