@charset "UTF-8";
@import url("yoyakuform.css");

/* --- お問い合わせ --- */

/* フォーム確認時のズレ対策 */
form.wpcf7-form{
	margin-top: -100px;
	padding-top: 100px;
}



#contact {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
  display: block;
}
@media screen and (min-width: 770px) {
  .catalog #contact {
    /* text-align: center; */
  }
}
@media screen and (max-width: 769px) {

}
#contact h1 {
    font-size: 4rem;
    margin-bottom: 30px;
}

.cont-top {
    margin-bottom: 100px;
}

.toiawase-form {
    width: 600px;
    margin: 0 auto 100px;
	text-align: center;
	}
.toiawase-form input ,.toiawase-form textarea{
  margin-bottom: 2rem;
  padding: .8rem;
  font-size: 1.4rem;
}
.toiawase-form textarea{
  font-size: 14px;
}
textarea {
	width:100%;
	font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
	.toiawase-form {
	padding-left: 1%;
	width: 90%;
    padding: 0;
}
}




.wpcf7-select { margin-bottom: 1rem;
    padding: .8rem;
}
p.item {
margin-top:2rem;
} 

.wpcf7-acceptance .wpcf7-list-item {
display: inline-block;
}

.tel {
    cursor: default;
    pointer-events: none;
}
	
/* ▼▼▼▼======フォーム  ============▼▼▼▼ */
/*暗くなるのをリセット*/
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #fff;
}
/*オートコンプリートの背景色を取り除く*/
.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
/*確認のフローでのみオートコンプリートの背景色を取り除く*/
.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
}

.wpcf7-response-output {
  text-align:  center;
}

.form-submit {
  width: 196px;
  margin: 50px auto 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 6px;
  display: block;
  width: 196px;
  padding: 1.4em .8em;
  border: 0;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  margin: auto;
}

span[role="alert"] {
  color: #f00;
      display: block;
}
div[role="alert"] ul {
  display: none;
}
.wpcf7c-elm-step1 {
  text-align: center;
      margin-bottom: 50px;
}
.wpcf7c-elm-step2 {
  display: inline-block;
}

.wpcf7c-elm-step2 .wpcf7-submit + .wpcf7c-elm-step2 {
  display: none;
}

span[class="ajax-loader"] {
  display: none;
}

.wpcf7c-force-hide {
  display: none;
}

.form-submit-text {
  margin-top: 35px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  font-style: normal;
}

.form-submit-text mark {
  font-style: normal;
  background: none;
  color: #ff0c0c;
}

/*.wpcf7-list-item {
    display: block;
}*/
.wpcf7-list-item input {
margin-bottom:0;
}
.wpcf7-list-item.last input {
margin-bottom:2rem;
}


@media screen and (max-width: 769px) {
#contact {
    width: 90%;
    margin: 0 auto 3%;
	padding: 2em 0 0;
}

#contact h1 {
font-size: 2.7rem;
}
.cont-top {
font-size:1.4rem;
line-height:3rem;
}

.form-submit {
  margin-top: 7%;
}
.form-submit-text {
  margin-top: 6%;
}
.form-area a[href^="tel:"] {
    pointer-events: auto;
    color: #0096dc;
    border-bottom: 1px solid;
}
input[type="submit"], input[type="button"] {
    margin-bottom: 20px;
}
form {
font-size: 1.6rem;
}
p {
width:100%;
}
div[role="alert"] {
font-size: 1.4rem;
color:#f00;
}
.wpcf7c-elm-step1,
.wpcf7c-elm-step2,
.wpcf7c-elm-step3 {
width:100%;
}
.tel {
        pointer-events: auto;
    }

.wpcf7-list-item {
    display: block;
    /*text-align: center;*/
}

section.toiawase-form {
    /*padding: 0px 10px;*/
}

.wpcf7-list-item input {
    margin-bottom: 10px;
    margin-top: 20px;
}

}


