@charset "utf-8";
/* CSS Document */

  
.contact {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.contact h2 {
  border: 2px #CCCCCC solid;
  height: 125px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -mms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 125px;
  background: #FFF;
  z-index: 10;
  padding-left: 50px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
.contact h2:before {
  content: "";
  position: absolute;
  background: #fff;
  margin: 1px;
  border: 12px #CCCCCC solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -10;
}

.contactbox {
	text-align: left;
	width: 680px;
	margin: 18px auto 10px;
}
.contactbox p {
	border: 1px dashed #a5a5a5;
	padding: 15px;
	font-size: 14px;
	line-height: 1.6em;
}
.contactbox p a {
	color: #1F9C83;
	text-decoration: underline;
}
.contactbox p a:hover {
	text-decoration: none;
}
.contactbox p span {
	display: block;
	font-size: 25px;
	line-height: 26px;
	margin: 15px auto;
}
.thanks {
	text-align: center;
	width: 680px;
	margin: 18px auto 10px;
}
.thanks p {
	border: 1px dashed #a5a5a5;
	padding: 15px;
	font-size: 14px;
	line-height: 1.6em;
}
.thanks p span {
	display: block;
	font-size: 25px;
	line-height: 26px;
	margin: 15px auto;
}
.tel_fax {
	font-size: 30px;
	font-weight: bold;
	color: #444444;
	text-align: center;
	display: block;
}
.tel_fax span {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.contact-tel {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin: 30px auto 10px;
	text-align: center;
	color: #28aae0;
  border-bottom: 2px solid #28aae0;
	padding: 5px 0;
	color: #28aae0;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
.contact-tel i{
	margin-right: 5px;
}
.must {
	padding: 5px 10px;
}
form#mailformpro dl dt {
	font-size: 15px;
	line-height:1.5;
	padding-top: 20px;
}

form#mailformpro input,
form#mailformpro textarea {
  font-size: 16px !important;
}
form#mailformpro textarea {
  width: 100% !important;
}

#mailfield {
	margin-bottom: 50px;
}

/*送信ボタン*/
div.mfp_buttons button {
	display: block;
	width: 300px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	border: 1px solid #fff;
	background: #f7c564 url(../img/common/arw-wh.png) no-repeat 93% center;
	padding: 20px 0;
	margin: 20px auto 0 auto;
}

div.mfp_buttons button:hover {
	opacity: 0.8;
	-webkit-transition: all .3s;
	transition: all .3s;
}

form#mailformpro label {
	display: inline-block;
}
@media screen and (max-width:767px) {
.contactbox {
	margin: 20px auto;
	width: 95%;
}
.contact-tel {
	width: 100%;
	font-size: 16px;
	margin: 20px auto;
}
.tel_fax {
	font-size: 24px;
	margin-top: 10px;
	margin-left: 0;
	text-align: center;
}
form#mailformpro label input[type="radio"] {
	display: inline-block !important;
	width: 20px;
  height: 20px;
  margin-right: 5px;
}
form#mailformpro label {
	width: 120px;
}

/*送信ボタン*/
div.mfp_buttons {
	border-top: 1px solid #ccc;
}
div.mfp_buttons button {
	width: 95%;
	max-width: 280px;
	font-size: 16px;
}
}

/*==========================================
 サンクスページ
===========================================*/
.thanksbox {
	text-align: center;
	width: 680px;
	margin: 18px auto 10px;
}
.thanksbox p {
	border: 1px dashed #a5a5a5;
	padding: 15px;
	font-size: 14px;
	line-height: 1.6em;
}
.thanksbox p a {
	color: #444;
	text-decoration: underline;
}
.thanksbox p a:hover {
	color: #1F9C83;
}
.thanksbox p span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin: 15px auto 0;
}
@media screen and (max-width:767px) {
.thanksbox {
	width: 90%;
}
.thanksbox p {
	width: 95%;
	margin: 50px auto;
}
}
}