@charset "UTF-8";


#MainContents{
	width: 100%;
	background-image: url(../img/under_bg.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	margin:0px auto 40px;	
}
#Mv {
	width: 980px;
	background: url(../img/page_mv.jpg) no-repeat top center;
	margin:0px auto 40px;
	color:#008207;
	font-size: 30px;
	padding-top: 67px;
	padding-left: 20px;
	padding-bottom: 63px;
}
#Contents{
	width: 980px;
	margin: 0 auto
	
}

#MainContents p{
	margin-bottom: 20px;
}

#Otoiawase{
	width:900px;
	margin-left:45px;
}
#Otoiawase img{
	display:block;
	margin-bottom:50px;

}

#MainContents p#Number{
	text-align:center;
	font-size:46px;
	line-height:1.0;
	margin-bottom: 0px;
}
#Number a{
	color: #333;
	text-decoration: none	
}
#Number + p{
	font-size:16px;
	text-align:center;
	margin-bottom: 30px;
}

h3{
	width:970px;
	background-image: url(../img/title_bg.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-top:24px;
	padding-bottom:34px;
	margin-bottom:30px;
}



#InquiryForm fieldset table tr td {
	width: 480px;
}
#InquiryForm fieldset legend {
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	color: #00649A;
}
#InquiryForm fieldset {
	margin-bottom: 40px;
}
#InquiryForm fieldset table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#Send {
	text-align: center;
	clear: both;
}
#Send input {
	width: 100px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#InquiryForm fieldset table tr th {
	text-align: left;
	padding-left: 20px;
	width: 220px;
}

#InquiryForm fieldset table tr td textarea {
	width: 360px;
	height: 180px;
}

#Thanks {
	margin-right: 100px;
	margin-left: 100px;
	font-size: 16px;
	line-height: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#Thanks p {
	text-align: left;
}
#MailForm {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 14px;
	position: relative;
}

#InquiryForm dl{
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom: 20px;
}

#InquiryForm dl dt{
	float: left;
	width: 204px;
	margin-right: 12px;
	clear: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#InquiryForm dd {
	padding: 14px;
	background-color: #FFF;
	margin-left: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.input-rule {
	font-size: 12px;
}
.txtbox {
	width: 275px;
	height: 24px;
	margin-right: 4px;
}
textarea {
	width: 275px;
	margin-right: 4px;
	vertical-align: 100%;
}
#Shitsumon {
	display: block;
	position: absolute;
	top: 200px;
	right: 70px;
}

.require:after {
	content: "*";
	color: #F00;
}


@media screen and (max-width: 767px) {
#MainContents{
	background-image:none;
}
#Mv {
width: 100%;
font-size: 17px;
background: #49ab4e;
color: #fff;
padding: 20px 20px 15px 10px;
margin: 0px auto 30px;	
}
#Contents{
	width: 90%;	
	margin: 0 auto
}

#MainContents p{
	margin-bottom: 10px;
}

#Otoiawase {
	width: 100%;
	padding:0px;
	margin: 0
}
	
#Otoiawase img#TelTitle{
	display:block;
	margin-bottom:30px;
	width: 80%;
	max-width:346px; 
}
	
#Otoiawase img#FormTitle{
	display:block;
	margin-bottom:30px;
	width: 80%;
	max-width:344px; 
}

#MainContents p#Number{
	text-align:center;
	font-size:25px;
}
#Number + p{
	font-size:14px;
	margin-bottom: 30px;
}



h3{
	width:100%;
	background-image: url(../img/title_bg.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-top:24px;
	padding-bottom:34px;
	margin-bottom:30px;
}


#Otoiawase > img {
	margin: 0 auto 20px;
}
#Otoiawase h2 {
	font-size: 20px;
	margin: 0 auto 30px;
}
#Otoiawase p {
	font-size: 14px;
}
#MailForm {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
#InquiryForm dl {
	margin: 0px auto 20px;
	border: none;
	background: none;
	width: 100%;
	max-width: 400px;
}
#InquiryForm dl dt {
	float: none;
	width: 100%;
	padding: 0px;
	margin: 15px 0px 5px 0px;
	border-top: none;
	font-weight: bold
}
#InquiryForm dd {
	margin: 0px;
	padding: 0px;
	border-top: none;
}
.input-area {
	width: 100%;
	max-width: 400px;
}
.input-rule {
	display: block
}
.txtbox {
	width: 100%;
	max-width: 275px;
	margin-bottom: 2px;
}
textarea {
	width: 100%;
	vertical-align: top
}
#Shitsumon {
	display: inline-block;
	position: static;
}
#Thanks {
	width: 90%;
	font-size: 14px;
	margin: 100px auto 50px;
}
#Thanks p {
	margin-top: 10px;
	margin-bottom: 26px;
}
}
