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



#sec01{
	margin: 60px auto 80px;
}

#sec01 p {
	text-align: center;
}
#sec01 p.tit {
	font-size: 1.5em;
	margin-bottom: 30px;
	line-height: 1.4;
}
#sec01 .tel {
	font-family:arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin: 0 auto;
	font-size: 2.75em;
	line-height: 1;
	text-align: center;
}

#sec01 .tel_box {
	display: block;
	margin: 30px auto 0;
	text-align: center;
}
#contact a.telbox_sp {
	color: #333;
	text-decoration: none;
}
#sec02 {
	width: 1000px;
	margin: 60px auto 100px;
	padding: 60px 0 0;
	border-top: 1px solid #ddd;
}
#sec02 h4 {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 30px;
}
table.form {
	border-collapse: collapse;
	width: 100%;
}
table.form tr:nth-of-type(odd) {
	background-color: #EEE;
}
table.form th {
	font-weight: normal;
	text-align: left;
	min-width: 240px;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
}
table.form td {
	font-weight: normal;
	vertical-align: middle;
	padding: 10px 10px;
	box-sizing: border-box;
}

.thanks {
	min-height: 300px;
	padding-bottom: 80px;
}
#sec01.thanks p {
	text-align: left;
}
#sec01.thanks p.tit {
	text-align: center;
}

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

	
}
@media screen and (max-width: 1000px) {
	#sec02 {
		width:100%;
		padding: 60px 0 0;
	}
}



@media screen and (max-width: 640px) {
	#sec01{
		margin: 30px auto 0;
	}
	#sec01 p.tit {
		font-size: 1.375em;
		margin-bottom: 20px;
	}
	#sec02 {
		margin: 50px auto 50px;
		padding: 40px 0 0;
	}
	table.form th {
		display: block;
		padding: 10px 10px 5px 10px;
	}
	table.form td {
		display: block;
		padding: 5px 10px 10px 10px;
	}
	#sec01 .telbox_sp {
		width: auto;
	}
	#sec01 .tel {
		font-size: 2.5em;
	}
	#sec01 .tel:before {
		background-size: 20px auto;
		width: 22px;
		height: 28px;
	}
	#contact .telbox {
		display: none;
	}
	#contact .telbox_sp {
		display: block;
	}
	table.form input[type="text"],
	table.form textarea {
		width:100%;
	}
	
	table.form input[type="text"] {
		height: 3em;
	}
}

.sp{
	margin: 0 auto;
}
@media screen and (min-width: 640px) and (max-width: 768px){
	.ipad_hidden {
	    display: block;
	}
}