@charset "utf-8";
/*-----------------------------------------------------

	contact.css
	お問い合わせページ用 CSS

------------------------------------------------------*/


#contact_form iframe {
	width: 100%;
	height: 1000px;
}

/*---- contact ----*/

.contact_lead {
  width: 960px;
  margin: 0 auto 50px;
  border-bottom: solid 1px #67806a;
}

#contact_form {
  margin-bottom: 100px;
}

#contact_form .sect_box {
  width: 960px;
  padding: 50px;
  background: #f5f5f5;
  border-radius: 10px;
}

#contact_form p {
  font-size: 1.6em;
}

#contact_form .font_red {
  font-size: 0.8em;
}

#contact_form .notice {
  font-size: 1.6em;
  text-align: right;
  margin-bottom: 25px;
}

#contact_form form dl {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
}

#contact_form form dt {
  width: 210px;
  font-weight: bold;
}

#contact_form form dd {
  width: 650px;
}

#contact_form form dd p {
  margin-bottom: 8px;
}

#contact_form form dd p.ver_middle {
  line-height: 45px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

#contact_form form dd input.narrow[type="text"] {
  width: 80px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd input.middle[type="text"] {
  width: 120px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd input.long[type="text"] {
  width: 250px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
}

#contact_form form dd input#zip {
  width: 120px;
  height: 45px;
  margin-left: 8px;
  padding: 5px;
  border: solid 1px #ccc;
}

#contact_form .input_birthday select {
  width: 80px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 0.8em;
  padding: 10px;
  border: solid 1px #ccc;
}

#contact_form form dd input[type="text"], #contact_form form dd input[type="email"] {
  width: 100%;
  height: 60px;
  padding: 15px;
  font-size: 0.8em;
  border: solid 1px #ccc;
}

#contact_form form dd input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

#contact_form form dd select {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 0.8em;
    padding: 10px;
    border: solid 1px #ccc;
}

#contact_form form dd textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  font-size: 0.8em;
  font-family: 'ZenKakuGothicAntique-Regular', sans-serif;
  border: solid 1px #ccc;
}

#btn_submit {
  padding-left: 70px;
}

#btn_submit p {
  text-align: center;
  padding: 65px 0 15px;
}

#btn_submit input {
  width:480px;
  height: 60px;
  background: #de5e51;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-display: swap;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

#btn_submit input:hover {
  background-color: #ab2548;
}

::placeholder {
  color: #cdcdcd;
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #fff;
  font-size: 2em;
  text-align: center;
}

#contact .recaptcha_wrapper {
  width: 960px;
  margin: 0 auto 30px;
}

p.recaptcha_policy {
	font-size: 1.4em;
  text-align: center;
}

p.recaptcha_policy a:link {text-decoration:underline;; color:#de5e51;}
p.recaptcha_policy a:visited {text-decoration:underline; color:#de5e51;}
p.recaptcha_policy a:hover {text-decoration:none; color:#de5e51;}


/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/


@media screen and (max-width: 767px) {

#contact_form iframe {
	height: 1200px;
}

/*---- contact ----*/

.contact_lead {
  width: 100%;
  margin: 0 0 25px;
}

#contact_form {
  margin-bottom: 30px;
}

#contact_form .sect_box {
  width: 100%;
  border-radius: 0;
  padding: 15px;
}

#contact_form .notice {
  font-size: 1.4rem;
}

#contact_form p {
  font-size: 1.4rem;
}

#contact_form form dl {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#contact_form form dt, #contact_form form dd {
  width: 100%;
}

#contact_form form dt {
  margin-bottom: 10px;
}

#contact_form form dd input[type="text"], #contact_form form dd input[type="email"] {
  height: 40px;
  padding: 5px;
}

#contact_form form dd input.narrow[type="text"] {
  width: 60px;
}

#contact_form .input_birthday select {
  width: 60px;
}

#btn_submit {
  padding: 0;
}

#btn_submit p {
  padding: 30px 0 10px;
}

#btn_submit input {
  width: 80%;
}

#contact_form form dd input.long[type="text"] {
  margin-bottom: 10px;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.recaptcha_wrapper {
  width: 100%;
  margin-bottom: 50px;
}


}


