/*
Theme Name:   Appointment Child
 Description:  Appointmentの子テーマ
 Template:     appointment
 Text Domain: appointment-cheld
*/

/*追加*/

.page-title h1{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
}

.top-hr{
	border-bottom: dashed 1px #e0e0e0;
	border-top:none;
	border-left:none;;
	border-right:none;
	}

.contact-telfax{
background-color: #f3f3f3; 
padding-left: 15px;
	}

.zei{
	font-size:12px;
}



/*       お問い合わせフォーム       */


#contact_form07 {
	max-width:720px;
	width:100%;
	margin:0 auto;
}

#contact_form07 p{
	margin-bottom:2.0em;
}

#contact_form07 label{
	margin-top:2.0em;
}

#contact_form07 .td-button {
margin-bottom:3.0em;
}

#contact_form07 .td-button input{
	width:120px;
background-color: #ee591f;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
margin-right:2.0em;
}
#contact_form07 .td-button input.wpcf7-back{
    color: #727272;
background-color:#e6e6e6;
}
#contact_form07 .wpcf7c-conf {
  background-color: #fff;
	  border: 1px solid #dee2e6;
}
#contact_form07 input[type="submit"] {
  box-shadow: none;
}
@media (max-width: 767px) {
#contact_form07 input,
#sub_contact textarea{
	width:100%;
}
}

/* お問い合わせへのリンク　　*/
.link__contact{
margin-top:4.0em;
}
.link__contact .link__contact_txt{
border-bottom:1px solid #ee591f;
color:#ee591f;
	width:100%;
	max-width:480px;
}
