@charset "utf-8";
/* CSS Document */
.c-whiteBox.mod-border p {
  position: relative;
  padding-left: 90px;
}
.c-whiteBox.mod-border p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-form {
  margin-top: 30px;
}
.c-form_notice {
  margin-bottom: 20px;
}
.c-form_box {
  margin-top: 40px;
}
.c-form_item + .c-form_item {
  margin-top: 30px;
}
.c-agree {
  margin-top: 50px;
  margin-right: 0;
  display: flex;
  color: #0041C0;
  justify-content: center;
}
.c-agree a {
  color: #0041C0;
  text-decoration: underline;
}
.c-btnWrap {
  margin-top: 20px;
  max-width: 640px;
}
.c-btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-whiteBox.mod-border p {
    padding-left: 60px;
  }
  .c-btn {
    margin-top: 10px;
  }
}