@charset "utf-8";
/******
		contents
					******/
body {
  padding: 90px 0;
}

form {
  max-width: 100%;
  margin: auto;
  width: 600px;
}

h1 {
  color: #646464;
  font-size: 26px;
}

.title-text {
  font-size: 18px;
  color: #21A8DD;
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.note-text {
  background: #FEF4EA;
  color: #646464;
  font-size: 14px;
  width: 500px;
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
  padding: 4px 0 2px 0;
  font-weight: bold;
}

.form-list {
  margin-top: 30px;
}

.form-label {
  text-align: left;
  font-weight: bold;
  color: #646464;
}

.form-box input {
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  height: 50px;
  padding: 0 5px;
  width: 100%;
}

.form-box textarea {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 5px 5px;
  font-size: 16px;
}

.col-box {
  display: flex;
  column-gap: 20px;
}

.col-box .form-list {
  width: calc(100% - 0px);
}

.tel-phone {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.form-box select {
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  height: 50px;
  padding: 0 5px;
  width: 100%;
}

.form-privacy-label {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #646464;
  margin-top: 40px;
}

.form-privacy input {
  margin-right: 5px;
}

.form-privacy {
  font-size: 18px;
  font-weight: bold;
  color: #21A8DD;
  margin-top: 10px;
}

.form-privacy-link {
  font-size: 14px;
  margin-top: 10px;
}

.form-btn input {
  background: #21A8DD;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-top: 40px;
}

.link-btn a {
  background-color: #646464;
  color: #fff;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  max-width: 100%;
}