

.contact__desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9090909091;
	margin-top: 98px;
	text-align: center;
}

.contact__form {
	display: flex;
	justify-content: center;
	padding-block: 100px;
}

.con-form{
  width: 70%;
  margin: 50px auto;
}
.form-row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f2f4f5;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  width: 250px;
}
.form-label label {
  font-weight: 400;
  font-size: 18px;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #dc3232;
}

/* フォームパーツのデザイン */
input, textarea {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 60px 15px 25px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
button {
  cursor: pointer;
  margin-top: 30px;
  padding: 10px 50px;
  border: none;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
  background-color: #166ab5;
}





@media screen and (max-width: 767px) {
	
.contact__desc {
	font-size: 9px;
	line-height: 1.4444444444;
	margin-top: 38px;
}

.con-form {
    width: 90%;
}
.form-row {
    flex-wrap: wrap;
}
.form-label {
    font-size: 12px;
	margin-bottom: 15px;
}
.form-label label {
    font-size: 12px;
}

.contact__desc span {
	display: inline-block;
	font-size: 7px;
	line-height: 1.1428571429;
	margin-top: 10px;
}

.contact__form {
	padding-block: 25px 50px;
}
	.form_buttton{
		
}

}

