@charset "utf-8";
/* CSS Document */
h2{
	height: 0;
}
#topimg{
	background-color: #fff;
	text-align: center;
}
article {
	padding-top: 20px;
}
article #contact{
	text-align: center;
	padding: 50px 0 20px;
	margin-bottom: 100px;
}
#contact #top_txt{
	font-size: 24px;
}
#contact form p,#contact #top_txt{
	text-align: center;
	margin: 30px 23%;
}
#contact form {
	text-align: center;
	margin: 30px 23%;
	margin-bottom: 50px;
}
#contact form h4 {
	width:80%;
	margin: 5px auto;
	font-size: 21px;
}
#contact form input {
	width:80%;
	margin: 10px auto;
	background:#ccc;
	padding:10px 3%;
}
#contact form textarea {
	width:80%;
	margin: 10px auto;
	padding:10px 3%;
	background:#ccc;
}
#contact form input[type="button"] {
	width:35%;
	background:#000;
	color:#fff;
	border-radius:20px;
	padding:20px 3%;
	font-size:19px;
}
.red{
	color: red;
}
article #contact #tel_contact{
	background-color: #000;
	margin: 0 30%;
	border-radius: 20px;
	margin-bottom: 50px;
	line-height: 2;
	color: #fff;
	padding: 10px 0;
	font-size: 21px;
}
article #privacy{
	margin-bottom: 100px;
}
article #privacy h3{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 36px;
	padding: 30px 0;
	margin-bottom: 50px;
}
article #privacy p{
	margin: 0 10%;
	line-height: 1.5;
	margin-bottom: 20px;
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
h2{
	height: 0;
}
article {
	padding-top: 0px;
}
article #contact{
	text-align: center;
	padding: 50px 0 20px;
	margin-bottom: 50px;
}
#contact #top_txt{
	font-size: 18px;
}
#contact form p,#contact #top_txt{
	text-align: center;
	margin: 30px 5%;
}
#contact form {
	text-align: center;
	margin: 30px 5%;
	margin-bottom: 50px;
}
#contact form h4 {
	width:90%;
	margin: 5px auto;
	font-size: 16px;
}
#contact form input {
	width:80%;
	margin: 10px auto;
	background:#ccc;
	padding:5px 3%;
}
#contact form textarea {
	width:80%;
	margin: 10px auto;
	padding:10px 3%;
	background:#ccc;
}
#contact form input[type="button"] {
	width:35%;
	background:#000;
	color:#fff;
	border-radius:20px;
	padding:20px 3%;
	font-size:19px;
}
.red{
	color: red;
}
article #contact #tel_contact{
	background-color: #000;
	margin: 0 30%;
	border-radius: 20px;
	margin-bottom: 50px;
	line-height: 2;
	color: #fff;
	padding: 10px 0;
	font-size: 21px;
}
article #privacy{
	margin-bottom: 100px;
}
article #privacy h3{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 30px 0;
	margin-bottom: 50px;
}
article #privacy p{
	margin: 0 5%;
	line-height: 1.5;
	margin-bottom: 10px;
}}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 480px){
}