@charset "UTF-8";
.top-contact {
	margin-bottom: 30px;
}
.top-contact-text {
	margin: 0 5%;
}
.top-contact-text p {
	margin: 0 15px;
} 
.contact-form {
	margin: 0 5%;
}
dl.contact {
	margin: 0;
}
dl.contact input,
dl.contact textarea {
	max-width: 97%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', verdana, sans-serif;
}
dl.contact select {
	margin-top: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 15px;
}
.tel-box {
	display: block;
	text-align: center;
	margin: 10px 0;
}
.tel-box-pc {
	display: none;
}
a.link-btn {
	width: 60%;
	padding: 10px;
	border: 1px solid #2023ac !important;
	border-radius: 0 !important;
	color: #2023ac;
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
}
.tel-number {
	display: block;
	font-size: 16px;
}
.mw_wp_form .error {
	color: #f00;
}
@media screen and (min-width: 769px) {
	/* PC */
	.contact-form {
		margin: 0 0 10px;
	}
	.top-contact-text {
		margin: 0 15px;
	}
	.top-contact-text p {
		margin: 0;
	}
	dl.contact {
		width: auto;
	}
	.ipt01,
	.ipt04,
	.ipt05,
	.ipt06 {
		font-size: 16px;
	}
	dl.contact dt {
		font-size: 16px;
		padding: 7px;
	}
	dl.contact dd {
		font-size: 16px;
		min-height: 25px;
	}
	.tel-box {
		display: none;
	}
	.tel-box-pc {
		display: block;
		margin: 0;
		color: #2023ac;
		font-size: 32px;
		font-weight: bold;
	}
}
