@charset "utf-8";

/* ******************************************
	General
****************************************** */




/* *******************
	contact_direct
******************* */
#contact_direct .box {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0 0;
  margin: 30px auto 0;
	font-size: 36px;
}
#contact_direct .box small {
	font-size: 21px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width:600px) {
	#contact_direct .box {
		width: 100%;
		margin-bottom: 12px;
	}
}




/* *******************
	contact_form
******************* */
#contact_form dl {
  margin: 60px auto 35px;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #ADADAE;
}
#contact_form dl dt {
  float: none;
  width: 230px;
  clear: none;
  font-size: 18px;
  padding: 15px 10px;
  margin: 0;
  border-bottom: 1px solid #ADADAE;
  background-color: #F0F1F3;
  border-top: none;
}
#contact_form dl dd {
  border-top: none;
  margin: 0px;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.5em;
  width: calc(100% - 250px);
  border-bottom: 1px solid #ADADAE;
  text-indent: 20px;
}

.mfp_colored {
  /* background-color: rgba(200,255,255,0); */
}

#contact_form input[type="text"],
#contact_form input[type="email"] {
  width: calc(88% - 42px);
  /* max-width: 100%; */
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
#contact_form input.form_tel {
  width: 15%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fff;
}
#contact_form .mwform-tel-field input {
  width: 15%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fff;
}
#contact_form input[type="tel"] {
  width: 15%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
#contact_form input[name="郵便番号"] {
  width: 30%;
}
#contact_form select[name="お問い合わせ項目"] {
  border: solid 1px #cccccc;
  padding: 7px 2%;
  margin: 0 5px;
  font-size: 18px;
}

#contact_form label.mfp_not_checked {
  border: none;
}
#contact_form label {
  white-space: unset;
}

#contact_form textarea {
  display: block;
  width: calc(88% - 42px);
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-left: 3%;
  /* background: #fafafa; */
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
#contact_form textarea::placeholder {
  color: #B4B4B5;
}
#contact_form .mfp_col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#contact_form .mfp_col5 label {
  display: inline-block;
  margin-right: 20px;
}

#contact_form input[type="submit"] {
  clear: both;
  margin: 0 auto;
  text-align: center;

  border-radius: 0;
  padding: 7px 0;
  margin: 50px auto 0;
  border: none;
  border: 1px solid #737373;
  background: #737373;
  /* background: none; */
  text-shadow: none;
  width: 230px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
}
div.mfp_buttons button {
  display: inline-block;
  margin: 0 auto;
  background-color: #AFC275;
  color: #fff;
  padding: 10px 0;
  min-width: 220px;
  border: none;
}
#contact_form input[type="submit"]:hover {
  background: #737373;
  box-shadow: none;
  opacity: 0.7;
}


.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border-radius: 0;
  padding: 7px 0;
  margin: 50px auto 0;
  border: none;
  border: 1px solid #737373;
  background: #737373;
  /* background: none; */
  text-shadow: none;
  width: 230px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  /* border: 1px solid #737373; */
  background: #737373;
  box-shadow: none;
  opacity: 0.7;
}

@media screen and (max-width:600px) {
  #contact_form dl dt {
    width: calc(100% - 20px);
    padding: 5px 10px;
    border-bottom: none;
  }
  #contact_form dl dd {
    width: calc(100% - 20px);
    padding: 15px 10px;
    text-indent: 0;
  }
}
@media screen and (max-width:450px) {
  #contact_form input[type="text"],
  #contact_form input[type="email"] {
    width: calc(100% - 20px);
  }
  #contact_form input[name="郵便番号"] {
    width: calc(100% - 20px);
  }
  #contact_form select[name="お問い合わせ項目"] {
    width: calc(100% - 20px);
  }
  #contact_form textarea {
    width: calc(100% - 20px);
    margin-left: 0;
  }
  #contact_form input.form_tel {
    width: 23%;
  }
}




/* *******************
	contact_tahnks
******************* */
#contact_tahnks {}
#contact_form .companybox {
  margin-top: 45px;
}


@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}