@charset "utf-8";

/* CSS Document */
.waku1{
	text-align:center;
	background:url(../../img/about/waku1.png) no-repeat center top;
	padding:19px 0;
	margin-bottom:40px;
	}
.waku1 img{
	margin-left:-1px;
	}
.pattern02{
	margin-bottom:40px;
	}
.pattern02 .leftimg{
	width:50%;
	text-align:center;
	}
.pattern02 .leftimg img{
	width:100%;
	}
.subttl3{
   background:url(../../img/about/boder.jpg) repeat-x bottom;
    font-size: 28px;	
	color:#217430;
}
.pattern02 .lefttxt{
	padding:0 3%;
	width:44%;
	}
.pattern02 .righttxt{
	width:50%;
	box-sizing:border-box;
	}
.pattern02 .righttxt dl{
	box-sizing:border-box;
	padding:20px 50px;
	}	
.pattern02 .righttxt dl dt{
	clear:both;
	}
.pattern02 .righttxt dl dt,.pattern02 .righttxt dl dd{
	float:left;
	}

#main h3 {
	color: #4DA78F;
	text-align: center;
	font-size: 20px;
	margin: 0 0 30px;
}
#main h4 {
	width: 600px;
	margin: 0 auto;
}
#form .inner {
	width: 800px;
	margin: 0 auto !important;
}
#form dl {
	width: 100%;
	display: table;
	background:#fff
}
#from dl:last-of-type {
	margin: 0 0 30px;
}
#form dl dt {
	display: table-cell;
	width: 40%;
	padding: 20px 40px;
}
#form dl dd {
	width: 70%;
	display: table-cell;
	padding: 0 30px;
}
#form dl dd input[type="text"] {
    width: 100%;
    line-height: 2;
    text-indent: 0.5rem;
	}

#form dl dd input[type="radio"] {
	margin-top: -4px;
}

#form dl dd textarea {
	width: 100%;
	resize: vertical;
	height: 250px;
	vertical-align: text-top;
	margin: 0 0 20px;
}
.headerMessage {
	margin: 0 0 30px;
}
.submit {
	text-align: center;
}
.fix {
	text-align: center;
	float: left;
	width: 50%
}
.send {
	text-align: center;
	float: left;
	width: 50%
}
div input[type="submit"] {
	background-color: #4DA78F;
	color: #fff;
	padding: 10px 25px;
	border: none;
}

.contactBnrWrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}

.contactBnrWrap p {
	width: 100%;
	margin-bottom: 1em;
}

.contactBnrWrap img {
	display: block;
	width: 450px;
	margin: 0 1em;
}
