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

/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#main h2{
	margin-bottom:20px;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin-top: 30px;
}
#main p{
	line-height:1.5;
	font-weight: ;
	font-size: 1.2em;
	margin-bottom:20px;
}
#main p span{
	color:#decfaf;
}
#main p.tel{
	margin:11px 0 34px;
}
#main table{
	width: 100%;	
}
#main table tr{
	padding-top: 20px;
	font-size: 1.2em;
}
#main table th{
/*	position:relative;*/
	display:block;
	margin-bottom: 11px;
    padding-top: 20px;
	font-weight: bold;		
}
#main table th.p00{
    padding-top: 0;	
}
/*#main table th:before{
	content:'';
	background: url(../img/must.jpg);
	background-size:contain;
	width:23px;
	height:12px;
	position: absolute;
	top: 3px;
    left: 95px;
}*/
#main table th img{
	width: 23px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
#main table td{
	display:block;
}
#main table td input{
	width: 100%;	
	height:40px;
	border:2px solid #dfd0ad;
	background-color:#f5f0e7;
    box-sizing: border-box;		
}
#main table td select{
	border:2px solid #dfd0ad;
	background-color:#f5f0e7;
}
#main table td span.txt02{
	padding:0 18px 0 7px;
}
#main p.privacy{
	margin:20px 0 15px;
}
textarea{
	width: 100%;
	height:170px;
	resize: none;
	border:2px solid #dfd0ad;
	background-color:#f5f0e7;
    box-sizing: border-box;	
}
input[type=submit] {
	background: url(../img/sousin.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 50%;
    cursor: pointer;
    font-size: 0;
    padding-top: 10%;
    margin-bottom: 20px;
    margin-top: 20px;
        margin-left: 25%;
}