@charset "utf-8";
/*********      メインコンテンツ      *********/
#c .text{
	line-height: 150%;
	margin-bottom: 20px;
}
#c form .inquiry{
	padding: 5px 15px 5px 5px;
}
#c form .input-confirm{
	padding: 2px 2px 1px;
	border-width: 0 0 1px;
	border-radius: 0;
	border-style: solid;
    color: rgba(0,0,0,0.87);
    border-color: rgba(0,0,0,0.12);
    margin-bottom: 10px;
    min-height: 1em;
}
#c form button{
	letter-spacing: 1px;
	width: 220px;
}
