@charset "utf-8";
/* CSS Document */

/******************************/
/****************** 共通項目 **/
/******************************/
html,body{
  display: block;
	width:100%;
	height:100%;
}

body{
	font-family:"century gothic";
}

a{
  text-decoration: none;
  color: #555;
}

/* フォーム */


.form_main{
	text-align:center;
	width:60%;
	margin: 50px auto;
}

.form_item{
	text-align: left;
	
}
	
.form_input{
	text-align: left;
	margin-bottom: 30px;
	font-size: 1.5rem;
}
	
#input{
	width:97%;
}

#form{
	margin-top:10px;
	width:97%;
	height:200px;
}
		
input {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom:#000 solid 1px;
	outline: none;;
	font-size: 20px;
}
	
.send_item{
	width:140px;
	margin:0px auto;
}
	
#f_botan{
	width:98%;
	border-bottom:none;
	background-color:#CCC;
	padding:5px 0;
	font-family:"century gothic";
	font-size:1rem;
	
}


/******************************/
/******************** スマホ **/
/******************************/
@media screen and (max-width:768px){

.contents{
	text-align:center;
}

h2{
	margin:10px;
	font-size:1.2rem
	}
	
.contents-title{
	font-size:.8rem
}


}



/******************************/
/************************ PC **/
/******************************/
@media screen and (min-width:769px){
  
.contents{
	text-align:center;
}

h2{
	margin:10px;
	font-size:1.2rem
	}
	
.contents-title{
	font-size:.8rem
}


}